
.pleca_spacer1{
    height: 1px;
    width: 100%;
    background-color: #DDDDDD;
    margin-top: 3px;
    margin-bottom: 3px;
}

/*.back_contenido{
    background-color: #F1F1F1;
    min-height: 623px;
    height: auto;
    margin-bottom: 52px;
}*/

.pleca{
    background-color: #303E48;
    border-radius: 5px;
    min-height: 67px;
    width: 100%  ;
    padding: 10px;
}

.texrigth_alineacion{
    text-align: right;
}

.descarga{
    background-color: #F5DFDF;
    border-radius: 5px;
    height: 53px;    
    border-color: #EBC5C5;
    border-width: 3px;
    border-style: solid;    
    cursor: pointer;
}

.vigencia{
    margin-top: 30px;
    border-radius: 5px;
    padding: 15px;
    border-color: #BBBBBB;
    border-width: 1px;
    border-style: solid;    
}


.textgris_descarga{
    text-align: center;
    padding-top: 12px;
    font-size: 16px;
    font-family: 'Segoe UI';
    color:#6B6E74;   
    padding-left: 10px;
}

.spacer90px{
    height: 90px;
}

.spacer15px{
    height: 15px;
}
.textonombre{
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Segoe UI';
    color:#B20000;
}

.text_refrendo{
    color:#C1C5C8;
    font-family: 'Segoe UI';
    font-size: 11px;
}
.margin20{
    margin-top: 20px;
    margin-bottom: 20px;
}

.text_folio{
    color:#ffffff;
    font-family: 'Segoe UI';
    font-size: 30px;
    font-weight: bold;
}

.text_colegio{
    color:#ffffff;
    font-family: 'Segoe UI';
    font-size: 18px;
    padding-top: 7px;

}
.texto_activo{
    text-align: left;
    padding-top: 2px;
    font-size: 14px;
    font-family: 'Segoe UI';
    color:#303E46;
    float: left;
    position: relative;
}

.textodatos{
    text-align: left;
    padding-top: 2px;
    font-size: 14px;
    font-family: 'Segoe UI';
    color:#303E46;
}

.textgris_vigencia{
    text-align: center;    
    font-size: 13px;
    font-family: 'Segoe UI';
    color:#6B6E74;    
}

.textgris_cadena{
    text-align: left;
    width: 100%;
    padding-top: 6px;
    font-size: 12px;
    font-family: 'Segoe UI';
    color:#6B6E74;
    word-break: break-all;
}

.relativee{
    float: left;
    position: relative;
}

.ok{
    background-image: url(../brand/ok.png) ;
    width: 16px;
    height: 17px;
    float: right;
    position: relative;
}
.descarga_txt{
    float: left; 
    margin-left: 30%;
}


@media only screen and (max-width: 423px) {
    /*    .pleca {        
            min-height: 100px;
        }*/
    .text_folio {
        font-size: 20px;
    }
    .text_colegio{
        font-size: 15px;
    }
}
@media only screen and (max-width: 320px) {
    .descarga_txt{        
        margin-left: 11%;
    }
}
@media only screen and (min-height: 560px) {    
    .descarga_txt{        
        margin-left: 18%;
    }
}

hr {
    height: 2px;
    margin-left: 15px;
    /*margin-bottom:-3px;*/
}
.hr-warning{
    background-image: -webkit-linear-gradient(left, rgba(210,105,30,.8), rgba(210,105,30,.6), rgba(0,0,0,0));
}
.hr-success{
    background-image: -webkit-linear-gradient(left, rgba(15,157,88,.8), rgba(15, 157, 88,.6), rgba(0,0,0,0));
}
.hr-primary{
    background-image: -webkit-linear-gradient(left, rgba(66,133,244,.8), rgba(66, 133, 244,.6), rgba(0,0,0,0));
}
.hr-danger{
    background-image: -webkit-linear-gradient(left, rgba(244,67,54,.8), rgba(244,67,54,.6), rgba(0,0,0,0));
}

/*color general de letra */

.color-text{
    color: #fc4973;
}


/** loader espera inicial **/

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000066;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/** loader espera inicial **/

.date-input{
    background-image: url(../global/ico/icon_calendar.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 30px;
}

.date-input-ff{
    background-image: url(/ui/global/ico/icon_calendar1.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 30px;
}
