﻿@charset "utf-8";
/* CSS Document */
/* --------------------< Global Style >-------------------- */

.mapview-wrapper {
  position: relative;
  width: 100%;
}

.gm-style-iw div div {
    overflow: hidden;
}

#property_info_window {
    font-size: 12px !important;
}

/* #property_info_window .main-row {
    margin-top : 10px;
} */

#property_info_window .property-desc span {
    width: auto!important;
}

#property_info_window .property-desc {
	display: inline-block;
    height: auto;
}
@media (max-width: 575px) {
  #traffic-icon, #zip-icon, #scroll-icon, #clearmap-icon {
    display: none;
  }
  .gm-style .gm-style-mtc div {
    padding: 0 10px!important;
  }
}

.btn-broker {
    padding-left: 0px;
}

.btn-broker a {
    color: white;
}

.property-details div.pds:not(:last-child) {
    border-right: 1px dotted grey;
}

.pds {
    text-align: center;
}

.property-desc {
    height: 3em;
}

/* Style for Bootstrap carousel */

#property_info_window .main-row .carousel {
    /* text-align: center; */
    -o-object-fit: fill;
       object-fit: fill;
    padding-right: 0px;
    padding-left: 0px;
}

#property_info_window .main-row .carousel#rx-img-carousal img {
    height: 120px;
    margin-right: 0px;
    object-fit: cover;
}

/* #property_info_window .user-row {
    padding-top: 10px;
} */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}
/*  */

.property-user-img {
    min-width: 55px;
    height: 55px;
    margin: 0px;
}

.property-user-img img {
  max-height: 100%;
}

.btn-broker button, .btn-details button {
    background-color: #f6841f;
}

.rx-popup-toprow {
    font-size: 14px;
    color: #009344;
}

.rx-popup-propname, .rx-popup-agentname {
    font-weight: bold;
    padding-left: 0px;
}

.rx-popup-propname {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-size: 14px;
}

.rx-popup-address, .rx-popup-agentcomp, .rx-popup-agentph, .rx-popup-agentname {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.left.carousel-control span.glyphicon.glyphicon-chevron-left {
    margin-left: 1%;
}

.user-row-left {
    padding-left: 0px;
}

.rx-prop-types {
    text-align: left;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    padding-left: 0px;
}

/* .rx-prop-price {
    text-align: right;
} */

#place_popup_div {
    width: 100%;
}

.rx-proptypes-more:after {
    content: '...';
}

.rx-placename {
    font-weight: bold;
}

#map_place_details img {
  max-width: 100%;
}

#map_places_popup {
    font-size: 16px;
}

#map_places_popup .place_name {
    font-weight: bold;
}

#map_places_popup  .username {
    font-size: 14px;
    font-weight: bold;
}

#map_places_popup .review_text {
    font-size: 12px;
}

#map_places_popup #reviews {
    height: 350px;
    overflow: auto;
}

#map_places_popup .reviews-title {
    color: black;
}

#map_places_popup .review_body {
    margin-top: 5px;
}

#map_places_popup #reviews:not(:last-child) {
    border-bottom: 1px solid dotted;
}

.rx-property-desc-more:after {
    font-size: 14px;
    font-weight: bold;
    content: "...";
}

#map_loader {
    text-align: center;
    position: absolute;
    margin-right: 2px;
    z-index: 10;
    background: url(/images/char_trans.png);
    opacity: .8;
    width: 100%;
    height: 100%;
}

#map_load {
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/** Style for searchpane Areas selection **/

.area_select_option {
    height: 70px;
}

#area_selection_choices img{
    opacity: 0.5;
}

#drawing, #travel_time {
    display: none;
}

#circle_draw, #poly_draw {
   margin: 10px 9px;
   display: inline-block;
}

.activated {
    opacity: 1 !important;
}

.mode_on {
    outline: 3px solid #009344;
}

#scale {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    width: 200px;
    height: 20px;
    border: 1px solid #666;
}

.scale-container {
    padding-top: 4px;
}

.map-action-container, .map-clear-location {
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 5px;
    margin-bottom: 15px;
}

.map-clear-location {
    margin: 10px 10px 0 0;
    padding: 6.5px;
    z-index: 5 !important;
}

.map-resize {
    padding-top: 90px !important;
}
.map-resize.fixed {
    padding-top: 0 !important;
}

.property-desc.full-con-name{
    height:auto;
}

div#circle_draw:hover, div#poly_draw:hover {
  cursor:pointer;
}

.map-combo-container .select-container {
    max-width: 100%;
    width: 135px;
}

.top-map-control > button {
    height: 28px;
    vertical-align: bottom;
    padding: 5px 12px;
}

.heatmap-map-control > button {
    height: 28px;
    vertical-align: middle;
}

#mapview {
    height: -webkit-calc(100vh - 168px);
    height: calc(100vh - 168px);
}

.logged-in #mapview {
    height: -webkit-calc(100vh - 148px);
    height: calc(100vh - 148px);
}

.right-map-control {
    margin-top: 10px;
    margin-right: 10px;
    width: 32px;
}

.right-map-control > img {
    display: block;
    max-width: 100%;
    margin-bottom: 1px;
    background-color: rgba(0,0,0,0.65);
}

.right-map-control > img.inactive {
    background-color: rgba(0,0,0,0.3);
}

.right-map-control > img:hover {
    background-color: rgba(0,0,0,0.5);
}

.right-map-control > img.inactive:hover {
    background-color: rgba(0,0,0,0.3);
}

.right-map-control.transit-container > img {
    margin-bottom: 2px;
}

.transit-container .overlay-active,
.drawing-container .overlay-active {
    outline: 2px solid red;
}

#sliderCollapseBtn .map-combo-container .map-combo-button {
  position: -webkit-sticky;
  position: sticky;
  border-top: 1px solid #ddd;
  background-color: white;
  padding: 5px;
  text-align: right;
  bottom: 0;
  z-index: 1;
}

.map-filter {
  padding-left: 5px;
  padding-right: 5px;
  /* height: 38px; */
}

.map-filter--col {
  max-width: 50%;
}

#realnex-map {
  width:100%;
  height: 100%;
}

@media (min-width: 992px) {
  .screen-heading--controls-group.bottom-bar {
    border-top: 1px solid #ddd;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% + 10px);
    -webkit-flex: 0 0 -webkit-calc(100% + 10px);
            flex: 0 0 calc(100% + 10px);
    max-width: -webkit-calc(100% + 10px);
    max-width: calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    background-color: #ebebeb;
  }
}

@media (min-width: 1367px) {
  .sidebar-open .screen-heading--controls-group.bottom-bar {
    padding-left: 323px !important;
  }
}

.map-display-options {
    font-size: 14px;
}

.map-display-options fieldset > .map-style-subclass {
    margin-left: 50px;
}

.map-display-options label {
    display: flex;
    justify-content: space-between;
    padding-left: 25px;
}

.map-display-options label:hover input~.checkmark {
    background-color: #ccc;
}

.map-display-options input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.map-display-options input:checked~.checkmark:after {
    display: block;
}

.map-display-options label input:checked~.checkmark {
    background-color: #fff;
}

.map-display-options .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.map-display-options .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.map-display-options .checkmark:after {
    content: '\2714';
    font-family: "FontAwesome";
    color: #009344;
    position: absolute;
    left: 9px;
    top: 10px;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease;
     opacity: 1;
}

.map-options-button {
    width: 30px;
    height: 30px;
    border: none;
    font-size: 20px;
    background-color: rgba(0,0,0,0.65);
    color: white;
}

    .map-options-button:hover {
        background-color: rgba(0,0,0,0.5);
    }


.map-display-options legend {
    font-size: 14px;
    margin-bottom: 0;
    border: none;
    color: inherit;
    padding: 0;
}

    .map-display-options legend .checkbox {
        margin: 0;
        padding-left: 0;
    }

.map-display-options fieldset {
    margin-bottom: 10px;
}

.map-display-options .collapse-toggle {
    padding: 0;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.map-display-options .collapse-toggle .fa-caret-right {
    transition: .3s;
}

.map-display-options .collapse-toggle .fa-caret-right.active {
    transform: rotate(90deg);
}
