.layout-top-nav .content-wrapper
{
    margin-top : 0;
}

.main-nav
{
    display: none;
}


 /* width */
 ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.close {
    background: #000;
}



#map {
    height: calc(100vh - 46px);

    z-index: 1;
}

@media only screen and (max-width: 600px) {
    #map {
        height: calc(100vh - 102px);
        z-index: 1;
    }
}

.baselayer_btn {
    border-radius: 50%;

    border: 3px solid #ffda44;
    filter: grayscale(100%);
}

.baselayer_btn.active {
    border-radius: 50%;

    border: 3px solid #b2ff59;
    filter: grayscale(0%);
}

.baselayer_btn {
    border-radius: 50%;

    border: 3px solid #ffda44;
    filter: grayscale(100%);
}


.m-toolTip {
    background: none;
    border: none;
    display: inline-block;
    box-shadow: none;
    font-family: Lato;

}

.tooltip-arrow {
    background: none;
    border: none;
}

.map-toggle {
    background-color: #ececec;
    border-color: #ececec;
    color: #000;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #000;
}

.btn-primary:hover {
    background-color: #B4B4B4;
    border-color: #B4B4B4;
}

.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}

.hidden-class {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

.dw-md-4 {
    /*
        width: 21.333333%;*/
}

#drawer_btn {
    /*
        margin-left: 200px;*/
}

.dw-md-4 {
    /*
        width: 22.333333%;*/
}

.fold.dw-md-4 {
    /*
        margin-left: -22.333333%;*/
}

body {
    overflow: hidden;
}

.label-cbx {
    margin-left: 4px;
}

.couche-title {
    margin-left: 12px;
}

[type=checkbox].filled-in:checked+label:before {
    width: 6px;
    height: 11px;
}

[type=checkbox].filled-in:checked+label:after {
    width: 16px;
    height: 16px;
}

[type=checkbox].filled-in:not(:checked)+label:after {
    height: 16px;
    width: 16px;
}


/* An ugly trick to use a filter icon */
.ui-icon-volume-off.ui-icon-filter {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.textmap_commune {
    white-space: nowrap;
    font-weight: 500;
    font-size: 1.4em;
    text-shadow: 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em;
    color: #E2FF00;
}

.textmap_douar {
    white-space: nowrap;
    font-weight: 400;
    font-size: 1.2em;
    text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em;
    color: #fff;
}

.leaflet-sidebar {
    width: 260px;
    max-width: 360px;
}

.leaflet-sidebar-left~.leaflet-control-container .leaflet-left {
    left: 370px;
}

.leaflet-sidebar-pane {
    min-width: 330px;
}

tr:nth-child(odd) {
    /* background: #f4f4f4 */
}

tr:nth-child(1) {
    background: #fff
}

.table-popup  td
{
    padding: 3px 0px 3px 0px!important;
}

table tr
{
    border-bottom: 1px solid #dee2e6 !important;
}
.table-popup
{
    margin-top: 0 !important;
    font-family: Poppins, Helvetica,Arial, sans-serif !important;

}

.leaflet-container a.leaflet-popup-close-button
{
    color : #000;
}

.leaflet-sidebar-header
{
    font-size : 13pt;
}
