.nav-sidebar>.nav-item .nav-icon.fa, .nav-sidebar>.nav-item .nav-icon.fab, .nav-sidebar>.nav-item .nav-icon.fad, .nav-sidebar>.nav-item .nav-icon.fal, .nav-sidebar>.nav-item .nav-icon.far, .nav-sidebar>.nav-item .nav-icon.fas, .nav-sidebar>.nav-item .nav-icon.ion, .nav-sidebar>.nav-item .nav-icon.svg-inline--fa {
    font-size: 1.2rem;
    /*vertical-align: bottom;*/
}
.nav-sidebar>.nav-item p {
    padding-left: 3px;
}
.input-error { 
    font-size: 12px;
    color: #dc3545;
    text-align: left;
    line-height: 12px;
}
.border-error {
    border-color: #dc3545;
}
.obligatorio {
    color: red;
}
.btn-xs {
    padding: 0.15rem 0.45rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.table-hover tbody tr:hover {
    background-color: #fffde7 !important;
}
.table td {
    vertical-align: middle;
}
.table-sm th, .table-sm td {
    font-size: 14px;
    vertical-align: middle !important;
}
.table-md th {
    font-size: 16px;
    vertical-align: middle !important;
    padding: 10px !important;
} 
.table-md td {
    font-size: 15px;
    vertical-align: middle !important;
    padding: 5px 10px !important;
}
.close {
    opacity: 1 !important;
}
.close i {
    color: #dc3545;
}
label, .label {
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 600 !important;
    color: #858585;
    font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.badge {
    padding: 4px;
    font-size: 13px;
}
.form-group {
    margin-bottom: 16px;
}
.form-control:disabled {
    background: #fff;
    opacity: 0.4;
    cursor: no-drop;
}
.form-control[readonly] {
    background: #fff;
    cursor: no-drop;
}
.custom-select.form-control-border, .form-control.form-control-border {
    padding: 0;
    height: 25px;
    color: #000 !important;
}
textarea.form-control.form-control-border {
    height: auto;
}
.custom-select.form-control-border-lg, .form-control.form-control-border-lg {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: inherit;
    padding: 0;
    color: #000 !important;
}
.oculto {
    display: none;
}
.accordion-head {
    margin-bottom: 15px;
}
.accordion-header > a{
    color: #5a5a5a;
    font-weight: 500;
    margin-bottom: 15px;
}
.accordion-body {
    background-color: #fbfbfb;
    padding: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
}
#accordion .accordion-head .accordion-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.perfil {
    border: 2px solid #e1e1e1;
    border-radius: 6px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-bottom: 2px solid #c9c9c9;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.form-label-sm {
    font-weight: bold;
}
.show-password {
    position: absolute;
    right: 0;
    padding-right: 14px;
    padding-top: 7px;
    cursor: pointer;
    color: #6a6767;
}
.form-control-border:focus {
    border-bottom: 2px solid #007bff;
}
.select2-container {
    width: 100% !important;
}
.select2-results {
    display: block;
    width: 150%;
    background: #fff;
    font-size: 12px;
    position: absolute;
    border: 1px solid #aaa;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
    width: 150%;
    background-color: #fff;
    border: 1px solid #aaa;
}
.badge-alert {
    position: absolute;
    margin-top: -16px;
    background-color: red;
    border: 0;
    border-radius: 10px;
    padding: 0px 8px;
    font-size: 15px;
}
/*************************  MODAL *************************/
.modal {
    overflow: auto !important;
}
.modal-head {
    text-align: center;
    margin-bottom: 0 !important;
    /*padding-top: 2.3rem!important;*/
    cursor: move;
}
.modal-title {
    background-color: #e9e9e9;
    margin: 18px;
    margin-bottom: 10px;
    border-radius: 12px;
    height: 50px;
}
.modal-title button {
    position: absolute;
    border-radius: 10px;
    border: 0;
    right: 21px;
    padding: 13px;
    font-size: 17px;
    background-color: #ffffff00;
}
.modal-title h3 {
    margin: 0;
    padding: 8px 18px;
}
.modal-body {
    padding: 2rem 2rem;
    padding-top: 0px;
}
.modal-content {
    border-radius: 25px;
}
.modal-md {
    max-width: 561px;
}
.modal-md .modal-body {
    padding: 1rem 2.1rem !important;
}
.modal-dialog .select2-container .select2-selection--single {
    height: 31px !important;
}
.modal-dialog .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
}
.modal-dialog .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px !important;
}
/*************************  MODAL *************************/

.fila-submenu {
    border-bottom: 1px dashed #adb5bd;
    margin-bottom: 8px;
}
.fila-submenu label {
    font-size: 15px;
}
.submenu-opciones {
    line-height: 15px;
    font-size: 14px;
}
.obligatorio {
    color: red;
}

/*.dropdown-menu {
    max-width: 100%;
}*/
.dropdown-menu .auth:active {
    background-color: #6c757d !important;
    color: #fff !important;
}
.dropdown-menu .text-warning:active {
    background-color: #ffc107 !important;
    color: #fff !important;
}
.dropdown-menu .text-danger:active {
    background-color: #dc3545 !important;
    color: #fff !important;
}
.dropdown-menu .text-success:active {
    background-color: #28a745 !important;
    color: #fff !important;
}
.dropdown-menu .text-info:active {
    background-color: #17a2b8 !important;
    color: #fff !important;
}
.active-N {
    color: #ff0000;
    text-decoration: line-through;
}

/**********************  CHECK-CONTROL  **************************/
.custom-control-label::after {
    top: 3px;
    left: -25px;
    width: 17px;
    height: 17px;
}
.custom-option.checked {
    border-bottom: 1px solid #007bff;
}
.custom-option.checked i, .custom-option.checked label {
    color: #007bff;
}
.custom-option i, .custom-option label {
    color: #c1c1c1;
}
.custom-option {
    padding-left: 0;
    border: 1px solid #c1c1c1;
    /*border-radius: 0.3rem;*/
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.custom-option-basic .custom-option-content {
    padding: 6px 13px;
}
.custom-option .custom-option-content {
    cursor: pointer;
    width: 100%;
}
.custom-option-basic .custom-option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.25rem;
}
/**********************  CHECK-CONTROL  **************************/

/**********************  SELECT-DROPDOWN  **************************/
.lista-li-select2 {
    font-size: 14px;
    height: 320px;
}
.input-search {
    padding: 8px;
}
.input-search span {
    position: absolute;
    right: 17px;
    padding-top: 0px;
    color: #ababab;
}
.btn-dropdown {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.btn-dropdown span {
    position: absolute;
    right: 6px;
    background-color: #fff;
    padding: 0 3px;
    height: 20px;
}
.dropdown-item {
    cursor: context-menu;
}
/**********************  SELECT-DROPDOWN  **************************/

.elevation-0 {
    box-shadow: 0 0.125rem 0.375rem 0 rgb(161 172 184 / 12%) !important;
}
.brand-link {
    border-bottom: 0px solid #dee2e6 !important;
}
.nav-link .fa-circle {
    font-size: 8px !important;
    vertical-align: middle !important;
}
.nav-sidebar>.nav-item>.nav-treeview {
    background-color: #464646 !important;
    margin-bottom: 20px;
}
.dropdown-item:active span {
    color: #fff !important;
}
.disabled {
    cursor: no-drop;
    opacity: 0.4;
}
.logout {
    color: #dc3545;
}
.dropdown-item {
    white-space: unset !important;
}
.dropdown-sm .dropdown-item {
    font-size: 15px;
    padding: 4px 1rem;
    line-height: 14px;
}
.activo {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.grecaptcha-badge {
    bottom: 58px !important;
}    
.main-footer {
    background-color: #f5f5f9;
    border-top: 0 solid #c1c1c1;
    color: #869099;
    padding: 1rem 1.7rem;
}
.navbar-dark {
    border-color: #f4f6f9;
}
.modal .btn-close {
    position: absolute;
    right: 13px;
    top: 17px;
    transform: translate(24px, -27px);
    background-color: #f90000;
    border-radius: 0.5rem;
    opacity: 0.7;
    padding: 6px 12px;
    box-shadow: 0 .125rem .25remrgba(161,172,184,.4);
    transition: all .23s ease .1s;
    border: 0;
    color: #fff;
}
.btn-close:hover{
    transform:translate(20px, -21px) !important;
    opacity: 1 !important;
}
.perfil-name {
    color: #000;
    opacity: 1;
    font-size: 18px;
    overflow: hidden;
    width: 250px;
    text-align: center;
    text-decoration: underline;
}
.sidebar-search-results .text-light {
    color: #000 !important;
}
.custom-control-label::before {
    top: 0.2rem;
    left: -1.59rem;
    width: 1.1rem;
    height: 1.1rem;
    background-color: #ffffff;
    border: #adb5bd solid 1px;
    box-shadow: 0 2px 4px 0 rgb(60 60 60 / 40%);
}
.nav-header {
    color: #a1acb8 !important;
    font-size: .8rem !important;
}
.separador {
    content: "";
    position: absolute;
    left: -8px;
    margin-top: 10px;
    width: 0.7rem;
    height: 1px;
    transition: all .3s ease-in-out;
    background-color: #cbcbcb !important;
}
.btn-rounded {
    border-radius: 50%;
}
.btn-rounded i {
    font-size: 15px;
}
.bold {
    font-weight: bold;
}
.rotate-90 {
    -webkit-transform: rotate(90deg);
}
.table-error td {
    color: red;
}
.fz-12 {
    font-size: 12px !important;
}
.fz-20 {
    font-size: 20px !important;
}
.vmiddle {
    vertical-align: middle !important;
}

.overflow {
    overflow-y: auto;
}
/*************************** SCROLL BAR  **************************/
.overflow::-webkit-scrollbar {
    width: 8px;
}
.overflow .row {
    width: calc(100% - 2px);
}  
/* Estilos barra (thumb) de scroll */
.overflow::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
.overflow::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
.overflow::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
/* Estilos track de scroll */
.overflow::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.overflow::-webkit-scrollbar-track:hover, 
.overflow::-webkit-scrollbar-track:active {
    background: #ececec;
}

.table-overflow tbody {
    width: 100%;
    display:block;
    overflow: auto;
    height: 100px;
}
.table-overflow thead tr {
    display: block;
 }
/*************************** SCROLL BAR  **************************/