﻿/*@media (max-device-width: 583px) {
    .alignLeft {
        text-align: center;
    }

    .alignRight {
        text-align: center;
    }

    .alignRight img {
        height: 2em;
        width: 2em;
    }

    .panelContent {
        width: 100%;
    }

    body {
        font-size: 2.0em;
    }

    label {
        font-size: 1.5em;
    }

    input {
        width: auto;
        height: 2.0em;
        font-size: 1.2em;
        border: solid;
    }

    #UserLogin {
        width: 230px;
        height: 40px;
    }

    #Password {
        width: 230px;
        height: 40px;
    }

    a {
        font-size: 1.2em;
    }
}

@media (min-device-width: 584px) {
    .alignLeft {
        text-align: left;
    }

    .alignRight {
        text-align: right;
    }

    .panelContent {
        width: 35em;
    }

    input {
        width: 12em;
    }

    body {
        font-size: 0.75em;
    }

    a {
        font-size: 0.85em;
    }
}

body {
    font-family: Arial;
}

img {
    margin-top: 0.25em;
}

input {
    margin: 0 0.25em 0.25em;
}

    input[type="button"], input[type="submit"] {
        cursor: pointer;
    }

p {
    padding: 0 1em;
}

table {
    border: 0;
}

.panelContent {
    background-color: #ffffff;
    border: Solid 0.1em #003879;
    margin: 0 0 0.75em 0;
    padding: 0;
    vertical-align: middle;
}

.panelHeader {
    background-color: #003879;
    color: White;
    font-weight: bold;
    margin: 0;
    padding: 0.35em 0;
    width: 100%;
}

.emphasized {
    color: #FF0000;
    text-align: center;
}

.validation {
    color: #FF0000;
    text-align: left;
}

#reLoginApology {
    display: none;
}*/
body {
    background: #FAFAFA;
    font-family: Roboto, Arial, sans-serif;
}

h1, h2, h3, h4 {
    color: #4367A5;
}

h3 {
    font-size: 1.5em;
    font-family: Roboto;
    font-weight: 300;
}

#notification {
    margin-bottom: 2em;
    display: inline-block;
}

#formsubmit {
    background-color: #4367A5;
}

a {
    color: #4367A5;
}

.mdl-card > mdl-card__actions > mdl-button {
    color: #FFF;
}
a, .mdl-button{
    min-width: 0px;
}
.material-icons {
    color: #FFF;
}

.mdl-card__actions.mdl-card--border {
    bottom: 0px;
}

#logo.mdl-grid {
    margin-top: 16px;
    display: inline-block;
}

.mdl-grid {
    vertical-align: middle;
    display: inline-block;
}

.mdl-reg-text {
    color: #9E9E9E;
}

.mdl-card--border {
    text-align: left;
    word-wrap:break-word;
    position:relative;
}

form .mdl-textfield__input, .mdl-textfield__label, .mdl-textfield__error {
    width: 250px;
    margin: auto;
}

div.mdl-textfield__error {
    position: relative;
    text-align: left;
}

.mdl-cell {
    display: inline;
}

.validation {
    color: #d50000;
    width:100%;
    text-align: left;
}
.mdl-card__supporting-text
{
    min-height:100px;
}
.validation-summary-errors
{
    max-width:300px;
    margin:auto;
}
.mdl-layout
{
    overflow-y:auto;
}
.mdl-checkbox{
    display:inline;
}

.mdl-checkbox__label{
    font-size: .75em;
    color: #4367A5;
    cursor: default;
}

.mdl-card {
    width: 660px; /* Default is 330, we want double-wide */
    margin-top: 16px;
}

.unsupportedBrowserPopup .mdl-card {
    background-color: #FFc0c0;
}

.unsupportedBrowserPopup .mdl-card__title {
    color: red;
    font-weight: bold;
    font-size: 2em;
}

.notification-card {
    width: 660px; /* Default is 330, we want double-wide */
    margin-top: 16px;
}

.notification-card-border {
    text-align: left;
    word-wrap: break-word;
    position: relative;
    padding: 8px 8px 8px 8px;
}

.notification-card-border-shadow {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.notification-card-text {
    color: #9E9E9E;
}

.notification-card-separator {
    border-top: 1px solid rgba(0, 0, 0, 12%);
    padding: 10px 0px 10px 0px;
}

.notification-card-button {
    color: dodgerblue;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px 0px 10px;
    cursor: default;
}

.notification-checkbox {
    display: inline;
    padding: 0px 0px 0px 16px;
    vertical-align: text-top;
    margin-top: 5px;
}

.notification-checkbox-label {
    font-size: .75em;
    color: #4367A5;
    cursor: default;
    vertical-align: text-top;
}

.layout {
    overflow-y: auto;
}

.login {
    display: block;
}

.login-logo {
    margin-top: 20px;
}

.login-label {
    font-size: 24px;
}

.login-description-label {
    font-size: 16px;
    width: 410px;
    color: #000000;
    margin-bottom: 20px;
}

.login-input-container {
    position: relative;
    margin-bottom: 20px;
}

.login-input-container input {
    padding: 6px 6px 6px 6px;
    background-color: #c9deff;
    border: none;
    border-bottom: 1px solid #9E9E9E;
    border-radius: 2px;
    width: 250px;
}

/*.login-input-container label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateX(-50%);
}*/

.login-input-container label {
    position: absolute;
    top: 10px; /* Initial position inside the input */
    left: 10px;
    color: #aaa;
    pointer-events: none; /* Allows clicks to pass through the label to the input */
    transition: all 0.2s ease; /* Smooth transition for the floating effect */
    background-color: white; /* Match background if needed */
    padding: 0 5px; /* Adds space around the label text when floating */
}

.login-input-container input:focus + label,
.login-input-container input:not(:placeholder-shown) + label {
    top: -10px; /* Moves label above the input border */
    left: 5px;
    font-size: 14px;
    color: #000000;
}

.login-button {
    background-color: #263982;
    color: #ffffff;
    padding: 8px 12px 8px 12px;
    margin-bottom: 20px;
    border-radius: 3px;
    border: none;
}

.login-button:hover {
    background-color: #172352;
    outline: 2px solid #888888;
}

.login-button:active {
    font-size: 16px;
    padding: 7px 11px 7px 11px;
}

.password-error {
    visibility: hidden;
}

/* Unified Banner */
.unified-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #fde7a7;
    border: 1px solid #e5c878;
    border-radius: 6px;
    padding: 15px 20px;
    margin: 8px auto 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 12%);
    max-width: 100%;
    font-family: Arial, sans-serif;
}

.banner-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 160px;
}

.banner-logo {
    height: 40px;
}

.logo-text {
    font-size: 1em;
    font-weight: bold;
    color: #2d3e50;
    line-height: 1.1em;
}

.banner-center {
    grid-column: 2;
    max-width: 90%;
    flex-grow: 1;
    text-align: left;
    margin-left: 20px;
}

.banner-center h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 6px;
    color: #000;
}

.banner-center p {
    font-size: 0.9em;
    color: #333;
    line-height: 1.5em;
    margin: 0;
}

.banner-right {
    grid-column: 3;
    min-width: 120px;
    text-align: right;
}

.banner-btn {
    background: #1d4ed8;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.9em;
    width: 140px;
    min-width: 140px;
    height: 40px;
    white-space: nowrap;
    text-align: center;
    &:hover {
        background-color: #153ed1;
        outline: 1;
    }
    &:focus {
        outline: 2px solid #394992;
    }
}

.unified-banner .banner-btn,
.unified-banner .banner-btn:link,
.unified-banner .banner-btn:visited,
.unified-banner .banner-btn:hover,
.unified-banner .banner-btn:active,
.unified-banner .banner-btn:focus {
    /* 1 tab before everything below */
    color: #fff !important; /* force white text */
    text-decoration: none !important; /* remove underline */
}