.notice {
	color: black;
	font-weight: bold;
}

.errors {
	color: #FF0000;
	font-weight: bold;
}

.required {
	color: #FF0000;
}

.delivery_ng {
	color: #0000FF;
}

.delivery_ok {
	color: #FF0000;
}

.left {
	text-align: left;
	margin: auto;
}

.right {
	text-align: right;
	margin: auto;
}

table.table-nowrap th,
table.table-nowrap td {
	white-space: nowrap;
}

td.td_clickable {
	cursor: pointer;
	background-color: #b3def7;
}

td.td_clickable:hover {
	background-color: #72afd2;
}

.main-header,
.main-sidebar {
	background-color: #ecf0f5;
}