html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    overflow-y: auto;
    line-height: 1.0;
    font-size: 14px;
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: Helvetica, Arial, sans-serif !important;
    color: #333;
    font-size: 14px;
    line-height: 1.0em !important;
}

html, body {
    width: 100%;
    height: 100%;
}

.app-body {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.body-container {
    background-color: transparent;
}

a:hover {
    text-decoration: underline;
}

div.label {
    color: #444;
    font-size: 0.9em;
    padding-bottom: 2px;
}

input {
    border: solid 1px #ccc;
    border-radius: 4px;
    width: 100%;
    height: 34px;
    font-size: 14px;
    padding: 6px 12px;
    background-color: #fff;
    margin-bottom: 10px;
}

    input:read-only {
        background-color: #eee;
        color: #222;
    }

select {
    border: solid 1px #ccc;
    border-radius: 4px;
    width: 100%;
    height: 46px;
    font-size: 14px;
    padding: 6px 12px;
    background-color: #fff;
    margin-bottom: 10px;
}

    input:focus, select:focus {
        border: solid 1px #222;
        outline: none !important;
    }

img, video {
    display: block;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    color: #3c8fcd;
    text-decoration: none;
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    margin: 0px auto;
}

.show-when-authenticated {
    display: block;
}

.hide-when-authenticated {
    display: none;
}

.body-container, .body-sub {    
}

    .body-container .body-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

.body-content {
    max-width: 1000px;
    margin: 0px auto;

}

@media (max-width: 1040px) {
    .body-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 600px) {
    .body-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

h1 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 6vw;
    color: rgb(16, 66, 101);
    font-family: Lato, sans-serif;
}

h2 {
    font-family: Lato, serif;
    font-size: 4vw;
    color: rgb(16, 66, 101);
}

h3 {
    font-family: Lato, serif;
    font-size: 24px;
    color: rgb(16, 66, 101);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

    h3.no-top-margin, h4.no-top-margin {
        margin-top: 0;
    }

h4 {
    font-family: Lato, serif;
    font-size: 21px;
    color: rgb(16, 66, 101);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

.flex-row-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-row-around {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.text-orange {
    color: rgb(240, 123, 5);
}

.apply-view {
    max-width: 600px;
    margin: 0px auto;
}

.apply-section {
    border: solid 1px #ddd;
    border-left-color: #428bca;
    border-left-width: 5px;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
}

    .apply-section .section-header {
        color: #428bca;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
    }

.error-text::before {
    content: "*  ";
}

.error-text {
    color: red;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.error-summary {
    text-align: center;
    color: red;
    font-weight: bold;
    margin: 10px 0px;
}

.section-purple {
    border-left-color: #d662d6;
}

    .section-purple .section-header {
        color: #d662d6;
    }

.section-green {
    border-left-color: #5cb85c;
}

    .section-green .section-header {
        color: #5cb85c;
    }

.apply-section .section-data {
}

.apply-button-next {
    color: #fff;
    background-color: #5cb85c;
    padding: 10px;
    text-align: center;
    width: calc(100% - 20px);
    border-radius: 10px;
    font-size: 30px;
    margin-top: 40px;
}

    .apply-button-next .fa {
        font-size: 0.9em;
        padding-left: 10px;
    }

    .apply-button-next:hover {
        background-color: #419841;
        cursor: pointer;
    }


@media (max-width: 700px) {
    .body-container .body-content {
        padding-top: 120px;
    }

    h1 {
        font-size: 8vw;
    }
}

@media (min-width: 970px) {
    h1 {
        font-size: 4.0em;
    }

    h2 {
        font-size: 2.0em;
    }
}

button {
    outline: none !important;
}

.link-text {
    color: #3c8fcd;
}

    .link-text:hover {
        color: #2b6998;
        cursor: pointer;
    }

.link-button {
    padding: 8px 14px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif, serif;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box !important;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .link-button:hover,
    .link-button:focus {
        text-decoration: none;
        cursor: pointer;
    }

.btn {
    padding: 8px 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    border: solid 1px;
}

    .btn:hover {
        cursor: pointer;
    }

.btn-disabled {
    color: rgb(255, 255, 255);
    border-color: #CCC;
    background-color: #CCC;
}

    .btn-disabled:hover {
        cursor: default;
    }

.btn-gray {
    color: #000;
    border-color: #eee;
    background-color: #eee;
}

    .btn-gray:hover,
    .btn-gray:focus {
        border-color: #dadada;
        background-color: #dadada;
    }

.btn-orange {
    color: rgb(255, 255, 255);
    border-color: rgb(240, 123, 5);
    background-color: rgb(240, 123, 5);
}

    .btn-orange:hover,
    .btn-orange:focus {
        color: rgb(255, 255, 255);
        border-color: #ff8f1f;
        background-color: #ff8f1f;
    }

.btn-white {
    color: rgb(16, 66, 101);
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

    .btn-white:hover,
    .btn-white:focus {
        color: rgb(16, 66, 101);
        border-color: #f0f0f0;
        background-color: #f0f0f0;
    }

.btn-disabled {
    color: #bbbbbb;
    border-color: #bbbbbb;
    background-color: #dddddd;
}

.btn-black {
    color: rgb(255, 255, 255);
    border-color: #000000;
    background-color: #000000;
}

    .btn-black:hover,
    .btn-black:focus {
        color: rgb(255, 255, 255);
        border-color: #474747;
        background-color: #474747;
    }

.btn-green {
    color: rgb(255, 255, 255);
    border-color: rgb(61, 185, 43);
    background-color: rgb(61, 185, 43);
}

    .btn-green:hover,
    .btn-green:focus {
        color: rgb(255, 255, 255);
        border-color: rgb(40, 133, 26);
        background-color: rgb(40, 133, 26);
    }

.btn-purple {
    color: #fff;
    border-color: #7d71cf;
    background-color: #7d71cf;
}

    .btn-purple:hover,
    .btn-purple:focus {
        border-color: #594ea0;
        background-color: #594ea0;
    }

.btn-blue {
    color: rgb(255, 255, 255);
    border-color: rgb(14, 57, 71);
    background-color: rgb(14, 57, 71);
}

    .btn-blue:hover,
    .btn-blue:focus {
        color: rgb(255, 255, 255);
        border-color: #3776a5;
        background-color: #3776a5;
    }

.btn-ltgray {
    color: rgb(255, 255, 255);
    background-color: rgb(96, 95, 95);
    border-color: rgb(96, 95, 95);
}

    .btn-ltgray:hover,
    .btn-ltgray:focus {
        color: rgb(255, 255, 255);
        background-color: #8b8b8b;
        border-color: #8b8b8b;
    }

.table-paychecks {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #000;
}

    .table-paychecks td, .table-paychecks th {
        border-bottom: solid 1px #000;
        padding: 5px 5px;
    }

    .table-paychecks th {
        text-transform: uppercase;
        background-color: #333;
        color: #fff;
        font-size: 0.8em;
        text-align: left;
        padding: 3px 5px;
    }

    .table-paychecks .col-select {
        width: 50px;
        text-align: left;
    }

        .table-paychecks .col-select input {
            margin: 5px;
        }

            .table-paychecks .col-select input:hover {
                cursor: pointer;
            }

    .table-paychecks .col-date {
    }

    .table-paychecks .col-description {
    }

    .table-paychecks .col-amount {
    }


.input-icon {
    position: relative;
}

    .input-icon > i {
        position: absolute;
        display: block;
        transform: translate(0, -75%);
        top: 48%;
        pointer-events: none;
        width: 35px;
        text-align: center;
        font-style: normal;
        color: #777;
        font-size: 14px;
    }

    .input-icon > input {
        padding-left: 25px;
        padding-right: 0;
    }

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

h3 {
    margin-top: 0px;
}

.window-header .title {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
    box-sizing: border-box !important;
}


.rz-dialog-titlebar {
    line-height: 1.2em;
    font-size: 1.0em;
}

.rz-dialog-title {
    font-weight: bold;
}

.rz-button {
    text-transform: uppercase;
    font-size: 0.9em;
}

.wait-cursor {

}

.wait-cursor-panel {
    background-color: black;
    color: #fff;
    padding: 15px 20px;
    margin: 20px;
    border-radius: 10px;
}

    .wait-cursor-panel .content {
        font-size: 0.9em;
        padding-bottom: 20px;
    }

.progress-button {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif, serif;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .progress-button:hover,
    .progress-button:focus {
        text-decoration: none;
        cursor: pointer;
    }

    .progress-button .content {
        padding: 8px 14px 5px 14px;
    }

.loading-bar-container {
    height: 3px;
    /*background-color: #FFFFFF88;*/
    overflow: hidden;
}

.indeterminate-bar {
    height: 3px;
    width: 34%;
    background-color: #71c8ff;
    animation: indeterminate 1.5s ease-in-out 0.3s infinite;
    transform: translateX(-100%)
}

.progress-bar {
    height: 3px;
    background-color: #71c8ff;
    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.25s ease-out;
    width: 0%;
}

@keyframes indeterminate {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(300%)
    }
}