.floatLeft { float: left; }

.FilterPanel {
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
    overflow: hidden;
}

.ListingTabPanel { height: 28px; }

.MenuItemMap { }

.MenuItem {
    margin-right: 4px;
    cursor: pointer;
    cursor: hand;
}

#listmapwrap { width: 100%; }

.labels {
    float: left;
    font-family: Arial;
    color: #4A4A4A;
    font-size: 8pt;
    font-weight: bold;
    width: 80px;
}

.cb { clear: both; }

.fl { float: left; }

.i {
    border: solid 1px #000000;
    width: 120px;
    height: 90px;
}

.labelcol {
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
    border: 0px;
}

.sumcol { width: 100%; }

.infobox-body {
    background-color: White;
    padding: 8px;
    border: 1px solid black;
    line-height: 1em;
}

.InfoboxPanel { width: 400px; }

.MenuItemLoading {
    color: gray;
    width: 16px;
    height: 16px;
    visibility: hidden;
}

.rcmInitialLoading {
    width: 100%;
    color: gray;
    margin: 20px auto;
}

.rcmPnlMoreFilter {
    float: left;
    margin-left: 10px;
    visibility: hidden;
}

.rcmFiltersLoading {
    visibility: hidden;
}

.rcmPnlMoreFilter .MoreFilterText {
    cursor: pointer;
}

.rcmPnlMoreFilter .FilterPane {
    background-color: #fff;
    position: absolute;
    padding: 15px;
    margin-left: 1px;
    display: none;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.rcmPnlMoreFilter .FilterText { float: none; }

.rcmTopListingsTotal {
    white-space: nowrap;
    display: none;
}

.ui-selectmenu-text {
    margin-right: 0px;
}

#filterList{
    padding-inline-start: 0px;
}

#copyLinkValue {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 10px;
}

.modal-header > .close{
    color: white;
}


/*.gm-style-iw {
    top: 18px !important;
}*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --dark-blue: #25408f;
  --dark-blue-95: #25408ff2;
  --med-blue: #0c9ed9;
  --light-blue: #B7E4F4;
  --dark-grey: #4A4A4D;
  --light-grey: #CCCDD5;
}

#FilterProjectName input:focus-visible, a:focus {
  border: 0;
  outline: 0;
  box-shadow: 0 0 0 3px rgb(3 155 229 / 10%);
}

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--dark-grey);
}

.ui-button .ui-icon {
  display: none
}

.df-wrapper .engine-header-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #58585a;
  font-weight: 700;
  padding: 20px 15px 0
}

.df-wrapper .filterBar {
  background: #fff;
}

.df-wrapper .filterBar .btn-filter {
  display: inline-block;
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  margin: 0 15px 0 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  width: auto
}

.df-wrapper .filterBar .btn-filter:last-child {
  margin-right: 0
}

.df-wrapper .filterBar .navbar-toggle,
.df-wrapper .filterBar .navbar-toggle:active,
.df-wrapper .filterBar .navbar-toggle:focus,
.df-wrapper .filterBar .navbar-toggle:hover {
  display: inline-block;
  background-color: #7ac143;
  border-radius: 0;
  border: 0;
  color: #fff;
  font-size: 26px;
  height: 41px;
  margin: 0 5px 0 0;
  padding-top: 8px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  width: 41px
}

#FilterProjectName,
.df-wrapper .filterBar .more_options a.btn,
.df-wrapper .filterBar .more_options a.btn:active,
.df-wrapper .filterBar .more_options a.btn:focus,
.df-wrapper .filterBar .more_options a.btn:hover,
.df-wrapper .filterBar .more_options input,
.df-wrapper .filterBar .more_options input:active,
.df-wrapper .filterBar .more_options input:focus,
.df-wrapper .filterBar .more_options input:hover,
.df-wrapper .filterBar .more_options label,
.df-wrapper .filterBar .search.form-control,
.ui-widget {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal
}

.df-wrapper .filterBar .navbar-default {
  background: 0 0;
  border: 0;
  border-radius: 0;
  height: auto;
  margin: 20px auto 10px;
  padding: 0 10px;
  max-width: 1340px;
  min-height: 30px;
}

.df-wrapper .filterBar .navbar-default .navbar-collapse {
  padding: 0;
  overflow: visible
}

.df-wrapper .filterBar .filter-table {
  display: block;
  margin: 20px 0;
  width: 100%
}

.df-wrapper .filterBar .navbar-collapse {
  border-top: 0;
  box-shadow: none
}

.FilterWrapper.FilterText.floatLeft,
.df-wrapper .filterBar .filter-table .filter-input {
  display: block;
  padding: 0 0 15px;
  vertical-align: top;
  width: 100%
}

/* #FilterProjectName, .df-wrapper .filterBar .search.form-control {
  background: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5ousaohfQFNk8z0rE1aeh6bmEur1tA1osgaBQDJ99wrkuB.png) top right no-repeat #fff;
  background-size: 24px;
  border: 2px solid var(--light-grey);
  border-radius: 0px;
  box-shadow: none;
  color: var(--light-grey);
  float: none;
  height: 29px;
  margin: 0;
  width: 100%;
  padding: 7px 25px 6px 12px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

#FilterProjectName:focus, #FilterProjectName:hover, .df-wrapper .filterBar .search.form-control:focus, .df-wrapper .filterBar .search.form-control:hover, .FilterWrapper .ui-selectmenu-button:focus, .FilterWrapper .ui-selectmenu-button:hover {
  border-color: var(--dark-blue);
  -webkit-transition: border-color .2s;
  transition: border-color .2s
}
 */
#rcmPnlMoreFilter {
  display: none !important
}

.df-wrapper .filterBar .more_options button,
.df-wrapper .filterBar .more_options button:active,
.df-wrapper .filterBar .more_options button:focus,
.df-wrapper .filterBar .more_options button:hover,
.df-wrapper .filterBar .more_options.open button,
.df-wrapper .filterBar .more_options.open button:active,
.df-wrapper .filterBar .more_options.open button:focus,
.df-wrapper .filterBar .more_options.open button:hover {
  border: 0;
  background: url(https://my.rcm1.com/files/9hNVI8bEnaq9Xag1CciF9ZTR4Ukx-n6Asn3dqxcfB5ZdPk1QFV_b0ooUjYK0xnTW.png) top right no-repeat;
  box-shadow: none;
  color: var(--light-grey);
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  width: 100%;
  height: 41px;
  padding: 12px 16px;
  text-align: left;
}

.df-wrapper .filterBar .more_options.open .dropdown-menu {
  border-radius: 0;
  min-width: 204px;
  padding: 10px;
  width: 100%
}

.df-wrapper .filterBar .more_options .form-group {
  display: table;
  margin-bottom: 10px;
  width: 100%
}

.df-wrapper .filterBar .more_options label {
  color: #333;
  display: table-cell;
  padding: 9px 0 0;
  width: 45px
}

.df-wrapper .filterBar .more_options input,
.df-wrapper .filterBar .more_options input:active,
.df-wrapper .filterBar .more_options input:focus,
.df-wrapper .filterBar .more_options input:hover {
  color: #a3a3a3;
  border-color: #ccc;
  border-radius: 0;
  box-shadow: none;
  display: table-cell;
  padding: 12px 16px;
  float: none;
  height: 41px;
  margin: 0;
  width: 100%
}

.df-wrapper .filterBar .more_options span {
  display: table-cell;
  text-align: center;
  width: 15px
}

.df-wrapper .filterBar .more_options a.btn,
.df-wrapper .filterBar .more_options a.btn:active,
.df-wrapper .filterBar .more_options a.btn:focus,
.df-wrapper .filterBar .more_options a.btn:hover {
  background: #7ac043;
  border: 0;
  border-radius: 0;
  color: #fff;
  height: 41px;
  line-height: 30px
}

.FilterWrapper .ui-selectmenu-button {
  background: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5oukKRl2oeaqVi714KQ3-_tNjW1aiBNIdyyc_afEBRvbMi.png) top right no-repeat #fff;
  background-position: top 10px right 5px;
  background-size: 14px;
  border: 2px solid var(--light-grey);
  border-radius: 0px;
  color: var(--dark-grey);
  text-transform: uppercase;
  width: 100% !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  color: #a3a3a3;
  font-weight: 400;
  padding: 0;
  line-height: 1
}

.ui-widget-content {
  border-color: #e9e8e8 !important;
  border-radius: 0 !important;
  color: var(--dark-grey);
}

.ui-menu .ui-menu-item {
  border-top: 1px solid #e9e8e8;
  cursor: pointer;
  margin: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  list-style-image: none !important
}

.ui-menu-item .ui-state-active {
  box-shadow: none;
  color: var(--dark-blue);
  margin: 0;
  padding: 6px;
  background: #f5f5f7 !important;
  border: none !important;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 6px
}

.ui-selectmenu-button {
  display: block
}

.ui-selectmenu-menu .ui-menu {
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 5px
}

.ui-state-default .ui-icon {
  display: none
}

.rcmPnlMoreFilter {
  margin: 0;
  float: none;
  display: block
}

.rcmPnlMoreFilter .MoreFilterText {
  cursor: pointer
}

.rcmPnlMoreFilter .FilterPane {
  background-color: #fff;
  position: absolute;
  padding: 15px;
  margin-left: 1px;
  margin-top: -13px;
  display: none;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
  width: 240px;
  z-index: 2000
}

.rcmPnlMoreFilter .FilterText {
  float: none
}

.rcmPnlMoreFilter .LabelText {
  padding: 0;
  width: 100%;
}

.rcmPnlMoreFilter span {
  padding: 0 10px
}

#rcmPnlMoreFilter input {
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 0;
  color: #a3a3a3;
  display: inline-block;
  height: 41px !important;
  padding: 0 8px;
  margin: 0 0 5px !important;
  width: 86px !important
}

.rcmPnlMoreFilter .LabelText,
.rcmPnlMoreFilter span {
  margin-bottom: 5px
}

.rcmPnlMoreFilter #ApplyButton {
  display: block;
  background: #7ac043;
  border: 0;
  border-radius: 0;
  color: #fff;
  height: 41px;
  line-height: 41px;
  margin-top: 10px;
  text-align: center;
  width: 100%
}

#rcmPnlMoreFilter {
  margin-left: 0
}

.df-wrapper .resultsBar,
.rcmListingTabPanel {
  padding: 0;
}

.df-wrapper .img-responsive {
  width: 100%
}

.property_area {
  background: #f5f5f7;

}

ul.gridview {
  margin: 0 auto;
  padding: 20px 0;
  list-style: none;
  max-width: 1340px;

}

#ListingButtons {
  max-width: 1340px;
  margin: 0 auto 15px;
}

.rcmTopListingsTotal {
  padding-left: 10px;
}

#rcmPnlCurrentContent {
  margin: 0 -15px
}

ul.gridview li.item {
  padding: 10px;
}

ul.gridview li.item .card {
  background: #fff;
  border: 1px solid rgb(186, 193, 206);
  width: 100%
}

ul.gridview li.item .card:hover,
ul.gridview li.item .card:focus {
  -webkit-box-shadow: 0 0 15px 0 rgb(44 47 51 / 10%);
  box-shadow: 0 0 15px 0 rgb(44 47 51 / 10%);
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

ul.gridview li.item .card .btn-circle-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%
}


ul.gridview li.item .card .img .img-click,
ul.gridview li.item .card .img:hover img {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out
}


ul.gridview li.item .card .btn-property {
  height: auto !important;
  width: auto !important;
  color: #fff;
}

ul.gridview li.item .card .img {
  position: relative;
  overflow: hidden;
  /*z-index: 7;*/
}

ul.gridview li.item .card .img:hover img {
  transition: all .3s ease-out
}

ul.gridview li.item .card .img .img-click {
  background: rgba(37, 64, 143, .82);
  display: flex;
  height: 100%;
  opacity: 0;
  position: absolute;
  text-decoration: none;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  z-index: 8;
  transition: all .3s ease-out
}

ul.gridview li.item .card .img:hover .img-click {
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

ul.gridview li.item .card .img img {
  height: auto;
  width: 100%
}

ul.gridview li.item .card .img .priceBar {
  height: 30px;
  width: 100%;
  position: absolute;
  z-index: 200;
  bottom: 10px;

}

ul.gridview li.item .card .img .priceBar .price {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 5px 0 5px 15px;

}


.price {
  color: black;
  text-shadow: 2px 1px 0 var(--dark-blue);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 5px;
}


.asset {
  color: var(--dark-grey);
  font-size: 12px;
  display: block;
  overflow: hidden;
  padding: 0px 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: auto;
}

.sq-ft {
  color: var(--dark-grey);
  font-size: 12px;
  display: block;
  overflow: hidden;
  padding: 0px 15px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: lowercase;
}



ul.gridview li.item .card .img .priceBar .favorite .featured_btn {
  color: rgba(255, 255, 255, .6);
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 14px
}

ul.gridview li.item .card .img .priceBar .favorite .featured_btn:hover.fa-star-o {
  color: rgba(255, 255, 255, 1)
}

ul.gridview li.item .card .img .priceBar .favorite .featured_btn.fa-star {
  color: rgba(105, 190, 40, .9)
}

ul.gridview li.item .card .status {
  background-color: var(--dark-blue-95);
  left: 11px;
  top: 63px;
  position: absolute;
  width: auto;
  z-index: 12;
  padding: 8px 15px;
  color: white;
}

ul.gridview li.item .card .asset-wrapper {
  display: block;
  overflow: hidden;
  padding: 0px 15px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.gridview li.item .card .img .assetBar-img {
  float: right;
  height: 36px;
  width: 22px
}

ul.gridview li.item .card .top-section {
  height: 60px;
  overflow: hidden;
  padding: 0
}


ul.gridview li.item .card .headline {
  color: var(--dark-blue);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 16px;
  height: auto;
  overflow: hidden;
  padding: 12px 15px 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}

ul.gridview li.item .card .city,
ul.gridview li.item .card .contact,
ul.gridview li.item .card .summary {
  font-size: 12px;
  height: auto;
  color: var(--dark-grey);
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

ul.gridview li.item .card .headline a,
ul.gridview li.item .card .headline a:active,
ul.gridview li.item .card .headline a:focus {
  color: var(--dark-blue);
  text-decoration: none
}

ul.gridview li.item .card .headline a:hover {
  color: var(--med-blue);
  text-decoration: none;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

ul.gridview li.item .card .city {
  font-weight: 400;
  overflow: hidden;
  margin-top: -3px;
  padding: 0px 15px 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

ul.gridview li.item .card .summary {
  border-top: 0px solid #e4e5e5;
  margin: 0px 10px 10px;
  overflow: hidden;
  padding: 3px 0
}

ul.gridview li.item .card .summary p {
  font-size: 14px;
  border-bottom: 0px solid #e4e5e5;
  line-height: 18px;
  margin: 0;
  padding: 5px 10px 5px 10px;
}

ul.gridview li.item .card .city a,
ul.gridview li.item .card .city a:active,
ul.gridview li.item .card .city a:focus,
ul.gridview li.item .card .city a:hover,
ul.gridview li.item .card .summary a,
ul.gridview li.item .card .summary a:active,
ul.gridview li.item .card .summary a:focus,
ul.gridview li.item .card .summary a:hover {
  color: var(--dark-grey);
  text-decoration: none
}

ul.gridview li.item .card .bottom-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  overflow: hidden;
  padding: 12px 0 0;
}

ul.gridview li.item .card .bottom-section > div {
    text-transform: capitalize;
    }

ul.gridview li.item .card .contacts {
  margin-top: auto;
  padding: 0 15px 12px;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
}


#rcmPaging,
.FooterPanelText {
  float: none;
  text-align: center
}

ul.gridview li.item .card .contact a:active,
ul.gridview li.item .card .contact a:focus,
ul.gridview li.item .card .contact a:hover {
  text-decoration: none;
}

ul.gridview li.item .card .contact .name a {
  color: var(--dark-blue);
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

ul.gridview li.item .card .contact .name a:hover {
  color: var(--med-blue);
  text-decoration: none;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

ul.gridview li.item .card .contact .contact-email a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.df-wrapper .clearAll,
.df-wrapper .clearDesktop,
.df-wrapper .clearMobile,
.df-wrapper .clearTablet {
  clear: both;
  display: none;
  font-size: 2px;
}

#rcmPnlFooter {
  margin: 0 auto;
  min-height: 40px;
  padding: 20px 0 0;
  position: relative;
  text-align: center
}

#rcmPagingTotals::after {
  clear: both;
  display: table;
  content: ""
}

#rcmPaging {
  display: inline-block;
  margin-left: 0;
  min-height: 40px
}

#rcmPagingFirst,
#rcmPagingLast,
#rcmPagingNext,
#rcmPagingPrev {
  color: var(--dark-blue);
  display: inline-block;
  margin: 0 4px
}

#rcmPagingFirst:hover,
#rcmPagingLast:hover,
#rcmPagingNext:hover,
#rcmPagingPrev:hover {
  color: var(--med-blue);
}

#rcmPaging .rcmPageSize,
#rcmPaging .rcmPagingGotoPage,
#rcmPaging .rcmPagingGotoPageText,
.FooterPanelText {
  color: var(--dark-grey);
  font-size: 12px
}

#rcmPagingGotoPage,
.rcmPageSize {
  display: inline-block !important;
  margin: -2px 0 20px
}

.rcmPageSize {
  margin-top: -4px
}

#pnlPagerTotals,
#rcmPagingTotals {
  display: none
}

.FooterPanelText {
  display: block;
  margin: 0 0 10px
}

#rcmPagingGotoPageText {
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  min-width: 17px;
  padding: 3px 3px 3px 10px;
  width: 26px
}

#rcmPagingPageSize {
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  min-width: 50px
}

#rcmPnlWrapperContent_infobox_content,
.infobox-body {
  border: 0 solid #000 !important;
  min-width: max-content !important;
  max-width: 360px !important
}

#rcmLoadingImg {
  margin: 0 !important;
  float: none !important;
  position: absolute;
  left: -15px
}

#rcmPnlWrapperContent_infobox_content {
  overflow: hidden !important
}

#pnlMapView_infobox ul.gridview {
  padding: 0;
  margin-top: 0 !important
}

#pnlMapView_infobox ul.gridview li.item {
  padding: 0;
}

/* MAPPPPPPPPPP*/

.gm-style-iw.gm-style-iw-c {

  max-height: none !important;
  max-width: none !important;
  width: 386px !important;
}

.gm-style-iw-d {
  max-height: none !important;
  max-width: none !important;
  overflow: hidden !important;
}

.infobox-body {
  border-color: #fff;
  margin-bottom: 0px;
  width: 230px;
  border: none;
}


.MicrosoftMap {
  width: 100% !important
}

.infobox-body {
  width: 100%;
  line-height: inherit;
  padding: 0 !important;
  overflow: hidden
}

.infobox-body .col-md-3 {
  width: 100%
}

.infobox-body .col-md-12,
.infobox-body .col-md-3,
.infobox-body .col-sm-4,
.infobox-body .col-sm-6 {
  padding-right: 0;
  padding-left: 0
}

.infobox-body .property_grid {
  margin: 0 auto
}

#PoweredByLink,
#PoweredByLink:active,
#PoweredByLink:focus,
#PoweredByLink:hover {
  color: #1f679c;
  font-weight: 500;
  text-decoration: none
}

.content-mapview {
  height: 540px;
  padding: 0
}

#pnlMapView_infobox ul.gridview li.item .card {
  background: #fff;
  border: 1px solid var(--light-grey);
  width: 360px;
}

#pnlMapView_infobox ul.gridview li.item .card .img img {
  width: auto
}

#pnlMapView_infobox ul.gridview li.item .card .img .img-responsive {
  height: auto;
  width: 100%;
  max-width: 360px;
}

#pnlMapView_infobox ul.gridview li.item .card .status {
  background-color: var(--dark-blue-95);
  left: 1px;
  top: 53px;
  position: absolute;
  width: auto;
  z-index: 12;
  padding: 8px 15px;
  color: white;
}

#pnlMapView_infobox ul.gridview li.item .card .headline {
  color: var(--dark-blue);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  height: auto;
  overflow: hidden;
  padding: 12px 15px 3px;
  text-overflow: ellipsis;
  white-space: nowrap
}

#pnlMapView_infobox ul.gridview li.item .card .headline a:active,
#pnlMapView_infobox ul.gridview li.item .card .headline a:focus,
#pnlMapView_infobox ul.gridview li.item .card .headline a:hover {
  color: var(--med-blue);
  text-decoration: none
}

#pnlMapView_infobox ul.gridview li.item .card .city {
  color: var(--dark-blue);
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
  height: auto;
  overflow: hidden;
  padding: 0 15px 3px;
  text-overflow: ellipsis;
  white-space: nowrap
}

#pnlMapView_infobox ul.gridview li.item .card .city a:active,
#pnlMapView_infobox ul.gridview li.item .card .city a:focus,
#pnlMapView_infobox ul.gridview li.item .card .city a:hover,
#pnlMapView_infobox ul.gridview li.item .card .summary a,
#pnlMapView_infobox ul.gridview li.item .card .summary a:active,
#pnlMapView_infobox ul.gridview li.item .card .summary a:focus,
#pnlMapView_infobox ul.gridview li.item .card .summary a:hover {
  color: var(--med-blue);
  text-decoration: none
}

#pnlMapView_infobox ul.gridview li.item .card .bottom-section {
  height: auto;
}

#pnlMapView_infobox ul.gridview li.item .card .contacts {
  height: 42px;
  overflow: hidden;
  width: 100%
}

#pnlMapView_infobox ul.gridview li.item .card .contact {
  color: var(--dark-grey);
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  height: auto;
  line-height: 15px;
  margin-bottom: 10px;
}

/* Vue Treeselect Styles with Type ahead */

.vue-treeselect--has-value .vue-treeselect__multi-value {
  margin-bottom: 0 !important;
}

.vue-treeselect__input-container,
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container {
  padding: 0 !important;
}

.vue-treeselect--searchable.vue-treeselect--focused .vue-treeselect__placeholder,
.vue-treeselect--searchable.vue-treeselect--focused .vue-treeselect__placeholder.vue-treeselect-helper-hide {
  display: none;
}

.vue-treeselect__placeholder,
.vue-treeselect__placeholder.vue-treeselect-helper-hide {
  display: block;
}

.vue-treeselect__single-value,
.vue-treeselect__limit-tip {
  display: none !important;
}

.vue-treeselect__control {
  background: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5oukKRl2oeaqVi714KQ3-_tNjW1aiBNIdyyc_afEBRvbMi.png) top right no-repeat #fff;
  background-position: top 12px right 5px;
  background-size: 12px;
  border: 2px solid var(--light-grey);
  border-radius: 0px;
  color: var(--dark-grey);
  text-transform: uppercase;
  width: 100% !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  height: 32px;
}

.vue-treeselect__control:hover,
.vue-treeselect__control:focus,
.vue-treeselect__control:active {
  border-bottom: 2px solid var(--dark-blue);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control:hover {
  border-bottom: 2px solid var(--dark-blue);
}

.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control {
  border-bottom: 2px solid var(--dark-blue);
  box-shadow: 0 0 0 3px rgb(3 155 229 / 10%);
}

.vue-treeselect__placeholder {
  color: #a3a3a3;
}

.vue-treeselect__menu-container {
  font-size: 13px;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
}

.vue-treeselect__label-container {
  padding: 2px;
}

.vue-treeselect__label {
  font-weight: 400;
}

#FilterProjectName {
  background: 0;
  margin: 0;
}

#FilterProjectName input, #FilterProjectNameModal input {
  background: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5ousaohfQFNk8z0rE1aeh6bmEur1tA1osgaBQDJ99wrkuB.png) top right no-repeat #fff;
  background-position: top 4px right 5px;
  background-size: 24px;
  border: 2px solid var(--light-grey);
  border-radius: 0px;
  box-shadow: none;
  color: var(--dark-grey);
  float: none;
  margin: 0;
  padding: 7px 25px 6px 12px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  line-height: 17px;
  width: 100%;
}

.badge.filter {
  background: var(--dark-blue);
  border-radius: 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 3px;
  top: -8px;
  width: 15px;
  z-index: 300;
}

#FilterProjectName input:focus,
#FilterProjectName input:hover,
#FilterProjectNameModal input:focus,
#FilterProjectNameModal input:hover {
  border-color: var(--dark-blue);
  -webkit-transition: border-color .2s;
  transition: border-color .2s
}

#btn-clear-filter {
  width: 32px !important;
  height: 32px !important;
  padding: 0px;
  line-height: 32px;
}

#btn-clear-filter::after {
  content: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5ourv82sJM8gybbmDGg_wxnEOhrJ1GlpDgdMge1V3wzxCY4nb3DPpZtNSgPau4pKNd1Q.png) !important;
  padding: 10px;
}

#btn-clear-filter:hover::after {
  content: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5ourv82sJM8gybbmDGg_wxnEPRUACKxg2E3KPBY-LGSZUAx3vRR5jK9h-xZ_Zrp8EvnA.png) !important;
  padding: 10px;
}


#newListingButtons ul {
  padding-left: 20px;
  margin-bottom: 0;
  line-height: 32px;
}

#newListingButtons img {
  padding-right: 8px;
}

.vue-treeselect__control-arrow-container>svg {
  fill: var(--dark-blue) !important;
}

.vue-treeselect__option {
  border-top: 1px solid #e9e8e8;
  cursor: pointer;
  margin: 0;
  min-height: 0;
  padding: 2px;
  position: relative;
  list-style-image: none !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}

.vue-treeselect__option--highlight {
  box-shadow: none;
  color: var(--dark-blue);
  margin: 0;
  background: #f5f5f7 !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}


svg.vue-treeselect__control-arrow {
  display: none;
}

svg.vue-treeselect__control-arrow::after {
  display: none;
}
#allFiltersModal .modal-title, #shareModal .modal-title {
  margin: 15px 0 0 15px;
  font-size: 28px;
  font-weight: 300;
  color: var(--dark-blue);
}
#allFiltersModal .modal-dialog, #shareModal .modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#allFiltersModal .modal-content, #shareModal .modal-content {
  border-radius: 0;
}

#allFiltersModal .modal-header,
#allFiltersModal .modal-footer,
#shareModal .modal-header,
#shareModal .modal-footer {
  border: 0;
}
#allFiltersModal .modal-body, #shareModal .modal-body {
  padding: 15px 30px;
}

#allFiltersModal .filter-table {
  display: block;
  margin: 10px 0;
  width: 100%;
}

#allFiltersModal button, #shareModal button {
  width: auto;
  color: white;
  background-color: var(--dark-blue);
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 100px;
  border: 2px solid var(--dark-blue);
}

#allFiltersModal button.btn-reset-filter, #shareModal button#closeShareModal {
  color: var(--dark-blue);
  background-color: white;
  border: 2px solid var(--dark-blue);
  margin-right: 10px;
}

#allFiltersModal button:hover, #shareModal button:hover {
  color: white;
  background-color: var(--med-blue);
  border: 2px solid var(--med-blue);
  opacity: 1;

}

#allFiltersModal button.close, #shareModal button.close {
  width: 32px !important;
  height: 32px !important;
  padding: 0px;
  line-height: 32px;
  color: transparent;
  background: 0;
  border: 0;
  opacity: 1;
}

#allFiltersModal button.close::after, #shareModal button.close::after {
  content: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5ourv82sJM8gybbmDGg_wxnEOhrJ1GlpDgdMge1V3wzxCY4nb3DPpZtNSgPau4pKNd1Q.png) !important;
  padding: 10px;
  position: absolute;
  top:5px;
  right: 15px;
}

#allFiltersModal button.close:hover::after, #shareModal button.close:hover::after {
  content: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5ourv82sJM8gybbmDGg_wxnEPRUACKxg2E3KPBY-LGSZUAx3vRR5jK9h-xZ_Zrp8EvnA.png) !important;
}

.filter-modal .modal-body label:not(.vue-treeselect__menu-container label) {
  color: var(--dark-grey);
  font-size: 14px;
  font-weight: 500;
  text-align: left !important;
  text-transform: uppercase;
  line-height: 35px;
  padding-top: 0;
}

@media (min-width:768px) {
  /*   ul.gridview li.item .card .headline {
    height: 30px
  }

  ul.gridview li.item .card .city {
    height: 25px
  }

  ul.gridview li.item .card .summary {
    height: 80px;
    margin-bottom: 0
  }

  ul.gridview li.item .card .contacts {
    height: 54px
  }

  ul.gridview li.item .card .contact {
    height: 52px;
    margin-bottom: 0
  }

  ul.gridview li.item .card .map_contacts {
    height: 44px
  }

  ul.gridview li.item .card .map_contact {
    height: 42px;
    margin-bottom: 0
  } */

  .df-wrapper .clearMobile {
    display: block
  }

  .df-wrapper .clearDesktop,
  .df-wrapper .clearTablet {
    display: none
  }

  .df-wrapper .clearAll {
    display: block
  }

  #rcmPaging {
    float: left !important;
    margin-left: 0;
    padding-top: 1px
  }

  #rcmPagingGotoPage,
  .rcmPageSize {
    margin-bottom: 0
  }

  .FooterPanelText {
    display: block;
    float: left;
    margin: 0 0 0 40px;
    text-align: left
  }
}

@media (min-width:992px) {
  .df-wrapper .engine-header-text {
    font-size: 22px
  }

  .df-wrapper .filterBar .filter-table {
    display: flex;
    margin: 0;
  }

  .FilterWrapper.FilterText.floatLeft,
  .df-wrapper .filterBar .filter-table .filter-input {
    display: table-cell;
    float: none;
    padding: 0 20px 0 0;
    width: 20%
  }

  .rcmPnlMoreFilter .LabelText {
    display: inline-block;
    padding: 9px 0 0;
    width: 80px
  }

  #rcmPnlMoreFilter input {
    width: 82px !important
  }

  .rcmPnlMoreFilter .FilterPane {
    width: 312px
  }

  #rcmPnlMoreFilter .FilterWrapper.FilterText.floatLeft {
    display: block;
    padding: 0;
    width: 100% !important
  }

  .df-wrapper .clearMobile {
    display: none
  }

  .df-wrapper .clearTablet {
    display: block
  }

  .df-wrapper .clearDesktop {
    display: none
  }

  .df-wrapper .clearAll {
    display: block
  }
}

.btn--white.focus,
.btn--white:focus,
.btn--white:hover {
  color: var(--med-blue);
}

.btn--white {
  width: auto;
  color: var(--dark-blue);
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white;
  border-radius: 100px;
}

ul.gridview li.item .card .status {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center !important;
  text-transform: capitalize;
  text-decoration: none;
}

@media (min-width:1200px) {
  .df-wrapper .engine-header-text {
    font-size: 22px
  }

  .df-wrapper .filterBar .filter-table {
    display: flex;
    margin: 0;
    width: calc(100% - 325px);
  }

  .FilterWrapper.FilterText.floatLeft,
  .df-wrapper .filterBar .filter-table .filter-input:not(#allFiltersModal) {
    display: table-cell;
    float: none;
    padding: 0 20px 0 0;
    width: 20%
  }

  .rcmPnlMoreFilter .LabelText {
    display: inline-block;
    padding: 9px 0 0;
    width: 80px
  }

  #rcmPnlMoreFilter input {
    width: 82px !important
  }

  .rcmPnlMoreFilter .FilterPane {
    width: 312px
  }

  #rcmPnlMoreFilter .FilterWrapper.FilterText.floatLeft {
    display: block;
    padding: 0;
    width: 100% !important
  }

  .df-wrapper .clearMobile,
  .df-wrapper .clearTablet {
    display: none
  }

  .df-wrapper .clearAll,
  .df-wrapper .clearDesktop {
    display: block
  }

  .btn--white.focus,
  .btn--white:focus,
  .btn--white:hover {
    color: var(--med-blue);
  }

  .btn--white {
    width: auto;
    color: var(--dark-blue);
    display: inline-block;
    padding: 15px 30px;
    margin-bottom: 0;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
    border-radius: 100px;
  }

  sq-ft {
    color: #ff0000;
  }

  ul.gridview li.item .card .status {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    text-decoration: none;
  }
}
@media (max-width: 1200px) {
  #newListingButtons {
    margin-bottom: 15px;
  }
}

@media (max-width:1380px) {
  ul.gridview {
    padding: 20px 15px;
  }
}

div.phone>a {
  color: var(--dark-blue);
  text-decoration: none;
}

div.phone>a:hover {
  color: rgb(12, 158, 217);
  text-decoration: none;
}

/* Replace List and Map Icons */
#rcmMapButton span,
#rcmListButton span,
#rcmShareLink span,
.btn-all-filters span {
  font-weight: 700 !important;
  font-size: 11px !important;
  line-height: 20px !important;
  font-family: "Open Sans", sans-serif !important;
  color: var(--dark-blue) !important;
}

#rcmMapButton:hover span,
#rcmListButton:hover span,
#rcmShareLink:hover span,
.btn-all-filters:hover span {
  color: var(--med-blue) !important;
}

#rcmMapButton img {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5ouoWe1Uqob3B99PwdwcH5CO7Dalou6UFHEz5_BftZWEii.png) no-repeat;
  padding-left: 20px;
}

#rcmListButton img {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5oupGctKmDesEHeFlQjZnBlj5F-fj5qYpgruLY77tQG6JG.png) no-repeat;
  padding-left: 20px;
}

#rcmMapButton:hover img {
  background: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5ouvHuKm5EMSO_SjKMVNdA578e5FOncANsSwp9PPCHcHo5.png) no-repeat;
}

#rcmListButton:hover img {
  background: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5ouhMvyrWp7BDKsy7ABcYpfzxN7lotXHHQyCixLO0rofpd.png) no-repeat;
}

#rcmShareLink img {
  box-sizing: border-box;
  width: 18px;
  height: 20px;
  background: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5oujnCp3RJ3grUbraRvRQEgpq4ZwdOxkmm2ebkWKvGyE0y.png) no-repeat;
  padding-left: 20px;
}

#rcmShareLink:hover img {
  background: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5ousj14BIl_ty7eVOaC7aor56XdwTjC-6QsaY1nyeVo5_9rTGSg1e7WYetoU8GCKnIIQ.png) no-repeat;
}
.btn-all-filters img {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5ouilggBbU950vEK_TTsFMkpEE0vtVQ_O5TTrdCuLQ0SHS.png) no-repeat;
  padding-left: 20px;
} 
.btn-all-filters:hover img {
  background: url(https://my.rcm1.com/files/pQhD0bFBEMCVL5aftp5ouilggBbU950vEK_TTsFMkpFjD7Xv_6_362d_mxBCMLQH98fprvdT-ScbnnJw9DeLxg.png) no-repeat;
}
/* Reset paging items */
div#rcmPnlFooter {
  max-width: 1340px;
  margin: 0 auto;
}

div#rcmPnlFooter * {
  line-height: 20px;
  max-height: 25px;
  margin: 0;
  padding: 0;
  margin: 0 3px;
}

/*Vue No Results Found Warning */
.vue-treeselect__tip.vue-treeselect__no-results-tip {

  font-size: 14px;
}

.vue-treeselect__tip-text.vue-treeselect__no-results-tip-text {
  font-size: 12px;
  color: #333;
}

.vue-treeselect__icon-warning {
  width: 17px !important;
  height: 17px !important;
  background: var(--med-blue) !important;
}

.vue-treeselect__icon-warning:after {
  content: "!" !important;
  font-size: 14px !important;
  left: 7px !important;
  top: 8px !important;
  color: #fff !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
}
