@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
/* ===== Biologically Applied Engineering Data Styles ===== */

/*==========================================
	BODY AND MAIN ELEMENT STYLES
  ==========================================*/
body {
	font-family: Arial, Tahoma, Helvetica,  sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background: #bdc47e url("../assets/body-fill.jpg") repeat-x;
	}

#mqsbody {
	background: #446f28 url("../assets/mqs/racingsurfaces-bgfill.jpg") repeat-x;
}

#popbody {
    background: none;
 }

#container {
	position: relative;
	width: 900px;
	background: white;
	margin: 0 auto 0 auto;
	}
#popcontainer {
	position: relative;
	width: 650px;
	background: white;
	margin: 0 auto 0 auto;
	}

#header {
	position: relative;
	width: 900px;
	height: 250px;
	background: url("../assets/rstl-header.jpg") no-repeat;
	}

#header_text1 {
	position: relative;
	left: 20%;
	top: 5ex;
	font-family: PT Serif, Serif;
	font-size: 4.5ex;
	color: floralwhite;
}
#header_text2 {
	position: relative;
	left: 20%;
	top: 7ex;
	font-family: PT Serif, Serif;
	font-size: 3.25ex;
	color: floralwhite;
}
/* Race Track And Arena Surface Testing */
#Xmqsheader {
	position: relative;
	width: 900px;
	height: 196px;
	background: url("../assets/mqs/bio-app-header3.jpg") no-repeat;
	}

#menu {
	width: 900px;
	}

#content {
	padding: 25px;
	}

#contentweather {
    padding-bottom: 25px;
    padding-top: 2px;
    padding-left: 25px;
    padding-right: 25px;
	}

#mqscontent {
	padding: 10px;
	background: url("../assets/mqs/racingsurfaces-bodybg.jpg");
	}


#group {
	/*height: 50px;*/
	}

#group img {
	margin-right: 25px;
	}

#group-name {
	width: auto;
	max-width: 35%;
    max-height: 140px;
}

#footer {
	margin: 25px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #999;
	width: 95%;
	font-size: .85em;
	color: #777;
}

#footer_dash {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	width: 100%;
	font-size: .9em;
	color: #01330;
}

#footer_dash p {
	color: #013310;
	font-size: inherit;
	margin-top: -0.5em;
}

#footer p {
	line-height: 1.0em;
	color: inherit;
	font-size: inherit;
}

#wufooter {
	text-align: center;
	margin-top: 8px;
	border-top: 1px solid #999;
	width: 95%;
	font-size: .85em;
	color: #777;
	}

a:link {
	color: #013310; /* forest green */
	text-decoration: underline;
	font-size: inherit;
	}

a:visited {
	color: #2e762a; /* medium dark green */
	text-decoration: underline;
	font-size: inherit;
	}

a:hover {
	color: #903f03; /* red-brown */
	text-decoration: none;
	font-size: inherit;
	}

a.soft {
	font-size: .85em;
	}

a.soft:link, a.soft:visited {
	color: #357959;
	text-decoration: none;
	}

a.soft:hover {
	color: #013310;
	text-decoration: none;
	}
/*==========================================
	MQS STYLES
  ==========================================*/
.mqsbg {
	background-color: #89cc5c;
}
h1.mqs {
	font-size: 1.3em;
	/*color: #fff; */
	color: #05541D;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 2px 0 2px 0;
	}

div.mqsbox h2 {
	font-size: 1.1em;
	color: #000000 /*#05541D*/;
	}

div.mqsbox h3 {
	font-size: 1em;
	color:#023210;
	margin-bottom: 2px;
	}

div.mqsbox h4 {
	font-size: 0.9em;
	color: #fff;
	}
div.mqstrack{
	background: url("../assets/mqs/racingsurfaces-bodybg.jpg");
}

div.mqsbox {
	float: left;
	height: 480px;
	width: 200px;
	/* background-color: rgb(137, 204, 92); */
	/*background-color: rgb(126, 176, 94);*/
	background-color: rgb(116, 156, 99);
	margin: 4px;
	padding: 5px;
	border: solid 1px black;
	/*border-color: gray;*/
}
.mqssmtable {
	font-family: Arial, sans-serif;
	background-color:#b3e194;
	border-collapse:collapse;
	font-size:0.75em;
	 }

.mqssmtable th {
	background-color:#b3e194;
	color:white;
	}

.mqssmtable td, .smtable th {
	padding:1px;
	border:1px solid #000;
	}

#mqsfooter {
	position: relative;
	background:#FFFFFF;
	width: 900px;
	height: 108px;
	font-size:  10pt;
	margin-left: -10px;
	margin-top: 6px;
	}

/*==========================================
	HEADING AND TEXT STYLES
  ==========================================*/
.redmessage {
	font-weight: bold;
	color: #CC0033;
}
.largemsg {
	font-size: 1.1em;
	font-weight: bold;
}

h1 {
	font-size: 1.3em;
	color: #013310; /* dark forest green */
	}

h2 {
	font-size: 1.1em;
	color: #444;
	}

h3 {
	font-size: 1em;
	color: #666;
	}

p {
	font-size: .9em;
	color: #444;
	line-height: 140%;
	}

.heading {
	font-size: 1.1em;
	color: #111;
	font-weight: bold;
}

/*==========================================
	DATE PICKER
  ==========================================*/

.datepickerdata {
	font-weight: bold;
}

.datepickerdata a {
	color: #e7d71d !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}
/*==========================================
	UTILITY MENU
  ==========================================*/

#utilitymenu {
	position: absolute;
	right: 15px;
	top: 0;
	padding: 7px 0 0 0;
	color: white;
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;
	}

#utilitymenu a:link, #utilitymenu a:visited {
	color: white;
	text-decoration: none;
	font-size: 1.0em;
	}

#utilitymenu a:hover {
	color: black;
	text-decoration: none;
	font-size: 1.0em;
	}

/*==========================================
	MAIN NAVIGATION
  ==========================================*/

#tabs {
 	position: absolute;
	left: 0;
	top: 193px;
	height: 25px;
	padding: 0 0 0 100px;
    width: 900px;
	}

#mqstabs {
	position: absolute;
	left: 0px;
	top: 147px;
	height: 25px;
	width: 870px;
	padding: 18px 0 0 30px;
	background: url("../assets/mqs/menu-clear-shadow.png") repeat-x;
	background-position: top left;
	}

#submenu {
	position: absolute;
	left: 75px;
	top:218px;
	height: 27px;
	padding: 5px 0 0 0;
	color: white;
	font-weight: bold;
	}


#mqsdatepicker {
	position: absolute;
	left: 730px;
	top:160px;
	height: 27px;
	padding: 5px 0 0 0;
	color: white;
	font-weight: bold;
	}

#mqstabs ul {
	list-style: none;
	margin: 0;
	height: 25px;
	display: inline;
	}

li.mqstab {
	width: 105px;
	height: 20px;
	background: url("../assets/mqs/tab.png") no-repeat;
	text-align: center;
	float: left;
	padding: 5px 0 0 10px;
	margin: 0 0 0 1px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	}

li.mqstab.selected {
	background: url("../assets/mqs/tabselected.png") no-repeat;
	}

li.mqstab a:link, li.mqstab a:visited {
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	}

li.mqstab:hover {
	color: #95d36a;
	}

#tabs ul {
	list-style: none;
	margin: 0;
	height: 25px;
	display: inline;
	}

li.tab {
	width: 130px;
	height: 20px;
	background: #2e762a;
	text-align: center;
	float: left;
	padding: 5px 0 0 0;
	margin: 0 0 0 1px;
	}

li#selected.tab {
	/*background: #024e1a; */
	background: rgb(73, 158, 11);
	}

li.selected {
	background: rgb(73, 158, 11);
	}

.grayed {
	color: #808080;
	}

li.tab a:link, li.tab a:visited, span.tab  {
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	}

li.tab a:hover {
	color: #95d36a;
	}

#submenu select {
	color: white;
	font-weight: bold;
	background: #2e762a;
	border: 1px solid white;
	width: 150px;
	}

#submenu select option {
	background: white;
	color: #444;
	}

#submenu select option.dark {
	background: #999;
	color: #444;
	}

/*==========================================
   STYLES FOR SUBMENUS
  ==========================================*/
#tabs li {
  position: relative;
  padding-top: 5px;
}

#ios ul { display: none; }
#ios li:hover ul { display: block; }

#tabs li ul {
  display: none;
  text-align: left;
  padding-left: 0;
  width: 125%;
  height: auto;
  position: absolute;
  top: 25px;
  left: 10px;
  background-color: #2e762a;
}
#tabs li ul li:hover {
  background-color: #024e1a;
  width: 125%;
}
#tabs li:hover ul {
	display: block;
}

.subtab {
    height: 25px;
    width: 125%;
    text-align: left;
    padding-left: 10%;
    background-color: #2e762a;
	white-space: nowrap;
	overflow-x: hidden;
	z-index: 9999;  /* force display on top of everything */
}

/*==========================================
	FORM STYLES
  ==========================================*/

form {
	margin: 0;
	}

form.loginform {
	margin: 0 0 0 50px;
	}

h2.getanotherday {
	float: left;
	}

select.getanotherday {
	float: left;
	margin: 10px 0 0 25px;
	}

form#getday {
	margin: 0;
	float: left;
	font-size: .9em;
	font-weight: normal;
	}

input.textinput {
	width: 150px;
	height: 18px;
	font-size: 10pt;
	color: #444;
	}

input.shorttext {
	width: 50px;
	height: 18px;
	font-size: 10pt;
	color: #444;
	text-align: right;
	}

input.numeric {
	color: #222;
	text-align: right;
	}

input.submit {

	}

.formline {
	padding: 5px 5px 5px 0;
	clear: both;
	margin: 0 0 1px 0;
	min-height: 25px;
	}

.formline h2, .formline h3 {
	margin: 0;
	}

.formline p {
	font-size: 1.0em;
	color: #222;
	line-height: 120%;
    padding-left: 8px;
    -webkit-margin-before: 0em;
  	}

div.label, div.labelgray {
	width: 150px;
	height: 20px;
	float: left;
	background: #f2f2f2;
	text-align: right;
	padding: 5px 5px 0 0;
	margin: 0 1px 0 0;
	}

div.cushionlabel {
	width: 160px;
	height: 20px;
	float: left;
	background: #f2f2f2;
	text-align: left;
	padding: 5px 5px 0 0;
	margin: 0 1px 0 0;
	}

div.moisturelabel {
	width: 90px;
	height: 20px;
	float: left;
	background: #f2f2f2;
	text-align: left;
	padding: 5px 5px 0 0;
	margin: 0 1px 0 0;
	}

div.formlabel {
	width: 20ex;
	height: 20px;
	float: left;
	background: #f2f2f2;
	text-align: left;
	padding: 3px 0 0 0;
	margin: 0 0.5em 0 0;
	}

div.cushiontext {
	width: 30px;
	height: 20px;
	float: left;
	background: rgb(167, 209, 190);
	text-align: center;
	padding: 2px 1px 3px 0;
	margin: 0 1px 0 0;
}

div.moistureinput {
	width: 560px;
	height: 34px;
	float: left;
	background: #f2f2f2;
	font-size: .9em;
	/*padding: 2px 0 0 0;*/
	}

div.textinput {
	width: 560px;
	height: 23px;
	float: left;
	background: #f2f2f2;
	font-size: .9em;
	/*padding: 2px 0 0 0;*/
	}

div.textview {
	width: 556px;
	height: auto;
	float: left;
	background: #f2f2f2;
	font-size: .9em;
    font-family: monospace;
	padding: 4px 0 0 6px;
	}

div.textinput_tall {
	width: 560px;
	float: left;
	background: #f2f2f2;
	font-size: .9em;
	/*padding: 2px 0 0 0;*/
	}

div.textinputwide {
	width: 700px;
	height: 23px;
	float: left;
	background: #f2f2f2;
	font-size: .9em;
	padding: 2px 0 0 0;
	}

div.textinputnarrow {
	width: 250px;
	height: 23px;
	float: left;
	background: #f2f2f2;
	font-size: .9em;
	padding: 2px 0 0 0;
	}

div.textinputwhite {
	width: 450px;
	height: 23px;
	float: left;
	background: #fff;
	font-size: .9em;
	padding: 2px 0 0 0;
	}

div.formline .formnote {
	font-size: .9em;
	color: #333;
	}

div.label label {
	font-size: .9em;
	font-weight: normal;
	color: #000;
	text-align: right;
	}

div.labelwhite {
	width: 150px;
	height: 20px;
	float: left;
	background: #fff;
	text-align: right;
	padding: 5px 5px 0 0;
	margin: 0 1px 0 0;
	}


.indent50 {
	padding-left: 50px;
	}

.ctr {
	text-align: center !important;
}
.nowrap {
	white-space: nowrap;
}

.blockctr {
	margin-left: auto;
	margin-right: auto;
}


table.weatherdata {
	font-size: .9em;
	font-family: Consolas, Arial, sans-serif;
	width: 100%;
	}

tr.weatherhead, td.weatherhead {
	background: #2e762a;
	color: white;
	}

tr.weatherhead td {
	padding: 5px 2px 5px 2px;
	text-align: center;
	}

tr.weathersummary {
	background: #c5e0b4;
    font-weight: bold;
	padding: 10px;
    text-align: center;
	}
tr.weatherrow1, tr.greenrow1 {
	background: #c5e0b4;
	}

tr.weatherrow2, tr.greenrow, tr.greenrow2   {
	background: #dcefd0;
	}

tr.greenhead {
	background: #2e762a;
	color: white;
	}
tr.greenhead td {
	padding: 5px 2px 5px 2px;
	text-align: left;
	}

tr.greenrow td {
	text-align: left;
	padding: 2px;
	}

tr.greenrow1 td, tr.greenrow2 td {
	text-align: left;
	padding: 5px 2px 5px 2px;
	}

tr.weatherrow1 td, tr.weatherrow2 td {
	text-align: center;
	padding: 5px 2px 5px 2px;
	}

th.hiddencol, td.hiddencol {
	display: none;
	}


/*==========================================
	BORDERED TABLE STYLES
  ==========================================*/

.bordered th, .bordered td {
	border: 1px solid black;
	padding: 2px 4px 2px 4px;
}
