﻿.brand-logo {
    display: flex;
    align-items: stretch;
    height: 100%;
    width: 100%;
    color: white;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.fullHeight {
    height: 100%;
}

.overflow-wrap-anywhere {
    overflow-wrap: anywhere;
}

.truncate-60 {
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb-items a {
    color: white;
}

ul.breadcrumb-items > li.mud-breadcrumb-separator > span {
    color: white;
    font-size: 1.7rem;
    font-weight: bold;
}

ul.breadcrumb-items > li.mud-breadcrumb-item.mud-disabled > a {
    color: lightgray;
}

.mud-form .mud-input-control {
    margin-top: 1.5rem;
}

/* ------------------------- Drawer button ------------------------------- */
#right-drawer-toggle-button {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}

/* ------------------------- Authentication info footer ------------------------------- */
.authentication-info-footer {
    position: absolute;
    bottom: 1rem;
}

/************************** Menu bar color *******************************/

.menuBar-red {
    background-color: #C50022 !important;
}

.menuBar-blue {
    background-color: #004A96 !important;
}

.menuBar-green {
    background-color: #00793A !important;
}

.logout-button {
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

/* ------------------------- Dialog sticky actions ------------------------------- */
.sticky-actions {
    position: sticky;
    bottom: 0;
    background: var(--mud-palette-surface);
    z-index: 1;
    border-top: 1px solid var(--mud-palette-divider);
}

/* ------------------------- Login page ------------------------------- */
.login-full-height {
    height: 100vh;
}

.login-cover-panel {
    background-color: blue;
}

.login-signin-label {
    color: grey;
}

.login-content {
    text-align: center;
}

.login-actions {
    display: flex;
    justify-content: center;
}

.login-description {
    white-space: pre-line;
}

/* ------------------------- Unauthorized page ------------------------------- */
.unauthorized-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
