.posts-frontend-management-section .agreement-details .company-logo-section img
{
	max-width: 150px;
	max-height: 200px;
}
.posts-frontend-management-section .agreement-details .company-logo-section .btn-upload-company-logo-img
{
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 2.15384615;
	min-height: 30px;
	margin: 0;
	padding: 0 10px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
	color: #2271b1;
	border-color: #2271b1;
	background-color: #f6f7f7;
}
.posts-frontend-management-section .btn-submit-section
{
	margin-top: 10px;
}
.posts-frontend-management-section .btn-enter-new-cat
{
	text-decoration: underline;
	cursor: pointer;
	float: right;
}

/* modal css start */
/* The Modal (background) */
.js-modal-agreements
{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.js-modal-agreements .modal-agreements-content
{
	position: relative;
	background-color: white;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 90%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	max-width: 600px;
	border-radius: 0px;
	overflow: hidden;
}
/* Add Animation */
@-webkit-keyframes animatetop
{
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}
@keyframes animatetop
{
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}
/* The Close Button */
.js-modal-agreements .modal-agreements-close
{
	color: black;
	float: right;
	font-size: 28px;
	font-weight: bold;
	opacity: 0.6;
}
.js-modal-agreements .modal-agreements-close:hover,
.js-modal-agreements .modal-agreements-close:focus
{
	opacity: 1;
	text-decoration: none;
	cursor: pointer;
}
.js-modal-agreements .modal-agreements-header
{
	padding: 10px 16px;
	background-color: white;
	color: black;
}
.js-modal-agreements .modal-agreements-header .modal-title
{
	display: inline;
	margin: 5px;
	font-size: 25px;
}
.js-modal-agreements .modal-agreements-body
{
	padding: 20px;
	margin: 0 auto;
	background-color: white;
}
.js-modal-agreements .modal-agreements-footer
{
	padding: 12px 16px;
	background-color: white;
	color: white;
	text-align: center;
}

.js-modal-cat .btn-create-new-cat-section
{
	margin-top: 10px;
}
/* modal css end */

