
#aside-pag a:hover{
    color: burlywood!important;
}
thead tr th:hover{
    color: burlywood!important;
}
thead {
    background-color:  #273572;
    color: rgb(241, 241, 241);
}
.bg-gamma {
    background-color:  #273572;
    color: rgb(241, 241, 241);
}
.btn-editar{
    background-color: #ff8100;
    color: white;
}
.btn-editar:hover{
    background-color: #cc731a;
    color: white;
}
.btn-crear{
    background-color: #328b51;
    color: white;
}
.btn-crear:hover{
    background-color: #246b3d;
    color: white;
}
.btn-eliminar{
    background-color: #b81717;
    color: white;
}
.btn-eliminar:hover{
    background-color: #961010;
    color: white;
}
.btn-generico{
    background-color: #1a10a7;
    color: white;
}
.btn-generico:hover{
    background-color: #120a85;
    color: white;
}
.btn-generico-2{
    background-color: #b123b7;
    color: white;
}
.btn-generico-2:hover{
    background-color: #8c1b90;
    color: white;
}
.contenedor-spiner{
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.spiner-center{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
}
.horas-control-reporte{
    background-color:  #273572;
    color: rgb(241, 241, 241);
}

.titulosGrilla{
    width:14vw;
    font-weight:bold;
}
.yaReportGrilla{
    color:yellowgreen;
}
.yaReportGrilla:hover{
    background-color:yellowgreen !important;
    color: white !important;
}
.yaReportAhoraGrilla{
    color:yellowgreen;
    font-weight: bold;
}
.yaReportAhoraGrilla:hover{
    background-color:yellowgreen !important;
    color: white !important;
}
.faltaReportGrilla{
    color:red;
}
.faltaReportGrilla:hover{
    background-color:red !important;
    color: white !important;
}
.aControlarAhoraGrilla{
    color:skyblue;
    font-weight: bold;
}
.aControlarAhoraGrilla:hover{
    background-color:skyblue !important;
    color: white !important;
}
.aControlarGrilla:hover{
    background-color: lightgray!important;
    color: white!important;
}
.faltaReportAhoraGrilla{
    color:red;
    font-weight: bold;
}
.faltaReportAhoraGrilla:hover{
    background-color:red !important;
    color: white !important;
}
/* table tbody tr:hover{
    background-color: rgb(214, 214, 214) !important;
} */
table{
    font-size: 12px;
}
.color-dia{
    color: blue;
}
.tr-selected{
    background-color: rgb(117, 117, 117)!important;
    color: #e6e6e6!important;
}
.tr-selected:hover{
    background-color: rgb(117, 117, 117)!important;
    color: #e6e6e6!important;
}
.selectReg{
    background-color: #6d6d6d !important;
    color: #FFFFFF !important;
}
.selectReg:hover{
    background-color: #6d6d6d !important;
    color: #FFFFFF !important;
}
.editando-h1{
    color:red !important;
}
/* TABLAS */
.tr-baja{
    background-color: #faf0f0;
    text-decoration: line-through;
    opacity: 50%;
}
tr:hover{
    cursor: pointer;
}
.tr-baja:hover{
    background-color: #faf0f0;
    text-decoration: none;
    opacity: 90%;
}
.tr-danger{
    background-color: #db7575cb;
}
.tr-success{
    background-color: #36c7319f;
}
.tr-warning{
    background-color: #ffd900b4;
}
.tr-disabled{
    background-color: #c2c2c2b9;
    opacity: 80%;
}
.tr-primary{
    background-color: #57caffad;
}
.thead-default{
    background-color: forestgreen;
    color: beige;
}
#volver:hover{
    cursor: pointer;
    color: orange !important;
}
div::-webkit-scrollbar {
width: 0.7rem;
}

div::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div::-webkit-scrollbar-thumb {
background-color: rgb(204, 210, 228);
outline: 1px solid rgba(150, 202, 255, 0);
}
.texto-derecha{
    text-align: end;
}

.button-brillo {
    box-shadow: 0 0 2px 0 rgba(255,255,255,0.7);
    animation: brillo 2s ease-in-out infinite;
  }
  
  @keyframes brillo {
    0% {
      box-shadow: 0 0 2px 0 rgba(255,255,255,0.7);
    }
    50% {
      box-shadow: 0 0 5px 2px rgba(255,255,255,0.7);
    }
    100% {
      box-shadow: 0 0 2px 0 rgba(255,255,255,0.7);
    }
  }
  .contenedor-tabla-completa{
    overflow: auto;
    max-width: 60vw;
    max-height: 40vh;
  }
  .borde-sm{
    border: solid 1px #e1e1e1;
    padding: 5px;
  }
