/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

#popupMapModal .modal-dialog {
    display: flex;
    max-height: 100%;
    max-width: 100%;
    /* margin: 30px auto; */
    width: auto !important;
}

#popupMapModal .modal-content {
    display: block !important;
    padding: 0 !important;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    margin: 0px auto;
    background: #fff !important;
}

#popupMapModal .modal-header {
    border: none;
    padding: 0;
    max-height: 27px;
    min-height: 27px;
}

#popupMapModal .modal-footer {
    height: 27px;
    border: none;
    padding: 0;
}

#popupMapModal .modal-header button {
    max-height: 24px !important;
    margin-top: 3px;
    margin-right: 5px;
}

/* changes doen by priyanka */
#pac-input {
    margin-left: 1px;
    margin-top: 10px;
    background-color: #fff;
    padding: 7px 11px;
    /* width: 250px; */
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    z-index: 9999999 !important;
    text-overflow: ellipsis;
    position: absolute;
    /* left: 250px; */
}

/* //////////////////////// */
#popupMapModal .modal-body {
    padding: 15px !important;
    width: 100%;
    height: 100%;
}

#popupMapModal .modal-header .close {
    padding: 0 !important;
    margin-bottom: 0;
}

div[name='divMap'] {
    border: 1px solid #aaa;
    max-width: 100% !important;
    width: 80vw !important;
    height: 80vh !important;
}

.btn-self-locate {
    padding: 5px;
}

.class-bo-btnSelfLocate {
    padding: 2px !important;
    padding-bottom: 0 !important;
}

.class-bo-admf-btnSelfLocate {
    position: absolute;
    padding: 7px !important;
}

.class-bo-adst-btnSelfLocate {
    margin-top: 2px !important;
    padding: 4px !important;
    padding-bottom: 2px !important;
}

.btn-self-locate i {
    margin: 0 !important;
    padding: 0 !important;
}

.btn-infowindow-close {
    font-size: 24px !important;
}

#idBtnLocate {
    margin-top: 2px;
    padding-left: 0;
}

#idBtnLocate:hover {
    text-decoration: underline;
}

#idLinkContainer {
    margin-top: 12px;
}

#idAddress:hover {
    cursor: pointer;
    text-decoration: underline;
}

.controls {
    margin-top: 8px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    height: 35px;
}

.mapselect {
    background-color: #fff;
    padding: 7px 11px;
    font-size: 15px;
    font-weight: 300;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    height: 35px;
    max-width: 20%;
}

.class-bo-adad-btnSelfLocate {
    margin-top: 0.5rem;
    padding: 0.2rem !important;
    line-height: 10px !important;
    font-size: 1rem !important;
}

@media screen and (max-width:767px) {
    #pac-input {
        top: 65px !important;
        left: 10px !important;
        width: 50% !important;
        max-width: 190px;
    }

    #style-selector {
        top: 65px !important;
        left: unset!important;
        width: 50% !important;
        max-width: 100px;
        right: 10px!important;
    }
}

.pac-container {
    z-index: 999999;
}