/* ---------------------------------- */
/* INICIALIZO BASICOS */
/* ---------------------------------- */
body {
    font-family: "Roboto", sans-serif;
    position: relative;
    padding: 0 !important;
    width: 100%;
    height: calc(100vh - 50px);
    color: #fff;
    overflow: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #3A3A3A inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}

.containerNuevo {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #222222 0% 0% no-repeat padding-box;
    opacity: 1;
}
.containerNuevoLogin {
    width: 100vw;
    height: 100vh;
    display: flex;
    background: #222222 0% 0% no-repeat padding-box;
    opacity: 1;
}
.logoNuevo {
    align-self: center;
}
.loginNuevo {
    height: fit-content;
    align-self: center;
    background: #3A3A3A 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 3%;
}
.title {
    text-align: left;
    font: normal normal medium 38px/50px Roboto;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 38px
}
a {
    font-size: 12px;
}
input {
    font-size: 16px;
}
label {
    font-size: 12px;
}
.newUser {
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 16px;
}
.imageLogoNuevo {
    width: 45%;
    display: flex;
    height: 100%;
    background-color: grey;
    background: url(/assets/images/fondo.png) no-repeat;
    background-size: cover;
}
.profileImage {
    border-radius: 50%;
    height: 50px;
    margin-top: 15%;
    cursor: pointer;
}

.innerContainerNuevo {
    width: 70%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 5%;
}
.footer-login {
    display: flex;
    width: 90%;
    justify-content: flex-end;
}
.appsNuevo {
    min-height: 75%;
    display: flex;
    border-bottom: 1px solid #63636352;
    margin-bottom: 3%;
    flex-direction: column;
}
#apps-vmonNuevo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.listContainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    height: 100%;
    overflow-y: auto;
}
.buttonApps {
    width: 95px;
    height: 36px;
    background: #4285F4 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 2px #0000003D;
    opacity: 1;
    border-radius: 25px;
    border: none;
    color: white;
    margin-top: 35%;
}
.appsList {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5%;
}

@media only screen and (min-width: 1690px) {
    .appsList {
        width: 20%
    }
    .qrImageContainerNuevo {
        width: 30%
    }
    .icon-visible {
        right: 0;
    }
    .containerNuevoLogin {
        flex-direction: row;
    }
    .qrTextNuevo {
        text-align: left;
        font: normal normal normal 16px/26px Roboto;
        font-family: "Roboto", sans-serif;
        letter-spacing: 0px;
        color: #FFFFFFE6;
        opacity: 1;
        align-self: flex-end;
        width: 29%
    }
    .Powered {
        font: normal normal normal 16px/26px Roboto;
        font-family: "Roboto", sans-serif;
    }
}
@media only screen and (max-width: 1600px) {
    .appsList {
        width: 25%
    }
    .qrTextNuevo {
        text-align: left;
        font: normal normal normal 11px/26px Roboto;
        font-family: "Roboto", sans-serif;
        letter-spacing: 0px;
        color: #FFFFFFE6;
        opacity: 1;
        align-self: flex-end;
        width: 29%
    }
    .icon-visible {
        right: 0;
    }
    .qrImageContainerNuevo {
        width: 30%
    }
    .Powered {
        font: normal normal normal 11px/26px Roboto;
        font-family: "Roboto", sans-serif;
    }

}
@media only screen and (max-width: 1100px) {
    .appsList {
        width: 50%
    }
    .containerNuevoLogin {
        flex-direction: column;
    }
    .qrImageContainerNuevo {
        width: 50%
    }
    .titleApp {
        margin-bottom: 10% !important;
    }
    .Powered {
        font: normal normal normal 11px/26px Roboto;
        font-family: "Roboto", sans-serif;
    }
    .qrTextNuevo {
        text-align: left;
        font: normal normal normal 11px/26px Roboto;
        font-family: "Roboto", sans-serif;
        letter-spacing: 0px;
        color: #FFFFFFE6;
        opacity: 1;
        align-self: flex-end;
        width: 50%
    }
    .imageLogoNuevo {
        display: none;
    }
}

@media only screen and (max-width: 500px) {

    .containerNuevoLogin {
       flex-direction: column;
    }
    .icon-visible {
        right: 75px;
    }
    .qrImageContainerNuevo {
        width: 100%;
        display: flex;
    }
    .logoNuevo {
        width: 85%;
    }
    .loginNuevo {
        width: 80%;
    }
    .qrTextNuevo {
        text-align: left;
        font: normal normal normal 7px/26px Roboto;
        font-family: "Roboto", sans-serif;
        letter-spacing: 0px;
        color: #FFFFFFE6;
        opacity: 1;
        align-self: flex-end;
    }
    .qrImageContainerNuevo {
        width: 100%;
    }
    .Powered {
        font: normal normal normal 7px/26px Roboto;
        font-family: "Roboto", sans-serif;
    }
}
.qrSectionNuevo {
    width: 100%;
}
.qrContainerNuevo {
    display: flex;
    flex-direction: row;
}
.qrImageContainerNuevo {
    display: flex;
}

.qrImageNuevo {
    height: 100%;
    width: 100%;
}
.qrTextNuevo {
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFFE6;
    opacity: 1;
    align-self: flex-end;
    margin-left: 2%;
}
.titleApp {
    font-size: 28px;
    margin-bottom: 5%;
}
.Powered {
    align-self: flex-end;
    font-size: 12px;
}
.footer-login {
    margin-right: 0px;
}
.footerText {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.fondo {
    background: url(/assets/images/back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.fondo.information {
    background: url(/assets/images/back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: absolute;
    width: 100%;
}
.fondoApps {
    background: url("/assets/images/backApps.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.form-control.email {
    color: black;
}

@media only screen and (max-width: 400px) {

    .footer-login {
        margin-top: 20px;
        float: right;
        margin-right: 10%;
    }
}

@media only screen and (max-width: 350px) {

    .footer-login {
        margin-top: 20px;
        float: right;
        margin-right: 20%;
    }
}

@media only screen and (min-width: 2000px) {

    .qrContainer {
        left: 5%;
        top: 70%;
    }

    #apps-vmon {
        margin-top: 20%;
    }

    #logo-login {
        bottom: 3%;
        right: 3%;
    }

    .sectionlogin {
        top: 50%;
    }
}

@media only screen and (max-width: 1920px) {

    .qrContainer {
        left: 5%;
        top: 65%;
    }

    #apps-vmon {
        margin-top: 20%;
    }

    #logo-login {
        bottom: 3%;
        right: 3%;
    }

    .sectionlogin {
        top: 50%;
    }
}

#logo-login {
    width: 120px;
    height: 54px;
    position: fixed;
}

@media only screen and (max-width: 1750px) {
    .qrContainer {
        left: 5%;
        top: 65%;
    }

    #apps-vmon {
        margin-top: 18%;
    }

    #logo-login {
        bottom: 3%;
        right: 3%;
    }

    .sectionlogin {
        top: 50%;
    }
}

#logo-login {
    width: 120px;
    height: 54px;
    position: fixed;
}

@media only screen and (max-width: 1540px) {
    .qrContainer {
        top: 60%;
        left: 3%;
    }

    #apps-vmon {
        margin-top: 18%;
    }

    #logo-login {
        right: 2%;
    }

    .sectionlogin {
        top: 50%;
    }
}

@media only screen and (max-width: 1300px) {
    .qrContainer {
        top: 58%;
        left: 3%;
    }

    #apps-vmon {
        margin-top: 18%;
    }

    #logo-login {
        right: 2%;
    }

    .sectionlogin {
        top: 50%;
    }
}

@media only screen and (max-width: 1100px) {
    .qrContainer {
        top: 50%;
        left: 3%;
    }

    #apps-vmon {
        margin-top: 16%;
    }

    #logo-login {
        right: 2%;
    }

    .sectionlogin {
        top: 50%;
    }
    .login {
        margin-left: 35%;
        margin-top: 5%;
    }
}

@media only screen and (max-width: 970px) {
    .qrContainer {
        top: 20%;
        left: 3%;
    }

    #apps-vmon {
        margin-top: 15%;
    }

    #logo-login {
        right: 2%;
    }

    .sectionlogin {
        top: 50%;
    }
}

@media only screen and (max-width: 770px) {
    .qrContainer {
        top: 21%;
        left: 1%;
        width: 25% !important;
    }
    .qrImage {
        height: 175px !important;
        width: 175px !important;
    }

    .qrText {
        font-size: 10px;
    }

    #apps-vmon {
        margin-top: 10%;
        margin-left: 9%;
    }

    #logo-login {
        right: 2%;
    }

    .sectionlogin {
        top: 50%;
    }
    .login {
        margin-left: 40%;
        margin-top: 5%;
        padding: 2% !important;
    }
}

@media only screen and (max-width: 650px) {
    .qrContainer {
        top: 25%;
        left: 1%;
        width: 25% !important;
    }

    #apps-vmon {
        width: 90% !important;
        margin-top: 10%;
        margin-left: 20%;
    }

    .qrImage {
        height: 150px !important;
        width: 150px !important;
    }
    .qrText {
        font-size: 8px;
    }

    #logo-login {
        right: 2%;
    }

    .login {
        width: 325px;
    }

        .login h2 {
            margin-bottom: 12px !important;
            margin-top: 12px !important;
        }

    .sectionlogin {
        top: 50%;
    }
    #myForm {
        width: 300px;
        height: 177px;
    }
    .footer-login {
        margin-top: 20px !important;
    }
    .campos {
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 500px) {
    .qrContainer {
        top: 25%;
        left: 1%;
        width: 22% !important;
    }

    .qrText {
        font-size: 6px;
    }

    .qrImage {
        height: 100px !important;
        width: 100px !important;
    }

    #apps-vmon {
        width: 99% !important;
        margin-top: 13%;
        margin-left: 15%;
    }

    #apps-vmon ul {
        width: 80%;
        text-align: center;
        margin: 25px auto 0 auto !important;
    }

    #apps-vmon ul li {
        margin: 8px 14px !important;
    }

    #logo-login {
        left: 1%;
    }

    .sectionlogin {
        top: 60% !important;
    }
    .login {
        width: 269.19532px !important;
        height: 269.19532px !important;
        margin-left: 41% !important;
    }
        .login h1 {
            font-size: 25px !important;
            font-weight: 700;
        }

        .login h2 {
            font-size: 12px !important;
            margin-bottom: 10px !important;
            margin-top: 10px !important;
        }
    #myForm {
        width: 300px;
        height: 177px;
    }
    .footer-login {
        margin-top: 0px !important;
    }

    .campos {
        margin-top: 20px !important;
    }
        .campos input {
            width: 75% !important;
        }
}

.qrImage {
    height: 200px;
    width: 200px;
}

h3, h2, h1 {
    font-family: "Roboto", sans-serif;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

h2 {
    line-height: 1.4em;
}

button.activo-button, button.activo-button:hover {
    margin-top: 20px;
    float: right;
    background: #4285F4;
    color: #fff;
    font-weight: 500;
}

button.cancelar-button, button.cancelar-button:hover {
    margin-top: 20px;
    margin-right: 20px;
    float: right;
    font-weight: 500;
}

.validation-style {
    color: #f00;
}

#login {
    width: 100%;
    max-width: 360px;
    height: 440px;
    border-radius: 5px;
    background: #222;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.navbar-inverse {
    border: 0;
}

#header-login {
    height: 84px;
    width: 100%;
    background: #4285F4;
    border-radius: 5px 5px 0 0;
    margin-top: -20px;
}

    #header-login h1 {
        height: 100%;
        line-height: 84px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: 34px;
    }

#content-login {
    width: calc( 100% - 48px );
    margin: 24px auto;
    margin-top: 0;
}

    #content-login h1 {
        font-size: 24px;
        font-weight: 500;
        float: left;
        width: 100%;
        margin-bottom: 8px;
        color: #fff;
    }

    #content-login p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.4em;
        margin-bottom: 8px;
    }



.bloque-contenido-campos-popup {
    float: left;
    width: 100%;
    position: relative;
    height: 36px;
    margin: 20px 0 16px 0;
}

    .bloque-contenido-campos-popup ul {
        width: 100%;
    }

    .bloque-contenido-campos-popup li {
        position: relative;
        float: left;
    }

    .bloque-contenido-campos-popup label {
        position: absolute;
        left: 0;
        line-height: 20px;
        height: 20px;
        width: 100%;
        color: #fff;
        font-size: 16px;
    }

    input[type="password"], input[type="text"], .bloque-contenido-campos-popup input {
        width: 100%;
        position: absolute;
        left: 0;
        font-size: 16px;
        border: none;
        border-bottom: 1px solid #6B6B6B;
        background: none;
        color: #fff !important;
        height: 36px;
        padding: 0;
        margin: 0;
        font-weight: 500;
        z-index: 50;
        top: 12px;
    }

        .bloque-contenido-campos-popup input:focus {
            color: #000;
            border-bottom: none;
        }

            .bloque-contenido-campos-popup input:focus ~ label.titulo-campo-vacio,
            .bloque-contenido-campos-popup input:valid ~ label.titulo-campo-vacio {
                text-transform: uppercase;
                -webkit-animation-name: animation-titulo-campo-vacio;
                -moz-animation-name: animation-titulo-campo-vacio;
                -ms-animation-name: animation-titulo-campo-vacio;
                -o-animation-name: animation-titulo-campo-vacio;
                animation-name: animation-titulo-campo-vacio;
                -webkit-animation-duration: 0.2s;
                -moz-animation-duration: 0.2s;
                -ms-animation-duration: 0.2s;
                -o-animation-duration: 0.2s;
                animation-duration: 0.2s;
                -webkit-animation-iteration-count: 1;
                -moz-animation-iteration-count: 1;
                -ms-animation-iteration-count: 1;
                -o-animation-iteration-count: 1;
                animation-iteration-count: 1;
                -webkit-animation-fill-mode: forwards;
                -moz-animation-fill-mode: forwards;
                -ms-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                -webkit-animation-timing-function: ease-out;
                -moz-animation-timing-function: ease-out;
                -ms-animation-timing-function: ease-out;
                -o-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
            }

            .bloque-contenido-campos-popup input:focus ~ label.titulo-campo-lleno {
                text-transform: uppercase;
                -webkit-animation-name: animation-titulo-campo-lleno;
                -moz-animation-name: animation-titulo-campo-lleno;
                -ms-animation-name: animation-titulo-campo-lleno;
                -o-animation-name: animation-titulo-campo-lleno;
                animation-name: animation-titulo-campo-lleno;
                -webkit-animation-duration: 0.2s;
                -moz-animation-duration: 0.2s;
                -ms-animation-duration: 0.2s;
                -o-animation-duration: 0.2s;
                animation-duration: 0.2s;
                -webkit-animation-iteration-count: 1;
                -moz-animation-iteration-count: 1;
                -ms-animation-iteration-count: 1;
                -o-animation-iteration-count: 1;
                animation-iteration-count: 1;
                -webkit-animation-fill-mode: forwards;
                -moz-animation-fill-mode: forwards;
                -ms-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                -webkit-animation-timing-function: ease-out;
                -moz-animation-timing-function: ease-out;
                -ms-animation-timing-function: ease-out;
                -o-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
            }

            .bloque-contenido-campos-popup input:focus ~ .underline-input-generica {
                margin: auto;
                -webkit-animation-name: animation-underline-generica;
                -moz-animation-name: animation-underline-generica;
                -ms-animation-name: animation-underline-generica;
                -o-animation-name: animation-underline-generica;
                animation-name: animation-underline-generica;
                -webkit-animation-duration: 0.2s;
                -moz-animation-duration: 0.2s;
                -ms-animation-duration: 0.2s;
                -o-animation-duration: 0.2s;
                animation-duration: 0.2s;
                -webkit-animation-iteration-count: 1;
                -moz-animation-iteration-count: 1;
                -ms-animation-iteration-count: 1;
                -o-animation-iteration-count: 1;
                animation-iteration-count: 1;
                -webkit-animation-fill-mode: forwards;
                -moz-animation-fill-mode: forwards;
                -ms-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                -webkit-animation-timing-function: ease-out;
                -moz-animation-timing-function: ease-out;
                -ms-animation-timing-function: ease-out;
                -o-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
            }

            .bloque-contenido-campos-popup input:focus ~ .underline-input-error {
                margin: auto;
                -webkit-animation-name: animation-underline-error;
                -moz-animation-name: animation-underline-error;
                -ms-animation-name: animation-underline-error;
                -o-animation-name: animation-underline-error;
                animation-name: animation-underline-error;
                -webkit-animation-duration: 0.2s;
                -moz-animation-duration: 0.2s;
                -ms-animation-duration: 0.2s;
                -o-animation-duration: 0.2s;
                animation-duration: 0.2s;
                -webkit-animation-iteration-count: 1;
                -moz-animation-iteration-count: 1;
                -ms-animation-iteration-count: 1;
                -o-animation-iteration-count: 1;
                animation-iteration-count: 1;
                -webkit-animation-fill-mode: forwards;
                -moz-animation-fill-mode: forwards;
                -ms-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                -webkit-animation-timing-function: ease-out;
                -moz-animation-timing-function: ease-out;
                -ms-animation-timing-function: ease-out;
                -o-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
            }

    .bloque-contenido-campos-popup h2 {
        text-align: center;
    }

.titulo-campo-vacio {
    top: 20px;
    font-size: 16px;
    color: #8e8e8e;
    text-transform: none;
}

.titulo-campo-lleno {
    top: 0;
    font-size: 11px !important;
    text-transform: uppercase;
    color: #000;
}

.recordar-sesion {
    margin-top: 20px;
    color: #fff;
}

#footer-login {
    bottom: 24px;
    width: calc( 360px - 48px );
    position: absolute;
}

    #footer-login h2 {
        float: left;
        color: #fff;
        font-size: 14px;
        height: 32px;
        line-height: 32px;
    }
/* STYLES UNDERLINE ANIMADA & MESSAGE ERROR */
.underline-animate-style, .underline-input-error, .underline-input-generica {
    width: 0;
    position: absolute;
    left: 50%;
    border: none;
}

.underline-input-generica {
    transform: translateX(-50%);
    box-shadow: inset 0px -2px 0px 0px #4285F4;
    bottom: 0;
    top: 24px;
    height: 36px;
}

.underline-input-error {
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 36px;
    top: 24px;
}

.error-page {
    margin-top: 5%;
    width: 40%;
}
.col-sm-6 {
    width: 100%;
}
.message-error-campo {
    position: absolute;
    height: 20px;
    top: 68px;
    left: 0;
}

    .message-error-campo p {
        font-size: 12px !important;
        text-decoration: none;
        -webkit-animation-name: animation-texto-error;
        -moz-animation-name: animation-texto-error;
        -ms-animation-name: animation-texto-error;
        -o-animation-name: animation-texto-error;
        animation-name: animation-texto-error;
        -webkit-animation-duration: 0.3s;
        -moz-animation-duration: 0.3s;
        -ms-animation-duration: 0.3s;
        -o-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        -ms-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
/* ****************************************************** */
/* ANIMACIONES POPUP */
/* ****************************************************** */
@-webkit-keyframes animation-titulo-campo-vacio {
    from {
        top: 26px;
    }

    to {
        top: 0px;
        color: #fff;
        font-size: 11px;
    }
}

@-moz-keyframes animation-titulo-campo-vacio {
    from {
        top: 26px;
    }

    to {
        top: 0px;
        color: #fff;
        font-size: 11px;
    }
}

@-ms-keyframes animation-titulo-campo-vacio {
    from {
        top: 26px;
    }

    to {
        top: 0px;
        color: #fff;
        font-size: 11px;
    }
}

@-o-keyframes animation-titulo-campo-vacio {
    from {
        top: 26px;
    }

    to {
        top: 0px;
        color: #fff;
        font-size: 11px;
    }
}

@keyframes animation-titulo-campo-vacio {
    from {
        top: 26px;
    }

    to {
        top: -5px;
        color: #fff;
        font-size: 11px;
    }
}

@-webkit-keyframes animation-titulo-campo-lleno {
    from {
        color: #fff;
    }

    to {
        color: #4285F4;
    }
}

@-moz-keyframes animation-titulo-campo-lleno {
    from {
        color: #fff;
    }

    to {
        color: #4285F4;
    }
}

@-ms-keyframes animation-titulo-campo-lleno {
    from {
        color: #fff;
    }

    to {
        color: #4285F4;
    }
}

@-o-keyframes animation-titulo-campo-lleno {
    from {
        color: #fff;
    }

    to {
        color: #4285F4;
    }
}

@keyframes animation-titulo-campo-lleno {
    from {
        color: #fff;
    }

    to {
        color: #4285F4;
    }
}

@-webkit-keyframes animation-underline-generica {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-moz-keyframes animation-underline-generica {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-ms-keyframes animation-underline-generica {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-o-keyframes animation-underline-generica {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes animation-underline-generica {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes animation-underline-error {
    from {
        border-bottom: 2px solid #4285f4;
        opacity: 0;
    }

    to {
        border-bottom: 2px solid #ff0000;
        opacity: 1;
    }
}

@-moz-keyframes animation-underline-error {
    from {
        border-bottom: 2px solid #4285f4;
        opacity: 0;
    }

    to {
        border-bottom: 2px solid #ff0000;
        opacity: 1;
    }
}

@-ms-keyframes animation-underline-error {
    from {
        border-bottom: 2px solid #4285f4;
        opacity: 0;
    }

    to {
        border-bottom: 2px solid #ff0000;
        opacity: 1;
    }
}

@-o-keyframes animation-underline-error {
    from {
        border-bottom: 2px solid #4285f4;
        opacity: 0;
    }

    to {
        border-bottom: 2px solid #ff0000;
        opacity: 1;
    }
}

@keyframes animation-underline-error {
    from {
        border-bottom: 2px solid #4285f4;
        opacity: 0;
    }

    to {
        border-bottom: 2px solid #ff0000;
        opacity: 1;
    }
}

@-webkit-keyframes animation-texto-error {
    from {
        margin-left: -20px;
        opacity: 0;
    }

    to {
        margin-left: 0;
        opacity: 1;
    }
}

@-moz-keyframes animation-texto-error {
    from {
        margin-left: -20px;
        opacity: 0;
    }

    to {
        margin-left: 0;
        opacity: 1;
    }
}

@-ms-keyframes animation-texto-error {
    from {
        margin-left: -20px;
        opacity: 0;
    }

    to {
        margin-left: 0;
        opacity: 1;
    }
}

@-o-keyframes animation-texto-error {
    from {
        margin-left: -20px;
        opacity: 0;
    }

    to {
        margin-left: 0;
        opacity: 1;
    }
}

@keyframes animation-texto-error {
    from {
        margin-left: -20px;
        opacity: 0;
    }

    to {
        margin-left: 0;
        opacity: 1;
    }
}

.style-flat-button, .flat-button-dense, .flat-button {
    float: right;
    position: relative;
}

    .style-flat-button span, .flat-button-dense span, .flat-button span {
        width: 0%;
        transition: width 0.2s ease-in;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5;
        cursor: pointer;
    }

    .style-flat-button a, .flat-button-dense a, .flat-button a {
        text-transform: uppercase;
        font-size: 14px;
        padding: 12px;
        height: 100%;
    }

        .style-flat-button a:active ~ span, .flat-button-dense a:active ~ span, .flat-button a:active ~ span {
            -webkit-animation-name: animation-active-button;
            -moz-animation-name: animation-active-button;
            -ms-animation-name: animation-active-button;
            -o-animation-name: animation-active-button;
            animation-name: animation-active-button;
            -webkit-animation-duration: 0.2s;
            -moz-animation-duration: 0.2s;
            -ms-animation-duration: 0.2s;
            -o-animation-duration: 0.2s;
            animation-duration: 0.2s;
            -webkit-animation-iteration-count: 1;
            -moz-animation-iteration-count: 1;
            -ms-animation-iteration-count: 1;
            -o-animation-iteration-count: 1;
            animation-iteration-count: 1;
            -webkit-animation-fill-mode: forwards;
            -moz-animation-fill-mode: forwards;
            -ms-animation-fill-mode: forwards;
            -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-timing-function: ease-out;
            -moz-animation-timing-function: ease-out;
            -ms-animation-timing-function: ease-out;
            -o-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }

.raised-dense-button {
    float: right;
    position: relative;
    margin-left: 8px;
    margin-top: 20px;
}

    .raised-dense-button span {
        width: 0%;
        height: 32px;
        background: rgba(255, 255, 255, 0.2);
        transition: width 0.2s ease-in;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5;
        cursor: pointer;
    }

    .raised-dense-button a {
        height: 32px;
        padding: 0 16px;
        display: inline-block;
        position: relative;
        background: #4285F4;
        border-radius: 2px;
        /**/
        color: #fff;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 32px;
        text-decoration: none;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
        -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
        transition: box-shadow 0.2s ease-in;
        cursor: pointer !important;
    }

        .raised-dense-button a:active {
            -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.4);
            -ms-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.4);
            -o-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.4);
        }

            .raised-dense-button a:active ~ span {
                -webkit-animation-name: animation-active-button;
                -moz-animation-name: animation-active-button;
                -ms-animation-name: animation-active-button;
                -o-animation-name: animation-active-button;
                animation-name: animation-active-button;
                -webkit-animation-duration: 0.2s;
                -moz-animation-duration: 0.2s;
                -ms-animation-duration: 0.2s;
                -o-animation-duration: 0.2s;
                animation-duration: 0.2s;
                -webkit-animation-iteration-count: 1;
                -moz-animation-iteration-count: 1;
                -ms-animation-iteration-count: 1;
                -o-animation-iteration-count: 1;
                animation-iteration-count: 1;
                -webkit-animation-fill-mode: forwards;
                -moz-animation-fill-mode: forwards;
                -ms-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                -webkit-animation-timing-function: ease-out;
                -moz-animation-timing-function: ease-out;
                -ms-animation-timing-function: ease-out;
                -o-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
            }

.flat-button span {
    height: 36px;
    background: rgba(95, 180, 240, 0.3);
}

.flat-button a {
    color: #fff;
    line-height: 36px;
}

.flat-button-dense span {
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
}

.flat-button-dense a {
    color: #fff;
    line-height: 32px;
}

@-webkit-keyframes animation-active-button {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-moz-keyframes animation-active-button {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-ms-keyframes animation-active-button {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-o-keyframes animation-active-button {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes animation-active-button {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.qrContainer {
    background-color: #272727;
    width: 220px;
    padding-bottom: 0.5%;
    position: absolute;
}
.qrText {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    padding-right: 30%;
    padding-left: 5%;
    padding-top: 5%;
    font-weight: normal;
}
.qrImageContainer {
    display: flex;
    justify-content: center;
}

#header-launcher {
    width: 100%;
    float: left;
    margin-top: 260px;
    text-align: center;
}

    #header-launcher h1 {
        color: #ffffff;
        font-size: 64px;
        font-weight: 700;
    }

#apps-vmon {
    width: 100%;
    float: left;

}

    #apps-vmon ul {
        width: 80%;
        text-align: center;
        margin: 64px auto 0 auto;
    }

        #apps-vmon ul li {
            display: inline-block;
            width: 64px;
            height: 48px;
            margin: 24px 16px;
            cursor: pointer;
            vertical-align: top;
        }

.icon {
    width: 100%;
    height: 100%;
    float: left;
    background: #323232;
    margin-bottom: 16px;
}

.name-app {
    text-align: center;
    font: normal normal normal 14px/24px Roboto;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.cad-icon {
    background: url("/assets/images/cad.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.dropdown-toggle.profile {
    background: url("/assets/images/clientmanager.png") no-repeat;
    background-position: center;
}

.vmon-icon {
    background: url(/assets/images/smartclient.png) no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.avl-icon {
    background: url("/assets/images/avl.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.syncroback-icon {
    background: url("/assets/images/syncroback.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.vmonbackoffice-icon {
    background: url("/assets/images/backoffice.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.reportuser-icon {
    background: url("/assets/images/reportes.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.clientmanager-icon {
    background: url("/assets/images/clientmanager.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.suprema-icon {
    background: url("/assets/images/suprema.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.retail-icon {
    background: url("/assets/images/retail.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.secondView-icon {
    background: url("/assets/images/secondView.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}

.face-icon {
    background: url("/assets/images/face.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}
.lpr-icon {
    background: url("/assets/images/lpr.png") no-repeat;
    background-position: center;
    height: 65px;
    display: flex;
}
.remember-label {
    font-weight: normal;
}


/*# sourceMappingURL=app.css.map */
    input: -webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #222 inset !important;
    -webkit-text-fill-color: #ccc;
    border: #ff0000;
}


section.sectionlogin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
    section.sectionlogin {
        justify-content: space-evenly;
    }
}

@media (max-width: 900px) {
    ca
    section.sectionlogin {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
}

@media (max-width: 900px) {
    .logo {
        display: none
    }
}


@media (max-width: 812px) {
    #header-launcher h1 {
        font-size: 48px !important;
    }

    #header-launcher {
        margin-top: 64px;
    }
}

@media (max-width: 480px) {

    section .sectionlogin {
        top: 58% !important;
        left: 50%;
        transform: translate(-50%);
    }

    .login {
        margin-top: 0;
    }
}

@media (max-width: 320px) {

    .login h1 {
        font-size: 32px !important;
    }

    .login h2 {
        margin: 12px 0 !important;
    }
}

.login {
    background: #222;
    padding: 7%;
}

    .login h1 {
        font-size: 38px;
        font-weight: 700;
    }

    .login h2 {
        font-size: 16px;
        font-weight: 400;
        margin: 24px 0;
        color: #8e8e8e;
    }

        .login h2 span {
            color: #4285F4;
        }

.title-input {
    font-size: 12px;
}

.campos-remember {
    display: none;
    margin-top: 60px;
    position: relative;
}

.campos {
    margin-top: 40px;
    position: relative;
}

    .campos label, .campos input {
        width: 100%;
    }

    .campos label {
        color: #D3D3D3;
    }

    .campos input {
        margin-top: 16px;
        height: 20px;
        border-bottom: 1px solid #D3D3D3;
        font-size: 16px;
        color: #fff;
        padding-bottom: 4px;
    }

        .campos input:focus {
            border-bottom: 2px solid #4285F4;
        }

            .campos input:focus + .icon-visible {
                opacity: 1;
            }

    .campos p {
        color: #ff0000;
        font-size: 12px;
        margin-top: 8px;
    }

.error {
    border-bottom: 2px solid #ff0000 !important;
    color: #ff0000 !important;
}

.icon-visible {
    position: absolute;
    top: 24px;
    cursor: pointer;
    opacity: 1;
    z-index: 1000;
}

.footer-login {
    margin-top: 20px;
    float: right;
}

    .footer-login button {
        background: #4285F4;
        border: none;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
        height: 36px;
        padding: 0 16px;
        border-radius: 36px;
        cursor: pointer;
        margin-left: 5%;
    }



.logout {
    background: #3A3A3A;
    padding: 72px;
}

    .logout h1 {
        font-size: 38px;
        font-weight: 700;
    }

    .logout h2 {
        font-size: 16px;
        font-weight: 400;
        margin: 24px 0;
        color: #8e8e8e;
    }

        .logout h2 span {
            color: #4285F4;
        }


.footer-logout {
    margin-top: 72px;
    float: right;
}

    .footer-logout button {
        background: #4285F4;
        border: none;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
        height: 36px;
        padding: 0 16px;
        border-radius: 36px;
        cursor: pointer;
    }

        .footer-logout button.cancel {
            background: #222;
            border: solid 1px #ccc;
            font-size: 14px;
            text-align: center;
            height: 36px;
            padding: 0 16px;
            border-radius: 36px;
            cursor: pointer;
            margin-right: 16px;
        }


section.sectionlogout {
    display: flex;
    align-items: center;
    width: 517px;
    height: fit-content;
}

/*# sourceMappingURL=app.css.map */
    .dropdown-menu {
    background: #222 !important;
    color: #ccc !important;
}

    .dropdown-menu > li > a {
        background: #222 !important;
        color: #ccc !important;
    }

.navbar-inverse {
    background: none !important;
}

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background: none !important;
    }

.container-fluid {
    flex-flow: row-reverse;
    display: flex;
}

.navbar-nav > li > .dropdown-menu {
    margin-left: -70px;
    text-align: center;
}

.dropdown-menu > li > a {
    padding: 4px 0;
}

section.sectionTermsAndConditions {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
}

.TermsAndConditions {
    background: #222;
    padding: 30px;
}

    .TermsAndConditions h1 {
        font-size: 18px;
        font-weight: 700;
    }

    .TermsAndConditions [type="submit"] {
        background: #4285F4;
        border: none;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
        height: 36px;
        padding: 0 16px;
        border-radius: 36px;
        cursor: pointer;
        float: right;
    }

.content-terms-conditions {
    overflow-y: scroll;
    height: 500px;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    white-space: pre-wrap;
}

.footer-terms-conditions {
    margin-top: 20px;
}
.logoutContainer {
    height: fit-content;
    align-self: center;
}
.containerPassword {
    display: flex;
    flex-direction: column;
    float: right;
    background: #3A3A3A 0% 0% no-repeat padding-box;
    height: fit-content;
    width: 25%;
    align-self: center;
    font-family: "Roboto", sans-serif;
}

.innerContainer {
    padding: 10%;
}

/* vmon-4149/4465/ * ddvl *  Punto 1/3: Login para resolucion (1366x768) WXGA Display */
@media screen and (max-width: 1366px) {
    .logoNuevo {
        width: 55%;
    }
}
