a {
	color: #c0120f;
}

table.dataTable tfoot > tr > th {
	background-color: white;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

a:hover {
	color: #c0120f !important;
}

a.btn:hover {
	color: #9e2624 !important;
}

a.btn-primary:hover {
	color: #e4e4e4 !important;
}

a.btn-default:hover {
	color: #9e2624 !important;
}

input.form-control:focus, select.form-control:focus {
	border-color: #c95755 !important;
}

.btn-primary:active {
	background-color: #9e2624 !important;
	border: 1px solid #9e2624 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .btn-primary {
	background-color: #c0120f;
	border-color: #9e2624;
	
	color: lightgray !important;
}

.pagination a:hover, .pagination span:hover {
	color: #9e2624 !important;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #c0120f;
	border-color: #c0120f;
	
	opacity: 0.5;
}

.text-primary, .text-danger {
	color: #c0120f;
}

.btn-primary {
	color: white !important;
}

.btn-primary:hover {
	background-color: #b31412;
	border-color: #9e2624;
}

.sidebar > .nav > li.active, .sidebar > .nav > li.open, .sidebar > .nav > li.active > a, .sidebar > .nav > li.open > a, .sidebar > .nav > li.active .nav, .sidebar > .nav > li.open .nav {
	border-color: #9e2624;
	color: #9e2624;
}

.sidebar > .nav > li.active > a > em, .sidebar > .nav > li.open > a > em {
	color: #9e2624;
}

.text-success {
	color: green;
}

.paid {
	font-size: 11pt;
}

.paid.no {
	color: #b81515 !important;
	
	font-weight: bold;
}

.paid.yes {
	color: #189018 !important;
}

#orders-table td {
	vertical-align: top;
}

.img-placeholder {
	font-size: 40pt;
	text-align: center;
	
	color: #ccc;
	
	width: 100%;
	height: 160px;
	
	padding-top: 40px;
	
	border: 1px solid #eeeeee;
	border-radius: 4px;
	
	background-size: contain;
	background-repeat: no-repeat;
	
	background-position: center center;
}

.product-container {
	width: 25%;
	display: inline-block;
}

.product {
	border: 1px solid #eeeeee;
	border-radius: 4px;
	
	margin: 5px;
	padding: 10px;
	padding-left: 12px;
	padding-right: 12px;
	
	box-sizing: border-box;
}

.product h3 {
	margin-top: 5px;
	margin-bottom: 2px;
	
	font-size: 12pt;
	
	text-overflow: ellipsis;
	
	overflow: hidden;
	white-space: nowrap;
	
	width: 100%;
}