html {
    background-color: #FFF !important;
}


/* 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;
}
.titulos-seccion {
    color: #3c6f9c;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

.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;
}

.btn-isolucion {
    background-color: #3c6f9c;
    color: #ffffff !important;
    border: none !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;
}

.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;
}
 

    .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;
    }


.btn-isolucion {
    background-color: #3c6f9c;
    color: #ffffff !important;
    border: none !important;
    font-size: 12px;
}

    .btn-isolucion:hover {
        background-color: #124e77 !important;
        color: #ffffff !important;
        border: 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);
    }
}

.ui-dialog-titlebar-close-isolucion {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
    background-color: #00728F;
    border-style: none;
    border-color: #00728F;
}

    .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;
    }
