.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;
}
.small-box h3,
.small-box p {
    color: black !important;
}
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

/*****************************************************************************************************
    COLORES PERSONALIZADOS
*****************************************************************************************************/
.bg-aqua {
    background-color: #00c0ef !important;
    color: white;
}
.bg-yellow {
    background-color: #f39c12 !important;
    color: white;
}
.bg-green {
    background-color: #00a65a !important;
    color: white;
}
.bg-red {
    background-color: #dd4b39 !important;
    color: white;
}

/*****************************************************************************************************
    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 .footer {
    left: 0px !important;
}
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: cover;
    object-position: center;
}

.slimScrollDiv {
    padding-bottom: 60px;
}

.gutter-sm {
  margin-right: -5px;
  margin-left: -5px;
}

.gutter-sm > .col,
.gutter-sm > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-md > .col,
.gutter-md > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

/***********************************************************************
    SEMAFORO
***********************************************************************/
span.semaforo-alta,
i.semaforo-alta {
  color: #e72326 !important;
}
table.semaforo-alta thead th {
  border-bottom: 4px solid #e72326 !important;
}
span.semaforo-media,
i.semaforo-media {
  color: #fcee21 !important;
}
table.semaforo-media thead th {
  border-bottom: 4px solid #fcee21  !important;
}
span.semaforo-baja,
i.semaforo-baja {
  color: #39b54a !important;
}
table.semaforo-baja thead th {
  border-bottom: 4px solid #39b54a !important;
}

.prior-alta.vcol { color:#e72326 !important; }
.prior-alta:not(.vcol) { background:#e72326 !important; color: white; }
.prior-media.vcol { color:#fcee21 !important; }
.prior-media:not(.vcol) { background:#fcee21 !important; color: white; }
.prior-baja.vcol { color:#39b54a !important; }
.prior-baja:not(.vcol) { background:#39b54a !important; color: white; }

/***********************************************************************
    Colores de las validaciones
***********************************************************************/
.val-nval.vcol { color:#C2CC00 !important; }
.val-nval:not(.vcol) { background:#C2CC00 !important; color: white; }

.val-valc.vcol { color:#00C0EF !important; }
.val-valc:not(.vcol) { background:#00C0EF !important; color: white; }
.val-edic.vcol { color: #34725F !important; }
.val-edic:not(.vcol) { background:#34725F !important; color: white; }
.val-recc.vcol { color:#f39b10 !important; }
.val-recc:not(.vcol) { background:#f39b10 !important; color: white; }

.val-acech.vcol { color:#8c0063 !important; }
.val-acech:not(.vcol) { background:#8c0063 !important; color: white; }
.val-edich.vcol { color:#B1B1B1 !important; }
.val-edich:not(.vcol) { background:#B1B1B1 !important; color: white; }
.val-recch.vcol { color:#ff530d  !important; }
.val-recch:not(.vcol) { background:#ff530d  !important; color: white; }

/***********************************************************************
    Columnas especiales
***********************************************************************/
.col90 {
  -ms-flex: 0 0 90% !important;
  flex: 0 0 90% !important;
  max-width: 90% !important;
}

.col10 {
  -ms-flex: 0 0 10% !important;
  flex: 0 0 10% !important;
  max-width: 10% !important;
}

.col60 {
  -ms-flex: 0 0 60% !important;
  flex: 0 0 60% !important;
  max-width: 60% !important;
}

.col40 {
  -ms-flex: 0 0 40% !important;
  flex: 0 0 40% !important;
  max-width: 40% !important;
}

.col80 {
  -ms-flex: 0 0 80% !important;
  flex: 0 0 80% !important;
  max-width: 80% !important;
}

.col20 {
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20% !important;
}

/***********************************************************************
    Estilos para los filtros
***********************************************************************/
.filter-gray {
  background-color: #F2F2F2 !important;
  color: #777678 !important;
  border: 1px solid rgba(242,242,242,1) !important;
  border-radius: 5px !important;
  font-size: 10pt;
  text-align: center;
}
.filter-light {
  background-color: white !important;
  color: #777678 !important;
  border: 1px solid rgba(231,35,38,0.5) !important;
  border-radius: 5px !important;
  font-size: 10pt;
  text-align: center;
}

/***********************************************************************
    Boton de chilquinta
***********************************************************************/
.btn-chilquinta {
  background: #b1b1b1 !important;
  color: white !important;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  font-weight: 400;
}
.btn-chilquinta:hover {
  background: #FF0000 !important;
  color: white !important;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  font-weight: 400;
}

.btn-chilquinta-outline {
  background: #FFFFFF !important;
  color: #FF0000 !important;
  border: 1.6px solid #FF0000;
  text-transform: uppercase;
  font-weight: 400;
}

.mini-sidebar .sidebar-nav #sidebarnav > li > a {
  z-index: 99999;
}

.modal-xl-custom {
  max-width: 90vw !important;
}

.c-dgray {
  color: #5A5D62 !important;
}

.c-white-hover:active,
.c-white-hover:focus {
  color: white !important;
}
/*************************************************************
    ver inspeccion btn
***********************************************************/
#btn-consolidado-text{
  
  font-size: 14px;
  color: #707070;
  vertical-align: middle;
  text-align: right;
  margin-top: .5rem;
  width: 100%;
  text-transform: uppercase;
}
#btn-informe-consolidado-csv{
  background-color: #34725F!important;
  width:85px;
  height: 37px;
  margin-right: 19px;
  margin-left: auto;
  font-size: 13px;
  outline: none;
  box-shadow: none;
}
#btn-informe-consolidado-csv:hover{
  background-color:#499c83 !important;
}
#btn-informe-consolidado{
  background-color: #34725F!important;
  width:85px;
  height: 37px;
  font-size: 11px;
  outline: none;
  box-shadow: none;
}
#btn-informe-consolidado:hover{
  background-color:#499c83 !important;
}
#btn-informe-patrullaje{
  background-color: #34725F!important;
  width:170px;
  height: 37px;
  margin-right: 19px;
  margin-left: auto;
  font-size: 13px;
  outline: none;
  box-shadow: none;
}
#btn-informe-patrullaje:hover{
  background-color:#499c83 !important;
}

.alerta-inspecciones{
  background-color: white;
  border-radius: 0px;
  border: 1px solid #DC221D;
  color: #707070;
  font-size: 16px;
  margin-top: 18px;
  margin-bottom: 16px;
}

.alerta-inspecciones a{
    color: #DC221D;
  }