/**** New Css for Popup ****/
/* The Modal (background) */
.modalClass {
    position: fixed; /* Stay in place */
    z-index: 11111111111; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    animation-name: fadeIn;
    animation-duration: 0.4s;
    display: none;
    height: 100vh;
    width: 100%;
}
.backdropEvent{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    z-index: -1;
}
/* Modal Content */
.modalClass .modal-content {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    background: transparent;
    top: 0;
    background-color: transparent;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

/* The Close Button */
.modalClass .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modalClass .close:hover,
.modalClass .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modalClass .modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.modalClass .modal-body {
    padding: 2px 16px;
    max-width: 800px;
    margin: auto;
    background: #fff;
    margin-top: -150px;
    box-sizing: border-box;
    width: 90%;
}
.modalClass .modal-body h4{
    text-align: center;
    margin: 30px 0;
    margin-bottom: 20px;
}
.modalClass .modal-body button{
    padding: 8px 20px 10px 20px;
    background: #4db748;
    border: none;
    color: #fff;
    width: 200px;
    height: 37px;
	
    margin: auto;
    margin-top: 10px;
	margin-left:10px;
    margin-bottom: 30px;
}
.modalClass .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.itemHighlighted {
    background-color: #4db848;
    padding: 10px 10px 10px 10px;
}
/*** New css for popup ends ***/

.form-elasticSearch{
	/* position: relative; */
}
.form-elasticSearch #propertySearchDropDown {
    position: absolute;
    left: 0px;
    text-align: left;
    width: 100%;
    background: #fff;
    font-size: 13px;
    list-style: none;
    z-index: 11;
    border: 1px solid #dadada;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.form-elasticSearch #propertySearchDropDown li{
	padding: 5px 15px 17px 15px;
	border-top: 1px solid #dadada;
	color: #000000;
	cursor: pointer;
	transition: background .2s ease;
}
.form-elasticSearch #propertySearchDropDown li i{
	font-size: 20px;
	vertical-align: top;
	padding-right: 0;
	padding-top: 0px;
	color: #868686;
	opacity: 0.7;
	width: 30px;
	top: 0;
	
}
.form-elasticSearch #propertySearchDropDown li:first-child {
    border: none;
}

.form-elasticSearch #propertySearchDropDown li:hover {
    background: #eaeaea;
}
.loader_backup {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 11111;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
    .circonf {
    margin: auto;
    display: inline-block;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    border: 5px solid #70ad47;
    animation: circ-anim 0.7s linear infinite;

    border-width: 0px;
    border-radius: 50%;
    border-top: 4px solid #70ad47;
    border-right: 4px solid transparent;
    position:absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}
@keyframes circ-anim {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

/* <input type="hidden" id="hdnSelectedPropertyAutosuggest" /> */

