.btn.boton-gradient:active, .btn.boton-gradient:active:focus .btn.boton-gradient.active, .btn.boton-gradient:focus, .btn.boton-gradient:hover {
    background: -webkit-linear-gradient(50deg,#209cff,#68e0cf);
    background: -o-linear-gradient(50deg,#209cff,#68e0cf);
    background: linear-gradient(40deg,#209cff,#68e0cf) !important;
}

.boton-gradient {
    background: -o-linear-gradient(50deg,#209cff,#68e0cf);
    background: linear-gradient(40deg,#209cff,#68e0cf) !important;
}

.btn.boton-gradient {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    color: #fff;
}

.custom-select {
    display: block !important;
    margin-left: 40px;
    width: 90%;
}

table.table th,
table.table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.ui-datepicker-year {
    display: block !important;
}
.hidden{
    display:none !important;
}
.card.card-cascade .view.view-cascade.gradient-card-header{
    padding: 1.2em 0.5rem !important;
}
.card-body{
    padding:0.5rem !important;
}
