﻿/*General*/
html {
    zoom: 0.9;
}

form, body, html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    cursor: default;
    font-size: 9pt;
    overflow: hidden;
}

#_bdy {
    overflow: hidden !important;
}

div {
    background-repeat: no-repeat;
}

form, body, .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

textarea, input, select {
    outline: none;
}

    /*Form res*/
    textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-background-clip: padding;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-appearance: none;
        background-color: #fff;
        color: #000;
        outline: 0;
        vertical-align: middle;
    }

    textarea, select, input[type='text'], input[type='password'] {
        border: none;
        font-size: 9pt;
        background: #e5e6ea;
        color: #2e3035;
    }

input, textarea {
    outline: 0;
    width: 99%;
}

    input[type='text'], input[type='password'], select {
        height: 27px;
    }


.logofooter {
    width: 40px;
    background-image: url('../img/multi_footer.png');
    background-size: 90%;
    background-position: center;
}

/*Botones*/
.boton {
    overflow: hidden;
    padding: 10px;
    text-align: center;
    min-height: 14px;
    margin: 0 auto;
    max-width: 335px;
    background-color: #5B79E8;
    cursor: pointer;
    color: #FFF;
}

    .boton:hover {
        background-color: #7496F7;
    }

    .boton.inactivo {
        background-color: #525252 !important;
    }

/*Forms*/
h1 {
    font-size: 9pt;
    margin-bottom: 7px;
    margin-top: 0px;
    font-weight: normal;
}

input, textarea {
    padding: 12px 10px;
    border: none;
}

select {
    padding: 0px 10px;
    border: none;
}

.in > select {
    width: 100%;
    display: block;
}

.form {
    overflow: hidden;
    margin: 0px auto;
    max-width: 500px;
}

    .form input,
    .form select,
    .form textarea {
        width: 100%;
        font-size: 9pt;
    }

    .form .in {
        overflow: hidden;
        margin-bottom: 10px;
        border-radius: 1px;
        border-style: solid;
        border-width: 1px;
    }

        .form .in.invalido {
            border-style: solid;
            border-width: 1px;
        }

    .form .feedback_validacion {
        color: red;
        margin-bottom: 10px;
        text-align: center;
    }


/*Idiomas*/
#_selIdiomaInicio {
    padding: 0px !important;
}

#_idiomaActualInicio {
    letter-spacing: 1px;
    cursor: pointer;
    padding: 13px 10px 12px;
}

    #_idiomaActualInicio:hover {
        font-weight: bold;
        background-color: none;
    }

#_vntIdiomaInicio {
    bottom: 0px;
    background: none;
}

#_selectorIdiomaInicio {
    bottom: 40px;
    background: none;
}

#_selectorIdiomaInicio, #_vntIdiomaInicio {
    display: none;
    position: absolute;
    padding: 10px 10px 0px;
    box-shadow: 0px 13px 0px -12px #000;
    text-align: center;
}

    #_selectorIdiomaInicio > div {
        margin-bottom: 10px;
        letter-spacing: 1px;
        cursor: pointer;
    }

        #_selectorIdiomaInicio > div.sel, #_selectorIdiomaInicio > div:hover {
            font-weight: bold;
        }


/*Login*/
#_login {
    height: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 11;
    background-image: url('../img/pma/fondo_plataforma.jpg');
    background-size: cover;
    opacity: 0;
}

#_vntlogin {
    padding: 40px;
    overflow: auto;
    margin: 100px auto;
    width: 290px;
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: 1px 2px 7px -2px #000;
    color: #AAA;
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    -ms-transition: -ms-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}

    #_vntlogin.cerrar {
        transform: perspective(550px) rotate3d(0,-90,0,90deg);
        perspective-origin: 50% 75%;
        transform-style: preserve-3d;
    }

    #_vntlogin .logoLogin {
        width: 100%;
        height: 65px;
        background-image: url('../img/pma/AF plataforma.png');
        background-size: contain;
        background-position: left;
        margin-bottom: 0px;
        margin-left: -10px;
    }

    #_vntlogin #_frmlogin {
        font-size: 8pt;
    }

        #_vntlogin #_frmlogin > div:nth-child(4), #_vntlogin #_frmpassolvidadd > div:last-child, #_vntlogin #_frmrenovcreds > div:nth-child(6) {
            overflow: hidden;
            margin-top: 10px;
        }

    #_vntlogin #_mensLogin {
        height: 10px;
        font-size: 8pt;
        text-align: center;
    }

    #_vntlogin #cmdAcceder {
        width: 100%;
        margin: 0px auto;
        text-transform: uppercase;
        box-sizing: border-box;
    }

#cmdGenerar {
    width: 80px;
    float: right;
    text-transform: uppercase;
}

#cmdVolver {
    padding-top: 10px;
    font-weight: bold;
    float: left;
    cursor: pointer;
}

#_vntlogin #cmdOlvidado {
    padding-top: 10px;
    font-weight: bold;
    cursor: pointer;
}

#_vntlogin #_vntrenovacioncreds {
    font-size: 8pt;
}

#_vntlogin #_mensRenovCreds {
    font-size: 8pt;
    text-align: center;
    min-height: 10px;
}

#_vntlogin #cmdConfirmarRenov , #cmdConfirmarRecup{
    width: 100%;
    margin: 0px auto;
    text-transform: uppercase;
    box-sizing: border-box;
}

/* cookies */
#avisoCookies{
    text-align: center;
    width: calc( 100% - 112px);
    margin-left: 56px;
    z-index: 150;
    background-color: #ffffff94;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}
#avisoCookies > div{
    padding: 0px 7px 0px;
    display: inline-block;
}
.aceptar-cookies{
    cursor: pointer;
}