﻿.corpfleet-frame {
    height:100%;
    max-height: 100vh;
    overflow: hidden;
}

.corpfleet-appbar-brand-text {
    letter-spacing: .4rem;
    font-weight: 300;
    margin-left: 12px;
    font-size: 20px;
    user-select: none;
}

.corpfleet-navmenu-title {
    text-transform: uppercase;
    line-height: normal;
    font-weight:500;
    font-size:14px;
}

.corp-align-end {
    text-align: end;
}

.corpfleet-table .mud-table-row .mud-table-cell {
    padding: 8px;
}

    .corpfleet-table .mud-table-row .mud-table-cell:first-child {
        padding: 8px 8px 8px 16px;
    }

    .corpfleet-table .mud-table-row .mud-table-cell:last-child {
        padding: 8px 16px 8px 8px;
        text-align: end;
    }
.corpfleet-table {
    height: calc(100% - 52px);
}
.corpfleet-table .mud-table-container {
    height: calc(100% - 52px);
}

.corpfleet-temp-drawer {
    position: absolute !important;
    z-index: 5 !important;
    height: 100%;
}

.corpfleet-formpanel form{
    display:flex;
    flex-direction:column;
}

.corpfleet-full-height {
    height: 100%
}
    .corpfleet-full-height .mud-tabs-panels {
        height: 100%
    }