@charset "UTF-8";
/* CSS Document */

.tcblogo {
	align: center;
	max-width: 250px;
}
div.logo {
    max-width: 500px;
    margin: auto;
}

div.map {
	display: block;
	margin: auto;
}

iframe {
    display: block;
    max-width: 1000px;
    max-height: 800px;
    margin: 0 auto;
    border: 0;
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -40px;
  /* Pad bottom by footer height */
  padding: 0 0 40px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 40px;
  background-color: #f5f5f5;
}


.progress-bar-fresh{float:left;width:0;height:100%;font-size:16px;line-height:20px;color:#000000;text-align:center;font-weight:bold;background-color:#d1e9f4;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease;
}

.progress-bar-brine{float:left;width:0;height:100%;font-size:16px;line-height:20px;color:#fff;text-align:center;font-weight:bold;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}

.progress{height:100px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}

.vertical {
  display: inline-block;
  width: 20%;
  height: 120px;
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
.vertical {
  box-shadow: inset 0px 4px 6px #ccc;
}
.progress-bar {
  box-shadow: inset 0px 4px 6px rgba(100,100,100,0.6);
}

.percentspan {
	color:#000000;
	font-weight:bold;
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);}
  
  .alert-warning {
	  text-align:center; font-size:24px;
  }
  
  .navbar .navbar-nav>.active{
	  background-color:#337ab7;
  }
  
  
  