@font-face {
    font-family: 'open_sanslight';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
} 

.boxLoginEdesk{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    display: none;
    background-color: #272b34;
    -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow:    -3px 0px 5px 0px rgba(0, 0, 0, 0.43);
    box-shadow:         -3px 0px 5px 0px rgba(0, 0, 0, 0.43);
}

.boxLoginEdesk.estilosPositiva{
    background-color: white;
    border-left: 1px solid #ccc;
}

.boxLoginEdesk.estilosColpensiones{
    background-color: white;
    border-left: 1px solid #ccc;
}

.boxLoginEdesk .boxData{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}
.boxLoginEdesk .boxlogoProd{
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
}
.boxLoginEdesk .iconLogin{
    position: relative;
    width: 60%;
    height: 70px;
    right: 0px;
    left: 0px;
    margin: auto; 
    margin-top: 10px;
    background-image: url('../img/userLog_new.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.boxLoginEdesk .iconTxtLogin{
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: 'open_sansregular', arial;
    color: #f6f6f6;
    text-align: center;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.boxLoginEdesk .containData{
    position: relative;
    box-sizing: border-box;
    width: 90%;
    height: auto;
    overflow: hidden;
    top: 40px;
    margin-left: 5%;
    border-radius: 5px;
    box-sizing: border-box;
}

.boxLoginEdesk.estilosPositiva .boxInputss{
    border: 1px solid #ccc;
}
.boxLoginEdesk .boxInputss{
    position: relative;
    width: 70%;
    margin-left: 15%;
    height: 100%;
    margin-bottom: 10px;
    border-radius: 7px;
    box-sizing: border-box;
    background-color: white;
}
.boxLoginEdesk .searchLog{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 47px;
    font-size: 18px;
    font-family: 'open_sansregular', arial;
    color: #000;
    text-align: center;
    right: 0;
    border: none;
    border-radius: 7px;
    outline: none;
    background-color: transparent;
}
.boxLoginEdesk .btnAcceptPass{
    position: relative;
    box-sizing: border-box;
    width: 70%;
    height: 45px;
    margin-bottom: 10px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid white; 
    background-color: rgba(255,255,255,0.1);
    font-family: 'open_sansregular', arial;
    -webkit-appearance: none;
}
.btnNewAuth{
    margin-left: 15%;
}
.boxLoginEdesk.estilosPositiva .btnAcceptPass{
    background-color: #ff7718;
}
.boxLoginEdesk .btnAcceptPass:active{
    transform: scale(0.95);
}
.boxLoginEdesk .btnAcceptPass:hover{
    background-color: #0054f2;
}
.boxLoginEdesk.estilosPositiva .btnAcceptPass:hover{
    background-color: #ff7718;
}
.boxLoginEdesk.estilosPositiva .btnAcceptPass.btnDef{
    margin-left: 15%;
    border: none;
    color: #49616f;
    background-color: #ccc;
}
.boxLoginEdesk .boxTxtProject, .boxLoginEdesk .btn_NewUser, .boxLoginEdesk .btn_UnLock{
    position: relative;
    box-sizing: border-box;
    width: 70%;
    height: 45px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    margin-left: 15%;
    color: #fff;
    font-family: 'open_sansregular', arial;
}
.boxLoginEdesk .boxTxtProject{
    position: relative;
    width: 90%;
    height: 25px;
    margin-left: 5%;
}
.boxLoginEdesk .btn_NewUser{
    border: 1px solid white;
    background-color: rgba(255,255,255,0.1);
    margin-bottom: 10px;
}
.boxLoginEdesk .btn_Manuales{
    position: relative;
    width: 60%;
    height: 45px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    margin-left: 20%;
    color: #fff;
    box-sizing: border-box;
    font-family: 'open_sansregular', arial;
}
.boxLoginEdesk .boxInfoFotter{
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    bottom: 0;
    background-color: white;
    border: 1px solid blue;
    font-family: 'open_sansregular', arial;
}
.boxLoginEdesk .btnInformation{
    position: relative;
    width: 68%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
    font-family: 'open_sansregular', arial;
}

.boxLoginEdesk.estilosPositiva .btnInformation{
    color: #333;
}

.boxContactForm{
    position: absolute;
    padding: 20px;
    width: 40%;
    height: auto;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #333;
    background-color: white;
    top: 25%;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.43);
    box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.43);
}
.boxContactForm .titleContact{
    position: relative;
    width: 60%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-family: 'open_sansregular', arial;
    color: #333333;
    text-align: left;
    padding: 0px 25px;
    box-sizing: border-box;
}   
.boxContactForm .cancelFormContact{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    border: 2px solid #ccc;
    cursor: pointer;
    background-image: url('../img/closeBlack.svg');
}

.boxContactForm .inputContact, .boxContactForm .btnSend{
    position: relative;
    box-sizing: border-box;
    padding: 0px 15px;
    width: 92%;
    height: 35px;
    margin-top: 15px;
    text-align: left;
    font-size: 17px;
    font-family: 'open_sansregular', arial;
    color: #333;
    text-align: left;
    border-radius: 5px;
    border: 1px solid rgb(0, 94, 157);
}

.boxContactForm .btnSend {
    position: relative;
    text-align: center;
    width: 20%;
    height: 35px;
    margin-left: 40%;
    cursor: pointer;
    border-radius: 5px;
    line-height: 30px;
    border: 2px solid #ccc;
    color: white; 
    background-color: rgb(0, 94, 157);
}

.boxContactForm .userMessageC{
    height: 90px;
}

/**/
.boxForm{
    position: absolute;
    padding: 20px;
    /*width: 800px;*/
    height: auto;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #333;
    background-color: white;
    top: 19%;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.43);
    box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.43);
}

.headerProd{
    position: relative;
    width: 100%;
    height: 100px;
    background-image: url('../img/headerEdesk.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cancelForm, .cancelFormContact{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background-image: url('../img/closeBlack.svg');
}

.cancelForm:hover{
    background-color: rgba(0,0,0,0.2);
}

.formContent{
    position: relative;
    box-sizing: border-box;
    width: 90%;
    height: 90%;
    left: 5%;
    font-size: 16px;
    font-family: 'open_sansregular', arial;
    color: #333;
    text-align: left;
}

.formContent input{
    height: 40px;
    width: 100%;
    border-radius: 5px;
    padding: 0px 15px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    border: 1px solid #ccc;
}

.formContent .divrest{
    text-align: center;
    margin-top: 20px;
}

.formContent .inputrest{
    position: relative;
    margin-left: 40%;
    width: 20%;
    height: 35px;
    background-color: #0054f2;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-family: 'open_sansregular', arial;
}

.boxData .containInfo{
    position: relative;
    width: 100%;
    bottom: 10px;
    overflow: hidden;
    height: auto;
    padding: 10px 45px;
    box-sizing: border-box;
    color: #5f6477;
    font-size: 14px;
    margin-top: 20%;
    font-family: 'open_sansregular', arial;

}

.formContent .inputrest:hover{
    background-color: rgba(0,0,0,0.3);
}
/*estilos productos*/
.boxLoginEdesk.estilosSyc .iconLogin{
    width: 45%;
    background-image: url('../img/userLog_new.svg');
}
.boxLoginEdesk.estilosEdesk .iconLogin{
    background-image: url('../img/userLog_new.svg');
}
.boxLoginEdesk.estilosColpensiones .iconLogin{
    background-image: url('../img/iconColp.svg');    
    height: 100px; 
}
.boxLoginEdesk.estilosColpensiones .boxInputss{
    border: 2px solid #0d5ea8;
}
.boxLoginEdesk.estilosColpensiones .btnAcceptPass{
    background-color: #0d5ea8;
}
.boxLoginEdesk.estilosColpensiones .btn_NewUser{
    background-color: rgba(0, 94, 157, 0.0980392);
    color: rgb(0, 94, 157);
}
.boxLoginEdesk.estilosColpensiones .btnInformation{
    color: #333;
}
.boxLoginEdesk.estilosPositiva .iconLogin{
    background-image: url('../img/iconPos.svg');
    width: 90px;
    height: 90px; 
}
.boxLoginEdesk.estilosCafesalud .iconLogin{
    background-image: url('../img/icon_Cafesalud.svg');
    width: 90px;
    height: 90px; 
}
.boxLoginEdesk.estilosCoomeva .iconLogin{
    background-image: url('../img/icon_Coomeva.svg');
}
.boxLoginEdesk.estilosIuva .iconLogin{
    background-image: url('../img/iconIuvaS.svg');  
    width: 90px;
    height: 90px;  
}
.boxLoginEdesk.estilosSycTrace .iconLogin{
    background-image: url('../img/icon_syctrace.svg');  
    width: 90px;
    height: 90px;  
}
.boxLoginEdesk.estilosYachay .iconLogin{
    background-image: url('../img/iconYachay.svg');  
    width: 90px;
    height: 90px;  
}
.boxLoginEdesk.estilosconsorcioppl2017 .iconLogin{
    background-image: url('../img/userLog_new.svg');  
    margin-top: 30px;
}
.boxLoginEdesk.estilosMedimas .iconLogin{
    background-image: url('../img/iconMedimas.svg');  
    width: 90%;
    height: 90px;
    margin-top: 30px;
}
.boxLoginEdesk.estilosSBS .iconLogin{
    background-image: url('../img/ico_sbs.svg');  
    width: 70%;
    height: 90px;
    margin-top: 30px;
}

.boxLoginEdesk.estilosCaixa .iconLogin{
    background-image: url('../img/caixaLogo.svg');  
    width: 90%;
    height: 90px;
    margin-top: 30px;
}
.boxLoginEdesk.estilosRimac .iconLogin{
    background-image: url('../img/rimac_ico.svg');  
    width: 90%;
    height: 90px;
    margin-top: 30px;
}
.boxLoginEdesk.estilosSanitas .iconLogin{
    background-image: url('../img/icoSanitas.svg');  
    width: 90%;
    height: 90px;
    margin-top: 30px;
}

.boxLoginEdesk.estilosPacifico .iconLogin{
    background-image: url('../img/Pacifico_Icon.svg');  
    width: 90%;
    height: 90px;
    margin-top: 30px;
}

.boxLoginEdesk.estilosCafam .iconLogin{
    background-image: url('../img/iconos/cafam/ico_caf.jpg');
    width: 70%;
    height: 80px;
    margin-top: 10px;
}

.boxLoginEdesk.estilosCamacol .iconLogin{
    margin-top: 50px;
    background-image: url('../img/iconos/camacol/ico_camacol.svg');
}

.boxLoginEdesk.estilosSppat .iconLogin{
    margin-top: 0px;
    height: 100px;
    background-image: url('../img/iconos/sppat/ico_sppat.svg');
}

.boxLoginEdesk.estilosGestora .iconLogin {
    margin-top: 0px;
    height: 100px;
    background-image: url('../img/iconos/gestora/ico_Gestora.svg');
}

.boxLoginEdesk.rimac .iconLogin{
    background-image: url("../img/iconos/rimac/rimac_ico.svg");    
}

.layoutmanager.ly_positiva .boxLoginEdesk .btn_NewUser{
    background-color: rgba(255, 119, 24, 0.3);
    color: #ff7718;
}


.boxForm input::-webkit-input-placeholder {
    color: #808080;
}
.boxForm input:-moz-placeholder { 
    color: #808080;
}
.boxForm input::-ms-input-placeholder  { 
    color: #808080;
}


.searchLog::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
}
.searchLog::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
}
.searchLog:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
}





