.landing-content {
    min-height: 410px;
}

.background-sidebar {
    background-color:  #007640 !important;
}

.color-menu-sidebar {
    color: white !important;
    white-space: break-spaces;
}

.lili {
    list-style-type: none;
}

.head {
    padding: 10px;
    background: #F6F8F8;
    width: 100%;
}

.fancytree-ext-filter span.fancytree-title mark {
    background-color: yellow;
}

.map-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

ul.fancytree-container {
    border: none !important;
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.btn-check:checked+.btn-outline-primary{
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.whole-page-overlay{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100% !important;
    z-index: 1050;
    /* display: none; */
}
.whole-page-overlay .center-loader{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
}

.no-spinner {
    display: none;
}
input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        input[type=number] {
            -moz-appearance: textfield;
        }

/* .login-box{
    width: 100% !important;
} */

.menu-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .login-box{
        width: 100% !important;
    }
}