﻿

.top-menu-logo {
    width: 120px;
    /*margin-left: -20px;*/
    border: 2px solid #3E636D;
}

.top-menu-label {
    padding-top: 18px;
    padding-left: 30px;
}

/*.top-menu-dropdown {
    background-color: aqua;
}*/

.top-menu-search {
    padding-top: 20px;
}

.dxbl-menu > .dxbl-menu-bar {
    background-color: var(--metrum-darker-background);
    color: white;
}

.top-menu-pad-before-items {
    padding-right: 60px;
}

.dxbl-menu.dxbl-menu-horizontal .dxbl-menu-title {
    background-color: #2B474C;
    border-right: solid grey 2px;
    padding-right: 0px;
}

.top-menu-page-link-container {
    padding-right: 26px;
}

    .top-menu-page-link-container .top-menu-page-link {
        padding-left: 26px;
    }

    .top-menu-page-link-container.page-link-border-left .top-menu-page-link {
        border-left: 1px solid white;
    }

.top-menu-page-link-pad-up {
    padding-top: 18px;
}

    .top-menu-page-link-pad-up:has(.selected) {
        padding-top: 19px;
    }

.top-menu-page-link {
    font-size: 16px;
    opacity: .8;
    cursor: pointer;
}

    .top-menu-page-link.disabled {
        cursor: none;
    }

    .top-menu-page-link:hover:not(.selected):not(.disabled), .top-menu-page-link.selected {
        opacity: 1;
    }

    .top-menu-page-link:not(.selected) i {
        --fa-secondary-color: grey !important;
    }

.top-menu-page-link-container .top-menu-page-link.selected {
    font-size: 20px;
}

.dxbl-menu-item-tmpl {
    position: relative;
}

.top-menu-subpage-title-container {
    position: absolute;
    bottom: 0px;
    left: 28px;
    height: 30px;
    width: fit-content;
    background-color: var(--metrum-darker-background);
    z-index: 10;
}

.top-menu-subpage-title-subcontainer {
    position: relative;
    height: 100%;
    width: 200px;
}

.top-menu-subpage-title {
    position: absolute;
    font-size: 15px;
    bottom: 7px;
    left: 0px;
    width: fit-content;
    text-wrap-mode: nowrap;
}

.interval-summary {
    font-size: 14px;
}

.interval-summary-line-2 {
    margin-left: 27px;
    margin-top: 4px;
    font-size: 11px;
}

.interval-submenu {
    width: 470px;
    background-color: white;
    color: black;
}

.datetime-picker {
    width: 180px;
}



.top-menu-user-item {
    padding-right: 20px;
    min-width: 330px;
}

    .top-menu-user-item .dxbl-menu-item-tmpl {
        width: 100%;
    }

.top-menu-user-container {
    margin-top: 15px;
    max-height: 50px;
}

    .top-menu-user-container > .customer-logo {
        margin-bottom: 4px;
        max-height: 25px;
        max-width: 120px;
    }

.user-submenu-customer-name {
    font-size: larger;
}

.user-submenu {
    min-width: 450px;
}
