﻿#loginButton {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.input-wrapper {
    margin-top: 10px;
}

m-0 {
    margin: 0;
}

a.loginbox:link {
    color: #888;
    text-decoration: none;
}

a.loginbox:hover {
    text-decoration: underline;
}

div.logo-wrapper {
    text-align: center;
}

.recovery-message-wrapper span {
  display: none;
  margin-bottom: 5px;
  text-align: left;
}

.recovery-message-wrapper #recoveryMessageSuccess {
  color: green;
}

div.box {
    position: relative;
}

#changePwdForm div.box .login-content > .form-group > label {
    text-align: right;
}

div.box h2 {
    font-weight: normal;
    margin: 0 0 20px 0;
}

.form-group.form-group-password {
    position: relative;
}

.form-group.form-group-password input {
    /*padding: 0 90px 0 10px;*/
    width: 97%;
}

.form-group.form-group-password i.show-password {
    position: absolute;
    right: 0;
    left: auto;
    cursor: pointer;
}

.form-group.form-group-password input::-ms-clear,
.form-group.form-group-password input::-ms-reveal {
    display: none;
}

input.form-control.year {
    border: 2px solid #7874B7;
    border-radius: 4px;
    color: #000000;
    font-size: 18px;
    opacity: 0.9;
    outline: medium none;
    padding: 0 0 0 20px;
    position: relative;
    width: 65px;
    z-index: 1;
    -webkit-box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
}

.form-group select.year {
    border: 2px solid #7874B7;
    border-radius: 4px;
    color: #000000;
    float: left;
    font-size: 18px;
    height: 40px;
    margin-right: 5px;
    opacity: 0.9;
    outline: medium none;
    padding: 5px 5px 5px 10px;
    position: relative;
    width: 90px;
    z-index: 1;
    -webkit-box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
}

.form-group select.month {
    border: 2px solid #7874B7;
    border-radius: 4px;
    color: #000000;
    float: left;
    font-size: 18px;
    height: 40px;
    margin: 0 5px 0 0;
    opacity: 0.9;
    outline: medium none;
    padding: 5px 5px 5px 10px;
    position: relative;
    width: 109px;
    z-index: 1;
    -webkit-box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
}

.form-group select.day {
    border: 2px solid #7874B7;
    border-radius: 4px;
    color: #000000;
    float: left;
    font-size: 18px;
    height: 40px;
    margin-right: 5px;
    opacity: 0.9;
    outline: medium none;
    padding: 5px 5px 5px 10px;
    position: relative;
    width: 85px;
    z-index: 1;
    -webkit-box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
}

.form-group .recovery-input input {
  padding-left: 8px;
  font-size: 16px;
  /*width: 294px;*/
}
#changePwdForm #expiredLabel {
    margin-left: 0;
}

div.forgot-wrapper {
    text-align: center;
}

div.forgot-wrapper a {
    color: #000;
    text-decoration: none;
    font-family: arial;
    font-size: 13px;
}

div.forgot-wrapper a:hover {
    color: #dddddd;
}

select:disabled, textarea:disabled, input:not([type]):disabled, input[type="submit"]:disabled, input[type="button"]:disabled, input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled {
    background-color: rgb(235, 235, 228);
}


#changePwdForm .box, #changePwdForm .box > div {
    height: inherit;
}

#changePwdForm #inner {
    max-width: 700px;
    padding-bottom: 0;
}

#changePwdForm .left-column {
    width: 65%;
    display: inline-block;
}

#changePwdForm .right-column {
    width: 34%;
    float: right;
}

#changePwdForm .form-group label {
    font-size: 18px;
    width: 38%;
}

#changePwdForm .dob-inputs {
    padding-top: 12px;
    display: inline-block;
}

/*Forgot password styles*/
#forgotPasswordForm .box {
    /*height: 200px;*/
    position: relative;
}

#forgotPasswordForm #inner {
    max-width: 520px;
    width: 100%;
}

/*signOnForm*/

#changePwdForm input[type='submit'], #signOnForm input[type='submit'],
#changePwdForm input[type='button'], #signOnForm input[type='button'] {
    background-color: #6864a4;
    border: 1px solid #433f77;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 45px;
    padding: 0;
    width: 170px;
    /*margin-left: 29%;*/
}

#changePwdForm .errorLabel, #signOnForm .errorLabel, #signOnForm #infoLabel {
    display: block;
    font-size: 24px;
    padding-right: 20px;
    margin-left: 29%;
    /*font-weight: bold;
    text-align: center;
    margin-top: 0;
    text-align: left;
    margin-bottom: 2px;*/
}

/*
#changePwdForm input[type='submit'], #changePwdForm .errorLabel {
  margin-left: 38%;
}*/

#changePwdForm .form-group .errorLabel, #signOnForm .form-group .errorLabel {
    margin-left: 0;
    margin-top: 0;
}

.error {
    color: red;
    text-align: center;
}

#changeMyPwdForm .box {
    height: 350px;
    position: relative;
}

.password-hint {
    font-size: 13px;
}

    .password-hint ul {
        padding-left: 0;
    }

div.logo-wrapper img {
    float: left;
    max-width: 100%;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}

.tooltip-arrow {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #7874B7;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}


.tooltip-inner {
    background-color: #FFFFFF;
    border: 2px solid #7874B7;
    border-radius: 4px;
    color: #000000;
    padding: 3px 20px;
    text-align: left;
    text-decoration: none;
}

.tooltip {
    display: none;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 1030;
}

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.in {
        opacity: 0.9;
    }

.tooltip-holder {
    position: relative;
}

.pwd-tooltip {
    left: 292px;
    top: -32px;
    width: 315px;
}

.pwd-again-tooltip {
    left: 292px;
    top: -6px;
    width: 315px;
}

.bottom-validation {
    margin-bottom: 15px;
}

.form-group.last {
    margin-bottom: 5px;
}

.title-logo {
    color: rgb(255, 255, 255);
    font-size: 35.9pt;
    text-shadow: 1px 1px 5px #92928e;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
}

select.month.gray, select.day.gray, select.year.gray {
    color: gray !important;
}

/* Register Form styles*/

#registerForm p.font-20 {
    font-size: 20px;
}

#registerForm #forgotPwdLink {
    margin-left: 35%;
    margin-top: -10px;
}

.hide {
    display: none;
}

#registerForm .title-secondary {
    text-align: center;
}

#registerForm .label-custom {
    font-size: 18px;
    width: 24%;
    margin-left: 65px;
}

#registerForm .input-custom {
    width: 50%;
}

#registerForm .loginSubmit {
    margin-left: 35%;
}

#registerForm .patientName {
    font-weight: bold;
}

#registerForm .errorLabel {
    margin-left: -35px;
}

#pageLoadSpinner.modal {
    position: fixed;
    height: 300px;
    margin: auto;
    text-align: center;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    overflow: hidden;
    width: 300px;
}

#pageLoadSpinner .modal-dialog {
    width: 280px;
    margin-top: 20%;
}

#pageLoadSpinner .modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px;
}

#pageLoadSpinner .modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

#pageLoadSpinner .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

#pageLoadSpinner .modal-body {
    position: relative;
    padding: 20px;
}

#pageLoadSpinner img {
    vertical-align: middle;
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

#registerForm #infoLabel {
    margin-left: 4px;
}

.change-pass-success {
    margin-left: 5%;
}

.CernerHealthLogin {
    background-color: #6864a4;
    border: 1px solid #433f77;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    padding: 13px;
    padding-bottom: 15px;
    text-decoration: none;
}
.text-center {
  text-align: center;
}

.title-font-size {
    font-weight: 500;
    font-size: 21px;
}

.strong-label {
    font-size: 15px !important;
    font-weight: bold;
    text-align: left !important;
}

.p-0 {
    padding: 0 !important;
}

.mt-10p {
    margin-top: 10px;
}

.display-flex-column {
    display: flex;
    flex-direction: column;
}

.display-center {
    display: flex;
    justify-content: center;
}

.display-block {
    display: block;
}

.pb-25p {
    padding-bottom: 25px;
}

.full-width {
    width: 100% !important;
}

.svg-container {
    width: 20vh;
}

#mob-footer {
    display: none;
}

@media (max-width: 610px) {
    div.forgot-wrapper {
        margin-top: -10px;
    }

    div.box h2 {
        font-weight: normal;
        margin: 0 0 30px 0;
    }

    div.forgot-wrapper a {
        color: rgb(85, 26, 139);
    }

    div.forgot-wrapper a:hover, div.forgot-wrapper a:focus {
        color: rgb(104, 100, 164);
    }

    .logo-wrapper {
        margin-top: 0;
    }

    .login-header {
        padding-left: 30px;
        padding-right: 30px;
        
    }

    #loginTitle {
        text-align: left !important;
        margin-top: 30px;
    }

    #loginTitle {
    }

    #inner .box .login-content {
        padding: 0 30px;
        height: 30vh;
    }

    #forgotPasswordForm #inner {
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
    }

    #inner, #forgotPasswordForm #inner, #forgotPasswordForm #inner {
        width: 100%;
        border-radius: 0;
    }

    .form-group .input-with-icon-wrapper {
        clear: both;
    }

    .form-group .input-with-icon-wrapper i {
        width: 40px;
    }

    #inner .box {
        height: auto;
    }

    #forgotPasswordForm #inner .box {
        height: 230px;
    }

    .form-group .input-wrapper {
        /*width: 88%;*/
        align-items: center;
    }    

    .form-group .input-with-icon-wrapper div {
        /*padding-left: 50px;*/
    }

    #outer .form-group input[type=password] {
        width: calc(100% - 55px) !important;
        padding: 0 40px 0 10px;
        text-overflow: ellipsis;
    }

    #outer .form-group input[type=text]:not(.year) {
        width: calc(100% - 25px) !important;
        padding: 0 10px;
        text-overflow: ellipsis;
    }
    #outer .form-group .tooltip-holder {
        padding-right: 20px;
    }

    .form-group.with-high-input {
        height: 80px;
        padding-top: 10px;
    }

    #forgotPasswordForm #inner .form-group {
        margin-top: 10px;
    }

    #forgotPasswordForm #inner input[type=text] {
        margin-bottom: 20px;
    }

    #forgotPasswordForm #inner input[placeholder] {
        text-overflow: ellipsis;
    }

    #forgotPasswordForm #inner ::-moz-placeholder {
        text-overflow: ellipsis;
    }

    #forgotPasswordForm #inner input:-moz-placeholder {
        text-overflow: ellipsis;
    }

    #mob-footer {
        height: 10vh;
        overflow: hidden;
        width: 100%;
        background: #2A1A65;
        background-size: cover;
        position:absolute;
        bottom:0;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .errorLabel {
        margin-left: 0;
        text-align: center;
    }

    form input[type='submit']#loginBtn,
    form input[type='button']#loginBtn {
        /*margin: 0px !important;*/
        /*margin-top: 25px !important;*/
        width: 150px;
        border-radius: 3px;
    }

    .mob-color {
        color: grey;
    }

    .mob-hr {
        display: none;
    }

    .mob-title {
        display: block !important;
    }

    .mob-label {
        font-weight: 400 !important;
    }

    .logo-background {
        width: 100%;
        height: 28vh;
        background-image: url('/Content/img/login/background_mobile.png');
        background-size: cover;
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .title-font-size-text {
        font-weight: 500;
        font-size: 25px;
        color: white;
    }
}

@media (max-width: 320px) {
    .logo-background {
        width: 100%;
        height: 25vh;
    }

    div.box h2 {
        font-weight: normal;
        margin: 0 0 10px 0;
    }

    #loginTitle {
        text-align: left !important;
        margin-top: 20px;
    }

    .form-group {
        margin-bottom: 15px;
    }
}

.mob-title {
    display: none;
}