/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
*/

h1, h4 {
  margin: 0px;
}

html {
  height: 100%;
  width: 100%;
}

body {
  font-family:  sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  width: 100%;
  margin: 0px auto;
  box-shadow: none;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

header {
  background-color: #03a9f4;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.footer-logo {
  position: fixed;
  right: 0px;
  padding-right: 20px;
  bottom: 0px;
  padding-bottom: 10px;
  display: block;
  text-align: center;
  vertical-align: middle;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.footer-logo img {
  padding-left: 5px;
  width: 40px;
  vertical-align: middle;
}

.header-logo {
  position: fixed;
  top: 0px;
  padding-top: 5px;
  right: 0px;
  padding-right: 5px;
  display: block;
}

.header-logo img {
  padding-left: 5px;
  max-width: 100px;
  max-height: 60px;
  vertical-align: middle;
}

table {
  width: 100%;
  background: transparent;  
  border-spacing: 0px;
}
/*
#framework {
  height: 100%;
}

#leftpanel {
  height: 100%;
  width: 300px;
  vertical-align: top;
  padding: 0.5rem 0rem 0.2rem 0.5rem;
  border-right: 1px solid #ccc;
}
*/
#leftpanel-innerdiv {
  vertical-align: top;
  height: 100%;
  width: 300px;
  padding: 0px;
  margin: 0px;
  overflow-y: scroll;
  position: absolute;
  top: 0px;
  left: 8px;
}

#rightpanel {
  height: 100%;
  vertical-align: top;
  position: absolute;
  top: 0px;
  left: 310px;
}

#reportselector {
  overflow-y: auto;
/*  height: 380px; */
}

#reportcontent {
  background-color: #E0E0E0;
  border: none;
  width: 100%;
  height: 80%;
  z-index: -1;
  overflow: scroll;
}

button {
  border: none;
  border-radius: 3px;
  position: relative;
  padding: 6px 12px 6px 12px;
  margin: 2px;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0;
  cursor:pointer;
  text-decoration: none;
  background: transparent;
  color: #CCC;
}

#stationimg {
  height: 150px;
  width: 280px;
  margin-bottom: 5px;
}

#mybooklets button {
  color: #82025a;
/*  border: 1px #82025a solid; */
  border-radius: 10px;
  background: none;

  font-size: 20px;
}

/* Coverage Calendar */
#coveragecalendar {
  border-bottom: 1px solid #ccc;
  padding: 0.5rem;
  width: 100%;
}

#coveragecalendar button {
  color: #025a82;
  border-width: 1px;
  border-style: solid;
}

#coveragecalendar .active {
  color: white;
  background-color: #1895ce;
}

#coveragecalendar button:disabled {
  cursor: not-allowed;
  color: white;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: white;
}

#surveyfilespanel {
}

#annualstats, #monthpanel_all, #btndownloads {
  width: 115px;
}

#surveyfilesanddownloadspanel {
  
}

#monthpanel {
  white-space: nowrap;
}

#monthpanel button:hover, #yearpanel button:hover, #surveyfilesanddownloadspanel button:hover {
	background-color: lightblue;
}

/* END OF Coverage Calendar */

#reportheader {
  /* float:right; */
  /* padding-right: 4rem; */
  z-index:5;
  text-align: right;
  /* border-bottom: thin solid #ccc; */
  /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
  padding: 0.5rem;
  /* text-decoration: underline; */
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}

#reportheader button {
  display:inline-block;
}

#reportheader button img {
  height: 30px;
  text-align:right;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#reportheader button img:hover{
  -webkit-filter: none;
  filter: none;
}

#reporttitleblock {
  float: left;
  font-size: 2em;
  /* text-decoration: underline; */
  /* line-height: 10px; */
  display: block;
  text-transform: capitalize;
}

#reportoperations {
  float: right;
}

#stationid {
  font-size: 2em;
  font-weight: bold;
  word-wrap: break-word;
  width: 100%;
}

.stationspeedlimitkph, .stationspeedlimitmph, .stationspeedlimitkph_small {
  margin: 0px;
  background-color: white;
  font-weight: bold;
  position: absolute;
  top: 2px;
  z-index: 1000;
}

.stationspeedlimitkph {
  padding: 7px;
  border: medium red solid;
  border-radius: 20px;
  left: 235px;
  font-size: 14px;
}

.stationspeedlimitkph_small {
  padding: 6px 3px 6px 3px;
  border: medium red solid;
  border-radius: 20px;
  left: 235px;
  font-size: 10px;
}

.stationspeedlimitmph {
  padding: 7px 3px 7px 3px;
  border: medium black solid;
  border-radius: 3px;
  left: 245px;
  font-size: 14px;
}

#stationnarrative {
  line-height: 1.5em;
  font-size: 0.8em;
  margin-bottom: 0.8rem;
  padding-left: 15px;
  display: block;
  clear: both;
  font-size: 1rem;
}

#stationnarrative #city {
  font-weight: bold;
}

#stationnarrative #region {
  font-weight: bold;
}

#stationnarrative #route1 {
  font-weight: bold;
}

#stationcoords_div {
  font-size: 11px;
  cursor: pointer;
  padding: 0px;
  margin-bottom: 8px;
}

#stationcoords {
  float: right;
  background-color: #E0E0E0;
  padding: 2px 5px 2px 5px;
  border-radius: 3px;
}

#returntomap {
  background-color: #E0E0E0;
  padding: 2px 5px 2px 5px;
  border-radius: 3px;
  border: thin silver solid;
  font-size: 11px;
  text-align: right;
  cursor: pointer;
  padding: 0px;
}

#stationimg {
  border: thin silver solid;
}

#objtypeid {
  margin-left: 3px;
  border-bottom: thin silver solid;
  display: inline-block;
}


#reportnarrative {
  padding: 4px;
  background-color: #E0E0E0;
  border-bottom: medium silver solid;
}

#availablereports {
  margin-top: 10px;
}

#reportfragmentlistcaption {
  font-size: 0.6rem;
  font-weight: bold;
  border-bottom: thin silver solid;
  background-color: #E0E0E0;
  text-align: center;
	padding: 3px;
}

#reportfragmentlisttitles th {
  font-size: 0.8rem;
  border-bottom: thin silver solid;
  padding-left: 2px 2px 0px 2px;
  background-color: #E0E0E0;
}

#reportfragmentlist button {
  font-size: 0.8rem;
  color: #000000;
}

#reportfragmentlist .charticon {
  height: 15px;
  padding: 5px;
}

#reportfragmentlist .charticon:hover {
  background-color: lightblue;
}

#reportfragmentlist td {
  font-size: 0.8rem;
  cursor: pointer;
  color: #202020;
  vertical-align: middle;
  padding-left: 2px;
  padding-right: 2px;
  border-bottom: thin silver solid;
  white-space: nowrap;
}

#defaultbooklets td, #mybooklets td {
  font-size: 0.8rem;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  padding: 1px;
  border-bottom: thin silver solid;
}

#defaultbooklets img, #mybooklets img {
  height: 25px;
}

.trselected td {
  background-color: #E0E0E0;
}
