/* merge into global after bootstrap migration is complete */


h1 {
	padding-left: 0;
	margin-left: 0;
}

h1 .details_header a{
	margin-left: 0px;
	padding-left: 0px;
}

#header-top{
	padding-top: 5px;
	padding-bottom: 5px;
}

#header-top .logo {
	height: 50px;
	display: block;
	outline: 0;
}

#quick_info .right-col{
	padding-left: 10px;
	padding-right: 10px;
}

#header-nav-links{
	min-width: 800px;
}

#header-nav-links .navbar{
	border-radius: 5px;
}

.alert {
  margin-top: 0px; /* overriding bootstrap-partial */
}



#header-top-links td{
	padding-left: 5px;
	margin-bottom: 5px;
}

/* fixes navbar collapsing issue on narrow screens */
.navbar-collapse.collapse {
  display: block!important;
}

.navbar-nav>li, .navbar-nav {
  float: left !important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.navbar-right {
  float: right!important;
}
/* -------------------------------------------- */

.nav-tabs>li.active>a:hover {
	cursor: pointer;
}

#header-nav-links .navbar{
	padding-right: 10px;
}

.view-table td, .view-table th {
	padding-left: 0px;
	padding-right: 15px;
}

.progress{
	margin-bottom: 0px;
}

.progress .progress-bar{
	font-size: 14px;
	padding-top: 6px;
}

.tab-content{
	margin-top: 10px;
}

.navbar-inverse .navbar-nav>li>a {
	color: white;
}

#ft {
	text-align: center;
	padding: 1em 0;
	margin-top: 2em;
	border-top: 1px #cbcbcb solid;
}

.formtastic .inputs{
	margin-bottom: 5px;
}

h2, .formtastic .inputs legend{
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #e5e5e5;
}

#admin_menu li{
	list-style-type: none;
	font-size: 13px;
}

#admin_menu li a:hover{
	color: black;
}

.formtastic .inputs abbr{
	color: #D40707;
	border: none;
	text-decoration: none;
}

/* Style matching for links in help text */
.formtastic .help-block a{
	color: #737373;
}

.formtastic .help-inline,
.formtastic .inline-errors{
	color: #A94442;	
}

.formtastic table td{
	padding-right: 15px;
}

/* for custom form info to render properly */
.formtastic li label{
	font-size: 14px;
	font-weight: 700;
	padding: 0;
	clear: both;
	list-style-type: none;
	color: #333;
}

.formtastic .form-control{
	width: 300px;
}

.formtastic .form-actions{
	margin-top: 10px;
}

.formtastic li {
	list-style-type: none;
}

.formtastic .form-actions li {
	float: left;
}

.formtastic .form-actions .btn{
	margin-right: 15px;
}

.formtastic .input-xsmall{
	width: 75px;
}

.formtastic .input-small{
	width: 150px;
}

.formtastic .input-normal{
	width: 300px;
}

.formtastic .input-large{
	width: 450px;
}

.formtastic .input-xlarge{
	width: 600px;
}

.formtastic .progress{
	margin-top: 5px;
	width: 300px;
}

.formtastic .form-wrapper,
.formtastic .form-group,
.formtastic .radio_buttons{
	clear: both;
	display: block;
}

.formtastic .form-wrapper .radio{
	float: left;
	margin-top: -5px;
	padding-top: 0px;
	margin-right: 25px;
	cursor: pointer;
}

.formtastic .form-wrapper .radio input{
	cursor: pointer;;
}

.form-table td{
	vertical-align: top;
}

#session-timeout-wrapper{
	margin-top: 15%;
}
