
.pagetitle {
    margin-left: 1rem;
    padding: 0;
}

.pagetitle a:link {
    font-family: "warnock-pro",serif;
    font-size: 2rem;
    font-weight: 700;
}

@media only screen and (min-width: 600px) {
    .pagetitle {
        margin-left: 4rem;
    }
}

.mud-avatar.mud-avatar-medium {
    height: 16vw;
    width: 16vw;
}

@media only screen and (min-width: 960px) {
    .mud-avatar.mud-avatar-medium {
        height: 6.2vw;
        width: 6.2vw;
    }
}

/* Button */
.button-height-75 {
    height: 45px;
}

@media only screen and (min-width: 960px) {
    .button-full {
        font-size: 1.5rem;
    }

    .button-height-75 {
        height: 75px;
    }
}

/* Labels */

.label-hidden-mobile {
    display: none;
}

a.card-link .label-small,
.label-small {
    color: #707070;
    font-weight: 500;
    font-size: 0.625rem;
    line-height: 1em;
}


a.card-link .label-medium,
.label-medium {
    color: #707070;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1em;
}


a.card-link .label-large,
.label-large {
    color: #707070;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1em;
}

@media only screen and (min-width: 960px) {
    a.card-link .label-small,
    .label-small {
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1200px) {
    a.card-link .label-medium,
    .label-medium {
        font-size: 1.125rem;
    }

    a.card-link .label-large,
    .label-large {
        font-size: 1.5rem;
    }

    .label-hidden-mobile {
        display: inline-block;
    }
}

/* Card value */

.card-value-small {
    color: #000000;
    font-size: 1rem;
    line-height: 1em;
}

.card-value-medium {
    color: #000000;
    font-size: 1.5rem;
    line-height: 1em;
}

.card-value-large {
    color: #000000;
    font-size: 1.75rem;
    line-height: 1em;
}

@media only screen and (min-width: 1200px) {
    .card-value-small {
        font-size: 1.5rem;
    }

    .card-value-medium {
        font-size: 2.25rem;
    }

    .card-value-large {
        font-size: 3.25rem;
    }
}

.card-link,
a.card-link {
    color: #000000;
    transition: 0.3s all;
    text-decoration: none;
}

    .card-link:focus,
    .card-link:hover,
    a.card-link:focus,
    a.card-link:hover {
        box-shadow: 0px 0px 0px 2px #029ADE;
    }

/* Input */

.mud-input-control {
    padding: 0;
}

.text-input-label,
.text-input-line-label,
.employ-product-table table * tr th.mud-table-cell.text-input-label,
.employ-product-table .mud-table-cell:before {
    font-weight: 600 !important;
    padding-bottom: 0.625rem;
    margin-bottom: 0.25rem;
    font-size: 0.625rem;
    color: #9D9D9D;
}

.employ-product-table .mud-table-cell:before {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
}

.text-input-line-label {
    border-bottom: 3px solid #ABD1E1;
}

input[type="date"].text-input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 3rem;
    background: white;
    border: 0;
    width: 100%;
    color: #000;
    display: block;
}

input[type="date"].text-input::-webkit-date-and-time-value {
    text-align: left;
}

.text-input,
.text-input .mud-input > input.mud-input-root.mud-input-slot,
.text-input div.mud-input-slot.mud-input-root {
    font-size: 1rem;
    line-height: 1em;
    font-weight: 500;
    padding: 0;
}

input[type="date"].text-input,
.text-input .mud-input > input.mud-input-root.mud-input-slot,
.text-input div.mud-input-slot.mud-input-root { padding: 14px 24px; }

.text-input-simple,
.text-input-simple .mud-input > input.mud-input-root.mud-input-slot,
.text-input-simple div.mud-input-slot.mud-input-root {
    font-size: 1rem;
    font-weight: 500;
}

.text-input.text-input-simple .mud-input > input.mud-input-root.mud-input-slot,
.text-input.text-input-simple div.mud-input-slot.mud-input-root,
.text-input.text-input-simple > .mud-input-control-input-container > div.mud-input.mud-input-text {
    padding-left: 0;
    padding-right: 0;
}

.text-input-bold,
.text-input-bold .mud-input > input.mud-input-root.mud-input-slot,
.text-input-bold div.mud-input-slot.mud-input-root {
    font-weight: 700;
}

.readonly .mud-input.mud-input-underline:after {
    border-bottom: 1px solid var(--mud-palette-lines-inputs);
}

.readonly .mud-input.mud-input-text.mud-input-underline:before,
.readonly .mud-input.mud-input-text.mud-input-underline:after { border-bottom: transparent; }

.no-border-bottom .mud-input.mud-input-underline:before,
.no-border-bottom .mud-input.mud-input-underline:after { border-bottom: transparent; }

.mud-picker-inline.mud-picker-input-button .mud-input .mud-input-root {
    padding: 18px;
    font-weight: 500;
    font-size: 1rem;
}

.text-input .mud-input-label.mud-input-label-inputcontrol {
    font-size: 1rem;
    top: -1rem;
    left: 0.2rem;
    color: #9D9D9D !important;
}

.text-input-small  {
    font-size: 0.8rem;
}

.mud-table-cell .justify-center-cell .mud-checkbox {
    justify-content: center;
}

#info-banner-container {
    position: fixed;
    z-index: var(--mud-zindex-snackbar);
    pointer-events: none;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

.info-banner-filled {
    display: flex;
    flex-grow: initial;
    padding: 6px 16px;
    align-items: center;
    position: relative;
    pointer-events: auto;
    font-weight: 400;
    line-height: 1.43;
    overflow: hidden;
    margin-top: 16px;
    min-width: 288px;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
    color: var(--mud-palette-info-text);
    font-weight: 500;
    background-color: var(--mud-palette-info);
    opacity: 0.9;
}

.info-banner-message {
    margin: auto;
    font-size: 1.25rem
}

.text-input-small.text-input .mud-input > input.mud-input-root.mud-input-slot {
    padding: 6px;
}

@media only screen and (min-width: 960px) {
    .text-input, .mud-select-input, .text-input .mud-input > input.mud-input-root.mud-input-slot, .text-input div.mud-input-slot.mud-input-root {
        font-size: 1.5rem;
    }

    .text-input-small, .text-input-small .mud-input > input.mud-input-root.mud-input-slot, .text-input-small div.mud-input-slot.mud-input-root {
        font-size: 1.2rem;
    }

    .mudcard-content div.mud-input.mud-input-text.mud-input-adorned-end.mud-input-underline.mud-shrink > div.mud-input-slot.mud-input-root.mud-input-root-text.mud-input-root-adorned-end {
        font-size: 1.5rem;
        padding: 4px 24px;
    }

    input[type="date"].text-input,
    .border-radius-s.text-input .mud-input > input.mud-input-root.mud-input-slot,
    .text-input div.mud-input-slot.mud-input-root,
    .text-input div.mud-input-slot.mud-input-root.mud-input-root-filled.mud-input-root-adorned-end {
        padding: 24px 12px 24px 24px;
    }

    input[type="date"].text-input,
    .text-input .mud-input-label.mud-input-label-inputcontrol {
        font-size: 1.5rem
    }

    .text-input-label,
    .employ-product-table table * tr th.mud-table-cell.text-input-label,
    .text-input-line-label {
        font-size: 1rem;
    }

    .mud-input > textarea.mud-input-root {
        padding: 6px 5px;
    }

    .mud-dialog-content .text-input .mud-input > input.mud-input-root.mud-input-slot,
    .mud-dialog-content .text-input div.mud-input-slot.mud-input-root,
    .mud-dialog-content .text-input div.mud-input-slot.mud-input-root.mud-input-root-filled.mud-input-root-adorned-end {
        padding: 17px 24px;
    }
}

/* Tab */

.tab-nav-item {
    font-size: 1rem;
    font-weight: 700;
}

@media only screen and (min-width: 960px) {
    .tab-nav-item {
        font-size: 1.5rem;
    }

}

/* Logo */

#employ-logo:hover {
    cursor: pointer;
}


/* Search */

.search-drawer.mud-drawer.mud-drawer-temporary.mud-drawer-pos-right.mud-drawer--open {
    width: 100%;
    max-width: 550px;
}

/* Select */

.typography-selection{
    font-family: 'Acumin Pro', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0;
    color: #999999;
}
@media only screen and (min-width: 960px) {
    .typography-selection {
        font-size: 0.875rem;
    }
}

/* Select boxes */
.select-container {
    display: flex;
    flex-direction: column;
}

.period-select .mud-input > input.mud-input-root.mud-input-slot,
.period-select .mud-input > div.mud-input-root.mud-input-slot {
    padding: 1rem 0;
}

.mud-input-control.period-select > .mud-input-control-input-container > div.mud-input.mud-input-text {
    padding-right: 0;
}