.auth-bg{
    background-image: url("../images/fondo_login.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    .bg-overlay{
        opacity: 0.9;
    }
    @media (min-width: 768px){
        height: 100vh;
    }
}

.card{
    box-shadow: 2px 2px 9px #00000069;
    border-radius: 4px;
    /* border: 1px solid #979494; */
}

[data-bs-theme=dark] .sombra_titulo{
    text-shadow: 0px 0px 0px #ffffff00;
}
[data-bs-theme=light] .sombra_titulo{
    text-shadow: 1px 1px 1px #4f4f4f61
}

.help-block{
    font-size: x-small;
    margin-left: 1em;
    font-style: italic;
}
.asterisk{
    color:red;
    font-weight: bold;
}
.rojo{
    color:#fd625e!important;
    /* font-weight: bold; */
}
.naranja{
    color:#e66109!important;
    /* font-weight: bold; */
}
.azul{
    color:#0a14d1!important;
    /* font-weight: bold; */
}
.amarillo{
    color:#cdca00 !important
    /* font-weight: bold; */
}
.verde{
    color:#60bc04 !important
    /* font-weight: bold; */
}
.textBlanco{
    color:#ffffff !important
    /* font-weight: bold; */
}
.negro{
    color:#000000 !important
    /* font-weight: bold; */
}

 


/* Botón acciones en las tablas más pequeños */
.boton-acciones{
    padding: 1px 2px 1px 7px !important;
}
.boton-acciones-2{
    padding: 1px 7px 1px 7px !important;
}
/* Hace las filas de las tablas más estrechas */
.table td{
    vertical-align: bottom !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}


/* Cambia el header de las tablas  */
.tabla-custom{
    --bs-table-color: #000;
    --bs-table-bg: #b9b9b9;
    --bs-table-border-color: #b1b1b1;
    --bs-table-striped-bg: #73efff;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #73efff !important; /*e6dac7;*/
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #73efff !important; /*ece0cc;*/
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
    border-bottom: 4px solid #918383 !important;
    /* border-left: 3px solid #918383 !important; */
}
.linea-pequena{
    line-height: 7px !important;
    th{
        font-weight: normal;
    }
}
.sin-padding{
    padding-left: 0px;
}
.celda-recortada{
    td{
        padding: 0 5px 4px 5px !important;
    }
}
.celda_media{
    td{
        vertical-align: middle !important;
    }
}

/* Select2 */

[data-bs-theme=dark] .select2-selection__rendered{
    color: #b6bfc7;
}
[data-bs-theme=dark] .select2-selection{
    background-color: #2c302e !important;
    /* margin-top: 4px; */
}
[data-bs-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #b8c0c9 !important; 
}
[data-bs-theme=dark] .select2-results__options{
    background: #2c302e;
}
[data-bs-theme=dark] .select2-search--dropdown{
    background: #2c302e!important;
}
[data-bs-theme=dark] .select2-search__field{
    border:0px !important;
}
.select2-selection{    
    margin-top: 4px;
}
.select2-search__field{
    background-color: #4f4f4f!important;
}
.select2-search__field:focus{
    outline:none;
}

/* SideBar color */

/* Tema oscuro */
[data-bs-theme=dark] .mm-active a.active{    
    color:white !important;
    font-weight: bold;
    background: #5a5a5a;
    box-shadow: 0px 1px 4px #000000ad;
}
[data-bs-theme=dark] .mm-active a.active svg{
    color:#bebebe !important;
}
[data-bs-theme=dark] .mm-active>a{
    color:white !important;
}
[data-bs-theme=dark] .mm-active>a svg{
    color:white !important;
}
/* [data-bs-theme=dark] .mm-active {
    a:hover{
    background-color: #020789 !important;
    color: white !important;
    }
    svg{        
        color: white !important;
    }
} */

/* Tema Claro */

[data-bs-theme=light] .mm-active a.active{
    color:black !important;
    font-weight: bold;
    background-color: #dfdfdf;
    box-shadow: 0px 1px 4px #000000ad;
}
[data-bs-theme=light] .mm-active a.active svg{
    color:black !important;
    font-weight: bold;
    background-color: #dfdfdf;
}
[data-bs-theme=light] .mm-active>a{
    color:#434343 !important;
}
[data-bs-theme=light] .mm-active>a svg{
    color:#434343 !important;
}
[data-bs-theme=light] .mm-active {
    a:hover{
    background-color: #020789 !important;
    color: white !important;
    }
    svg{        
        color: #434343 !important;
    }
}

/* badge custom */
.badge-custom{
    padding: 6px 12px 6px 12px!important;
    width: 80%;
}

/* Botonera encima de las datatables */
.dt-buttons{
    margin-bottom: 8px!important;
    
    button{
        font-size:smaller;
    }
}

/* Fila HOVER Datatable */
.table-hover{
    --bs-table-hover-bg: #515151;
}
[data-bs-theme=light] .table-hover{
    --bs-table-hover-bg: #d7d7d7;
}

/* Titulos Fjos (No links) en SideBar */
.menu-title{
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    background: #ededed;
    color: black !important;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
[data-bs-theme=light] .menu-title{
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    background: #ededed;
    color: black !important;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
/*Items del dropdown en las tablas COLORINES*/
[data-bs-theme=dark] .dropdown-menu li {
    a{
        color:#949494 !important;
    }
    a:hover{
        color: white!important;
    }
}
[data-bs-theme=light] .dropdown-menu li {
    a{
        color:#6b6b6b !important;
    }
    a:hover{
        color: black!important;
    }
}

/*Items del menú lateral COLORINES*/
#sidebar-menu {
    span{
        font-size: small;
    }
    a{
        font-size: small!important;
    }
}

[data-bs-theme=dark] #sidebar-menu ul li a {
    color: #949494 !important;    
    svg{        
        color: #949494 !important;
    }  
}
[data-bs-theme=dark] #sidebar-menu .mm-active .active{
    color: white !important;    
    svg{        
        color: white !important;
    }  
    
}
[data-bs-theme=light] #sidebar-menu ul li a {
    color: #6b6b6b !important;
    svg{        
        color: #6b6b6b !important;
    }  
}

[data-bs-theme=dark] #sidebar-menu ul li {
    a:hover{
        background-color: #020789 !important;
        color: white !important;
        svg{        
            color: white !important;
        } 
    }
       
}
[data-bs-theme=light] #sidebar-menu ul li {
    a:hover{
        background-color: #020789 !important;
        color: white !important;
        svg{        
            color: white !important;
        } 
    }
       
}

.main-content{
    font-size: small!important;
}

.recortado {
    overflow: hidden; /* this is what fixes the expansion */
    text-overflow: ellipsis; /* not supported in all browsers, but I accepted the tradeoff */
    white-space: nowrap;
}
.tabla_recortada{
    table-layout: fixed;
}
/*Selector de fechas */
.flatpickr-months, .flatpickr-weekdays {
    background-color: #cf1f1f;
}
.flatpickr-day.selected {
    background-color: #63be51 !important;
    border-color: #63be51 !important;
    color: #fff !important;
}

[data-bs-theme=dark] .flatpickr-day.inRange{
    background-color: #8d8d8d !important;
    border-color:  #8d8d8d !important;
    -webkit-box-shadow: -5px 0 0 #8d8d8d, 5px 0 0 #8d8d8d;
    box-shadow: -5px 0 0 #8d8d8d, 5px 0 0 #8d8d8d;
}
[data-bs-theme=light] .flatpickr-day.inRange{
    background-color: #8d8d8d !important;
    border-color:  #8d8d8d !important;
}

.boton_margen{
    margin-right: 3px;
    font-size: smaller;
}

.text-right{
    text-align: right;
}
.text-strong{
    font-weight: bold;
}
.padreSeguridad{
    border: 1px solid #929292;
    padding: 10px;
    margin-bottom: 5px;
    height: 150px;
    font-size: 2em !important;
}
.padreSeguridad .h6{
    font-size: 1.175rem !important;
}
.hijoSeguridad{
    border: 1px dashed #929292;
    padding: 10px;
    margin-bottom: 5px;
    height: 150px;
}
.hijoSeguridad .h6{
    font-size: .875rem !important;
}
.nietoSeguridad{
    border: 1px dotted #929292;
    padding: 10px;
    margin-bottom: 20px;
    height: 150px;
}
.nietoSeguridad .h6{
    font-size: .675rem !important;
}

/*Estilos Loading*/
.cssload-thecube {
	width: 244px;
	height: 244px;
	margin: 0 auto;
	margin-top: 163px;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0095bd;
	animation: cssload-fold-thecube 3.12s infinite linear both;
		-o-animation: cssload-fold-thecube 3.12s infinite linear both;
		-ms-animation: cssload-fold-thecube 3.12s infinite linear both;
		-webkit-animation: cssload-fold-thecube 3.12s infinite linear both;
		-moz-animation: cssload-fold-thecube 3.12s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.39s;
		-o-animation-delay: 0.39s;
		-ms-animation-delay: 0.39s;
		-webkit-animation-delay: 0.39s;
		-moz-animation-delay: 0.39s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.78s;
		-o-animation-delay: 0.78s;
		-ms-animation-delay: 0.78s;
		-webkit-animation-delay: 0.78s;
		-moz-animation-delay: 0.78s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 1.17s;
		-o-animation-delay: 1.17s;
		-ms-animation-delay: 1.17s;
		-webkit-animation-delay: 1.17s;
		-moz-animation-delay: 1.17s;
}

#loadBloked{
    height: 100%;
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 999999;
    text-align: center;
    padding-top: 10%;
    opacity: 0.9;
}

  .cargando{
      width: 120px;
      height: 30px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between;
    margin: 0 auto; 
  }
  .texto-cargando{ 
    padding-top:20px
  }
  .cargando span{
      font-size: 20px;
      text-transform: uppercase;
  }
  .pelotas {
      width: 30px;
      height: 30px;
      background-color: #00b8de;
      animation: salto .5s alternate
      infinite;
    border-radius: 50%  
  }
  .pelotas:nth-child(2) {
      animation-delay: .18s;
  }
  .pelotas:nth-child(3) {
      animation-delay: .37s;
  }
  @keyframes salto {
      from {
          transform: scaleX(1.25);
      }
      to{
          transform: 
          translateY(-50px) scaleX(1);
      }
  }

.icono-menu{
    margin-right: 4px;
    width: 19px;
    height: 19px;
    margin-top: -4px;
    filter: sepia(1) saturate(4) hue-rotate(180deg);
}