.main {
  padding: 70px 0 0;
}
.panel-heading {
  position: relative;
}
.panel-heading .controls {
  height: 100%;
  position: absolute;
  right: 0px;
  top: 6px;
  bottom: 6px;
}
.panel-heading .controls .btn {
  border-radius: 18px;
  margin-right: 14px;
  font-weight: bold;
}
.panel-heading .controls .btn.multi-control {
  display: none;
}
#login-tabs-content {
  border-bottom: 1px solid #DDD;
}
#login-tabs-content .tab-pane {
  padding: 30px 20px 10px 20px;
}

#dimensions .row {
	margin-bottom: 5px;
}

.form-group .sign {
	position: absolute;
	top: 4px;
	left: -4px;
}

.form-group p {
	line-height: 34px;
	margin: 0;
}

/* Bootstrap overides */

.container > .navbar-collapse {
	margin-left: 157px;
}

.navbar-inverse {
	background: #7d7e7d;
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
}

.navbar-inverse .navbar-nav > .active > a {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

.navbar-inverse .navbar-brand {
	color: #ed9c28;
}

.navbar-inverse .navbar-nav > li > a.orange {
	color: #ed9c28;
}

.navbar-inverse .navbar-nav > li > a.green {
	color: #4cae4c;
}

.navbar-inverse .navbar-nav > li > a.blue {
	color: #0CC;
}

.navbar-inverse .navbar-nav > li > a.orange:hover, .navbar-inverse .navbar-nav > li > a.green:hover {
	color: white;
}

span.status {
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
}

span.status.active {
	color: #0a0;
}

span.status.active:before {
	content: "\e013";
}

span.status.inactive {
	color: #a00;
}

span.status.inactive:before {
	content: "\e090";
}