/* Minification failed. Returning unminified contents.
(302,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(303,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(304,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(305,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(306,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(307,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(308,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(319,38): run-time error CSS1039: Token not allowed after unary operator: '-default-line-background'
(319,94): run-time error CSS1039: Token not allowed after unary operator: '-circle'
(319,110): run-time error CSS1039: Token not allowed after unary operator: '-b'
(319,128): run-time error CSS1039: Token not allowed after unary operator: '-b'
(336,26): run-time error CSS1039: Token not allowed after unary operator: '-circle'
(338,30): run-time error CSS1039: Token not allowed after unary operator: '-active-b'
(339,25): run-time error CSS1039: Token not allowed after unary operator: '-active-c'
(357,41): run-time error CSS1039: Token not allowed after unary operator: '-circle'
(358,53): run-time error CSS1039: Token not allowed after unary operator: '-circle'
(362,41): run-time error CSS1039: Token not allowed after unary operator: '-circle'
(363,47): run-time error CSS1039: Token not allowed after unary operator: '-circle'
(371,30): run-time error CSS1039: Token not allowed after unary operator: '-default-b'
(372,25): run-time error CSS1039: Token not allowed after unary operator: '-active-c'
(388,42): run-time error CSS1039: Token not allowed after unary operator: '-default-b'
(388,80): run-time error CSS1039: Token not allowed after unary operator: '-circle'
(388,96): run-time error CSS1039: Token not allowed after unary operator: '-b'
(388,113): run-time error CSS1039: Token not allowed after unary operator: '-b'
(398,29): run-time error CSS1039: Token not allowed after unary operator: '-b'
(400,34): run-time error CSS1039: Token not allowed after unary operator: '-circle'
(400,50): run-time error CSS1039: Token not allowed after unary operator: '-b'
(404,34): run-time error CSS1039: Token not allowed after unary operator: '-active-b'
 */
html,
body {
  overflow-x: hidden;
  background: white;
}
#container {
  margin: auto;
  max-width: 1199px;
}
#top {
  padding-top: 5px;
  padding-left: 5px;
}
.lg #middle {
  border-left: 1px #d3d3d3 solid;
  border-right: 1px #d3d3d3 solid;
}
#bottom {
    background-color: #023046;
    color: white;
}
.lg#container {
  max-height: 799px;
}
.lg #top {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top: 1px #d3d3d3 solid;
  border-left: 1px #d3d3d3 solid;
  border-right: 1px #d3d3d3 solid;
}
.lg #bottom {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#lg {
  opacity: 0.0;
  position: absolute;
}
div.fieldMessages {
  margin-top: 8px;
}
#confirmPasswordPrompt,
#confirmPasswordGroup {
  display: none;
}
.col-fieldMessage {
  width: 380px;
  margin-left: 20px;
}
.newPassword {
  width: 480px;
}
#container > #loginLink {
     border-left: 1px #d3d3d3 solid;
    border-right: 1px #d3d3d3 solid;
    padding-right: 25px;
}
.login-footer-button {
    margin-left: 14px !important
}

.form-control {
    border: 1px solid #83898e !important;
}

.alertPanel {
    width: 630px !important;
}

/* The custom css style that sets the layout and styling of the MasterIDP login page for Encompass app */

.pageContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.pageHeader {
    background-color: #003046;
    padding: 0.25rem 1.5rem;
}

.pageFooter {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #FFFFFF;
    border-top: solid #CACACA 2px;
    text-align: center;
    padding: 1.5rem 1.5rem;
    min-height: 100px;
}

    .pageFooter > p {
        font-size: 0.75rem;
        margin-bottom: 0.125rem;
    }

.pageBody {
    padding: 2rem;
    display: flex;
    flex-grow: 2;
    align-items: center;
    background-color: #F9F9F9;
}

form {
    margin: 0 auto;
    max-width: 450px;
    background-color: #FFFFFF;
    border: solid 1px #BFBFBF;
    border-top: solid 12px #003046;
    border-radius: 7px;
    padding: 55px 70px;
    overflow-y: auto;
}

@media screen and (max-width: 460px) {
    form {
        padding: 2.5rem 2.5rem;
    }
}

.form-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.login-button {
    margin-top: 10px;
    background-color: #005A96;
    border-radius: 2px;
}

.classic-login-button {
    color: #003046;
    background-color: #FFFFFF;
    border-color: #003046;
    border-radius: 2px;
}

    .classic-login-button:hover {
        background-color: #0b5ed7 !important;
    }

#buttonSeparator {
    margin: 1rem 1rem;
}

a {
    color: #277FC1;
    text-decoration: none;
}

.fieldHint {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 13px;
    margin-top: 4px;
    color: #828282;
}

.fieldMessages {
    margin-top: 5px;
}

/* adjust the style of the dynamically added error message element width from Site.css */
.msgs.error {
    width: 100%;
}
.pageContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.pageHeader {
    background-color: #003046;
    padding: 0.25rem 1.5rem;
}

#top.pageHeader {
    padding-top: 10px !important;
    padding-left: 10px !important;
}

#siteLogoHomeLink {
    display: inline-block;
    cursor: pointer;
}

#fpwPageLogo {
    pointer-events: none;
}

.pageFooter {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #FFFFFF;
    border-top: solid #CACACA 2px;
    text-align: center;
    padding: 1.5rem 1.5rem;
    min-height: 100px;
}

    .pageFooter > p {
        font-size: 14px;
        margin-bottom: 0.125rem;
    }

.pageBody {
    padding: 2rem;
    display: flex;
    flex-grow: 2;
    align-items: center;
    background-color: #F9F9F9;
}

form[id="ResetPwdForm"] {
    margin: 0 auto;
    min-width: 491px;
    max-width: 491px;
    background-color: #FFFFFF;
    border: solid 1px #BFBFBF;
    border-top: solid 12px #003046;
    border-radius: 7px;
    padding: 20px;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 8px;
}

.form-header-text {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
    width: 100%;
}

.form-body {
    margin: 10px 30px;
}

.form-group {
    margin: 0 20px;
}

.form-group + .form-group {
    margin-top: 10px;
}

button + button {
    margin-left: 20px;
}

.rpf-button-row {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    padding: 0 20px;
}

    .button-row button:first-of-type {
        margin-right: 10px;
    }

    .button-row button:last-of-type {
        margin-left: 10px;
    }

.rpf-mt40 {
    margin-top: 40px;
}

.rpf-mt20 {
    margin-top: 20px;
}

.rpf-mb40 {
    margin-bottom: 40px;
}

.rpf-mb20 {
    margin-bottom: 20px;
}

.rpf-ml20 {
    margin-left: 20px;
}

.rpf-mr20 {
    margin-right: 20px;
}

ol.stepper {
    --default-b: #828282;
    --default-c: black;
    --active-b: #005A96;
    --active-c: #F2F2F2;
    --circle: 32px; /* size of circle */
    --b: 1.5px; /* line thickness */
    --default-line-background: #BDBDBD;
}

ol.stepper {
    counter-reset: step;
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 20px 20px 40px 20px;
    padding: 0;
    font-size: 22px;
    background: linear-gradient(var(--default-line-background) 0 0) no-repeat 50% calc((var(--circle) - var(--b))/2)/100% var(--b);
}

    ol.stepper li {
        display: grid;
        place-items: center;
        gap: 5px;
        font-size: 14px;
        line-height: 14px;
        white-space: nowrap;
    }

        ol.stepper li::before {
            content: counter(step) " ";
            counter-increment: step;
            display: grid;
            place-content: center;
            height: var(--circle);
            aspect-ratio: 1;
            background: var(--active-b);
            color: var(--active-c);
            box-sizing: border-box;
            border-radius: 50%;
            z-index: 1;
        }

        ol.stepper li::after {
            content: " ";
            place-content: center;
            height: 4px;
            color: #ff0000;
            box-sizing: border-box;
            width: 0px;
            border-top: 4px solid white;
            margin-top: -79px;
        }

        ol.stepper li:first-of-type::after {
            width: calc(100% / 2 - var(--circle) / 2);
            margin-left: calc(0px - 100% / 2 - var(--circle) / 2);
        }

        ol.stepper li:last-of-type::after {
            width: calc(100% / 2 - var(--circle) / 2);
            margin-left: calc(100% / 2 + var(--circle) / 2);
        }

        ol.stepper li.completed::before {
            content: counter(step) " ";
        }

        ol.stepper li.active ~ li::before {
            background: var(--default-b);
            color: var(--active-c);
        }

@media (max-width: 576px) {
    form[id="ResetPwdForm"] {
        min-width: 320px;
        max-width: 320px;
    }

    .form-body {
        margin: 10px 0;
    }

    ol.stepper {
        display: grid;
        gap: 20px;
        background: linear-gradient(var(--default-b) 0 0) no-repeat calc((var(--circle) - var(--b))/2) 50%/var(--b) 100%;
    }

        ol.stepper li {
            display: flex;
        }

            ol.stepper li.active::after {
                content: "";
                position: absolute;
                width: var(--b);
                bottom: 100%;
                left: calc((var(--circle) - var(--b))/2);
                top: auto;
                right: auto;
                height: 100vw;
                background: var(--active-b);
            }
}
.error.icon-exclamation-sign {
  font-size: 175%;
  position: relative;
  top: -3px;
}
.h4 {
  font-weight: bold;
}
#ForbiddenStatic {
  border: 1px lightgray solid;
  border-radius: 8px;
  padding: 15px;
  width: 66%;
  margin: auto;
}
#ForbiddenStatic .h4 {
  font-size: 14pt;
  vertical-align: baseline;
  position: relative;
  top: -5px;
  margin-left: 5px;
}
#ForbiddenStatic .container {
  margin: auto;
  width: 50%;
}

.migrateUserMessageContainer {
    height: calc(100vh - 220px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.migrateUserMessageContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 991px;
    text-align: center;
}

    .migrateUserMessageContent p {
        margin-top: 60px;
        font-size: 1.25rem;
    }

#preMigrationContent,
#migrationSuccessContent {
    width: 100%;
    max-width: 660px;
    margin-top: -120px;
}

#migrationUsernameConflict {
    width: 100%;
    max-width: 540px;
    margin-top: 20px;
}

#migrationForm {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
}

.initialHidden {
    display: none;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.mt25 {
    margin-top: 10px;
}

.mt40 {
    margin-top: 40px;
}

.text-center {
    text-align: center;
}

.username-box {
    flex: 1;
    padding: 5px;
    height: 40px;
}

.btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.generate-btn {
    margin-left: 10px;
    height: 40px;
}

.form-control {
    flex: 1;
}

.btn-secondary {
    flex-shrink: 0;
}

.maxWidth250 {
    max-width: 250px;
}
.form-group .d-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start; 
    justify-content: center;
    gap: 10px; 
}

.username-box {
    flex: 1;
    padding: 5px;
    height: 40px;
}

.generate-btn {
    background-color: #e6e6e6;
    border: 0.5px solid black;
    color: black;
    height: 40px;
    padding: 10px 20px;
}
    .generate-btn:active {
        background-color: #cccccc;
        color: black;
    }

.hint {
    font-size: 10px;
    color: gray;
    width: 100%; 
    text-align: left; 
    margin-top: 5px; 
}

.errorMessage {
    width: 100%; 
    text-align: left; 
    margin-top: 5px; 
}

@media only screen and (max-width: 991px) {
    .migrateUserMessageContent {
        padding: 20px 40px;
    }

    #migrationForm {
        max-width: 100%;
    }
}
