﻿
.leaflet-control-container {
    position: absolute !important;
    bottom: 80px !important;
}
.d-none-footer-mapView {
    display: none;
}

/*specific style for links tooltips*/
.text_tooltip {
    z-index: 10;
}

    .text_tooltip a.phone_link_style {
        background: #2a5135;
        color: #fff !important;
        padding: 7px;
        border-radius: 5px;
        position: absolute;
        min-width: 50px;
        max-width: 300px;
        display: none;
        text-decoration: none;
        z-index: 10;
        word-break: break-word;
    }

        .text_tooltip a.phone_link_style:before {
            content: '';
            height: 3px;
            width: 0;
            border: 7px solid transparent;
            border-bottom-color: #2a5135;
            position: absolute;
            top: -16px;
            left: 14px;
        }
.website_link_style:hover {
    color: #707070;
}
/**************************************/
.card-find-an-office {
    background-color: #ffffff;
    padding: 15px;
}
input::placeholder {
    font-size: 0.8em;
    font-style: italic;
}
/*search bar*/
input.form-control:focus {
    box-shadow: inset 0 0 0 #ddd;
}
.sticky-input-offices {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #ffffff;
}

/*map*/
.leaflet-container a {
    color: #707070 !important;
}
    .leaflet-container a.leaflet-popup-close-button {
        right: 10px;
        left: auto;
        top:0;
    }
@media (max-width: 334.98px) {
    .leaflet-container a.leaflet-popup-close-button {
        right: 30px;
    }
}
.leaflet-popup-content {
    margin: 0 !important;
}

.light-theme .current {
    background: #2a5135;
}

.light-theme a, .light-theme span {
    background: none;
    background: none;
}

.page-link:hover {
    color: #2a5135;
}

.ui-widget.ui-widget-content {
    left: 1051.33px !important;
    width: 40%;
    border: none;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20), 0 2px 4px 0 rgba(0,0,0,0.10);
    border-radius: 4px;
    height: 478px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 0;
}

.ui-autocomplete-category {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2a5135;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    color: #707070;
    padding: 5px;
    font-size: 18px;
    display: flex;
}


    .ui-menu .ui-menu-item::before {
        font-family: "Font Awesome 5 Free";
        content: "\f0f7";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
    }


    .ui-menu .ui-menu-item:hover {
        background: #eee;
    }

.ui-autocomplete > li {
    padding: 5px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid transparent;
    background: transparent;
    font-weight: normal;
    color: #707070;
}

@media(min-width:1325px) and (max-width:1425px) {
    .ui-widget.ui-widget-content {
        width: 40% !important;
        left: 752.33px !important;
    }
}
/**********************************/
/*special style for mobile devices*/
.tabcontent-mobile {
height: 600px;
overflow-y: scroll;
}
.map_office_mob {
    position: relative;
    height: 600px;
    width: 100%;
}
.input_addon_offmob {
    top: 5% !important;
    right: 93% !important;
    font-size: 1.2rem !important;
}

.card_office_mob {
    height: 220px !important;
}

.pt_mob {
    padding-top: 20px !important;
}

.navtab_offices {
    width: 60% !important;
}

@media (min-width: 565px) and (max-width: 991px) {
    .card_office_mob {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 420px) {
    .input_addon_offmob {
        right: 85% !important;
    }
}
/******************************/

#mapOffice, .offices-cards {
    z-index: 0;
}


.select-state-office .dropdown {
    background-color: #fff;
    border: none;
    border-radius:50%;
    width:100% !important;
}
.select-state-office .dropdown .dropdown-toggle:focus {
   outline:none !important;
}
    .select-state-office .dropdown .dropdown-toggle {
        height: 56px;
        line-height: 2.5;
        color: #7f7f7f;
        font-weight: 500;
        border-radius: 0 !important;
    }
   .select-state-office .dropdown .dropdown-toggle:hover {
       background: #f8f9fa;
   }
    
.btn-reset-office {
    background-color: #2a5135cc;
    color: #ffffff;
    border-radius: 0 50px 50px 0;
    height: 56px;
    width: 100%;
}
    .btn-reset-office:hover {
        border: 1px solid #999;
        color: #999;
    }
    @media(min-width:1024px) and (max-width:1600px){
        .search-page .officesSearchInput {
            font-size: 1.3em;
            margin-left:45px;
            padding: 0;
        }
        .input-group-addon {
            top: 19%;
            right: 85%;
            font-size: 1.3em;
        }
    }