:root {
    --eramx-blue: #3465B0;
    --eramx-hover-blue: #2A5597;
    --eramx-darker-blue: #0B1C54;
    /*--eramx-grey: #;
	--eramx-darker-grey: #;*/
    --eramx-orange: #FAA21B;
}

body {
    color: #000;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    font-size: small;
    overflow-y: scroll;
}

a {
    cursor: pointer;
    color: var(--eramx-blue);
}

h2 {
    color: var(--eramx-blue);
}

h3 {
    color: var(--eramx-blue);
}

h4 {
    font-size: large;
}

.resultHead {
    font-size: large;
    color: var(--eramx-blue);
    background-color: #FCDE94;
    text-align: center;
}

.blockHeader {
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.block {
    background-color: #eee;
}

.menuSub {
    font-size: x-small;
    background-color: Silver;
    padding-left: 4px;
}

.menu a {
    text-indent: 10px;
}

    .menu a:visited {
        color: var(--eramx-blue);
    }

.clearLink a,
.clearLink a:hover
.clearLink a:visited {
    background-color: transparent;
}

.menuHeader {
    font-weight: bold;
    font-size: small;
    color: #ffffff;
    text-align: center;
}

/* Styling for nested dropdown */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }

    .dropdown-submenu .dropdown-menu {
        display: none;
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: 0;
        border-radius: 0.25rem;
        position: absolute;
    }

    .dropdown-submenu > .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: middle;
        content: "";
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

#dashedLine {
    background-color: white;
}

th,
th a,
th a:hover,
th a:visited,
.HeaderText,
table tr.HeaderText td {
    color: #ffffff;
    background-color: var(--eramx-blue);
    font-size: small;
    font-weight: bold;
    text-align: center;
}

    th a,
    th a:hover,
    th a:visited {
    }

        th a:hover {
            background-color: #949494;
        }

.title {
    font-weight: bold;
    font-size: medium;
    color: var(--eramx-blue);
    background-color: #eee;
    text-align: center;
}

.small {
    font-size: medium;
}

.xsmall {
    font-size: x-small;
}

.smallBlue {
    font-size: x-small;
    color: var(--eramx-blue);
}

.sched a:hover {
    background-color: var(--eramx-blue);
    border-color: #ffffff;
    border: medium none;
}
/* Hides from IE-mac \*/
* html .container1 {
    height: 1%;
}
/* End hide */
.checkRow {
}

.warning {
    color: #ff0000;
    font-weight: normal;
}

.shaded {
    color: #000000;
    background-color: white;
    text-align: center;
}

.white,
.white a {
    color: #ffffff;
}

    .white a:hover,
    a.Black,
    a.Black:hover {
        cursor: pointer;
        color: Black;
    }

.report {
    background-color: #ffffff;
}

    .report th {
        font-weight: bold;
        font-size: small;
        border-style: solid;
    }

    .report td {
        font-size: x-small;
        vertical-align: top;
        text-align: center;
        border-style: none;
    }

    .report .clear {
        border-style: none;
        background-color: #ffffff;
    }

.InventoryReport td {
    text-align: left;
    vertical-align: top;
}

.shadedReport,
.stripedRow {
    background-color: #eeeeee;
}

.strumphReg {
    color: #FAA21B;
}

.bluebg,
.WizGraybg,
.WizSubBluebg,
.WizBluebg {
    font-weight: bold;
    color: #ffffff;
}

.bluebg {
    background-color: #0b1c54;
    text-align: center;
}

.WizGraybg {
    background-color: #949494;
}

.WizSubBluebg {
    background-color: #98A6B6;
}

.WizBluebg {
    background-color: var(--eramx-blue);
}

.reado {
    background-color: #cccccc;
    color: #777777;
}

.imageMiddle {
    vertical-align: middle;
    padding-right: 1px;
}

@media print {
    body {
        font-size: xx-small;
    }

    #prefBar {
        display: none;
    }

    #header {
        display: none;
    }

    #footer {
        display: block;
    }

    #leftMenu {
        display: none;
    }

    td {
        font-size: xx-small;
    }

    input {
        font-size: xx-small;
    }

    th {
        font-size: xx-small;
    }

    page {
        size: landscape;
        margin: 2%;
    }
}

.fileUploadButton .chooseFile,
.submitButton {
    border-color: transparent;
    background: var(--eramx-blue);
    color: white;
    padding: 3px 10px;
}

.btnSubmit {
    color: white;
    background: var(--eramx-blue);
    border-color: transparent;
}

.referenceButton, .cancelButton {
    border-color: transparent;
    background: gray;
    color: white;
    padding: 3px 10px;
}

.deleteButton {
    border-color: transparent;
    background: #DF0101;
    color: white;
    padding: 3px 10px;
}

.MapZoneDetailPopupCaption {
    width: 75px;
    font-weight: bold;
    color: Gray;
}

.MapZoneDetailPopupData {
    font-weight: normal;
    text-align: left;
    color: Gray;
}

.MapZoneDetailHeader {
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
}

.MapZoneDetailViewLink,
.ZonePopupLink {
    color: Blue;
    cursor: pointer;
}

.odd {
    background-color: #FFFFFF;
}

.even {
    background-color: #EEEEEE;
}

img {
    border: 0px none transparent;
}

.hidden {
    display: none;
}

.display {
    display: block;
}

.ImageButton {
    cursor: pointer;
}

.Required {
    color: Red;
}

.MarkTableEntry {
    background-color: #FFFF99;
}

.ButtonWordWrap {
    white-space: normal;
}

.AlertWrapper {
    position: sticky;
    z-index: 10;
    top:-6px;
    width: 100%;
    text-align: center;
    overflow: auto;
    opacity: 1;
    overflow:visible;
    padding-top:5px;
}

.Alert {
    position: relative;
    top:-100%;
    padding: 5px;
    padding-right: 25px;
    margin-top: 6px;
    margin-left:8px;
    margin-right:8px;
    font-size:15px;
    color:white;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .Alert .CloseButton {
        position: absolute;
        cursor: pointer;
        font-size: 20px;
        font-weight: bold;
        padding: 3px;
        margin: 0;
        right: 5px;
        top: -3px;

       
    }

    .Alert.Normal {
        color: #10441c;
        background-color: #cce5ff;
        border-color: #b8daff;
    }

    .Alert.Error {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
    }

    .Alert.Warning {
        color: #5b4507;
        background-color: #fff3cd;
        border-color: #ffeeba;
    }

    .Alert.Success {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
    }

.ObservationResultRed {
    color: red;
}

.DoNotPrint {
    visibility: hidden;
    display: none;
}

.ObservationResultGreen {
    color: green;
}

.ObservationResultNormal {
    color: black;
}

.navbar:hover .dropdown.show:hover a:hover {
    background-color: var(--eramx-blue) !important;
    color: white !important;
}

#footer {
    color: lightgray;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: x-small;
}

#footer-version-labels {
    margin: auto;
}

#ParticipantMenu {
    display: none;
}

.jumbotron {
    background-color: lightgray;
    background-image: url("../Images/jumbotron-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container-jumbo {
    text-align: left;
}

.card-footer {
    background-color: transparent;
    border: none;
    margin-bottom: 30px;
}

.onlyAdminsSection {
    background-color: #ededed;
    border-radius: 5px;
    padding: 1em;
}

.emphasize {
    font-weight: 600;
    font-size: larger;
}

.table-100 {
    width: 100% !important;
}

.grey-out-admin-200 {
    width:200%; 
    background-color:lightgrey;
}