@charset "utf-8";
/* CSS Document */

@import url('input-nao.css');
@import url('jquery-ui.min.css');
@import url('font-awesome.min.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('xeditable.css');
@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700,700italic,400italic,300,300italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,400italic,500,500italic,600,600italic,700,700italic,800,800italic);
@font-face {
    font-family: 'RobotoDR';
    src: url('../fonts/robotodraft-regular-webfont.eot');
    src: url('../fonts/robotodraft-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotodraft-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotodraft-regular-webfont.woff') format('woff'),
         url('../fonts/robotodraft-regular-webfont.ttf') format('truetype'),
         url('../fonts/robotodraft-regular-webfont.svg#robotodraftregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{
	outline:none !important;
}
a{
	text-decoration:none !important;
	color:#1565c0;
	transition:all ease-in-out 200ms;
}
a:focus, a:hover{
	color:#beaa00;
}
.fa-2x{
	font-size:1.5em;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif;
}
body{
	font:400 16px 'Lato', sans-serif;
	color:#545353;
	background:#eeeeee;
}
.container-fluid{
	padding-left:25px;
	padding-right:25px;
}
.container-fluid > .row{
	margin-right:-25px;
	margin-left:-25px;
}
.admin-header .container-fluid{
	padding-left:35px;
	padding-right:35px;
}
.btn{
	font-size:16px;
	min-height:44px;
	line-height:30px;
	transition:all ease-in-out 200ms;
}
.btn .fa{
	margin-right:5px;
}
.btn-primary{
	background:#1565c0;
	border-color:#1565c0;
	padding:5px 15px;
}
.btn-primary:hover{
	background:#002c5f;
	border-color:#002c5f;
}
.btn-primary.opec{
	opacity:0.6;
}
.btn-border{
	background:none;
	border-color:#1565c0;
	color:#1565c0;
	font-size:16px;
	padding:5px 15px;
}
.btn-border:hover{
	border-color:#002c5f;
	color:#002c5f;
}
.btn-border.btn-danger{
	border-color:#ea3c46;
	color:#ea3c46;
}
.btn-border.btn-danger:hover{
	background:#ea3c46;
	border-color:#ea3c46;
	color:#fff;
}
.btn-lg{
	padding:10px 30px;
	font-size:24px;
	text-transform:uppercase;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.form-control{
	border-color:#c9c9c9;
	box-shadow:none;
	border-radius:7px;
	font-size:16px;
	min-height:44px;
}
label{
	font-weight:400;
	margin-bottom:10px;
}
.nomargin{
	margin:0 !important;
}
.nopadding{
	padding:0 !important;
}
.pos-flo{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.login-container{
	font-family: 'RobotoDR';
	background:#bbdefb;
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	text-align:center;
	overflow-y:auto;
	overflow-x:hidden;
}
.table-wrap{
	display:table;
	width:100%;
	height:100%;
}
.table-wrap .table-cell{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}
.login-container .login-box{
	width:530px;
	background:#fff;
	margin:40px auto;
}
.login-container .login-box .login-header{
	/* background:#0d47a1; */
	background:#5f9dff;
	
	padding:30px;
}
.login-container .login-box .login-header img{
	max-width:280px;
}
.login-container .login-form{
	padding:25px;
}
.login-container .login-form .form-group:last-child{
	margin-bottom:0;
}
.login-container .info-top{
	margin-bottom:20px;
	font-size:18px;
}
.login-container .info-top ul{
	margin:0;
	padding:0;
}
.login-container .info-top ul li{
	list-style:none;
	display:inline-block;
	border-right:1px solid #b6b6b6;
	padding-right:15px;
	margin-right:10px;
}
.login-container .info-top ul li:last-child{
	border-right:none;
	padding-right:0;
	margin-right:0;
}
.login-container .login-form h1{
	font-size:27px;
	font-weight:400;
	color:#0d47a1;
	margin:20px 0 30px;
	font-family: 'RobotoDR';
}

.login-container .footer-info{
	margin:40px 0;
	font-size:18px;
	color:#0d47a1;
}
.login-container .footer-info ul{
	margin:0;
	padding:0;
}
.login-container .footer-info ul li{
	display:inline-block;
	margin:0 20px;
	list-style:none;
}
.login-container .login-form .form-group,
.forgot-pass-form .form-group{
	position:relative;
}
.login-container .login-form .form-control{
	border:none;
	border-bottom:3px solid #bbbbbb;
	border-radius:0;
	box-shadow:none;
	padding:0;
	font-size:18px;
}
.login-container .login-form .form-control:focus{
	border-color:#1565c0;
}
.login-container .login-form .form-control.ng-touched.ng-invalid,
.forgot-pass-form .form-control.ng-touched.ng-invalid{
	border-color:#ff7070;
	padding-right:90px;
}
.login-container .login-form .error-msg{
	position:absolute;
	bottom:16px;
	right:5px;
	color:#ff7070;
	font-size:13px;
}
.forgot-pass-form .error-msg{
	position:absolute;
	bottom:-18px;
	right:5px;
	color:#ff7070;
	font-size:12px;
}
.login-container .login-form .alert{
	font-size:14px;
}
.login-container .login-form .alert strong{
	font-weight:400;
}

.custom-checkbox,
.custom-radio-checkbox{
	display:inline-block;
	position: relative;

}
.custom-checkbox label,
.custom-radio-checkbox label{
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding-left: 30px;
    position: relative;
	margin-right:10px;
}
.custom-checkbox label span:before,
.custom-radio-checkbox label span:before {
    top: 6px;
    left: 0;
    position: absolute;
	width:20px;
	height:20px;
	text-align:center;
	line-height:17px;
	font-size:15px;
	border:1px solid #1565c0;
	border-radius:2px;
	content:"";
	transition:all ease-in-out 200ms;
}
.custom-checkbox input[type="checkbox"],
.custom-radio-checkbox input[type="radio"]{
    display: none;
}
.custom-checkbox input[type="checkbox"]:checked + span:before,
.custom-radio-checkbox input[type="checkbox"]:checked + span:before,
.custom-radio-checkbox input[type="radio"]:checked + span:before {
	font-family:'FontAwesome';
    content:"\f00c";
	color:#1565c0;
}

.login-container .custom-checkbox label span{
	color:#b6b6b6;
}
.login-container .custom-checkbox input[type="checkbox"]:checked + span {
	color:#545353;
}
.login-container .login-meta{
	padding:10px 0;
}
.login-container .forgot-pass{
	color:#545353;
	margin-top:5px;
	display:inline-block;
}
.login-container .forgot-pass:hover{
	color:#1565c0;
}

#ForgotPass .modal-dialog{
	width:660px;
	margin:100px auto;
}
#ForgotPass .modal-body{
	padding:40px;
}
.modal button.close{
	position:absolute;
	right:10px;
	top:0;
	font-size:35px;
	font-weight:400;
	text-shadow:none;
	opacity:0.5;
	z-index:1;
}
button.close:hover{
	opacity:1;
}
.forgot-pass-form{
	padding:0 100px;
	margin-top:30px;
}
.forgot-pass-form .form-control{
	min-height:50px;
	font-size:20px;
}
.modal-title{
	color:#000;
}
#ForgotPass .modal-title{
	margin:10px 0;
}
#ForgotPass .lead{
	font-weight:400;
	font-size:20px;
	color:#361b00;
}


/* Inner Page */

.admin-header{
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:999;
	transition:all ease-in-out 200ms;
}
.admin-header.fix-head{
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.admin-header .navbar{
	border-radius:0;
	border:none;
	border-bottom:1px solid #dedede;
	margin:0;
}
.admin-header.fix-head .navbar{
	border-color:#c0c0c0;
}
.navbar-default{
	background-color:#fff;
	border-color:#dedede;
}
.navbar-default .navbar-nav > li > a{
	color:#000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.active{
	color:#beaa00;
}
.navbar-default .navbar-nav > .open > a{
	color:#beaa00;
	background:none !important;
}
.admin-header .navbar-right{
	padding:30px 0;
	transition:all ease-in-out 200ms;
}
.admin-header.fix-head .navbar-right{
	padding:7px 0;
}
.admin-header .welcome-btn > a{
	color:#fff !important;
	background:#1565c0 !important;
	border-radius:5px;
	font-size:18px;
}
.admin-header .navbar-default .navbar-nav .welcome-btn.open > a{
	background:#1565c0 !important;
}
.dropdown > a .fa{
	margin-left:3px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color:#1565c0;
	color:#fff;
}
.admin-header .navbar-brand{
	height:auto;
	padding:10px 15px;
	margin-top: 15px;
}
.admin-header.fix-head .navbar-brand {
	margin-top: 3px;
}
.admin-header .navbar-brand img{
	width:218px;
	transition:all ease-in-out 200ms;
}
.admin-header.fix-head .navbar-brand img{
	width:185px;
}
@media (max-width: 767.98px) {
	.admin-header .navbar-brand img{
		width:auto !important;
		height: 40px;
	}
	.admin-header .navbar-brand{
		margin-top: 0;
	}
	.navbar-toggler {
		top: 12px;
	}
}
.body-content{
	/*margin-top:160px;*/
	margin-top:105px;
	min-height:800px;
}
.admin-footer{
	background:#fff;
	border-top:1px solid #dadada;
	color:#787878;
	padding:20px 0;
	margin-top:50px;
}
.panel{
	border-radius:6px;
	border:1px solid #e1e1e1;
	border-bottom-color:#cecece;
	position:relative;
}
.panel-heading{
	border-color:#e1e1e1;
	padding:20px;
	font-size:24px;
	color:#000;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
}
.panel .panel-body{
	padding:0;
}
.panel .innerpad{
	padding:20px;
}
.panel .panel-table{
	margin:0 -1px 5px;
}
.panel .table{
	margin:0;
}
.table-bordered{
	border-color:#bbdefb;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
	border-color:#bbdefb;
}
.table-striped > tbody > tr:nth-of-type(2n+1){
	background-color:#f0f9ff;
}
.table > thead > tr > th{
	background-color:#d2e9fc;
	color:#000;
	font-weight:400;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
	padding:15px 10px;
	vertical-align:middle;
	word-break:break-all;
	font-weight:400;
}

.switch{
	display:inline-block;
	vertical-align:middle;
	position:relative;
}
.switch input[type=checkbox] {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}
.switch input[type=checkbox] + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	user-select: none;
	padding: 2px;
	margin:0;
	width: 60px;
	height: 30px;
	background-color: #d1d1d1;
	border-radius: 60px;
}
.switch input[type=checkbox] + label:before,
.switch input[type=checkbox] + label:after {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	content: "";
}
.switch input[type=checkbox] + label:before {
	right: 1px;
	background-color: #ebebeb;
	border-radius: 30px;
}
.switch input[type=checkbox] + label:after {
	width: 25px;
	height:25px;
	background-color: #fff;
	border-radius: 100%;
	top:2px;
	left:2px;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	transition: margin 0.4s;
}
.switch input[type=checkbox]:checked + label:after {
	margin-left: 30px;
	background:#2dcc70;
	box-shadow:none;
}
.action-btns a{
	margin:0 5px;
}
.action-btns a:hover{
	color:#64b5f6;
}
.thumb-status-tip{
	display:inline-block;
	position:relative;
	margin-right:15px;
}
.thumb-status-tip .status{
	width:25px;
	height:25px;
	position:absolute;
	background:#ccc;
	border:3px solid #fff;
	border-radius:100%;
	right:-5px;
	bottom:-5px;
	font-style:normal;
}
.thumb-status-tip .status:after{
	font-family:'FontAwesome';
	content:"";
	position:absolute;
	color:#fff;
	font-size:12px;
	text-shadow:1px 1px 0px rgba(0,0,0,0.1);
}
.thumb-status-tip .status.green{
	background:#5FC147;
}
.thumb-status-tip .status.green:after{
	content:"\f00c";
	left:3px;
	top:2px;
}
.thumb-status-tip .status.red{
	background:#e0172b;
}
.thumb-status-tip .status.red:after{
	content:"\f05e";
	left:4px;
	top:2px;
}
.thumb-status-tip .status.yellow{
	background:#ffc000;
}
.thumb-status-tip .status.yellow:after{
	content:"\f12a";
	font-size:13px;
	left:7px;
	top:2px;
}

.table-thumb{
	display:inline-block;
	width:50px;
	height:50px;
	background:#f2f2f2;
	border-radius:100%;
	vertical-align:middle;
}

.tooltip{
	font-size:14px;
	font-family:'Lato', sans-serif;
}
.tooltip-inner{
	background:#64b5f6;
}
.tooltip.bottom .tooltip-arrow{
	border-bottom-color:#64b5f6;
}
.pagination-cont{
	margin:30px 0;
}
.pagination-cont .pagination{
	margin:0;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	background-color: #1565c0;
	border-color: #1565c0;
}
.pagination > li > a, .pagination > li > span{
	color:#818080;
	min-height:38px;
}
.panel-heading .title-lnk{
	font-size:18px;
	font-weight:700;
	margin-top:5px;
}
.panel-heading .title-lnk .fa{
	margin-right:5px;
}
.search-member-row .control-label{
	font-size:18px;
	font-weight:400;
	margin-top:12px;
}
.form-group{
	margin-bottom:25px;
}
.add-member-row .edit-userpic{
	position:relative;
	border:1px solid #bbdefb;
	border-radius:6px;
	width:300px;
	height:300px;
}
.add-member-row .edit-userpic:before{
	font-family:'FontAwesome';
	content:"\f0ee";
	font-size:90px;
	color:#bbdefb;
	position:absolute;
	left:100px;
	top:70px;
	transition:all ease-in-out 200ms;
	z-index:2;
}
.add-member-row .edit-userpic:hover:before{
	color:#54acf5;
}
.add-member-row .edit-userpic #image{
	position:absolute;
	left:5px;
	right:5px;
	top:5px;
	bottom:5px;
	z-index:2;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.add-member-row .edit-userpic input[type="file"]{
	z-index:5;
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
	opacity:0;
	cursor:pointer;
}
.add-member-row .edit-userpic .btn-txt{
	position:absolute;
	padding:15px;
	left:0;
	right:0;
	bottom:0;
	background:#d2e9fc;
	text-align:left;
	border-radius:0 0 5px 5px;
	z-index:20;
}
.preview-logo #logoImage, .preview-image{
	width:300px;
	height:70px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto 70px;
}
.body-content .form-group .custom-checkbox{
	position:absolute;
	right:15px;
	top:-6px;
	font-size:14px;
}
.body-content .form-group .custom-checkbox label span:before {
    top: 9px;
    left: 10px;
	width:15px;
	height:15px;
	line-height:13px;
	font-size:11px;
}
.required{
	color:#f00;
}
.ac-type{
	position:absolute;
	top:12px;
	right:20px;
}
.custom-select{
	display:inline-block;
	position:relative;
}
.custom-select.dp-block{
	display:block;
}
.custom-select select{
	position:relative;
	z-index:2;
	-webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
   background:none;
   padding-right:30px;
}
.custom-select:after{
	font-family:'FontAwesome';
	content:"\f107";
	font-size:24px;
	color:#545353;
	position:absolute;
	right:10px;
	top:7px;
	z-index:1;
}
.ac-type .custom-select{
	width:200px;
	margin-left:10px;
}
.form-group .custom-select{
	display:block;
}
.add-member-row .loop-row{
	padding-top:25px;
	position:relative;
	/*border-bottom:1px solid #e1e1e1;*/
}
.add-member-row .loop-row .closeTheAgent{
	position:absolute;
	top:40px;
	right:20px;
	font-size:20px;
	cursor:pointer;
	color:#e71919;
}
hr{
	border-color:#e1e1e1;
}
.form-block{
	padding-top:20px;
}
.social-banner .edit-bannerpic{
	position:relative;
	border:1px solid #bbdefb;
	border-radius:6px;
	height:338px;
}
.social-banner .edit-bannerpic:before{
	font-family:'FontAwesome';
	content:"\f0ee";
	font-size:90px;
	color:#bbdefb;
	position:absolute;
	left:50%;
	top:80px;
	margin-left:-50px;
	transition:all ease-in-out 200ms;
	z-index:2;
}
.social-banner .edit-bannerpic:hover:before{
	color:#54acf5;
}
.social-banner .edit-bannerpic #banner,
.social-banner .edit-bannerpic .banner{
	position:absolute;
	left:5px;
	right:5px;
	top:5px;
	bottom:5px;
	z-index:2;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.social-banner .edit-bannerpic input[type="file"]{
	z-index:5;
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
	opacity:0;
	cursor:pointer;
}
.social-banner .edit-bannerpic .btn-txt{
	position:absolute;
	padding:15px;
	left:0;
	right:0;
	bottom:0;
	background:#d2e9fc;
	text-align:center;
	border-radius:0 0 5px 5px;
	z-index:2;
}

.admin-bar{
	background:#2196f3;
	color:#fff;
	padding:50px 20px 20px;
	margin-top:-80px;
	margin-bottom:50px;
}
.admin-bar a{
	color:#fff;
	opacity:0.6;
}
.admin-bar a:hover{
	opacity:1;
}
.admin-bar .admin-info .thumb{
	width:150px;
	height:150px;
	border:5px solid #fff;
	border-radius:5px;
	background:#f2f2f2;
	box-shadow:0 0 1px rgba(0,0,0,0.5);
	overflow:hidden;
	float:left;
	margin-right:15px;
}
.admin-bar .admin-info h3{
	margin:0 0 10px;
}
.admin-bar .admin-board{
	border:1px solid #a2c7e5;
	border-radius:6px;
	height:100px;
	padding:15px 5px;
	text-align:center;
	margin-top:30px;
	position:relative;
}
.admin-bar .admin-board .board-heading{
	display:inline-block;
	padding:5px 10px;
	margin:0 auto;
	position:absolute;
	top:-16px;
	font-size:20px;
	background:#2196f3;
	left:0;
	right:0;
	width:114px;
}
.admin-bar .admin-board > ul{
	margin:0;
	padding:0;
}
.admin-bar .admin-board > ul > li{
	list-style:none;
	display:inline-block;
	line-height:70px;
	margin:0 5px;
	font-size:18px;
}
.site-status > ul{
	margin:0;
	padding:0;
}
.site-status > ul > li{
	list-style:none;
	width:33.33%;
	float:left;
	border-right:1px solid #e1e1e1;
	padding:20px;
	position:relative;
}
.site-status > ul > li:last-child{
	border:none;
}
.site-status > ul > li p:last-child{
	margin-bottom:0;
}
.site-status > ul > li .heading{
	color:#000;
	font-weight:700;
}
.site-status > ul > li .switch{
	position:absolute;
	right:20px;
	bottom:24px;
}
.panel-top-btn{
	position:absolute;
	top:12px;
	right:20px;
}
.text-black{
	color:#000;
}
.text-danger{
	color:#ea3c47;
}
.ac-sts{
	margin-bottom:15px;
}
.ac-sts .site-sts{
	font-size:18px;
	font-weight:700;
	margin:0 15px;
}
.pay-opt-check{
	position:absolute;
	right:20px;
	top:3px;
}
.payment-form .control-label{
	font-weight:700;
	color:#000;
	display:block;
}
.payment-form .has-error .control-label{
	color:#a94442 !important;
}
.payment-form .custom-select{
	display:block;
}
.panel-btn-bottom{
	margin-bottom:30px;
}
.btn-add-card{
	font-size:18px;
	font-weight:700;
	color:#1565c0;
	position:absolute;
	top:12px;
	right:20px;
	background:none;
	box-shadow: none;
}
.btn-add-card:hover{
	color:#beaa00;
}
.card-btns .btn{
	font-size:20px;
	padding:0;
	background:none;
	color:#2196f3;
}
.card-btns .btn .fa{
	margin:0;
}
.card-btns .btn .fa-trash-o{
	color:#e92432;
}

.domain-setup-row .domain-status{
	position:absolute;
	right:20px;
	top:25px;
}
.domain-setup-row > ul{
	padding:0;
	margin:0;
}
.domain-setup-row > ul > li{
	list-style:none;
	border-bottom:1px solid #d6d6d6;
	padding-bottom:20px;
	margin-bottom:20px;
}
.domain-setup-row > ul > li:last-child{
	border-bottom:none;
	padding:0;
	margin:0;
}
.domain-setup-row > ul > li .form-control{
	width:560px;
	display:inline-block;
	margin:0 15px;
}
.domain-setup-row > ul > li .btn{
	margin-top:-4px;
}
.location-manager .form-loc{
	background:#ebf6fe;
	border-top:1px solid #bbdefb;
	border-bottom:1px solid #bbdefb;
	padding:10px 20px;
}
.location-manager .form-loc .form-control{
	background-color:#fff;
	display:inline-block;
	margin-left:10px;
	width:200px;
}
.location-manager .form-loc .custom-select:after{
	z-index:2;
}
.place-listing{
	background:#f8fcff;
	border-bottom:1px solid #e1e1e1;
	max-height:500px;
	padding:20px;
}
.place-listing ul{
	padding:0;
	margin:0;
}
.place-listing ul.c5{
	-webkit-column-count:5;
	-moz-column-count:5;
	column-count:5;
}
.place-listing ul.c4{
	-webkit-column-count:4;
	-moz-column-count:4;
	column-count:4;
}
.place-listing ul.c3{
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
}
.place-listing ul.c2{
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
}
.place-listing ul.c1{
	-webkit-column-count:1;
	-moz-column-count:1;
	column-count:1;
}
.place-listing ul li{
	list-style:none;
	display:inline-block;
	width:100%;
	padding-right:10px;
	min-height:32px;
}
.place-listing ul li .place-head{
	font-weight:700;
	color:#000;
	line-height:30px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color:#2196f3 !important;
	width:9px;
	border-radius:10px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
	width:9px;
	border-radius:10px;
}

.place-edit .edit-top{
	border-bottom:1px solid #e1e1e1;
}
.place-edit .edit-top .custom-select{
	width:250px;
	margin:0 15px;
}
.property-listing ul{
	padding:0;
	margin:0;
}
.property-listing ul li{
	list-style:none;
	border:1px solid #e1e1e1;
	margin-bottom:20px;
}
.property-listing ul li:last-child{
	margin-bottom:0;
}
.property-listing .property-thumb{
	width:210px;
	height:160px;
	overflow:hidden;
}
.property-listing .details{
	padding:20px;
	overflow:hidden;
}
.property-listing .details h4{
	color:#000;
	margin:0 0 10px;
}
.property-listing .details h4 a{
	color:#000;
}
.property-listing .details h4 a:hover{
	color:#2196f3;
}
.property-listing .details .price{
	font-size:18px;
	font-weight:700;
	color:#2196f3;
	margin:14px 0;
}

.menu-zone .fbox{
	background:#90caf8;
	padding:10px;
	min-height:130px;
	border:1px solid #90caf8;
	border-radius:6px;
}
.menu-zone .fbox.origin{
	margin-bottom:15px;
}
.menu-zone .fbox.unused{
	background:#e3f2fd;
	border-color:#bfe0fb;
}
.menu-zone .fbox.unused.over{
	border:1px dashed #1565c0;
}
.menu-zone .menu-elem{
	padding:5px 15px;
	display:inline-block;
	background:#fff url(../images/menu-elem-bg.png) repeat-x left bottom;
	margin:10px;
	height:40px;
	color:#1565c0;
	line-height:27px;
	z-index:9;
	border-radius:30px;
	cursor: -webkit-grab;
	cursor:grab;
	box-shadow:0 2px 2px rgba(0,97,207,0.4);
}
.menu-zone .menu-elem-new{
	padding:5px 15px;
	display:inline-block;
	background:#fff url(../images/menu-elem-bg.png) repeat-x left bottom;
	margin:10px;
	height:40px;
	color:#1565c0;
	line-height:27px;
	border-radius:30px;
	cursor: pointer;
	box-shadow:0 2px 2px rgba(0,97,207,0.4);
}
.menu-zone .menu-elem-new.selected-yellow{
	background: orange;
	cursor: pointer;
	color:#FFF;
}
.menu-zone .fbox.unused .menu-elem{
	opacity:0.7;
	color:#3786e1;
}
.menu-zone .ui-draggable-dragging{
	cursor: -webkit-grabbing;
	cursor:grabbing;
	opacity:0.7;
}
.menu-setup{
	margin-top:20px;
}
.menu-setup .control-label{
	line-height:40px;
	margin:0;
}
.panel-check{
	position:absolute;
	top:19px;
	right:20px;
}
.switch-title{
	float:left;
	margin:2px 15px 0 0;
	font-size:18px;
}
.loader-overlay{
	position:fixed;
	z-index:9999999;
	background:rgba(255,255,255,0.7) url(../images/ajax-loader.gif) no-repeat center center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:none;
}
.loader-overlay2{
	position:fixed;
	z-index:9999999;
	background:rgba(255,255,255,0.7) url(../images/ajax-loader.gif) no-repeat center center;
	left:0;
	right:0;
	top:0;
	bottom:0;

}
[ng-cloak].loader-overlay
{
    display: block !important;
}
[ng-cloak].wrapper
{
    display: none !important;
}
[ng-cloak].table-wrap
{
    display: none !important;
}
.change-status{
	position:absolute;
	color:#289600;
	font-size:11px;
	white-space:nowrap;
	left:-40px;
}
.error_change-status{
	position:static;
	color:#f00;
	font-size:14px;
	white-space:nowrap;
}
.card-save-status
{
	position:static;
	color:#289600;
	font-size:14px;
	white-space:nowrap;
}
.site-status .change-status{
	left:-80px;
}

.has-error .control-label{
	margin-top:5px;
	font-weight:400;
}
.has-error .control-label b{
	font-weight:400;
	font-size:14px;
}
.loop-title {
    padding:15px;
    background:#f2f2f2;
    margin-bottom:25px;
    border:1px solid #e9e9e9;
    border-radius:7px;
	font-size:18px;
	color:#000;
	font-family:'Raleway', sans-serif;
}
.highlited-row{
	border:2px dashed #545353;;
	padding-top:15px;
	background:#f2f2f2;
	margin:0 0 20px;
}
.logged-out{
	color:#1565c0 !important;
}
.logged-in{
	color:#beaa00 !important;
}
.last-pay-info ul{
	margin:15px 0 0;
	padding:0;
}
.last-pay-info ul li{
	list-style:none;
	float:left;
	margin-right:25px;
	padding-right:25px;
	border-right:1px solid #80b8d4;
}
.last-pay-info ul li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.ui-datepicker{
	font-size:.9em;
}
.ui-datepicker td span,
.ui-datepicker td a{
	text-align:center;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background:#d9edf7;
	border-color:#b2e6f1;
	color:#7599ab;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	background:#1565c0;
	border-color:#004fa9;
	color:#fff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background:#1f90c9;
	border-color:#0973a8;
	color:#fff;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
	top:2px !important;
	transition:none;
}
.ui-datepicker .ui-datepicker-next{
	right:2px !important;
}
.ui-datepicker .ui-datepicker-prev{
	left:2px !important;
}

#templating{
	margin-top:30px;
}
#templating.panel-group .panel + .panel{
	margin-top:20px;
}
#templating .panel-heading .accordion-toggle:after {
    font-family:'FontAwesome';
    content:"\f147";
    float:left;
    color:#1565c0;
	font-size:25px;
	margin-right:15px;
	position:relative;
	top:3px;
}
#templating .panel-heading .accordion-toggle.collapsed:after {
    content:"\f196";
}
#templating .panel .panel-body{
	padding:30px;
}
#templating .panel .panel-heading{
	padding:15px;
}
#templating .panel .panel-heading .custom-checkbox{
	font-size:18px;
}
.template-row{
	margin-left:50px;
}
#templating .panel-body .template-row + .template-row {
	margin-top:20px;
}
.template-row .custom-checkbox{
	float:left;
	min-width:150px;
	height:32px;
}
.template-row .parti-block{
	float:left;
	height:32px;
	margin:0 50px;
	display:none;
}
.template-row .ratio-block{
	float:left;
	height:32px;
	line-height:34px;
	display:none;
}
.template-row .parti-block label,
.template-row .ratio-block label{
	margin-right:10px;
}

.template-row .form-control{
	min-height:34px;
	border-color:#1565c0;
}
.template-row .custom-select:after{
	top:2px;
}
.template-row .input-blocks{
	display:inline-block;
}
.template-row .input-blocks .form-control{
	display:inline-block;
	width:50px;
	margin-right:10px;
}

/* Tab Page */

.tab-link{
	font-family: 'Raleway', sans-serif;
	font-weight:500;
}
.main-tabs{
	border-bottom:1px solid #1565c0;
	margin-bottom:40px;
	padding:0 25px;
}
.main-tabs > li{
	margin:0;
	list-style:none;
	float:left;
}
.main-tabs > li > a{
	border:1px solid #1565c0;
	border-bottom:none;
	margin-right:6px;
	display:block;
	line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
	padding:10px 15px;
}
.main-tabs > li.active > a{
	background-color:#1565c0;
	color:#fff;
}
.sub-tabs{
	margin-bottom:40px;
}
.sub-tabs .btn.active{
	background-color:#1565c0 !important;
	color:#fff !important;
	border-color:#1565c0 !important;
}

.form-inline .control-label{
	margin-right:15px;
}
.form-inline .form-control{
	min-width:260px;
}
.search-meta .control-label{
	margin-top:10px;
}

.txt-counter + .count{
	position:absolute;
	width:70px;
	top:12px;
	right:-70px;
	font-size:14px;
	color:#1565c0;
}
.search-other-data{
	padding-top:25px;
	margin-top:25px;
	border-top:1px solid #e1e1e1;
}
.search-other-data .data-row{
	margin-bottom:15px;
}
.search-other-data .thumb-data{
	width:145px;
	height:145px;
	display:inline-block;
	border:7px solid #fff;
	border-radius:6px;
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
	overflow:hidden;
}
.days-open{
	margin-bottom:25px;
}
.days-open .custom-checkbox{
	margin:0 15px;
}

.social-meta .form-group .custom-select{
	display:inline-block;
}
.social-meta .form-inline .form-control{
	min-width:320px;
}
.body-content .social-meta .form-group .custom-checkbox{
	position:static;
	margin-top:-4px;
}
.social-preview .address{
	margin-top:150px;
}

.search-attr-block{
	border-bottom:1px solid #e1e1e1;
}
.search-attr-block .custom-checkbox{
	margin-top:10px;
}
.search-attr-block .custom-checkbox label{
	line-height:25px;
}
.search-attr-block .form-inline .form-control{
	min-width:100px;
}
.search-attr-block .input-group-addon{
	background:#d2e9fc;
}

.property-type-form .form-top .row .col-lg-4:first-child .form-group,
.property-type-form .form-top .row .col-lg-4:nth-child(2) .form-group{
	position:relative;
}
.property-type-form .form-top .row .col-lg-4:first-child .form-group:after,
.property-type-form .form-top .row .col-lg-4:nth-child(2) .form-group:after,
.or-divider .col-lg-4:first-child:after{
	position:absolute;
	/*content:"OR";*/
	font-size:12px;
	color:#8a8a8a;
	right:-24px;
	top:44px;
}
.or-divider .col-lg-4:first-child:after{
	right:-9px;
}
.property-type-form .form-bottom{
	padding-top:25px;
}
.property-type-form .form-bottom > .row > .col-lg-6:first-child:after{
	width:1px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	background:#ccc;
	content:"";
}
.property-type-form .form-bottom > .row > .col-lg-6:first-child .inr-btm{
	padding-right:15px;
}
.property-type-form .form-bottom > .row > .col-lg-6:last-child .inr-btm{
	padding-left:15px;
}

.property-type-form .form-collapse{
	padding-top:25px;
}

.popover{
	font-family:'Lato', sans-serif;
	font-weight:400;
	color:#fff;
	background:#90caf9;
	min-width:450px;
}
.popover.bottom > .arrow:after{
	border-bottom-color:#90caf9;
}
.popover.bottom > .arrow{
	border-bottom-color:#73a2c7;
}

.form-bottom .search-attr-row .page-add-row,
.form-bottom .search-attr-row:first-child .page-delete-row{
	display:none;
}
.form-bottom .search-attr-row .page-delete-row,
.form-bottom .search-attr-row:first-child .page-add-row{
	display:block;
}
.row-error{
	padding: 20px;
	text-align: center;
}
.no-brk.table > tbody > tr > td,
.no-brk.table > tbody > tr > th,
.no-brk.table > tfoot > tr > td,
.no-brk.table > tfoot > tr > th,
.no-brk.table > thead > tr > td,
.no-brk.table > thead > tr > th{
	word-break:normal;
}
.social-preview{
	word-wrap: break-word;
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.multi-dp-block .btn-group{
	display:block;
}
.multi-dp-block .btn-group > .btn{
	display:block;
	float:none;
	width:100%;
	text-align:left;
	position:relative;
}
.multi-dp-block .btn-group > .btn .caret{
	position:absolute;
	right:15px;
	top:18px;
}
.multi-dp-block .dropdown-menu{
	width:100%;
}
.multi-dp-block.always-open .dropdown-menu{
	display: block !important;
}
.input-group .control-label.has-error{
	position:absolute;
	left:0;
	bottom:-20px;
	white-space:nowrap;
}
.btn-img-trash{
	position:absolute;
	top:10px;
	right:25px;
	z-index:9;
}
.custom-radio-checkbox .control-label.has-error{
	position: absolute;
    padding: 0;
    white-space: nowrap;
    bottom: -20px;
    font-size: 12px;
}
.ui-autocomplete .ui-state-focus{
	background:#d2e9fc !important;
}
.heading-check{
	position: absolute;
    left: 200px;
    top: 20px;
    font-size: 14px;
}

/*********new styles ayan 8th july**********/

#carousel{
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    margin-bottom: 25px;
}
.total-slider{
	padding:0 24px 25px;
	margin-top:20px;
}
#slider{
	border:1px solid #0054a0;
	border-radius:4px;
	overflow:hidden;
	margin-bottom:22px;
}
.flexslider .slides img{
	border-radius:4px;
}
#carousel.flexslider .slides > li{
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    padding: 3px;
    position: relative;
	width:240px !important;
	margin-right:22px !important;
}
#carousel.flexslider .slides > li.flex-active-slide{
	border:4px solid #0054a0;
	padding:0;
}
#carousel.flexslider .slides > li.flex-active-slide:before {
    content: '';
    border-bottom: 6px solid #0054a0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
}
#carousel .flex-direction-nav a:before{
	content:'\f105';
	font-family:'FontAwesome';
	color:#0054a0;
	text-shadow:none;
	font-size: 55px;
}
#carousel .flex-direction-nav a.flex-prev:before{
	content:'\f104';
}
#carousel .flex-direction-nav .flex-next{
	right:0;
}
#carousel.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
    right: 0;
}
#carousel .flex-direction-nav a{
	height:59px;
	opacity:1 !important;
}
#carousel .flex-direction-nav .flex-prev {
    left: 0;
}
#carousel .flexslider:hover .flex-direction-nav .flex-prev{
	left:0;
}
#carousel .flex-viewport{
	padding-top:8px;
}
.slide-textpart{
	height: 48px;
    position: absolute;
    background: #d2e9fc;
    bottom: 0;
    left: 0;
    z-index: 99;
    right: 0;
    border-radius: 0 0 4px 4px;
	padding:10px 20px;
}
#slider.flexslider .slides > li{
	position:relative;
}
#slider .flex-direction-nav{
	display:none !important;
}
.work-slidetext a{
	float:left;
	padding:5px;
	margin-left:2px;
}
.slide-textpart h4{
	font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0;
    font-family: 'Lato', sans-serif;
    margin-top: 5px;
	float:left;
}
.theme-status{
    height: 17px;
    width: 17px;
    display: block;
    float: left;
    margin-left: 10px;
    border: 4px solid #fff;
    border-radius: 100%;
    margin-top: 7px;
}
.theme-status.red{
	background:#cb1f07;
}
.total-slider .btn-primary{
	font-family: 'Raleway', sans-serif;
}
.add-member-row.add-theme-row .edit-userpic {
    position: relative;
    border: 1px solid #bbdefb;
    border-radius: 6px;
    width: 100%;
    height: 340px;
}
.add-member-row.add-theme-row .edit-userpic:before {
    left: 50%;
    margin-left: -45px;
	top: 100px;
}
.customcolor{
	position:relative;
	overflow:hidden;
	float:left;
	margin-right:14px;
}
.customcolor input[type="radio"]{
	position:absolute;
	left:-999px;
}
.customcolor input[type="radio"]+label{
	width:40px;
	height:40px;
	border-radius:4px;
	margin-bottom:0;
}
.customcolor input[type="radio"]:checked+label:after{
    content: '';
    background: url(../images/newimages/tickradio.png) no-repeat center center;
    width: 19px;
    height: 13px;
    z-index: 99;
    position: absolute;
    top: 14px;
    left: 10px;
}
.customcolor.blue-version input[type="radio"]+label{
	background:#1565c0;
}
.customcolor.red-version input[type="radio"]+label{
	background:#e92432;
}
.customcolor.green-version input[type="radio"]+label{
	background:#39c98d;
}
.customcolor input[type="radio"]+label:after{
	content:'';
}
.menu-zone .menu-elem-new {
    padding: 5px 15px;
    display: inline-block;
    background: #fff url(../images/menu-elem-bg.png) repeat-x left bottom;
    margin: 10px;
    height: 40px;
    color: #1565c0;
    line-height: 27px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(0,97,207,0.4);
}
.choose-theme{
	position:absolute;
	height:44px;
	padding:10px;
	background:#d2e9fc;
	left:0;
	right:0;
	bottom:0;
	border-radius:0 0 4px 4px;
	z-index: 12;
}
.total-theme-cont{
	border:1px solid #90caf8;
	border-radius:4px;
	position:relative;
	overflow:hidden;
}
.total-theme-cont img{
	border-radius:4px;
}
.custom-radio{
	position:relative;
	overflow:hidden;
}
.custom-radio input[type="radio"]{
	position:absolute;
	left:-999px;
}
.custom-radio input[type="radio"]+label{
    font-size: 16px;
    line-height: 24px;
    color: #545353;
    font-family: 'Lato', sans-serif;
    padding-left: 35px;
    position: relative;
    min-height: 24px;
}
.custom-radio input[type="radio"]+label:before{
	content:'';
	width:24px;
	height:24px;
	border:1px solid #1565c0;
	border-radius:2px;
	position:absolute;
	left:0;
	top:0;
}
.custom-radio input[type="radio"]:checked+label:after{
	content: '\f00c';
    font-family: 'FontAwesome';
    color: #1565c0;
    position: absolute;
    left:4px;
    top: 0;
}
.total-theme-cont:after{
    content: '';
    background: rgba(0,0,0,0.45);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    left: -100%;
    transition: all .3s ease-in-out;
    width: 100%;
}
.total-theme-cont:hover:after{
	left:0;
}
.gotonextlink{
	width:67px;
	height:67px;
	border-radius:67px;
	position:absolute;
	top:50%;
	margin-top:-33.5px;
	left:50%;
	margin-left:-33.5px;
	z-index:11;
	background:#1565c0;
	cursor:pointer;
	padding: 19px;
	opacity:0;
	transition:all .4s ease-in-out;
}
.gotonextlink:hover{
	background:#002c5f;
}
.total-theme-cont:hover .gotonextlink{
	opacity:1;
}
.img-panel-header{
	height:51px;
}
.choose-smallpanel .total-radio{
    background: #d2e9fc;
    height: 51px;
    padding-top: 14px;
    border-right: 1px solid #90caf8;
    border-radius: 4px 0 0 4px;
}
.choose-smallpanel {
    border: 1px solid #90caf8;
    border-radius: 4px;
}
.total-panel{
	margin-bottom:20px;
}


/*********new styles ayan 8th july**********/

.property-listing .imageFit{
	background:url(../images/no-property.png) no-repeat center center;
	background-size:cover;
}
.prop-area{

}
.prop-area .property-listing{
	height:790px;
}
.prop-area .pagination-cont{
	margin:5px 30px 0;
}
.prop-map{
	position:relative;
	height:790px;
}
.prop-map iframe{
	height:790px;
	width:100%;
}
.ta-editor{
	height: auto;
}
.ta-toolbar{
	margin-bottom: 10px;
}
.ta-toolbar .btn-group{
	margin-bottom: 5px;
}
.ta-toolbar .btn{
	font-size: 14px;
	min-height: 35px;
	line-height: 20px;
	margin:0;
}
.criteria-labels{
    padding: 15px;
    border: 1px solid #333;
}
.criteria-labels label{
    padding: 10px 20px;
    border-radius: 5px;
    margin: 3px;
}
.property-listing .panel{
    position: relative;
}
.property-listing .panel-heading{
    font-size: 20px;
    padding: 15px;
}
.property-listing .prop-panel-btn{
    position: absolute;
    top: 15px;
    right: 15px;
}
.property-listing .prop-panel-btn button{
    padding: 0;
    margin-left: 10px;
    border: none;
    background: none;
    font-size: 20px;
}
.property-listing .panel .panel-body{
    padding: 15px;
}
.active-deactive {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 10px;
}
.green_active:before {
  content: "\2713";
  color: darkgreen;
}
.red_active:before  {
    content: "\2717";
  color: crimson;
}

.code-editor-upload input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.theme-block-img{
	display: inline-block;
	text-align: center;
	width: 30%;
	margin: 0 10px;
}
.menu-pad-inner{
	margin-bottom: 15px;
}
.menu-pad-inner .menu-trigger{
	display: inline-block;
	padding: 8px 16px;
	background: #90caf8;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 5px;
	color: #fff;
	position: relative;
	transition: all ease-in-out 200ms;
}
.menu-pad-inner .menu-trigger:hover{
	background: #1565c0;
}
.menu-pad-inner .menu-trigger.active{
	background: #1565c0;
}
.menu-pad-inner .menu-trigger.active:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #1565c0;
	border-width: 10px;
	margin-left: -10px;
}

.allmenu_pages ul li {
	list-style-type: none;
}
.allmenu_pages ul li ul li span {
    font-size: 14px;
    line-height: 36px;
    border: 1px solid #ccc;
    border-bottom: none;
}
.allmenu_pages ul li ul li span:first-child {
    border-right: none;
}

.allmenu_pages ul li > ul {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 20px 0;
    float: left;
    width: 100%;
}
.allmenu_pages ul {
	padding: 0;
}
.allmenu_pages > ul {
	padding: 0 20px;
}
.new-pos{
	position: relative;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mt33 {
    margin-top: 33px !important;
}
.change-status-update{
	position: absolute;
	color: #289600;
	font-size: 11px;
	white-space: nowrap;	
}
.icon-blocks span, 
.icon-blocks a{
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}
/* 10-09-2018 */
.crmright {
    /* background: #1682fd; */
    /* margin: -9px -15px -19px 0; */
}

.crmrightinner {background: #1682fd;margin-top: -9px;margin-bottom: -19px;padding: 25px 30px;margin-right: -33px;}

.crmrightinner ul li {
    list-style-type: none;
    float: left;
    width: 50%;
    line-height: 25px;
}
.crmrightinner ul li::before {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	margin-right: 5px;
}

.crmrightinner ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.crmrightinner p {
    font-weight: 700;
}

.seperate_back {
    clear: both;
    background: #2196f3;
    padding: 15px;
    color: #bbcde2;
}
.seperate_back a {
    color: #fff;
    opacity: 1;
}
.seperate_back a:hover {
	color: #000;
}
.seperate_back a.down_atag::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	left: 0;
	top: 0;
	background: url(../images/circular-down-arrow-button.png) no-repeat 0 0;
	background-size: contain;
}
.seperate_back a.down_atag {
    position: relative;
    padding-left: 28px;
}
.crm-top-header {
	/*display: inline-block;
    color: #000;
    line-height: 107px;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 20px;*/
    display: inline-block;
    color: #000;
    line-height: 110px;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 20px;
}
.admin-header.fix-head p.crm-top-header {
    font-size: 30px;
    font-weight: bolder;
}
.bold-crm{
	font-size: 40px;
    font-weight: bolder;
}
.admin-header.fix-head b.bold-crm {
    font-size: 30px;
    font-weight: bolder;
}
.crm-space-white {
	padding-top: 15px;
}

/* For cliebnt impoter 06.06.2018 */
.subheading.clearfix {
    margin-top: 20px;
    font-size: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin: 20px -5px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    background: #1565c0;
    color: #fff;
    text-align: center;
    /* align-self: center; */
}
.subheading.clearfix p {
    font-size: 14px;
    margin-top: 6px;
    text-align: center;
}
.subheading.clearfix p a {
	color: #9ccaff;
}
.ip_csv {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    border-top: 1px solid #CCC;
    margin: 0 -20px -20px;
    padding: 13px 30px;
    margin-top: 20px;
    background: #eee;
}

.ip_csv a {
    color: #1565c0;
    font-size: 14px !important;
}
.heading-client-center {
	position: absolute;
    top: 21px;
    right: 15px;
}
.social-banner .edit-bannerpic .btn-txt.custom-txt {
    padding: 25px 60px 25px 25px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d2e9fc;
    text-align: left;
    border-radius: 0 0 5px 5px;
    z-index: 2;
    font-size: 12px;
}
.panel-heading .title-lnk.custom_titlelink {
	position: absolute;
    top: 21px;
    right: 15px;
}
.btn.customposn{
    margin-top: 8px;
    position: absolute;
    right: 11px;
    bottom: 10px;
    z-index: 9;
}
.social-banner .edit-bannerpic.custom_btnnew{
	height: 303px;
}
.left-icon .fa {
	margin-right: 5px;
}
.customtitLink {
	font-size: 14px;
    font-weight: 700;
    margin: 13px 10px 0 0;
}
.search-tags ul li {
    display: inline-block;
    margin: 0 5px 9px 0;
    padding: 5px 30px 5px 10px;
    border: 1px solid #2f85d2;
    border-radius: 2px;
    position: relative;
    color: #fff;
    background: #2f85d2;
    font-weight: 400;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.search-tags .close-tag {
    position: absolute;
    right: 10px;
    top: 5px;
    font-weight: 500;
    text-decoration: none !important;
    color: #082f00;
}
.search-tags ul li strong {
    color: #082f00;
}
b, strong {
    font-weight: 700;
}

.mapcustom .gmnoprint:not(.gm-bundled-control) {
    display: block !important;
}

.add-member-row .edit-userpic .upload-btn a.remove-profile-pic {
	position: absolute;
    right: 15px;
    top: 23px;
    font-size: 20px;
}
.add-member-row .edit-userpic .btn-txt p {
	margin-bottom: 0;
}

.property-listing .property-thumb.recent-search{
	width:100%;
	height:160px;
	overflow:hidden;
}
.custom_div_33 {
	width:32%;
	margin: 5px;
	height: auto;
}


/*...........new search page...........*/

footer.search_prop.site-footer {
  margin: 0 -15px;
}
footer.search_prop.site-footer .logo-chain li {
  margin: 0 10px;
}
footer.search_prop.site-footer .footer-middle {
    padding: 20px 0;
    border-top: 1px solid #e4e4e4;
}
.button_searpanel .btn-success {
  background: none;
  font: 700 15px/22px Roboto,Arial;
  color: #71b100;
}
.button_searpanel .btn-success.btn-custom {
  color: #fff;
}
.button_searpanel .btn-success:hover,
.button_searpanel .btn-success:active,
.button_searpanel .btn-success:focus {
  color: #000;
}
.button_searpanel.pull-right {
    padding-right: 15px;
    margin-top: 12px;
}
.result-blocks .result-block {
    height: 208px;
    margin-bottom: 10px;
    position: relative;
}
.result-blocks .col-sm-6 {
    padding: 0 5px;
}
.result-blocks .row {
    margin: 0 -10px;
}
.modal {
  z-index: 9999999;
}
.map_search span.msgtoshow {
  display: block;
  position: absolute;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: #fff;
  padding: 9.5px 10px;
  text-shadow: none;
}
.middle_searchform .rating li span,.rating li span.bath-label {
  position: relative;
}
.middle_searchform .rating li span cite.blockedelm,.rating li span.bath-label cite.blockedelm {
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 18px;
    font-size: 10px;
    font-weight: 700;
}
.result-block .project-block .project-info .prop-title {
    text-align: left;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 65px;
}
.ui-menu.ui-autocomplete {
z-index: 9999999;
}
.ui-menu.ui-autocomplete .ui-menu-item {
    font-size: 13px;
    line-height: 22px;
    border-top: 1px dotted #ccc;
}
.ui-menu.ui-autocomplete .ui-menu-item:first-child {
    border-top: none;
}
.m200 .dropdown-toggle {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.m200 .dropdown-toggle .caret {
    /*position: absolute;*/
    right: 10px;
    top: 24px;
}
.mw165 {
  min-width: 165px;
  text-align: left;
}
.mw165 .caret {
  	/*position: absolute;*/
    right: 15px;
    top: 27px;
}
.left-icon i {
  margin-right: 10px;
}
.details-cont .prop-action .btn {
  font-size: 13px;
}
.btn-custom{
  font-size: 17px;
}

header .header-bottom .navbar-header {
  width: 100%;
}
#loading-bar .bar {
  z-index: 99999999;
}
.search-loader {
    left: -15px;
    right: -15px;
}
.middle_searchform .dropdown.mw165::before {
  left: -1px;
}
.search-top {
  margin: 0 10px;
}
.search-result-listing .result-heading {
  margin-bottom: 0;
}
.search-top {
    padding-bottom: 10px;
}
.site-header .header-social {
    margin: 12px 0 0 10px;
    clear:none;
}

.top_search {
    height: 59px;
    background: #2f85d2;
    position: absolute;
    width: 100%;
    top: -45px;
    padding-top: 0;
    box-shadow: 0px 4px 8px rgba(187, 184, 177, 0.62);
    position: relative;
    z-index: 999999;
}
.map_search {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
}
.search-map {
    width: 100%;
    height: 100%;
}
.search_listingnew {
    width: 50%;
    float: left;
    height: 100%;
    overflow-y: auto;
    padding: 0 15px;
}
.total_searchlisting {
  /*position: absolute;
    width: 100%;
    top: 170px;
    bottom: 0;*/
}
.total_searchlisting .search_results {
    /*height: 100%;
    position: absolute;
    width: 100%;*/
    overflow: hidden;
}
.total_searchlisting .project-block .project-thumb {
    position: absolute;
    left: -25px;
    right: -25px;
    top: -45px;
    bottom: -35px;
    z-index: 2;
    transition: all ease-in-out 200ms;
}
.project-block .project-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 15px;
    background: rgba(32,39,43,0.9);
}
.total_searchlisting .result-blocks .project-block .project-info {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+44,000000+100&0+0,0.73+44,1+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.73) 44%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.73) 44%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.73) 44%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.total_searchlisting .project-block:hover .project-thumb {
     transform: scale(1,1); 
}
.total_searchlisting .result-block .project-block .project-info .prop-price .price {
    font-size: 22px;
}
.total_searchlisting .result-block .project-block .project-info .prop-price {
  clear: left;
}
.total_searchlisting .result-block .project-block .project-info .prop-address {
    padding-right: 5px;
    margin-right: 5px !important;
    border-right: 1px solid #fff;
    margin-bottom: 7px;
}
.total_searchlisting .result-block .project-block .project-info .prop-address, 
.total_searchlisting .result-block .project-block .project-info .prop-no {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    float: left;
    margin-bottom: 10px;
}
.search_propform {
    position: relative;
    margin-top: 9px;
}
.search_propform::after{
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 12px;
    color: #b2b2b2;
}
.top_search {
  text-align: center;
}
.top_search .form-control {
  border-color: #cececf;
  font-size: 15px;
  color: #b2b2b2;
}
.middle_searchform {
    display: inline-block;
    float: left;
}
.middle_searchform .open>.dropdown-menu {
    display: block !important;
}
.middle_searchform .dropdown-toggle,.advance_search {
    font: 400 15px/59px Roboto,Arial;
    color: #fff;
    background: none;
    border: none;
    margin-top: 0;
    padding: 0 20px;
}
.advance_search {
  background: #2d699e;
  color: #fff;
}
.middle_searchform .dropdown-menu,.topsearch_collapse {
    top: 59px;
    background-color: #fafafa;
    position: absolute;
    margin-left: 1px;
    display: none;
    box-shadow: 0px 3px 8px 0 #c0bcb5;
    padding-left: 12px;
    padding-right: 12px;
    border: none;
    border-radius: 0;
    padding: 15px;
    border: 1px solid #a3a09a;
    border-top: none;
    margin: 0;
    min-width: 395px;
}
.middle_searchform .dropdown::before {
    content: '';
    width: 1px;
    height: 22px;
    background: #2d699e;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}
.custom_radio {
  position: relative;
  overflow: hidden;
}
.custom_radio input[type="radio"] {
  position: absolute;
  left: -99px;
}
.custom_radio input[type="radio"]+label {
    font: 400 15px/22px Roboto,Arial;
    color: #20272b;
    padding-left: 22px;
} 
.custom_radio input[type="radio"]+label::before {
  content: "\f096";
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  color: #2d699e;
}
.custom_radio input[type="radio"]:checked+label::before {
  content: "\f14a"; 
}
.topsearch_collapse h4 {
    font: 500 18px/22px Roboto,Arial;
    color: #20272b;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 7px;
    margin-top: 0;
}
.topsearch_collapse ul li a {
  font: 300 15px/26px Roboto,Arial;
    color: #20272b;
    display: inline-block;
}
.topsearch_collapse ul li a:hover {
    color: #398bd4;
    text-decoration: none;
}
.feature_listpanel ul li {
  float: left;
  width: 50%;
}
.topsearch_collapse ul {
  padding-left: 0;
  list-style-type: none;
}
.advancesearch_panel {
  position: relative;
}
.topsearch_collapse h3 {
  font: 300 20px/22px Roboto,Arial;
    color: #20272b;
    margin-top: 0;
    margin-bottom: 15px;
}
#advance_collapse {
    min-width: 695px;
    text-align: left;
    padding: 15px 25px;
    right: 0;
}

/* RATING */

.rating{
  margin:5px 0 0;
  padding:0;
  list-style:none;
  overflow:hidden;
}
.rating li{
  display:inline-block;
  margin-right:4px;
}
.rating li span{
  display:block;
  float:left;
  width:68px;
  height:42px;
  background-color:#f7f7f7;
  border:1px solid #c7c7c7;
  border-radius:2px;
  text-align:center;
  line-height:40px;
  font-size:14px;
  font-weight:300;
  color:#a6a6a6;
  cursor:pointer;
  background-image:url(../images/check-icons.png);
  background-repeat:no-repeat;
  transition:border-color ease-in-out 200ms;
}
.rating li span:hover{
  border-color:#7c7c7c;
}
.rating li.filled span{
  border:2px solid #2f85d2;
}
.rating li span.bed-label{
  background-position:center 9px;
}
.rating li.filled span.bed-label{
  background-position:center -45px;
}
.rating li span.bath-label{
  background-position:center -97px;
}
.rating li.filled span.bath-label{
  background-position:center -151px;
}
.rating li span.zero-label{
  background-image: none !important;
}
.search-map{
  width: 100%;
  height: 485px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
  background-color: #2f85d2;
  border-color: #2f85d2;
}
.pagination > li > a, .pagination > li > span{
  color:#2f85d2;
}
.modal .btn{
  font-size:14px;
}
.sidebar-map{
  height: 300px;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #2f85d2;
    border-color: #2f85d2;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #084c8a;
    border-color: #00396d;
}
.btn{
  font-size:20px;
  text-transform:uppercase;
  font-weight:300;
  border-radius:2px;
  border:none;
  transition: all ease-in-out 200ms;
}
.btn-success{
  background:#2f85d2;
}
.btn-success:hover{
  background:#2f85d2;
}
.btn-active{
  background:#2f85d2 !important;
  color: #fff !important;
}

.btn-default{
  background:#c7c7c7;
}
.btn-default:hover{
  background:#919191;
}
.btn-border{
  border:1px solid #2f85d2;
}
.btn-border:hover{
  border:1px solid #2f85d2;
  background:#2f85d2;
  color:#fff;
}
.custom-select{
	position:relative;
	background:#fff;
	border-radius:6px;
}
.custom-select select{
	position:relative;
	z-index:2;
	-webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
   background:none;
   padding-right:30px;
   /*color:rgba(0,0,0,0);
   text-shadow:0 0 0 #4a4a4a;*/
}
.custom-select:after{
	width:15px;
	height:8px;
	background:url(../images/select-arrow.png) no-repeat;
	background-size:15px 8px;
	position:absolute;
	right:15px;
	top:18px;
	z-index:1;
	content:"";
}
.check-icon label{
	margin:0;
	display:inline-block;
}
.check-icon label input[type=checkbox]{
	display:none;
}
.check-icon label input[type=checkbox] + span{
	display:block;
	float:left;
	width:68px;
	height:42px;
	margin-right:4px;
	background-color:#f7f7f7;
	border:1px solid #c7c7c7;
	border-radius:2px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	font-weight:300;
	color:#a6a6a6;
	transition:border-color ease-in-out 200ms;
}
.check-icon label input[type=checkbox] + span:not(.num-label){
	cursor:pointer;
	background-image:url(../images/check-icons.png);
	background-repeat:no-repeat;
}
.check-icon label input[type=checkbox] + span:not(.num-label):hover{
	border-color:#7c7c7c;
}
.check-icon label input[type=checkbox]:checked + span:not(.num-label){
	border:2px solid #2f85d2;
}
.check-icon label input[type=checkbox] + span.bed-label{
	background-position:center 9px;
}
.check-icon label input[type=checkbox]:checked + span.bed-label{
	background-position:center -45px;
}
.check-icon label input[type=checkbox] + span.bath-label{
	background-position:center -97px;
}
.check-icon label input[type=checkbox]:checked + span.bath-label{
	background-position:center -151px;
}
.custom-checkbox label:before{
	width:20px;
	height:20px;
	border:1px solid #c7c7c7;
	position:absolute;
	left:0;
	top:5px;
	content:"";
}
.custom-checkbox label:hover:before{
	border-color:#a6a6a6;
}
.custom-checkbox input[type=checkbox]:checked + label:before{
	background:url(../images/check-icon.png) no-repeat center center #2f85d2;
	background-size:14px auto;
	border-color:#2f85d2;
}
.map_search span.msgtoshow {
    width: 90%;
}
.search-remove-btn {
	cursor: pointer;
    font-size: 11px;
    padding: 3px 8px;
    cursor: pointer;
    height: auto;
    min-height: 0;
}
.custom-select:after {
    display:none;
}
.chosen-container:after {
    width: 15px;
    height: 8px;
    background: url(../images/select-arrow.png) no-repeat;
    background-size: 15px 8px;
    position: absolute;
    right: 15px;
    top: 18px;
    z-index: 1;
    content: "";
    cursor: pointer;
}

.project-block{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
	overflow:hidden;
}
.result-block .project-block .project-info,.result-block .project-block .project-info .prop-title a {
    color: #fff;
}
.result-block .project-block .project-info .prop-price .price {
    font-size: 22px;
    font-weight: 500;
    float: left;
    margin-right: 10px;
}
.project-block .project-info .prop-tags {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #2f85d2;
    text-transform: uppercase;
}
.result-block .project-block .project-info .prop-tags {
    float: left;
    color: #fff;
}
.project-block .project-info .prop-tags li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #fff;
    height: 11px;
    line-height: 11px;
}
.project-block .project-info .prop-tags li {
    padding-left: 10px;
    margin-left: 10px;
    padding-right: 0;
    margin-right: 0;
    border-right: none !important;
    border-left: 1px solid #0b56a4;
}
.project-block .project-info .prop-tags li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none !important;
}
#map_canvas2 .gmnoprint:not(.gm-bundled-control) {
	display: block;
}
.result-block .project-block .like-icon{
	position:absolute;
	top:-3px;
	right:3px;
	font-size:24px;
	cursor:pointer;
	z-index:9;
}
.property_checked {
	width: 25px;
	height: 30px;
}
.select-all-checked {
	padding: 10px;
	font-size: 24px;
}
.choose-client-btn {
	padding-top: 20px;
}
.mr-20 {
	margin-right: 20px !important;
}
.receiving-email {
	font-size: 12px;
	float: right;
}
.icon-msg {
	font-size: 20px;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
