/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-bottom: 20px;
}
.page-header {
	padding-bottom: 9px;
	margin: 10px 20px 20px;
	border-bottom: 0px;
}
.logo-right {
	height: 50px;
	padding-left: 15px;
	padding-right: 10px;
}
.pull-right{
	padding-left: 15px;
	padding-right: 10px;	
}
.logo-left {
	height: 160px;
	z-index: 2;
	
}
.localHeader {
	vertical-align: middle;
}

.lineHeader{
	background-color: #b5b0ac;
	font-size: 30px;
	color: #ffffff;
	padding-left: 50px;
	width: 100%;
	z-index: 1;
	margin-top: 50px;
}

.error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.error .form-ctrl {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-horizontal .control-group {
margin-left: -15px;
margin-right: -15px;
}


.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: " ";
}

.form-horizontal .control-group:after {
  clear: both;
}

.forms{
	width: 100%;
}
.controls {
	padding: 10px 10px 10px 10px;
	float: left;
	width: 50%;
}
.form-auto{
	width: auto;
	height:34px;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.col-lg-8{
	height: 34px;
}

.col-lg-4{
	height: 34px;
}

.col-lg-3{
	height: 34px;
}

.col-lg-2{
	height: 34px;
}

.help-inline{
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
	width: 100%;
	float: left;
}

.hideDiv{
	display:none;
}
