﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
    background-color: #f4f6f8;
}

.logoContainer {
    text-align: center;
    padding-bottom: 30px;
}

.mdlInputDefaults {
    font-size: 16px;
}

.containerDefault {
    margin: auto;
    width: 500px;
    padding: 15px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    display: table-cell;
}

.mainContainer {
    position: fixed;
    top: 75px;
    vertical-align: middle;
}

.credentialsContainer {
    border: 1px solid #E8EAEC;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 2px 0 rgba(63,63,68,0.15);
}

.confirmationContainer .mdl-card {
    width: 100%;
    border: 1px solid #E8EAEC;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 2px 0 rgba(63,63,68,0.15);
    text-align: left;
}

.credentialsContainer .mdl-card {
    width: auto;
}

.credentialsContainer .mdl-card .mdl-textfield {
    width: 100%;
    padding-top: 18px;
    padding-right: 17px;
    padding-bottom: 18px;
    padding-left: 16px;
}

.mdl-grid {
    padding: 0px;
}

hr.custom {
    border-top: 1px solid #cccccc;
    margin-left: 6px;
    margin-right: 6px;
    padding-bottom: 8px;
}

.baseLink {
    color: #546E7A;
    font-size: 14px;
    text-decoration: none;
}

.baseLink:visited {
    text-decoration: none;
    color: #546E7A;
}

.mdl-card__title .mdl-button--icon {
    height: 28px;
    width: 28px;
    min-width: 28px;
}

.mdl-textfield__input {
    border: 1px solid #979797;
    color: #2a2a2a;
    height: 42px;
    padding-left: 7px;
    padding-top: 3px;
    width: 98%;
    border-radius: 3px;
}

.mdl-textfield__label {
    color: rgba(0, 0, 0, 0.5);
    left: 18px;
    margin-top: 12px;
    margin-left: 5px;
}

.mdl-textfield__label:after {
    background-color: transparent;
}

.mdl-textfield.is-focused .mdl-textfield__label {
    color: #979797;
    padding: 5px;
    background-color: #fff;
    margin-left: 2px;
    margin-top: 0px;
    width: max-content;
    height: 9px;
}

.mdl-textfield.is-dirty .mdl-textfield__label {
    color: #979797;
    padding: 5px;
    background-color: #fff;
    margin-left: 2px;
    margin-top: 0px;
    width: max-content;
    height: 9px;
}

.mdl-button--raised.mdl-button--colored {
    background-color: #114a5f;
}

.mdl-button--raised.mdl-button--colored:hover {
    background-color: #0C3546;
}

.mdl-card__title-text {
    font-weight: bold;
    color: #2a2a2a;
    padding-top: 15px;
}

.mdl-card__supporting-text {
    padding: 0px;
    width: 100%;
}

.mdl-card__logout-supporting-text {
    padding: 16px;
}

.mdl-color-text--black {
    color: #2a2a2a;
}

.mdl-textfield--floating-label .is-upgraded {
    margin-top: 3px;
}

.mdl-textfield.is-invalid .mdl-textfield__label {
    color: #979797;
    padding: 5px;
    background-color: #fff;
    margin-left: 2px;
}

.mdl-textfield.is-invalid .mdl-textfield__input {
    border-color: #000;
}

.justifyLeft {
    text-align: left;
}

#password-validation-feedback {
    padding-top: 5px;
    padding-right: 17px;
    padding-bottom: 10px;
    padding-left: 17px;
}

#password-minimum-length-feedback {
    padding-bottom: 10px;
}

.centredText {
    text-align: center;
}

/* Validation error overrides */
.field-validation-error {
    font-size: 11px;
    font-weight: bold;
    color: #F44336;
    text-align: left;
}

.field-validation-error:before {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    content: "\00a0\00a0\f06a\00a0";
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    border: 2px solid #F44336;
}

#signoutFrameUrl {
    display: none;
}

.disabled-text-field {
    background: #dddddd;
    border: 1px solid #dddddd;
}

.set-password-mail-icon {
  padding: 0 10px 0 6px;
  float: left;
  color: grey;
  font-size: 36px;
}

.set-password-text {
  width: 90%;
}
.set-password-mail-button {
  width: 90%;
}

.set-password-justify {
  display: flex;
  justify-content: center;
}

/* Modal styles */
.privacy-modal {
    display: none; 
    position: fixed; 
    z-index: 999; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 2%; 
    overflow: auto; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.privacy-modal-content {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #E8EAEC;
    background-color: #fff;
    border-radius: 8px;
    width: 80%;
    max-width: 800px;
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 2px 0 rgba(63,63,68,0.15);
    text-align: left;
    background-color: rgb(243, 245, 247); 
}

.privacy-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E8EAEC;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.close-button {
    font-size: 32px; 
    font-weight: bold;
    cursor: pointer;
    color: #aaa;
}

.close-button:hover,
.close-button:focus {
        color: black;
}

.hidden {
    display: none;
}

.baseLinkPrivacy {
    color: #546E7A;
    font-size: 14px;
    text-decoration: none;
    padding-left:50%;
    text-align:right;
}