/* JORGE SEBASTIAN */
/* ESTILO MENSAJES MODALES ERROR / CONFIRMACION / OK /  */

.input-class_atletico {
    width: 90% !important;
    height: 4.625em !important;   
    color: #282A6F !important;
    /*margin: 0.1em auto !important;
    margin-bottom: 0.5em auto !important;
    */
    font-size: 12pt !important;
}

.input-class_atletico_cod_liga {
    width: 90% !important;
    height: 2.625em !important;   
    color: #282A6F !important;
    margin: 1em !important;
    margin-bottom: 0.5em auto !important;    
    font-size: 12pt !important;
}

.input-class_atletico_number {
    width: 90% !important;
    /*height: 4.625em !important;   */
    color: #282A6F !important;
    font-size: 12pt !important;
    margin-top: -10 !important;
}

.swal2-popup {
    padding: 0px !important;
}    

.header-class_error {
    background-color: #E8151E;
    height: 40px !important;
    padding: 0px !important;
    width: 100%;
    text-align: left !important; 
    color: #FFFFFF !important;
    font-size: 12pt !important;
    align-items: left !important; 
}

.title-class_error {
    height: 40px !important;
    padding: 10px !important;
    width: 100%;
    text-align: left !important; 
    color: #FFFFFF !important;
    font-size: 11pt !important;    
    align-items: left !important; 
}

.swal2-html-container {
    text-align: left !important; 
    padding: 20px !important;
    color: #212529 !important; 
    font-size: 11pt !important; 
}

.actions-class_error {
    background-color: #e9ecef !important;
    height: 55px !important; 
    padding: 1px !important;
    text-align: left !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;    
}

button.swal2-styled.swal2-confirm{
    background-color: #282A6F !important;
    border-color: #282A6F !important;
    color: #FFFFFF !important;
    height: 35px !important;     
    font-size: 11pt !important;
    padding: 1px 10px !important;
    align-items: center !important;   
}

button.swal2-styled.swal2-cancel{
    background-color: #E8151E !important;
    border-color: #E8151E !important;
    color: #FFFFFF !important;
    height: 35px !important;     
    font-size: 11pt !important;
    padding: 1px 10px !important;
    align-items: center !important;   
}


/* ESTAS SON LAS MODALES NORMALES */
.modal-header_atletico {    
    background-color: #E8151E !important; 
    color: #FFFFFF !important; 
    height: 47px !important; 
    padding: 10px !important
    
}

.modal-footer_atletico{    
    height: 60px !important; 
    background-color: #e9ecef !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 10px !important;    
}


.modal-footer_atletico button{    
    margin-left: 10px !important;
}

/*ZOOM IMAGENES*/
img.zoom {
    width: 25px;
    height: 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
/* TAMAÑO DEL ZOOM*/
.transition {
    -webkit-transform: scale(5.8); 
    -moz-transform: scale(5.8);
    -o-transform: scale(5.8);
    transform: scale(5.8);
}
