@font-face {
    font-family: Roboto-Regular;
    src: url('https://q3-hfcloud.products.abbott//apps/clinician/assets/fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto-Medium;
    src: url('https://q3-hfcloud.products.abbott//apps/clinician/assets/fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: Roboto-Black;
    src: url('https://q3-hfcloud.products.abbott//apps/clinician/assets/fonts/Roboto-Black.ttf');
}

html,
body {
    margin: 0;
    font-family: Roboto-Regular, Helvetica, sans-serif !important;
    height: 100%;
}

* {
    font-family: Roboto-Regular, 'Helvetica Neue', sans-serif;
    font-size: 14px;
}

.container {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    min-height: 600px;
    display: flex;
    flex-direction: row;
    overflow: auto;
}


/***** Footer Nav *****/

.login-footer {
    line-height: 3.2rem;
    padding-left: 15px;
}

.login-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 30px;
}

.login-footer li {
    display: flex;
    justify-content: space-between;
}

.login-footer li a {
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    color: #03a9f4;
    text-decoration: none;
}

.login-footer li a:hover {
    text-decoration: underline;
}

.copy-right {
    font-size: 11px;
}


/***** Login Form *****/

label {
    margin: 10px 0;
    display: inline-block;
    color: #919191;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto-Regular, 'Helvetica Neue', sans-serif;
    letter-spacing: normal;
    position: relative;
}

input {
    font-size: 14px;
    font-family: 'Roboto-Regular';
    outline: none;
    padding: 0.6rem;
    color: gray;
    transition: 0.1s ease-out;
    width: 100%;
    background: #ffffff;
    border: 1px solid #9e9e9e;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
}

input:focus {
    border: 1px solid #03a9f4;
    box-sizing: border-box;
    border-radius: 4px;
}

input:focus+label {
    color: #03a9f4;
    top: 0;
    transform: translateY(-50%) scale(0.9);
}

input:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-50%) scale(1.0);
}

.error.pageLevel {
    background-color: #ffc;
    text-align: center;
    border: 1px solid #999;
    font-size: 14px;
    padding: 0 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto-Regular';
}

#ReadOnlyEmail_ver_input_label {
    display: none !important;
}


/******* Button *****/

button {
    background-color: #03a9f4;
    color: white;
    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
    width: 100%;
    text-transform: uppercase;
}

/* button#cancel {
    margin-top: -3px !important;
} */

button:focus {
    background-color: #197ea9;
}

button:disabled,
button:disabled:focus,
button[aria-disabled='true'],
button[aria-disabled='true']:focus {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

button.cancel-btn {
    background: #e1f5fe !important;
    color: #03a9f4;
}


/****** custom scrollbar  ********/

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}


/******* Error Indication  *********/

.error p,
.verificationErrorText {
    color: #c62828 !important;
    margin: 0;
}

.verificationSuccessText {
    color: #2ce42c !important;
}

.verificationInfoText,
.helpLink {
    color: #3399ff !important;
}

.verifying_blurb,
#verifying_blurb {
    color: #f8d800 !important;
}

.validation-hint {
    margin-bottom: 1rem
 }

.validation-hint.hide {
    display: none;
}

.validation-hint,
.groups ul {
    padding-left: 0.6rem;
}

.validation-hint,
.groups ul li {
    margin-left: 15px;
    font-size: 12px;
    color: #00000080;
}