#menu-user-options .slimScrollDiv, #menu-user-options .slimScrollDiv .menu {
    height: inherit !important;
}

.btn-sm-circle {
    margin-bottom: -5px;
    margin-right: 5px;
}

    .btn-sm-circle i {
        font-size: 18px;
        left: 6px;
        position: absolute;
    }

.table-va-middle tbody tr td {
    vertical-align: top;
}

.field-validation-error label {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #f44336;
}

.form-float .form-line label.active {
    top: -10px;
    left: 0;
    font-size: 12px;
}

/* select2: quitar borde redondeado a busqueda en controles */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: 0px !important;
}

/* select2: quitar borde redondeado a controles */
.select2-container--bootstrap .select2-selection, .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    border-radius: 0px !important;
}

/* select2: ajustar alto igual a controles de bootstrap */
.select2-container--bootstrap .select2-selection--single {
    height: inherit !important;
}

    /* select2: ajustar text del item seleccionado */
    .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
        padding-top: 3px !important;
        font-size: 12px !important;
    }

.full-width {
    width: 100% !important;
}

.btn-table {
    margin-bottom: -10px;
    margin-top: -4px;
}

.close.btn-link {
    padding-right: 4px;
    padding-left: 4px;
}

.modal-header {
    padding-top: 20px;
    padding-bottom: 15px;
}

.input-group .form-line .form-label {
    z-index: 3;
}

.form-group .input-group {
    margin-bottom: 0px;
}

.form-select-label {
    font-size: 12px;
    font-weight: normal;
    color: #aaa;
}

.btn-table:hover, .btn-table:focus {
    color: white !important;
}

@media(min-width:768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.not-active {
   pointer-events: none;
   cursor: default;
   background-color: #9e9e9e !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.font-no-bold {
    font-weight: normal !important;
}