body {
   /* background-color: #22266f!important;  */
}

/*=============================================
SCROLL SUAVE
=============================================*/
html {
  scroll-behavior: smooth;
}

.bg-warning {
  /* background-color: #fdfe03!important; */
  background-color: #22266f!important;
  color: white;
}


.bg-primary {
  background-color: #22266f !important;
}




.btn-primary {
  background-color: #22266f !important;
  border-color: #22266f !important;
  color: white;
}

.text-primary {
  color: #22266f !important;
}


.text-secondary {
  color: #22266f !important;
}

.bg-secondary {
  background-color: #22266f !important;
}






/* barra lateral */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    /* color: #afb2ee!important; */
    background-color: #22266f !important; 
}


.nav-pills .nav-link {
    border-radius: .25rem;
    /* color: black; */
}





/* --- zoom sobre la imagen */
.zoomImg {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    /*width:140px;
    height:140px;*/
    }

.zoomImg:hover {
  cursor: pointer;
  -webkit-transform: scale(5, 5);
    -ms-transform: scale(5, 5);
    transform: scale(5, 5);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    box-shadow: 10px 10px 5px #888888;
    z-index: 1;
    }
/* fin zoom sobre la imagen */  





/*=============================================
ESTILOS CIRCULOS
=============================================*/
span.circulo-c {
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
  background-color: #007bff;
  color:white;
}

span.circulo-t {
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
  background-color: green;
  color:white;
}

span.circulo-r {
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
  background-color: orange;
  color:white;
}

span.circulo-s {
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
  background-color: gray;
  color:#efefef;
}


span.circulo {
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}



/*=============================================
ESTILOS NAVEGACION
=============================================*/
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
    background: #bb2f96;
}


/*=============================================
MATERIAL SWITCH
=============================================*/
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
    background: #007bff;  /* color de boton */
}
/* --- fin material-switch */



/*=============================================
COLORES PARA LA PAGINACION
=============================================*/
.page-item.active {
    /*color: #fff;*/
    /*background-color: #007bff;*/
    background-color: #dee2e6;
    border-color: #acb4bb;
    cursor: default;
}

.page-link {
    color: #080808;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    cursor: pointer;
}



/*=============================================
TEXTO MARCADO - ROTULADOR
=============================================*/
.txtmarcado {
  background-color: yellow;
  color: #333;
  paddin: 0px 4px;
}


/*=============================================
BOTONES LOGIN
=============================================*/
.btn-login, .btn-login:active, .btn-login:hover {
    color: #fff;
    background-color: #9e1738 !important;
    border-color: #460716;
}


.text-login, a.text-login {
 color: #9e1738 !important; 
}


/*=============================================
COLORES ESCRITORIO
=============================================*/
.dropdown-menu-right {
    right:0;
    left:auto;
}


/*=============================================
ORDENAR COLUMNA
=============================================*/
.ordenarColumna, .linea  {
    cursor: pointer;
}


/*.note-popover .popover-content, .panel-heading.note-toolbar {
    background: teal;
}
*/

/*=============================================
PARA AÑADIR ICONOS EN LOS SELECT OPTION
=============================================*/
.selectIconos  {
  font-family: 'Font Awesome\ 5 Free', 'Second Font name';
  /* Ejemplo: <option>Hi, &#xf042;</option> */
}

/*=============================================
AUMENTO DEL TAMAÑO DEL CHECKBOX
=============================================*/
.form-check-input {
    top: .8rem;
    width: 1.25rem;
    height: 1.25rem;
}


.accionToken {
  cursor:pointer;
  
}


/*=============================================
Ajustar tabla a su contenido bt4
=============================================*/
.table td.fit, 
.table th.fit { 
 white-space: nowrap; 
 width: 1%; 
} 



/*---------------------------------
FLECHA TOP
-------------------------*/
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}



/* tokenaccion 
------------------------------
*/
.tokenAccion {
  cursor: pointer;
}

/* PARA IMPRMIR LOS TABS
-------------------------------------*/
@media print {
  ul.nav-tabs li,
  .nav .nav-tabs 
  {
    display: block;
  }
}



/* --- zoom sobre la imagen  --- */
.zoomImg {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    /*width:140px;
    height:140px;*/
    }

.zoomImg:hover {
  cursor: pointer;
  -webkit-transform: scale(5, 5);
    -ms-transform: scale(5, 5);
    transform: scale(5, 5);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    box-shadow: 10px 10px 5px #888888;
    z-index: 1;
    }
/* fin zoom sobre la imagen */  



/* blink parpadeo */
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


/* color para almacen europeo 3 */
.text-pink {
  color: pink
}


.bg-pink {
  background-color: pink;
}


/* aumentar el tamaño del radio del check */
#txturgente > 
input[type=checkbox],
input[type=radio] {
  width: 1.5rem;
  height: 1.5rem;
}