.search-form-col {
	width: 95%;
	float: left;
	padding: 2.5%;
}

.search-form-col form,
.search-result-col .grid-view .thumb .social,
.search-form-col .col-sub,
.search-result-col .grid-view,
.search-result-col .grid-view .thumb h6,
.search-result-col .list-view .listing .info,
.search-result-col .list-view .listing .content {
	width: 100%;
	float: left;
}

.search-form-col ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}

.search-form-col ul li {
	margin: 5px 0 !important;
}

.search-form-col ul li.full-width {
	width: 100%;
	float: left !important;
}

.search-form-col ul li.third-fourth-width {
	width: 75%;
	float: left !important;
}

.search-form-col ul li.half-width {
	width: 50%;
	float: left !important;
}

.search-form-col ul li.fourth {
	width: 40%;
	float: left !important;
}

.search-form-col ul li.one-third-width {
	width: 33.3%;
	float: left !important;
}

.search-form-col ul li.one-fourth-width {
	width: 25%;
	float: left !important;
}

.search-form-col ul li.one-fifth-width {
	width: 20%;
	float: left !important;
}

.search-form-col ul li label {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.search-form-col ul li input,
.search-form-col ul li select,
.search-form-col ul li textarea {
	width: 98% !important;
	margin-top: 5px !important;
	border: solid 1px #9e9d9d !important;
	border-radius: 2px;
}

.search-form-col ul li input,
.search-form-col ul li select {
	height: 40px !important;
}

.search-form-col ul li textarea {
	height: 100px !important;
}

.search-form-col h3 {
	width: 100%;
	float: left;
	margin: 10px 0;
	font-size: 17px;
	text-transform: uppercase;
}

.search-form-col ul li input.btn {
	margin-top: 23px !important;
	text-align: center;
	border: solid 1px #7cc576 !important;
	font-size: 15px;
}

.search-form-col .col-sub .left,
.search-form-col .col-sub .right {
	width: 48%;
	float: right;
}

.search-form-col .col-sub .left ul,
.search-form-col .col-sub .right ul,
.search-result-col .list-view .listing .info .right-part .social ul {
	padding: 0;
	margin: 0;
}

.search-form-col .col-sub .left ul li,
.search-form-col .col-sub .right ul li {
	width: 100%;
	float: left;
	margin: 5px 0;
}

.search-form-col .col-sub .left ul li label,
.search-form-col .col-sub .right ul li label {
	display: block;
}

.search-form-col .col-sub .left ul li select {
	width: 45% !important;
	float: left;
	margin-right: 5px;
}

.search-form-col .col-sub .left ul li mark,
.search-form-col .col-sub .right ul li mark {
	background: none;
	margin: 15px 5px 0 5px;
	float: left;
}

.search-form-col .col-sub .center {
	width: 2%;
	float: left;
	text-align: center;
	margin-top: 38px;
	font-weight: 600;
}

.search-form-col .col-sub .right ul li select {
	width: 46.5% !important;
	float: left;
	margin-right: 5px;
}

.search-form-col .full-submit {
	width: 100%;
	float: left;
	margin: 10px 0;
}

.search-form-col .full-submit input.btn {
	width: 100%;
	margin: 0;
	padding: 5px 0;
	height: auto;
	font-size: 15px;
}

.search-form-col ul li input.btn:hover,
.search-form-col .full-submit input.btn:hover {
	top: 0 !important;
}

.search-form-col ul li.half-width.col-sub label {
	display: inline;
	margin-right: 10px;
}

.search-form-col ul li.half-width.col-sub span input[type="checkbox"] {
	width: auto !important;
	margin: 0 8px !important;
	height: auto !important;
}

.search-form-col .col-sub .left ul li input ,
.search-form-col .col-sub .right ul li input {
    width: 44% !important;
    float: left;
    margin-right: 5px;
}
.search-form-col ul li a{
    display: block;
    width: 98%;
    background: #212D40;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 20px;
    font-size: 15px;
    margin: 10px 0;
}
.search-form-col ul li a:hover{
    background:#000;
}
.search-form-col .clear-left{
    clear: left;
}
.search-result-col{
}
.search-result-col .property-view{
    width:100%;
    float:left;
    margin-bottom:20px;
}
.search-result-col .property-view .button{
    width:98%;
    float:left;
    text-align:right;
    margin-top: 13px;
}
.search-result-col .property-view .button a{
    background:#0b3271;
    color:#fff;
    text-align:center;
    padding:8px 17px;
    margin-left:5px;
    font-size: 15px;
    text-transform:uppercase;
    border-radius:2px;
    line-height:20px;
}
.search-result-col .property-view .button a .fa{
    font-size:14px;
}

.search-result-col .property-view .button a:hover{
    background:#5cb85c;
}
.search-result-col .grid-view{
    width:100%;
    float:left;
}
.search-result-col .grid-view .thumb{
    width:319px;
    margin:18px;
    box-shadow: 0 0 5px #ccc;
    float: left;
}
.search-result-col .grid-view .thumb:hover{
    box-shadow: 0 0 15px #ccc;
}
.search-result-col .grid-view .thumb .image{
    position:relative;
    text-align: center;
}
.search-result-col .grid-view .thumb .image img{
    /*max-height: 100% !important;*/
    height: 200px;
    max-width: 100%;

}
.search-result-col .grid-view .thumb .image .overlay{
    position:absolute;
    /*display:none;*/
    top:5px;
    right:5px;
}

.search-result-col .grid-view .thumb .image:hover .overlay{
    display:block;
}

.search-result-col .grid-view .thumb .sub-part{
    background: #fafafa;
    padding: 15px;
    float: left;
    width: 90%;
}

.search-result-col .grid-view .thumb .image .overlay span.blue{
    display: inline-block;
    float: left;
}

.search-result-col .grid-view .thumb .image .overlay span.blue mark{
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
    background:#337ab7;
    border-radius: 100%;
    display: block;
}

.search-result-col .grid-view .thumb .image .overlay span.blue mark input[type="checkbox"]{
    margin-top:6px;
}

.search-result-col .grid-view .thumb .image .overlay span.red{
    display: inline-block;
    margin-left: 3px;
}
.search-result-col .grid-view .thumb .image .overlay span.red .fa{
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
    background:#d43f3a;
    border-radius: 100%;
    display:block;
    color:#fff;
}
.search-result-col .grid-view .thumb .sub-part h2{
    text-align: center;
    font-size: 17px;
    margin-bottom: 10px;
    min-height: 45px;
    line-height: 22px;
}
.search-result-col .grid-view .thumb .virtual-tour{
    text-align:center;
    margin:15px 0;
}
.search-result-col .grid-view .thumb .virtual-tour .fa{
    margin:0 5px;
    font-size: 18px;
    color:#0b3271;
}

.search-result-col .grid-view .thumb .virtual-tour .fa.fa-copy{
    color:#5cb85c;
}
.search-result-col .grid-view .thumb .sub-part h3{
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
    color: #555555;
    font-weight: 600;
}
.search-result-col .grid-view .thumb .sub-part h4{
    text-align: center;
    color: #666;
    text-transform: uppercase;
    margin: 13px 0;
    font-size: 12px;
    font-weight: bold;
}
.search-result-col .grid-view .thumb .sub-part h5{
    text-align: center;
    font-size: 19px;
    vertical-align: middle;
    line-height: 23px;
}
.search-result-col .grid-view .thumb .sub-part h5 .fa{
    color:#fff;
    background:#5cb85c;
    width:25px;
    height:25px;
    display:inline-block;
    border-radius:100%;
    line-height:25px;
    font-size: 16px;
}
.search-result-col .grid-view .thumb ul{
    padding:0;
    margin:0;
    width:100%;
    float:left;
    border-bottom:solid 1px #ccc;
    border-top:solid 1px #ccc;
}
.search-result-col .grid-view .thumb ul li{
    width:19.5% !important;
    float:left;
    text-align:center;
    text-transform:uppercase;
    border-right:solid 1px #ccc;
    margin:0 !important;
    font-size: 9px;
    font-weight: bold;
    padding:10px 0 !important;
    line-height: 15px;
    min-height: 45px;
    background: #fafafa;

}
.search-result-col .grid-view .thumb ul li:last-child{
    border-right:none;
}
.search-result-col .grid-view .thumb ul li span{
    display:block;
    font-size: 13px;
    line-height: 16px;
}
.search-result-col .grid-view .thumb h6{
    width:100%;
    float:left;
}
.search-result-col .grid-view .thumb h6 a{
    background:#0b3271;
    display:block;
    padding:10px 0;
    color:#fff;
    text-align:center;
    font-size: 11px;
    font-weight: 600;
}
.search-result-col .grid-view .thumb h6 a:hover{
    background:#000;
}
.search-result-col .list-view {
    width: 96.5%;
    float: left;
    display:none;
    padding: 20px;
}
.search-result-col .list-view .listing{
    width: 100%;
    float: left;
    margin-bottom:20px;
    background:#f5f5f5;
}
.search-result-col .list-view .listing h1{
    background: #0b3271;
    font-weight: 600;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}
.search-result-col .list-view .listing .info{
    width: 100%;
    float: left;
}
.search-result-col .list-view .listing .info .image{
    width:24%;
    float:left;
    position:relative;
    margin-right: 1%;
}
.search-result-col .list-view .listing .info .image img{
    max-width: 100%;
    max-height: 100%;
}
.search-result-col .list-view .listing .info .image .overlay{
    position: absolute;
    /*display: none;*/
    top: 5px;
    right: 5px;
}
.search-result-col .list-view .listing .info .image .overlay span.blue{
    display: inline-block;
    float: left;
}
.search-result-col .list-view .listing .info .image .overlay span.blue mark{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #337ab7;
    border-radius: 100%;
    display: block;
}
.search-result-col .list-view .listing .info .image .overlay span.blue input[type="checkbox"]{
    margin-top: 6px;
}
.search-result-col .list-view .listing .info .image .overlay span.red{
    display: inline-block;
    margin-left: 3px;
}
.search-result-col .list-view .listing .info .image .overlay span.red .fa{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #d43f3a;
    border-radius: 100%;
    display: block;
    color: #fff;
}

.search-result-col .list-view .listing .info .image:hover .overlay{
    display: block;
}
.search-result-col .list-view .listing .info .right-part{
    width:75%;
    float:left;
}
.search-result-col .list-view .listing .info .right-part .block-one{
    width:49%;
    float:left;
}
.search-result-col .list-view .listing .info .right-part .block-one h2{
    padding: 7px;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: #333;
}
.search-result-col .list-view .listing .info .right-part .block-one ul{
    padding:0 0 0 10px;
    margin:0;
}
.search-result-col .list-view .listing .info .right-part .block-one ul li{
    display: block !important;
    width: 100%;
    margin: 4px 0 !important;
    font-weight: 600;
    font-size: 13px;
}
.search-result-col .list-view .listing .info .right-part .block-one ul li span{
    font-weight: normal;
}
.search-result-col .list-view .listing .info .right-part .block-two{
    width:49%;
    float:right;
}
.search-result-col .list-view .listing .info .right-part .block-two h2{
    padding: 7px;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: #333;
}
.search-result-col .list-view .listing .info .right-part .block-two h2 a{
    color:#fff;
    text-decoration:underline;
}
.search-result-col .list-view .listing .info .right-part .block-two h2 a:hover{
    text-decoration:none;
}
.search-result-col .list-view .listing .info .right-part .block-two ul{
    padding: 0 0 0 10px;
    margin: 0;
}
.search-result-col .list-view .listing .info .right-part .block-two ul li{
    display: block !important;
    width: 100%;
    margin: 4px 0 !important;
    font-weight: 600;
    font-size: 13px;
}
.search-result-col .list-view .listing .info .right-part .block-two ul li span{
    font-weight: normal;
    color:#0b3271;
}

.search-result-col .list-view .listing .info .right-part .block-two ul li span a:hover{
    text-decoration:none;
}
.search-result-col .list-view .listing .content{
    width: 100%;
    float: left;
}
.search-result-col .list-view .listing .content p{
    padding: 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
}
.search-result-col .list-view .listing h6{
    width: 100%;
    float: left;
    text-align:center;
    margin: 10px 0 40px 0;
}
.search-result-col .list-view .listing h6 a{
    background: #0b3271;
    font-weight: 600;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius:2px;
}
.search-result-col .list-view .listing h6 a:hover{
    background: #041d45;
}

hr {
	width: 100%;
	float: left;
	border: 1px #545454 dashed;
	margin: 15px 0px 15px;
}

#accountform li input[type="number"]{
    padding: 0px 5px;
    height: 38px !important;
}

#accountform li input.col-for-nmber[type="number"]{
    width:95% !important;
}

.select-unselect-all {
	display: inline-block;
}

.selectalllistings {
	float: left;
	margin-right: 5px;
}

.send-in-email select{
    float: left;
    width: 50%;
    margin-bottom: 15px;
}
.send-in-email textarea{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.send-in-email label{
    float: left;
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
}
.clear-left-class {
    clear: left;
}

ul.ui-autocomplete {
	z-index: 1100 !important;
}


.ui-dialog .ui-dialog-titlebar-close{
    display: none !important;
}

#ui-id-1{
}
/*#ui-id-1::after{ background:url('../images/search_close.png'); color: #000; width: 30px; height: 30px; line-height: 40px;
        text-align: center; position: absolute; content: '';right: -10px;top: -8px;display: block;background-size: 100%;}
*/
.ui-dialog .ui-dialog-titlebar-close1, .ui-dialog-titlebar-close-edit{
    position: absolute;
    height: 35px;
    top: 8px !important;
    cursor: pointer;
    z-index: 999;
    right: 12px !important;
    background: transparent;
    border: none;
}

.action-send-via-email-widget .ui-dialog-titlebar-close1:after,
.action-update-saved-name-widget .ui-dialog-titlebar-close-edit:after {
	font-family: "Font Awesome 5 Free";
	content: "\f00d";
	font-weight: 900;
	color: #ccc;
}

/* .action-send-via-email-widget{background: rgba(0, 0, 0, 0.90);} */
.action-send-via-email-widget::-webkit-scrollbar, .action-update-saved-name-widget::-webkit-scrollbar {
    display: none;
}
.action-send-via-email-widget, .action-update-saved-name-widget {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.action-button-class{
    margin: 10px 0px 25px 0px;
}

.ui-dialog.ui-widget {
    background: rgba(0, 0, 0, 0.48);
    width: 100% !important;
    left: 0px !important;
    display: block;
    right: 0px;
    padding: 33px 0px 2000px 544px !important;
    bottom: 0px !important;
    height: 100% !important;
    margin: 0px auto;
    display: table;
    top: 0px !important;
}

.ui-dialog.ui-widget.ui-front{
    background: none;
    padding: 0px !important;
    width: 30% !important;
    top: 30px !important;
}
.ui-dialog.ui-widget.ui-front .ui-dialog-titlebar-close {
    display: block !important;
}

.ui-dialog.ui-widget.ui-front .ui-dialog-titlebar-close .ui-button-text {
    display: none !important;
}

.ui-dialog .action-send-via-email-widget {
    top: 0px !important;
}

@media (max-width: 768px) {
    .ui-dialog.ui-widget {
        padding: 33px 0px 2000px 25% !important;
    }
    .ui-dialog.ui-widget.ui-front{
        width: 80% !important;
    }
}

/*.search-result-col .pagination{width:100%; float:left;margin: 20px 0;}*/
.search-result-col .pagination ul{
    margin:0 auto;
    display: table;
}
#accountform .returnswitch li b{
    width: 110px !important;
}

.search-result-col .grid-view .thumb .social ul li{
    width:24.9% !important;
    float:left;
    text-align:center;
    text-transform:uppercase;
    border-right:solid 1px #ccc;
    margin:0 !important;
    font-size: 9px;
    font-weight: bold;
    padding:10px 0 !important;
    line-height: 15px;
    min-height: 20px;
    background: #fafafa;
}

.search-result-col .grid-view .thumb .social ul li:last-child{
    border-right:none;
}
.search-result-col .grid-view .thumb .social ul li span{
    display:block;
    font-size: 13px;
    line-height: 16px;
}

.search-result-col .list-view .listing .social ul li{
    width:13.9% !important;
    float:left;
    text-align:center;
    text-transform:uppercase;
    border:solid 1px #ccc;
    border-right: none;
    margin:0 !important;
    font-size: 9px;
    font-weight: bold;
    padding:10px 0 !important;
    line-height: 15px;
    min-height: 20px;
    background: #fafafa;
}

.search-result-col .list-view .listing .social ul li:last-child{
    border-right:solid 1px #ccc;
}
.search-result-col .list-view .listing .social ul li span{
    display:block;
    font-size: 13px;
    line-height: 16px;
}
.search-result-col .grid-view .thumb .social{
    width: 100%;
    float: left;
}
.search-result-col .grid-view .thumb .social .detail-social-title{
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.search-result-col .grid-view .thumb .social ul{
    margin-top: 10px;
}
.search-result-col .list-view .listing .info .right-part .social{
    width:98%;
}
.search-result-col .list-view .listing .info .right-part .social .detail-social-title{
    width:100%;
    float: left;
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 13px;
}
.search-result-col .list-view .listing .info .right-part .social ul{
    padding: 0;
    margin:0;
}
.search-result-col .list-view .listing .info .right-part .social ul li{
    background: #fafafa;
    width: 10% !important;
    margin: 0 !important;
    padding: 6px 0 !important;
}
.action-send-via-email-widget-body .all-subscribers {
    font-size: 14px;
    font-weight:normal;
}
.action-send-via-email-widget-body .all-subscribers li {
    float: left;
    width: 32%;
}
.tab-page{
    overflow-x: hidden !important;
}
.sendinemail{
    box-shadow: 0 0 5px #f00 !important;
}

.subject-text input {
    border: 1px solid #999 !important;
    border-radius: 4px !important;
    padding: 3px 5px 5px 5px !important;
    background: #fff !important;
    height: 44px !important;
    box-sizing: border-box !important;
    width:100% !important;
}
.subject-text{
    margin-top:10px;
}

#send-listing-via-email-form .cke_contents {
	height: 200px !important;
}
#listing_print_flyer{
    display: none;
    width: 100%;
    float: left;
    padding: 20px;
}
#listing_print_flyer .info{
    float: left;
    width: 100%;
}
#listing_print_flyer .image{
    float: left;
    width: 50%;
}
#listing_print_flyer .right-part{
    float: right;
    width: 50%;
}
#listing_print_flyer .center{
    text-align: center;
    background-color: #0b3271;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}

@media print {
    .search-result-col .grid-view, .edit-action-buttons{
        display: none;
    }
    .search-result-col .list-view, #listing_print_flyer{
        display: block;
    }
    .admintab{
        display: none;
    }
    .search-result-col .property-view .button{
        display: none;
    }
    .header_container{
        display: none;
    }
    .search-result-col .list-view .listing{
        margin-bottom: 40px;
    }
    .search-result-col .list-view .listing .content p{
        min-height: 70px;
    }
    #footerbase{
        display: none;
    }
    .pagination-section{
        display: none;
    }
    #LoAwayFormBtn{
        display: none !important;
    }
    .search-result-col .list-view .listing .info .image .overlay span.blue mark{
        display: none;
    }
    .divselecter{
        display: none;
    }
    .sendinemail{
        display: block;
        box-shadow: 0 0 5px #ccc !important;
    }
    .print_flyer{
        display: block;
        box-shadow: 0 0 5px #ccc !important;
    }
    .search-result-col .list-view .listing h2, .center {
        -webkit-print-color-adjust: exact !important;
    }
    .search-result-col .list-view{
        margin-top: 20px;
    }
}
