.bg-whitesmoke {
    background: whitesmoke;
}

.bg-theme{
    background-color: #709907;
}

.active.bg-theme-active {
    color: #ffffff !important;
    background-color: #709907 !important; }

.active.bg-kills-active {
    color: #ffffff !important;
    background-color: #c10000bf !important; }

.active.bg-assistance-active {
    color: #ffffff !important;
    background-color: #bf6c00 !important; }

.active.bg-deaths-active {
    color: #ffffff !important;
    background-color: #002280 !important; }

.nav-link{
    color: #709907;
}

.nav-link:hover{
    color: #323232;
}

.text-theme{
    color: #709907;
}

.btn-theme {
    color: #ffffff;
    background-color: #709907;
    border-color: #709907;
}

.btn-theme:not(.btn-noshadow):hover{
    color: #ffffff;
    background-color: #323232;
    border-color: #323232;
    box-shadow: 0 4px 11px rgba(53, 53, 53, 0.3);
}

/* Navbar Modification */
.navbar-brand > img {
     max-width: 200px;
}

nav.nav-deep-light .nav-item:hover > .nav-link, nav.nav-deep-light .nav-item.active > .nav-link {
    color: #709907;
}

.bg-notification-danger{
    background-color: #c10000bf !important;
}

.bg-notification-success{
    background-color: #709907c7 !important;
}

table.dataTable tbody tr.selected a{
    color: #709907 !important;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #70990712 !important;
    border-left: 2px solid #709907 !important;
    color: #121212 !important;
}

.table.dataTable.table-hover{
    border-collapse: collapse !important;
}

.table-hover tbody tr:hover {
    border-left: 2px solid #709907 !important;
}

table.table-bordered.dataTable {
     border-right-width: 1px !important;
}

a.form-checkbox.form-checkbox-theme.active > i, .form-checkbox.form-checkbox-theme > input[type="checkbox"]:checked + i {
    background: #709907;
}

.tooltip-inner {
    min-width: 250px; /* the minimum width */
}

.border-theme {
    border-color: #709907 !important;
}

.light-gray-soft{
    color:#6c757d;
}