﻿.btn-primary {
    background-color: #D3AF35 !important;
    color: #ffffff !important;
    border-color: #D3AF35 !important;
}
.nav > .active {
    background-color: #D3AF35 !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #D3AF35 !important;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #D3AF35;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #D3AF35;
}
 

.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.modal-content-full-width {
    height: auto !important;
    min-height: 100% !important; 
}

