body {
	padding-bottom: 20px;
	padding-top: 60px;
}
@media(max-width:979px) {
	body {
		padding-top: 0px;
	}
}
.sidebar-nav {
	padding: 9px 0;
}
.center {
	text-align: center !important;
}
.form-unit {
	padding: 20px 20px 0 20px;
	background-color: #eeeeee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.hero-unit h1 {
	margin-bottom: 0;
	font-size: 60px;
	line-height: 1;
	color: inherit;
	letter-spacing: -1px;
}
.form-unit legend {
	margin-bottom: 0px;
}
.help-inline {
	font-size: 90%;
	font-style: italic;
}
.nomargin {
	margin: 0 !important
}
.nopadding {
	padding: 0 !important
}
div.dataTables_length label {
	float: left;
	text-align: left;
}
div.dataTables_length select {
	width: 75px;
}
div.dataTables_filter label {
	float: right;
}
div.dataTables_info {
	padding-top: 8px;
}
div.dataTables_paginate {
	float: right;
	margin: 0;
}
table.table {
	clear: both;
	margin-bottom: 6px !important;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
}
table.table thead .sorting {
	background: url('datatable/sort_both.png') no-repeat center right;
}
table.table thead .sorting_asc {
	background: url('datatable/sort_asc.png') no-repeat center right;
}
table.table thead .sorting_desc {
	background: url('datatable/sort_desc.png') no-repeat center right;
}
table.table thead .sorting_asc_disabled {
	background: url('datatable/sort_asc_disabled.png') no-repeat center right;
}
table.table thead .sorting_desc_disabled {
	background: url('datatable/sort_desc_disabled.png') no-repeat center right;
}
table.dataTable th:active {
	outline: none;
}
.table tbody tr:hover td,
.table tbody tr:hover th,
.table tbody tr.highlight td {
	background-color: #f1f1f1 !important;
}
.acInput {
}
.acResults {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	z-index: 100;
}
.acResults ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.acResults li {
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.acResults li.even {
	background-color: #DEDEDE;
}
.acResults li.odd {
	background-color: #EFEFEF;
}
.acLoading {
	background: url('indicator.gif') right no-repeat;
}
.acSelect {
	background-color: #fdffba;
}
div.bit-box {
	position: relative;
	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CAD8F3;
	background: #DEE7F8;
	padding: 1px 5px 2px 5px;
	-moz-border-radius: 6px;
	padding: 1px 5px 2px 3px;
	padding: 5px;
}
div.bit-box#hover {
	border-color: #598BEC;
	background: #598BEC;
	color: #fff;
}
a.closebutton img {
	background: url('close.gif');
}
a.closebutton img:hover {
	background-position: 7px;
}
.stock1 {
	font-weight: bold;
}
.datepicker {
	border-collapse: collapse;
	border: 2px solid #999;
	position: absolute;
	z-index: 1000;
}
.datepicker tr.controls th {
	height: 22px;
	font-size: 11px;
}
.datepicker select {
	font-size: 11px;
	width: auto !important;
}
.datepicker tr.days th {
	height: 18px;
}
.datepicker tfoot td {
	height: 18px;
	text-align: center;
	text-transform: capitalize;
}
.datepicker th,
.datepicker tfoot td {
	background: #eee;
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
}
.datepicker th span,
.datepicker tfoot td span {
	font-weight: bold;
	font-size: 10px;
}
.datepicker tfoot td span.close {
	float: none;
	color: #000;
	opacity: 1;
}
.datepicker tbody td {
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	font: 11px/22px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff;
}
.datepicker tbody td.date {
	cursor: pointer;
}
.datepicker tbody td.date.over {
	background-color: #99ffff;
}
.datepicker tbody td.date.chosen {
	font-weight: bold;
	background-color: #ccffcc;
}
.last-update {
	color: #777;
	font-size: 12px;
	font-style: italic
}
.align-right {
	text-align: right !important;
}
.size-qty {
	width: 35px;
}
.size-price {
	width: 50px;
}
.size-product {
	width: 380px;
}
.table tbody tr.error > td {
	background-color: #f2dede;
}
.table tbody tr.success > td {
	background-color: #dff0d8;
}
.table tbody tr.warning > td {
	background-color: #fcf8e3;
}