﻿body {
    width: 100%;
}

.maindisplay {
    overflow-x: hidden;
}

    .maindisplay p {
        line-height: 1.4em !important;
    }

#divSubmission h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#divPleaseWait {
    border-style: solid;
    border-width: 2px;
    border-color: #F0BF4E;
    background-image: url(images/pleasewait.png);
    position: fixed;
    width: 200px;
    height: 50px;
    font-size: 24px;
    padding: 20px 0px 0px 0px;
    display: none;
    margin-top: -15px;
    margin-left: -75px;
    top: 50%;
    left: 50%;
    text-align: center;
    border-radius: 10px;
    z-index: 9999;
}

.offline {
    background-image: url(images/maintenance.gif);
    background-position: 4px 4px;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    padding: 10px 10px 10px 140px;
    min-height: 100px;
}

.formtype {
    font-size: 20px;
    display: block;
    color: #888888;
    margin-left: 2px;
    margin-bottom: 8px;
}

input[type="text"], select, textarea {
    font-size: 100%;
    border-style: solid;
    border-color: #888888;
    border-color: var(--color-accent);
    border-width: 1px;
    font-family: Arial;
    padding: 2px;
}


input[type="radio"], input[type="checkbox"] {
    margin-right: 10px;
}

.hrseparator {
    border-style: solid;
    border-color: #444444;
    width: 90%;
    margin: 5px auto 16px auto;
}

.fulltextbox {
    width: 98%;
}

.largetextbox {
    width: 98%;
}

.smalltextbox {
    width: 150px;
}

.midlistbox {
    width: 50%;
    min-width: 250px;
}

.smalllistbox {
    width: 150px;
}

.redtext {
    color: #AA0000;
}

.infotext {
    color: #444444;
    font-size: 14px;
}

.infotextpad {
    padding-left: 30px;
}

.infotextblock {
    display: block;
    color: #444444;
    font-size: 14px;
    margin-top: 2px;
}

.infobox {
    display: block;
    margin: 5px 20px 5px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    background-color: #FAFAFA;
    padding: 5px;
    font-size: 14px;
}

.inlineinfo {
    margin-left: 300px;
    font-size: 14px;
    color: #A02C41;
    font-style: italic;
    margin-top: 5px;
}

.privacy {
    background-color: #FDF3F2;
    border-style: solid;
    border-width: 0px 0px 0px 12px;
    border-color: #A21C02;
    padding: 10px 15px;
    margin: 10px 0px;
}

    .privacy p {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.margintop {
    clear: both;
    height: 15px;
}

.alignright {
    text-align: right;
}

.alignimage {
    vertical-align: middle;
    margin-right: 15px;
}

.questionheader {
}

.questionholder {
    clear: both;
    padding-top: 12px;
}

.questionholdernarrow {
    clear: both;
    padding-top: 6px;
}

.questionmain {
    padding-right: 20px;
    width: 300px;
    float: left;
}

.questiontall {
    min-height: 50px;
}

.indent {
    padding-left: 20px;
}

.questionindent {
    padding-left: 20px;
    width: 300px;
}

.textboxholder {
    overflow: hidden;
    display: block;
}

.checkboxholder {
    overflow: hidden;
    display: block;
}

.checkboxblock {
    padding-left: 28px;
    display: block;
    text-indent: -28px;
    margin-bottom: 2px;
}

.checkboxinline {
    margin-right: 20px;
    min-width: 112px;
    display: inline-block;
    margin-bottom: 2px;
}

.checkboxinlinewide {
    min-width: 180px;
}

.buttonholder {
    display: block;
    margin-top: 15px;
    padding-top: 10px;
    text-align: right;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #AAAAAA;
}

.buttonholderfile {
    padding: 12px 0px;
    text-align: right;
}

.nobottom {
    margin-bottom: 0px !important;
}

.notop {
    margin-top: 0px;
}

.smalltop {
    margin-top: 10px;
}

.largetop {
    margin-top: 30px;
}

.clearboth {
    clear: both;
}

.standardbutton, .deletebutton {
    border-style: none;
    border-radius: 4px;
    width: 140px;
    background-color: #0045CC;
    color: #FFFFFF;
    margin-left: 20px;
    cursor: pointer;
    height: 28px;
    font-size: 15px;
}

    .standardbutton:hover {
        background-color: #2373CC;
    }

    .standardbutton:disabled {
        color: #AAAAAA;
        background-color: #F1F1F1;
    }

.deletebutton {
    background-color: #A53E29;
}

    .deletebutton:hover {
        background-color: #792D1E;
    }

.addbutton {
    background-color: #756715;
}

    .addbutton:hover {
        background-color: #94842A;
    }

.amendbutton {
    border-style: none;
    border-radius: 4px;
    width: 110px;
    background-color: #238720;
    color: #FFFFFF;
    margin-left: 20px;
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
}

    .amendbutton:hover {
        background-color: #37B834;
    }

.noborder {
    border-style: none !important;
}

.nodisplay {
    display: none !important;
}

.pleasewait {
    margin-top: 30px;
    font-size: 30px;
    text-align: center;
    padding: 70px 10px 30px 10px;
    background-image: url(images/diskicon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    color: #000000;
}

.pleasewaitsub {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: #444444;
}

.addressdisplay {
    display: block;
    margin: 4px 0px;
    font-size: 14px;
}

.cvInfo {
    margin: 10px 0px 10px 0px;
    display: block;
    padding: 5px 5px 0px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    border-radius: 5px;
    background-color: #FAFAFA;
    background-image: url(images/exclaimorange.gif);
    background-repeat: no-repeat;
    background-position: 4px 8px;
}

    .cvInfo li {
        margin-top: 2px !important;
        line-height: 1.2em !important;
    }

.exclaimsmall {
    background-image: url(images/exclaimorange.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 40px;
    padding-bottom: 30px;
    min-height: 30px;
    display: block;
    margin-left: 40px;
}

.nobottompad {
    padding-bottom: 10px;
}

.groupme {
    display: inline-block;
}

.indentme {
    margin-top: 3px;
    display: block;
    margin-left: 22px;
}

.block {
    display: block;
    margin-top: 6px;
    margin-left: 4px;
}

.additionalinfo {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #444444;
}

.additionallarge {
    font-size: 14px;
    margin-left: 20px;
}

.additionalheader {
    font-weight: bold;
}

.additionalitem {
    display: inline-block;
    margin-right: 15px;
}

.strongtext {
    font-weight: bold;
}

.extracheck {
    display: none;
}

.questionnoindent {
    padding-left: 0px !important;
}

.personholder {
    border-style: solid;
    border-width: 1px;
    border-color: #AAAAAA;
    padding: 5px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.linkholder {
    display: block;
    margin-top: 20px;
    margin-left: 20px;
}

    .linkholder img {
        vertical-align: middle;
        margin-right: 10px;
    }

.charactersused {
    font-size: 14px;
    color: #008800;
    display: inline-block;
    margin-left: 30px;
}




@media screen and (max-width:745px) {
    .bulletholder {
        width: 25px;
        float: left;
    }

    .labelholder {
        float: none;
        width: auto;
        overflow: hidden;
        display: block;
    }

    .separatortext {
        padding-left: 25px;
    }

    .textboxholder {
        overflow: visible;
        display: block;
        margin-left: 20px;
        margin-top: 5px;
    }

    .checkboxholder {
        overflow: visible;
        display: block;
        margin-left: 25px;
    }

    .textboxholderfull {
        overflow: visible;
        display: block;
        margin-top: 2px;
    }

    .questionsupplemental, .questionmain {
        display: block;
        padding-right: 0px;
        width: auto;
        float: none;
    }

    .indentblock {
        margin-left: 0px;
    }
}


/* address finder styles */

.addressfinder {
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    border-radius: 8px;
    padding: 5px 10px 10px 6px;
    background-color: #FAFAFA;
    margin-left: 30px;
    margin-top: 5px;
    margin-right: 14px;
}

.addressfinderpcode {
    margin-left: 10px;
    margin-right: 8px;
    width: 160px;
}

.addressfindertitle {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.addressfinderbutton {
    margin-right: 10px;
    border-style: none;
    border-radius: 4px;
    min-height: 22px;
    background-color: #AA4444;
    color: #FFFFFF;
    width: 80px;
    cursor: pointer;
}

.buttonfixed {
    border-style: none;
    border-radius: 4px;
    min-height: 22px;
    background-color: #AA4444;
    color: #FFFFFF;
    width: 100px;
    cursor: pointer;
}

    .addressfinderbutton:hover, .buttonfixed:hover {
        background-color: #883333;
    }

    .buttonfixed:disabled {
        color: #AAAAAA;
        background-color: #F1F1F1;
    }

.addressfinderlist {
    width: calc(100% - 115px);
    margin-right: 10px;
    margin-left: 7px;
}

.groupmeaddress {
    display: inline-block;
}


.addressfinder .groupmeaddress ~ .groupmeaddress {
    width: calc(100% - 315px);
}

.addressfindererror {
    display: block;
    color: #AA0000;
    margin-top: 2px;
    margin-bottom: 5px;
}

@media screen and (max-width:900px) {
    .addressfinder .groupmeaddress ~ .groupmeaddress {
        width: calc(100% - 90px);
        display: block;
        margin-top: 5px;
        margin-left: 90px;
    }
}

@media screen and (max-width:600px) {
    .addressfinder .groupmeaddress ~ .groupmeaddress {
        width: 100%;
        margin-left: 0px;
    }
}
/* end of address finder styles */

/* Styles for Step Indicator */
.step-indicator {
    margin-top: 12px;
    margin-bottom: 0px;
    line-height: 30px;
    display: block;
}

.step {
    display: block;
    float: left;
    font-weight: bold;
    background: #e4e4e4;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    margin-right: 33px;
    position: relative;
    text-decoration: none;
    color: #666;
    cursor: default;
    font-size: 14px;
    margin-bottom: 5px;
}

    .step:before {
        content: "";
        display: block;
        width: 0;
        height: 30px;
        position: absolute;
        top: 0;
        left: -28px;
        border: 15px solid transparent;
        border-color: #e4e4e4;
        border-left-color: transparent;
    }

    .step:after {
        content: "";
        display: block;
        width: 0;
        height: 30px;
        position: absolute;
        top: 0;
        right: -28px;
        border: 15px solid transparent;
        border-left-color: #e4e4e4;
    }

    .step:first-of-type {
        /*border-radius: 2px 0 0 2px;*/
        border-radius: 0px;
        padding-left: 15px;
    }

        .step:first-of-type:before {
            display: none;
        }

    .step:last-of-type {
        border-radius: 0px;
        margin-right: 25px;
        padding-right: 15px;
    }

        .step:last-of-type:after {
            display: none;
        }

    .step.completed {
        background: #305566;
        color: #fff;
    }

        .step.completed:before {
            border-color: #305566;
            border-left-color: transparent;
        }

        .step.completed:after {
            border-left-color: #305566;
        }

    .step.current {
        background: #fdd26c;
        color: #000;
    }

        .step.current:before {
            border-color: #fdd26c;
            border-left-color: transparent;
        }

        .step.current:after {
            border-left-color: #fdd26c;
        }

.step-text {
    background-color: #EEEEEE;
    color: #000000;
    padding: 4px;
    font-size: 18px;
    display: none;
    margin-top: 10px;
}

@media screen and (max-width:700px) {
    .Step-indicator, .step-indicator {
        display: none;
    }

    .step-text {
        display: block;
    }
}

.buttonsection {
    border-style: none;
    background-color: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    height: 100%;
    cursor: pointer;
    padding: 0px;
}

/* End of Step Indicator Styles */

/* Step Bar Indicators */
.stepbarholder {
    width: 100%;
    background-color: #E1E1E1;
    height: 5px;
    margin: 2px 0px 3px 0px;
    position: relative;
}

.stepbar {
    background-color: #4689aa;
    display: inline-block;
    height: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* End of Step Bar Indicators */

/* File Control Styles */
.filebutton {
    background-color: #1c6f2b;
    border-radius: 5px;
    border-style: none;
    padding: 5px 10px;
    color: #FFFFFF;
    margin-left: 15px;
    font-size: 16px;
    cursor: pointer;
}

    .filebutton:hover {
        background-color: #33a347;
    }

.filesize {
    width: 99%;
}

.filebuttonhidden {
    display: none;
}

.filebuttonholder {
    margin: 10px 0px;
}
/* End of File Control Styles*/

.printonly {
    display: none;
}

@media print {
    .printonly {
        display: block;
    }

    .screenonly {
        display: none;
    }

    .fulltextbox {
        width: 95%;
    }

    .largetextbox {
        width: 95%;
    }

    .appholder {
        display: none !important;
    }
}

@media screen {
    .printonly {
        height: 1px;
    }
}

.printoption {
    border-style: none;
    text-decoration: none;
    color: #FFFFFF;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #1c6f2b;
    font-size: 16px;
    margin-left: 10px;
}

    .printoption:hover {
        background-color: #33a347;
    }

input[type="text"]:disabled, input[type=radio]:disabled, input[type=checkbox]:disabled, select:disabled, textarea:disabled {
    background-color: #FFFFFF;
    color: #000000 !important;
    opacity: 1;
}

.printlabel {
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    padding: 2px;
    width: 96%;
    display: block;
}
