body {padding:10px;padding-top:40px;font-family:"Arial";}
h1 {font-size:1.2em;color:#82051C;}
h2 {font-size:0.8em;font-style:italics;color:grey;font-weight:normal;line-height:0.1em;}
h3 {font-size:1em;color:black;line-height:0.1em;margin:10px;}
h5 {font-size:0.9em;color:black;line-height:0.4em;margin:5px;margin-top:25px;}
.filter {margin-right:10px;}
.fromto {width:100px;}
.ui-datepicker {z-index:1000 !important;} /* to make sure it floats above floatheader */

div.menubox {float:left;margin:5px;padding:10px;border:1px solid black;}

p,li,select,input {font-size:1em;color:black;line-height:1.2em;}
select {background:#cce1ff;}
a {color:#82051C;}
.sql {color:blue;}
div.session {width:100%;background:#f9f398;height:34px;position:fixed;top:0px;left:0px;box-sizing:border-box;z-index:999;padding-top:1px;}
div.show {font-weight:bold;color:#82051C;font-size:1em;line-height:2.0em;vertical-align:middle;float:left;padding-left:2em;}
div.user {color:black;font-size:1em;line-height:2.0em;vertical-align:middle;float:right;padding-right:2em;}
.small {font-size:.8em}
button {border:1px solid grey;background-color:#82051C;color:white;font-size:1em; line-height:2em;}
table,td,th,input,select {border: 1px solid grey;border-collapse: collapse;padding:5px;}
.topmenu {float:left;}
.noajax {background:white;pointer-events:none;}
.mobileshow {display:none !important;}

/* mobile specific styles */
/* NOTE: requires 'viewport' meta tag to be set */
@media only screen and (max-width: 1000px) {
  .mobileshow {display:initial !important;}
  .mobilehide {display:none !important;}
  .searchbox {width:170px;}
  div.session {width:100%;height:34px;position:fixed;top:0px;left:0px;box-sizing:border-box;z-index:999;padding-top:1px;}
  div.user {width:100%;background:#ece7d7;float:left;top:34px;position:absolute;padding-left:2em;}
  body {padding-top:70px;}
}

/* styles for report tables */
.ajaxinput {border:0;background:#f7f0da;}
.transparent {background:transparent;}
.num {width:75px;text-align:right;}
.txt {width:auto;max-width:250px;text-align:left;} /* changed max width from 170px to 250px to accomodate long cast names*/
.txtarea {width:auto;text-align:left;height:80px;}
.smalltable {font-size:smaller;}
.grid-container {
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-gap: 10px;
}
div.sidebar {border:1px solid black;background:#cce1ff;}
/* div.reports {float:left;margin:5px;padding:10px;border:none;} */
.black {background:black;color:white;}
.red {background:red;color:black;}
.orange {background:orange;color:black;}
.green {background:#45f542;color:black;}
.white {background:white;color:black;}
.error {color:red;}
