
/* FUENTES */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


/* VARIABLES GLOBALES*/

:root {
		
	/*Colores globales*/
	--body__background-color: #F4F6F7;
	--primary-color: #3066E2;
	--primary__hover-color: #5688FE;
	--subtitle-color: #5B75C9;
	--border-color: #C9C9C9;
	/*Colores neutrales*/
	--neutral__blackSmoke-color: #2F2F2F;
	--neutral__white-color: #FFFFFF;

	/*Colores de tablas*/
	--table__odd-color: #F9FAFD;
	--table__header-color: #C3CDEB;
	
	/*Colores de filtros*/
	--filter__bg-color: #E5EDFF;
	--filter__border-color: #C8D5FE;
	--filter__input--required-color: #E5F2FF;
	
	/*Colores botones*/
	--btn__secondary-color: #E6E6E6;
	--btn__secondary--hover-color: #C8C8C8;
	
	/*Tamaño de fuentes*/
	
}

body {
	font-family: 'Inter', 'Arial', sans-serif;
    background-color: var(--body__background-color);
}



/* Barra naranja */

.isolucion-menu-barra {
    height: 2px;
    background-color: #EF6900;
    width: 100%;
}

/* HOME SST*/

.widget-superior {
    margin: 0;
    background-color: #EEE;
}

.panel-home-superior {
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 1px;
    height: auto;
    margin: 0;
    margin-bottom: 10px;
}

/*Accesos rápidos*/

.boton-acceso {
    text-align: center;
    padding: 5px;
}

.icono-boton-acceso {
    text-align: center !important;
    font-size: 60pt !important;
    padding: 10px;
}

/*  AUTOEVALUACIÓN SST */

.panel-home {
    height: auto !important;
    margin-left: 1.5%;
    width: 97.3%;
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 1px;
    margin-top: 20px;
}

.panel-home-inferior {
    height: auto !important;
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 1px;
    margin-top: 20px;
}

.encabezado-panel {
    height: 30px;
    width: 100%;
}

.td-icono {
    width: 30px;
    text-align: center;
    color: #3c6f9c;
    font-size: 12pt;
}

.container-titulo-seccion {
    padding-top: 8px;
}

.container-titulo-seccion2 {
    padding-top: 8px;
    padding-bottom: 15px;
}

.btn-mas {
    padding: 0px 4px 6px 4px !important;
    border: none !important;
    box-shadow: none !important;
    /*height: 30px !important;*/
    color: #bbb !important;
}

    .btn-mas:hover {
        background-color: #FFF !important;
    }

.row-registro {
    margin: 0 !important;
    border-bottom: thin solid #eee;
}

    .row-registro > div {
        text-align: left !important;
        padding-left: 10px;
        /** padding-right: 10px; **/
        padding-top: 8px;
    }

.row-registro-Centrado {
    padding-left: 10% !important;
}

 

.isolucion-borrar {
    float: none !important;
}

/* TABLERO DE MANDO DE AUTOEVALUACIÓN SST */

.panel {
    border: none !important;
}

.isolucion-row-head {
    background-color: #eee;
    padding: 8px 0px;
    font-weight: bold;
    margin: auto;
    padding-left: 5px;
}

.isolucion-row {
    padding: 8px 0px;
    margin: auto;
    color: black;
    word-break: break-word;
}

.autoevaluacion-none {
    border-left: #CDCDCD solid 5px;
    background-color: #F5F5F5;
}

.autoevaluacion-0 {
    border-left: #EB0000 solid 5px;
    background-color: #F06E55;
}

.autoevaluacion-1 {
    border-left: #FF0000 solid 5px;
    background-color: #FB8160;
}

.autoevaluacion-2 {
    border-left: #FF3300 solid 5px;
    background-color: #FC9A66;
}

.autoevaluacion-3 {
    border-left: #FF6600 solid 5px;
    background-color: #FDB36C;
}

.autoevaluacion-4 {
    border-left: #FF9900 solid 5px;
    background-color: #FECC73;
}

.autoevaluacion-5 {
    border-left: #FFCC00 solid 5px;
    background-color: #FEE679;
}

.autoevaluacion-6 {
    border-left: #FFF500 solid 5px;
    background-color: #FFF580;
}

.autoevaluacion-7 {
    border-left: #CCE70B solid 5px;
    background-color: #E6F47F;
}

.autoevaluacion-8 {
    border-left: #99CF16 solid 5px;
    background-color: #CCEA7F;
}

.autoevaluacion-9 {
    border-left: #66B821 solid 5px;
    background-color: #B3DF7F;
}

.autoevaluacion-row {
    padding-bottom: 8px;
}

.row a {
    text-decoration: underline;
    font-size: 12px;
    color: #337ab7;
}
 

    .row a:hover {
        text-decoration: underline;
        font-size: 12px;
    }


/* TABLAS Y FILTROS */

.isolucion-calendario-icono {
    padding: 8px !important;
    background-color: white;
}

.isolucion-input-fecha {
    border-right: white;
    padding-left: 5px;
    padding-right: 5px;
}

.isolucion-addon-borrar {
    background-color: white;
    padding: 5px !important;
}

/* Resultados del filtro */

.panel-isolucion {
    padding-bottom: 0 !important;
}

.isolucion-form-group {
    margin-bottom: 10px !important;
}

.isolucion-busqueda {
    position: relative;
    transform: translateY(-0%);
}

.isolucion-busqueda-input {
    height: 29px !important;
    border-right: none;
}

.isolucion-addon-busqueda {
    background-color: white;
    border-left: none;
    height: 27px !important;
}

.isolucion-btn-busqueda {
    background-color: transparent;
    border: none;
    box-shadow: none !important;
    padding: 0 !important;
}

    .isolucion-btn-busqueda:hover {
        background-color: transparent;
    }

.btn-primary {
    background-color: #00718f;
    color: white !important;
    border-color: #00718f;
}


    .btn-primary:hover {
        background-color: rgb(0,114,143);
        border-color: rgb(0,114,143);
    }

.btn-resultados {
    margin: 0px !important;
    border: none !important;
    height: 29px;
    line-height: 1.1;
}

    .btn-resultados:hover {
        background-color: #eee;
        color: #505050 !important;
    }

/* Cuadro de búsqueda */

.isolucion-busqueda {
    position: relative;
    transform: translateY(-0%);
}

.isolucion-addon-busqueda {
    background-color: white;
    border-left: none;
    height: 27px !important;
}

/* Tabla resultados */

.isolucion-table {
    margin-bottom: 0;
}

.isolucion-head-table {
    font-weight: bold;
    background-color: #eee;
}
/*
.isolucion-row:hover{
     background-color:#F1F6F9 !important;
}
*/



/* BOTONES */
.btn-isolucion-right {
    background-color: #3c6f9c;
    color: #ffffff !important;
    border: none !important;
    float: right !important;
    font-size: 12px;
}

    .btn-isolucion-right:hover {
        background-color: #124e77 !important;
        color: #ffffff !important;
        border: none !important;
    }

.btn-isolucion-left {
    background-color: #3c6f9c;
    color: #ffffff !important;
    border: none !important;
    float: right !important;
    font-size: 12px;
}

    .btn-isolucion-left:hover {
        background-color: #124e77 !important;
        color: #ffffff !important;
        border: none !important;
    }

/*.row {
	display: flex!important;
}*/
#hdfMostrarGraficas + div > div.row {	
display: flex!important;}


#hdfMostrarGraficas + div > div.row .col-md-10 {
	order: 2!important;
}
#hdfMostrarGraficas + div > div.row .col-md-2 {
	order: 1!important;
}


@media only screen and (max-width: 768px) {
body > form{
    width: calc(100% - 32px) !important;
    margin-left: 16px;
    margin-right: 16px;
}
#divMasterContenidoPrincipal{
margin:0 !important;
overflow-x:hidden !important;
}
#hdfMostrarGraficas + div{
width:100% !important;
margin-left:0px !important;
}
#hdfMostrarGraficas + div > div.row {	
display: block!important;
width: 100%;
    margin: 0;
}
  #hdfMostrarGraficas + div > div.row .col-md-10 { 
width:100%;
padding:0;
}
#hdfMostrarGraficas + div > div.row .col-md-2 { 
width:100%;
padding:0;
}

.col-md-10 > .border-gray > table:last-child{
	    width: calc(100% - 16px) !important;
    margin-left: 0 !important;
}
#ulGraficos{
	margin-left: 16px !important;
    width: 100% !important;
}

  #hdfMostrarGraficas + div > .row:nth-child(3) > .col-md-10 > .row{
	  width:100%;
	  margin:0;
  }
  .col-md-12 table[style="height: 185px; width: 100%;"]{
	  height:280px !important;
  }
  .TextoPata:last-child,
  .dvAccesosRapidos-container,
  .haPasado-container{
	  margin-top:0px !important;
  }
  
  #divIndicadoresHomeMejora table{
  margin-left:0px !important;
  }
  [class*='col-md']{
	  padding-left:0px;
  }
   .open > .dropdown-menu{
	   width: fit-content !important;
    min-width: fit-content !important;
	    max-height: fit-content !important;
   }
  form[action="./PaginaLogin.aspx"] .franja + .row>.col-md-6{
   text-align:center !important;
  }
}

#divMisTareas {
 order: 2!important;
}

#divIndicadoresHomeMejora {
 order: 3!important;
}

#imgLogoCompania {
    filter: none !important;
    max-width: 100%;
    max-height: 100%;
    margin: 0px;
}

.logo-container {
    height: 360px;
    text-align: center;
    overflow: hidden;
}

#hdfMostrarGraficas + div > div.row .col-md-2 a {
  text-decoration: none !important;
}

.autoevaluacionProgreso-none {
    background-color: #CDCDCD;
}

.autoevaluacionProgreso-0 {
    background-color: #EB0000;
}

.autoevaluacionProgreso-1 {
    background-color: #FF0000;
}

.autoevaluacionProgreso-2 {
    background-color: #FF3300;
}

.autoevaluacionProgreso-3 {
    background-color: #FF6600;
}

.autoevaluacionProgreso-4 {
    background-color: #FF9900;
}

.autoevaluacionProgreso-5 {
    background-color: #FFCC00;
}

.autoevaluacionProgreso-6 {
    background-color: #FFF500;
}

.autoevaluacionProgreso-7 {
    background-color: #CCE70B;
}

.autoevaluacionProgreso-8 {
    background-color: #99CF16;
}

.autoevaluacionProgreso-9 {
    background-color: #66B821;
}

/** cuadro de búsqueda **/

.isolucion-busqueda {
    position: relative;
    transform: translateY(-0%);
}


.isolucion-addon-busqueda {
    background-color: white;
    border-left: none;
    height: 27px !important;
}

.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    padding-top: 15%;
   filter: alpha(opacity=75);
    opacity: 0.8;
    vertical-align: middle;
}

.error-jqueryval-class {
    color: #3c6f9c;
    text-align: left;
}

.valid-jqueryval-class {
    color: #505050;
    text-align: left;
}

.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.carousel-row {
	border-bottom: 1px solid black!important;
}

.carousel-row img{
	align: center!important;
	 position: relative!important;
	bottom: 5px!important;
}

.ui-dialog-titlebar-close-isolucion {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
    background-color: #5582E7;
    border-style: none;
    border-color: #5582E7;
}

    .ui-dialog-titlebar-close-isolucion:before {
        content: "\e014";
        font-family: "Glyphicons Halflings";
        line-height: 1;
    }


.menuFuncionario {
    color: rgb(102, 102, 102);
    background-color: rgb(238, 238, 238);
    min-height: 110px;
    min-width: 110px;
    max-width: 110px;
    border: 3px solid #fff;
    cursor: pointer;
    text-align: center;
}

    .menuFuncionario:hover {
        color: #ffffff;
        background-color: #ef6900;
    }

#ctrEncabezado_img {
	margin-right: 24px;
}

#ctrEncabezado_tdNavigation table:first-child {
	margin: 0px 46px 0px 10px;
}

#ctrEncabezado_tdNavigation table:first-child > tbody > tr > td:nth-child(2) > table {
	margin-right: 60px;
}

.EtiquetaTitulo {
	font-family: 'Inter' !important;
	font-size: 16px !important;
	color: #2F2F2F !important;
}

.ng-scope h4 {
	font-weight: 700;
}

#lMostrar {
	color: white;
}


#divMisTareas table[style="margin-left: 0.8%; width: 97%;"],
#divIndicadoresHomeMejora table[style="margin-left: 0.8%; width: 97%;"] {
	margin-bottom: 10px;
}

#dvAccesosRapidos table[style="margin-left: 5%; width: 90%;"] {
	margin-bottom: 20px;
}

#dvAccesosRapidos > div {
	height: 200% !important;
}

.dvAccesosRapidos-container .arial12-2{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	color: #2F2F2F;
}



.haPasado-container img {
	filter: none !important;
}

.haPasado-container div[style="overflow: auto;"] > table[style="height: 80px; margin-left: 5%; width: 90%;"]:hover {
	background-color: #e5f2ff;
}

.textoLinkAMEF {
    font-size: x-small !important;
}

.textoLinkAMEFGris {
    font-size: x-small !important;
    color:gray;
}


.MensajeError {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF0000;
    text-decoration: none;
}