html,
body {
    height: 100% !important;
}
.deskPrincipal{
    background-image: url('../img/background02.jpg') !important;
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ajaxCrudDatatable{
    font-size: 13px !important;
}

.badge-Nuevo{
    color: #fff;
    background-color: #007bff;
    font-size: 12px !important;
}

.badge-Pagada{
    color: #fff;
    background-color: #28a745;
    font-size: 12px !important;
}

.badge-No{
    color: #fff;
    background-color: #6c757d;
    font-size: 12px !important;
}

.badge-Cancelado{
    color: #fff;
    background-color: #dc3545;
    font-size: 12px !important;
}
.custom-style-data{
    background-color: #F2F2F2 !important;
}
.divlink{
    cursor: pointer;
}
.danger{
    color: #fff;
    background-color: #ff414d;
}
.success{
    color: #fff;
    background-color: #16c79a;
}
.success .crud-datatable .btn-link{
    color: #fff !important;
}
.danger .crud-datatable .btn-link{
    color: #fff !important;
}

.success .kv-editable-link{
    color: #fff !important;
}

.danger .kv-editable-link{
    color: #fff !important;
}