#page_wrapper {
    min-height: 100%;
    min-width: 600px;
    margin-bottom: -100px;
}
.push {
    height: 100px;
}

#logo-container {
    background-color: #141B54;
    border-bottom: 3px solid #7C88BB;
}

#intro-container {
    background-image: linear-gradient(0deg, rgba(107,113,169,1) 0%, rgba(96,102,158,1) 50%, rgba(37,43,98,1) 100% );
    border-radius: 0;
    font-weight: 400;
    color: #fff;
}

#intro-container em {
    color: #6fd0ff;
}

.pin-box {
    padding: 10px;

}

#pin {
    letter-spacing: 1rem;
    font-weight: bold;
}

.login_body {
    background-color: rgba(107,113,169,1);
}

#list-container a {
    text-decoration: underline;
}

.list-icon {
    max-height: 50px;
}

.list-header {
    background-color: #F2F5FF;
    font-weight: bold;
}

.list-row {
    border-top: 2px solid #C7C7C7;
    font-weight: normal;
}

.list-footer {
    background-color: #F2F5FF;
    border-color: #D5D5D5;
    color: #4D4D4D;
}

.complete-badge {
    background-image: url('../images/LBR_home_greentick.svg');
    background-position: right center;
    background-repeat: no-repeat;
}

.sel-download, .sel-download option {
    color: #2B37A9;
    font-weight: bold;
}

.title-container {
    background-image: linear-gradient(0deg, rgba(107,113,169,1) 0%, rgba(96,102,158,1) 50%, rgba(37,43,98,1) 100% );
    border-radius: 0;
    font-weight: 400;
    color: #fff;
}

.heading-container em {
    color: #6ED1FF;
    font-style: normal;
}

.heading-container {
    background-color: rgba(107,113,169,1);
    border-radius: 0;
    font-weight: 400;
    color: #fff;
}

.sub-heading-container em {
    color: #6ED1FF;
    font-style: normal;
}

.sub-heading-container {
    background-color: rgba(107,113,169,1);
    border-radius: 0;
    font-weight: 400;
    color: #fff;
}

.continue-msg-container {
    background-color: rgba(107,113,169,1);
    border-radius: 0;
    color: #fff;
}

.continue-msg-container a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}

.sectionheader {
    font-weight: bold;
}

.sectionheader em {
    font-weight: normal;
}

.questionheader {
    background-color: #d6deff;
    font-weight: bold;
    color: #141B54;
}

.questionheader-instruction {
    margin-top: 5px;
    font-size: smaller;
}

.questionfooter {
    background-color: #EDF1FF;
    font-weight: bold;
    color: #141B54;
}

#page-footer {
    flex-shrink: 0;

    width: 100%;
    background-color: #F6F6F6;
    margin: 0;
    padding-top: 2px;
}

#page-footer-inner {
    border-top: 2px solid #fff;
    margin: 0;
    padding: 0;
}

#side-menu-inner {
    background-color: rgb(242, 244, 255);
    /*background-color: rgb(237, 241, 255);*/

    color: #141B54;
}

#side-menu-inner a {
    color: #141B54;
}

#side-menu-tab {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #fff;
    top: 20px;
    right: -50px;
}

.side-menu-item {
    background-color: #c1d1ff;
    border-left: 4px solid #c1d1ff;
}

.side-menu-item-completed {
    background-color: #c9e8e2;
    border-left: 4px solid #c9e8e2;
}

.side-menu-item-selected {
    background-color: #c9e8e2;
    border-left: 4px solid #141B54;
}

.surveytextarea {
    height: 80px;
    width: 100%;
    border-color: #c1d0ff; 
}

.skip-box {
    display: inline-block;
    background-color: #F1F5FE;
}

.freetextquestion {
    height: 160px !important;
}

.surveytextarea:focus {
    border-width: 2px;
    outline: none;
}

.textareaprompt {
    color: #5b629f;
}

.option-col {
    background-color: #EDF1FF;
    text-transform: uppercase;
    text-align: center;
}

.option-col-noupper {
    background-color: #EDF1FF;
}

.option-col-vertical {
    color: #5b629f;
    background-color: #EDF1FF;
}

.option-col-ranking {
    color: #5b629f;
    background-color: #EDF1FF;
}

.option-tile {
    border: 1px solid #EDF1FF;
    color: #5b629f;
}

.option-tile-selected {
    border: 1px solid #7C88BB;
    color: #5b629f;
}

.option_tile_multi:hover {
    background-color: #EDF1FF;
}

.option_row {
    color: #5b629f;
}

.skip-label {
    color: #5b629f;
}

.ranking-input {
    width: 3rem;
    text-align: center;
}

.ranking-input-total {
    width: 3rem;
    text-align: center;
}

.multiple-header, .maxlength {
    color: #5b629f;
}

.scale-end-label {
    color: #5b629f;
    text-transform: uppercase;
    vertical-align: middle;
}

.multiple-numeric-border {
    border-bottom: 1px solid #ccc;
}

#privacyDialog h1 {
    font-size: 100%;
}

#privacyDialog h2 {
    font-size: 85%;
}

#privacyDialog p {
    font-size: 75%;
}