/* put your own styles to customize and override the theme */
.thead-tabla {    
    background: #376dfe;    
}

.btn-primary {
    background-color: #376dfe;
    border-color: #376dfe;
}

.btn-primary:hover {    
    background-color: #1150fc;
    border-color: #376dfe;
}

.btn-danger {
    background-color: #376dfe;
    border-color: #376dfe;
}

.btn-danger:hover {    
    background-color: #1150fc;
    border-color: #376dfe;
}