.modal-open .modal{
  padding-right:0 !important;
}
/*****************************************************************************************************
    ESTILO DE LAS CAJAS DE CONTEO
*****************************************************************************************************/
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
.small-box > .inner {
    padding: 10px;
    padding-top: 30px !important;
    padding-top: 30px !important;

}
.small-box .count {
    color: rgb(0, 0, 0);
}
.small-box {
    border-radius: 5px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .small-box-footer {
    border-radius: 0px 0px 5px 5px;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 3px 0;
    color: #fff;
    display: block;
    z-index: 10;
    /* background: rgba(0, 0, 0, 0.1); */
    text-decoration: none;
}

/*****************************************************************************************************
    COLORES PERSONALIZADOS
*****************************************************************************************************/
.bg-violet {
    background-color: rgb(185 154 255) !important;
    color: white;
}
.bg-aqua {
    background-color: #6c83fd !important;
    color: white;
}
.bg-yellow {
    background-color: white !important;
    color: black;
}
.bg-green {
    background-color: white !important;
    color: black;
}
.bg-red {
    background-color: white !important;
    color: black;
}

/*****************************************************************************************************
    ESTILOS PARA LAS NOTIFICACIONES
*****************************************************************************************************/
.btn-validaciones {
    background-color: #E24E4E; 
    color: white; 
    text-align: center;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}
.btn-ediciones {
    background-color: #C7C7C7; 
    color: white; 
    text-align: center;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}
.notificacion-inspeccion .btn {
    color: white; 
    text-align: center;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}
.notificacion-badge {
    background-color: #696969; 
}
.notificacion-badge.active {
    background-color: #FF1D1D; 
}
#notificacion-boton {
    position: relative;
}
#notificacion-cantidad {
    position: absolute;
    left:-5px;
    top:8px;
    opacity: 0.7;
    font-size: 11px;
}
#notificacion-mensajes .mail-contnet {
    position: relative; 
    margin-left:10px;
}

/***********************************************************************
    FIX VERSION MOVIL
***********************************************************************/
body.mini-sidebar div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-start !important;
}
body.mini-sidebar .dataTables_wrapper .dataTables_paginate {
    float: left !important;
}

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

@media (max-width: 767px) {
  #vista-seccion {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.h-100 {
    height: 100% !important;
}
.w-100 {
    width: 100% !important;
}
.obj-cover {
    object-fit: contain;
    object-position: center;
}

.slimScrollDiv {
    padding-bottom: 60px;
}