﻿.mt-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.mt-main-content {
    height: calc(100vh - var(--mud-appbar-height));
}

#consignment-list-item > div.mud-list-item-icon {
    align-self: start;
    padding-top: 16px;
}

.mud-table-cell {
    border-bottom: 0px;
}

.notification-popup-title-text {
    text-overflow: ellipsis;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
}

/* splash screen */
.splash-screen {
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
}

.splash-screen-img {
    width: 400px;
    height: 400px;
}

.unread {
    font-weight: bold !important;
}

.tab-container {
    height: 100%;
}

.mud-tabs {
    height: 100%;
}

.mud-tabs-panels {
    height: calc(100vh - var(--mud-appbar-height));
}

.full-height-tabs .mud-tabs-panels {
    display: flex;
    flex-direction: column;
}

.full-height-table, .full-height-tabs .mud-tabs-panels .mud-table {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

    .full-height-table .mud-table-container, .full-height-tabs .mud-tabs-panels .mud-table .mud-table-container {
        height: initial !important;
        flex: 1 1 0;
        overflow: auto;
    }

.mobile-timeline::before {
    display: none;
}

.mobile-timeline .mud-timeline-item .mud-timeline-item-content {
    max-width: 100%;
}

.mobile-timeline .mud-timeline-item .mud-timeline-item-divider {
    display: none;
}

.mobile-list .mud-list-item .mud-list-item-icon {
    display: none;
}

.history-icon-in-groupheader {
    padding-right: 14px !important;
}

.text-align-right {
    text-align: right;
}

.flex-container-column {
    display:flex;
    flex-direction: column;
    height:100%;
}

.full-sized-grid {
    height: 100% !important;
    width: 100% !important;
}