.lbl {
    font-weight: 500;
    margin-bottom: 0rem;
    /* color: rgb(56, 40, 133); */
    color: #295186;
    font-size: 11px;
    color: #014fa7;
}

.lbl-fs {
    font-size: 11px;
}

.input-min {
    height: 32px;
    display: block;
    width: 100%;
    padding: 0.3rem 0.6rem;
    font-size: .8125rem;
/*    font-size: 11px;*/
    font-weight: 400;
    line-height: 1.5;
    color: var(--vz-body-color);
    background-color: var(--vz-input-bg);
    background-clip: padding-box;
    border: 1px solid var(--vz-input-border);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.input-min:focus {
    /* background-color: #FFFB95; */
    border-color: #233e6f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(111, 158, 239, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(111, 158, 239, 0.6)
}

.input-min:hover {
    /* background-color: #FFFB95; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(111, 158, 239, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(111, 158, 239, 0.6)
}

.input-min-fs {
    font-size: 12px;
}

input:is([type="date"], [type="time"], [type="datetime-local"], [type="month"], [type="week"], [type="file"]) {
    align-items: center;
    display: inherit;
    overflow-x: hidden;
    overflow-y: hidden;
    outline-style: none;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "ss03";
    height: 32px;
}

.input-min[disabled] {
    background-color: #e9ecef;
    opacity: 0.8;
    cursor: not-allowed
}


/*modificando select2*/
.select2-container--default .select2-search--dropdown {
    padding: 5px !important;
    background-color: var(--vz-choices-bg);
    cursor: pointer !important;
}

.select2-container .select2-selection--single {
    border: 1px solid var(--vz-input-border);
    height: 32px !important;
    background-color: var(--vz-input-bg);
    outline: 0;
    border: 1px solid #ced4d9 !important;
    box-sizing: border-box;
    cursor: pointer !important;
    display: block;
    user-select: none;
    -webkit-user-select: none;
/*    font-size: 11px !important;*/
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #ced4d9 !important;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    font-size: 11px !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f1fAff !important;
    color: #009EF7;
/*    transition: color 0.2s ease, background-color 0.2s ease;*/
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
    padding-left: 12px;
    color: var(--vz-body-color);
}

.select2-container .select2-selection--single .select2-selection__arrow {
/*    height: 30px !important;*/
    width: 34px;
    right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -6px !important;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f3f6f9 !important;
    color: #111122;
    cursor: default;
}


/* .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 4px;
} */

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #405189 !important;
    color: white;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #405189;
    color: #fff;
}

.select2-container--default .select2-container--disabled .select2-selection--single {
    background-color: #f6f8fa !important;
    cursor: not-allowed;
    opacity: 0.8;
    cursor: not-allowed
}

.select2-container--focus .select2-selection {
    border: 1px solid #233e6f;
    /* border-color: #233e6f; */
    /* Cambia el color de borde al azul de Bootstrap */
    outline: 0;
    /* Evita que aparezca el borde predeterminado */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(111, 158, 239, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(111, 158, 239, 0.6)
    /* Agrega una sombra */
}

.select2-container:hover {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(111, 158, 239, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(111, 158, 239, 0.6);
}

.select2-container[disabled] {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(111, 158, 239, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(111, 158, 239, 0.6);
}

/****** Asignando clear al select2*/
.select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 400 !important;
    height: 30px;
    margin-right: 18px;
    padding-right: 0px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 3px !important;
    overflow: hidden;
/*    text-overflow: ellipsis;*/
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-weight: inherit;
    cursor: pointer;
    font-size: 18px !important;
    color: #888888;
    /*float: right;    
    height: 30px;
    margin-right: 18px;
    padding-right: 0px;*/
    
}
/* Estilo para el estado :hover del Select2 */


/*  */

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 4px 3px;
    background-color: var(--vz-input-bg);
    border: 1px solid var(--vz-input-border);
    font-size: .8125rem;
    border-radius: 0.25rem;
    color: var(--vz-body-color);
    margin-bottom: 10px;
}

.choices {
    position: relative;
    margin-bottom: 0.5px;
    font-size: inherit;
}

.choices:focus {
    /* background-color: #FFFB95; */
    border-color: #4386f8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(69, 132, 239, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(69, 132, 239, .6)
}

.choices[disabled] {
    background-color: #e9ecef;
    opacity: 0.8;
    cursor: not-allowed
}


/*modificando form-select*/

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0.25px;
}

.choices__inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background-color: var(--vz-input-bg);
    padding: 1.5px 3.5px 1px 1.5px;
    border: 1px solid var(--vz-input-border);
    border-radius: 0.25rem !important;
    font-size: .8125rem;
    min-height: 30px;
    overflow: hidden;
}


/*modificando input-group*/

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5px 9px;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--vz-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--vz-input-group-addon-bg);
    border: 1px solid var(--vz-input-border);
    border-radius: 0.25rem;
}


/* modificar texto de alert de confirmacion */

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2em auto .6em;
    border: 0.25em solid transparent;
    border-radius: 50%;
    /* border-color: #000; */
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; */
    user-select: none;
}

.swal2-container .swal2-title {
    padding: 12px 12px 0;
    font-size: 18px;
    font-weight: 500;
}

.swal2-popup .swal2-html-container {
    color: var(--vz-body-color);
    font-size: 15px;
}

.swal2-actions {
    /* display: flex; */
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 1em auto 0;
    padding: 0;
    font-size: 15px;
}


/* css fieldset, legend */

.reset {
    all: revert;
}

fieldset {
    /* border: solid 1px gray; */
    padding-top: 0px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-width: 1px;
    border-style: double;
    border-color: #626976;
    /* color: #3e5569; */
}

legend {
    font-size: 12px;
/*    line-height: 30px;*/
    font-weight: 500;
    text-transform: uppercase; 
    margin-bottom:0px;
    float: none;
    width: inherit;
    color: #626976;
    /* color: #12324e; */
}


/* Loader */

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.loader::after,
.loader::before {
    animation: loader 2s linear infinite;
    content: '';
    border: 5px solid #0c3263;
    width: 90px;
    height: 90px;
    position: absolute;
    border-radius: 50%;
}

.loader::after {
    opacity: 0;
    animation-delay: 1s;
}

#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /*background: rgba(0,0,0,0.75) url(<?php echo base_url(); ?>assets/media/asistencia/loading.gif) no-repeat center center;*/
    background: rgb(255 255 255 / 59%) center center;
    z-index: 10000;
}

#loaders {
    width: 120px;
    height: 120px;
    border: 20px solid rgb(2 49 95 / 87%);
    border-radius: 50%;
    border-left-color: rgb(241, 194, 52);
    animation: cargar 2s infinite;
}

@keyframes cargar {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.contenedor_loader {
    background-color: #f3f3f396;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    transition: all 1.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contenedor-loader {
    height: 100vh;
    /* suponiendo que quieres centrar respecto a todo el alto de la pantalla */
    width: 100%;
    display: flex;
    /* propiedad flexbox */
    justify-content: center;
    /* centra el contenido horizontalmmente */
    align-items: center;
    /* centra el contenido verticalmente */
}


/* loader moderno loader 2*/

.form-loader {
    position: relative;
}

.loader-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.7);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loader2 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation: spin 1.2s linear infinite;
}

.loader2::before,
.loader2::after {
    content: '';
    position: absolute;
    border-radius: inherit;
}

.loader2::before {
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(0deg, #f0c 0%, #80f 100%); */
    background-image: linear-gradient(0deg, #00acff 0%, #80f 100%)
}

.loader2::after {
    width: 85%;
    height: 85%;
    background-color: #f7f3f3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-loader2{
    padding-top: 85px;
    position: absolute;
    color: #2968c6d1;
    font-weight: 600;
}

/* modificando boton de dataTable */

.btn-group-sm>.btn,
.btn-xs {
    --vz-btn-padding-y: 0.1rem !important;
    --vz-btn-padding-x: 0.5rem;
    --vz-btn-font-size: 11px;
    --vz-btn-border-radius: 0.2rem;
}

table {
    font-size: 11px;
  
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center;
    padding: 5px;
    font-weight: 500;
    --vz-table-accent-bg: var(--vz-card-bg-custom);
}

.pagination {
    --vz-pagination-font-size: 11px !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    font-size: 11px;
/*    padding-bottom: 60px !important;*/
}


.ocultar{
    display: none;
}

/*table tbody tr:hover{
    background-color: #ffff07a8 !important;
}*/

tr{
    cursor: pointer;
}

/*  LOGIN */
.t-16{
    font-size: 16px !important;
}

.t-11{
    font-size: 11px !important;
}

/* END */


/*Modificando cursor de seleccion de una fila */
.tableMouseover {
    background-color: #e7e9ed;
    border-color: #d8dadd;
/*    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
/*    cursor:pointer;*/
}

.loadingform {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1050;
    }
/*table .dropdown-menu {
    position: fixed !important;
    top: 50% !important;
    left: 92% !important;
    transform: translate(-92%, -50%) !important;
}*/
/*table .dropdown {
    position: static !important;

}
table .dropdown-menu {
    position: fixed !important;

}*/

/*@media (min-width: 768px) {
    .table-responsive {
        overflow-x: visible !important;
    }
}
div.dataTables_scroll { 
    overflow-y: visible !important;
    overflow-x: visible !important;
}
div.dataTables_scrollHead{
    position: static !important;
}*/

/*table .dropdown-menu {
    position: fixed !important;
    top: 50% !important;
    left: 92% !important;
    transform: translate(-92%, -50%) !important;
}*/
/*div.dataTables {
  display: block;
  overflow: visible !important;
}

div.table-responsive {
  overflow: visible !important;
  position: relative;
}*/

/*div.table-responsive .dropdown-menu {
  position: absolute !important;
  overflow: visible !important;
  top: 50% !important;
  left: 92% !important;
  transform: translate(-92%, -0%) !important;
}*/

/*table.dataTable td {
    max-width: 120px;
    white-space: nowrap;
    word-wrap: break-word; 
    overflow: hidden; 
    text-overflow: ellipsis;

}*/
/*

table#example.dataTable tbody tr:hover {
    background-color: #e7e9ed;
    border-color: #d8dadd;
}

table#example.dataTable tbody tr:hover > .sorting_1 {
  background-color: #e7e9ed;
}

*/

/*table.dataTable td{
  overflow-y: visible !important;
  overflow-x: visible !important;
}

table.dataTable {
  overflow-x: visible !important;
  overflow-y: visible !important;
}*/

 .input-min-step {
    height: 32px;
    font-weight: 400;
    line-height: 1.5;
   
}
@media print {
      .no-print {
        display: none !important;
      }
    }

