/* Custom styles for DTS3 application */

/* Search form styles */
.search-form-input {
    width: 200px;
}

/* Table column width styles */
.table-checkbox-column {
    width: 40px;
}

.table-actions-column {
    width: 150px;
}

/* Sidebar menu-group open state background */
.nav-sidebar .nav-item.menu-open > .nav-link {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-sidebar .nav-item.menu-open > .nav-treeview {
    background-color: rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px;
    margin: 2px 5px;
}

.nav-sidebar .nav-item.menu-open {
    background-color: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    margin-bottom: 5px;
}
