form .required label:after {
	color: #e32;
	content: '*';
	display: inline;
}
/* for input of extended times */
input.hour {
	clear: none;
	display: inline;
	width: 6em;
	text-align: right;
}
input.minute {
	clear: none;
	display: inline;
	width: 3em;
	text-align: right;
}

/* Simile Timeline */
#tl-resizable {
	height: 150px;
	padding-bottom: 0.6em;
	background: url('../img/icon/grippie.png') center bottom no-repeat;
	opacity: .80;
	filter: Alpha(Opacity = 80);
}
#tl-resizable .ui-resizable-s {
	height: 14px;
}
div.timeline-contain {
	height: 100%;
}

/* Charts */
div.charts div.chart-container a {
	font-size: x-small;
}
div.chart-container {
	padding: 10px;
}
div.chart-container div.chart-links{
	line-height: 8px;
}

input.time-period, select.time-period {
	width: 12em;
	display: inline;
}
#main input[type="radio"] {
	margin: 0 4px 0 0;
	vertical-align: text-bottom;
}

div.date-time-field .form-control {
	display: inline;
	width: auto;
	margin-right: 0.25em;
	margin-left: 0.25em;
}

div.date-time-field label {
	display: block;
}

.m-r-1 {
	margin-right: 1em;
}

.m-t-1 {
	margin-top: 1em;
}

.mb-1 {
	margin-bottom: 1em;
}

.pt-2 {
	padding-top: 2rem;
}

.obs-tooltip {
	margin-left: 0.8em;
	top: 0.2em;;
}

.mb-0 {
	margin-bottom: 0;
}

#TankFormsEdit label.control-label {
	display: block;
}

#main .form-horizontal-help .control-label.has-help a.js-help-field {
	top: 0;
}