* {
    border-radius: 0 !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.fill { 
    min-height: 100%;
    height: 100%;
}

.container-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 82vh;
}

.container-ppal {
    width: 27%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #d9dee5;
    border-top: none;
    box-shadow: 3px 3px 6px 0px #dcdcdc;
}

.container-index {
    width: 100% !important;
    box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.2);
} 

/* LOGIN SCREEN */
.form-login-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 10px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
    background-color: #E8F0FE;
    border: 1px solid #cccccc !important;
    box-shadow: none !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px;
}

.loginscreen {
    background-image: url(../../Images/background-login.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.login-form {
    padding: 10px 20px 20px 20px;
    background: white;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.version-alissta {
    background: white;
    display: flex;
    justify-content: center;
    padding: 0 2%;
    color: rgb(61, 78, 90);
}

.login-form input {
    text-align: center;
}

.login-form .form-fields {
    width: 85%;
}

.form-fields-registro {
    width: 90%;
    margin-top: 15px;
    border: 1px solid #D9DEE5;
    background-color: #D9DEE5;
    display: inline-block;
    padding: 0px 20px;
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 4px;
}

.app-logo-login {
    max-height: 100px;
    width: 225px;
}

.logo-positiva {
    width: 210px;
    margin-top: 3%;
}

.opciones-login {
    background-color:#D9DEE5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 2.5vh;
}

.password-recovery {
    background-color: rgba(229, 229, 229, 0.62);
    display: inline-block;
    padding: 5px 20px;
    margin: 10px;
    font-size: 13px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.login-submit {
    width: 100%;
    border: none;
    font-size: 18px !important;
    height: 35px;
}

.password-recovery {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #666;
}

.password-recovery p {
    margin-bottom: 0;
}

img {
    max-width: 100% !important;
    height: auto;
}

.autoevaluacion-covid {
    margin-top: 0.5%;
    width: 23%;
}

.btn-home, .btn-home:hover {
    color: black;
    text-decoration: none;
    font-size: 12px !important;
}

input[type="text"] {
    outline: none;
    box-sizing: border-box;
}

.inputWithIcon {
    position: relative;
}

.form-login-control:active, .form-login-control:focus, .form-login-control:hover {
    outline: none;
}

.login-submit:active, .login-submit:focus, .login-submit:hover {
    outline: none !important;
    border: none !important;
}

.inputWithIcon i {
    position: absolute;
    right: 5px;
    top: 0px;
    padding: 10px;
    cursor: pointer;
}

.footer-login {
    background-color: #ff7500;
    bottom:0;
    position: fixed;
    padding: 5px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    width: 100%;
    margin-top: 6px;
}

.footer-login p {
    margin: 0;
    word-spacing: 2px;
}

.delay025 {
    animation-delay: .25s;
}

.delay050 {
    animation-delay: .5s;
}

.delay075 {
    animation-delay: .75s;
}

.delay1 {
    animation-delay: 1s;
}

/* HEADER */
.header-alissta {
    box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.2);
}

.logo-empresa img {
    height: 70px;
}

/* SIDEBAR USER INFO */
.alissta-user-data {
    background-color: #ddd;
    overflow: hidden;
    padding: 15px 10px;
    text-transform: uppercase;
}

.user-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.user-role {
    font-size: 11px;
    margin-bottom: 0;
}

.logout-link {
    color: #fff;
    font-size: 11px;
}

/* SIDEBAR MENU */
.alissta-menu{
    background-color: #7E8A97;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.alissta-menu ul {
    margin:0;
    padding: 0;
}

.alissta-menuitem {
    border-bottom: solid 1px rgba(255,255,255,.3)
}

.alissta-menuitem:hover {
    background-color: rgba(0,0,0,.15)
}

.alissta-menuitem a {
    color: #fff !important;
    padding: 10px 25px;
    display: block;
    text-decoration: none!important;
}

/*Otros estilos*/
.error {
    color: red;
    font-weight: normal;
    font-style: oblique;
    font-size: 12px;
}

/* Media querie para dispositivos de maximo 1024px (Ipad Pro) */
@media screen and (max-width: 1024px) {
    .container-ppal {
        width: 45%;
    }
    .container-login {
        width: 100%;
        height: 82vh;
    }
    .app-logo-login {
        width: 60%;
        margin-bottom: 2%;
    }
    .login-form {
        padding: 20px 15px 50px 15px;
    }
    .login-form .form-fields {
        width: 80%;
    }
    .form-login-control {
        height: 45px;
        margin-bottom: 2%;
    }
    .logo-positiva {
        width: 55%;
    }
    .opciones-login {
        width: 45%;
        height: 1.5vh;
    }
    .autoevaluacion-covid {
        width: 40%;
    }
    .footer-login {
        font-size: 16px;
    }
}
/* Media querie para dispositivos de maximo 768px (tablets) */
@media screen and (max-width: 768px) {
    .container-ppal {
        width: 55%;
    }
    .container-login {
        width: 100%;
    }
    .app-logo-login {
        width: 60%;
    }
    .login-form {
        padding: 20px 15px 30px 15px;
    }
    .form-login-control {
        height: 40px;
        margin-bottom: 2.5%;
    }
    .opciones-login {
        width: 45%;
        height: 2vh;
    }
    .logo-positiva {
        width: 50%;
    }
    .autoevaluacion-covid {
        width: 50%;
    }
}
/* Media querie para dispositivos de maximo 414px (celulares) */
@media screen and (max-width: 414px) {
    .loginscreen {
        background-size: initial;
    }
    .container-ppal {
        width: 100%;
    }
    .container-login {
        height: 100%;
    }
    .app-logo-login {
        width: 55%;
    }
    .login-form {
        padding: 10px 15px 30px 15px;
    }
    .login-form .form-fields {
        width: 90%;
    }
    .login-submit {
        font-size: 16px !important;
    }
    .logo-positiva {
        width: 50%;
    }
    .version-alissta {
        font-size: 12px;
    }
    .autoevaluacion-covid {
        margin-top: 2%;
        width: 75%;
    }
    .opciones-login {
        width: 48%;
        height: 3vh;
    }
    .footer-login {
        font-size: 12px;
        font-weight: normal;
    }
}
/* Media querie para dispositivos de maximo 320px (celulares) */
@media screen and (max-width: 320px) {
    .container-ppal {
        width: 100% !important;
    }
    .container-login {
        height: 100% !important;
    }
    .app-logo-login {
        width: 55% !important;
    }
    .form-login-control {
        height: 30px;
    }
    .opciones-login {
        width: 49% !important;
        height: 3.5vh !important;
    }
    .btn-home, .btn-home:hover {
        font-size: 10.5px !important;
    }
    .logo-positiva {
        width: 55% !important;
    }
    .autoevaluacion-covid {
        margin-top: 2%;
        width: 75% !important;
    }
    .footer-login {
        font-size: 10.5px;
    }
}
/* Media querie para alturas de maximo 625px (resoluciones de portatiles de 14') */
@media screen and (max-height: 625px) {
    .container-ppal {
        width: 30%;
    }
    .app-logo-login {
        width: 48%;
    }
    .login-form {
        padding: 15px;
    }
    .login-form .form-fields {
        width: 85%;
    }
    .logo-positiva {
        width: 45%;
    }
    .opciones-login {
        width: 48%;
        height: 3vh;
    }
    .container-login {
        height: 90vh;
    }
    .autoevaluacion-covid {
        width: 20%;
        margin-top: 0;
    }
}

/*Nuevos estilos cambio look and field*/
.label_requerido {
    position: absolute;
    right: 12px;
    top: -8px;
    color: #ff7500;
    background: #fff;
    font-size: 11px;
}

.iconoIzq {
    border-radius: 15px 0px 0px 15px !important;
    border-right-style: none !important;
    font-size: 23px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.iconoDer {
    border-radius: 0px 15px 15px 0px !important;
    border-left-style: none !important;
    font-size: 20px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.bordeIconoReq {
    border-color: #ff7500 !important;
}

.inputDocumento {
    border-left-style: none !important;
    border-radius: 0px 15px 15px 0px !important;
    position: unset !important;
}

.inputClave {
    border-right-style: none !important;
    border-left-style: none !important;
    position: unset !important;
}

#spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.5rem;
    height: 3.5rem;
    /* transform: translate(-50%, -50%); */
    display: none;
}


@media screen and (max-width: 1000px) {
    #login_web{
        display:none !important;
    }
    /*#login_mov_hor {
        display: none !important;
    }*/
    .carruselMovilSeleccionado {
        background-color: #FF7600;
        width: 15px;
        height: 15px;
        border-radius: 10px !important;
        cursor: pointer
    }
    .carruselMovil {
        background-color: white;
        width: 15px;
        height: 15px;
        border-radius: 10px !important;
        cursor: pointer;
        border: solid 1px #FF7600;
    }

    .whatsapMovil {
        height: 60px !important;
        width: 60px !important;
        position: fixed !important;
        right: 80% !important;
        bottom: 1%;
        z-index: 99999 !important;
        overflow: hidden !important;
        cursor: pointer;
    }
    .superintendencia {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    #login_movil {
        display: none !important;
    }
    #login_mov_hor {
        display: none !important;
    }
    .whatsapMovil {
        height: 60px !important;
        width: 60px !important;
        position: fixed !important;
        right: 93% !important;
        bottom: 1%;
        z-index: 99999 !important;
        overflow: hidden !important;
        cursor: pointer;
    }
    .superintendencia {        
        height: 250px !important;
        width: 60px !important;
        position: fixed !important;
        right: 96% !important;
        bottom: 45%;
        z-index: 99999 !important;
        overflow: hidden !important;
    }
}

@media only screen and (orientation: landscape) {
    .whatsapMovil {
        height: 60px !important;
        width: 60px !important;
        position: fixed !important;
        right: 90% !important;
        bottom: 5%;
        z-index: 99999 !important;
        overflow: hidden !important;
        cursor: pointer;
    }
}

@media screen and (max-width: 1920px) and (min-width: 1315px) {
    .links {
        font-style: normal;
        color: #5A6973;
        font-size: 12px !important;
    }
    .links:hover {
        font-style: normal;
        color: #ff7500;
        font-size: 12px !important;
    }
    .titulo1 {
        font-style: normal;
        color: #5A6973;
        font-size: 20px;
        font-weight: bold
    }
    .titulo2 {
        font-style: normal;
        color: #5A6973;
        font-size: 20px;
        font-weight: bold
    }
}

@media screen and (max-width: 1315px) and (min-width: 1153px) {
    .links {
        font-style: normal;
        color: #5A6973;
        font-size: 10px !important;
    }
    .links:hover {
        font-style: normal;
        color: #ff7500;
        font-size: 10px !important;
    }
    .titulo1 {
        font-style: normal;
        color: #5A6973;
        font-size: 20px;
        font-weight: bold
    }

    .titulo2 {
        font-style: normal;
        color: #5A6973;
        font-size: 20px;
        font-weight: bold
    }
}

@media screen and (max-width: 1153px) and (min-width: 1000px) {
    .links {
        font-style: normal;
        color: #5A6973;
        font-size: 8px !important;
    }
    .links:hover {
        font-style: normal;
        color: #ff7500;
        font-size: 8px !important;
    }
    .titulo1 {
        font-style: normal;
        color: #5A6973;
        font-size: 15px;
        font-weight: bold
    }

    .titulo2 {
        font-style: normal;
        color: #5A6973;
        font-size: 15px;
        font-weight: bold
    }
}