h1 { font-family: sans-serif; font-size: 250%; color: #111; font-weight: 100; }
h2 { font-family: sans-serif; font-size: 150%; color: #333; font-weight: 100; }
h3 { font-family: sans-serif; font-size: 110%; }
div.subtitle { padding-left: 2em; font: italic normal 50% serif; }

@media screen {
.bodybox { /*background-color: white; border-radius: 8px;*/ padding: 25px; margin:10px 15% 10px 15%;
    width:auto; height:auto; }
body-v1 { /*background: #eee; */padding:0; margin:0; border: 0;
       font-family:  sans-serif;background-attachment: scroll;
        background-color: #EEF;
        background-image: -webkit-linear-gradient(left,
            rgb(136, 178, 223) 0%,
            rgb(212, 227, 245) 50%,
            rgb(136, 178, 223) 100%);
        background-origin: padding-box;
       }
}
body { /*background: #eee;*/ padding:0; margin:0; border: 0;
       font-family: sans-serif; word-wrap: break-word;
}
table.loginPage {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #222;
    background-image: url('/background.jpg');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
tr.ltop { height: 20%; }
tr.lbottom { height: 80%; }
td.lside { width: 50%; }
table.logoBar {
    width: 100%;
    padding: 4px;
    color: #aaa;
    background-color: white;
}
table.logoBar td {
    width: 25%;
    vertical-align: middle;
}
table.statusBar {
    width: 100%;
    padding: 4px;
    background-color: #ddd;
}
table.logoBar td {
    width: 25%;
    vertical-align: middle;
}
table.menuBar {
    width: 100%;
    padding: 4px;
    background-color: #444;
    color: white;
}
span.red { color: #a44; text-decoration:line-through; }
span.yellow { color: #aa4; }
span.green { color: #4a4; }
span.normal { }
span.red a { text-decoration: none; color: inherit; }
span.yellow a { text-decoration: none; color: inherit; }
span.green a { text-decoration: none; color: inherit; }
span.normal a { text-decoration: none; color: inherit; }
table.menuBar td ul li a { color: white; font-weight: bold; padding: 0 !important; }
table.menuBar td ul li ul { color: black; background: #f8f8f8; font-weight: bold;
                      box-shadow: 3px 6px 19px 8px rgba(0,0,0,0.2); }
table.menuBar td ul li ul li { color: black; background: transparent; font-weight: bold;
                               width:100%; padding:0 !important;
                      /*box-shadow: 3px 6px 19px 8px rgba(0,0,0,0.44);*/ }
table.menuBar td ul li ul li a { color: black; background: transparent; font-weight: bold;
                                 width:100%; padding:0 !important;
                      /*box-shadow: 3px 6px 19px 8px rgba(0,0,0,0.44); */ }
table.menuBar td ul { border: 0; }
div.navBadge {
    position:fixed; z-index: 99; left:0px; bottom:0px; margin: 0; padding: 0px; width: 100%;
    pointer-events: none;
}
div.navBadge table {
    padding: 10px; width: 100%;
}
table.nowrap td { white-space: nowrap }
@media print {
    td.body { background: white; border: none; border-radius: 0; }
    body { font-family: sans-serif; }
    .nav { display: none; }
    .footer { display: none; }
    .skipPrint { display: none; }
    div.signature {
        width: 100%; height:1in;
        background-image: url("/images/Signoff.png");
        background-position: 80% 0%;
        background-repeat: no-repeat;
        background-size: auto 48pt;
    }
    input[type=text] { border: none; background: transparent; border-radius: 0; }
/*.newPage { page-break-before: always; } */
}
#menubar { background: transparent; font-size: 12px; }

div.bigChart { width: 6in; display: block; height: 4in; background: white;
               border-radius: 17px; margin-top: 20px; padding: 5px; }
.button { display: inline-block; text-decoration: none;
           padding: 2px; background: #ddd; color:#333;
           border: thin solid #bbb; border-radius: 5px; }
.button:hover { background:#eee }
.ui-progressbar {
    height: 1.5em;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: #eee !important;
}
a.nav { display: block; width: 200px; text-decoration: none; font-family: sans-serif;
        color:#333; padding: 4px 12px 4px 12px; margin: 3px; border-radius: 7px;  }
td.bottomNav a.nav { display: inline-block; }
a.nav:hover { background:#eee }
table.login { padding: 30px ;  background-color: rgba(255,255,255,0.6); margin-top: 20%;
              border-radius: 8px; padding: 25px; margin:30px; color: #777; }
table.main { border-spacing: 0; border:0; padding:0; margin: 0; width: 100%; }
input.fullwidth { width:100%; }
input[type=text] { border: thin solid black; background: #eee; border-radius: 4px; }
td.nav { position: relative; top: 30px; }
td.timevalue { white-space: nowrap; }
td.title { vertical-align: middle; padding: 0px; margin: 25px; }
td.title h1 { color: #000; padding-left: 30px; margin:0; }
td.title h2 { color: #444; padding-left: 30px;}
td.title h2 { color: #888; padding-left: 30px;}
td.divider { }
.tight { padding:0; border: 0; margin: 0; }
.units { font-family: serif; font-size: 70%; font-style:italic; }
@media (max-width:1024px) {
   body { font-size: 70%; }
   .bodybox { background-color: white; border-radius: 8px; padding: 10px; margin:0;
    width:auto; height:auto; }
    div.navBadge {
        position:fixed; z-index: 99; left:5px; bottom:5px
    }
    div.navBadge a img { width:60px; }
}
