/* USACE Style */

/* Theme the navbar to match the official site */
.navbar{
  background: url("menu.gif") repeat-x scroll 0px 0px transparent !important;
  border-color: #FFF !important;
  /*max-height: 44px;*/
  margin-bottom: 12px;
}

.navbar-brand{
  color: #FFF !important;
}

.nav.navbar-nav li,  .nav.navbar-nav li a{
  background-color: transparent !important;
  background: url("menu.gif") repeat-x scroll 0px 0px transparent !important;
  /*max-height: 44px;*/
  color: #FFF !important;
}

ul.nav:nth-child(2) > li:nth-child(1) > a:nth-child(1), 
ul.nav:nth-child(2) > li:nth-child(2) > a:nth-child(1){
  font-weight: bold;
  border-left: 1px solid;
  list-style-position: inside;
}

ul.nav:nth-child(2) > li:nth-child(2) > a:nth-child(1){
  border-right: 1px solid;
}

.irs-from, .irs-to, .irs-single {
  background: none repeat scroll 0% 0% #546856 !important;
}

.irs-bar {
  border-top: 1px solid #546856 !important;
  border-bottom: 1px solid #546856 !important;
  background: none repeat scroll 0% 0% #546856 !important;
}

.irs-bar-edge {
  background: none repeat scroll 0% 0% #546856 !important;
  border-color: #546856 -moz-use-text-color #546856 #546856 !important;
}

.navbar-brand {
  margin-top: -7.5px !important;
}

.navbar-brand > div:nth-child(1) > img:nth-child(1) {
  padding-bottom: 4px !important;
}

td, th { 
  text-align:center !important;
}

.td2 { 
  text-align:left !important;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	/*margin-left: -55px;*/
}

.container {
 /* width: 1400px !important; */
}

#welcome {
  padding-left: 100px !important;
  padding-right: 100px !important;  
}

/* Plot Spinner Code */
/* via https://github.com/daattali/advanced-shiny/blob/master/plot-spinner/app.R */
.plot-container {
  position: relative;
}

.plot-container .fa-cog {
  position: absolute !important;
  left: 50% !important;
  /*top: 50% !important;*/
  z-index: -1 !important;
}
#plot.recalculating {
  z-index: -2 !important;
}

.highcharts-background{
  fill: #FFF !important;
}

.scog {
  visibility: hidden !important;
}

.dont-show {
  visibility: hidden !important;
}

#do-show {
  visibility: visible !important;
}


/* Text CSS */
.p-indent {
  text-indent: 50px;
}

.highcharts-credits > tspan:nth-child(9) {
  fill: red !important;
  color: red !important;
}

#shiny-reconnect-text {
  display: none;
}

#reconnect {
  display: none;
}

