
#mapDiv {
    left:0;
    /* top:0; */
    height:100%;
    width:100%;
    position:fixed;
}

.boxShadow{
    box-shadow: 7px 10px 20px #d8d1d1;
}

.navbar-inverse {
    background-color: #2a6592;
    border-color: #37474F;
    /* background: url(aaa); */
}

.hrAfter{
    width: 50%;
    float: right;
    margin-top: -4px;
    position: right;
    border: 5px solid #3cab9f;
}

.hrBefore{
    width: 50%;
    float: right;
    margin-top: 8px;
    position: right;
    border: 5px solid #f3584b;
}

.leaflet-popup-content-wrapper {
    border-radius: 3px!important;
}

.leaflet-popup-content {
    /* width: 420px!important; */
    max-width: auto;
}

.leaflet-popup-close-button #text::before{
    content: none;
    display: none;
}

.leaflet-popup-close-button::after{
    content: "Info Content";
}

.leaflet-popup-close-button{
    /* background: #3F51B5 url(../../img/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x !important; */
    background: #2a6592  !important;
    font-weight: 500  !important;
    height: 30px  !important;
    line-height: 20px  !important;
    font-size: 13px  !important;
    color: rgb(255, 255, 255)  !important;
    width:100%  !important;
}


.leaflet-top {
    top: 30px;
}

.leaflet-touch .geocoder-control-input {
    height: 45px;
    line-height: 30px;
    background-size: 30px;
    font-size: 16px;
    /* margin-top: -28px; */
    /* position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%); */
}

.leaflet-touch .geocoder-control-suggestions {
    /* top: 7px; */
    width: 271px;
    /* right: 100px; */
    font-size: 14px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #fff;
    color: #333;
    box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
}

.headerTitleModalButtons{
    background-color: #2b4fa26b;
    letter-spacing: 1px;
    color: #fff;
    border: 1px solid #2b4fa26b;
}

.headerTitleModalIcon{
    color: #ffcc33;
    padding: 7px;
    border-radius: 15px;
    /* background-color: #333; */
    font-size: 13px;
}

.headerTitleModalIconTwo{
    color: #ffcc33;
    padding: 7px;
    border-radius: 15px;
    background-color: #434b5e;
    font-size: 14px;
    float: right;
    top: -25px;
    left: 20px;
}

.btn-success {
    border-color: #009688 !important;
    background-color: #009688 !important;
    color: #fff !important;
}

.text-success{
    color: #0affe8 !important;
}

/* .dark-layout input.form-control:focus, .dark-layout select.form-select:focus, .dark-layout textarea.form-control:focus {
    border-color: #0affe8 !important;
}

.dark-layout input.form-control:focus, .dark-layout select.form-select:focus, .dark-layout textarea.form-control:focus {
    border-color: #0affe8;
} */

