﻿/*@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;
}

/* 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 */
}