#datatable > tbody > tr > td > span { font-size:90% }
.help-block { margin:2px; }
#yadcf-filter--table-4 { width:100px; }

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

.has-feedback label~.form-control-feedback {
    top: 22px;
    right: 15px;
}
.site_title, .nav_title { height:80px !important; }

.col-md-3.left_col {
    position:fixed !important;
}

.boxdebug {
    background-color: #eee !important;
    border: 1px solid !important;
}

.boxmenu {

    text-shadow: rgb(0 0 0 / 25%) 0 -1px 0;
    background: linear-gradient(#334556,#2C4257),#2A3F54;
    box-shadow: rgb(0 0 0 / 25%) 0 1px 0, inset rgb(255 255 255 / 16%) 0 1px 0;
}

.nav>li>a {
    padding: 8px 15px 8px !important;
}

.nav.child_menu>li>a, .nav.side-menu>li>a {
    font-size: 12px !important;
}

.modal-line{
    border-bottom:1px solid #ccc; 
    margin-top:30px; 
    margin-bottom:25px;
}

.modal-xl{
    width: 60vw;
}

.modal-overflow{
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}
@media screen and (min-width : 426px) {
    .margin-xl{
        margin-top: 38px;
    }
}
