/* WerkstattCRM Zusatz-Styles (Bootstrap 3 macht den Rest) */

#inhalt {
	margin-top: 10px;
	margin-bottom: 60px;
}

.werkstatt-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #222222;
	color: #999999;
	font-size: 11px;
	padding: 4px 12px;
}

/* Status-Farben, abgestimmt mit dem Werkstatt-Ordner */
.status-ANGENOMMEN { background-color: #d9edf7; }
.status-IN_ARBEIT { background-color: #fcf8e3; }
.status-FERTIG { background-color: #dff0d8; }
.status-ABGEHOLT { background-color: #f5f5f5; color: #777777; }
.status-STORNIERT { background-color: #f2dede; text-decoration: line-through; }

.label-status {
	font-size: 90%;
}

/* Rechnungs-"Druckansicht" */
.rechnung-blatt {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 30px 40px;
	max-width: 800px;
}

.rechnung-blatt h2 {
	margin-top: 0;
}

.zeiger {
	cursor: pointer;
}
