﻿[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus {
    background-color: #FF0013;
    color: #fff;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #9E1D20;
    color: #fff;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.card-header {
    border-bottom: 1px solid rgb(194 199 208);
}

.dark-mode .list-group-item {
    background-color: #343a40;
    border-color: #6c757d;
    color: white;
}

.dark-mode .list-group-item.active {
    background-color: #ff0013;
    border-color: #6c757d;
    color: white;
}

.jse-menu.svelte-497ud4.svelte-497ud4 {
    background: var(--jse-theme-color);
    border: 1px solid #4f4f4f !important;
    border-bottom: 1px solid #4f4f4f !important;
    color: var(--jse-menu-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.dark-mode .list-group-item {
    background-color: #343a40;
    border-color: #6c757d;
    color: white;
}

.btn-apply-form-control {
    padding: 6px 12px 6px 12px;
    width: 100%;
    display: block;
    height: calc(2.25rem + 2px);
}
.btn-list-margin {
    margin-left:4px;
    margin-top:4px;
}

.asset-scrollbar {
    max-height: 600px;
    overflow-y: scroll
}
.required::after {
    content: "*";
    font-weight: bold;
    font-size: 22px;
    color: red;
}
.form-floating > label {
    padding: 0.75rem 0.75rem;
}
.form-select-disable {
    background-color: rgb(255,255,255, 0.12) !important;
    padding-top: 2.25rem;
    padding-bottom: 0.625rem;
    padding-left: 10px;
    line-height: 1.25;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
}
.form-select-disable-label {
    color: lightgray;
}
.form-select-enable {
    border-color: #6c757d;
    background-color: #343a40;
    padding-top: 2.25rem;
    padding-bottom: 0.625rem;
    padding-left: 10px;
    line-height: 1.25;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
}
.form-select-rounded {
    border-radius: 0.25rem;
}
}
table {
    overflow-x:auto;
}
.fa-stack {
    text-align: center;
    height: 27px;
    width: 16px;
}

.fa-stack .fa-caret-down {
    position: absolute;
    bottom: 0;
}

.fa-stack .fa-caret-up {
    position: absolute;
    top: 0;
}
table.sorttable th {
    cursor: pointer;
}

.form-select:disabled {
    background-color: #4d5257;
}

.assetfoldercard:hover {
    background-color: #595d63;
}
