.modal-header {
    background-color: #5F6B9B !important;
    color: #ffffff !important;
}



.form-check-input:checked {
    background-color: #5F6B9B;
    border-color: #5F6B9B;
}



.page-link {   
    color: #5F6B9B;
}



.page-link:hover {
    color: #5F6B9B;
}



.page-item.active .page-link {
    background-color: #5F6B9B;
    border-color: #5F6B9B;
}



.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #5F6B9B !important;
    background-color: #5F6B9B !important;
}



.form-control:focus {
    border-color: #5F6B9B !important;
    box-shadow: 0 0 0 0;
}



.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.06rem #5F6B9B !important;
}



.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #5F6B9B !important;
}



.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: #5F6B9B !important;
    opacity: 0.5;
}



.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #5F6B9B !important;
    opacity: 0.5;
}



.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #5F6B9B !important;
    opacity: 0.5;
}



.custom-control-input:active ~ .custom-control-label::before {
    background-color: #5F6B9B !important;
    opacity: 0.5;
}



.dropdown-item.active, .dropdown-item:active {
    background-color: #5F6B9B !important;
}



.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background-color: #5F6B9B !important;
}



.bootstrap-switch.bootstrap-switch-focused {
    border-color: #5F6B9B !important;
}



/*Kendo special*/
.k-filter-menu-container .k-action-buttons .k-button.k-primary {
    background-color: #ffffff !important;
    color: #5F6B9B !important;
}



    .k-filter-menu-container .k-action-buttons .k-button.k-primary:hover {
        background-color: #5F6B9B !important;
        color: #ffffff !important;
    }



.k-picker-wrap.k-state-default.k-state-focused {
    border-color: #5F6B9B !important;
    box-shadow: none !important;
}



.k-calendar .k-calendar-header .k-today, .k-calendar .k-footer .k-nav-today:hover {
    color: #5F6B9B !important;
}


