/* Colores de texto */
.text-danger {
    color: #ff0000 !important; /* Cambia al color que desees */
}

.text-warning {
    color: #ffcc33 !important; /* Cambia al color que desees */
}

.text-success {
    color: #28a745 !important;
}

.text-info {
    color: #003366 !important;
}

/* Colores de fondo */
.bg-danger {
    background-color: #ff0000 !important;
}

.bg-warning {
    background-color: #ffcc33 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-info {
    background-color: #003366 !important;
}

/* Colores de fondo */
.alert-info {
    background-color: #003366 !important;
    border-color: #003366 !important;
}

/* Botones */
.btn-danger {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.btn-warning {
    background-color: #ffcc33 !important;
    border-color: #ffcc33 !important;
}

.btn-success {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.btn-info {
    background-color: #003366 !important;
    border-color: #003366 !important;
}


@media all {
   div.saltopagina{
      display: none;
   }
}
   
@media print{
   div.saltopagina{
      display:block;
      page-break-before:always;
   }
}

.titulo_tareas_pendientes{
	color: #747171;
	font-size: 14px !important;
}

.texto_tareas_pendientes{
	color: #747171;
	font-size: 12px !important;
}

.btn{
	font-size: 12px !important;
}

.panel_login{
	border-radius: 0px !important;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4) !important;
	margin-top: 120px;
}

.input_login{
	border: 0 !important;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.0) !important;
    border-bottom: 2px solid #107db5 !important;
    border-radius: 0px !important;
    font-style: italic !important;
}

.heading_login{
	color: white !important;
	background-color: #107db5 !important;
	border-top-left-radius: 0px; 
    border-top-right-radius: 0px;
}

.footer_login{
	border-top-left-radius: 0px !important; 
    border-top-right-radius: 0px !important;
    background: 0 !important;
}

.contenedor_sitio{
	/*max-width: 1200px;*/
    width: 90%;
    margin: 0 auto;
}

.campo_tabla_nombre_informes{
	text-align: left;
    padding-top: 10px;
}

.alineacion_inicio{
	margin-top: 220px;
	text-align: center;
}

.linea_inicio{
	border-top: 3px solid #4cae4c !important;
}

.fondo_menu{
	background-color: #107db5 !important;
}

.fuente_menu{
	color: white !important;
	font-size:16px;
}

.panel_interno{
	overflow-y: auto;
	background-color: #ffffFF;
}

.alineacion_modulos{
	text-align: center;
	/*margin-top: 100px;
	overflow-y: auto;*/
}

.alienacion_info_ampliada{
	text-align: justify;
	margin-top: 100px;
}

.linea_actividad{
	border: 0.5px solid !important;
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
}

.encabezado_informe{
	    font-size: 17px;
	    width: initial;
	    text-align: left;
	    margin: 0 auto;
	    min-width: 40%;
}
.titulo_tabla_referencia_puntaje{
	color: #ffffff;
	background: #3fa4d8;
    font-size: 17px;
}

.barra_menu>li>a>{
	 min-height: 0px;

    padding-top: 0px;
    padding-bottom: 0px;
}
.chosen-container-single .chosen-search input{
  max-width: 100% !important;
}