/*
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 : 10/07/2019, 01:58:48 PM
    Author     : Abraham Romero
*/

@charset "iso-8859-1";

@font-face {
    font-family: Roboto;
    src: url('Fuentes/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: HelveticaCondensed;
    src: url('Fuentes/Helvetica/HelveticaNeueLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* INICIO ESTILOS GENERALES */

    html,body {
        font-family: HelveticaCondensed;
        padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0px;
    }
    
/* FIN ESTILOS GENERALES */

.cuadroInicio{
    width: 301px; 
    margin: 0px auto; 
    display: block; 
    border-radius: 4px; 
    border: 1px #ddd solid; 
    padding: 77px 55px 43px !important;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}
.margenSuperior{
    width: 100%;
    height: 80px;
}
.margenInferior{
    width: 100%;
    height: 80px;
}
.textoInicio{
/*    margin: 0 0 20px 0; 
    font-weight: 400; 
    font-size: 28px; 
    line-height: 1.2; 
    text-align: right;
    display: block;*/
    font-size: 30px;
    color: #3c4143;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 26px;
    margin-top: 0;
}

.validate-input {
    position: relative;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 37px;
}
.input100 {
    font-size: 17.6px;
    color: #555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: 0 0;
    padding: 0 5px;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.has-val.input100+.focus-input100.renglonActivo::before {
    width: 100%;
}
.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    /*background: #6a7dfe;*/
    /*background: -webkit-linear-gradient(left,#21d4fd,#b721ff);*/
    background: #3c4143;
    background: -o-linear-gradient(left,#3c4143,#3c4143);
    background: -moz-linear-gradient(left,#3c4143,#3c4143);
    background: linear-gradient(left,#3c4143,#3c4143);
}

.has-val.input100+.focus-input100.renglonActivo::after {
    top: -15px;
}
.focus-input100::after {
    font-size: 17.6px;
    color: #999;
    line-height: 1.2;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0;
    padding-left: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
*, ::after, ::before {
    box-sizing: inherit;
}
input {
    outline: none;
    border: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}        
.btn-show-pass {
    font-size: 15px;
    color: #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.zmdi-eye:before {
    content: '\f06e';
}
.zmdi-eye-off:before {
    content: '\f070';
}

.inputInicioSesion{
    text-align: left;
    width: 97% !important;
    display: block;
    margin: 5px 0 20px;;
}
.inputInicioSesion:hover{
    border: 1px solid #999
}
.linkInicioSesion{
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 13px;
    color: #3c4143;
    text-decoration: none;
}
.linkInicioSesion.cerrarSesion{
    float: right;
}
.linkInicioSesion.olvidoPass{
    float: left;
}
.linkInicioSesion:visited{
    color: #3c4143;
    text-decoration: none;
}
.linkInicioSesion:hover{
    color: #99ba24;
    text-decoration: underline;                
}
.g-recaptcha>div{
    margin: 0 auto;
}
/* INICIO BLOQUEADOR DE PANTALLA PARA PAGINAS JSP */

.bloqueo-pantalla {
    display: none;
    z-index: 1002; 
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.bloqueo-mensaje {
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    max-width: 251.41px; 
    max-height: 76px;
    z-index: 1003; 
    display: none; 
    margin: -55.6px 0px 0px -143.3px;

    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.8);

    position: fixed;
    text-align: center;
    padding: 17.6px;

    border-radius: 4px;

    border: 1px solid #aaa;
    background: #fff;
    font-size: 17.6px;
} 

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #99ba24;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 17px auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* FIN BLOQUEADOR DE PANTALLA PARA PAGINAS JSP */
@media only screen and (max-width: 413px){
    .cuadroInicio{
        margin: 0px auto; 
        width: 90%;
        padding: 20px 10px!important;
        border: 0;
        box-shadow: none;
    }
    .margenSuperior{
        height: 50px;
    }
    .margenInferior{
        height: 50px;
    }
}
@media only screen and (max-width: 350px){
    .cuadroInicio{
        width: 90%;
        padding: 20px 10px!important;
    }
}