﻿button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    input[type="date"], input[type="time"] {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #666;
        background-color: #ffffff;
        border-color: var( --e-global-color-accent ) !important;
        border-width: 3px 3px 3px 3px !important;
        border-radius: 15px 15px 15px 15px !important;
        width: 45%;
    }

    .cia-error {
        color: red;
        font-weight: bold;
        font-size: 22px;
    }

.sortColumnLabel {
    cursor: pointer;
}

#divDbFilterContent {
    margin: auto;
    width: 50%;
    border: none;
    padding: 10px;
}

#dbFilter {
    max-width: 96px;
    display: inline;
    vertical-align: baseline;
    float: inline-start;
}


.dbFilterLbl {
    display: inline;
    vertical-align: baseline;
    float: inline-start;
    text-align: center;
    line-height: 44px;
}

/*  Table Helper Elements */
#dataTable {
    border: solid 0.2em #4486bd;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 0.85em;
}

    #dataTable th {
        background-color: #ccc;
        text-align: center;
    }

    #dataTable input[type=button] {
        color: #e8eef4;
        background-color: #004080;
    }

    #dataTable input[type=button]:focus, input[type=button]:hover {
        color: #fc0;
        background-color: #004080;
    }

    #dataTable td {
        padding: 0.4em;
        border: solid 0.1em #4486bd;
    }

    #dataTable tfoot {
        background-color: #b8beb4;
    }

    #dataTable tfoot a:link, a:visited {
        padding: .625em 1.25em;
        font-weight: bold;
        text-decoration: none;
        line-height: 2.8em;
        background-color: #e8eef4;
        color: #034af3;
    }

    #dataTable tfoot a:hover, a:visited:hover {
        color: #0f406b;
        background-color: #034af3;
    }


.content-area {
  width:100%;
}

#ClaimInformation {
    text-align: center;
    width: 100%;
    margin: 0, auto;
}

.entry-title {
    margin-top: 24px;
}

.simple-modal {
    --gutter: 14px;
    --modal-color: #800000;
    --soft-color: #fafafa;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    position: fixed;
    background-color: rgba(0,0,0,.7);
    padding-top: 2%;

}

.simple-modal__content {
    width: 95vw;
    max-width: 600px;
    height: 90vh;
    max-height: 700px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.flex-container {
    display: flex;
    flex-direction: row;
    background-color: white;
    width: 500px;
    height: 500px;
    justify-content: space-between;
    visibility: hidden;
}


.tfootActivePage {
    padding: .625em 1.25em;
    font-weight: normal;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #4486bd;
    color: #fff;
}

.btnPageGrid {
    padding: .625em 1.25em;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}


@media (min-width: 768px) {
    #statusPanelDiv {
        border: 1px inset darkgray;
        box-shadow: .2em .2em .1em #888888;
        position: fixed;
        top: 50%;
        left: 40%;
        background-color: white;
        z-index: 1000;
        height: 5em;
        width: 20%;
        min-width: 32em;
        display: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        line-height: 3.5em;
        color: #000000;
        margin: auto;
    }
}

@media (max-width: 767px) {
    #statusPanelDiv {
        border: 1px inset darkgray;
        box-shadow: .2em .2em .1em #888888;
        position: fixed;
        top: 50%;
        left: 5%;
        background-color: white;
        z-index: 1000;
        height: 5em;
        max-width: 90%;
        display: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        line-height: 3.5em;
        color: #000000;
        margin: auto;
        word-break: break-word;
    }
}

#UserInfo {
    position: relative;
    left: 90%;
    margin-left: 95%;
    width: 100%;
    margin-right: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    font-weight: bolder;
    line-height: 1.00em;
    color: #fff;
    text-align: left;
    overflow: visible;
    max-height: 3.25em;
    white-space: nowrap;
}

#Subheader {
    color: #FFFFFF;
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    font-size: 22px;
    display: flex;
    flex-direction:column;
    max-width: 480px;
}

.mlSubheader {
    color: #FFFFFF;
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    font-size: 22px;
    flex-direction: column;
    max-width: 480px;
}

@media screen and (min-width: 768px) {
    #OfficeLocatorForm {
        --e-form-steps-indicators-spacing: 20px;
        --e-form-steps-indicator-padding: 30px;
        --e-form-steps-indicator-inactive-secondary-color: #ffffff;
        --e-form-steps-indicator-active-secondary-color: #ffffff;
        --e-form-steps-indicator-completed-secondary-color: #ffffff;
        --e-form-steps-divider-width: 1px;
        --e-form-steps-divider-gap: 10px;
        --e-form-steps-indicator-inactive-primary-color: var( --e-global-color-text );
        --e-form-steps-indicator-active-primary-color: var( --e-global-color-accent );
        --e-form-steps-indicator-completed-primary-color: var( --e-global-color-accent );
        --e-form-steps-indicator-progress-color: var( --e-global-color-accent );
        --e-form-steps-indicator-progress-background-color: var( --e-global-color-text );
        --e-form-steps-indicator-progress-meter-color: var( --e-global-color-text );
        background-color: #15355d;
        border-color: #eed15a;
        border-width: 8px;
        margin-left: auto;
        margin-right: auto;
        width: 460px;
        border-radius: 25px;
        padding-bottom: 4px;

    }

    .textEntry {
        width: 400px !important;
        margin-left: 20px;
        margin-right: 20px;
    }

    .ddlEntry {
        width: 400px !important;
        margin-left: 26px !important;
        margin-right: 20px;
    }
}

@media screen and (min-width: 360px)
{
    #OfficeLocatorForm {
        --e-form-steps-indicators-spacing: 20px;
        --e-form-steps-indicator-padding: 30px;
        --e-form-steps-indicator-inactive-secondary-color: #ffffff;
        --e-form-steps-indicator-active-secondary-color: #ffffff;
        --e-form-steps-indicator-completed-secondary-color: #ffffff;
        --e-form-steps-divider-width: 1px;
        --e-form-steps-divider-gap: 10px;
        --e-form-steps-indicator-inactive-primary-color: var( --e-global-color-text );
        --e-form-steps-indicator-active-primary-color: var( --e-global-color-accent );
        --e-form-steps-indicator-completed-primary-color: var( --e-global-color-accent );
        --e-form-steps-indicator-progress-color: var( --e-global-color-accent );
        --e-form-steps-indicator-progress-background-color: var( --e-global-color-text );
        --e-form-steps-indicator-progress-meter-color: var( --e-global-color-text );
        background-color: #15355d;
        border-color: #eed15a;
        border-width: 8px;
        margin-left: auto;
        margin-right: auto;
        width: 320px;
        border-radius: 25px;
        padding-bottom: 4px;
    }

    .textEntry {
        width: 290px !important;
        margin-left: 20px;
        margin-right: 20px;
    }

    .ddlEntry {
        width: 280px !important;
        margin-left: 26px !important;
        margin-right: 20px;
    }

}

.lableEntry {
    margin-top: 8px !important;
    margin-bottom: 4px;
    color: #fff;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    font-size: 22px;
}

.locatorDirectory {
    color: #15355d !important;
    background-color: #EECF5A !important;
    border: solid 1px #fff;
    height: 42px;
}

.locatorDirectory:hover {
    color: #fff !important;
    background-color: #05932D !important;
    border: solid 1px #fff;
    height: 42px;
}

#btnSearch {
    margin-right: 4px;
    margin-bottom: 2px;
}

@media screen and (min-width: 768px) {

    #AssignmentForm {
        /*
    --e-form-steps-indicators-spacing: 20px;
    --e-form-steps-indicator-padding: 30px;
    --e-form-steps-indicator-inactive-secondary-color: #ffffff;
    --e-form-steps-indicator-active-secondary-color: #ffffff;
    --e-form-steps-indicator-completed-secondary-color: #ffffff;
    --e-form-steps-divider-width: 1px;
    --e-form-steps-divider-gap: 10px;
    --e-form-steps-indicator-inactive-primary-color: var( --e-global-color-text );
    --e-form-steps-indicator-active-primary-color: var( --e-global-color-accent );
    --e-form-steps-indicator-completed-primary-color: var( --e-global-color-accent );
    --e-form-steps-indicator-progress-color: var( --e-global-color-accent );
    --e-form-steps-indicator-progress-background-color: var( --e-global-color-text );
    --e-form-steps-indicator-progress-meter-color: var( --e-global-color-text );*/
        background-color: #15355d;
        border-color: #eed15a;
        border-width: 4px;
        border-style: solid;
        margin-left: auto;
        margin-right: auto;
        border-radius: 25px;
        padding-bottom: 4px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 767px) {
    #AssignmentForm {
        /*
    --e-form-steps-indicators-spacing: 20px;
    --e-form-steps-indicator-padding: 30px;
    --e-form-steps-indicator-inactive-secondary-color: #ffffff;
    --e-form-steps-indicator-active-secondary-color: #ffffff;
    --e-form-steps-indicator-completed-secondary-color: #ffffff;
    --e-form-steps-divider-width: 1px;
    --e-form-steps-divider-gap: 10px;
    --e-form-steps-indicator-inactive-primary-color: var( --e-global-color-text );
    --e-form-steps-indicator-active-primary-color: var( --e-global-color-accent );
    --e-form-steps-indicator-completed-primary-color: var( --e-global-color-accent );
    --e-form-steps-indicator-progress-color: var( --e-global-color-accent );
    --e-form-steps-indicator-progress-background-color: var( --e-global-color-text );
    --e-form-steps-indicator-progress-meter-color: var( --e-global-color-text );*/
        background-color: #15355d;
        border-color: #eed15a;
        border-width: 4px;
        border-style: solid;
        margin-left: auto;
        margin-right: auto;
        border-radius: 25px;
        padding-bottom: 4px;
        padding-left: 16px;
        padding-right: 16px;
        width: 320px;
    }

}


#AssignmentForm h3 {
    font-size: 34px;
    color: #fff;
    font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
    margin-top: 16px;
    padding-top: 16px;
}

        #AssignmentForm label {
            font-size: 22px;
            color: #fff;
            font-family: avenir-lt-w01_35-light1475496,sans-serif;
        }

    .AssignmentInputFile {
        color: #fff;
    }

        .AssignmentInputFile::file-selector-button {
            padding: .2em .4em;
            background-color: #05932d;
            transition: 1s;
            content: "Select File(s)";
            color: #fff;
        }

            .AssignmentInputFile::file-selector-button:hover {
                background-color: eed15a;
            }

    .AssignmentSectionHeader {
        color: #15355d !important;
        font-family: "Lato", Sans-serif !important;
        font-size: 42px !important;
        font-weight: 800 !important;
        line-height: 1.3em !important;
        border-bottom-style: none !important;
        margin-top: 42px !important;
    }

    .topbottommargin16 {
        margin-top: 16px;
        margin-bottom: 16px;
        border: none;
    }

    .labelWhite {
        color: #fff;
    }

    .hilightAssignmentLabel {
        color: #eecf5a !important;
        font-weight: bold !important;
    }

    /*

.AssignmentInputFile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.AssignmentInputFileLabel {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: #05932d;
    display: inline-block;
    height: 48px;
    outline-color: #fff;
    outline-style: solid;
    outline-width: 2px;
    text-align: center;
    line-height: 16px !important;
}

    .AssignmentInputFileLabel:focus,
    .AssignmentInputFileLabel:hover {
        background-color: #eed15a;
    }
*/