﻿

@font-face {
    font-family: 'aileron';
    src: url("../content/fonts/aileron-bold-webfont.eot");
    src: url("../content/fonts/aileron-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../content/fonts/aileron-bold-webfont.woff") format("woff"), url("../content/fonts/aileron-bold-webfont.ttf") format("truetype"), url("../content/fonts/aileron-bold-webfont.svg#aileron") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'aileron';
    src: url("../content/fonts/aileron-light-webfont.eot");
    src: url("../content/fonts/aileron-light-webfont.eot?#iefix") format("embedded-opentype"), url("../content/fonts/aileron-light-webfont.woff") format("woff"), url("../content/fonts/aileron-light-webfont.ttf") format("truetype"), url("../content/fonts/aileron-light-webfont.svg#aileron") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'aileron';
    src: url("../content/fonts/aileron-regular-webfont.eot");
    src: url("../content/fonts/aileron-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../content/fonts/aileron-regular-webfont.woff") format("woff"), url("../content/fonts/aileron-regular-webfont.ttf") format("truetype"), url("../content/fonts/aileron-regular-webfont.svg#aileron") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'aileron';
    src: url("../content/fonts/aileron-semibold-webfont.eot");
    src: url("../content/fonts/aileron-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../content/fonts/aileron-semibold-webfont.woff") format("woff"), url("../content/fonts/aileron-semibold-webfont.ttf") format("truetype"), url("../content/fonts/aileron-semibold-webfont.svg#aileron") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'aileron';
    src: url("../content/fonts/aileron-semibolditalic-webfont.eot");
    src: url("../content/fonts/aileron-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../content/fonts/aileron-semibolditalic-webfont.woff") format("woff"), url("../content/fonts/aileron-semibolditalic-webfont.ttf") format("truetype"), url("../content/fonts/aileron-semibolditalic-webfont.svg#aileron") format("svg");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'aileron';
    src: url("../content/fonts/aileron-bolditalic-webfont.eot");
    src: url("../content/fonts/aileron-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../content/fonts/aileron-bolditalic-webfont.woff") format("woff"), url("../content/fonts/aileron-bolditalic-webfont.ttf") format("truetype"), url("../content/fonts/aileron-bolditalic-webfont.svg#aileron") format("svg");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'aileron';
    src: url("../content/fonts/aileron-italic-webfont.eot");
    src: url("../content/fonts/aileron-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../content/fonts/aileron-italic-webfont.woff") format("woff"), url("../content/fonts/aileron-italic-webfont.ttf") format("truetype"), url("../content/fonts/aileron-italic-webfont.svg#aileron") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'aileron';
    src: url("../content/fonts/aileron-lightitalic-webfont.eot");
    src: url("../content/fonts/aileron-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../content/fonts/aileron-lightitalic-webfont.woff") format("woff"), url("../content/fonts/aileron-lightitalic-webfont.ttf") format("truetype"), url("../content/fonts/aileron-lightitalic-webfont.svg#aileron") format("svg");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Main layout styles */

html, body { height: 100%; }

#body-container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -3em; /* the bottom value must match the value in the #footer #push section below */
    background-image: url(Images/ssa-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

body {
    font-size: .85em;
    color: #232323;
    background-color: #fff;
    margin: 0;
}

header, footer, nav, section {
    display: block;
}

table {
    border-spacing: 0px;
}

/* disable textarea resizing in Chrome */
textarea {
    resize: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #044E92;
    font-weight: normal;
}

/* Clearfix
-----------------------------------------------------------*/
/*
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* Header
-----------------------------------------------------------*/

#header
{
    clear: both;
    height: 60px;
}

@media only screen and (min-width: 1400px)
{
    #header-center 
    {
        background-image: url(Images/surgical-audit.png);
        width: 380px;
        height: 100%;
        margin: 0 auto;
    }
}

#header-right
{
    background: #eee;
    float: right;
    height: 100%;
    background-image: url(Images/SessionSummaryBg.gif);
    background-repeat: no-repeat;
    min-width: 300px;
}

#nomenu-subheader
{
    width: 100%;
    height: 60px;
    background: #4369ca;
    background: -moz-linear-gradient(top, #5b7cd1 0%, #3256b2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b7cd1), color-stop(100%, #3256b2));
    background: -webkit-linear-gradient(top, #5b7cd1 0%, #3256b2 100%);
    background: -o-linear-gradient(top, #5b7cd1 0%, #3256b2 100%);
    background: -ms-linear-gradient(top, #5b7cd1 0%, #3256b2 100%);
    background: linear-gradient(to bottom, #5b7cd1 0%, #3256b2 100%);
}

#bgHeader {
    height: 100px;
}

#bgHeader-prelogon {
    height: 250px;
}

/* Session Summary
-----------------------------------------------------------*/
.session-summary {
    font-size: 13pt;
    float: right;
    color: #044E92;
    height: 100%;
    margin-top: 8px;
}

.session-summary a, .session-summary a:visited {
    color: #044E92;
}

.session-summary .session-username
{
    background: url(Images/icon-24-person.png);
    background-repeat: no-repeat;
    background-position: 0px 18px;
    font-weight: bold;
    float: left;
    padding: 21px 0 0 24px;
    margin: 0 0 0 50px;
    text-align: left;
}

.session-summary .session-username:hover {
    text-decoration: underline;
}

.session-summary .session-menu-icon 
{
    background: url(Images/icon-24-menu.png);
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin: 18px 9px;
}

.session-summary .session-guide-icon {
    background: url(Images/icon-24-question.png);
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin: 18px 9px 18px 4px;
}

.session-summary .session-logout {
    width: 128px;
    float: right;
    height: 100%;
}

.session-summary .session-logout img, .session-summary .session-logout img:hover {
    border: none;
}

/* Content
-----------------------------------------------------------*/

#content-wrapper {
    margin: 1.5em auto;
    width: 850px;
    background-color: #F2F2F2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0.5em 1.5em 3.5em 1.5em;
}


/* Footer
-----------------------------------------------------------*/

#push {
    clear: both;
}

#push, #footer {
    height: 3em;
}

#footer
{
    clear: both;
    background-color: #2750AD;
    font-size: 0.8em;
    margin: 0.75em auto 0;
    max-width: 1000px;
    min-width: 600px;
    width: 80%;
    text-align: center;
    color: #FFF;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
}

.footer-link 
{
    display: inline-block;
    margin: 1em 0.5em;
}

.footer-link a, .footer-link a:visited 
{
    color: #FFF;
    text-decoration: none;
}

.footer-link a:hover 
{
    text-decoration: underline;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 0 1.4em 1.4em 1.4em;
    margin-top: 7px;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    color: #044E92;
    margin-bottom: 0.6em;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 0.25em 1em 0.25em 0;
    display: inline-block;
    color: #044E92;
    font-weight: bold;
}

.editor-field {
    margin: 0.25em 0 0.25em 0;
}

/* put this on an <a> with no href (e.g. for text which has a javascript onclick listener) */
.action-link {
    cursor: pointer;
    color: #0000EE;
    text-decoration: underline;
}

/* put this class on an input button, or on an <a>
-----------------------------------------------------------*/
.actionButton, .saveButton, .lockButton, .backButton, .pdfButton, .declineButton
{
    border: 1px solid #1A304A;
    background-color: #5279d8;
    border-radius: 2px;
    -moz-border-radius: 2px;
    color: #fff;
    font-weight: bold;
    padding: 5px 8px;
    margin: 4px 2px;
    font-size: 11pt;
    text-shadow: 1px 1px #232323;
}

.actionButton:disabled, .saveButton:disabled, .lockButton:disabled, .backButton:disabled, .pdfButton:disabled, .lockButton, .declineButton:disabled
{
    background-color: #617094 !important;
    cursor: not-allowed !important;
}

a.actionButton, a.saveButton, a.backButton, a.lockButton, a.pdfButton, a.declineButton {
    display: inline-block;
}

a.actionButton, a.actionButton:hover, a.saveButton, a.saveButton:hover, a.lockButton, a.lockButton:hover,
a.backButton, a.backButton:hover, a.pdfButton, a.pdfButton:hover, a.declineButton, .declineButton:hover {
    text-decoration: none;
    color: #fff !important;
}

.actionButton:hover, .saveButton:hover, .backButton:hover, .lockButton:hover, .pdfButton:hover, .declineButton:hover
{
    background-color: #7797E1;
    cursor: pointer;
}

.pdfButton {
    background-position: 4px center;
    background-image: url(Images/icon-24-pdf.png);
    padding: 5px 8px 5px 35px;
    background-repeat: no-repeat;
}

.lockButton {
    background-position: 4px center;
    background-image: url(Images/icon-24-metallock.png);
    padding: 5px 8px 5px 35px;
    background-repeat: no-repeat;
}

.saveButton {
    background-position: 4px center;
    background-image: url(Images/small-tick.png);
    padding: 5px 8px 5px 35px;
    background-repeat: no-repeat;
}

.declineButton {
    background-position: 4px center;
    background-image: url(Images/icon-24-redcross.png);
    padding: 5px 8px 5px 35px;
    background-repeat: no-repeat;
}

.backButton {
    background-position: 4px center;
    background-image: url(Images/icon-24-back.png);
    padding: 5px 8px 5px 35px;
    background-repeat: no-repeat;
}

.downloadColumn {
    text-align: center;
}
.intervalreport-downloadColumn {
    text-align: left;
}
.intervalreport-downloadColumn-text {
    padding-left: 5px;
}
.downloadButton 
{
    border: 0;
    margin: 0;
    padding: 0;
}

/* Styles for standard model lists
   A model list should be a table with class "model-list" and should contain a thead and tbody
-----------------------------------------------------------*/

table.model-list {
    border-collapse: collapse;
    border-left: thin solid #5279d8;
    border-right: thin solid #5279d8;
    border-bottom: thin solid #5279d8;
}

table.model-list thead 
{
    background-color: #5279d8;
    color: #fff;
    text-align: left;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}


table.model-list th {
    padding: 3px 10px;
}

table.model-list td {
    padding: 3px 12px;
    max-width: 300px; /* stops columns with lots of text dominating / blowing out the size of the table */
    word-wrap: break-word;
}

table.model-list tbody
{

}

table.model-list tbody tr {
    background-color: #f8f8f8;
}

table.model-list tbody tr:nth-child(even) {
    background-color: #fff;
}


table.model-list tr.model-list-selected {
    background-color: #6FFC63 !important;
}

table.model-list tr.model-list-error {
    background-color: #FFBE46 !important;
}

.list-icon {
    padding: 2px;
}


/* Model editor styles
   This should not include borders etc as sometimes several model-editor tables
   are stitched together to give the appearance of a contiguous table
-----------------------------------------------------------*/

table.model-editor {
    width: 100%;
}

table.model-editor tr td:first-child {
    width: 25%;
    min-width: 200px;
}

/* Model display styles
   This should not include borders etc as sometimes several model-editor tables
   are stitched together to give the appearance of a contiguous table
-----------------------------------------------------------*/
table.model-display table.model-display-4col {
    width: 100%;
}

table.model-display tr td:first-child {
    width: 25%;
    min-width: 200px;
}

table.model-display-4col tr td {
    width: 25%;
}

/* Status message
   Put these messages into a status container div 
-----------------------------------------------------------*/
.errorMessage, .successMessage {
    border-radius: 3px;  
    padding: 0.5em 1em;
    margin: 0.5em;
    font-weight: bold;
    font-size: larger; 
}

.miniErrorMessage, .miniSuccessMessage {
    border-radius: 2px;
    padding: 0.4em 0.6em;
    margin: 0.2em 0.2em 0.4em 0.2em;
}

.errorMessage, .miniErrorMessage
{
    border: 1px solid red;
    background-color: #FFE5E5;
    color: red;
}

.successMessage, .miniSuccessMessage
{
    border: 1px solid green;
    background-color: #EDFFF3;
    color: Green;
}

.login-form {
    width: 320px;
    float: right;
    margin: 5px 10px 10px 10px;
}

.login-form fieldset
{
    padding: 1em;
    background-color: white;
    border: 1px solid #5279d8;
    border-radius: 3px;
}

.login-form h2 {
    margin-top: 2px
}

.login-form input[type='text'], .login-form input[type='password'] {
    width: 190px;
}

.login-form select {
    width: 200px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error 
{
    display: block;
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

/* Uncomment this to have valid inputs highlighted in green
input.valid, textarea.valid {
    border: 1px solid green;
    background-color: #CCFFCC;
}*/

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Helper styles
-----------------------------------------------------------*/

.clear 
{
    clear: both;
    float: none;
}

/* Paginator styles
-----------------------------------------------------------*/

.paginator {
    color: #044E92;
}

.paginator a, .paginator a:hover, .paginator a:visited {
    text-decoration: none;
    color: #044E92 !important; /* jqueryUI likes to stomp on this one */
    font-weight: bold;
    margin: 0 0.25em;
}

.paginator .selected {
    text-decoration: underline
}

/* Global noticeboard styles
-----------------------------------------------------------*/

#globalNoticeboard {
    background-color: white;
    border: 1px solid #5279d8;
    padding: 1em;
    border-radius: 4px;
    width: 410px;
    margin: 5px auto;
}

#globalNoticeboard .global-noticeboard-byline {
    float: right;
    font-size: 10pt;
    font-style: italic;
}

.global-noticeboard-content {
    word-wrap: break-word;
}

/* Error pages */

#errorContent {
    width: 400px;
    margin: 15px auto;
    background: #fff;
    padding: 1em;
    border: 1px solid #5279d8;
    border-radius: 3px;
}

/* User tools dialog */
#userToolsDialog {
}

#userToolsDialog a, #userToolsDialog span {
    display: block;
    width: 160px;
    margin: 10px auto;
    text-align: center;
}

/* Interval Report Status tex */
#IntervalReportStatus {
    margin: 10px;
    width: 122px;
}

.intervalreport-versionColumn-text {
    text-align: center;    
}

/* Doctor Episode Summary */
.new-doctor-episode-summary-inner-labels, .new-doctor-progress-report-inner-labels
{
    display: inline-block;
    width: 8em;
}

body {
    font-family: aileron, Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 15px;
    line-height: 20px;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, .editor-label {
    color: #11316e;
    font-weight: 700;
}

h3 {
    font-size: 21px;
}

a {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

#header {
    background-color: #FDFDFD !important;
    height: 80px;
    background-position: 20px 10px !important;
}

#header-center {
    background-image: none;
}

#header-center:before {
    content: 'Skin Cancer Surgical Audit';
    display: block;
    font-size: 30px;
    letter-spacing: -0.5px;
    padding: 38px 0;
    color: #11316e;
    font-weight: bold;
}

#header-right {
    background: none;
}


#content-wrapper, #cssmenu > ul {
    width: 1000px
}

#body-container {
    background-image: none;
    background-color: #f3f5f9;
    margin: 0 auto -3.8em;
}

#content-wrapper {
    color: #474747;
    background-color: #FFF;
    border: 1px solid #f9f9f9;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1);
}

fieldset {
    border: 1px solid #e5e9f2;
}

.editor-label {
    font-weight: normal;
}

.editor-field input {
    border: 1px solid #e5e9f2;
    padding: 5px;
    font-weight: 100;
    color: #474747;
    /*
    font-size: 15px;
    width: 253px;
*/
}

.model-editor input[type="radio"] {
    border: 1px solid #e5e9f2;
}


@media (max-width: 1400px) {
    #header-center {
        display: none;
    }
}

@media (max-width: 1200px) {
    #content-wrapper, #cssmenu > ul {
        width: 991px
    }
}

@media (max-width: 1024px) {
    #content-wrapper, #cssmenu > ul {
        width: 720px
    }
}

@media (max-width: 728px) {
    #content-wrapper, #cssmenu > ul {
        width: calc(100% - 30px);
    }
}


#push, #footer {
    height: 57px;
}


#footer {
    background: #43464E;
    width: 100%;
    max-width: 100%;
    min-width: initial;
    margin: 0;
    font-size: 1em;
    border-radius: 0;
    -moz-border-radius: 0;
    border-top: 10px solid #11316e;
}

.footer-link {
    margin: 12px 20px;
}

#globalNoticeboard, .login-form fieldset {
    max-width: 100%;
    border: 1px solid #e5e9f2;
    background: rgba(243, 245, 249, 0.5294117647058824);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1);
}

.login-form table {
    margin-bottom: 10px;
}

.login-form select, select#Doctor_PractitionerType, select#SelectedTrienniumID, select#SelectedIntervalID {
    border: 1px solid #e5e9f2;
    padding: 5px 2px;
    font-weight: 100;
    color: #474747 !important;
}

select#SelectedIntervalID {
    margin-left: 5px;
}

.login-form input[type='text'], .login-form input[type='password'], .model-display input[type='text'] {
    border: 1px solid #e5e9f2;
    padding: 5px;
    font-weight: 100;
    color: #474747 !important;
    width: 200px;
    margin-bottom: 0;
    margin-top: 5px;
}

#globalNoticeboard {
    width: 650px;
    margin: 30px auto;
}

table.model-list {
    border-left: 1px solid #e5e9f2;
    border-right: 1px solid #e5e9f2;
    border-bottom: 1px solid #e5e9f2;
}

    table.model-list thead {
        background: #11316e;
    }

    table.model-list th {
        padding: 10px;
    }

    table.model-list td {
        background: #f3f5f9;
        height: 40px;
    }

.actionButton, .saveButton, .lockButton, .backButton, .pdfButton, .declineButton {
    background-color: #11316e;
    border: 1px solid #11316e;
    text-shadow: none;
    padding: 8px 12px;
    border-radius: 3px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    background-image: none;
}

#registerButton, table.model-list .actionButton, a.pdfButton, a.backButton {
    background: #ffffff;
    border: 1px solid #e5e9f2;
    color: #11316e !important;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.actionButton:hover, .saveButton:hover, .lockButton:hover, .backButton:hover, .pdfButton:hover, .declineButton:hover, #registerButton:hover, table.model-list .actionButton:hover, a.pdfButton:hover, a.backButton:hover {
    background-color: #001f41;
    color: #ffffff !important;
    border: 1px solid #001f41;
}

#nomenu-subheader {
    background: #11316e;
    height: 46px;
}

a.action-link, a {
    color: #11316e;
}

ui-datepicker-div {
    border: 1px solid #e5e9f2;
}

.ui-datepicker .ui-datepicker-header {
    background: #11316e;
    border: 1px solid #11316e;
}

.ui-datepicker select {
    font-weight: 100;
    border: 1px solid #e5e9f2;
    border-radius: 3px;
    color: #474747;
}

.ui-datepicker th {
    font-weight: 700;
    color: #002b6c;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 48%;
}

.ui-datepicker select.ui-datepicker-month {
    margin-right: 5px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #e5e9f2;
    background: #f3f5f9;
    font-weight: normal;
    color: #11316e;
    font-weight: 500;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #11316e;
    background: #11316e;
    color: #ffffff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #001f41;
    background: #001f41;
    font-weight: bold;
    color: #ffffff;
}

.ui-widget-overlay {
    color: #000;
    opacity: 0.5;
}

.ui-dialog {
    border: 1px solid #e5e9f2;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: default;
    background: #11316e;
    font-weight: 700;
    padding: 5px;
}

.ui-dialog .actionButton {
    font-weight: 700;
    color: #11316e !important;
    background-color: #e5e9f2;
    border: 1px solid #e5e9f2;
}

.ui-dialog .actionButton:hover {
    font-weight: 700;
    color: #fff !important;
    background-color: #001f41;
    border: 1px solid #001f41;
}

.errorMessage, .miniErrorMessage {
    border: 1px solid #f3bdc5;
    background-color: #fbeef0;
    color: #d70825;
}

.field-validation-error {
    color: #d70825;
}

input, label, select, .editor-field {
    margin-left: 0 !important; /* important is being used to override inline style */
}

@media (max-width: 767px) {
    .login-form {
        max-width: 100%;
    }
    .login-form td {
        display: block;
    }
    #header {
        background-size: 280px !important; /* important is being used to override existing style */
    }
}
