

/* Alertas */


.alert-danger {
    margin-bottom: 20px !important;
}

.alert-success {
    margin-bottom: 20px !important;
}


/* Bootstrap */


.col-xs-6 {
    width: 50%;
}


/* Botones */


a.btn {
    color: #fff;
}

.btn:hover {
    /*color: #fff !important;*/
}

a.btn-default {
    color: #282f53;
}

.btn-default, .btn-primary, .btn-success {
    margin-right: 15px;
}


/* Colores */


a:hover,.app-sidebar__toggle,.side-menu__item:hover, .side-menu__item:focus,.side-menu .side-menu__icon,.side-menu__item.active .side-menu__icon, .side-menu__item.active,.slide-menu a.active,.breadcrumb .breadcrumb-item.active {
    /*color: #00ab9b !important;*/
}

.btn-primary {
    /*background-color: #00ab9b !important;*/
    /*border: 1px #00ab9b solid !important;*/
}

.btn-primary:hover {
    /*color: black !important;*/
}

.dark-mode .side-header .header-brand-img.desktop-logo {
    height: 65px !important;
}


/* Data tables */


.dt-buttons.btn-group {
    left: 25px;
    position: static;
}

#tabla_resultados thead tr:first-child th:last-child,
#tabla_resultados_grupos thead tr:first-child th:last-child {
    width: 100px;
}

div.dataTables_wrapper div.dataTables_info {
    float: left;
    padding-top: 0;
}

div.dataTables_wrapper div.dataTables_paginate {
    float: right;
}

.dt-buttons.btn-group {
    margin-right: 25px;
}

#contenedor_botones_entregaLibros.input-group, 
#contenedor_botones_resumen.input-group {
    justify-content: end !important;
}

#contenedor_botones_entregaLibros.input-group .dt-buttons,
#contenedor_botones_resumen.input-group .dt-buttons {
    margin-right: 0px !important;
}

/* Select2 */


.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 25px !important;
}


/* Tablas */


#contenedor_filtros {
    border-top: 1px solid #ebebeb;
    margin-top: 25px;
    padding-top: 5px;
}

#contenedor_filtros .botones {
    text-align: right;
}

.dt-buttons button {
    margin-right: 0 !important;
}

#tabla_resultados,
#tabla_resultados_grupos {
    width: 100% !important;
}

#interfaz_evaluacionGrupo #tabla_resultados_evaluacionGrupo .custom-checkbox{
    top: -3px;
}


/* FancyBox */


.fancybox__content {
    padding: 0;
}

.fancybox__slide {
    padding: 15px;
}

.fancybox__slide::before, .fancybox__slide::after {
    margin: 20px 0px;
}


/* Modales */


.modal-content .col-md-6, .modal-content .col-md-4, .modal-content .col-md-8 {
    float: left;
}


/* Reportes */


.card-body {
    padding: 15px;
}


/* Espaciamiento */


footer {
    margin-top: 25px;
}


/* Tabs */

.nav.panel-tabs.panel-primary a.active {
    background-color: #6c5ffc !important;
    color: #fff;
}


/* Por clasificar */


.side-header .header-brand-img.light-logo1,.side-header .header-brand-img.light-logo1 {
    max-width: 40%;
    margin: auto;
}

.table td {
    vertical-align: middle;
}











.nombreTemporizador{
    width: 90px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;

}


.nombreTemporizador:hover > * {
  display: inline-block;
  position: relative;
  animation: 10s linear 0s infinite alternate move;
}


@keyframes move {
  0%,
  25% {
    transform: translateX(0%);
    left: 0%;
  }
  75%,
  100% {
    transform: translateX(-100%);
    left: 100%;
  }
}

#contiene_temporizadorGeneral{
    margin-bottom: 10px;
}

#boton_iniciarTemporizadorGeneral, #boton_terminarTemporizadorGeneral{
    margin: auto;
    display: inherit;
}

#boton_terminarTemporizadorGeneral, #campo_temporizadorGeneralCliente, #campo_temporizadorGeneralMotivo{
    margin-top: 10px;
}

.select2-dropdown{
    z-index: 80000 !important;
}
#contiene_temporizadorGeneral .select2-container{
    margin-top: 10px;
}
#boton_terminarTemporizadorGeneral{
    margin-bottom: 10px;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 100%;
}


/*
Generales
*/


.alineaDerecha {
    text-align: right;
}

.pr-0{
    padding-right: 0px !important;
}


/*
Interfaz Detalle de material (material.html)
*/


#interfaz_material #contenedor_seVendeAAlumnos{
    position: relative;
    bottom: 75px;
}


/*
Interfaz Detalle de ticket 
*/

#interfaz_ticket #contenedor_listadoUsuariosSucursales .angle{
    font-size: 16px;
}

#interfaz_ticket #contenedor_listadoUsuariosSucursales .slide-menu {
    font-size: 0.9rem !important;
}


/*
Interfaz Detalle de usuario (usuario.html)
*/


#interfaz_usuario .card-title {
    width: 100%;
}

#interfaz_usuario .card-title .switch_todo {
    font-size: 12px !important;
    margin-top: 10px;
}

#interfaz_usuario .list-group-item {
    font-size: 12px;
}

#interfaz_usuario .list-group-item label {
    margin-left: 10px;
}

#interfaz_usuario .list-group-item {
    border: 0;
    padding: 0.75rem 0;
}


/*
Interfaz Evaluación de maestros (evaluacionMaestros.html)
*/


#interfaz_evaluacionDiariaMaestros .circulo_amarillo,
#interfaz_evaluacionMaestros .circulo_amarillo{
    height: 20px;
    width: 20px;
    background-color: gold;
    border-radius: 25px;
}

#interfaz_evaluacionDiariaMaestros .circulo_rojo,
#interfaz_evaluacionMaestros .circulo_rojo{
    height: 20px;
    width: 20px;
    background-color: red;
    border-radius: 25px;
}

#interfaz_evaluacionDiariaMaestros .circulo_verde,
#interfaz_evaluacionMaestros .circulo_verde{
    height: 20px;
    width: 20px;
    background-color: green;
    border-radius: 25px;
}

#interfaz_asistenciaGrupo .custom-control-label::before,
#interfaz_asistenciaGrupo .custom-control-label::after,
#interfaz_evaluacionDiariaMaestros .custom-control-label::before,
#interfaz_evaluacionDiariaMaestros .custom-control-label::after{
    left: 40%;
}


/* Interfaz Detalle de Ticket */


#interfaz_ticket .contenedor_mensajeChat,
#interfaz_requerimiento .contenedor_mensajeChat{
    border-bottom: 1px solid black;
}

#interfaz_ticket .tab-content i, .tabs-menu2 ul li .active,
#interfaz_requerimiento .tab-content i, .tabs-menu2 ul li .active {
    color: inherit;
}


/* Estilos personalizados */


.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 40%;
    padding: 0.2rem 1rem;
    color: #6c5ffc;
    font-weight: 600;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 36px !important;
    background-color: #f6f7fc;
    border: 1px solid #e9edf4 !important;
}

.select2-container{
    width: 100% !important;
}

/* .select2-results__option--selected, .select2-results__option[aria-selected=true] { display: none;} */

.table td {
    vertical-align: middle;
    text-align: center;
}

th{
    text-align: center;
}

#interfaz_alumnos #tabla_resultados th:nth-child(-n+7),
#interfaz_alumnos #tabla_resultados td:nth-child(-n+7){
    display: none;
}

#interfaz_bibliotecaDocumentos .panel-title1 a.btn-success {
    background: #13bfa6 !important;
}

#interfaz_clasesPrueba #tabla_resultados th:nth-child(-n+5),
#interfaz_clasesPrueba #tabla_resultados td:nth-child(-n+5){
    display: none;
}

#interfaz_asistenciaGrupos #tabla_resultados_asistenciaGrupos th:nth-child(-n+1),
#interfaz_asistenciaGrupos #tabla_resultados_asistenciaGrupos td:nth-child(-n+1),
#interfaz_empleados #tabla_resultados th:nth-child(-n+1),
#interfaz_empleados #tabla_resultados td:nth-child(-n+1),
#interfaz_descuentos #tabla_resultados th:nth-child(-n+1),
#interfaz_descuentos #tabla_resultados td:nth-child(-n+1),
#interfaz_reporteCobros #tabla_resultados_grupos th:nth-child(-n+1),
#interfaz_reporteCobros #tabla_resultados_grupos td:nth-child(-n+1),
#interfaz_reporteCobros #tabla_resultados_reportesPorTransaccion th:nth-child(-n+1),
#interfaz_reporteCobros #tabla_resultados_reportesPorTransaccion td:nth-child(-n+1),
#interfaz_entradaMaterialesCorporativo #tabla_resultados th:nth-child(-n+1),
#interfaz_entradaMaterialesCorporativo #tabla_resultados td:nth-child(-n+1) {
    display: none;
}

#interfaz_evaluacionMaestros #tabla_resultados_detalle th:nth-child(-n+3),
#interfaz_evaluacionMaestros #tabla_resultados_detalle td:nth-child(-n+3){
    display: none;
}

#interfaz_grupo #tabla_resultados th:nth-child(-n+1),
#interfaz_grupo #tabla_resultados td:nth-child(-n+1){
    display: none;
}

#interfaz_grupos #tabla_resultados_grupos .maximoPermitido{
    background-color: #FB0021;
    color: white;
}

#interfaz_grupos #tabla_resultados_grupos .maximoPermitidoMenosUno{
    background-color: #FB6F00;
    color: white;
}

#interfaz_material #contenedor_aplicaIva {
    position: relative;
    bottom: 46px;
}

#interfaz_ordenesCompra #tabla_resultados th:nth-child(9),
#interfaz_ordenesCompra #tabla_resultados td:nth-child(9){
    display: none;
}

#interfaz_periodos #tabla_resultados th:nth-child(-n+1),
#interfaz_periodos #tabla_resultados td:nth-child(-n+1){
    display: none;
}

#interfaz_prospecto #tabla_resultados th:nth-child(-n+2),
#interfaz_prospecto #tabla_resultados td:nth-child(-n+2){
    display: none;
}

#interfaz_prospectos #tabla_resultados th:nth-child(-n+5),
#interfaz_prospectos #tabla_resultados td:nth-child(-n+5){
    display: none;
}

#interfaz_proveedores #tabla_resultados th:nth-child(-n+3),
#interfaz_proveedores #tabla_resultados td:nth-child(-n+3),
#interfaz_reporteCumpleanos #tabla_resultados_cumpleanos th:nth-child(-n+3),
#interfaz_reporteCumpleanos #tabla_resultados_cumpleanos td:nth-child(-n+3),
#interfaz_reportePagosNominaEmpleados #tabla_resultados_pagosNominaEmpleados th:nth-child(-n+3),
#interfaz_reportePagosNominaEmpleados #tabla_resultados_pagosNominaEmpleados td:nth-child(-n+3){
    display: none;
}

#interfaz_reporteGastos #tabla_resultados_gastos th:nth-child(-n+4),
#interfaz_reporteGastos #tabla_resultados_gastos td:nth-child(-n+4),
#interfaz_requerimientos #tabla_resultados th:nth-child(-n+4),
#interfaz_requerimientos #tabla_resultados td:nth-child(-n+4){
    display: none;
}

#interfaz_tickets #tabla_resultados th:nth-child(4),
#interfaz_tickets #tabla_resultados td:nth-child(4){
    display: none;
}

#interfaz_reporteCortesCaja #tabla_resultados_reporteCortesCaja{
    width: 100% !important;
}

#interfaz_login .header-brand-img{
    max-width: 320px;
}

#interfaz_login .tabs-menu1 ul li{
    text-align:center; 
    width:100%
}

#interfaz_listadoSucursales .dt-buttons button{
    background-color: white !important;
    color: #00ab9b !important;
    border: 1px #00ab9b solid !important;
}

#interfaz_listadoSucursales .dt-buttons button:hover{
    background-color: #00ab9b !important;
    color: white !important;
    border: 1px #00ab9b solid !important;
    opacity: 1;
}

#interfaz_nivel{
    overflow-y: hidden;
}

#interfaz_empleado .app-content,
#interfaz_nivel .app-content,
#interfaz_sucursal .app-content {
    margin-left: 0;
}

#interfaz_usuario .input-group-text{
    cursor: pointer;
}


/* estadosCuenta.html */

#interfaz_estadosCuenta #tabla_resultados_estadosCuenta {
    table-layout: fixed;
}

#interfaz_estadosCuenta #tabla_resultados_estadosCuenta th,
#interfaz_estadosCuenta #tabla_resultados_estadosCuenta td {
    width: 200px !important;
}