 /* Property Style V.0.0.1 */

/* Filters */

.propSearchBar > .dps-table > .row > form > .col-xs-12.col-lg-12:first-of-type .input-group {
    border-bottom: 1px solid #cb3398;
    box-shadow: 0px 2px 2px 0px rgba(203,51,152,0.5);
    z-index:100;
}
#prodSearchBar > div.dps-table > div.row > form > div.col-lg-12 > div.input-group > div.input-group-btn, #propSearchBar > div.dps-table > div.row > form > div.col-lg-12 > div.input-group > div.input-group-btn {
    min-width: 44px;
}

#propFiltersCollapseBar li.filter label.transparent {
    color: #ffffff;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    width: 80%;
    padding: 6px;
    position: absolute;
    --left: 25px;
    top: 37px;
    z-index: 100;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
#propFiltersCollapseBar li.filter:nth-child(1) label,
#propFiltersCollapseBar li.filter:nth-child(2) label,
#propFiltersCollapseBar li.filter:nth-child(3) label,
#propFiltersCollapseBar li.filter:nth-child(4) label,
#propFiltersCollapseBar li.filter:nth-child(5) label,
#propFiltersCollapseBar li.filter:nth-child(6) label,
#propFiltersCollapseBar li.filter:nth-child(7) label,
#propFiltersCollapseBar li.filter:nth-child(8) label  { 
    left: 37px
}
#prodSearchBar .input-group-btn button,
#propSearchBar .input-group-btn button {
	width: 100%;
    max-height: 44px;
    padding: 13px;
}
#prodSearchBar .input-group-btn .btn-default,
#propSearchBar .input-group-btn .btn-default { 
	background-color: #9e2074 !important;
	--border: 1px solid #fff;

}
#prodSearchBar .input-group-btn .btn-default:hover,
#propSearchBar .input-group-btn .btn-default:hover {
	background-color: #cb3398 !important;
}
/* select2 Filter Customization */
.select2-container .select2-selection--multiple .select2-selection__rendered { display: flex!important;  }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3598db !important;
    border: 1px solid #9e2074 !important;
    border-radius: 4px;
    cursor: default;
    /* float: left; */
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff!important;
    cursor: pointer;
    display:inline-block!important;
    font-weight: bold;
    margin-right: 2px;
}

#propSearchBar {
  margin-bottom: 3px;
}

#propSearchBar .btn {
  margin-bottom: 0!important;
}

#top-menu .container(not:#propSearchBar) .search-input-group:hover, #top-menu .container(not:#propSearchBar) .search-input-group:active { 
  width: 500px;
  z-index: 1000;
  transition-property: width, z-index, position;
  transition-duration: 0.5s;
}

#top-menu .container(not:#propSearchBar) .search-input-group {
  top: 4px;
  right: 15px;
}

#propSearchInput {
  font-size: 0.79rem;
  width:100%;
}

.filter-ico {
	width: 10%;
	height: auto;
	float: left;
	padding-top: 0.8em;
	vertical-align: middle;
	margin-right: -2px;
	position: relative;
	left: -4px;
}

#propSearchBar .filter .select2 {
	--background-color: #fff;
	border-radius: 3px;
	--box-shadow: none;
	--color: #565656;
	--font-size: 0.875rem;
	--line-height: 1.43;
	--min-height: 2.5em;
	--padding: 0.5em 1.07em 0.5em;
	margin-top: 14px; margin-bottom: -4px;
}
#propSearchBar .filter .form-control {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: none;
	color: #565656;
	font-size: 0.875rem;
	line-height: 1.43;
	min-height: 2.5em;
	padding: 0.5em 1.07em 0.5em;
	margin-top: 5px;
	margin-bottom: 5px;
}

#propSearchBar .filter .select2-container.form-control { background-color: transparent; border:none; }
.select2-container .select2-selection--single { height: 32px!important; padding-top: 1px }

#propFiltersCollapseBar li label .select2-container-multi,
#propFiltersCollapseBar li label .select2-container-multi .select2-choices, 
#propFiltersCollapseBar li label .select2-container-multi .select2-choices .select2-search-field {
 background-color: #bfa883;
 background-image: none;
 border: none;
 color: #fff;
}

#propFiltersCollapseBar li label .select2-search-choice {
  background-color: transparent;
  background-image:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px dashed #ffeb3b;
}

#propFiltersCollapseBar li label .select2-search-choice li {
  border-radius: none;
  border:none 
}

#propFiltersCollapseBar li label .select2-search-choice div, 
#propFiltersCollapseBar li label .select2-search-choice a {
  color: #FFEB3B;
  border:none;
}

#propFiltersCollapseBar li label .select2-search-choice a {
  background-color: #fce83c;
  position:absolute;
  padding: 2px 8px 3px 5px
}
#propFiltersCollapseBar li:not(.select2-selection__choice) {
    display: inline-block;
    /* padding-top: 2px; */
    margin: -2px;
    /* margin-top: 5px; */
}
button.btn.btn-default.dropdown-toggle {}

#propSearchBar ul.dropdown-menu li {
    padding-left: 0.3rem;
}

div#propFiltersRow ul.nav {
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #cb3398;
    border-top: none;
    background-color: #fdfdfd;
    padding-top: 10px;
    padding-bottom: 0px!important;
    margin: 0;
    margin-bottom:-20px;
}
@media only screen and (max-device-width: 480px) {

div#propFiltersRow ul.nav {
    -border-bottom: 1px dashed #8d7954;
    -border-bottom-left-radius: 20px;
    -border-bottom-right-radius: 20px;
    background-color: rgb(203, 51, 152);
    padding-top: 10px; 
    padding-bottom: 0px!important;
    margin: 0;
    margin-bottom:-20px;
 }

}

/* Checkboxes*/
li.nav-item div.checkbox { padding-top: 15px; }

.checkbox-ico {
	width: 21px;
	position:relative;
	bottom:2px
}
.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox label {
    position: relative;
    display: inline-block;
    color: #000;
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 22px;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    
    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox label::before{
    height: 16px;
    width: 16px;
    
    border: 1px solid #000;
    left: 0px;
    
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
    top: 1px;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    
    transform: rotate(-45deg);
    
    left: 4px;
    top: 7px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}


/* Cards */
#property-grid .card-title {
	background-color: #fafafa!important;
	padding-top: 1.3em
}
#property-grid .card-img { border: 1px solid #fafafa; margin-bottom: -20px }
#property-grid .card-img img{
	background-size: cover!important;
}
#property-grid .dps-plan-body.card-block {
	background-color: #fafafa;
    max-height: 50px; 
    margin-top: -60px; 
    border-top: 4px solid #fff !important; }
#property-grid .dps-plan-body.card-block .dps-plan-btn { padding-top: 70px; }
#property-grid .dps-plan-body.card-block .dps-plan-btn a.btn { background-color: #cb3398; color: #fff; }
#property-grid .dps-plan-body.card-block .dps-plan-btn a.btn:hover { border-color: #cb3398; background-color: #fff; color: #cb3398; }

.dps-price-table .row > div {
	padding-bottom: 10px!important;
}

/* Property Featured Cards*/
.card-block { 
	color: #000; 
	min-height: 140px 
} 
.property-featured .cat-label {background-color: #9e2074;}
.property-featured .card-img {background-size:contain!important;}
.property-featured .card-block {padding-top: 0.5rem!important;}
.property-featured .card-title {text-align: left;}
.property-featured .card-text.property-place { width: 60%; margin-left: 39.9%; font-size: 0.9em;margin-bottom: 8px;text-align: right;top: -11px;left: 0px;color: #707070; border-top: 1px solid #d0d0d0; /* position: absolute; */}
.property-featured .card-text {
	--position: absolute;
	width: 100%;
	--background-color: rgba(253, 253, 253, 0.85);
	--top: 0px;
	--right: 0;
	font-size: 1.4em; 
	--border-left: 1px solid #9e2074; 
	--border-bottom: 1px solid #9e2074;
}

.property-featured .card-btn { position: static; bottom: 0;width:100%;}
.property-featured .card-btn a { width: 100% }



/* Property details*/
.property-info h5 {
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid #aaa;
}
.property-info > div.col-xs-12:nth-child(3) {
	background-color: #fafafa;
}

#property-content .info-boxes .panel-heading {
	background-color: #cb3398;

}
#property-content .info-boxes .panel-body {
	background-color: #f6f6f6;
}
#property-content .info-boxes .panel-body input,
#property-content .info-boxes .panel-body textarea { 
    background-color: #fff;
}

#property-content .info-boxes .panel-body a i {font-size: 2em;  line-height: 2em; vertical-align: middle}

/* Property Gallery */
.gallery-title {
	color: #000;
	background-color: #fff;
	text-align: center;
}