
span.required{
	color:#dd4b39;
}
.btn.disabled{
	pointer-events:None;
}
/* Header Block*/
#notifications li {
    position: relative;
}
#notifications li .remove-notif{
	position: absolute;
	right: 5px;
	z-index: 9999;
	top: 10px;
}

/*Home Page*/
.progress-description a{
	color:#fff;
}

/*Login Page*/
p.error_msg{
	text-align:center;
	color:#f00;
	border: 1px solid #f00;
    padding: 5px;
}
p.success_msg{
	text-align:center;
	border: 1px solid #4acc83;
    color: #4acc83;
    padding: 5px;
}
.login-page{
	background-color: #3fb0ac !important;
}
.none{
	display: none !important;
}

.att_photo,#att_photo,#att_id,#guarantor_1_photo, #guarantor_1_id, #guarantor_2_photo, #guarantor_2_id, .multi_image_uploader, #media_att_photo, #media_att_photo2, #media_att_photo3{
    display: none !important;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
	font-weight: 500;
	color: #333 !important;
}
a.remove_img {
	background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #999;
    padding: 0 3px;
    position: relative;

	top: -8px;
	left: -12px;
	border-radius: 10px;
	vertical-align: top;

	-webkit-transition:  0.4s ease-out;
    -moz-transition: 0.4s ease-out ;
    -o-transition: 0.4s ease-out ;
    transition: 0.4s ease-out;
}
a.remove_img:hover {
    background-color: #ddd;
}
.form-group a img {
    border: 1px solid #f2f2f2;
    max-width: 150px;
    min-width: auto;
}
.select-check{
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #fff;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition:  0.4s ease-out;
    -moz-transition: 0.4s ease-out ;
    -o-transition: 0.4s ease-out ;
    transition: 0.4s ease-out;
}
.select-check i {
    position: relative;
    top: 40%;
}
.product-gallary-container img, .product-gallary-container2 img, .product-gallary-container3 img{
	margin:10px;
	border:1px solid #ccc;
	 margin: 1%;
    width: 14%;
}
.media_images {
    margin-bottom: 25px;

}

.media_images_inner {
	position:relative;
}
.or {
    background: #ddd none repeat scroll 0 0;
    border-radius: 50%;
	font-weight:600;
    color: #555;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    width: 30px;
}
.single-lang-block {
    padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ddd;
	background-color:#eee;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-top:10px;
}
.single-lang-block:first-child{
	margin-top:0px;
}
.default_lang_label {
    margin-top: 5px;
    margin-right: 10px;
}
.processing{
	position: relative;
}
.processing i {
    display:block !important;
	position: absolute;
	right: 25px;
	top: 10px;
}
.processing .keywords{
	pointer-events: none;
	background-color: #f2f2f2;
}
.admin_keyword_settings_form span.label.label-success,
.front_keyword_settings_form span.label.label-success{
    position: absolute;
    right: 25px;
    top: 10px;
}


.todo-list .handle {
    margin: 0 15px 0 5px;
}
.todo-list > li .tools {
    margin: 6px 0;
}
.todo-list > li .text {
	margin-bottom: 0;
}
.fa-2x {
    font-size: 1.2em;
}
.w62 { width:62px;}
.pad-right-5 { padding-right:5px!important; }

.remove-video-link{
	cursor:pointer;
	color:#dd4b39;
}
.remove-video-link.disabled{
	cursor:not-allowed;
	background-color:#eee;
	color: #555;
}
.product-gallary-container img, .product-gallary-container2 img, .product-gallary-container3 img{
	border:1px solid #ccc;
	width: 100%;
}
.media-img-block {
	position: relative;
}
.remove-product-btn {
	position: absolute;
	right: 15px;
	top: 0;
	color: #000;
	background-color: #ccc;
	padding: 0 3px;
	cursor: pointer;
}
.lead {
    margin-bottom: 10px;
    margin-top: 20px;
}
.show-on-print{
	display:none;
}
@media print{
	.show-on-print{
		display:block;
	}
}
.agent_img {
	border-radius: 50%;
	max-width: 150px;
	height: auto;
}
.gallery_images .img-fluid{
	width:auto;
	max-width:100%;
	margin-bottom:15px;
}
.comp_lat_lng {
    display: inline-block;
    width: 49%;
}
.comp_lat_lng:last-child {
    float: right;
}
.list-unstyled li a{
	position:relative;
}
.list-unstyled li a::after{
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: 45%;
	top: 6px;
	color:#000;
}
.list-unstyled li a.full-opacity-hover::after{
	visibility: hidden;
}
/*****	css from footer	*********/


#back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
	border: 1px solid #ddd;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

.control-sidebar{
	overflow:hidden !important;
}
.control-sidebar-menu > li > a {
    position: relative;
	z-index: 99;
}
.control-sidebar > .tab-content {
    padding: 10px 10px;
}
.control-sidebar-menu .menu-icon {
    top: 5px;
}
.remove_property_notif {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99999;
	cursor:pointer;
}


.full_sreeen_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(51, 51, 51);
	opacity: 0.7;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2000;
	display: none;
}

.full_sreeen_overlay span{
	line-height: 60px;
	font-size: 32px;
	color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	vertical-align: middle;
	height: 60px;
	position: relative;
	top: 45%;
	}
