html {
    min-height: 100%;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;
}
/*     body.logonscroll {
       overflow-y: hidden;
 */
.row {
    margin: 0 !important;
    display: flex;
    justify-content: center
}

.logonimage {
    flex: 1;
    order: 1;
    background-image: url(../img/mountain.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    padding: 0px;
    /* height: 100vh !important; */
}

    .logonimage p {
        font-size: 1.5rem;
    }

a {
    color: #00AEC7 !important;
    cursor: pointer;
}

    a:hover {
        color: #236192 !important;
    }

.logoncopy.card.card-body {
    background-color: transparent;
}

.logoncopy {
    height: 100vh;
    border-radius: 0;
    text-align: center;
    color: #FFF;
    background: rgb(35, 97, 146);
    background: -moz-linear-gradient(left, rgba(35, 97, 146, .9) 0%, rgba(0, 174, 199, .8) 100%);
    background: -webkit-linear-gradient(left, rgba(35, 97, 146, .9) 0%, rgba(0, 174, 199, .8) 100%);
    background: linear-gradient(to right, rgba(35, 97, 146, .9) 0%, rgba(0, 174, 199, .8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#236192', endColorstr='#00aec7', GradientType=1);
}

.logonform {
    background: #FFF;
    flex: 0 0 40vw;
    display: flex;
    flex-direction: column;
    /* order: 2; */
    padding: 40px 40px 10px 40px;
    position: relative;
    max-width: 600px;
}

@media screen and (max-width: 991px) {
    .logonform {
        flex: 1 !important;
        max-width: 100% !important;
    }

    .logonimage {
        display: none;
    }

    .cookiebanner {
        padding: 5px 40px 10px 0 !important;
    }

        .cookiebanner p {
            font-size: 10px !important;
            margin-bottom: 0;
            padding: 0 !important;
        }
}

.btn-word-wrap {
    white-space: normal !important;
    word-wrap: break-word !important;
    text-align: center !important;
}

button.btn.btn-primary.logon {
    display: block;
    width: 100%;
    margin: 40px 0px;
    white-space: normal;
    color: #fff !important;
    background-color: #00AEC7;
    border-color: #00AEC7;
    border-radius: 8px !important;
}

.button.btn.btn-primary.logon.disabled, .btn-primary.logon:disabled {
    background-color: #616161 !important;
    border-color: #616161 !important;
}

a.btn.btn-primary.logon {
    display: block;
    width: 100%;
    margin: 40px 0px 30px 0;
    white-space: normal;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #616161 !important;
    border-color: #616161 !important;
}

span.grey {
    color: #757575;
}

@media (max-width:690px) {
    .social.row {
        padding: 0 1rem !important;
    }

        .social.row button {
            margin: 8px 0px;
        }
}

.btn-primary {
    background-color: #00AEC7;
    border-color: #00AEC7;
    color: #FFF;
    border-radius: 0px !important;
}

    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:hover {
        background-color: #236192 !important;
        border-color: #236192 !important;
        color: #FFF !important;
    }

    .btn-primary:disabled {
        background-color: red;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #616161 !important;
        border-color: #616161 !important;
    }

.btn-secondary {
    background-color: #FFF;
    border-color: #757575;
    color: #424242;
    border-radius: 0px;
}

    .btn-secondary:active,
    .btn-secondary:focus,
    .btn-secondary:hover {
        background-color: #BDBDBD !important;
        border-color: #757575 !important;
        color: #424242;
    }

.input {
    font-weight: 300 !important
}

.form-group {
    margin: 20px 0px;
}

.orline {
    margin: 20px 0;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .orline:after {
        content: '';
        position: absolute;
        width: 100%;
        top: 10px;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #bdbdbd;
    }

    .orline p {
        color: #BDBDBD;
        font-size: 15px !important;
        margin: 0 auto;
        text-align: center;
        background-color: #ffffff;
        width: auto;
        display: inline-block;
        z-index: 1;
        padding: 0 10px;
    }

.social.row {
    padding: 0 3rem;
}

.social svg.svg-inline--fa {
    margin: 0 12px 0 0;
}

.social button {
    text-align: left;
    border-radius: 0;
    cursor: pointer;
    white-space: normal;
}

button.linkedin.btn-block.btn {
    background-color: #236192;
    border: none;
    color: #FFF;
}

    button.linkedin.btn-block.btn:hover {
        background-color: #104466;
    }

button.google.btn-block.btn {
    background-color: #F44336;
    border: none;
    color: #FFF;
}

    button.google.btn-block.btn:hover {
        background-color: #C61A17;
    }

button.facebook.btn-block.btn {
    background-color: #2196F3;
    border: none;
    color: #FFF;
}

.is-invalid {
    border: 1px solid #dc3545;
}

button.facebook.btn-block.btn:hover {
    background-color: #0979C6;
}
/* FLEX FIX - NEW */
.flex-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.right-wrapper {
    flex: 1 0 auto;
    position: relative;
}
/* FOOTER */


footer.login {
    /* margin: 0px auto 20px auto; */
}

}
/* FORGOT PASSWORD */
.formgroup {
    position: relative;
    z-index: 9;
}

.form-control {
    font-size: 14px !important;
    border: 1px solid #8294A2;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
}

.input-group-text {
    background: #00798B;
    height: 35px;
    width: 45px;
    border: 2px solid #00798B;
}

#AccessCodeInfoId {
    color: #FFFFFF;
    margin-left: 6px;
}

.select-dropdown {
    font-size: 15px !important;
    border: 1px solid #8294A2;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #00798B 50%), linear-gradient(135deg, #00798B 50%, transparent 50%), linear-gradient(to right, #ffff, #ffff);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 10px 5px, 7px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

    .select-dropdown:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }

.forgotpassword {
    background: #FFF;
    position: absolute;
    z-index: 99;
    top: -93vh;
    left: 0;
    width: 100%;
    height: 93vh;
    padding: 20px;
    transition: top 700ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
}

    .forgotpassword h3 {
        margin: 50px 0 15px 0;
    }

    .forgotpassword p {
        margin: 0 0 50px 0;
    }

#toggle {
    position: absolute;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
}

    #toggle + label {
        color: red;
        position: absolute;
        z-index: 999;
        cursor: pointer;
        padding: 20px 0;
        color: #00798B;
        line-height: 25px;
        font-size: 15px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        cursor: pointer;
        transition: all 500ms ease;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
    }

        #toggle + label.bottomtoggle {
            padding: 0px 0;
            font-size: 80%;
        }

        #toggle + label:after {
            /*content: "Forgot Your Password?";*/
        }

        #toggle + label.toptoggle:after {
            /*content: "Forgot Your Password?";*/
            display: none;
        }

.formgroup {
    transition: margin 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

#toggle:checked ~ .forgotpassword {
    top: 0;
}

#toggle:checked + label:before {
    font-family: 'FontAwesome';
    content: "\f060";
    position: relative;
    margin: 0 5px;
    display: none;
    /*font-family: "Font Awesome 5 Solid";*/
}

#toggle:checked + label:after {
    content: "Back";
}

#toggle:checked + label.toptoggle:after {
    content: "Back";
    display: none;
}

#toggle + label.remembertoggle:after {
    /*content: "Return to Log On";*/
}

label.remembertoggle {
    text-align: center;
    width: 92%;
    padding: 0 20px !important;
}

@media (max-width:767px) {
    #toggle + label.toptoggle {
        padding: 0px 0;
        top: 25px;
    }

    .forgotpassword {
        top: -550px;
        height: 550px;
    }
}

@media (max-width:279px) {
    .forgotpassword {
        top: -590px;
        height: 590px;
    }

    label.remembertoggle {
        width: 77%;
    }
}

#myDIV .fpSuccess {
    color: #FFF;
    font-weight: 700;
    background-color: #B5BD00;
    padding: 20px;
    margin-top: 60px;
}

.fpSuccess p {
    display: inline;
}

#myDIV .fpError {
    color: #FFF;
    font-weight: 700;
    background-color: #ef3340;
    padding: 20px;
    margin-top: 60px;
}

.fpError i {
    display: inline;
    margin-right: 10px;
}

.fpError p {
    display: inline;
}
/* END Forgot PW */
/* START Access code */
#ToggleAccessCodeDIV {
    display: flex;
    flex: 1;
    flex-direction: column !important;
    width: 100%;
    overflow: hidden;
}

#wrap {
    display: flex;
    flex: 1;
    width: 100%;
    overflow: hidden;
}

.accesscodeform {
    background: #FFF;
    position: relative;
    top: 0px;
    height: 100vh;
}

    .accesscodeform form {
        padding: 1em 0 3em 0;
    }

        .accesscodeform form h3 {
            padding-bottom: .5em;
        }

#myhelpDIV {
    display: none;
}

.accesscodeinfo {
    border: 1px solid #FFC107;
    background-color: #FFF8E1;
    font-size: 12px;
    border-radius: 0 0 10px 10px;
    padding: 20px;
}

.logonrow {
    width: 100%;
    overflow: hidden;
}

.row.wraprow {
    overflow-y: hidden;
}

#image {
    /* position: relative; */
    /* z-index: 9; */
    /* display: none; */
}

#form {
    /* position: relative; */
    /* z-index: 999; */
}

#accesscode {
    position: absolute;
    top: 0;
    z-index: 9;
}

.row.wraprow {
    /* width: 100%; */
    /*overflow: hidden;*/
}

.my-tasks-wrapper {
    position: relative;
    top: -50px;
}

    .my-tasks-wrapper hr {
        margin: 30px 0px;
    }

    .my-tasks-wrapper .col-12 {
        margin: 20px 0px;
    }

    .my-tasks-wrapper h5 {
        text-align: center;
        text-transform: uppercase;
    }

label {
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif;
}

.btn-primary {
    color: #fff !important;
    background-color: #00AEC7;
    border-color: #00AEC7;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #236192;
        border-color: #236192;
    }

.btn-primary-back {
    border: 1px solid #236192 !important;
    border-radius:85px !important;
}

.text-primary-back {
    color: #236192 !important;
}

.btn-primary-back:hover {
    background-color: #E6F1F9 !important;

}

.text-danger-valid {
    font-size: 14px !important;
    color: #D8121F !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    border-radius: 8px !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 10px;
}

.tinted-image {
    background: /* top, transparent red, faked with gradient */
    linear-gradient(to right, #00acc7 0%, rgba(0, 172, 199, 0.7) 50%, rgba(0, 172, 199, 0.4) 100%), /* bottom, image */
    url(../img/mountain.jpg) center center no-repeat;
    background-size: cover;
    height: 150px;
    width: 100%;
    position: relative;
    top: 1px;
}

    .tinted-image h4 {
        padding: 27px 0px 0px 10%;
        color: #FFF;
        font-size: 1em;
        width: 90%;
    }

@media (max-width: 768px) {
    .tinted-image {
        top: -1px;
    }
}

a {
    color: #00AEC7 !important;
}

.btn-secondary {
    color: #434343 !important;
    border: 1px solid #BDBDBD !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    position: relative;
    overflow: hidden;
}

    .btn-secondary:hover {
        color: #373a3c !important;
        background-color: #E0E0E0 !important;
        border: 1px solid #BDBDBD !important;
    }

.consentrow {
    position: relative;
    width: 100%;
    clear: both;
}

    .consentrow .btn-secondary {
        margin-right: 12px;
    }
/*DDI BRANDING*/
.navbar .navbar-brand {
    cursor: pointer;
    background-color: transparent;
    margin-bottom: 4px;
    background-image: url(../img/logo.svg);
    width: 200px;
    height: 34px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-origin: padding-box;
    background-attachment: scroll;
    max-width: 100%;
}
/*.navbar .navbar-bottom-border {
    height: 6px;
    background-color: #425563;
    border-left: 105px solid #FFA300;
    position: absolute;
    bottom: -5px;
    width: 100%;
    left: 0;
}
    .navbar .navbar-bottom-border:after {
        content: '';
        position: absolute;
        left: -21px;
        height: 6px;
        width: 110px;
        background: #FFA300;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(45deg);
        -ms-transform: skew(45deg);
        transform: skew(45deg);
        z-index: 3;
    }*/
.my-tasks-wrapper {
    margin-top: 10px;
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    padding: 10px 20px;
    position: relative;
    top: -50px;
}

.shell-wrapper .page-content-wrapper {
    position: relative;
    height: 100%;
}
/* CUSTOM ADDITIONS */
img.logo {
    margin: 0px auto 15px;
    width: 30%;
}

.hidden {
    visibility: hidden;
    display: none;
}

.pull-right {
    float: right;
}

.uppercase {
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 1rem;
    margin-left: 10px;
    font-weight: bold;
}

.validationerror {
    margin-top: 10%;
    border: 1px solid #FF0000;
    padding: 40px;
    border-radius: 20px;
    background-color: #F08080;
    color: #8B0000;
    margin-bottom: 40px;
    font-size: 15px;
}
/*error messages*/
.errorblock {
    border: 1px solid #ef3340;
    border-radius: 2px;
    color: #ef3340;
    padding: 10px;
    font-size: 14px !important;
    font-weight: bold;
    display: flex;
}

    .errorblock i {
        display: inline;
        margin-right: 10px;
        margin-top: 3px;
    }

    .errorblock p {
        display: inline;
        flex-basis: 90%;
    }

    .warningblock {
        background: #FFF6E6;
        border: 1px solid #FFB433;
        border-radius: 4px;
        padding: 10px;
        display: flex;
        font-size: 14px !important;
        font-weight: bold;
        gap: 10px;
        align-items: baseline;
        color: #B37100;
    }

p.flerror {
    color: #ef3340;
    margin-top: 5px;
    display: block;
}
/*end error messages*/
/*LOGON - ACCESS CODE HEADER */

.logonpage-btn {
    display: flex;
    padding: 0px;
    flex-direction: row;
    font-size: 20px;
    align-items: baseline;
    margin: 0px 0px;
    gap: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #616161;
}

.logonpage h4, .acpage h4 {
    text-transform: uppercase;
    font-size: 16px;
    display: inline;
    position: relative;
    top: 7px;
    color: #616161;
}

.wrap-accessCode {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logonpage p,
.acpage p {
    font-size: 15px !important;
    margin: 5px;
    display: block;
    font-weight: bold;
    margin-top: 7px;
}

.wrap-logonpage {
    height: 40px;
    width: 30%;
    border-bottom: 2px solid #236192;
}

.logonpage {
    border: 1px solid #00798B;
    border-radius: 5px 5px 0px 2px;
    border-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 22px;
    color: #616161;
}

.logonpage-access-code {
    border: 1px solid #236192;
    border-radius: 5px 5px 0px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 12px;
    margin-right: 10px;
    background: #EBEBEB;
}

.toggle {
    border-bottom: 1px solid #00798B;
    width: 10px;
}

.acpage {
    border-bottom: 1px solid #00798B;
    border-radius: 5px 5px 2px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00798B;
    background: #EBEBEB;
}

.wrap-login {
    border-bottom: 1px solid #00798B;
    width: 35%;
    height: 38px;
}

.wrap-acpage {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #236192;
    height: 38px;
    border-bottom: 0px;
    border-radius: 5px 5px 2px 0px;
}

.acpage-btn {
    display: flex;
    justify-content: center;
    border-bottom: 0px;
    align-items: center;
}

    .acpage-btn i {
        margin-top: 0px;
        font-size: 16px;
    }

.logonpage i {
    padding: 6px;
    display: inline-block;
    color: #616161 !important;
}

.logonpage i {
    float: left;
    font-size: 15px;
}

/*.acpage i {
    background-color: #00aec7;
    float: right;
    margin: 5px;
}

/*.acpage.ac i {
    background-color: #616161;
}*/

/*.logonpage.ac i {
    background-color: #00aec7;  
}*/

.logonpage.ac h4 {
    border-bottom: none;
}

/*.acpage.ac h4 {
    border-bottom: 2px solid #236192;
    display: inline;
}*/
/*END LOGON - ACCESS CODE HEADER */
/* Cookie Policy */
.cookiebanner {
    background-color: #d8e1e3;
    display: block;
    padding: 0 40px;
    position: relative;
    z-index: 3;
    animation: fadeDown .5s;
}

    .cookiebanner i.fa-info {
        display: inline-block;
        font-size: 25px;
        padding: 10px 20px;
    }

    .cookiebanner i.fa-times {
        display: inline-block;
        font-size: 20px;
        color: #616161 !important;
        position: absolute;
        right: 0;
        top: 0;
        padding: 15px 20px;
        cursor: pointer;
    }

    .cookiebanner p {
        display: inline-block;
        font-size: 13px;
        padding: 10px 0;
        position: relative;
        top: 5px;
    }
/* Update Browser banner */
.updatebrowserbanner {
    background-color: #FFB81C;
    display: block;
    padding: 0 40px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
    animation: fadeDown .5s;
}

.browserbannerblk {
    display: none;
}

@keyframes fadeDown {
    0% {
        margin-top: -40px;
    }

    100% {
        margin-top: 0px;
    }
}

.updatebrowserbanner i.fa-exclamation-circle {
    display: inline-block;
    font-size: 40px;
    margin: 10px;
}

.updatebrowserbanner i.fa-times {
    display: inline-block;
    font-size: 20px;
    color: #616161 !important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 20px;
    cursor: pointer;
}

.updatebrowserbanner p {
    display: inline-block;
    font-size: 15px;
    padding: 10px 0;
    position: relative;
    top: 5px;
}

@media screen and (max-width: 795px) {
    .updatebrowserbanner {
        background-color: #FFB81C;
        display: block;
        padding: 0 40px 0 0;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 3;
        margin-bottom: 10px;
    }
}
/* Flex fix */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    html {
        height: 100%;
    }

    body {
        height: 100%;
        overflow-y: auto;
    }

    .logonform {
        overflow-y: auto !important;
    }
}

.logoutimage {
    background-image: url(../img/mountain.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    padding: 0px;
    height: 100vh !important;
}

    .logoutimage .whitebox {
        padding: 60px 90px;
        background-color: #FFF;
    }

        .logoutimage .whitebox img {
            width: 230px;
        }

        .logoutimage .whitebox h2 {
            padding: 30px 0 0 0;
            font-size: 1.5rem;
            color: #000;
        }

.footer-section-screen {
    Position: absolute;
    Top: 100%;
    Width: 100%;
    Bottom: 0;
}

.footer-section-screen-sso {
    Position: absolute;
    Width: 100%;
    Bottom: 0;
}