/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03/11/2018, 11:56:23
    Author     : mvelasco
*/

.ui-widget, .ui-widget .ui-widget {
    font-size: 95%;
}

/*body{
    font-family: "Arial";
}

*{
  font-family: "Arial";
}*/

.fondoHome{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.fondo1{
    background: url("../img/foto_1.jpg") no-repeat center top;
    background-size: cover;
}

.fondo2{
    background: url("../img/foto_2.jpg") no-repeat center top;
    background-size: cover;
}

.fondo3{
    background: url("../img/foto_3.jpg") no-repeat center top;
    background-size: cover;
}

.fondo4{
    background: url("../img/foto_4.jpg") no-repeat center top;
    background-size: cover;
}

.fondo5{
    background: url("../img/foto_5.jpg") no-repeat center top;
    background-size: cover;
}

.fondo6{
    background: url("../img/foto_6.jpg") no-repeat center top;
    background-size: cover;
}

.fondo7{
    background: url("../img/foto_7.jpg") no-repeat center top;
    background-size: cover;
}

.fondo8{
    background: url("../img/foto_8.jpg") no-repeat center top;
    background-size: cover;
}

.fondo9{
    background: url("../img/foto_9.jpg") no-repeat center top;
    background-size: cover;
}

.fondo10{
    background: url("../img/foto_10.jpg") no-repeat center top;
    background-size: cover;
}

.fondo11{
    background: url("../img/foto_11.jpg") no-repeat center top;
    background-size: cover;
}

.fondo12{
    background: url("../img/foto_12.jpg") no-repeat center top;
    background-size: cover;
}


.fondo13{
    background: url("../img/foto_13.jpg") no-repeat center top;
    background-size: cover;
}

.fondo14{
    background: url("../img/foto_14.jpg") no-repeat center top;
    background-size: cover;
}

.fondo15{
    background: url("../img/foto_15.jpg") no-repeat center top;
    background-size: cover;
}

.fondo16{
    background: url("../img/foto_16.jpg") no-repeat center top;
    background-size: cover;
}


.logoHome{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: 0px auto;
    transform: translate(-50%,-50%);
}

.loginInfo{
    display: block;
    position: initial;
    text-align:center;
    border: 2px solid rgb(154, 154, 152);
    border-radius: 12px;
    background-color: rgb(248, 248, 248);
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* visibility: hidden; */
    animation: fade 5s;
}

.logo{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.loginInput{
    width: 88%;
    height: 26px;
    /*margin-top: 10px;*/
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 4px;
    /* box-sizing: border-box; */
    background-color: white;
    opacity: 1;
    /* margin: 5px; */
    padding-left: 5px;
}

.buttonIngresar{
    width: 90%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: rgb(75,75,73);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.textoOlvidoContrasena{
    margin-top: 5px;
    text-align: right;
    margin-right: 25px;
    font-size: 12px;
    /* font-weight: bold; */
}

.textoPrivacidad{
    margin-top: 25px;
    text-align: center;
    font-size: 12px;
    /* font-weight: bold; */
}

.textoCopyright{
    text-align: center;
    font-size: 12px;
    margin-bottom: 45px;
}

.topBar{
    /*display: flex;*/
    align-items: center;
    vertical-align: middle;
    margin-top: 1px;
    /*margin-left: 20px;*/
    /*
    position: absolute;
    width: 30%;
    text-align:center; */
    border: 2px solid rgb(162, 192, 55);
    border-radius: 10px;
    background-color: white;
    height: 138px;
    /* margin-left: 10px; */
    /* display: table-cell; */
    /*
    background-color: rgb(248, 248, 248);
    opacity: 0.7;
    filter: alpha(opacity=70); */
}

.topBarContainer{
    width: 100%;
}

.centralContenidoVertical{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.logoTopBar{
    margin-top: 10px;
    margin-left: 20px;
}

.alinearDerecha{
    text-align: right;
}

.tituloUsuario{
    margin-top: 10px;
    font-weight: bold;
    font-size: medium !important;
    color: #a2c037;
    float: right;
}

.tituloEmpresa{
    font-weight: bold;
    font-size: medium !important;
    color: #a2c037;
    float: right;
}

.icoonoMenu{
    /*margin-top: 20px;*/
    float: right;
    margin-right: 20px;
    color: black;
}

.colorVerde{
    color: #a2c037;
}

.boton{
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.opcionesMenu{
    font-weight: bold;
}

.negrilla{
    font-weight: bold !important;
}

.logoMarcaAgua{
    display: block;
    position: absolute;
    width: 100%;
    margin-left: 29%;
    margin-top: 5%;
    /*    top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align:center;*/
}

.clasePuntaje{
    /*font-weight: bold;*/
    font-size: 80px;
}

.ui-layout-pane-north.ui-widget-content{
    border: 0;
}

.ui-layout-pane-south.ui-widget-content{
    border: 0;
}

.ui-layout-pane-east.ui-widget-content{
    border: 0;
}

.ui-layout-pane-west.ui-widget-content{
    border: 0;
}

.ui-layout-pane-center.ui-widget-content{
    border: 0;
}

h3{
    padding: 0px;
    margin: 0px;
}

.ui-widget-content.bottomLayout div{
    background-color: #c4c4c4;
    background: #c4c4c4a3;
}

.noBorders *{
    border: none !important;
}
.loading-icon {
    font-size: 3rem;
    color: #c4c4c4;
}
@page {
    size: A4;
    margin: 1.5cm;
}

table{
    border-collapse: collapse;
    font-family: Arial;
    width: 100%;
}
.tableRecord td,.tableRecord th, .tableRecord tr{
    border: 1px solid #a8a8a8;background: #fff;color: #4f4f4f;border-collapse: collapse;font-family: Arial;padding: 4px 10px;
}

.tdborder{
    border: 1px solid #a8a8a8;border-collapse: collapse;padding: 4px 10px;
}
.titleTable{
    padding:8px 10px !IMPORTANT;
}
.labelHeader{
    width: 200px;
}
.labelHeaderSub{
    width: 100px;
}
.textCenter{
    text-align: center;
}
.textRight{
    text-align: right;
}
.tituloFormat{
    text-align: center;
}
.loadingDiv{
    position: fixed;
    z-index: 1001;
    display: grid;
    width: 100%;
    height: 100vh;
    background-color: white;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}