﻿.barra__recepcionada{
    border-bottom: 1px dotted #bdbdbd;
}

.barra__title--is-celeste:after{
    border-left: 8px solid #2ca6b9;    
}
.barra__title--is-celeste{
    background: #2ca6b9 ;
}
.barra__title--is-violeta:after{
    border-left: 8px solid #9482b8;
}
.barra__title--is-violeta{
    background: #9482b8;
}

.barra__percent{
/*    font: 12px 'Lucida-Italic' !important;*/
}
.barra__title:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 6px);
    right: -7px;
    
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: inline-block;
}
.barra__title{
    position: relative;
    display: inline-flex;
    padding: 5px;
    color: #Fff;
    text-align: left;
    min-width: 150px;
    align-items: center;
}
.barra__tipo{
    font: 18px 'Arial-Extra-Bold';
    margin-right: 10px;
    color: #fff;
}

.caja--is-number{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 10px Lucida-Italic;
    position: absolute;
    color: #37d1c4;
    top: 8px;
    right: 8px;
    border: 1px solid #9bfff7;
    background: #fff;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #37d1c4;
}
 

.main__reporte--verde .check--is-ok,
.main__reporte--verde .percent,
.main__reporte--verde .color--is-main{
 color: #64bd68;
 transition: 0.4s;
}   

.main__reporte--verde g rect {
    fill: #64bd68;
    stroke:#64bd68;
     transition: 0.4s; 
}

.main__reporte--Plomo .check--is-ok,
.main__reporte--Plomo .percent,
.main__reporte--Plomo .color--is-main{    
    color:#656565;
     transition: 0.4s;
}

.main__reporte--Plomo  g rect{
    fill: #656565;
    stroke:#656565;
     transition: 0.4s;
}


.main__reporte--Celeste .check--is-ok,
.main__reporte---Celeste  .percent,
.main__reporte--Celeste  .color--is-main{    
    color:#19a3d0;
 transition: 0.4s;
}

.main__reporte--Celeste  g rect {
    fill: #19a3d0;
    stroke:#19a3d0;
     transition: 0.4s;
}




/*Colores en el Dashboard*/
.main__reporte .check--is-ok,
.main__reporte .percent,
.main__reporte .color--is-main {
    color: #e20e0e
}

/*Detalle confirmacion*/
.main__reporte--is-conformacion .check--is-ok,
.main__reporte--is-conformacion .percent,
.main__reporte--is-conformacion .color--is-main{
    color: #dd6e00;
}

.caja__resumen .VerMasBtnText {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px !important;
    text-align: center;
    padding: 5px 20% !important;
    position: relative;
    z-index: 40;
}

.caja__resumen:hover .VerMasBtnText {
    font-size: 18px !important;
    color: #525252 !important;
}

.caja__resumen .resumen__icon.VerMas{
        width: 150px;
    height: 150px;
    transition: 0.4s;
    margin: -75px;
    top: 50%;
    right: 50%;
}

.caja__resumen:hover .resumen__icon.VerMas{
    opacity: 0.1;
    transform: scale(0.7);
} 


.tabla__nativa--is-td .barra-de-carga{
    margin: 10px 0;
}


.main__reporte--is-conformacion .avancetotal__titulo{
    background: #97124B ;  
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #dd6e00 
}
.main__reporte--is-conformacion .detalle__table--is-hora{
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #97124B ;
    background: linear-gradient(141deg, #dd6e00  50%,  #2cb5e8 100%);
}
.main__reporte--is-conformacion .presidente__content   .lista__jee--is-row{
    border: 1px dashed #fff  !important;
}
.main__reporte--is-conformacion .lista__jee--is-row{
    border: 1px dashed #dd6e00 ;
}
.main__reporte--is-conformacion .lista__jee--is-nombre{
    color: #555 ;
}
.main__reporte--is-conformacion .presidente__content  .lista__jee--is-nombre{
    color: #fff !important ;
}
.main__reporte--is-conformacion .txt--is-numberjurados{
    border-color: #dd6e00;
    color: #dd6e00
}
.main__reporte--is-conformacion .info__detalle  .detalle__table--is-td{
    border-bottom: 1px solid #dd6e00;
}
.main__reporte--is-conformacion .lista__jee--is-number {
    background: #dd6e00 ;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #97124B ;
}

.main__reporte--is-obsevadas .check--is-ok,
.main__reporte--is-obsevadas .percent,
.main__reporte--is-obsevadas .color--is-main{
    color: #2ca6b9;
}


/*Detalle notificacion*/
.main__reporte--is-Notificaciones .check--is-ok,
.main__reporte--is-Notificaciones .percent,
.main__reporte--is-Notificaciones .color--is-main{
    color: #067683;
}
.main__reporte--is-Notificaciones .avancetotal__titulo{
    background: #067683 ;  
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #067683 
}
.main__reporte--is-Notificaciones .detalle__table--is-hora{
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #067683 ;
    background: linear-gradient(141deg, #dd6e00  50%,  #067683 100%);
}
.main__reporte--is-Notificaciones .presidente__content   .lista__jee--is-row{
    border: 1px dashed #fff  !important;
}
.main__reporte--is-Notificaciones .lista__jee--is-row{
    border: 1px  li #067683 ;
}
.main__reporte--is-Notificaciones .lista__jee--is-nombre , .lista__jee--is-nombre li{
    color: #067683 ;
}
.main__reporte--is-Notificaciones .presidente__content  .lista__jee--is-nombre{
    color: #fff !important ;
}
.main__reporte--is-Notificaciones .txt--is-numberjurados{
    border-color: #067683;
    color: #067683
}
.main__reporte--is-Notificaciones .info__detalle  .detalle__table--is-td{
    border-bottom: 1px solid #067683;
}
.main__reporte--is-Notificaciones .lista__jee--is-number {
    background: #067683 ;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #067683 ;
}

/*Detalle Instalación*/
.main__reporte--is-instalacion .check--is-ok,
.main__reporte--is-instalacion .percent,
.main__reporte--is-instalacion .color--is-main{
    color: rgba(22, 177, 228, 1) 
}
.main__reporte--is-instalacion .avancetotal__titulo{
    background: rgba(22, 177, 228, 1) ;  
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(22, 177, 228, 1) 
}
.main__reporte--is-instalacion .detalle__table--is-hora{
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(22, 177, 228, 1) ;
    background: linear-gradient(141deg, rgba(22, 177, 228, 1)  50%,  #2cb5e8 100%);
}
.main__reporte--is-instalacion .lista__jee--is-row{
    border: 1px dashed rgba(22, 177, 228, 1) ;
}
.main__reporte--is-instalacion .lista__jee--is-nombre{
    color: rgba(22, 177, 228, 1) ;
}
.main__reporte--is-instalacion .txt--is-numberjurados{
    border-color: rgba(22, 177, 228, 1);
    color: rgba(22, 177, 228, 1)
}
.main__reporte--is-instalacion .info__detalle  .detalle__table--is-td{
    border-bottom: 1px solid rgba(22, 177, 228, 1);
}
.main__reporte--is-instalacion .lista__jee--is-number {
    background: rgba(22, 177, 228, 1) ;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(22, 177, 228, 1) ;
}

/*Jurados especiales*/
.main__reporte--is-especiales .check--is-ok,
.main__reporte--is-especiales .percent,
.main__reporte--is-especiales .color--is-main{
    color: #FF7777 
}
.main__reporte--is-especiales .avancetotal__titulo{
    background: #FF7777 ;  
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #FF7777 
}
.main__reporte--is-especiales .detalle__table--is-hora{
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #FF7777 ;
    background: linear-gradient(141deg, #FF7777  50%,  #2cb5e8 100%);
}
.main__reporte--is-especiales .lista__jee--is-row{
    border: 1px dashed #FF7777 ;
}
.main__reporte--is-especiales .lista__jee--is-nombre{
    color: #FF7777 ;
}
.main__reporte--is-especiales .txt--is-numberjurados{
    border-color: #FF7777;
    color: #FF7777
}
.main__reporte--is-especiales .info__detalle  .detalle__table--is-td{
    border-bottom: 1px solid #FF7777;
}
.main__reporte--is-especiales .lista__jee--is-number {
    background: #FF7777 ;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #FF7777 ;
}



.main__reporte--is-educacion .check--is-ok,
.main__reporte--is-educacion .percent,
.main__reporte--is-educacion .color--is-main{
    color: #607d8b ;
}
.main__reporte--is-educacion .avancetotal__titulo{
    background:#607d8b ;  
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #607d8b; 
}
.main__reporte--is-educacion .detalle__table--is-hora{
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #607d8b ;
    background: linear-gradient(141deg, #607d8b  50%,  #607d8b 100%);
}
.main__reporte--is-educacion .lista__jee--is-row{
    border: 1px dashed #607d8b ;
}
.main__reporte--is-educacion .lista__jee--is-nombre{
    color: #607d8b ;
}
.main__reporte--is-educacion .txt--is-numberjurados{
    border-color: #607d8b;
    color: #607d8b
}
.main__reporte--is-educacion .info__detalle  .detalle__table--is-td{
    border-bottom: 1px solid #607d8b;
}
.main__reporte--is-educacion .lista__jee--is-number {
    background: #607d8b ;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #607d8b ;
}


.main__reporte--is-sentencia .check--is-ok,
.main__reporte--is-sentencia .percent,
.main__reporte--is-sentencia .color--is-main{
 color: #d95252;
}


.main__reporte--is-partidosGenero .check--is-ok,
.main__reporte--is-partidosGenero .percent,
.main__reporte--is-partidosGenero .color--is-main{    
    color:#2ca6b9;

}

.main__reporte--is-JEECerrados .check--is-ok,
.main__reporte--is-JEECerrados .percent,
.main__reporte--is-JEECerrados .color--is-main{    
    color:#aa0101;

}

.main__reporte--is-HvCandi .check--is-ok,
.main__reporte--is-HvCandi .percent,
.main__reporte--is-HvCandi .color--is-main,     
.main__reporte--is-HvCandi .numeroComoBarra md-icon{    
    color:#6da97a;

}


.main__reporte--is-partiEdad .check--is-ok,
.main__reporte--is-partiEdad .percent,
.main__reporte--is-partiEdad .color--is-main{    
    color:#40a575;

}

.main__reporte--is-recepcionadas .check--is-ok,
.main__reporte--is-recepcionadas .percent,
.main__reporte--is-recepcionadas .color--is-main{
    color: #1eb6ac 
}
.main__reporte--is-recepcionadas .avancetotal__titulo{
    background: #1eb6ac ;  
    box-shadow: 0 0 0 2px #1eb6ac, 0 0 0 4px #1eb6ac 
}
.main__reporte--is-recepcionadas .detalle__table--is-hora{
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1eb6ac ;
    background: linear-gradient(141deg, #fff  50%,  #1eb6ac 100%);
}
.main__reporte--is-recepcionadas .lista__jee--is-row{
    border: 1px dashed #1eb6ac ;
}
.main__reporte--is-recepcionadas .lista__jee--is-nombre{
    color: #1eb6ac ;
}
.main__reporte--is-recepcionadas .txt--is-numberjurados{
    border-color: #1eb6ac;
    color: #1eb6ac
}
.main__reporte--is-recepcionadas .info__detalle  .detalle__table--is-td{
    border-bottom: 1px solid #1eb6ac;
}
.main__reporte--is-recepcionadas .lista__jee--is-number {
    background: #1eb6ac ;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #1eb6ac ;
}




/*Proceso Electoral*/
.main__reporte--is-procesoelectoral .check--is-ok,
.main__reporte--is-procesoelectoral .percent,
.main__reporte--is-procesoelectoral .color--is-main{
    color: #36D1C4 
}
.main__reporte--is-procesoelectoral .avancetotal__titulo{
    background: #36D1C4 ;  
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #36D1C4 
}
.main__reporte--is-procesoelectoral .detalle__table--is-hora{
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #36D1C4 ;
    background: linear-gradient(141deg, #36D1C4  50%,  #2cb5e8 100%);
}
.main__reporte--is-procesoelectoral .lista__jee--is-row{
    border: 1px dashed #36D1C4 ;
}
.main__reporte--is-procesoelectoral .lista__jee--is-nombre{
    color: #36D1C4 ;
}
.main__reporte--is-procesoelectoral .txt--is-numberjurados{
    border-color: #36D1C4;
    color: #36D1C4
}
.main__reporte--is-procesoelectoral .info__detalle  .detalle__table--is-td{
    border-bottom: 1px solid #36D1C4;
}
.main__reporte--is-procesoelectoral .lista__jee--is-number {
    background: #36D1C4 ;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #36D1C4 ;
}
.caja--is-proceso{
    border-color: #c54545;
}
.caja--is-proceso .titulo__resumen{
    color: #c54545 ;
}
.caja--is-proceso .button--is-details:after{
    background: #c54545 ;
}
a.caja--is-proceso:hover .resumen__icon svg{
    fill: #c54545 ;
}
.caja--is-proceso:hover .resumen__icon{
    filter: blur(0px);
}

.caja--is-candidatos{
    border-color: #37d1c4;
}
.caja--is-candidatos .titulo__resumen{
    color: #37d1c4 ;
}
.caja--is-candidatos .button--is-details:after{
    background: #37d1c4 ;
}
.caja--is-candidatos:hover .resumen__icon svg{
    fill: #37d1c4 ;
}
.caja--is-candidatos:hover .resumen__icon{
    filter: blur(0px);
}


.caja--is-dadivas{
    border-color: #71bd74;
}
.caja--is-dadivas .titulo__resumen{
    color: #71bd74 ;
}
.caja--is-dadivas .button--is-details:after{
    background: #71bd74 ;
}
.caja--is-dadivas:hover .resumen__icon svg{
    fill: #71bd74 ;
}
.caja--is-dadivas:hover .resumen__icon{
    filter: blur(0px);
} 

.caja--is-principal{
    border-color: #e88a1b;
}
.caja--is-principal .titulo__resumen{
    color: #e88a1b ;
}
.caja--is-principal .button--is-details:after{
    background: #e88a1b ;
}
.caja--is-principal:hover .resumen__icon svg{
    fill: #e88a1b ;
}
.caja--is-principal:hover .resumen__icon{
    filter: blur(0px);
} 


/**************************************************/
/*
.caja--is-VERDEDescarga.caja__resumen:after ,
.caja--is-CELESTEDescarga.caja__resumen:after,
.caja--is-PLOMADescarga.caja__resumen:after{
    content: 'Ver Actas' !important;
    color: #fff !important;
}
    */


.caja--is-VERDEDescarga.caja__resumen {
    border-color: #ffffff;
    background: #71bd74 !important;
    background-image: none !important;
    min-height: 50px;
    height: 130px;
} 
.caja--is-VERDEDescarga .titulo__resumen , 
.caja--is-VERDEDescarga .lista__jee--is-nombre ,
.caja--is-VERDEDescarga  .titulo__tipo {
    color: #fff ;
}
    .caja--is-VERDEDescarga .titulo__tipo.Alone {
        font: 25px 'Arial-Extra-Bold';
        height: 46px;
        margin-top: -10px;
    }

.caja--is-VERDEDescarga .button--is-details:after{
    background: #71bd74 ;
}
.caja--is-VERDEDescarga:hover .resumen__icon svg g,
.caja--is-VERDEDescarga .resumen__icon svg g{
    fill: #fff ;
}
.caja--is-VERDEDescarga:hover .resumen__icon{
    filter: blur(0px);
}

.caja--is-VERDEDescarga.caja__resumen .content__caja__resumen {
    min-height: 1px;
}
 
/**************************************************/
.caja--is-CELESTEDescarga.caja__resumen {
    border-color: #ffffff;
    background: #62bfdc !important;
    background-image: none !important;
    min-height: 50px;
    height: 130px;
} 
.caja--is-CELESTEDescarga .titulo__resumen , 
.caja--is-CELESTEDescarga .lista__jee--is-nombre,
.caja--is-CELESTEDescarga .titulo__tipo {
    color: #fff ;
}

    .caja--is-CELESTEDescarga .titulo__tipo.Alone {
        font: 25px 'Arial-Extra-Bold';
        height: 46px;
        margin-top: -10px;
    }

.caja--is-CELESTEDescarga .button--is-details:after{
    background: #71bd74 ;
}
.caja--is-CELESTEDescarga:hover .resumen__icon svg g,
.caja--is-CELESTEDescarga .resumen__icon svg g{
    fill: #fff ;
}
.caja--is-CELESTEDescarga:hover .resumen__icon{
    filter: blur(0px);
}

.caja--is-CELESTEDescarga    .content__caja__resumen {
    min-height: 1px;
}
/**************************************************/
.caja--is-PLOMADescarga.caja__resumen {
    border-color: #ffffff;
    background: #6d6d6d !important;
    background-image: none !important;
    min-height: 50px;
    height: 130px;
} 
.caja--is-PLOMADescarga .titulo__resumen , 
.caja--is-PLOMADescarga .lista__jee--is-nombre ,
.caja--is-PLOMADescarga .titulo__tipo {
    color: #fff ;
}

    .caja--is-PLOMADescarga .titulo__tipo.Alone {
        font: 25px 'Arial-Extra-Bold';
        height: 46px;
        margin-top: -10px;
    }


.caja--is-PLOMADescarga .button--is-details:after{
    background: #6d6d6d ;
}
.caja--is-PLOMADescarga:hover .resumen__icon svg g,
.caja--is-PLOMADescarga .resumen__icon svg g{
    fill:#fff  ;
}
.caja--is-PLOMADescarga:hover .resumen__icon{
    filter: blur(0px);
}

.caja--is-PLOMADescarga .content__caja__resumen {
    min-height: 1px;
}
.caja__resumen .link {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    padding: 0px;
    left: 0; 
}

    .caja__resumen .link a {
        color: #fff;
        display: block;
        width: 100%;
        text-align: center; 
        padding:7px;
        transition:0.2s;        
    }


        .caja__resumen .link a:hover {
            background: rgba(255, 255, 255, 0.32);
        }
    

/*Página Específicas*/
.main__reporte--is-procesoelectoral .info__detalle {
    margin: 10px 0 10px 0;
    max-width: 560px;
}


/*General*/
#main__container{
    padding: 0 !important
}
.resumen--is-ver{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font: 16px 'Lucida-Italic';
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(128, 128, 128, 0.7019607843137254);
    opacity: 0;
}
.reporte_contenedor{
    display: flex;
    width: 50%;
    padding: 0 40px;
    margin: 0 auto;
}

.reporte_contenedores {
    display: flex;
}

.reporte_contenedor.Grande{
    width: 100%;
}
/*
.reporte__grafica{
    width: 100%;   
    max-width: 450px;
}
*/
.reporte__grafica{/*temporal EDG*/
    width: 100%;   
    max-width: 210px;
}



.reporte__datos , .reporte__fecha {
display: flex;
align-items: center;
}
 

.reporte__datos{
    width: calc(100% - 100px);
}
.reporte__fecha{
    width: calc(100% - 300px);
}

.fecha__content{
    font: 18px 'Lucida-Italic';
    color: #525252;
    text-align: right;
    width: 100%;
}
.avancetotal__titulo{
    font: 20px 'Swiss-Light';
    font: 2rem 'Swiss-Light';
    padding: 5px 20px;
    border-radius: 16px;
    margin-top: 15px;
    color: #fff;
    display: inline-flex;
    float: right;
}
.avance__titulo{
    font: 18px 'Swiss-Light';
    color: #525252;
    margin: 0 0 13px 0;
}

.avance__titul2{
    font: 18px 'Swiss-Light';
    color: #525252; 
     margin: 5px 0 ;
}

.valor__total:after{
    content: '%';
    padding-left: 4px;
}
.valor__total{
   font: 25px 'Swiss-Light';
   font: 2.5rem 'Swiss-Light';
    margin-left: 12px;
    color: #fff;
    font-weight: bold;
}

.valor__esacto{
    font: 20px 'Swiss-Light';
    margin-left: 1px;
    color: #fff;
    font-weight: bold;
    margin-right: 8px;
}

.titulo__tipo{
    font: 25px 'Arial-Extra-Bold';
        color: #535353;
}


.titulo__tipo i{
    font-family: "Swiss-Light";
    color: #9f9f9f;
    display: block;
    /* width: 100%; */
    font-size: 1.9rem;
    margin: 9px;
        color: #535353;
}

.titulo__tipo.Alone{
    font: 39px 'Arial-Extra-Bold';
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 0.8;
}

.icon__date{
    color: #4eaccc;
    font-size: 35px;
    vertical-align: -11px;
    margin-right: 5px;
}

.icon__date2{
    color: ;
    font-size: 35px;
    vertical-align: -11px;
    margin-right: 5px;
}


.dx-texteditor{
background: #fff !important;
    color: #b9b9b9 !important;
    padding-left: 10px !important;
    border: none !important;
    border-bottom: 1px solid#b9b9b9 !important;
    border-radius: 0;
}



.chart {
    position: relative;
    display: flex;
    width: 200px;
    height: 200px;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent {
    display: block;
    z-index: 2;
    font: 55px 'Arial-Extra-Bold';
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.angular {
    margin-top: 100px;
}

.angular .chart {
    margin-top: 0;
}

.barra__carga{
    width: calc(100% - 160px) !important
}
.barra-de-carga {
    width: 80%;
    max-width: 100%;
    height: 19px;
    background: #9e9e9e;
    z-index: 1;
    position: relative;
    margin: 10px auto;
}



.barra-de-carga span {
    width: 100%;
    max-width: none;
    z-index: 2;
    color: #fff;
    position: absolute;
    text-align: center;
    font-size: 12px;
    left: 50%;
    width: 100px !important;
    margin-left: -50px;
    display: block;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-family: 'Arial-Extra-Bold';
    margin-top: 4px;  
}

.barra-de-carga span.spanlargo{
    width: 100% !important;
    text-align: center;
    left: 0;
    margin: 4px 0;
    font-family: Swiss-Light;
}



/*Percent*/
.reporte__avances .dxc-labels rect {
    fill: #d85905 !important;
}


.reporte__avances.rojo .dxc-labels rect {
    fill: #37788d !important;
}

.reporte__avances.azul .dxc-labels rect {
    fill: #143f4d !important;
}


.reporte__avances.verde .dxc-labels rect {
    fill: #64996f !important;
}

.barra-de-carga div {
    height: 100%;
    background: #aa0000 ;
    position: absolute;
    z-index: 1;
    left: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.45);
}
/*
.numeroComoBarra{
     text-align: center;
    font-size: 2.2rem;
    border-radius: 50%;
    border: 11px solid;
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    box-shadow: 0px 3px 2px 0px #CACAC8;
}*/

.numeroComoBarra { /*temporal*/
    text-align: center;
    font-size: 1.9rem;
    border-radius: 50%;
    border: none;
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    box-shadow: none;
}


.numeroComoBarra md-icon , .numeroComoBarra img{
      padding: 0;
    margin: 0;
    width: 50px;
    height: 41px;
}


.numeroComoBarra .sinNumeros {
    width: 61px;
    height: 61px;
}

.carga-violeta{
        background: #9482b8 !important;
}

.carga-roja{
        background: #c54545 !important;
}
 

.carga-naranja{
        background: #e9953f !important;
}


.carga-verde{
        background: #6da97a  !important;
}
.carga-celeste{
        background:#2ca6b9 !important;
}

/*.ancho-de-check{
    width:300px;
}*/
.borde-jee {
    border: 1px solid black;
    font-size: 12px;
    color: black;
    width: 300px;
    padding: 2px;
    margin-left: 2px;
    float: left;
}

/*RESUMEN*/
.resumen__container{
    
}
.resumen__proceso{
    width: 100%;
    display: flex;
     flex-wrap: wrap;
}
.resultados__ninguno p {
    color: #e20e0e;
}
.resultados__ninguno {
      font: 20px 'Arial-Extra-Bold';
    text-align: center;
    padding: 10px;
    letter-spacing: 5px;
    border: 1px solid #ffffff;
    box-shadow: 0 0px 3px #b2332a;
    color: #b2332a;
    text-align: center;
    padding: 10px;
    background: #f3f3f3;
}

.candidato__foto img{
    width: 100%;
}
    .candidato__foto {
  border-radius: 50%;
    overflow: hidden;
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    height: 120px;
    width: 120px;
    max-height: 120px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.32);
    margin: 0 30px 0 0;
    margin: 0 auto;
    margin-bottom: 30px;
}


.candidato__fotoGrande img{
    width: 100%;
}
    .candidato__fotoGrande {
  border-radius: 50%;
    overflow: hidden;
    min-width: 170px;
    max-width: 170px;
    min-height: 170px;
    height: 170px;
    width: 120px;
    max-height: 120px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.32);
    margin: 0 30px 0 0;
    margin: 0 auto;
    margin-bottom: 30px;
}

.mt-0{
margin-top: 0;
}
.mb-0{
margin-bottom:  0;
}
 
.caja__resumen{
     /*-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;*/
    transform: translateY(0px);
     margin: 10px;
    border-width: 5px;
    border-radius: 10px;
    border-top-style: solid;
    background-image: linear-gradient(135deg, #ffffff 0%, #f9f9f9 50%) !important;
    box-shadow: -1px 2px 3px #cacaca;
    position: relative;
    overflow: hidden;
    /*min-height: 200px;*/
     align-items: center;
    flex: 1 1 18%;
    margin: 1%;
    max-width: 18%;
 }
 

.caja__resumen2 {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(0px);
    margin: 10px;
    border-width: 5px;
    border-radius: 10px;
    border-top-style: solid;
    background-image: linear-gradient(135deg, #ffffff 0%, #f9f9f9 50%) !important;
    box-shadow: -1px 2px 3px #cacaca;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    align-items: center;
    flex: 1 1 22%;
    margin: 1%;
    max-width: 23%;
}

.cr1{
    flex: 1 1 100% !important;
     max-width: 100%;
}

.cr2{
    flex: 1 1 48% !important;
     max-width: 48%;
}



.cr2 .header__resumen , .cr3 .header__resumen{
    flex: 1 1 48% !important;
    margin-left: 3%;
}

.cr2 .header__resumen .buttons__content ,
 .cr3 .header__resumen .buttons__content{
margin-bottom: 0px;
 }


.cr3{
    flex: 1 1 30% !important;
     max-width: 31%;
}


.cr4{
    flex: 1 1 23% !important;
        max-width: 23%;
}


.cr5{
    flex: 1 1 18% !important;
     max-width: 18%;
}

.cr6{
    flex: 1 1 13% !important;
     max-width: 16.6%;
}

.caja__resumen_Cont .m-b-30 {
   margin-bottom: 12px!important;
}
 

.caja__resumen_Cont{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(0px);
    margin: 10px;
    border-radius: 10px;
    border-top-style: solid; 
    position: relative;
    overflow: hidden;
    min-height: 200px;
    align-items: center;
    flex: 1 1 78%;
    margin: 1%;
    padding: 15px 5px 5px 5px;
    background: #fff;
     box-shadow: -1px 2px 3px #cacaca;
}


.caja__resumen_Cont.HeighAuto{
     min-height: auto;
}


.tama-height{
        display: flex;
    align-items: center;
    height: 56px;
} 
/*

.Cantidad-Result{
  color: #ffffff;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    font: 1rem 'Arial-Extra-Bold' !important;
    width: 100%;
    display: flex;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 4px;
    align-items: center;
    justify-content: center;
    height: 27px;
    box-shadow: -1px 2px 3px #cacaca;
    transition: 0.3s;
    overflow: hidden; 
}
 

.Cantidad-Result:hover{
    color: #ffffff; 
    transform: scale(1.14);
    color: rgba(255, 255, 255, 0.59);
 
}
 

a.caja__resumen:hover .titulo__resumen{
    text-shadow: 1px 2px 1px #fff;
} 


.color1{
 background:#dd6f01;
}

.color2{
  background:#2ca6b9;
}

.color3{
  background: #71bd74;
}
.color4{
 background: #aa0101;
}
.color5{
 background:#c25050;
}
.color6{
   background: #e59544;
}
.color7{
  background: #4e7887;
}
.color8{
 background: #ffa549;
}
.color9{
 background: #952a24;
}

.titulo__tipo.Alone.Grande {
    height: 84%;
    font: 66px 'Arial-Extra-Bold';
}
/*
.Cantidad-Result:before{
    content: " ";
    font-size: 0rem;
    display:flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    background: transparent;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    transition: 0.3s;
        font: 0.9rem "Swiss-Light";
}



.Cantidad-Result:hover:before{
    content: "VER";
    color: #fff;
       display:flex;
    font-size: 0.9rem;
     font: 0.9rem "Swiss-Light";
     width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.26);
    text-shadow: 1px 1px 4px #000;
}
*/
/*
.caja__resumen{
     -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(0px);
     margin: 10px;
    border-width: 5px;
    border-radius: 10px;
    border-top-style: solid;
    background-image: linear-gradient(135deg, #ffffff 0%, #f9f9f9 50%) !important;
    box-shadow: -1px 2px 3px #cacaca;
    position: relative;
    overflow: hidden;
    min-height: 200px;
     align-items: center;
    flex: 1 1 18%;
    margin: 1%; 
 }

*/

#estados  .dxc-series g  rect{
   height: 35px;
}
 #estados  .dxc-series {
    margin: 50px 0;
}

#estados .dxc-series-group{
    height: 300px;
    margin: 27% 0;
    background: red;
    fill: blue;
    padding: 44px 0;
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
}
.button--is-details:after{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;    
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.button--is-details{
    position: relative;
    font: 15px 'Lucida-Italic';
    font: 1.5rem 'Lucida-Italic';
    display: inline-block;
    color: #a5a5a5;
}
a.caja__resumen{
    padding-bottom: 15px;
}

 
ul.lista__jee--is-nombre{
        max-height: 55px;
    overflow: auto;
    margin: 5px 0;
    transition:0.8s;
}

ul.lista__jee--is-nombre.list-peque{ 
    font-size: 0.77rem;
}

 


a.caja__resumen:hover{
    transform: scale(1.07);
    z-index: 9
}
a.caja__resumen:hover .button--is-details{
    color: #525252
}
a.caja__resumen:hover .resumen--is-ver{
    opacity: 1;
}

a.caja__resumen:after{
position: absolute;
    content: 'Ver Detalle';
    display: inline-block;
    width: 100%;
    /* height: 15px; */
    font: 1rem 'Lucida-Italic';
    color: #ababab;
    right: 12px;
    bottom: 12px;
    text-align: right;
}

a.caja__resumen:hover .button--is-details:after{
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
}

span.caja__resumen .resumen__icon svg , 
span.caja__resumen .resumen__icon svg:hover  {
fill: #e0e0e0 !important;
}



.header__resumen{
    height: calc(100% - 20px);
}
.footer__resumen{
    height: 20px;
    text-align: center;
}

.titulo__resumen{
      flex-direction: column;
     font: 1.1rem 'Swiss-Light';
    font-weight: bold;
    margin-bottom: 10px;
   /* height: 30px;*/
     display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    z-index: 10;
    padding: 0 10px;
}
a.titulo__resumen{
    transition: 0.1s;
}

a.titulo__resumen:hover{ 
     transform: scale(1.05);
}

.titulo__resumen  i {
font: 16px 'Swiss-Light';
    max-width: 84%;
}


.titulo__resumen  b {
font:22px 'Arial-Extra-Bold';
    max-width: 84%;
    line-height: 1;
        margin: 5px 0 0 0;
}

.detalle__resumen>div{
    margin-bottom: 5px;
}
.detalle__resumen{   
    margin-bottom: 10px;
}
.detalle__table{
    display: table;
    width: 100%;
}
.content__caja__resumen{
    display: flex;
    flex-direction: column;
    min-height: 175px;
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 20px;
}
.content__caja__resumen2 {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 20px;
    padding: 40px 20px;
}


.GrandeSec .titulo__tipo.Alone{
        height: 85%;
        font: 3rem 'Arial-Extra-Bold';
}
div.content__caja__resumen .resumen__icon svg , 
div.content__caja__resumen .resumen__icon:hover svg{
     fill: #e0e0e0 !important; 
}

.ContetALine .content__caja__resumen.Panpa{
    min-height: auto;
     height: 50%;
    padding: 15px 20px 5px 20px;
}
 

 .ContetALine .content__caja__resumen.Panpa .candidato__foto {
        margin-bottom: 0px;
 }

.ContetALine .content__caja__resumen.Panpa .header__resumen{ 
    max-width: 100%; 
}

 .ContetALine .content__caja__resumen.Panpa .header__resumen:last-child{  
    width: 100%;
}

.ContetALine .content__caja__resumen{
        flex-direction: row;
            align-items: center;
}

.ContetALine .content__caja__resumen .header__resumen{
    height: auto;
    max-width: calc(100% - 120px);
 }


.ContetALine.cr1 .content__caja__resumen .header__resumen{
     width: 84%;
}



.caja__resumen .detalle__table--is-td:first-child,
.caja__resumen .detalle__table--is-td:last-child{
    width: 50% !important;
}


.caja__resumen:disabled , .caja__resumen.disabled{
    pointer-events: none;
    -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);    
 opacity: 0.6 !important;
}



.detalle__table--is-td:last-child{
    width: 70%;
    /* min-width: 363px; */
}
.detalle__table--is-td:first-child{
    width: 30%;
    font-weight: bold;
}
.info__detalle .detalle__table--is-td{
    border-bottom: 1px solid #36D1C4;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-right: 7px;
    padding-left: 7px;
}
.detalle__table--is-td{
    display: table-cell;
    font: 15px 'Swiss-Light';
    font: 1.5rem 'Swiss-Light';
    color: #525252;
    
}
.resumen__icon svg{
    fill: #e0e0e0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.resumen__icon{
    position: absolute;
    top: 4px;
    right: 4px;
    width: 60px;
    height: 60px;
    filter: blur(0.6px);
}





/*Reportes Bloques*/
.caja--is-conformacion{
    border-color: #97124B;
}
.caja--is-conformacion .titulo__resumen{
    color: #97124B;
}
.caja--is-conformacion .button--is-details:after{
    background: #97124B;
}
.caja--is-conformacion:hover .resumen__icon svg{
    fill: #97124B;
}
.caja--is-conformacion:hover .resumen__icon{
    filter: blur(0px);
}

  /*probbicional de links*/

  #ExpedientesxJEE .dxc-arg-elements text{
width: 0 !important;
font-size: 0 !important
 }
  /*probbicional de links*/
 
.DetlladoGerafica {
 }

.DetlladoGerafica >div{
 
      text-align: right;
 }

.DetlladoGerafica >div>a{
    margin: 15.2px 0;
    font-size: 12px;
    display: inline-block;
    color: #777;
    transition: 0.2s;
}


.DetlladoGerafica >div>a:hover{
        color: #aa0101;
}


 

.NoPrincipal .content__caja__resumen{
    min-height: auto;

 
}
.caja--is-NoPrincipal .content__caja__resumen{
 min-height: auto;
    
}

.caja--is-NoPrincipal .titulo__tipo.Alone{
       height: 55px;
}


.caja--is-NoPrincipal{
 background: #f7f7f7;
        min-height: auto;
        opacity: 0.9;
}

.caja--is-NoPrincipal .titulo__resumen{
    color: #585858 !important;
}
.caja--is-NoPrincipal .button--is-details:after{
    background: #585858 !important;
}
 
.caja--is-NoPrincipal:hover .resumen__icon{
    filter: blur(0px);
}



.caja--is-NoPrincipal .titulo__tipo{
    color: #7b7b7b;
}

 
  
.caja--is-gande{
    border-color: #5ac786 ;
 }
.caja--is-gande .titulo__resumen{
    color: #5ac786 ;
}
.caja--is-gande .button--is-details:after{
    background: #5ac786 ;
}
.caja--is-gande:hover .resumen__icon svg{
    fill: #5ac786 ;
}
.caja--is-gande:hover .resumen__icon{
    filter: blur(0px);
}

 .caja--is-gande  .button--is-four{
    background: #5ac786 ;

 }

.caja--is-instalacion{
    border-color: rgba(22, 177, 228, 1);
}
.caja--is-instalacion .titulo__resumen{
    color: rgba(22, 177, 228, 1);
}
.caja--is-instalacion .button--is-details:after{
    background: rgba(22, 177, 228, 1);
}
.caja--is-instalacion:hover .resumen__icon svg{
    fill: rgba(22, 177, 228, 1);
}
.caja--is-instalacion:hover .resumen__icon{
    filter: blur(0px);
}

.caja--is-eliminadas{
    border-color: #d85905 ;
 }
.caja--is-eleccion{
    border-color: #d85905 ;
 }
.caja--is-eleccion .titulo__resumen{
    color: #d85905 ;
}
.caja--is-eleccion .button--is-details:after{
    background: #d85905 ;
}
.caja--is-eleccion:hover .resumen__icon svg{
    fill: #d85905 ;
}
.caja--is-eleccion:hover .resumen__icon{
    filter: blur(0px);
}

.caja--is-jurado{
    border-color: #bf2a2a;
}
.caja--is-jurado .titulo__resumen{
   color: #bf2a2a;
}
.caja--is-jurado .button--is-details:after{
    background: #bf2a2a;
}
.caja--is-jurado:hover .resumen__icon svg{
    fill: #bf2a2a;
}
.caja--is-jurado:hover .resumen__icon{
    filter: blur(0px);
}


.caja--is-generadas{
    border-color: #067683;
}
.caja--is-generadas .titulo__resumen{
   color: #067683;
}
.caja--is-generadas .button--is-details:after{
    background: #067683;
}
.caja--is-generadas:hover .resumen__icon svg{
    fill: #067683;
}
.caja--is-generadas:hover .resumen__icon{
    filter: blur(0px);
}


.caja--is-electronicas{
    border-color: #eb9034;
}
.caja--is-electronicas .titulo__resumen{
   color: #eb9034;
}
.caja--is-electronicas .button--is-details:after{
    background: #eb9034;
}
.caja--is-electronicas:hover .resumen__icon svg{
    fill: #eb9034;
}
.caja--is-electronicas:hover .resumen__icon{
    filter: blur(0px);
}


.caja--is-leidas{
    border-color: #054758
}
.caja--is-leidas .titulo__resumen{
   color: #054758;
}
.caja--is-leidas .button--is-details:after{
    background: #054758;
}
.caja--is-leidas:hover .resumen__icon svg{
    fill: #054758;
}
.caja--is-leidas:hover .resumen__icon{
    filter: blur(0px);
}



.caja--is-eliminadas{
    border-color: #aa0000;
}
.caja--is-eliminadas .titulo__resumen{
   color: #aa0000;
}
.caja--is-eliminadas .button--is-details:after{
    background: #aa0000;
}
.caja--is-eliminadas:hover .resumen__icon svg{
    fill: #aa0000;
}
.caja--is-eliminadas:hover .resumen__icon{
    filter: blur(0px);
}



.caja--is-promesa{
    border-color: #aa0000;
}
.caja--is-promesa .titulo__resumen{
   color: #aa0000;
}
.caja--is-promesa .button--is-details:after{
    background: #aa0000;
}
.caja--is-promesa:hover .resumen__icon svg{
    fill: #aa0000;
}
.caja--is-promesa:hover .resumen__icon{
    filter: blur(0px);
}



/*Gráfica del Chart*/

#chart {
    height: 400px;
    width: 100%;
}
.check--is-row{
    position: relative;
    padding: 10px 0;
    padding-left: 35px;
    margin-bottom: 1em; 
}
.check--is-txt{
    line-height: 0;
    font: 20px 'Lucida-Italic';
    color: #525252;
    word-wrap: break-word;
    vertical-align: middle;
}
.check--is-ico{
    position: absolute;
    top: 50%;
    left: 0px;
    font-size: 27px;
    transform: translateY(-50%);
}


.reporte__avances{
    margin: 20px auto 20px auto;
    padding: 5px 0 0px 0;
}

.dx-header-row {
    background-color: #ffffff !important;
    color: #525252 !important;
    border-bottom: 8px solid #e0e0e0 !important
}
.dx-header-row .dx-datagrid-text-content {
    font: 15px 'Swiss-Light' !important;
}
.avance__instalacion{
    margin-bottom: 40px;
}
.dx-datagrid-rowsview {
    border-top: 1px solid #bdbdbd !important;
}


/*Cntent CHecks*/
.content__checks{
    display: flex;
    /* flex-direction: column; */
}
.content__checks--is-multiples{
    flex-direction: initial;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px 0px 0px;
}
.check--is-column_multiple{
     flex: 0 1 18%;
}
.check--is-column{
    position: relative;
    padding: 6px 0;
    padding-left: 35px;
    padding-right: 5px;   
    margin: 2px 1%;
}
.check--is-error{
    color: #777777
}


/*Tiempo Restante [ Proceso Electoral ]*/
.tiempo__restante--is-number{
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}
.tiempo__restante{
    max-width: 290px;
    float: right;
}
.tiempo__restante--is-ico{
    font-size: 47px;
    color: #fff;
}
.hora__icono{
    border-right: 1px solid #fff;
    text-align: center;
    width: 30% !important;
}
.detalle__table--is-hora{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;    
}
.hora__text{
    padding-left: 10px;
    color: #fff;
    font: 1.4rem "Lucida-Italic";
    font: 1.4rem "Lucida-Italic";
    width: 70% !important;
}


.lista__jee{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px 0px 0px;
}
.lista__jee--is-row{
    display: inline-flex;
    align-items: center;
    padding: 10px;
    border: 1px dashed #FF7777;
    border-radius: 40px;
    flex: 0 1 18%;
    margin: 10px 1%;
}


.lista__jee--is-row.white{
    background: #fff;
    box-shadow: -1px 2px 3px #cacaca;
    border: 0;
    flex-direction: column;
    transition: 0.2s;
    border-radius: 6px;
    margin: 0.3% 1%;
    position: relative;
}

.lista__jee--is-row.white p {
    color: #555;
     margin: 0;
    padding: 0;
    width: 100%;
       font-size: 1.5rem;
}

.lista__jee--is-row.white p  i   {
 
    font-size: 3.1rem;
 
}
 

.main__reporte--is-conformacion  p {
    color: #555;
     margin: 0;
    padding: 0;
    width: 100%;
       font-size: 1.5rem;
}

.main__reporte--is-conformacion p i   {
 
    font-size: 3.1rem;
 
}

.main__reporte--is-conformacion p b {
    font-family: 'Arial-Extra-Bold';
}


.lista__jee--is-row.white .grid__title2{
    font-size: 1.5rem;
    padding: 5px 10px;
    background: #50accc;
    color: white;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #50accc;
    border-radius: 5px;
    margin-bottom: 20px;
}

.lista__jee--is-row.white p b{  
font-family: 'Arial-Extra-Bold';
}

.lista__jee--is-row.white:hover{
     transform: scale(1.05);
    z-index: 9
    background:#ffefdf;
}


.lista__jee--is-row.transparent{
    background: transparent;
     border: 0;
    flex-direction: column;
    transition: 0.2s;
    border-radius: 6px;
    margin: 0.3% 1%;
}

.lista__jee--is-row.transparent p {
    color: #555; 
        font-size: 1.4rem;
}

.lista__jee--is-row.transparent p b{  
font-family: 'Arial-Extra-Bold';
}

.lista__jee--is-row.transparent:hover{
background: #fff;
}


.lista__jee--is-nombre{
    padding-left: 10px;
    font: 12px 'Swiss-Light';
    font: 0.9rem 'Swiss-Light';
    width: calc( 100% - 25px );
}
.lista__jee--is-nombrepersona{
    font: 16px 'Swiss-Light';
    padding-bottom: 5px;
    font: 1.6rem 'Swiss-Light';
}
.lista__jee--is-nombrejurado{
    font: 14px 'Lucida-Italic';
    font: 1.4rem "Lucida-Italic";
}
.lista__jee--is-number{
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 14px 'Swiss-Light';
    font: 1.4rem 'Swiss-Light';
}
.txt--is-numberjurados{
    padding: 5px 10px;
    border-width: 2px;
    border-radius: 10px;
    border-style: dashed;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;   
}

.txt--is-resultado>strong{
    font: 15px 'Swiss-Light';
    font: 1.5rem 'Swiss-Light';
    font-weight: bold;
    width: 40px;
    height: 40px;
    padding: 5px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 11px;
    background: #FF7777;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #FF7777;
}
.txt--is-resultado{
    font: 20px 'Swiss-Light';
    font: 2.0rem 'Swiss-Light';
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    /* text-shadow: 2px 1px 1px rgba(60, 60, 60, 0.86), 1px 1px 1px #868686; */
    letter-spacing: 3px;
}
.result__content{
    margin: 0 auto;
    margin-bottom: 0px;
    padding-top: 10px;
    max-width: 1100px;
}
.resultados__planificados{        
    background: linear-gradient(176deg, #de6a6a   57%, #FF7777 100%);
    border-top: 2px solid #FF7777;
    border-bottom: 2px solid #FF7777;
}

/*Detalle JEE*/
.detalle__jee{
}

.grid__container {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px 20px -10px;*/
}





.grid__item .check--is-column{
    width: 100% !important
}

.grid__item_100 .check--is-column {
    width: 100% !important
}

.grid__item {
    flex: 0 1 23%;
    border: 2px dashed #FF7777;
    margin: 1%;
    padding: 15px;
    border-radius: 10px;
}
.grid__item_100 {
    flex: 0 1 100%;
    border: 2px dashed #FF7777;
    margin: 1%;
    padding: 15px;
    border-radius: 10px;
}

.grid__title{
    font-size: 1.5rem;
    padding: 5px 10px;
    background: #FF7777;
    color: white;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #FF7777;
    border-radius: 5px;
    margin-bottom: 20px;
}


.animated .button{
    margin: 5px;
}


.JEEcerrado__content{
    background: #aa0000;
    padding: 10px 0
}
.JEEcerrado__content .txt--is-subtitle h2:after{
    background-color: #fff !important;
    box-shadow: 11px 0px 0px #fff !important;
}
.JEEcerrado__content .txt--is-subtitle h2{
    color: #fff !important
}
 
.JEEcerrado__content  .conformacion--is-title h2{
    color: #fff !important;
}

.JEEcerrado__content .lista__jee--is-nombrepersona ,
.JEEcerrado__content .lista__jee--is-nombrejurado {
   color: #fff;
}

.JEEcerrado__content  .lista__jee--is-number{
        background: #8e0000;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #97124B;
}

.JEEcerrado__content   .lista__jee--is-row {
        border: 1px dashed #ffffff !important;
}



.JEEAbierto_content{
    background: #ffe7cf;
    padding: 10px 0
}
.JEEAbierto_content .txt--is-subtitle h2:after{
   /* background-color: #fff !important;
    box-shadow: 11px 0px 0px #fff !important;*/
}
.JEEAbierto_content .txt--is-subtitle h2{
    /*color: #fff !important*/
}
 
.JEEAbierto_content  .conformacion--is-title h2{
    /*color: #fff !important;*/
}

.JEEAbierto_content .lista__jee--is-nombrepersona ,
.JEEAbierto_content .lista__jee--is-nombrejurado {
   /*color: #fff;*/
}

.JEEAbierto_content  .lista__jee--is-number{
    background: #ff4444;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ff4444;
}

.JEEAbierto_content   .lista__jee--is-row {
     border: 1px dashed #ff4444 !important;
}


.JEESinLista_content{
    background: #ff4343;
    padding: 10px 0
}
.JEESinLista_content .txt--is-subtitle h2:after{
    background-color: #fff !important;
    box-shadow: 11px 0px 0px #fff !important;
}
.JEESinLista_content .txt--is-subtitle h2{
    color: #fff !important
}
 
.JEESinLista_content  .conformacion--is-title h2{
    color: #fff !important;
}

.JEESinLista_content .lista__jee--is-nombrepersona ,
.JEESinLista_content .lista__jee--is-nombrejurado {
   color: #fff;
}

.JEESinLista_content  .lista__jee--is-number{
    background: #c32525;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #c32525;
}


.JEESinLista_content   .lista__jee--is-row {
        border: 1px dashed #ffffff !important;
}

#ubicacionJNE {
    height: calc(100vh - 150px);
    width: 100%;
    margin: 0 auto;
    max-width: 1700px; 
}

@media only screen and (max-width:1870px){
    .caja__resumen.cr2.especial{
    flex: 1 1  75% !important;
    max-width: 75% !important; 
}

}


@media only screen and (max-width:1599px){
.lista__jee--is-row.white p {
    color: #555;
     margin: 0;
    padding: 0;
    width: 100%;
       font-size: 1.1rem;
}

 
 .ContetALine.cr1 .content__caja__resumen .header__resumen {
    width: 74%;
}


.lista__jee--is-row.white p  i   {
 
    font-size: 2.5rem;
 
}

    .caja__resumen.cr2.especial{
    flex: 1 1  98% !important;
    max-width: 98% !important; 
}

    .cr3{
    flex: 1 1 48% !important;
     max-width: 50%;
} 


} 
@media only screen and (max-width:  1460px){

.caja__resumen.cr4.especial{
    flex: 1 1 31% !important;
    max-width: 31% !important;
}


}

 




@media only screen and (max-width:  1343px){

 .reporte__fecha {
    width: 100%;
 
}

.caja__resumen{ 
        max-width: 31%;
       flex: 1 1 31%;
    }
 


.lista__jee--is-row.white p {
 
    font-size: 1.5rem;
}

.lista__jee--is-row.white p i {
    font-size: 3.1rem;
}
    



.cr1{
    flex: 1 1 100% !important;
     max-width: 100%;
}

.cr2{
    flex: 1 1 48% !important;
     max-width: 48%;
}


 

.caja__resumen.ContetALine.cr2{
    flex: 1 1 48% !important;
     max-width: 48%;
}


.cr2 .header__resumen{
    flex: 1 1 48% !important;
    margin-left: 3%;
}


.cr3{
    flex: 1 1 31% !important;
        max-width: 31%;
}

.cr4{
    flex: 1 1 23% !important;
        max-width: 23%;
}


.cr5{
    flex: 1 1 18% !important;
     max-width: 18%;
}

.cr6{
    flex: 1 1 13% !important;
     max-width: 16.6%;
}


 
}


@media only screen and (max-width:  1310px){
    .candidato__foto{
            min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    }


.ContetALine .content__caja__resumen .header__resumen{
    
}

.caja__resumen.cr4.especial{
   flex: 1 1 48% !important;
        max-width: 48% !important;
}

.content__caja__resumen .header__resumen {
    height: auto;
    max-width: calc(100% - 100px);
}


}


@media only screen and (max-width:  1300px){

.caja__resumen_Cont{
    flex: 1 1 72%;
}
.caja__resumen.ContetALine.cr3{
    flex: 1 1 48% !important;
     max-width: 48%;
}

.GrandeSec.cr5{
       flex: 1 1 23% !important;
 
    max-width: 25%; 
}

.cr4{
    flex: 1 1 31% !important;
        max-width: 31%;
}
.caja__resumen.ContetALine.cr2{
    flex: 1 1 98% !important;
     max-width: 98%;
}

.caja__resumen.ContetALine.cr2.Vip{
    flex: 1 1 48% !important;
     max-width: 48%;
}


}
 
@media only screen and (max-width:  1000px){
    .lista__jee--is-row,
    .grid__item {
        flex: 0 1 31%;
    }
    .grid__item_100 {
        flex: 0 1 100%;
    }


.reporte_contenedores{
    display: block;
}

.caja__resumen.ContetALine.cr2.Vip{
    flex: 1 1 98% !important;
     max-width: 98%;
}



.ContetALine.cr1 .content__caja__resumen .header__resumen {
    width: 74%;
}

  .GrandeSec.cr5{
       flex: 1 1 98% !important;
 
    max-width: 100%; 
}


.reporte_contenedor {
        display: block;
  margin: 0 auto;
}

    .reporte__grafica{
        text-align: center;
        margin: 0 auto;
    }
    .reporte__fecha,
    .reporte__datos{
         margin: 7px auto;
   text-align: center;
        width: 100%;
    display: inline-block;
    border-top: 1px solid #cccccc;
    vertical-align: top;
    padding-top: 15px;
    }



    .caja__resumen.ContetALine {
       flex: 1 1 31%; 
    max-width: 31%;
}


 

 

.barra__title--is-violeta:after  , .barra__title--is-celeste:after{ 
    display: none;
}

.barra__title--is-celeste{
    color: #2ca6b9 !important;
    background: transparent;
}
.barra__title--is-violeta{
    color:  #9482b8 !important;
     background: transparent;
}

.barra__title--is-celeste .barra__tipo{
    color: #2ca6b9 !important;
    background: transparent;
}
.barra__title--is-violeta .barra__tipo{
    color:  #9482b8 !important;
     background: transparent;
}

.cr1 {
    flex: 1 1 100% !important;
    max-width: 100%  !important;
}


}

@media only screen and (max-width:  950px){
    .reporte__grafica{
        text-align: center;
        margin: 0 auto;
    }





.ContetALine.cr1 .content__caja__resumen .header__resumen {
    width: 65%;
}
   
    .reporte_contenedor{
        display: block;
    }
    .grid__container  {
        padding: 20px
    }
    .check--is-column{
        width: 100%
    }

  .caja__resumen{ 
        max-width: 48%;
       flex: 1 1 48%;
    }



    .caja__resumen.ContetALine {
       flex: 1 1 48%; 
    max-width: 48%;
}

.cr1{
    flex: 1 1 98% !important;
     max-width: 100%;
}



.caja__resumen.ContetALine.cr2{
    flex: 1 1 98% !important;
     max-width: 100%;
 }

.cr3{
    flex: 1 1 98% !important;
     max-width: 100%;
}



.caja__resumen.ContetALine.cr3{
     flex: 1 1 98% !important;
     max-width: 100%;
}
 
 
.cr4{
    flex: 1 1 45% !important;
        max-width: 50%;
}


.cr5{
    flex: 1 1 45% !important;
     max-width: 50%;
}

.cr6{
    flex: 1 1 45% !important;
     max-width: 50%;
}






}
@media only screen and (max-width:  650px){


.caja__resumen.cr4.especial{
 flex: 1 1 98% !important;
    max-width: 100% !important;
    margin-left: 0% !important;
}

 
    .ContetALine.cr1 .content__caja__resumen .header__resumen {
    width: 100%;
}
    .lista__jee--is-row,
    .grid__item {
        flex: 0 1 48%;
    }
    .grid__item_100 {
        flex: 0 1 100%;
    }

    .caja__resumen{
   flex: 1 1 99%; 
    max-width: 99%;
    }

     .caja__resumen.ContetALine {
      flex: 1 1 99%; 
    max-width: 99%;
}

.caja__resumen{ 
        max-width: 98%;
       flex: 1 1 98%;
    }
 
.cr4{
    flex: 1 1 98% !important;
        max-width: 100%;
}


.cr5{
    flex: 1 1 98% !important;
       max-width: 100%;
}

.cr6{
    flex: 1 1 98% !important;
      max-width: 100%;
}

.ContetALine .content__caja__resumen{
     flex-direction: column;
}


}
@media only screen and (max-width:  450px){
    .lista__jee--is-row,
    .grid__item {
        flex: 0 1 100%;
    }
    .grid__item_100 {
        flex: 0 1 100%;
    }
}




/*Saludo Inicial*/
.main__content__saludo.disabled{
    transform:translate(0);
    position: relative;
    top: inherit;
    left: inherit;
}
.main__content__saludo{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 700px;
}
.saludo__inicial--is-title{
    font: 27px 'Lucida-Italic';
}
.saludo__inicial--is-ico svg{fill: #fff}
.saludo__inicial--is-ico {
    width: 70px;
    height: 70px;
}
.saludo__inicial--is-content__ico{
    /* background-color: #a00; */
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffa549;
    box-shadow: 0 0 0 4px #fff, 0 0 0 7px #ffa549;
    display: flex;
    justify-content: center;
}
.saludo__inicial{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.saludo__inicial--is-top{
    width: 20%;
}
.saludo__inicial--is-bottom{
    width: 70%
}


/*animate */
.complete .show__content{
    transform:scale(1,1);    
}
.show__content{
    transform:scale(0,0);
    transform-origin: left;
    -webkit-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
}



/*Requisitiso*/
.requisitos__instalar {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 4px;
    background: linear-gradient(to right,rgb(23, 177, 228), rgb(148, 162, 255));
    border-radius: 30px;
}
.main__content__requisitos .txt--is-subtitle h2:after{
    background-color: #fff !important;
    box-shadow: 11px 0px 0px #fff !important;
}
.main__content__requisitos .txt--is-subtitle h2{
    color: #fff !important
}
.main__content__requisitos:after{
    content: '';
    background-image: url(/Content/images/general/border-instalacion.svg);
    height: 7px;
    width: 100%;
    background-repeat-x: repeat;
    background-position: center;
    bottom: -7px;
    position: absolute;
    left: 0;
}
.main__content__requisitos{
    background: #15b1e4;
    position: relative;
}
.content__detalle__requisitos{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px 0px 0px;
}
.detalle__requisitos{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px 0 0;
}
.requisitos--is-number{
    border-right: 2px solid #ffffff;
    box-shadow: 2px 0 0px #d4dbff;
}
.requisitos--is-number,
.requisitos--is-percent{
    flex: 0 1 50%;
    text-align: center;
    font: 23px 'Lucida-Italic';
    color: #15b1e4;
}
.lista__detalle__requisitos{
    flex: 0 1 18%;
    margin: 1%;
    padding: 10px;
    border-radius: 24px;
    font-size: 26px;
    box-shadow: 1px 1px 1px rgba(45, 45, 45, 0.5);
    background: #fbfbfb;
}




/*Detalle COnformación*/
.tercer__content{
    background: #ffdbd2;
    padding: 10px 0
}
.segundo__content{
    background: #fff7e1;
    padding: 10px 0
}
.presidente__content{
    background: #97124B;
    padding: 10px 0
}
.presidente__content .txt--is-subtitle h2:after{
    background-color: #fff !important;
    box-shadow: 11px 0px 0px #fff !important;
}
.presidente__content .txt--is-subtitle h2{
    color: #fff !important
}
.conformacion--is-title h2{
    color: #97124B;
    font: 30px 'Arial-Extra-Bold';
}
.presidente__content  .conformacion--is-title h2{
    color: #fff !important;
}
.conformacion--is-title{
    /*padding: 0 0 20px 0*/
}

.noasignados{
    border-top: 1px solid rgba(255, 255, 255, 0.5411764705882353);
    margin-top: 20px;
    padding-top: 10px;
    box-shadow: 0px -1px 0px #730031;
}

.contentlist__checks{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.infoMensaje {
    font: 17px 'Arial-Extra-Bold';
    text-align: center;
    color: #6da97a;
}

.infoMensaje  .material-icons {
    vertical-align: middle;
}

.left {
	text-align:left !important;
}

.espera_Carga {
	display: inline-block;
	padding: 7px 20px;
	font-size: 15px;
	font-weight: bolder;
	vertical-align: middle;
	letter-spacing: 2px;
	transition: all 0.5s ease;
	animation: esperando;
	animation-duration: 4s;
	animation-iteration-count:infinite;
}

@keyframes esperando {
	0% {
		margin-left:20px;
	}
	50%{
		margin-left: 60px;
	}
	100% {
		margin-left: 20px;
	}
}

.button--is-primary[disabled] {
	background-color: #ccc;
	cursor: not-allowed;
	display: inherit !important;
}

.black_font{
    color:black !important;
}
