
/* clases para ancho del layout para botones --> DATATABLES*/

.two-btn-width{
    width:80px!important;
}
.three-btn-width{
    width:120px!important;
}
.four-btn-width{
    width:160px!important;
}
.five-btn-width{
    width:200px!important;
}
.six-btn-width{
    width:280px!important;
}
.mt20{
    margin-top:20px;
}
/*cursos*/
.min-height-box-cursos{
    min-height: 350px;
}
.height-pdf-visor{
    height:250px;
}
/*end cursos*/

/* formaciones */

.min-height-box-pdf{
    min-height: 510px;
}

.height-pdf-visor-formaciones{
    height:410px;
}

.li-firma {
    padding-left: 0!important;
    padding-right: 0!important;
}

.display-firma {
    display: none!important;
}

/* end formaciones */

.loader {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}