﻿
.top-sub-row-container {
    height: var(--second-top-row-height);
}

.top-sub-row {
    position: fixed;
    top: var(--top-row-height);
    left: 0;
    right: 0;
    height: var(--second-top-row-height);
    border-bottom: 1px solid #cfcfcf;
    z-index: -1;
}

.top-sub-row, .top-sub-row-stlye {
    overflow: hidden;
    padding: 10px;
    width: 100%;
    /*margin: 0;*/
    display: flex;
    align-items: center;
    background-color: var(--color-toolbar-secondary);
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-start;
}

    .top-sub-row > *, .top-sub-row .btn-link {
        white-space: nowrap;
        /*        margin-left: 1.5rem;*/
    }

    .top-sub-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.top-sub-row-container-element {
    margin-right: 0.5rem;
    float: left;
    line-height: 1.42857;
    vertical-align: middle;
    display: inline-flex;
    position: relative;
}

.top-sub-row-container-element-right {
    float: right;
    font-size: 0;
    position: relative;
}

.container-notification {
    font-size: 18px;
    color: var(--color-secondary-white);
    cursor: pointer;
    margin-right: 29px;
}

.container-username {
    font-size: 14px !important;
    color: var(--color-secondary-white);
    line-height: 16px;
    font: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial,sans-serif;
}
