/*
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-jul-2018, 16:52:43
    Author     : evalencia
*/
@font-face {
    font-family: 'letrachida';
    src: url('../fonts/helveticaneuebold-webfont.eot');
    src: url('../fonts/helveticaneuebold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helveticaneuebold-webfont.woff') format('woff'),
        url('../fonts/helveticaneuebold-webfont.ttf') format('truetype'),
        url('../fonts/helveticaneuebold-webfont.svg#helvetica_55_romanbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto_regular/Roboto-Regular-webfont.eot');
    src: url('../fonts/roboto_regular/Roboto-Regular-webfont?#iefix') format('embedded-opentype'),
        url('../fonts/roboto_regular/Roboto-Regular-webfont.woff') format('woff'),
        url('../fonts/roboto_regular/Roboto-Regular-webfont.ttf') format('truetype'),
        url('../fonts/roboto_regular/Roboto-Regular-webfont.svg#roboto_55_romanbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Light';
    src: url('../fonts/HelveticaNeue-Light.eot');
    src: local('☺'), url('../fonts/HelveticaNeue-Light.woff') format('woff'), url('../fonts/HelveticaNeue-Light.ttf') format('truetype'), url('../fonts/HelveticaNeue-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: roboto, arial, sans-serif;
    color: #434F5B;
}

.boxContent{

    display: inline-block;
    width: 49.5%;
    height: 100vh;
    vertical-align: top;
    overflow-y: scroll;
}
.boxAccesos{

    display: inline-block;
    width: 49.5%;
    height: 100vh;
    vertical-align: top;
    position: relative;
}
.boxHeader{
    overflow: hidden;
    position: relative;
    height: 100px;
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 1em;
}
.boxContenidoBD {
    background: white;
    width: 80%;
    margin: 0 auto;
    margin-top: 1em;
    padding-bottom: 250px;
}
.boxLogo {
    width: 120px;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
}
.boxCSG {
    width: 100px;
    position: absolute;
    right: 0;
}
.boxLogo img, .boxCSG img{
    width: 100%;
}
.comunicado{
    /*height: 350px;*/
    overflow-y: hidden;
    padding-right: 1em;
}
/*.boxDescargas{
    background: #f1f7ff;
    padding: 1em;
    margin-top: 2em;
}*/
.boxDescargas {
    background: #f1f7ff;
    padding: 1em;
    margin-top: 2em;
    position: fixed;
    bottom: 5%;
    right: 3.5%;
    width: 40%;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
    height: 150px;
    overflow-y: auto;
}
.titleDescargas{
    margin: 0.6em 0;

}
.lnkBox {
    display: inline-block;
    width: 49%;
}
.lnkIcon {
    vertical-align: middle;
    margin-right: 5px;
}

.lnkDescarga {
    cursor: pointer;
    text-decoration: none;
    color: #90AAC8;
    display: inline-block;
    margin: 0;
    padding: 5px 0;
    font-size: 0.8em;
    vertical-align: middle;
    width: 90%;
}
.boxContacto{
    margin-top: 2em;
}
.boxImgContacto{
    width: 32px;
}
.boxCaptcha {
    display: inline-block;
}
.boxImgContacto img{
    width: 100%;
}
.boxImgContacto {
    width: 32px;
    display: inline-block;
    vertical-align: middle;
}
.boxTextContacto{
    display: inline-block;
    vertical-align: middle;
}
.boxTextContacto p {
    color: #434f5b;
    margin: 0;
}
.boxTextContacto a {
    color: #3E8ffc;
    text-decoration: none;
}
/* Acceso proveedores */
.boxAccesosProveedores {
    margin: 0 auto;
    margin-top: 0px;
    display: block;
    width: 40%;
    vertical-align: middle;
    margin-top: 20%;

}
.boxAccesosProveedores a {
    display: block;
    width: 100%;
    padding: 0.8em 0;
    margin-top: 1em;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    color: white;
    border-radius: 3px;
}
.boxProveedoresSinRegistro {
    margin-top: 3em;
}
#iniciar {
    background: #ea0929;
}
#iniciar:hover{
    background: #CC0421;
    color: rgba(255, 255, 255, 0.8);
}
#firma-cdc{
    background: #ffa100;
}
#firma-cdc:hover{
    background: #DD8B00;
    color: rgba(255, 255, 255, 0.8);
}
#servicios{
    background: rgb(76, 175, 80);
}
#servicios:hover{
    color: rgba(255, 255, 255, 0.8);
}
.btnRegistrarCuenta{
    background: #378fff;
}
.btnRegistrarCuenta:hover{
    background: #3475D0;
    color: rgba(255, 255, 255, 0.8);
}
#encuesta{
    background: rgb(76, 175, 80);
}
#encuesta:hover{
    color: rgba(255, 255, 255, 0.8);
}
/* Ventana de formularios */
.boxInParallel {
    background: #4b8ffa;
    color: white;
    position: fixed;
    right: -51%;
    width: 50%;
    height: 100%;
    top: 0;
}
.contentBoxInParallel {
    padding: 1em;
}
.close{
    margin: 0;
    color: white;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: lighter;
}
.boxInParallelForms {
    margin: 0 auto;
    margin-top: 5%;
    width: 70%;
    height: 80vh;
    overflow-y: scroll;
    padding-right: 2%;
    overflow-x: hidden;
}
/* Estilos para los controles de las paginas cargadas */
.boxInParallelForms .headtitle{
    font-size: 1.2em;
}
.boxInParallelForms #contenedor{
    margin-top: 1.6em;
}
.boxInParallelForms #contenedor input{
    width: 90%;
}
.boxInParallelForms label{
    font-size: 14px;
    display: block;
}
.boxInParallelForms input{
    font-size: 16px;
    font-family: roboto, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #777;
    border: solid 0px #aaa;
    border-radius: 0px;
    height: 25px;
    padding: 3px 0 !important;
}
.boxInParallelForms .formRow{
    margin-top: 1em;
}
.boxInParallelForms .formRow span{
    font-size: 12px;
    width: 90%;
}
.boxInParallelForms .btnsForm {
    margin-top: 3em;
    text-align: center;
}
.boxInParallelForms #bregistrar {
    background: #93bcff;
    border: none;
    border-radius: 3px;
    color: white;
    width: 130px;
    height: 35px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    font-size: 16px;
}
.boxInParallelForms #cdc-footer{
    text-align: center;
}
.boxInParallelForms .cdc-button{
    border: none;
    border-radius: 3px;
    color: white;
    width: 130px;
    height: 35px;
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}

.boxInParallelForms #cdc-btnCancel{
    background: #ea0929;
}
.boxInParallelForms #cdc-btnNext, .boxInParallelForms #cdc-btnSign{
    background: #93bcff;
}

.boxInParallelForms #olvideClave{
    color: white;
    text-decoration: none;
    font-size: 12px;
    margin-top: 1em;
    display: block;
}
.boxInParallelForms .formSection{
    background: #f1f7ff;
    height: 35px;
    color: #434f5b;
    width: 100%;
    vertical-align: middle;
}
.boxInParallelForms .formSection p {
    vertical-align: middle;
    position: relative;
    line-height: 35px;
    margin-left: 1em;
}
.boxInParallelForms .radio{
    display: none;
}
.boxInParallelForms #cdc-chk-acepto{
    vertical-align: middle;
}
.boxInParallelForms .labelCheck{
    vertical-align: middle;
}
.separadorRadios{
    display: block;
    position: relative;
}
.labelRadio:before{
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    border-radius: 11px;
    border: 2px solid white;
    background-color: transparent;
}
.radio:checked  + label:after{
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 8.5px;
    left: 3.5px;
    content: " ";
    display: block;
    background: white;
}
/* Estilos proveedores/index.php */
.boxInParallelForms #paso1 #confirmar{
    display:none;
}
.boxInParallelForms #paso1 #pwdleg{
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    width: 90%;
}
.boxInParallelForms #paso2,#paso3{
    display:none;
}
.boxInParallelForms #paso3 #resCorreo{
    display: block;
    font-size: 12px;
    font-weight: normal;
    width: 90%;
}
.boxInParallelForms #lnk-firmar-cdc {
    color: white;
    text-decoration: navajowhite;
    font-size: 1.4em;
}
.boxInParallelForms  #bEliminar {
    cursor: pointer;
    vertical-align: top;
    margin-left: 5px;
    font-size: 1.2em;
    font-weight: bold;
}

#addCCorreo, #addCCFDCorreo, #addCFDEmi,#addCFDNoti{
    font-size: 1.4em;
    color: white;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
#addCCorreo:hover, #addCCFDCorreo:hover, #addCFDEmi:hover, #addCFDNoti:hover{
    color: #fafafa;
}
#divCFDEmisor,#divCFDNotif,#divCCorreo,#divCCFDCorreo{
    position: relative;
    overflow-y:scroll;
    width:75%;
    max-height:133px;
}
#divCFDEmisor ul,#divCFDNotif ul,#divCCorreo ul,#divCCFDCorreo ul{
    list-style: none;
    display:block;
    vertical-align:middle;
    padding: 0;
    margin: 1em 0;
}
#divCFDEmisor input,#divCFDNotif input,#divCCorreo input,#divCCFDCorreo input {
    margin-left: 20px;
    min-width: 10px !important;
}
.boxLoading{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  text-align: center;
  background: rgba(0,0,0,0.4);
}
.boxLoading img {
    vertical-align: middle;
    margin-top: 25%;
}
