﻿:root {
    --ssa-navbar-menu-button-text-color: white;
    --ssa-navbar-background-color: #ebfaf9; /* New variable for navbar color */
    --ssa-color-cases-title: #3D5991;
    --ssa-color-time-entries-title: #02665d;
    --ssa-color-journal-title: #964957;
    --ssa-color-attachments-title: #943cc8;
}

/* #nav-toolbar .dx-button-text, */
/* #nav-toolbar .dx-icon:not(.dx-icon-overflow) { */
/*     color: var(--ssa-navbar-menu-button-text-color); */
/* } */

#navbar {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Light border at the bottom !1! */
    border-bottom: 1px solid var(--dx-color-border); /* Light border at the bottom */
}

#newBanner {
    top: 46px !important;
}

a:not(.dx-link-icon) {
    color: var(--dx-color-link) !important;
}

.ssa-journal-table-html-comment-cell .dx-htmleditor.dx-htmleditor-underlined.dx-state-disabled::after,
.ssa-journal-table-html-comment-cell .dx-htmleditor.dx-htmleditor-underlined.dx-state-readonly::after {
    border-style: none;
}

.case-details-tab-title {
    color: var(--ssa-color-cases-title);
}

.cases-page-title {
    color: var(--ssa-color-cases-title) !important;
}

.time-entry-tab-title {
    color: var(--ssa-color-time-entries-title);
}

.time-entries-page-title {
    color: var(--ssa-color-time-entries-title) !important;
}

.time-entry-form-group .dx-form-group-caption {
    color: var(--ssa-color-time-entries-title);
}

.journal-entry-tab-title {
    color: var(--ssa-color-journal-title);
}

.journal-entries-page-title {
    color: var(--ssa-color-journal-title) !important;
}

.journal-entry-form-group .dx-form-group-caption { /* color: #334957; */
    color: var(--ssa-color-journal-title);
}

.attachments-form-group .dx-form-group-caption { /* color: #00C8F0; */
    color: var(--ssa-color-attachments-title);
}

.attachments-tab-title { /* color: #00C8F0; */
    color: var(--ssa-color-attachments-title);
}

.dx-row-focused td a {
    color: var(--dx-color-text) !important;
}

.info-container {
    background-color: white;
}

/*.dx-datagrid-rowsview.dx-datagrid-sticky-columns .dx-row-focused.dx-row:not(.dx-edit-row) > td:not(.dx-editor-cell,.dx-master-detail-cell),
.dx-datagrid-rowsview.dx-datagrid-sticky-columns .dx-selection.dx-row:not(.dx-edit-row) > td:not(.dx-editor-cell,.dx-master-detail-cell) {
    padding-bottom: 7px !important;
}

.dx-datagrid-rowsview.dx-datagrid-sticky-columns .dx-row.dx-edit-row > td.dx-command-edit {
    padding-top: 7px !important;
}*/

.dx-datagrid .dx-row > td:not(.dx-editor-cell,.dx-master-detail-cell) {
    padding: 7px 13px !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*.dx-editor-cell .dx-texteditor:not(.dx-tagbox) .dx-texteditor-input {
    height: 35px !important;
    /* line-height: 38px !important; !1!
}

.dx-editor-cell .dx-texteditor.dx-editor-filled .dx-placeholder::before,
.dx-editor-cell .dx-texteditor.dx-editor-filled .dx-texteditor-input,
.dx-editor-cell .dx-texteditor.dx-editor-outlined .dx-placeholder::before,
.dx-editor-cell .dx-texteditor.dx-editor-outlined .dx-texteditor-input {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.dx-datagrid .dx-menu .dx-menu-item .dx-menu-item-content,
.dx-datagrid-container .dx-menu .dx-menu-item .dx-menu-item-content {
    padding: 5px 4px !important;
}


.dx-menu .dx-menu-item .dx-menu-item-content {
    display: flex;
    padding-top: 0px;
}*/