﻿/* DevExpress Style Overrides */
.dx-menu-item.notoggle > .dropdown-menu {
    transform: matrix(1, 0, 0, 1, -112, -1) !important;
}

.dx-menu-item.notoggle a > .dx-menu-dropdown-toggle {
    display: none;
}

/* To fix profile menu for templated menu item (23.1). */
.templated-item .dxbl-menu-item-text-container {
    margin-left: 0px !important;
}

/* Controls alternating grid background row color */
.dxgrid-alt-item > td {
    background-color: #324e6c;
}

/* Hides the header row */
.dxgrid-header-hidden {
    display: none;
}

/* Bolds the header captions */
.dxgrid-header-bold span {
    font-weight: 700;
}

/* Control font size for dxgrid */
.dxbl-grid {
    --dxbl-grid-font-size: medium;
}

/* Give tab container a border */
/*.dxbl-tabs {
    border: 1px solid gray;
    padding: 20px;
}*/

/* Give individual tab pages a border */
.dxbl-tabs-item {
    border: 1px solid whitesmoke;
    margin-right: 10px;
}

/* Centers the tab headers in the container */
.dxbl-scroll-viewer-content ul {
    justify-content: center;
}

/* Used to center icon over text in menu (treeview - 23.1) */
.menuButton .dxbl-treeview-item-container {
    flex-direction: column;
}

/* Hides the week number on the caledar dropdown. */
.calendar-no-week .dxbl-calendar-week-number,
.calendar-no-week .dxbl-calendar-days-of-week th:first-child,
.calendar-no-week .dxbl-calendar-days-of-week td:first-child {
    visibility: hidden;
}

/* Changes the link hover color inside dxgrid */
.dxbl-btn.dxbl-btn-link {
    color: #02ccb1 !important;
    font-size: medium;
    text-decoration: none;
}

    .dxbl-btn.dxbl-btn-link:hover {
        color: #02ccb1 !important;
        font-size: medium;
        text-decoration: underline;
    }

/* Controls font size for nav menu text. */
.dxbl-treeview-item-text {
    font-size: 14px;
}

/*.dxbl-btn.dxbl-btn-text-link:hover {
    color: #7bb8a7 !important;
    font-size: medium;
}*/

/* Controls padding for DxPopup header. */
.dxbl-modal-header {
    padding: 7px !important;
}
