
/* 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 {
    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;
}

/* Temporizadores */

#boton_iniciarTemporizadorGeneral {
    padding-top: 4px !important;
}

.contenedor_temporizador {
    border-bottom: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: #00ab9b;
    padding-bottom: 20px;
    padding-top: 15px;
}

.contenedor_temporizador i {
    margin-left: 10px;
}

.contenedor_temporizador span {
    font-size: 11px;
}

.contenedor_temporizadorSuperior {
    min-width: 600px;
}

#contenedor_temporizadorSuperior {
    left: 0;
    position: fixed;
}

.dot {
    background-color: #13bfa6;
    border-radius: 50%;
    display: none;
    height: 13px;
    margin-left: 10px;
    transform: translateY(1px);
    width: 13px;
}

.sidebar {
    width: 350px;
}

.temporizadorSuperior_columnaIzquierda {
    text-align: right;
}

.temporizadorSuperior_columnaDerecha {
    text-align: left;
}
 
.temporizador_detener {
    display: none;
    padding-top: 0 !important;
}

.temporizador_display {
    border: 1px solid #eee;
    display: inline-block;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
    width: 80px;
}

.temporizador_guardar {
    display: none;
}

.temporizador_iniciar {
    padding-top: 0 !important;
}

/* Subtareas */

.subtareaCompletada {
    background-color: green !important;
    color: white !important;
}

.subtareaEnRevision {
    background-color: yellow !important;
}

.subtareaPendiente {
    background-color: orange !important;
}

.subtareaRechazada {
    background-color: red !important;
    color: white !important;
}

.subtareaNoAplica {
    background-color: lightgray !important;
}

/* Select2 */

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

/* 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;
}

/* 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;
}
