body
{
    background: #0D141E;
    color: #FFFFFF;
}

.iconov
    {
        border: 1px solid rgba(0, 0, 0, 0.2); /* Borde sólido con transparencia */
        border-radius: 5px; /* Radio de las esquinas redondeadas */
        padding: 10px; /* Espacio interno del div */    
    }	

.iconov:hover {
        background-color: #8ED2FE; /* Color de fondo al pasar el mouse */
    }


.btn_herramientas
  {
  background: #588130 !important;	  
  color: #8FB3F1 !important;  
  font-size: 14px !important;
  }  

.icono
  {
  font-size: 65px;
  color:#588130;
  }

a:active, a:link, a:visited
  {
   color:#000;
   text-decoration:none;
  }
a:hover
  {
   color:#000;
   text-decoration:underline;
  } 
.btn-primary
  {
   background: #588130 !important;	  
  }
  
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::after 
  {
   background-color: #05be00;
   border-radius: 50%;
  }

.custom-radio .custom-control-label::before 
  {
   background-color: #bcbcbc;
  }

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::after 
  {
   background-color: #05be00;
  }
  
.custom-checkbox .custom-control-label::before 
  {
   background-color: #bcbcbc;
  }
  
.fa.fa-navicon 
  {
   color: #FFFFFF;
  } 

.navbar 
  {
   background-color: #163157;
  }
.navbar-brand 
  {
   color: #FFFFFF !important;
   font-size: 20px;
  }
.nav-link
  {
   color: #FFFFFF !important;
  }
.pie 
  {
   background-color: #163157;
   color: #ffffff;
  }  
.tabla_login
  {
   width: 300px !important;	  
  }

.texto_ayuda
  {
  color: #4886C5 !important;
  }  

.barra_titulo_sistema
  {
  background:#042255;
  color:#FFFFFF;
  font-size: 16px;  
  padding: 10px 0px 10px 20px;
  }  