#msform .action-button {
    background: #0095eb !important;
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #0095eb !important;
}
/*headings*/


/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#eliteregister li.active:before, #eliteregister li.active:after {
    background: #0095eb !important;
}

.btn-link {
    color: #0095eb;
}

.btn-link:hover {
    color: #0095eb;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0095eb;
    background-color: #0095eb;
}

.fc-toolbar {padding: 0px 0;}

.dataTables_filter input, .dataTables_filter input:focus, .dataTables_length select, .dataTables_length select:focus {
    background-image: linear-gradient(#0095eb,#0095eb),linear-gradient(#e9ecef,#e9ecef);
}