﻿#header .header-table {
    width: 100%;
    height: 46px;
    background: var(--header-background);
}

#header,
#header .k-header {
    font-size: 1.4rem;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
    color: var(--header-font);
}

#header #IntegratedInfo {
    font-weight: 300;
    font-size: 2.4rem;
}

#header .test-system-info-td {
    padding: 0 15px;
    width: auto;
}

#header .test-system-info-header {
    padding: 0 10px;
    font-size: 2.4rem;
    color: var(--accent-1);
    background-color: var(--white);
    border-radius: 6px;
}

#header .customer-name-td {
    padding: 0 15px;
    font-size: 24px;
    width: auto;
    text-align: right;
}

#header .session-expires-td {
    line-height: 1em;
    text-align: center;
    width: auto;
    padding: 0 1.5rem;
    cursor: pointer;
}

#header #ExtendTime {
    background-color: var(--btn-white-background);
    color: var(--btn-white-font);
    text-align: center;
    font-weight: 500;
    padding: 2px 5px;
    border-radius: 3px;
}

#header #ExpiresInfo:hover #ExtendTime {
    color: var(--btn-white-hover-font);
}

#header #ExpiresInfo:hover .info {
    color: var(--accent-1);
}

#header .current-user-td {
    width: auto;
    padding: 0 15px;
    cursor: pointer;
}

#header .impersonation {
    color: var(--accent-1);
}

#header .bold {
    font-weight: bold;
}

#header .current-user-td:hover {
    color: var(--accent-1);
}

#header .current-user-td .avatar-username {
    white-space: nowrap;
}

#header .cultureTd {
    text-align: center;
    width: 50px;
    padding: 0 15px;
}

.notification-wrapper {
    display: flex;
    cursor: pointer;
}

#CountNotificationsArea {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 2rem;
    height: 2rem;
    font-weight: 900;
    color: var(--primary);
    background-color: var(--white);
    border-radius: 50%;
    margin-left: -.8rem;
}

#header .notification-td:hover #CountNotificationsArea {
    color: white;
    background-color: var(--accent-1);
}

#header .notification-td:hover #MyNotifications {
    filter: var(--glyphicon-btn-white-hover);
}

#header .log-off-td {
    text-align: center;
    width: 50px;
    padding: 0 15px;
    cursor: pointer;
}

#header .supportHelpTd {
    padding-left: 10px;
    cursor: pointer;
}

#header .header-last-td {
    min-width: 130px !important;
}

.second-logo-page {
    background-size: 90px auto !important;
    background-position: center center !important;
    position: fixed !important;
    margin: -15px !important;
    height: 100px;
    width: 100px;
    top: 0 !important;
    right: 25px !important;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
    z-index: 999 !important;
}

#header #DynLogo.logo {
    position: fixed;
    width: 150px;
    top: 10px;
    left: 40px;
    height: 50px;
    z-index: 999;
    transition: 0.5s;
}

#header #DynLogo.logo.sidebar-collapsed {
    height: 30px;
    transition: 0.5s;
}

#header #DynLogo.logo.sidebar-collapsed-no-transition {
    height: 30px;
    transition: none !important;
}