﻿html {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}
.header {
    height: 80px;
    background-color: #3f51b5;
}
.header .nav-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    color: #ffffff;
}
.header .information {
    flex: 0 0 24px;
    text-align: center;
}
.header .menu-button, .header .settings {
    flex: 0 0 48px;
    text-align: center;
}
/*.header .k-button {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    background-image: none;*/
/*    color: #ffffff;*/
/*}*/
/*.header .k-button:hover {*/
/*    background-color: #ff1a25;*/
/*    padding: 5px;*/
/*    border-radius: 50%;*/
/*}*/
.header .title {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 25px;
}
.header .k-avatar {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 25px;
    box-shadow: 0 0 0px 1px #ffffff;
}
.header .k-avatar img {
    width: 40px;
    height: 40px;
}

#blazor-error-ui {
    background: #ffd452;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .reload {
    font-weight: bold;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
