/* Minification failed. Returning unminified contents.
(96,30): run-time error CSS1046: Expect comma, found '71'
(96,36): run-time error CSS1046: Expect comma, found ')'
 */
/*.v-label {
    color: #0099ff !important;
    font-size:14px !important;
}
.v-input {
    font-size: 14px !important;
}
.v-data-table th {
    background-color: #0d47a1;
    color: white !important;*/
    /*  padding-right: 0px !important;
    padding-left: 0px !important;*/
/*}
.tablaScheduleContainer th {
    background-color: #0d47a1;
}

.v-data-table td {*/
    /* padding-right:0px !important;
    padding-left:0px !important;*/
    /*height: 26px !important;*/
    /* font-size: 80% !important; */
    /*font-size: 12px !important;
    color: #000 !important;
    font-family: Arial, Sans-serif !important;
    padding: 0 !important;*/
    /*border: 1px solid #cecece;*/
/*}

.v-data-table-header .v-icon {
    color: white !important;
}

.v-tabs__div a:hover {
    text-decoration: none !important;
}

#botonesTransparentes .v-btn__content {
    color: #0099ff !important;
}

.v-messages {
    min-height: 0px !important;
    min-width: 0px !important;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 600px) {*/
    /*.Stadistics {
        display: none !important;
    }*/
/*}*/


.v-data-table th {
    background-color: #0d47a1;
    color: white !important;
    /*  padding-right: 0px !important;
    padding-left: 0px !important;*/
}



/* Estilos personalizados para reducir el tamaño del text-field */
/*.small-text-field {
    max-width: 200px;*/ /* Ajusta el ancho máximo */
/*}*/

.small-text-field .v-input__control {
        height: 24px; /* Reduce la altura del campo */
    }

.small-text-field .v-input__slot {
        font-size:13px;
        min-height: 24px !important; /* Reduce la altura del slot */
    }

.small-text-field .v-label {
        font-size: 15px; /* Reduce el tamaño de la etiqueta */
    }

.small-text-field .v-text-field__slot input {
        font-size: 13px; /* Reduce el tamaño del texto ingresado */
    }

.v-application p {
    margin-bottom:0px !important;
}

.labelEnLinea {
    padding: 5px;
    background-color: rgb(13 71 161);
    color:white;
    height:24px;
    border-bottom:1px solid white;
}

.input-error {
    border: 1px solid red !important;
    background-color: #ffe6e6;
}

.labelCheckBox {
    font-size: 13px;
}
