a {
    color: rgb(66,153,225);
    font-weight: 500;
}

.environment-indicator {
    background-color: red;
    color: white;
    padding: 4px 8px;
    font-weight: bold;
    text-align: center;
}

.phil-suspended-indicator {
    color: black;
    padding: 4px 8px;
    font-weight: bold;
    text-align: center;
}

.login,
.forgot-password,
.reset-password,
.resend-email-confirmation,
.email-confirmation,
.emulation-form-container {
    max-width: 400px;
}

.main-container {
    height: 100vh;
}

.mud-container {
    padding-top: 24px;
    padding-bottom: 24px;
}

    .mud-container > .mud-container,
    .mud-container > div > .mud-container {
        padding: 0;
    }

.nav-bar {
    position: static;
    flex: 0 0 auto;
    display: flex;
    font-family: Audiowide, sans-serif !important;
    height: 100vh;
    text-align: center;
    border-right: 2px solid var(--mud-palette-divider);
    flex-direction: column;
    z-index: 1370;
}

    .nav-bar .side-nav {
        flex: 1;
        justify-content: flex-start;
    }

.phil-text {
    text-transform: uppercase;
    font-size: 1.875rem;
    color: rgba(74,85,104,1);
}

.layout-app-bar .mud-toolbar {
    height: auto;
}

.identity-app-bar {
    height: 64px;
}

.identity-body {
    text-align: center;
}

.profile-icon {
    font-size: 2.25rem !important;
}

.profile-icon-stack {
    font-size: 1.25em !important;
}

#mud-snackbar-container {
    top: 4px;
}

.menu-ghost-button {
    height: 40.5px;
    z-index: 10;
}

.menu-display-button {
    z-index: 0;
    margin-top: -40.5px;
    margin-bottom: 0px;
}

.table-global_search {
    max-width: 300px;
    width: 100%;
}

.table-head-cell {
    display: flex;
}

    .table-head-cell > .mud-table-sort-label {
        line-height: 1.25rem;
    }

    .table-head-cell .table-filter-icon {
        padding: 4px;
    }

th.table-action-column {
    width: 1px;
}

td.table-action-column {
    white-space: nowrap;
}

.mud-table.no-toolbar > .mud-toolbar {
    display: none;
}

.mud-table-dense .table-head-cell .table-filter-icon {
    padding: 0;
}

.mud-table-dense .table-head-cell .mud-table-sort-label .mud-table-sort-label-icon {
    margin: 0;
}

.mud-table-dense td.mud-table-cell.table-icon-button-column,
.mud-table-dense td.mud-table-cell.table-action-column,
.mud-table-dense td.mud-table-cell.table-icon-button-column button {
    padding: 0;
    white-space: nowrap;
    flex-direction: column;
}

.mud-table-dense td.mud-table-cell.table-button-column {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .mud-table-dense td.mud-table-cell.table-button-column button {
        padding: 2px 9px 0;
    }

.mud-table-dense td.mud-table-cell.table-action-column [type="button"].mud-button-text {
    padding: 1px 4px;
}

.mud-table-dense td.mud-table-cell.table-icon-button-column > [type="button"]:not(:last-child),
.mud-table-dense td.mud-table-cell.table-action-column [type="button"]:not(:last-child) {
    margin-right: 10px;
}

.mud-table-dense td.mud-table-cell .mud-input-control-boolean-input span.mud-icon-button {
    padding: 4px;
}

.mud-table-filter-popup > .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text,
.mud-table-filter-popup > div > .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0;
}

.mud-table-hover.mud-table-striped .mud-table-container .mud-table-root .mud-table-body .mud-table-row.selected {
    background-color: var(--mud-palette-table-hover);
}

.table-filter-icon .mud-icon-button {
    padding: 4px;
}

.table-filter-list {
    padding: 8px;
    padding-right: 16px;
    min-Width: 90px;
    max-Height: 400px;
    overflow: auto;
}

    .table-filter-list .mud-checkbox .mud-button-root {
        margin-right: 4px;
    }

    .mud-table-filter-popup .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text,
    .table-filter-list > .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
        margin-top: 0;
    }

.table-filter-radio {
    margin: 4px;
    margin-right: 18px;
}

.mud-tabs-toolbar.mud-tabs-border-top {
    border-bottom: none !important;
}

    .mud-tabs-toolbar.mud-tabs-border-top .mud-tabs-toolbar-wrapper {
        border-bottom: 1px solid var(--mud-palette-lines-default);
    }

.mud-tabs-toolbar-content .mud-tabs-toolbar-wrapper {
    width: auto !important;
}

.mud-button-text > .mud-button-label > .mud-button-icon-start {
    margin-left: 4px;
}

.mud-button-text:disabled {
    color: #737373 !important;
}

.mud-popover.small > .mud-list > .mud-list-item {
    padding-top: 0;
    padding-bottom: 0;
}

.mud-table-filter-popup {
}

    .mud-table-filter-popup label.mud-switch {
        display: flex;
    }

        .mud-table-filter-popup label.mud-switch .mud-typography {
            flex: 1;
            text-align: left;
        }

    .mud-table-filter-popup .mud-nested-list > .mud-list-item {
        padding-right: 16px;
    }

.phil-select-button-group {
    display: flex;
}

    .phil-select-button-group .mud-select .mud-input.mud-input-filled {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .phil-select-button-group button {
        margin-top: 12px;
        margin-bottom: 6px;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

/*************************** GENERAL ***************************/
.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.audiowide {
    font-family: Audiowide, sans-serif !important;
}

.text-white {
    color: var(--mud-palette-white) !important;
}

.text-5xl {
    font-size: 3rem;
}

.text-4xl {
    font-size: 2.25rem;
}

.text-3xl {
    font-size: 1.85rem;
}

.text-2xl {
    font-size: 1.5rem;
}

.text-xl {
    font-size: 1.25rem;
}

.text-lg {
    font-size: 1.125rem;
}

.text-sm {
    font-size: 0.875rem;
}

.text-xs {
    font-size: 0.75rem;
}

.text-base {
    font-size: 1rem;
}

.font-medium {
    font-weight: 500;
}

.text-secondary {
    color: var(--mud-palette-text-secondary);
}

.text-gray-darker,
.text-grey-darker {
    color: var(--mud-palette-gray-darker);
}

.text-gray-dark,
.text-grey-dark {
    color: var(--mud-palette-gray-dark);
}

.text-gray-lighter,
.text-grey-lighter {
    color: var(--mud-palette-gray-lighter);
}

.text-blue-darker {
    color: rgb(49,130,206);
}

.bg-gray-lighter-hover:hover,
.bg-grey-lighter-hover:hover {
    background-color: var(--mud-palette-gray-lighter);
}

.text-gray,
.text-grey {
    color: var(--mud-palette-gray-default);
}

.text-blue,
.text-blue-hover:hover {
    color: rgb(66,153,225);
}

.color-tertiary {
    color: var(--mud-palette-tertiary);
}

.fill-current {
    fill: currentColor;
}

.info,
.info-hover:hover {
    color: var(--mud-palette-info);
}

.success,
.success-hover:hover {
    color: var(--mud-palette-success);
}

.error,
.error-hover:hover {
    color: var(--mud-palette-error);
}

.warning,
.warning-hover:hover {
    color: var(--mud-palette-warning);
}

.bg-info-hover:hover,
.bg-info {
    background-color: var(--mud-palette-info);
}

.bg-success-hover:hover,
.bg-success {
    background-color: var(--mud-palette-success);
}

.bg-error-hover:hover,
.bg-error {
    background-color: var(--mud-palette-error);
}

.bg-warning-hover:hover,
.bg-warning {
    background-color: var(--mud-palette-warning);
}

.bg-white-hover:hover,
.bg-white {
    background-color: var(--mud-palette-white);
}

.bg-default {
    background-color: var(--mud-palette-background);
}

.nowrap,
.no-wrap {
    white-space: nowrap;
}

.leading-snug {
    line-height: 1.375;
}

.leading-tight {
    line-height: 1.25;
}

.leading-none {
    line-height: 1;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.tracking-wider {
    letter-spacing: 0.05rem;
}

.mud-table.no-underline td {
    border-bottom-width: 0;
}

/*********************** END GENERAL ***************************/

.mud-input-control.mud-input-control-margin-normal {
    margin-top: 12px;
    margin-bottom: 6px;
}

.mud-icon-root {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.floor-plan-icon-stack {
    position: absolute;
}

.phil-icon-circle {
    font-size: 0.6em;
    border-radius: 50%;
    width: 4em;
    height: 4em;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    cursor: pointer;
    background-color: var(--mud-palette-text-primary);
}

    .phil-icon-circle.active,
    .phil-icon-circle:hover {
        background-color: var(--mud-palette-primary);
    }

    .phil-icon-circle > i {
        font-size: 2em;
        flex: 1;
    }

/* Large or smaller */
@media only screen and (max-width: 1919px) {
}

/* Medium or smaller */
@media only screen and (max-width: 1279px) {
    .phil-text {
        font-size: 1.5rem;
    }
}

/* Small or smaller */
@media only screen and (max-width: 959px) {
    .phil-text {
        font-size: 1.25rem;
    }

    .nav-bar {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        height: auto;
        flex-direction: row !important;
        background-color: rgba(74,85,104,1);
        border-right: none;
        font-size: 1.25rem;
    }

        .nav-bar .phil-text {
            color: white;
        }

        .nav-bar .side-nav {
            flex-direction: row !important;
            justify-content: center;
            color: white;
        }

    .profile-icon {
        font-size: 1.25rem !important;
    }

    .header-label {
        font-size: 1.25rem !important;
    }

    .mud-table-toolbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        height: auto;
        margin-bottom: 8px;
    }

    .mud-table-dense td.mud-table-cell.table-button-column,
    .mud-table-dense td.mud-table-cell.table-icon-button-column,
    .mud-table-dense td.mud-table-cell.table-action-column {
    }

    .phil-icon-circle {
        font-size: 0.5em;
    }
}

/* Extra Small */
@media only screen and (max-width: 599px) {
    .mud-container {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .mud-table-dense td.mud-table-cell.table-button-column,
    .mud-table-dense td.mud-table-cell.table-icon-button-column,
    .mud-table-dense td.mud-table-cell.table-action-column {
        justify-content: center;
        align-items: center;
        padding: 10px 24px 15px 8px;
    }

        .mud-table-dense td.mud-table-cell.table-button-column > button,
        .mud-table-dense td.mud-table-cell.table-icon-button-column > button,
        .mud-table-dense td.mud-table-cell.table-action-column > button {
            flex: 1;
            margin: 0 15px;
        }

    .phil-icon-circle {
        font-size: 0.4em;
    }
}

@media print {
    * {
        transition: none !important;
    }

    .print-hide,
    #iowa_sliver_spacer,
    #iowa_sliver,
    .layout-app-bar,
    .mud-drawer,
    .mud-table-toolbar,
    .mud-table-sort-label-icon,
    .table-filter-icon,
    .table-action-column,
    .table-icon-button-column,
    .mud-table-pagination,
    .mud-table-smalldevices-sortselect {
        display: none !important;
    }

    .mud-main-content,
    .mud-main-content > .mud-container {
        margin: 0 !important;
        padding: 0 !important;
    }

    .mud-xs-table .mud-table-root .mud-table-head,
    .mud-xs-table .mud-table-root .mud-table-foot {
        display: table-header-group;
    }

    .mud-xs-table .mud-table-row {
        display: table-row;
    }

    .mud-xs-table .mud-table-cell {
        display: table-cell;
    }

        .mud-xs-table .mud-table-cell:before {
            content: none;
        }

    .mud-table-cell {
        padding: 2px 4px !important;
    }
}

/*.mud-button-label {
    white-space: nowrap;
}*/

small {
    font-size: 12px;
}

.login-button {
    color: #fff;
    background: linear-gradient(transparent,rgba(0, 0, 0, 0.4)) top/100% 800%;
    background-color: #D03805;
    transition: 0.25s;
}

    .login-button:hover {
        background-position: bottom;
        color: #fff;
    }

.login-title {
    font-weight: 400;
    font-size: 32px;
    font-family: "Roboto", "sans-serif";
}

.login-display-min-width {
    min-width: 150px;
}

.clickable {
    cursor: pointer;
}

.mud-overlay .mud-overlay-content {
    text-align: center;
}

.mud-card .mud-card-actions .mud-progress-circular-svg {
    width: 24px;
}

table.metaData {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    padding-top: 20px;
}

    table.metaData td, table.metaData th {
        border: 1px solid #dddddd !important;
        text-align: left;
        padding: 8px;
        width: 100%;
    }

    table.metaData tr:nth-child(even) {
        background-color: #dddddd !important;
    }

.mud-input {
    background-color: var(--mud-palette-white) !important;
}

.right-align {
    justify-content: right;
    text-align: right;
    align-self: end;
}

.jobs-button:hover {
    background-color: white;
}

.jobs-button {
    background-color: var(--mud-palette-gray-lighter);
}

.phil-bar {
    background-color: var(--mud-palette-gray-lighter);
}

.body-container {
    opacity: 0;
    transition: opacity ease-in 0.4s;
}

    .body-container.loaded {
        opacity: 1;
    }

.time-input-container {
    margin-top: 6px;
}

    .time-input-container .mud-select {
        width: 60px;
        text-align: center;
    }

        .time-input-container .mud-select .mud-list-item.mud-list-item-gutters {
            padding-left: 8px;
            padding-right: 8px;
        }

    .time-input-container .mud-input-control {
        margin-top: 0;
    }
