@font-face {
    font-family: SE Thick;
    src: url(./fonts/se_thick.woff2) format('woff2'), url(./fonts/se_thick_w.woff) format('woff');
}

@font-face {
    font-family: SE Thin;
    src: url(./fonts/se_thin.woff2) format('woff2'), url(./fonts/se_thin_w.woff) format('woff');
}

@font-face {
    font-family: SE Normal;
    src: url(./fonts/se_normal.woff2) format('woff2'), url(./fonts/se_normal_w.woff) format('woff');
}

.helpContainer {
    margin: 0.5rem 15rem 15rem 15rem;
}

.helpHdrRow {
    background-color: #3dcd58;
    border-bottom: solid 4px #009530;
    color: white;
    height: 8rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.helpHdrTitleBlock {
    display: inline-block;
    position: absolute;
    margin-left: 2rem;
}

.titleLogo {
    margin-left: 2rem;
    margin-top: 1rem;
    height: 60px;
    width: 60px;
}

.titlel {
    font-size: 30px;
    font-family: "SE Thick";
}

.titlef {
    font-size: 30px;
    font-family: "SE Thin";
}

.titleDesc {
    font-family: "SE Thin";
    font-size: 20px;
    display: inline-block;
}

.helpForm {
    border: 6px solid #EAEAEE;
    font-size: 16px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.5rem;
    font-family: "SE Normal";
}

.helpInfoDivs {
    margin-top: 1rem;
    display: flex;
    min-height: 20px;
}

.helpH3 {
    font-family: "SE Thick";
    margin-top: 1.5rem;
}

.helpFormLabel {
    width: 143px;
    display: table-cell;
}

.helpSSOLabel {
    display: table-cell;
    margin-left: 2rem;
    width: 120px;
}

.helpDescLabel {
    width: 40%;
    min-width: 136px;
}

.helpFormSSOInput {
    border-left: 8px solid #eaeaea;
    display: table-cell;
    width: calc(100% - 125px);
    color: #696969;
    border-top: solid 1px #9FA0A4;
    border-right: solid 1px #9FA0A4;
    background: #eaeaea;
    border-color: #eaeaea;
    border-bottom: 2px solid transparent;
    padding-left: 4px;
}
.helpFormInput {
    display: table-cell;
    width: calc(100% - 125px);
    color: #696969;
    border-top: solid 1px #9FA0A4;
    border-right: solid 1px #9FA0A4;
    background: #eaeaea;
    border-color: #eaeaea;
    border-left: 8px solid #ff0000;
    border-bottom: 2px solid transparent;
    padding-left: 4px;
}

.helpInfoSelect {
    width: calc(100% - 128px);
    display: table-cell;
    color: #696969;
    border: solid 1px #9FA0A4;
    background: #eaeaea;
    border-color: #eaeaea;
    border-top: solid 1px #9FA0A4;
    border-right: solid 1px #9FA0A4;
    background: #eaeaea;
    border-color: #eaeaea;
    border-left: 8px solid #ff0000;
    min-height: 30px;
}

.helpFormTextArea {
    resize: none;
    width: calc(100% - 0px);
    min-height: 75px;
    max-height: inherit;
    color: #696969;
    border: solid 1px #9FA0A4;
    background: #eaeaea;
    border-color: #eaeaea;
    border-top: solid 1px #9FA0A4;
    border-right: solid 1px #9FA0A4;
    background: #eaeaea;
    border-color: #eaeaea;
    border-left: 8px solid #ff0000;
    display: table-cell;
}

.redAsterisk {
    color: #B10043;
}

#helpAttachmentsButton {
    background: #9FA0A4;
    box-shadow: none;
    border: none;
    padding: 5px 10px;
    height: 35px;
    line-height: 20px;
    cursor: pointer;
    text-decoration: none;
    margin-left: 33.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    color: white;
}


#helpSubmitButton {
    background: #42B4E6;
    box-shadow: none;
    border: none;
    height: 35px;
    cursor: pointer;
    text-decoration: none;
    float: right;
    color: white;
    width: 123px;
    position: sticky;
    margin-top: 1rem;
    font-size: 1.5rem;
    font-family:"SE Normal";
}

#helpAttachmentsButton:focus, #helpSubmitButton:focus {
    box-shadow: none !important;
    outline: 0;
}

.buttonload {
    background-color: white;
    border: none;
    color: #4CAF50;
    font-size: 18px;
}

/* Add a right margin to each icon */
.fa {
    margin-left: -12px;
    margin-right: 8px;
}
