/*************** NAVEGADOR ******************/
.menu-content {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin: 0px 16px !important;
}
.nav-item {
    margin-bottom: 5px;
}
.header-navbar {
    z-index: 1001;
}
.page-item.active .page-link {
    background-color: #0e035c;
}
.page-link {
    height: 32px;
    padding: 0;
}
.page-link i {
    font-size: 18px;
}
.inicio {
    margin-right: 3px;
    border-radius: 5rem;
}
.final {
    margin-left: 3px;
    border-radius: 5rem;
}
/*.inicio a:hover, .final a:hover {
    background-color: #0e035c;
    color: #fff !important;
}*/
.inicio .page-link {
    padding-left: 3px;
    width: 35px;
}
.final .page-link {
    padding-right: 3px;
    width: 35px;
}
.pagination .disabled {
    opacity: 0.5;
}
.float-left {
    float: left;
    margin-right: 3px;
}
.float-right {
    float: right;
}
.input-group-sm i {
    vertical-align: text-bottom;
}
.form-control[readonly] {
    background-color: #ffffff !important;
    cursor: no-drop;
}
.oculto {
    display: none;
}
.h-title {
    background-color: #eeeeee;
    padding: 5px 10px;
}
.text-justify {
    text-align: justify !important;
}
.texto {
    line-height: 14px;
}
.alert {
    border: 1px solid #dddddd;
    border-radius: 10px;
    box-shadow: 3px 4px 4px #d4d4d4;
}
.alert-success {
    color: #16894a!important;
}
.divider {
    margin: 6px 0px;
}
.bold {
    font-weight: bold;
}

/*************** CARD ***************/
.card, .navbar, .main-menu {
    border: 1px solid #e1e1e1 !important;
}
.dropzone {
    min-height: 200px;
    border: 2px dashed #7367F0;
    background: #F8F8F8;
    position: relative;
}
.dropzone .dz-message:before {
    top: 9rem;
    width: 40px;
    height: 40px;
}
.dz-preview {
    background-color: #00000021 !important;
    border-radius: 5px;
}

/*************** DROPDOWN ***************/
.dropdown-menu {
    box-shadow: 2px 3px 5px #b2b2b2 !important;
    border: 1px solid #dadada !important;
}
.dropdown-toggle::after {
    left: 5px;
}
.dropdown-item-sm {
    padding: 0.35rem 1.28rem !important;
}
.dropdown-primary, .dropdown-primary:focus {
    color: #000066;
}
.dropdown-primary:hover, .dropdown-primary:active {
    background-color: #000066 !important;
    color: #fff;
}
.dropdown-secondary, .dropdown-secondary:focus {
    color: #82868B;
}
.dropdown-secondary:hover, .dropdown-secondary:active {
    background-color: #82868B !important;
    color: #fff;
}
.dropdown-success, .dropdown-success:focus {
    color: #28C76F;
}
.dropdown-success:hover, .dropdown-success:active {
    background-color: #28C76F !important;
    color: #fff;
}
.dropdown-info, .dropdown-info:focus {
    color: #00CFE8;
}
.dropdown-info:hover, .dropdown-info:active {
    background-color: #00CFE8 !important;
    color: #fff;
}
.dropdown-warning, .dropdown-warning:focus {
    color: #FF9F43;
}
.dropdown-warning:hover, .dropdown-warning:active {
    background-color: #FF9F43 !important;
    color: #fff;
}
.dropdown-danger, .dropdown-danger:focus {
    color: #EA5455;
}
.dropdown-danger:hover, .dropdown-danger:active {
    background-color: #EA5455 !important;
    color: #fff;
}
.dropdown-select2 {
    position: relative;
}
.dropdown-select2 > .dropdown-menu{
    margin-top: -2px !important;
}
.dropdown-select2 > .dropdown-menu > a{
    font-size: 13px;
}
.dropdown-select2 > .dropdown-menu > hr {
    margin: 7px 0;
}
.dropdown-item-select {
    padding: 0.2rem 0.8rem !important;
    white-space: break-spaces;
}
.input-search {
    padding: 1px 8px;
}
.input-search > input {
    padding-right: 24px;
}
.input-search span {
    position: absolute;
    right: 14px;
    top: 8px;
    padding-top: 6px;
    color: #ababab;
}
.lista-li-select2 {
    font-size: 14px;
    height: 320px;
}

/*************** TABLE ***************/
.table {
    color: #222;
    border: 1px solid #e2e5e8;
}
.table th {
    vertical-align: middle !important;
}
.table tr:last-child td {
    border-bottom: 1px solid #ebe9f1 !important;
}
.table-md tr td, .table-md tr th {
    padding: 6px 10px;
    font-size: 11px !important;
}
.table-sm tr td, .table-sm tr th {
    padding: 2px 5px;
    font-size: 10px !important;
}
.table-xs tr td, .table-xs tr th {
    padding: 6px 10px;
    font-size: 10px !important;
}
.table-hover-2 > tbody > tr:hover {
    background-color: #fff9d7 !important;
}
.fs-sm {
    font-size: 10px !important;
}
.tabla {
    display: table;
    font-size: 9px;
    width: 100%;
}
.fila {
    display: table-row;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
.celda {
    display: table-cell;
    border-top: 1px solid #e2e5e8;
    border-bottom: 1px solid #e2e5e8;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}
.linea {
    margin-bottom: 5px;
    padding-bottom: 4px;
    /*border-bottom: 1px solid #969696;*/
}

/*************** MODALS ***************/
.modal-header {
    cursor: move;
}
.modal-footer {
    border-top: 1px solid #dee2e6 !important;
    justify-content: center;
}
.btn-close {
    background-color: #ebebeb !important;
}
@media (min-width: 1200px) {
    .modal-lg {
        margin-left: 15%;
        margin-right: 15%;
    }
    .modal-lg {
        max-width: 70%;
    }
}

/*************** INPUTS ***************/
.input-error {
    width: 100%;
    font-size: 0.857rem;
    color: #ea5455;
    /*text-align: left;
    line-height: 12px;*/
}
.border-error {
    border-color: #dc3545;
}
.obligatorio {
    color: red;
}
.form-select-sm {
    min-height: 2.142rem !important;
    padding: 0.188rem 0.857rem !important;
    font-size: .857rem !important;
}
.form-control, .form-control:focus, .form-select, .form-select:focus {
    color: #000000;
}

/*************** FONT-SIZE ***********/
.fs-20 {
    font-size: 20px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-9 {
    font-size: 9px !important;
}
.lh-11 {
    line-height: 11px;
}
.lh-13 {
    line-height: 13px;
}
.lh-9 {
    line-height: 9px;
}
.color-1 {
    color: #6E6B7B;
}

/*************** BUTTON ***********/
.btn-option {
    padding: 6px 10px 6px 10px;
    border-radius: 50%;
    border: 0;
    background-color: #d3d3d31f;
}
.btn-option:hover, .btn-option:focus, .btn-option:active {
    background-color: #e7e7e7;
    color: #0e035c !important;
    opacity: 1 !important;
}
.btn-img:hover, .btn-option:focus {
    opacity: 0.5;
}
.btn-xs {
    padding: 4px 10px;
    font-size: 11px;
}
.btn-xs i {
    font-size: 13px;
}
.btn-xxs {
    padding: 2px 8px 4px 8px;
    font-size: 9px;
}.btn-xxs i {
    font-size: 11px;
}
.btn-archivo {
    border: 3px solid #ced4da;
    border-radius: 15px;
    padding: 10px 20px;
    text-align: center;
}
.btn-archivo:hover {
    background-color: #e6e6e6;
}
.btn-archivo i {
    font-size: 65px;
}
.circle {
    border-radius: 50%;
}
.modal .form-control, .modal .form-select, .modal .input-group-text {
    padding: 0.4rem 1rem !important;
}
.modal .input-group .btn {
    padding: 0.4rem 1rem !important;
}

/*************** OVERFLOW ***********/
.badge i {
    height: 11px;
    width: 10px;
    font-size: 10px;
    vertical-align: initial;
}

/*************** OVERFLOW ***********/
.overflow {
    overflow-y: scroll;
}
.overflow::-webkit-scrollbar {
    -webkit-appearance: none;
}
.overflow::-webkit-scrollbar:vertical {
    width:13px;
}
.overflow::-webkit-scrollbar-button:increment,.overflow::-webkit-scrollbar-button {
    display: none;
}
.overflow::-webkit-scrollbar-thumb {
    background-color: #cacad0;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}
.overflow::-webkit-scrollbar-track {
    border-radius: 10px;
}
.overflow::-webkit-scrollbar-thumb:hover {
    background-color: #b8b8b9;
}
