.box {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 700px;
}

.box .title {
    margin-top: 40px;
}

.box .logout {
    margin-top: 40px;
    float: right;
}

.box .row.header {
    flex: 0 1 auto;
    height: 150px;
}

.box .row.content {
    width:100%;
    height:250px;
    overflow: auto;  
    flex: 1 1 auto;
}

.box .row.content.text {
    margin-top: 35px;
    width:100%;
    height:650px;
    overflow: auto;
}

.box .infobar {
    border-top: 3px solid #2E2E2E;
    height: 26px;
    line-height: 26px;
    width: 100%;
    border-bottom: 3px solid #2E2E2E;
}

.box .portalText {
    text-align: center;
    width: 100%;
    color: #FF8100;
    background-color: transparent;
    text-decoration: none;
    font-size: 18px;
}

.box .regularHeading1 {
    margin-top: 25px;
    text-align:center;
    width: 100%;
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    font-size: 24px;
    font-weight:bold;
}

.box .regularHeading2 {
    margin-top: 50px;
    text-align:left;
    width: 100%;
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    font-size: 18px;
}

.box .regularText {
    margin-top: 25px;
    text-align:left;
    width: 100%;
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    font-size: 12px;
}

.box .regularTextItalic {
    margin-top: 15px;
    text-align:left;
    width: 100%;
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    font-style: italic;
    font-size: 12px;
}

.box .regularTextIdented {
    margin-top: 25px;
    margin-left: 25px;
    text-align:left;
    width: 90%;
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    font-size: 12px;
}

.box .indentedItalic {
    margin-top: 15px;
    margin-left: 25px;
    width: 80%;
    color:#000000;
    background-color: transparent;
    font-style: italic;
    font-size: 12px;
    list-style-type: circle;
}

.box .help {
    text-align: right;
    float: right;
    margin-left: -50px;
    padding-right: 10px;
    color: #FF8100;
    background-color: transparent;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.box .row.spacer {
    height: 40px;
    flex: 1 1 auto;
}

.errorInfo {
    float: right;
    color: #d6001c;
}

.errorMessage {
    color: #d6001c;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #B7B7B7;
    font-weight: bold;
    text-align: center;
}

.loginField {
    padding: 10px 0px;
}

::-webkit-input-placeholder {
    color: #C9C9C9;
    font-size: large;
}

::-moz-placeholder {
    color: #C9C9C9;
    font-size: large;
}

::-ms-placeholder {
    color: #C9C9C9;
    font-size: large;
}

::placeholder {
    color: #C9C9C9;
    font-size: large;
}

.loginInputBox {
    padding: 13px 10px;
    box-sizing: border-box;
    border: #B6B6B6 2px solid;
    border-radius: 0px;
    width: 100%;
    color: black;
    font-size: large;
}

.loginButton {
    margin: 80px 0px 0px;
    padding: 10px;
    background-color: #FF8100;
    color: #f5f7fa;
    cursor: pointer;
    border-radius: 0px;
    width: 100%;
    border: #FF8100 1px solid;
    font-size: 1.1em;
    font-family: 'Raleway';
}

.loginButton:disabled {
    background-color: #B7B7B7;
    border: #B7B7B7 1px solid;
}

.uploadButton {
    display: none;
    margin: 0px 0px 0px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FF8100;
    color: #f5f7fa;
    cursor: pointer;
    border-radius: 0px;
    width: calc(100% -2px);
    border: #FF8100 1px solid;
    text-align: center;
    font-size: 1.1em;
    font-family: 'Raleway';
    text-decoration: none;
}

.uploadButton:disabled {
    background-color: #B7B7B7;
    border: #B7B7B7 1px solid;
}

.uploadButtonText {
    color: white;
    text-decoration: none;
}

.box .row.footer {
    margin-top: 25px;
    flex: 0 1 auto;
}

.hieLogo {
    position: relative;
    padding: 10px;
    float: right;
}

.helpImage {
    max-width:90%;
    height: auto;
    margin-left: 10px;
    position: relative;
    padding: 10px;    
}
