.slidePanel {
    overflow-y: auto;
}

.labels {
    color: black;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 45px;
    white-space: nowrap;
    border-radius: 10px;
}

@media (min-width: 767px) {
    .page-aside {
        z-index: 1100;
        left: -300px;
        height: -webkit-calc(100% - 66px);
        height: calc(100% - 66px);
        overflow-y: visible;
        visibility: visible;
        border-color: transparent;
    }

    .site-navbar-collapse-show .page-aside {
        top: 132px;
        height: -webkit-calc(100% - 132px);
        height: calc(100% - 132px);
    }

    .site-menubar-changing .page-aside,
    .site-menubar-open .page-aside {
        height: 100%;
    }

    .page-aside.open {
        left: 0;
    }

    .site-menubar-changing .page-aside.open,
    .site-menubar-open .page-aside.open {
        visibility: hidden;
    }

    .page-aside.open .page-aside-switch .md-chevron-right {
        display: none;
    }

    .page-aside.open .page-aside-switch .md-chevron-left {
        display: inline;
    }

    .page-aside-switch {
        display: block;
    }
}

.page-aside {
    height: 100%;
}

.page-aside + .page-main {
    margin-left: 0px;
}

.page-aside-inner .app-location-list {
    height: 100%;
}

.list-group .avatar {
    width: 235px;
}

.avatar.mls-home img {
    border-radius: 0px;
    min-height: 110px;
    max-height: 158px;
}

.list-group-item .icon {
    margin-right: 0px;
}

#legendButton {
    background-color: #3E99F3;
    border-color: #3E99F3;
    color: white;
}

#legend {
    list-style-type: none;
    background: white;
    padding: 5px;
    border-color: black;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    right: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    font-size: 16px;
}

#legend li {
    text-align: left;
}

@media screen and (min-width: 1600px) {
    .page-aside {
        left: -450px;
    }
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

* html .ui-autocomplete {
    height: 250px;
}

.ui-menu-divider {
    display: none;
}

.animsition {
    overflow: hidden !important;
}

.gm-fullscreen-control {
    display: none;
}

.social-share-bar {
    text-align: center;
}

.social-share-div {
    display: inline-block;
}

.social-share-button {
    padding: 10px 15px 10px 15px;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 7px;
}

.bd-facebook {
    background-color: #3b5998;
}

.bd-twitter {
    background-color: #1bb2e9;
}

.bd-pinterest {
    background-color: #cb2027;
}

.wb-link-intact {
    background-color: #0a0a0a;
}

.wb-envelope {
    background-color: #fca604;
}

.wb-chat-text {
    background-color: #18bb02;
}

.property-buttons {
    background-color: #456482;
}
.property-buttons:hover {
    background-color: #1976d2;
}

.slider-img-wrapper {
    position: relative;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .slidePanel-right, .slidePanel-left {
        width: 700px;
    }
}

.mlsSliderImage {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.widget-header.overlay-hover.overlay.slider-img-wrapper {
    text-align: center;
}

@media (max-width: 767px) {
    .list-group .avatar {
        width: 200px;
    }
}

.page-aside {
    width: 400px;
    left: -400px;
}

.list-group.row {
    padding-right: 0px;
}

@media (max-width: 505px) {
    .modal-body {
        height: 410px
    }
    #share_frame {
        height: 399px !important;
    }
}

.property-price{
    color: #298fb0;
    font-weight: 700;
    font-size: 42px;
}

.property-sidebar-image {
    width:100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.property-sidebar-image-container {
    position: relative;
    text-align: center;
    color: white;
    border-bottom: 5px solid grey;
    cursor: pointer;
    min-height: 265px;
    overflow: hidden;
}

/* Bottom left text */
.property-sidebar-image-bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding:5px;
    border-top-right-radius: 15px;
}

/* Top left text */
.property-sidebar-image-top-left {
    position: absolute;
    top: 0px;
    left: 0px;
    padding:5px;
    border-bottom-right-radius: 15px;
}

/* Top right text */
.property-sidebar-image-top-right {
    position: absolute;
    top: 0px;
    right: 0px;
    padding:5px;
    border-bottom-left-radius: 15px;
}

/* Bottom right text */
.property-sidebar-image-bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding:5px;
    border-top-left-radius: 15px;
}

/* Centered text */
.property-sidebar-image-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding:5px;
    border-radius: 15px;
}

.property-sidebar-image-icons{
    margin-top: -5px;
    margin-left: 10px;
    margin-right: 10px;
    height: 20px;
}