
/* Here is stuff for the welcome and create report pages */

body {
	min-width: 400px;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 25px;
}

body.fancy {
	background-color: #fff;
	background-attachment: fixed;
}

#header {
	padding: 10px 0;
}

#logout {
	position: relative;
	right: 25px;
	float: right;
	padding-top: 4px;
}

h3,
h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h4 {
	font-weight: normal;
	margin-bottom: 5px;
}

h3.fancy-section {
	color: #fff;
}

h3.fancy-section,
h3.fancy-subsection {
	text-align: left;
	font-weight: bold;
	padding-left: 4px;
	line-height: 30px;
}

a.img-link,
a.img-link:hover {
	background: none !important;
}

img {
	border: none;
}

select.disabled option {
	color: #eee !important;
}

select {
	background-color: #fff;
}

select.wide {
	width: 100%;
}

input.pad2 {
	width: 30px;
}

input.padYear {
	width: 50px;
}

input.fSelect {
	text-align: center;
}

textarea.desc {
	width: 98.5%;
	height: 50px;
}

.filters label,
.filters input {
	margin-bottom: 0;
}

.filters {
	padding-bottom: 20px;
}

table {
	border-collapse: collapse;
}

th,
td {
	font-size: 1em;
	text-align: left;
}

tr.even td,
.table-striped tbody tr.even td,
tbody.even td {
	background-color: #E2E4FF;
}

td.center,
.center {
	text-align: center;
}

td.middle {
	vertical-align: middle;
}

table.center,
div.center-box table {
	margin-left: auto;
	margin-right: auto;
}

td.left,
.left {
	text-align: left;
}

td.right
.right {
	text-align: right;
}

table.dataset-info th,
table.dataset-info td {
	padding: 2px;
}

table.dataset-info th {
	font-weight: bold;
}

table.fancy-section {
	border-collapse: collapse;
	background-color: #909090;
}

table.fancy-subsection {
	border-collapse: collapse;
	margin: 5px;
	background-color: #E0E0E0;
}

div.container-box {
	position: relative;
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: auto;
}

div.center-box {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}

ul.help {
	margin-top: 10px;
}

.indent {
	margin-left: 10px !important;
}

.message-center .alert {
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
}

.form-inline .chzn-container {
	vertical-align: middle;
}

.chzn-container {
	text-align: left;
}

.time-section table {
	width: 100%;
}

.time-section .btn-toolbar {
	/* maybe go back to filler input to compensate for element height differences */
	height: 31px;
}

.well-micro {
	padding: 0;
}

.well {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: -1px;
}

.maintenance table th,
.maintenance table td {
	width: 25%;
}

.ie6-only,
.none,
.js-only {
	display: none;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

