
html,body {
  height: 100%;
  overflow: hidden;
  margin: 0px;
}
body {
  font-family: 'Oswald', sans-serif;
  background: url(../img/background-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100%
}

#backgroundImage {
  min-height:100%; 
  height: 100%;
}

.footNote { 
	color: #fff;
	background-color: #aaa;
	padding: 5px 12px 5px 14px;
	font-size: 10px;
	margin: 15px 15px 15px 15px;
}

.footNoteTransparent  { 
	color: #000;
	background-color: #fff;
	padding: 5px 12px 5px 14px;
	font-size: 10px;
	margin: 15px 15px 15px 15px;
}
 
#headerNavContainer {
  background: #fff;  
}

#headerTitle {
  font-size: 30px;
  color: #000;
}

#headerSeparator {
  background: rgb(52,56,116);
  background: linear-gradient(90deg, rgba(52,56,116,1) 0%, rgba(52,56,116,1) 50%, rgba(52,56,116,0.6) 100%);  
  width: 100%;
  height: 15px;
}

#headerSelectors {
  background: #fff;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.6) 100%);  
  width: 100%;
  border-bottom-style:solid;
  border-bottom-color: #343874;
  border-bottom-width: 1px;
  float: left;
}

#headerSelectorForm {  
  color: #343874;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  padding-bottom: 15px;   
}
.fLabel#headerSelectorForm {
  width:100px;
}
#headerSelectorForm.fLabel {
  width:65px;
}
select {
  font-size: 16px;
  border-color: #343874;
  appearance: none;       /* Remove default arrow */
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  background-image: url('../img/select-arrow.jpg');   /* Add custom arrow */
  background-repeat: no-repeat;
  background-position: right; 
  background-size: contain;
  padding-right: 50px;
  padding-left: 5px;
}

a.headerLink {
  font-size: 20px;
  font-weight: extra-light; 
  text-decoration: none;
  vertical-align: middle;
  height: 45px;
  padding: 0;
  margin: 0;
}

a.headerLink:link {
  color: black;
}

/* visited link */
a.headerLink:visited {
  color: black;
}

/* mouse over link */
a.headerLink:hover {
  color: rgb(58, 124, 223);  
}

/* selected link */
a.headerLink:active {
  color: rgb(58, 124, 223);  
}

.navbar-nav > li > a.separator::after {
  content: url('../img/separator_black.jpg');
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-nav > li > a.separatorBlank::after {
  content: url('../img/separator_blank.png');
  vertical-align: middle;
}

#seriesTitle {
  background: rgb(52,56,116);
  color: white;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  height: 32px;
}

#eventTitle {
  border-bottom-style:solid;
  border-bottom-color: #343874;
  border-bottom-width: 1px;
  color: black;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

#resultsTree {
  width: 100%;  
}

#resultsContent {
  width: 100%;  
}

#treeColumn {
  background: white;
  border-right-style: solid;
  border-right-color: #343874;
  border-right-width: 1px;
}

.grow {
  flex: 1;
}

.main {
  overflow-y: auto;
}