﻿/* Main Layout */
html {
    height: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin: 0px;
    padding: 0px;
    background-color: #E0E0E0;
    height: 100%;
    min-height: 700px;
    line-height: unset !important;
}

form {
    height: 100%;
}

div#mainContent {
    /*background-image: url(/Images/HeaderBackground.png);*/
    background-repeat: no-repeat;
    width: 100%;
    background-color: #FFFFFF;
    /*border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;*/
    min-height: 670px;
}

div#MasterUpdatePanel {
    overflow: auto;
    min-height: 558px;
}

div#logoImage {
    float: right;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

div#banner {
    height: 74px;
}

/*new*/
.banner {
    height: 35px;
    position: fixed;
    width: 100%;
    background-color: rgb(44, 44, 44);
    vertical-align: top;
}

div#title {
    color: white;
    float: left;
    padding-top: 10px;
    padding-left: 5px;
}

.systemTitle {
    font-family: Impact;
    font-size: 20px;
    color: white;
}

.title-container {
    width: 335px;
    float: right;
    text-align: right;
}

.title-version {
    font: normal 12px Arial,Helvetica,sans-serif;
    color: white;
}

.titleLabel {
    font-family: Impact;
    font-size: 20px;
    color: white;
    vertical-align: top;
    white-space: nowrap;
    width: 1px;
    padding-left: 8px;
    position: relative;
    top: 4px;
}

    .titleLabel div {
        display: inline;
    }


.expiryPanel {
    height: 25px;
    border-bottom: solid 1px black;
    font-size: 12pt;
}


div#currentUserAndHelp {
    float: right;
    height: 20px;
    font-size: 14pt;
    padding-right: 5px;
    color: White;
    text-align: right;
}

div#help {
    margin-top: 2px;
    text-align: right;
}

.help-link {
    position: fixed;
    top: 38px;
    right: 5px;
}

div#mainMenu {
    background-image: linear-gradient(#404c54,#2b373d);
    /*background-image: url(../../Images/MenuSpan.png);*/
    border-bottom: solid 1px black;
    height: 39px;
    display: inline-block;
    width: 100%;
    position: fixed;
    top: 35px;
}

.staticMenuItem {
    padding-top: 10px !important;
    margin-left: 10px !important;
    font: normal 13px/22px Arial,Helvetica,sans-serif !important;
}

    .staticMenuItem:hover {
        color: #ffba43;
        border-top: 4px solid #ffa915;
    }

.megamenu {
    background-color: #242e35 !important;
    border: none !important;
}

    .megamenu .column h3 {
        background-color: #ffba43 !important;
        color: black !important;
    }

    .megamenu .column ul li a {
        color: white !important;
    }

        .megamenu .column ul li a:hover {
            color: #ffa915 !important;
        }

div#pageFooter {
    font-size: 10px;
    font-weight: normal;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.warningLabel {
    width: 400px;
    color: Red;
    font-size: 14pt;
    margin-left: 10px;
}

ol, ul {
    margin-top: 1em;
    margin-bottom: 1em;
}

.menu-text {
    display: block;
}

.menu-icon {
    display: none;
    text-align: center;
    font-size: 14px;
}

@media (hover: none) and (pointer: coarse) {
    .menu-text {
        font-size: 10px;
    }

    .menu-icon {
        display: block;
    }

    .staticMenuItem {
        padding: 5px 5px 0px 5px !important;
    }
}