body,
html {
    margin: 0;
    height: 100%;
    background-color: #F4F6F9;
    font-family: Roboto, sans-serif;
}

/* #clearall {
    display: none;
} */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.field-icon {
    z-index: 2;
    float: right;
    margin-top: -25px;
    margin-left: -25px;
    position: relative;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

img {
    border-style: none;
}

button,
input {
    font-family: Roboto, sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    text-indent: 10px;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    text-indent: 0px !important;
}

    button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

button,
input {
    font-family: Roboto, sans-serif;
}

ul:not(.browser-default) {
    padding-left: 20px;
    list-style-type: none;
}

    ul:not(.browser-default) > li {
        list-style-type: disc;
    }

a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.btn,
.btn-large {
}

#idpcard {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-large:hover,
.btn:hover {
}

.square:after {
    content: "";
    display: contents;
}

.content-panel:after {
    content: "";
    display: contents;
}

a {
    text-decoration: none;
}

html {
    line-height: 1.15;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, .87);
}

@media only screen and (min-width:0) {
    html {
        font-size: 14px;
    }
}

@media only screen and (min-width:992px) {
    html {
        font-size: 14.5px;
    }
}

@media only screen and (min-width:1200px) {
    html {
        font-size: 15px;
    }
}

::-webkit-input-placeholder {
    color: #d1d1d1;
}

::-moz-placeholder {
    color: #d1d1d1;
}

:-ms-input-placeholder {
    color: #d1d1d1;
}

::-ms-input-placeholder {
    color: #d1d1d1;
}

::placeholder {
    color: #d1d1d1;
}

input[type=password]:not(.browser-default),
input[type=text]:not(.browser-default) {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid grey;
    border-radius: 0;
    outline: 0;
    height: 1.5rem;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

    input[type=password]:not(.browser-default):disabled,
    input[type=text]:not(.browser-default):disabled {
        color: grey;
        border-bottom: 1px dotted grey;
    }

    input[type=password]:not(.browser-default):focus:not([readonly]),
    input[type=text]:not(.browser-default):focus:not([readonly]) {
        border-bottom: 1px solid #404040;
        -webkit-box-shadow: 0 1px 0 0 #404040;
        box-shadow: 0 1px 0 0 #404040;
    }

/*! CSS Used keyframes */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

/* 2019.07.22 - ClaraL - New style added */
.hidden {
    display: none;
}

.error-message validation-summary-errors {
    width: 300px;
    word-wrap: break-word;
    text-align: left;
    list-style-type: none;
}

.validation-summary-errors ul, .validation-summary-errors li {
    list-style: none;
    display: inline;
    padding: 0;
}

.validation-summary-errors ul {
    list-style: none;
}

.icon {
    max-width: 315px;
    min-width: 315px;
}

.card-header {
    width: 100%;
    text-align: left;
    font-family: Roboto, sans-serif;
    margin-bottom: 18px;
    margin-top: 21px;
    font-size: 21px;
    color: #333333;
    letter-spacing: 0;
    line-height: 31px;
    float: left;
}

body::-webkit-scrollbar {
    width: .1px;
}

body::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    display: none;
}

.panel-content {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

    .panel-content iframe {
        top: 0;
        right: 0;
        border: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        position: absolute;
    }

iframe {
    overflow: hidden;
}

    iframe#frame body::-webkit-scrollbar {
        width: .1px;
    }

    iframe#frame body::-webkit-scrollbar-track {
        background-color: transparent;
    }

    iframe#frame body::-webkit-scrollbar-thumb {
        display: none;
    }

.input-field.user {
    width: 100%;
    display: inline-block;
    position: relative;
}

input#Username {
    border: 1px solid #BDC4C9;
    border-radius: 4px;
    height: 40px;
}

input#Password {
    border: 1px solid #BDC4C9;
    border-radius: 4px;
    height: 40px;
}

input#Confirmation {
    border: 1px solid #BDC4C9;
    border-radius: 4px;
    height: 40px;
}

input#EmailAddress {
    border: 1px solid #BDC4C9;
    border-radius: 4px;
    height: 40px;
}

.input-field.pass {
    width: 100%;
    display: inline-block;
    margin-top: 1.5rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.input-field.pass-confirm {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.input-label {
    float: left;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #4C4C4C;
    letter-spacing: 0;
    line-height: 18px;
    padding-left: 2px;
}

input#EmailAddress:focus,
input#Confirmation:focus,
input#Username:focus,
input#Password:focus {
    border: 1px solid #5A6E8C;
    border-radius: 4px;
}

button.btn.btn-large.signin {
    margin-bottom: 16px;
}

button.btn.btn-large.send {
    width: 90%;
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    padding: 0 28px;
    background-color: #6BC149;
    color: white;
    cursor: pointer;
    transition: background-color .2s ease-out;
}

.btn,
.btn-large {
    border: none;
    border-radius: 2px;
    line-height: 44px;
    padding: 0 16px;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

    .btn-large:disabled,
    .btn:disabled {
        pointer-events: none;
        background-color: #dfdfdf !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #9f9f9f !important;
        cursor: default;
    }

        .btn-large:disabled:hover,
        .btn:disabled:hover {
            background-color: #dfdfdf !important;
            color: #9f9f9f !important;
        }

.btn,
.btn-large {
    font-size: 14px;
    outline: 0;
}

    .btn-large:focus,
    .btn:focus {
        background-color: #6BC149;
    }

.btn,
.btn-large {
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #6BC149;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
}

    .btn-large:hover,
    .btn:hover {
        background-color: #6BC149;
    }

.btn-large {
    text-align: center;
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    padding: 0 25px;
}

#clearall {
    border-radius: 4px;
    background: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-left: 5px;
    text-align: center;
    color: #035385;
    width: 90%;
}

button.btn.btn-large.signin-btn {
    font-family: Roboto, sans-serif;
    background: #5A6E8C;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    width: 90%;
    margin-left: 5px;
    cursor: pointer;
}

button.btn.btn-large.email-btn {
    font-family: Roboto, sans-serif;
    background: #5A6E8C;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    margin-left: 5px;
    margin-top: 10px;
    cursor: pointer;
    width: 90%;
}

button.btn.btn-large.signin-btn:hover {
    background: #677995;
}

button.btn.btn-large.email-btn:hover {
    background: #677995;
}

button:focus {
    outline: 0;
    background-color: #6bc149;
}

.card .card-image {
    position: relative;
}

.card-image {
    max-width: 220px !important;
}

.card .card-image img {
    display: inline-block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 220px;
    min-width: 220px;
    margin-top: 15px;
}

.card {
    border-radius: 2px;
    position: relative;
    display: inline-table;
    background-color: #fff;
    transition: box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
}

    .card .card-content {
        padding: 0 20px;
        border-radius: 2px;
    }

.smalltext {
    padding: 10px 20px 0 20px;
    margin-bottom: 20px;
    display: inline-table;
    width: 100%;
    font-family: Roboto, sans-serif;
}

.forgot-pass-link {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #0064A6;
    letter-spacing: 0;
    line-height: 18px;
    float: left;
}

.sso-account-link {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #0064A6;
    letter-spacing: 0;
    line-height: 18px;
    float: right;
}

#newrequest {
    width: 100%;
    padding: 10px 0;
}

.welcome-page {
    padding: 50px;
}

.row {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    height: 100%;
}

.left-content {
    width: 50%;
    display: flex;
    text-align: center;
}

.right-content {
    width: 50%;
    display: flex;
    text-align: center;
}

.pagewrap {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    height: 100%;
}

    .pagewrap .content-panel .card.centered {
        background-color: #FFFFFF;
        padding: 20px 25px;
        margin: 0 auto 25px;
        margin-top: 25vh;
        max-width: 380px;
    }

        .pagewrap .content-panel .card.centered #newrequest {
            background-color: #FFFFFF;
            margin: 0 auto;
        }

.square {
    width: 100%;
    height: 100%;
    text-align: center;
}

.content-panel {
    width: 100%;
    height: 100%;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.card-content {
    width: 100%;
    margin-bottom: 10px;
}

.card.centered {
    background: #FFFFFF;
    border-radius: 2px;
    margin: 0 15px;
    margin-top: 25vh;
    max-width: 380px;
    padding: 15px;
}

.card-message {
    color: #4C4C4C;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    text-align: left;
    margin-bottom: 15px;
}

.error-msg-icon {
    margin-right: 6px;
    vertical-align: bottom;
    background-image: url('../assets/icons/error/24/md/error.png');
}

.error-label {
    display: none;
}

.error-message {
    display: none;
}

.msg-text {
    display: inline;
    margin-left: 5px;
    vertical-align: super;
}

.msg-icon {
    color: #5A6E8C;
}

.passwd-reqs {
    display: block;
    margin-left: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.req-item {
    display: list-item;
}

.error-message {
    z-index: 1;
    width: 100%;
    padding: 6px;
    border: 2px solid #AE0505;
    background: #f9d9d9;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
    margin: 0 0 20px 0;
    display: inline-block;
    visibility: visible;
    animation: fadein 0.5s;
}

.error-label {
    display: inline-block;
    padding-left: 5px;
    text-align: left;
    width: 100%;
}

.error-text {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 0 10px 0;
    display: inline;
    text-align: left;
    padding-left: 5px;
    vertical-align: sub;
}

.error-icon {
    width: 14px;
    height: 14px;
    margin: 5px 0 0 0;
    vertical-align: middle;
    background-image: url('../assets/icons/error/16/sm/error.png');
}

form:invalid > .error-label {
    display: inline-block;
    padding-left: 5px;
    text-align: left;
    width: 100%;
}

form:invalid > .error-text {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 0 10px 0;
    display: inline;
    text-align: left;
    padding-left: 5px;
    vertical-align: sub;
}

form:invalid > .error-icon {
    width: 14px;
    height: 14px;
    margin: 5px 0 0 0;
    vertical-align: middle;
    background-image: url('../assets/icons/error/16/sm/error.png');
}

form:valid > button.btn.btn-large.signin-btn {
    font-family: Roboto, sans-serif;
    background: #677995;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    width: 90%;
    margin-left: 5px;
}

form:valid > button.btn.btn-large.email-btn {
    font-family: Roboto, sans-serif;
    background: #677995;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    width: 90%;
    margin-left: 5px;
    margin-top: 10px;
}


form:invalid > .error-label {
    border: 2px solid #AE0505;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    width: 100%;
    margin: 0 0 10px 0;
    display: inline-block;
}

form:invalid > .error-message {
    z-index: 1;
    width: 100%;
    padding: 6px;
    border: 2px solid #AE0505;
    background: #F6E6E6;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
    margin: 0 0 20px 0;
    display: inline-block;
    visibility: visible;
    animation: fadein 0.5s;
}

form:invalid > button.btn.btn-large.signin-btn {
    font-family: Roboto, sans-serif;
    background: #9f9f9f;
    border-radius: 4px;
    font-size: 16px;
    color: #808080;
    text-align: center;
    line-height: 24px;
    width: 90;
    margin-left: 5px;
    cursor: not-allowed;
}

@media(max-width: 1024px) {
    .left-content {
        width: 100%;
        display: inline-flex;
        text-align: center;
    }

    .right-content {
        display: none;
    }
}

@media(max-width: 912px) {
    .content.centered {
        max-width: 380px;
        display: contents;
    }
}

@media(max-width: 800px) {
    .content.centered {
        max-width: 380px;
        display: contents;
    }

    .pagewrap .content-panel .card.centered {
        background-color: #FFFFFF;
        margin: 0 auto 25px;
        padding: 20px 25px;
        margin-top: 25vh;
        max-width: 380px;
    }
}

@media(max-height: 760px) {
    .content.centered {
        max-width: 380px;
        display: contents;
    }

    .card.centered {
        background: #FFFFFF;
        border-radius: 2px;
        margin: 5% 15px;
        max-width: 380px;
        padding: 15px;
    }

    .pagewrap .content-panel .card.centered {
        background-color: #FFFFFF;
        margin: 5% auto 25px;
        padding: 20px 25px;
        max-width: 380px;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.card-message {
    line-height: 18px;
}

.large-iconx96 {
    width: 96px;
    height: 96px;
    margin: 18px;
}

.blue-on-white {
    width: 100%;
    border: 1px solid #5A6E8C;
    color: #5A6E8C;
    background-color: white;
}

    .blue-on-white:hover {
        color: #5A6E8C;
        background-color: #efefef;
    }

.profile-item {
    line-height: 48px;
    height: 68px;
    max-height: 68px;
    min-height: 68px;
    min-width: 304px;
    max-width: 304px;
    width: 304px;
    border-bottom: 1px solid #D5DBE6;
    display: flex;
    justify-content: flex-start;
    align-items: center; /* align vertical */
}

    .profile-item p {
        white-space: nowrap;
        text-overflow: ellipsis !important;
        overflow: hidden;
        display: block;
        width: 250px;
        text-align: left;
    }

    .profile-item:hover {
        background-color: #F4F6F9;
        cursor: pointer;
    }

        .profile-item:hover .profile-text {
            color: #0165A6;
            cursor: pointer;
        }

.profile-icon {
    margin: 10px 16px 10px 4px;
    fill: red;
}

.profile-icon {
    color: #0165A6;
}

.profile-text {
    line-height: 48px;
    font-size: 16px;
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    /*input has OS specific font-family*/
    cursor: pointer;
    -webkit-appearance: none;
}

.company-selector-content {
    max-height: 50vh;
    overflow: auto;
}
