body 
{
  background-color: #f8f8f8;
}

.navbar-default .navbar-nav > li > a
{
	color: #000000;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-static-top 
{
  width:100%;
  margin-bottom: 20px;
  background-color: #B5B5B5;
  border-bottom: none;
  padding:7px;

  overflow: hidden;
}

.col-md-4-login 
{
	margin-left: 33.3333%;
}

.col-md-offset-4-login
{
	width: 33.3333%;
}

.col-xs-6-login
{
	float: left;
	width: 50%;
}

.col-xs-6-login
{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.footer {
	text-align: center;
}

.menu-nav
{
	width: 24%;
	float: left;
}

.menu-list
{
	padding: 5px 15px;

}

.well
{
	padding: 0px;
}

.view-container
{
	width: 72%;
	display: inline-block;
	margin-left: 20px;

	background-color: #fff;
	
	padding: 15px;
}

.full-view-container
{
	width: 100%;
	display: inline-block;

	background-color: #fff;

	padding: 15px;
}

.gages
{
  width:200px; height:160px;
  display: inline-block;
  margin: 1em;
}

.servicestatus
{
	width:15px;
	height:15px;
}

.servicestatuslist
{
	display:list-item;
	list-style-type: inherit;
}

.navbar-right
{
	padding: 7px;
}

.navbar-static-top
{
	padding: 0px;
	overflow: initial;
}
#search-error{
	padding-left: 10px;
	padding-right: 10px;
}
#search-error span{
	float: right;
}


.form-horizontal .control-label
{
  text-align: initial;
}

#Gauges div {
	min-height: 100px;
	max-height: 150px;
}



#video-wrapper.loading{
	display: none;
}
#video-wrapper{
	background: black;
	margin-top: -20px;
	margin-bottom: 20px;
	padding-top: 20px;
}
#video-frame{
	width: 853px;
	height: 480px;
	margin: 0 auto 20px;
}
.navbar-nav .video-link a{
	font-size: 1.4em;
	padding-top: 12px;
	padding-bottom: 12px;
}
#video-wrapper .bumper{
	height: 10px;
	background: linear-gradient(to bottom, black, white);
}

.update-avail-alert.hidden {
	display: none !important;
}
.update-avail-alert > a {
	color: #f22 !important;
    -webkit-transition: text-shadow 0.5s linear;
    -moz-transition: text-shadow 0.5s linear;
    -o-transition: text-shadow 0.5s linear;
	transition: text-shadow 0.5s linear;
}
.update-avail-alert > a:hover, .update-avail-alert > a:focus {
	color: #855 !important;
}
.update-avail-alert.glow a {
	text-shadow: 0 0 4px #840, 0 0 8px #840, 0 0 16px #840;
}

.loadspinner.loading, .loading .loadspinner{
	display: block;
}
.loadspinner{
	display: none;
}
.loadspinner:after{
	display: block;
	content: '';
	background: url("/img/loading_spinner.gif");
	height: 128px;
	width: 128px;
	margin: 64px auto;
}