.idx-search-wrapper input[type="color"], 
.idx-search-wrapper input[type="date"], 
.idx-search-wrapper input[type="datetime"], 
.idx-search-wrapper input[type="datetime-local"], 
.idx-search-wrapper input[type="email"], 
.idx-search-wrapper input[type="month"], i
.idx-search-wrapper nput[type="number"], 
.idx-search-wrapper input[type="password"], 
.idx-search-wrapper input[type="search"], 
.idx-search-wrapper input[type="tel"], 
.idx-search-wrapper input[type="text"], 
.idx-search-wrapper input[type="time"], 
.idx-search-wrapper input[type="url"], 
.idx-search-wrapper input[type="week"], 
.idx-search-wrapper input:not([type]), textarea {
	margin:0px !important;
}

.idx-search-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin:0px !important;
	padding:0px !important;
}
.idx-search-wrapper .select2-container .select2-selection--multiple {
	min-height:40px !important;
}
.idx-search-wrapper .select2-container .select2-selection--multiple ul{
	margin:0px !important;
}
.idx-search-wrapper .select2-container--default .select2-selection--multiple {
	padding:5px !important;
}
.idx-search-wrapper .select2-container--default .select2-selection--multiple .select2-search--inline{
	display: inline-flex  !important;
}

#loadingDiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(211, 211, 211, .5)
}

.idx-search-wrapper .btn-loader,
.idx-search-wrapper .btn-loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em
}
.idx-search-wrapper .btn-loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, .2);
	border-right: 1.1em solid rgba(255, 255, 255, .2);
	border-bottom: 1.1em solid rgba(255, 255, 255, .2);
	border-left: 1.1em solid #fff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear
}

.idx-search-wrapper .property-loader,
.idx-search-wrapper .property-loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em
}

.idx-search-wrapper .property-loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, .2);
	border-right: 1.1em solid rgba(255, 255, 255, .2);
	border-bottom: 1.1em solid rgba(255, 255, 255, .2);
	border-left: 1.1em solid #fff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.idx-search-wrapper .Properties{
	padding: 0px;
}
.idx-search-wrapper .Properties .Property {
	min-height:327px;
}
.idx-search-wrapper .mb-5{
	margin-bottom:5px;
}

.idx-search-wrapper .btn:not(:disabled):not(.disabled) 
.popover-body .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.idx-search-wrapper .btn-secondary ,
.popover-body .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.idx-search-wrapper .btn ,
.popover-body .btn {
    text-decoration: none !important;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.popover-body .btn-group-sm>.btn,
.idx-search-wrapper .btn-group-sm>.btn,
.popover-body .btn-sm ,
.idx-search-wrapper .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}


.idx-search-wrapper a{
	text-decoration:none !important;
}
.idx-search-wrapper .text-muted {
    color: #6c757d!important;
}
.idx-search-wrapper .text-left {
    text-align: left!important;
}
.idx-search-wrapper .mb-2,
.idx-search-wrapper .my-2 {
    margin-bottom: .5rem!important;
}
.idx-search-wrapper .mt-2,
.idx-search-wrapper .my-2 {
    margin-top: .5rem!important;
}
.idx-search-wrapper .btn-group,
.idx-search-wrapper .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
@media (max-width: 350px) {	
	.idx-search-wrapper .btn-group,
	.idx-search-wrapper .btn-group-vertical {
		display: block;
	}
}


.idx-search-wrapper .pr-0,
.idx-search-wrapper  .py-0 {
    padding-right: 0!important;
}

.idx-search-wrapper .pl-0,
.idx-search-wrapper  .px-0 {
    padding-left: 0!important;
}


.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
	padding: 0px !important;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.clickable {
  cursor:pointer;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.text-center {
    text-align: center!important;
}


/* PROPERTY SEARCH PAGE GRID DESIGN  :: START */
.map-section-grids-area{
	
}
/* PROPERTY SEARCH PAGE GRID DESIGN  :: END */

.idx-search-wrapper .p-0{
	padding:0px;
}

.Property-event {
    /* background: rgba(0, 128, 0, 0.5); */
    top: 5px;
    color: #fff;
    font-weight: 600;
    margin: 0;
  
    position: absolute;
    left: 5px;
	font-size: 12px;
}

.Property-event h4 {
  margin-bottom: 3px;
  font-size: 12px;
  /* background: rgba(0, 128, 0, 0.5); */
  background-color: #ff00009e;
  color: white;
  padding: 5px;
}

/* .Property-event:nth-child(2) {
	top: 35px;
} */
.Property-status {
    /* background: rgba(255, 0, 0, 0.5); */
    top: 5px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    /* padding: 5px; */
    position: absolute;
    right: 5px;
	font-size: 12px;
}

.Property-status h4 {
  margin-bottom: 3px;
  font-size: 12px;
  /* background: rgba(0, 128, 0, 0.5); */
  background-color: #ff00009e;
  color: white;
  padding: 5px;
}


.social-links__item .virtualtour{
    background-color: #1da1f2;
    border-radius: 2px;
    color: #fff;
    -webkit-transition: background-color linear .2s;
    transition: background-color linear .2s;
}

.FlipJob {
	min-height: 450px !important;
}

.ScrollTop{
	z-index:1001;
}
.ScrollBottom{
	z-index:1001;
}

.prop-detail-labels{
  position: absolute;
  z-index: 999;
  top:10px;
  right: 5px;
}

.prop-detail-labels h4{
  color: white;
    margin-bottom: 5px;
    font-size: 12px;
    background: #ff00009e;
    padding: 5px;
    display: inline;
}

.SingleProperty {
  position: relative;
}

@media (max-width: 420px) {	

  .prop-detail-labels h4{
    font-size: 12px;
    display: block;
  }

  .prop-detail-labels{
    /* width: 100%; */
    /* right:0px; */
  }
}
