#current-filter-list {
	justify-content: center;
}
.widget_search_container {
	z-index: 2;
}
.widget_search_container + div, .widget_search_container + div + div {
	position: relative;
	z-index: 1;
}
@media (max-width: 992px) {
	#filter-buttons-div .p-1 {
		width: 100%;
	}
	#filter-buttons-div .p-1 + div:not(.p-1) {
		margin-top: 1rem;
	}

}
.perform_search {
	margin-left: 10px;

}
.filter-buttons-div .d-flex {
	align-items: center;
}
.carousel-image {
  height: 302px;
  background-position: bottom !important;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
}

.p-1:focus {
  outline: none;
}

.carousel {
  min-height: 302px;
  background-color: #ffffff;
}
.carousel-image-property {
  height: 745px;
  background-position: bottom !important;
  background-size: cover;
  background-repeat: no-repeat;
}
.carousel-property {
  min-height: 550px;
  background-color: #ffffff;
  border: 1px solid #b4b4b4;
}
.listing-frame {
  margin-bottom: 15px;
}
.carousel-indicators > li {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background-color: #404040;
}
.bad-bath-sqrft {
  margin-top: 20px !important;
  text-align: center;
  font-size: 16px;
  font-family: Roboto;
  letter-spacing: 0px;
  color: #636060;
}
.table-data {
  font-family: Roboto;
  font-size: 16px;
}
#propertyListings {
  min-height: 200px;
}

.table-card {
  color: #636060;
  background-color: #f0f0f0 !important;
  max-height: 330px;
  overflow-y: scroll;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.table-column-padding {
  padding-bottom: 6px !important;
  padding-top: 7px !important;
  border-bottom: 1px solid #707070 !important;
}
#pageDirectory {
  margin: 0 25px;
  text-align: center;
}
.page-number {
  padding: 10px;
  cursor: pointer;
}
.page-number.dots-before::before {
  content: '…';
  padding-right: 15px;
}
.page-number.dots-after::after {
  content: '…';
  padding-left: 15px;
}
#current-filters {
  padding: 10px;
}
#clear-all {
  text-align: left;
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0px;
  color: #0ecbff;
  cursor: pointer;
  padding: 5px;
}
#current-filter-list {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
.filter-list-item {
  background: #dddddd 0% 0% no-repeat padding-box;
  margin-bottom: 5px;
  border-radius: 18px;
  font-size: 14px;
  opacity: 1;
  text-align: center;
  font-family: Roboto;
  letter-spacing: 0px;
  color: #636060;
  cursor: pointer;
  padding: 5px;
  margin-right: 5px;
}

#widgetOverlay {
  position: absolute; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  background-color: #ffffff; /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 45%;
  top: 100px;
}
.loader-spin {
  padding-left: 20px;
  padding-bottom: 10px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button-toggle {
  background-color: #0ecbff;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 50%;
}

.button-filter {
  background-color: white;
  color: black;
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  border: 1px solid black;
  display: block;
  cursor: pointer;
  font-weight: bold;
  margin: 10px;
  float: left;
}
.container-1200 {
  width: 100%;
  min-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  left: 50%;
}

.button-filter:hover {
  background-color: black;
  color: white;
}
.floorplan-frame {
  padding: 0 0 35px 0;
}
.description-header {
  padding-top: 22px;
  letter-spacing: 0px;
  font-size: 24px;
  font-weight: bold;
  font-family: Roboto;
  flex-wrap: wrap;
}
.left-text {
  float: left;
  margin-left: 20px;
  color: #636060;
  font-size: 24px;
  font-weight: bold;
  font-family: Roboto;
}
.right-text {
  float: right;
  margin-right: 20px;
  margin-left: 20px;
  color: #636060;
  font-size: 16px;
  font-family: Roboto;
  vertical-align: top;
  line-height: normal;
  display: inline-flex;
  align-items: center;
}
.description {
  background-color: #f0f0f0;
  color: #636060;
}

.number-big {
  font: Bold 61px Roboto;
  color: #1e79e6;
}

.description-paragarph {
  clear: both;
  font-size: 18px;
  font-family: Roboto;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px 0px 10px 0px !important;
}

.imphasis-text-big {
  color: #1e79e6;
  font-size: 32px;
}

.imphasis-text-small {
  color: #1e79e6;
  font-size: 36px;
  font-weight: bold;
  font-family: Roboto;
}
button {
  outline: none !important;
}
.filter-buttons {
  clear: both;
  text-align: center;
}
#propertyFilter,
#locationFilter,
#priceFilter,
#bedroomsFilter,
#bathroomsFilter,
#unitsizesFilter,
#amenitiesFilter,
#availibiltyFilter {
  display: none;
}

.rightArrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: flex;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  float: right;
  cursor: pointer;
}

.leftArrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: flex;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  float: left;
  cursor: pointer;
}
.filter-box {
  line-height: 20px;
  padding-top: 10px;
  clear: both;
  background-color: white;
  min-height: 50px;
  float: left;
  position: absolute;
  text-align: left;
  border: 1px solid #2f2f2f;
  border-radius: 25px;
  opacity: 1;
  min-width: 188px;
  z-index: 1000;
  opacity: 1;
  font-size: 18px;
  font-weight: bold;
  font-family: Roboto;
}
@media only screen and (max-width: 990px) {
	.filter-box {
		position: relative;
	}
}
.button-heading {
  padding-top: 5px;
  color: #2f2f2f !important;
  cursor: pointer;
  padding-bottom: 4px;
  margin-bottom: 0.5em;
}

.td-table {
  font-size: 11px;
}

.table-header-padding {
  padding-bottom: 32px !important;
  border-bottom: 1px solid #707070 !important;
}

.table-button {
  /*
  border-radius: 50%;
  position: absolute;
  width: 41px;
  height: 41px;*/
  background: #1B6ACC 0% 0% no-repeat padding-box !important;
  font-size: 14px !important;
  /*
  border: 2px solid #0ecbff;
  */
  /*
  color: white;
  text-align: center;
  line-height: 1px;
  font: 35px Arial, sans-serif;
  margin-top: -21px;
  */
  cursor: pointer;
}

.table-button-active {
  /*
  border-radius: 50%;
  position: absolute;
  width: 41px;
  height: 41px;
  */
  background: #636060 0% 0% no-repeat padding-box !important;
  font-size: 14px !important;
  /*
  border: 2px solid #636060;
  */
  /*
  color: white;
  text-align: center;
  line-height: 1px;
  font: 35px Arial, sans-serif;
  margin-top: -21px;
  */
  cursor: pointer;
}
.table-button:hover {
    background: #0F488E 0% 0% no-repeat padding-box !important;
}
.filter-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.round input {
  border-radius: 999px;
}

.div-filter {
  border: 1px solid #2f2f2f;
  border-radius: 25px;
  opacity: 1;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: Roboto;
  letter-spacing: 0px;
  color: #2f2f2f;
  min-width: 188px;
  cursor: pointer;
  min-height: 50px;
  text-align: center;
  line-height: 50px;
}
.blank-border {
  border-top: 1px solid #d1d0d0;
}
.span-left {
  margin-left: 20px;
  float: left;
  font-size: 18px;
  font-family: Roboto;
}

.span-right {
  margin-right: 20px;
  float: right;
  font-size: 28px;
  font-family: Roboto;
}

#filter-buttons {
  padding: 15px 0 15px 0;
  display: block;
}

.checkbox-label {
  display: block;
  position: relative;
  color: #2f2f2f;
  padding-left: 28px;
  margin-bottom: 12px;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -1.5px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border: solid 2px #65bc7b;
  border-radius: 11px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-label .checkmark:after {
  left: 6.5px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #65bc7b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#filter-display {
  display: none;
}

.card-pd-r {
  padding-right: 8px !important;
}

.card-pd-l {
  padding-left: 8px !important;
}
.card-pd-l5 {
  padding-left: 5rem !important;
}
.card-pd-r5 {
  padding-right: 5rem !important;
}
.card-pd-r2 {
  padding-right: 2rem !important;
}

@media only screen and (max-width: 500px) {
  .number-big {
    font-size: 42px;
  }
  .carousel-image-property {
    height: 350px;
  }
  .carousel-property {
    min-height: 350px;
  }
  .loader {
    left: 35%;
  }
  .size-span-details {
    display: none;
  }

  .carousel-image {
    max-height: 228px;
    min-height: 228px;
  }

  .carousel {
    min-height: 228px;
  }
}
.filter-buttons-div {
  padding-bottom: 40px;
}
@media only screen and (max-width: 990px) {
  .filter-box {
    min-width: 100%;
  }
  #filter-display {
    display: block;
  }
  .filter-buttons-div:not(.search) {
    display: none;
  }
  .filter-buttons-div.search {
    display: block;
  }
  .card-pd-r {
    padding-right: 15px !important;
  }

  .card-pd-l {
    padding-left: 15px !important;
  }
  .card-pd-l5 {
    padding-left: 15px !important;
  }
  .card-pd-r5 {
    padding-right: 15px !important;
  }
  .card-pd-r2 {
    padding-right: 15px !important;
  }

  .modal-body .container-fluid {
	  padding: 0 !important;
  }
  .modal-header .col-xs-8 {
	  padding-left: 0 !important;

  }
}
.custom-modal {
  /* background-color: #5554 !important; */
  width: 100% !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  max-width: 100% !important;
  min-width: 100% !important;
  z-index: 1072;
  overflow-y: auto;
  display: block;
  color: #636060;
}

.custom-content {
  width: 100% !important;
  border-radius: 0 !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.custom-dialog {
  width: 100% !important;
  margin-top: 0px !important;
  min-width: 100% !important;
  max-width: 100% !important;
  margin: 0px !important;
}
.modal-close {
  color: #0ecbff !important;
}

*/ .custom-modal::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}

/* background of the scrollbar except button or resizer */
.custom-modal::-webkit-scrollbar-track {
  background-color: #fff;
}

/* scrollbar itself */
.custom-modal::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
.custom-modal::-webkit-scrollbar-button {
  display: none;
}
.button-full-width {
  width: 100% !important;
}

.modal-heading-color {
  font-size: 30px;
  font-weight: bold;
  font-family: Roboto;
  letter-spacing: 0px;
  color: #636060;
  margin-bottom: 4px;
  line-height: 1.2;
}
.modal-header .text-right.col-xs-4 .modal-heading-color {
  display: inline-block;
}

.leasing-rules,
.modal-heading-color-small {
  font-size: 14px;
  font-family: Roboto;
  letter-spacing: 0px;
  color: #636060;
}
.leasing-rules {
	margin-top: 1rem;
	font-size: 16px;
	font-style: italic;
}


.spec-details {
  font-size: 18px;
  font-family: Roboto;
  color: #636060;
}

.spec-details-bold {
  font-size: 18px;
  font-weight: bold;
  font-family: Roboto;
  color: #636060;
}

.filter-times {
  border-radius: 50%;
  border: 0px solid #636060;
  color: white;
  padding: 5px;
  font-size: 15px;
  background-color: #636060;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23636060' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23636060' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.filterInnerDiv {
  padding: 0 8px 0 8px;
}

.modal-schedule-tour-button {
  border-radius: 50px;
  border: none;
  height: 73px;
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  font-family: Roboto;
  cursor: pointer;
}

.modal-schedule-tour-lease-unit-button {
  border-radius: 50px;
  background: #1B6ACC;
  border: none;
  height: 73px;
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  font-family: Roboto;
  cursor: pointer;
}
.modal-schedule-tour-lease-unit-button:hover {
  background: #0F488E !important;
}
.modal-schedule-tour-button:active {
  vertical-align: top;
  padding: 8px 13px 6px;
  opacity: 0.9;
}
.modal-schedule-tour-button:hover {
  background: #0F488E !important;
}
@media only screen and (max-width: 1400px) {
  .modal-schedule-tour-button{
    font-size: 16px;
  }
}
@media only screen and (max-width: 990px) {
  .modal-header .text-right.col-xs-4 {
	  padding-right: 0 !important;
  }
  .modal-schedule-tour-button{
    font-size: 24px;
  }
  .details-block-modal {
    margin-top: 15px;
  }
}
.amenities-line {
  padding-bottom: 10px;
  line-height: 1;
}
.close-modal-img {
  height: 40px;
  margin-left: 25px;
}
@media only screen and (max-width: 500px) {
  .card-pd-r2 {
    padding-top: 20px;
  }
  .amenities-line {
    line-height: 1.2;
  }
  .close-modal-img{
      height: 40px;
      position: absolute;
      top: 10px;
      right: 10px;
  }
  
  .amenities-header {
    padding-bottom: 10px;
  }
  div#pageDirectoryMobileBlock {
    display: block;
  }
  #pageDirectoryDesktopBlock {
    display: none;
  }
}


#pageDirectoryMobileBlock {
  display: none;
  padding: 15px 0px 15px 0px;
}
.fa-link:hover {
  color: #1e79e6;
}
.fa-print:hover {
  color: #1e79e6;
}
.hiddenCarouselImage {
  display: none;
}
@media print {
  html {
    overflow: visible
  }
  .hiddenCarouselImage {
    display: block;
  }
  .carousel-property{
    display: none;
  }
}

@media (max-width: 500px) {
    .table-data, .table-column-padding{
        padding-left: 1px !important;
    }
    .floorplan-frame .number-big {
	font-size: 30px !important;
    }
}
