/*
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 : 2/02/2020, 04:23:54 PM
    Author     : ING. CÉSAR IVÁN CRUZ MARTÍNEZ
*/

body{
    /* background: #ffffff;*/
}

    
    .contenedorRol{
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .ajusta{  
        white-space: pre; /* CSS 2.0 */
        white-space: pre-wrap; /* CSS 2.1 */
        white-space: pre-line; /* CSS 3.0 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        white-space: -moz-pre-wrap; /* Mozilla */
        white-space: -hp-pre-wrap; /* HP */
        word-wrap: break-word; /* IE 5+ */
    }

    .table{
        width: 100% !important;
        text-align: center;
        /*border:  transparent !important;*/
    }

    .titulo_table{
        color:#ffffff !important;
        font-size: 0.9em !important;
        font-weight: normal !important;
    text-shadow: #000000 0.1em 0.1em 0.1em !important;  
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;

    }

    .text_table{
        font-size:0.8em !important;
        color:#000000 !important;
        text-shadow: #ffffff 0.1em 0.1em 0.1em !important;   
    }

    .text_table_kardex{
        font-size:1.1em !important;
        color:#000000 !important;
        border-bottom: 2px solid #dee2e6;
        display: block;
        text-shadow: #ffffff 0.1em 0.1em 0.1em !important;   
    }

    .titulo_table a:active img:active{
        position: relative; 
        top: 2px; 
        left: 2px;
    }

    .titulo_table img:hover{
        -webkit-box-shadow: -3px 3px 2px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -3px 3px 2px 0px rgba(0,0,0,0.75);
        box-shadow: -3px 3px 2px 0px rgba(0,0,0,0.75);
    }

    .ui-widget-overlay {
        background: rgba(0, 0, 0, 0.5) !important; 
    }
    
    .estatusAlumGrup{
        border: 1px solid #90AAA1;
    }
    
    .activo {
        padding: 3px 5px;
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        border-radius: 5px;
        text-shadow: #000000 0.1em 0.1em 0.2em !important; 
    }
    
    .inactivo, .cancelado, .incidencia{
        padding: 3px 5px;
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
        border-radius: 5px;
        text-shadow: #000000 0.1em 0.1em 0.2em !important; 
    }
    
    .creado, .en_espera, .preinscrito,  .pendiente{
        padding: 3px 5px;
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
        border-radius: 5px;
        text-shadow: #000000 0.1em 0.1em 0.2em !important; 
    }
    
    .abierto, .aprobado, .inscrito {
        padding: 3px 5px;
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        border-radius: 5px;
        text-shadow: #000000 0.1em 0.1em 0.2em !important; 
    }
    
    .cerrado, .vencido, .rechazado {
        padding: 3px 5px;
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
        border-radius: 5px;
        text-shadow: #000000 0.1em 0.1em 0.2em !important; 
    }
    
    .finalizado, .no_aprobado {
        padding: 3px 5px;
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
        border-radius: 5px;
        text-shadow: #000000 0.1em 0.1em 0.2em !important; 
    }
    
    .validado {
        padding: 3px 5px;
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        border-radius: 5px;
        text-shadow: #000000 0.1em 0.1em 0.2em !important; 
    }
    
    .reenviado {
        padding: 3px 5px;
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107;
        border-radius: 5px;
        text-shadow: none !important; 
    }
    
    .flexBtn{
	top: 0px;
	position: fixed;
	width: 100%;
	padding: 10px 0px ;
	background: #e9ecef;
	text-align: center;
        z-index: 1001;
    }
    
    .flexDisabled{
        display:none !important;
    }
    
    .modal {
        z-index: 1001 !important;
    }
    
    .modal-backdrop {
        z-index: 1000 !important;
    }
        
    .ui-picklist-button-add-all,
    .ui-picklist-button-remove-all,
    .ui-picklist-button-remove,
    .ui-picklist-button-add{
        background-image:none !important;
        background-color: #34495E  !important;
        color: #fff !important;
        border: 1px solid #99A9B9 !important;
        font-size: 14px !important;
        text-shadow: #000000 0.05em 0.05em 0.05em !important;   
        margin: 0 !important;
        margin-right: .1em !important;
        outline: 0 none !important;
        -moz-transition: background-color .3s !important;
        -o-transition: background-color .3s !important;
        -webkit-transition: background-color .3s !important;
        transition: background-color .3s !important;
    }
    
    .ui-button-text-icon-left{
        font-size: 14px !important;
        margin: 0 !important;
        margin-right: .1em !important;
        outline: 0 none !important;
        -moz-transition: background-color .3s !important;
        -o-transition: background-color .3s !important;
        -webkit-transition: background-color .3s !important;
        transition: background-color .3s !important;
    }
    
    .btnSelect > .ui-state-active{
        background-image:none !important;
        background-color: #90AAA1 !important;
        color: #fff !important;
        border: 1px solid #6B8E82 !important;
        text-shadow: #000000 0.1em 0.1em 0.2em !important;
    }  
    
    .btnSelect > .ui-selectonebutton > .ui-state-active{
        background-image:none !important;
        background-color: #90AAA1 !important;
        color: #fff !important;
        border: 1px solid #6B8E82 !important;
        text-shadow: #000000 0.1em 0.1em 0.2em !important;
    }
    
    .btnStatus > .ui-state-active{
        background-image:none !important;
        background-color: #28a745 !important;
        color: #fff !important;
        border: 1px solid #28a745 !important;
        text-shadow: #000000 0.1em 0.1em 0.2em !important;

    }
    
    .btnStatusDefault{
        width:100px;
        color: #fff;
        background-color: #dc3545;
        background-image:none;
        border-color: #dc3545;
        text-shadow: #000000 0.1em 0.1em 0.2em !important;
    }
        
    .btnSize{
        color:#ffffff !important;
        font-size: 1.7em !important;
    }  
    
    .verFoto {
        padding: 3px 5px;
        background-color: #eaf0f6;
        color: #525e6c;
        border-radius: 5px;
    }
    
    .acc-sucess {
        padding: 3px 5px;
        background-color: #28a745;
        border-color: #28a745;
        color: #fff !important;
        text-shadow: #000000 0.1em 0.1em 0.2em !important;
        border-radius: 5px;
    }
    
    .acc-warning {
        padding: 3px 5px;
        background-color: #ffc107;
        border-color: #ffc107;
        color: #525e6c;
        border-radius: 5px;
    }
    
    .acc-danger {
        padding: 3px 5px;
        background-color: #dc3545;
        border-color: #dc3545;
        color: #fff !important;
        text-shadow: #000000 0.1em 0.1em 0.2em !important;
        border-radius: 5px;
    }
    
    .mostrarFoto{
        width: 151.2px !important;
        height: 203.2px !important;
    }
        
    .mostrarFotoSoporte{
        width: 380px !important;
        height: 350px !important;
    }
    
    .MenuItem{
        padding-left: 10px;
    }
    
  /*  .dropdown-menu a {
        padding: 12px 16px;
    }
    
    .dropdown-menu a {
        padding: 8px 16px;
    }*/
  
  /**            CSS para el titulo de cada accion de modulos**/
  /*
  .summary-box{
    margin-bottom: 20px;
}*/
/*Color por veda electoral*/
.summary-box-usersonline .card {
    background-color: #9D9D9C;
   padding: 0.35rem  1rem !important;
}


/*Color original magenta
.summary-box-usersonline .card {
    background-color: #A8123E;
   padding: 0.35rem  1rem !important;
}
*/
.summary-box .card {
    border-radius: 0px !important;
}

.tit_mod {
    height: 100%;
    margin-bottom: 0;
}

.tit_mod {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
    padding: 0.5em 1.25em;
    margin-bottom: 1em;
    box-sizing: border-box;
}

.summary-box .summary-box-title {
    font-size: 1em;
    margin: 0;
    color: #ffffff;
    text-shadow: #000000 0.1em 0.1em 0.1em !important;   
    width: 85%;
}


.summary-box p {
    margin: .25em 0;
    color: #ffffff;
}
/*Color por veda electoral*/
.summary-box .summary-box-icon {
    position: absolute;
    right: 14px;
    top: 1.5px;
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #575756;
    color: #575756;
    text-align: center;
    font-size: 1.2em;
}

/*Color original magenta
.summary-box .summary-box-icon {
    position: absolute;
    right: 14px;
    top: 1.5px;
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #A8123E;
    color: #691C32;
    text-align: center;
    font-size: 1.2em;
}*/

.summary-box .summary-box-graph {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
}

span[title="Inactivo"]{ width: 100%;display:block;}
span[title="Activo"]{ width: 100%;display:block;}

.btn-sm{
    font-size: 0.875rem !important;
    text-shadow: #000000 0.1em 0.1em 0.2em !important;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
    padding: 0.5em 1.25em;
    margin-bottom: 1em;
    box-sizing: border-box;
}

.btn-sm-white{
    color: #ffffff !important;
}

.card-body{
    padding: 0px !important;
}

.swal2-actions{
    border-top: 1px solid #c9dae1;
    padding-top: 10px;
    
}

.swal2-icon.swal2-info ,
.swal2-icon.swal2-success,
.swal2-icon.swal2-warning,
.swal2-icon.swal2-error {
    width: 2.5em !important;
    height: 2.5em  !important;
    line-height: 2.5em  !important;
    margin: 0em auto 0.675em;
}

.swal2-info .swal2-icon-content,
.swal2-success .swal2-icon-content,
.swal2-warning .swal2-icon-content,
.swal2-error .swal2-icon-content{
    font-size: 1.725em !important;
}

.timeline-row {
    border: solid 1px #e5e9f0 !important;
    background-color: #f9fafb !important;
}
/*
.ui-panel-titlebar-mod{
   padding: 0.35rem  1rem;
    background: #136A8A;
    color: #ffffff;
    border: 1px solid #0E4F68;
    font-weight: normal;
    border-radius: 0px;
    font-size: 1em;    
    text-shadow: #000000 0.1em 0.1em 0.1em !important;      
    
}*/


        .logo-org{    
            display: none;
        }

        .logo-img{
            width: 1px;
            height: 1px;
        }

       
@media (min-width: 900px){
    .modal-lg, .modal-xl {
        max-width: 94% !important;
    }
       
    .modal-ft {
        max-width: 70% !important;
    }
}

@media only screen and (max-width: 900px){ 
    
        
    .inputBuscador{
        padding: .005rem .75rem !important; 
        width: 90% !important;
    }
    
    .inputBuscadorAsis{
        padding: .005rem .75rem !important; 
        width: 80% !important;
    }
        
    .columna_label{
        display: inline-block;
        width: 100% !important;
    }

    .columna_input{
        display: inline-block;
        width: 100% !important;
    }
        
    .columna_label_f{
        display: inline-block;
    }

    .columna_input_f{
        display: inline-block;
    }
        
    .btnCloseModal{
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 10003;
    }
   
    .btnGuardarModal{
        visibility: hidden !important;
        height: 1px !important;
    }
    
    .modal-footer > .btn{
        text-shadow: #000000 0.1em 0.1em 0.2em !important; 
    }
    
    .modal-footer {
        padding-top: 3px !important;
        padding-bottom:  10px !important;
    }
    
    .refereniaAsignacion{
        font-size: 1.5em !important;
        margin-bottom: 10px;
    }
    
   /*.container-fluid {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }*/
        
    .label2{
        font-size: 0.8em !important;        
        margin-bottom: 0rem !important;
        margin-top: 5px !important;
    }
        
    .label3{
        font-size: 1.1em !important;        
        margin-bottom: 0rem !important;
        margin-top: 5px !important;
        font-weight: bold !important;
    }
    
 /*   .input2{
        font-size: 0.85em !important;
        border: transparent !important;
        width: 90% !important;
        box-shadow: 0 !important;
        border-bottom: 1px #ededed solid !important;
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
        -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
    }
    
    .input2 > input{
        font-size: 0.85em !important;
        border: transparent !important;
        width: 90% !important;
        box-shadow: 0 !important;
        border-bottom: 1px #ededed solid !important;
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
        -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
    }
    */
    .input3{
        font-size: 1em !important;
        width: 90% !important;
        border-bottom: 1px #ededed solid !important;
    }
    
    .ui-selectonemenu{
        margin-top: 10px !important;
        margin-bottom: 5px !important
    } 
        
    .table-responsive {
        overflow-x: hidden !important;
    }
    
    textarea{
        width: 100% !important;
    }
    
      
    .titulo_table {
    color: #000000 !important;
    font-size: 0.9em !important;
    font-weight: normal !important;
    text-shadow: #000000 0em 0em 0em !important;
    
}


    
    .tituloPlaneacion{
        background-color: #EBEDEF;
        text-align: right !important;
    }
        
}

@media only screen and (max-width: 500px){ 
  
    
    .Movil{
        display:block;
    }
    
    .PC{
        display:none !important;
    }
    
    .movil-Ld{
        display:none !important;
    }
    
    .movil-Pt{
        display:block;
    }
    
    .columna_input_filtro{
        display: inline-block;
        width: 100% !important;        
    }
      
    .columna1_encabezado .ui-column-title{
        display: none !important;
    }
       
    .activo {
        padding: 3px 15px;
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        border-radius: 5px;
    }
    
    .inactivo {
        padding: 3px 15px;
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
        border-radius: 5px;
    }
    
    
    
    
    .label2{
        font-size: 0.8em !important;   
        font-weight: bold !important;
        margin-bottom: 0rem !important;
    }
    
    .label2_2{
        font-size: 1em !important;   
        font-weight: bold !important;
        margin-bottom: 0rem !important;
        display: initial !important;
    }
    
    .label2_3{
        font-size: 1em !important;   
        display: initial !important;
    }
    
    .tituloPlaneacion{
        background-color: #EBEDEF;
        text-align: left !important;
    }
}

@media only screen and (max-width: 280px){ 
    
    h1{
        font-size: 1.6rem !important;
    }
        
    .label{
        font-weight: bold !important;
        text-shadow: #ffffff 0.1em 0.1em 0.2em !important;      
    }
    
    
}

@media only screen and (min-width: 281px) and (max-width: 320px){ 
        
    h1{
        font-size: 1.75rem !important;
    }
            
    .label{
        font-weight: bold !important;
        text-shadow: #ffffff 0.1em 0.1em 0.2em !important;      
    }
    
    
}

@media only screen and (min-width: 321px) and (max-width: 350px){ 
        
    h1{
        font-size: 1.85rem !important;
    }
          
    .label{
        font-weight: bold !important;
        text-shadow: #ffffff 0.1em 0.1em 0.2em !important;      
    }
    
    
}

@media only screen and (min-width: 351px) and (max-width: 500px){ 
    
    h1{
        font-size: 2rem !important;
    }
    
        
}

@media only screen  and (orientation: portrait)  and (min-width: 501px) and (max-width: 800px){ 
          
    .inputBuscador{
        padding: .005rem .75rem !important; 
        width: 50% !important;
    }
    
    .Movil{
        display:block !important;
    }
    
    .PC{
        display:none !important;
    }
    
    .movil-Pt{
        display:none !important;
    }
    
    .movil-Ld{
        display:block;
    }
    
    .columna1_encabezado .ui-column-title{
        display: none !important;
    }
          
    .activo {
        padding: 3px 15px;
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        border-radius: 5px;
    }
    
    .inactivo {
        padding: 3px 15px;
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
        border-radius: 5px;
    }
    
}

@media only screen and (orientation: landscape) and (max-width: 900px){
    
    .modal-lg, .modal-ft{
        max-width: 90% !important;
    }
    
    .Movil{
        display:block;
    }
    
    .PC{
        display:none !important;
    }
    
    .movil-Pt{
        display:none !important;
    }
    
    .movil-Ld{
        display:block;
    }
    
    .columna1_encabezado .ui-column-title{
        display: none !important;
    }    
    
    .activo {
        padding: 3px 15px;
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        border-radius: 5px;
    }
    
    .inactivo {
        padding: 3px 15px;
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
        border-radius: 5px;
    } 
    
    .label2{
        font-size: 0.8em !important;   
        font-weight: bold !important;
        margin-bottom: 0rem !important;
    }
    
    .label2_2{
        font-size: 0.95em !important;   
        font-weight: bold !important;
        margin-bottom: 0rem !important;
        display: initial !important;
    }
    
    .label2_3{
        font-size: 0.95m !important;   
        display: initial !important;
    }
        
    .tituloPlaneacion{
        background-color: #EBEDEF;
        text-align: right !important;
    }
    
}

@media only screen and (orientation: landscape) and (min-width: 501px) and (max-width: 600px){  
    
        
    .columna_label{
        display: inline-block;
        width: 40% !important;
    }

    .columna_input{
        display: inline-block;
        width: 50% !important;
    }   
    
    
    .label{
        font-weight: bold !important;
        text-shadow: #ffffff 0.1em 0.1em 0.2em !important;      
    }
        

}

@media only screen and (orientation: landscape) and  (min-width: 601px) and (max-width: 700px){  
        
    .inputBuscador{
        padding: .005rem .75rem !important; 
        width:50% !important;
    }
        
    .columna_label{
        display: inline-block;
        width: 40% !important;
    }

    .columna_input{
        display: inline-block;
        width: 50% !important;
    }
    
    .label{
        font-weight: bold !important;
        text-shadow: #ffffff 0.1em 0.1em 0.2em !important;      
    }
        
    .refereniaAsignacion{
        font-size: 1.5em !important;
        margin-bottom: 10px;
    }
    
    

}

@media only screen and (orientation: landscape) and  (min-width: 701px) and (max-width: 900px){  
    
    .inputBuscador{
        padding: .005rem .75rem !important; 
        width:50% !important;
    }
        
    .columna_label{
        display: inline-block;
        width: 40% !important;
    }

    .columna_input{
        display: inline-block;
        width: 50% !important;
    }
    
    .label{
        font-weight: bold !important;
        text-shadow: #ffffff 0.1em 0.1em 0.2em !important;      
    }
    
    .refereniaAsignacion{
        font-size: 1.5em !important;
        margin-bottom: 10px;
    }
        
    

}

@media only screen and (min-width: 901px){  
     
    .Movil{
        display:none !important;
    }
    
    .PC{
        display:block;
    }
    
    .movil-Pt{
        display:none !important;
    }
    
    .movil-Ld{
        display:none !important;
    }
       
    .inputBuscador{
        padding: .005rem .75rem !important; 
        width: 30% !important;
    }
    
    .refereniaAsignacion{
        font-size: 2em !important;
        margin-bottom: 10px;
    }
    
    .label{
        font-size: 1.25em !important;
    }
    
    .input{
        font-size: 1.3em !important;
    }
    
    .label2{
        font-size: 0.8em !important;   
        font-weight: bold !important;
        margin-bottom: 0rem !important;
    }
    
    .label2_2{
        font-size: 1.2em !important;   
        font-weight: bold !important;
        margin-bottom: 0rem !important;
        display: initial !important;
    }
    
    .label2_3{
        font-size: 1.2em !important;   
        display: initial !important;
    }
    
    .tituloPlaneacion{
        background-color: #EBEDEF;
        text-align: right !important;
    }
    
      .nav-item:hover .item-modulos {display: block;}

      .nav-item:hover  .item-menu-modulo{ color:#343a40 !important;font-weight: bold;}
      
      .agregarStyle{
        overflow-y: scroll !important;
      }
      
      .body-fluid {
        height: calc(100vh - 170px) !important;
        }
      .body-fluid2 {
        height: calc(100vh - 170px) !important;
        }        

        .logo-org{    
         /*   display: block;*/
            position: absolute;
            top: 90px;
            right: 0px;   
            width: 40%;
            padding-right: 25px;
            background: transparent;
            text-align: right;
            z-index: -1;
        }

        .logo-img{
            width: 184.8px;
            height: 60px;
        }
    
    .panel-container {
        width: 60% !important;
        margin-left: 0px !important;
        margin-right: auto !important;
    }  
    
    .panel-container2 {
        width: 80% !important;
        margin-left: 0px !important;
        margin-right: auto !important;
    }   
    .scrollNone{
        overflow: hidden !important;
    }
}

.footer-right{
    justify-content: flex-start !important;
}

.input2-selectonebutton{
        font-size: 0.85em !important;
        border: transparent !important;
        width: 90% !important;
    }

    
    .input2{
        font-size: 0.85em !important;
        border: transparent !important;
        width: 90% !important;
        border-bottom: 1px #ededed solid !important;
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
        -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, 0.16), 0px 2px 0px 0 rgba(0, 0, 0, 0.26) !important;
    }
    
    .input2:focus,
    .input2 > input:focus,
    .input_caledar > input:focus {
        box-shadow: 0px 5px 0px 0 rgba(168,18,62, 0.8) !important;
    }
    
    .input2 > input{
        font-size: 0.85em !important;
        border: transparent !important;
        width: 90% !important;
        box-shadow: 0 !important;
        border-bottom: 1px #ededed solid !important;
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
        -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
    box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, 0.16), 0px 2px 0px 0 rgba(0, 0, 0, 0.26) !important;
    }
    
    .p-datepicker {
        border-bottom: 0px !important;
        box-shadow: none !important;
    }
    
    .input_caledar{
        font-size: 1.1em !important;
        border: transparent !important;
        border-bottom: 1px #ededed solid !important;
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
        -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, 0.16), 0px 2px 0px 0 rgba(0, 0, 0, 0.26) !important;
    }
    .input_caledar > input{
        
        border: transparent !important;
        box-shadow: 0 !important;
        border-bottom: 1px #ededed solid !important;
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
        -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
        box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, 0.16), 0px 2px 0px 0 rgba(0, 0, 0, 0.26) !important;
    }
    
    .btnStatusDefault2 {
    width: 100px;
    color: #fff;
    background-color: #dc3545;
    background-image: none;
    border-color: #dc3545;
}

/****************Style para botones veda electoral***********************/
/**/
    background-color: #575756 !important;
    border-color: #575756 !important;    
}

.btn-warning{
    background-color: #575756 !important;
    border-color: #575756 !important;    
}

.btn-danger {
    color: #fff !important;
    background-color: #575756 !important;
    border-color: #575756 !important;
}

.btn-success {
    color: #000000 !important;
    background-color: #B2B2B2 !important;
    border-color: #B2B2B2 !important;
    text-shadow: none !important;
}

.btn-info {
    color: #fff !important;
    background-color: #3C3C3B !important;
    border-color: #3C3C3B !important;
}

.swal2-confirm {
    background-color: #575756 !important;
    border-left-color: #575756 !important;
    border-right-color: #575756 !important;
}


    
    .activo {
        padding: 3px 5px;
        color: #fff;
        background-color: #575756;
        border-color: #575756;
        border-radius: 5px;
        text-shadow: #000000 0.1em 0.1em 0.2em !important; 
    }
    
    .inactivo, .cancelado, .incidencia{
        padding: 3px 5px;
        color: #fff;
        background-color: #575756;
        border-color: #575756;
        border-radius: 5px;
        text-shadow: #000000 0.1em 0.1em 0.2em !important; 
    }
    
    .creado, .en_espera, .preinscrito,  .pendiente{
        padding: 3px 5px;
        color: #fff;
        background-color: #575756;
        border-color: #575756;
        border-radius: 5px;
        text-shadow: #000000 0.1em 0.1em 0.2em !important; 
    }
    
    .abierto, .aprobado, .inscrito {
        padding: 3px 5px;
        color: #fff;
        background-color: #575756;
        border-color: #575756;
        border-radius: 5px;
        text-shadow: #000000 0.1em 0.1em 0.2em !important; 
    }
    
    .cerrado, .vencido, .rechazado {
        padding: 3px 5px;
        color: #fff;
        background-color: #575756;
        border-color: #575756;
        border-radius: 5px;
        text-shadow: #000000 0.1em 0.1em 0.2em !important; 
    }
    
    .finalizado, .no_aprobado {
        padding: 3px 5px;
        color: #fff;
        background-color: #575756;
        border-color: #575756;
        border-radius: 5px;
        text-shadow: #000000 0.1em 0.1em 0.2em !important; 
    }
    
    .validado {
        padding: 3px 5px;
        color: #fff;
        background-color: #575756;
        border-color: #575756;
        border-radius: 5px;
        text-shadow: #000000 0.1em 0.1em 0.2em !important; 
    }
    
    .reenviado {
        padding: 3px 5px;
        color: #000;
        background-color: #575756;
        border-color: #575756;
        border-radius: 5px;
        text-shadow: none !important; 
    }
    
    
    .mostrarEvidencia {
        min-width: 151.2px;
        min-height: 203.2px;
        
        max-width: 500px;
        max-height: 500px;
    }