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



/*=============================================
colores para el login
=============================================*/
.bg-login {
    /* background-color: #d60043 !important;*/
    background-color: #007bff  !important;
}

.text-login {
   /* color: #d60043 !important;*/
    color: #007bff  !important;
}

.btn-login {
    color: #fff;
    background-color: #007bff ;
    border-color: #007b33;
}


/*=============================================
BARRAS NAVEGACION
=============================================*/
.nav-link {
  color: white !important;
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
    background: #007bff;
}

.fondo-barras {
      background-color: #007bff !important;
}


/* ---- 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;
    border-color: #acb4bb;
    cursor: default;
}

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


/*=============================================
MOSTRAR BARRA OPCIONES
=============================================*/
.showme{ 
  display: none; 
  transition-delay: 0.5s;
} 

.showhim:hover .showme{ 
    display: inline; 
    transition-delay: 0.5s;
}


/*=============================================
QUITAMOS TOP DE LA VENTANA PRINCIPAL
=============================================*/
#wrapper #content-wrapper {
   /* padding-top: 0;*/
}


.colorCarpeta {
  /* color: #ffe9a2 !important; /* carpetas windows */
  color: #007bff !important; /* color primary */
  text-shadow: 2px 2px #999;" /* sombra */
}

.linea {
  cursor:pointer;
}