@CHARSET "UTF-8";

/* General layout */
body {
	font-size: 13px;
	background-color: #fff;
	font-family: 'nimbus-sans', sans-serif !important;
}
#container {
	width: 1250px;
	margin: auto;
	margin-top: 0;
	margin: auto;
	min-height: 100vh;
}
#content {
	margin-top: -4px;
	position: relative;
	padding: 10px 0 0 0;
	height: auto;
	min-height: 100vh;
	overflow: visible;
}
#container.login #content {
	background: transparent !important;
}
#content .left-border, #content .right-border {
	position: absolute;
	top: 0;
	height: 400px;
	width: 1px;
}
#content .left-border {
	left: 0;
}
#content .right-border {
	right: 0;
}
.row {
	margin-bottom: 0;
	width: 100%;
	box-sizing: border-box;
}
.col {
	display: inline-block;
	margin: 0;
	padding: 5px;
	vertical-align: top;
	box-sizing: border-box;
}
.col1 {
	width: calc(100% / 12);
}
.col2 {
	width: calc((100% / 12) * 2);
}
.col3 {
	width: calc((100% / 12) * 3);
}
.col4 {
	width: calc((100% / 12) * 4);
}
.col5 {
	width: calc((100% / 12) * 5);
}
.col6 {
	width: calc((100% / 12) * 6);
}
.col7 {
	width: calc((100% / 12) * 7);
}
.col8 {
	width: calc((100% / 12) * 8);
}
.col9 {
	width: calc((100% / 12) * 9);
}
.col10 {
	width: calc((100% / 12) * 10);
}
.col11 {
	width: calc((100% / 12) * 11);
}
.col12 {
	width: 100%;
}
.col-auto {
	width: auto;
}
.float-right {
	float: right;
}
.text-right, .align-right {
	text-align: right;
}
.text-left, .align-left {
	text-align: left;
}
.text-center, .align-center {
	text-align: center;
}

/* Container */
#logged-in-user {
	position: absolute;
	right: 0;
}
#logged-in-user p {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 0;
	font-size: 0.9em;
}
#logged-in-user p a {
	font-weight: bold !important;
	font-size: 1.1em;
}
#menus ul.primary-menu li#logged-in-user:hover {
	background-color: inherit;
}
#menus ul.primary-menu li#logged-in-user a:hover {
	background-color: #2b93cb;
}

/* Header */
#header {
	position: relative;
	padding: 10px 0 0 0;
}
#header .logo {
	background-image: url('/img/logo.png');
	background-size: contain;
	width: 150px;
	height: 35px;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}
#menus {
	margin-top: 35px;
	font-size: 1.2em;
}
#menus ul {
	list-style-type: none;
	margin: 0;
	position: relative;
}
#menus ul li {
	margin: 0;
	display: inline-block;
}
#menus ul li a {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	opacity: 0.9;
	padding: 10px 5px;
	text-transform: uppercase;
	display: inline-block;
}
#menus ul.secondary-menu {
	padding-bottom: 0 3px;
	background-color: #A3C53D;
	margin-bottom: 5px;
}
#menus ul.primary-menu li a {
	border-bottom: none;
	background-color: #3CA4DC;
	color: #fff !important;
}
#menus ul.secondary-menu li a {
	background-color: transparent;
	color: #fff;
}
#menus ul.secondary-menu li.active {
	background-color: rgba(129, 168, 56, 0.6);
	color: #fff !important;
}
#menus ul.secondary-menu li:hover {
	background-color: #81A838;
	color: #fff !important;
}
#menus ul.secondary-menu li:hover a {
	color: #fff !important;
}
#menus ul li a:hover {
	opacity: 1;
}

/* Hover menu effects */
#menus ul.primary-menu {
	background-color: #3CA4DC;
}
#menus ul.primary-menu li a {
	background: transparent;
}
#menus ul.primary-menu li.active {
	background-color: rgba(43, 147, 203, 0.6);
}
#menus ul.primary-menu li:hover {
	background-color: #2b93cb;
}
#menus ul.primary-menu li:hover ul {
	display: block;
}
#menus ul.primary-menu ul {
	display: none;
	position: absolute;
	z-index: 99;
	padding: 0;
	background-color: #3CA4DC;
}
#menus ul.primary-menu ul li {
	display: block;
	padding: 0 5px;
}
#menus ul.primary-menu ul li .button {
	border-radius: 0 !important;
}

/* Forms */
form {
	margin-right: 0;
	width: 100%;
}
form .row {
	padding: 0;
}
input, select, option, textarea {
	font-weight: 300;
	font-size: 100%;
	max-width: 100%;
}
input, textarea {
	background-color: #eee;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
}
input[type=submit], input[type=submit]:active {
	background-image: none !important;
	text-shadow: none !important;
	box-shadow: none !important;
	background: #71A436 !important;
	margin: 0;
	padding: 10px 11px;
	font-weight: bold;
	border: none;
	color: white;
	font-size: 1.25em;
	opacity: 0.8;
	text-transform: uppercase;
}
input[type=submit]:hover {
	opacity: 1;
}
fieldset {
	padding: 0;
	margin-bottom: 0;
	border: none;
	position: relative;
	margin-top: 5px;
}
fieldset legend {
	background-color: #515658;
	display: inline-block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	font-family: 'nimbus-sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
input.small {
	font-size: 1em;
}
div.inline {
	display: inline-block;
}
div.inline label {
	float: left;
}

/* Generic styling */
a, input[type=text], p, label {
	font-weight: 400;
	color: #000;
}
h1 {
	font-size: 1.5em;
	color: #3CA4DC;
	font-weight: bold;
	display: none;
}
h1 i {
	margin-right: 5px;
}
label {
	font-size: 1.25em;
}
table tr:nth-child(even) {
	background-color: #e0e0e0;
}
table thead th {
	font-size: 1em;
	background-color: #3CA4DC;
	color: #fff;
}
table tfoot td {
	font-style: italic;
	font-weight: bold;
}
table tbody tr:hover {
	background-color: #D0E9F6;
	color: #000 !important;
}
table tbody tr a, table tbody tr a.button.text {
	text-decoration: none;
}
table tbody tr a.button i {
	color: #fff !important;
}
table tbody tr a.overview {
	font-weight: bold;
}
table tbody tr a.overview i {
	color: #000 !important;
}
input.button {
	margin-right: 1px;
}
table tr {
	height: 30px;
}
table tr td {
	padding: 2px 6px;
	vertical-align: baseline;
	vertical-align: middle;
	border-bottom: none;
}

/* Buttons */
.button {
	opacity: 0.8;
	text-decoration: none;
	border-radius: 4px;
	display: inline-block;
	color: white;
	background-color: #000;
	padding: 4px 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.button.small, input[type=submit].small, .small .button, .small input[type=submit] {
	font-size: 1em;
	/*padding: 2px 4px;*/
	font-weight: 600;
	margin-right: 1px;
}
.button:hover {
	color: white;
	opacity: 1;
}
.button.save {
	background-color: #393 !important;
}
.button.cancel, .button.delete {
	background-color: #EB4C37 !important;
	color: white;
}
.button.disabled {
	background-color: #D1D5D8 !important;
	color: white;
}
.button.clear {
	background-color: white !important;
	color: #344A61
}
.button.primary, .button.secondary {
	background-color: #3CA4DC;
	padding: 10px;
}
.button.primary {
	font-weight: bold !important;
	background-color: #3CA4DC !important;
}
.button.text {
	background-color: inherit !important;
	color: #000 !important;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}

/* Colours */
.allocate-stock {
	background-color: brown;
	color: white;
}

/* Generic dashboard shortcuts */
.shortcuts li a {
	color: white;
	text-decoration: none;
	font-size: 1.75em;
	width: 100px;
	text-align: center;
}
.shortcuts li p.controller-description {
	display: inline-block;
	margin: 0;
	padding: 0;
}

/* Page options */
.page-options {
	margin-bottom: 1em;
}
.page-options form {
	position: relative;
}
.page-options ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.page-options ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-right: 2px;
}
.page-options input[type=text] {
	width: 200px;
}
.page-options .input.select {
	width: auto;
	display: inline-block;
	vertical-align: inherit;
}
.page-options .input.select label {
	display: inline-block;
	margin-right: 5px;
}
/* Page options form */
.page-options select {
	vertical-align: middle;
}
.page-options form a.button {
	vertical-align: top;
}
.page-options form input, .page-options form select {
	margin-right: 5px;
}

/* Form options */
.form-options div {
	margin-bottom: 0;
}
.form-options {
	position: absolute;
	top: 0;
	right: 0;
}
.form-options input.button, .form-options a.button, .page-options a.button {
	padding: 5px 10px;
	font-size: 1.25em;
}
.form-options a.button {
	vertical-align: top;
	font-size: 1.35em;
}
.inline-labels label {
	display: inline-block;
	margin-right: 10px;
	vertical-align: bottom;
}

/* Font awesome buttons */
a i.fa.caption {
	padding-right: 5px;
}
a i.fa.fa-flip-horizontal.caption {
	padding-right: 0;
	padding-left: 5px;
}
a.button {
	background-color: #393;
}

/* Generic text */
div.help-text {
	color: #000;
	position: fixed;
	top: 5px;
	right: 5px;
	width: 33%;
	max-width: 400px;
	text-align: left;
	background-color: #fff;
	border: 3px solid #B6BEC3;
	border-radius: 5px;
	padding: 5px 15px 5px 5px;
	z-index: 100;
display: none;
}
div.help-text p {
	margin: 0;
}
div.help-text a.close {
	position: absolute;
	top: 0;
	right: 5px;
	display: block;
}

/* Form help */
fieldset p.help-text {
	position: absolute;
	top: 0.25em;
	right: 0.75em;
	background-color: #fff;
}

/* Classes used for generic styling */
.postcode {
	max-width: 100px;
}
.overdue {
	color: #f33;
}
.full-width {
	width: 100% !important;
}
/* UI classes */
.label {
	border: 1px solid #666;
	border-radius: 3px;
	padding: 3px 5px;
	margin: 0 3px;
}

/* Colours */
.dark {
	background-color: #666;
	color: #fff;
}
.good {
	background-color: #449D44;
	color: #fff;
}
.bad {
	background-color: #EB4C37;
	color: #fff;
}
.ok {
	background-color: #F0AD4E;
	color: #fff;
}

/* Calendar */
.calendar {
	width: 100%;
}
.calendar .calendar-heading .heading {
	display: inline-block;
	width: calc(100% / 7.25);
	text-align: center;
	padding: 0.5em 0.5em;
	box-sizing: border-box;
}
.calendar .calendar-days .day {
	width: calc(100% / 7.25);
	border: 1px solid #999;
	border-radius: 5px;
	padding: 0.5em 0.5em;
	box-sizing: border-box;
	display: inline-block;
	height: 75px;
	margin-bottom: 4px;
	position: relative;
}
.calendar .calendar-days .day.blank {
	background-color: #dedede;
}
.calendar .calendar-days .day.blank .day-number {
	display: none;
}
.calendar .calendar-days .day.weekend {
	background-color: #ccc;
}
.calendar .calendar-days .day .day-number {
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	color: #666;
}
.calendar .calendar-days .day .events {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0.5em;
}
.calendar .calendar-days .day .events .event {
	display: inline-block;
	font-size: 1.25em;
}

/* Dashboard */
div.dashboard {
	width: 100%;
	position: relative;
	min-height: calc(100vh - 40px);
}
.dashboard ul.dashboard-items {
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	width: calc(70% - 15px);
	display: inline-block;
	position: absolute;
	left: 0;
}
.dashboard .others {
	width: 20%;
	position: absolute;
	top: -15px;
	left: 0;
}
.dashboard .stats {
	width: 30%;
	position: absolute;
	top: 4px;
	right: 0;
}
.dashboard .stats hr {
	border-color: #3CA4DC;
	margin: 10px 0;
}
.dashboard ul.dashboard-items li {
	list-style: none;
	display: block;
	border: 1px solid #9fcf6f;
	border-radius: 5px;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: center;
	margin: 0;
	margin-top: 5px;
	background-color: #d0eab6;
}
.dashboard ul.dashboard-items li img {
	float: left;
}
.dashboard ul.dashboard-items li.main {
	border: 1px solid #6D9E3D;
	background-color: #9fcf6f;
	color: #6F7F8E;
	font-size: 1.25em;
}
.dashboard ul.dashboard-items li p.title {
	font-weight: bold;
	text-align: center;
}
.dashboard ul.dashboard-items li.main p.title {
	font-size: 1.25em;
}
.dashboard .new-products, .dashboard .special-offers {
	width: 100%;
	display: inline-block;
	border: 2px solid #3CA4DC;
	background-color: #fff;
	border-radius: 5px;
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
}
.dashboard .new-products ul, .dashboard .special-offers ul {
	padding: 0;
	margin: 0;
}
.dashboard .new-products img, .dashboard .special-offers img {
	width: 190px;
}
.dashboard .new-products p, .dashboard .special-offers p {
	text-align: center;
}
.dashboard .new-products p.heading, .dashboard .special-offers p.heading, .dashboard .new-products p.price, .dashboard .special-offers p.price {
	font-size: 16px;
	background-color: #3CA4DC;
	width: 100%;
	padding: 5px 0;
	color: #fff;
	margin: 0;
}
.dashboard .new-products p.price, .dashboard .special-offers p.price {
	font-size: 12px;
}
.dashboard .new-products a.button, .dashboard .special-offers a.button {
	margin: 10px 0;
}

.dashboard .stats {
	display: inline-block;
	border: 2px solid #3CA4DC;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 0;
}
.dashboard .new-products h2, .dashboard .special-offers h2, .dashboard .stats h2 {
	background-color: transparent;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	font-size: 1.25em;
}
.dashboard .stats h3 {
	font-size: 1em;
	margin-top: 10px;
	text-align: center;
}
.dashboard .stats .graphs {
	text-align: center;
	margin-top: 10px;
}
.dashboard .stats img.graph {
	width: 45%;
	display: inline-block;
}
.dashboard .new-products {
	margin-top: 20px;
}
.dashboard .new-products ul, .dashboard .special-offers ul, .dashboard .stats ul {
	list-style-type: none;
}
.dashboard .new-products li, .dashboard .special-offers li, .dashboard .stats li {
	margin: 0;
	padding: 0;
}
.dashboard .stats li span {
	min-width: 65%;
	display: inline-block;
}
.dashboard .special-offers {
	margin-top: 5px;
}

/* POS */
div.pos ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.pos ul ul {
	display: none;
	background-color: #2b93cb;
}
div.pos ul li:hover ul {
	display: block;
	position: absolute;
	left: 100px;
	width: 200px;
	z-index: 10;
}
div.pos ul ul li a {
	color: #fff;
}
div.pos ul ul.selected {
	display: block;
}
div.pos ul li {
	position: relative;
}
div.pos .products {
	display: inline-block;
	width: calc(100% - 225px);
	text-align: center;
}
div.pos .products .product {
	height: 340px;
	position: relative;
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	margin-right: 30px;
	border: 1px solid #eee;
	padding: 10px;
	background-color: #fff;
}

div.pos .products .product .offer-roundel {
    position: absolute;
    z-index: 98;
    width: 50px;
    top: 8px;
    left: 8px;
}

div.pos .products .product .offer-roundel img {
	min-height: auto;
}
div.pos .products .product .offer-roundel.nudge-right {
    left: 66px;
}

div.pos .products .product .offer-roundel.nudge-right.nudge-right-further {
    left: 126px;
}



div.pos .products .product.no-right {
	margin-right: 0;
}
div.pos .product img {
	width: 100%;
	min-height: 200px;
	height: auto;
}
div.pos .product .name {
	text-align: center;
	margin: 0;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 18px;
	min-height: 36px;
	/*overflow: hidden;*/
}
div.pos .product .name a {
	width: 100%;
	color: #8DB65E;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
div.pos .product .price {
	margin: 0;
	font-size: 22px;
	color: #606060;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
div.pos .product input[type=number], div.pos .product input[type=submit], div.pos .product select, p.simple-info {
	width: 50px;
	position: absolute;
	bottom: 10px;
}
div.pos .product input[type=number] {
	left: 10px;
	padding: 6px;
}
div.pos .product input[type=submit] {
	right: 10px;
	padding: 7px;
}
div.pos .product select, p.simple-info {
	width: calc(100% - 125px);
	left: 62px;
	padding: 1px;
}
div.pos .product p.simple-info {
	margin: 5px 0;
	text-align: center;
}
div.pos .right-column {
	width: 200px;
}
div.pos .misc-item {
	margin-top: 10px;
}
div.pos .misc-item div.input {
	padding: 0;
	margin: 0;
}
div.pos .misc-item .col6 {
	width: 49%;
}
div.pos .misc-item label {
	font-size: 1em;
}
div.pos div.categories {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	text-transform: uppercase;
}
div.pos div.categories li {
	padding: 8px 5px;
	margin: 0 -5px;
}
div.pos div.categories li a {
	color: #000;
	display: block;
}
div.pos div.categories li:hover {
	background-color: #2b93cb;
}
div.pos div.categories li:hover>a {
	color: #fff;
}
div.pos div.categories a:hover {
}
div.pos div.categories ul.parent-categories a {
	text-decoration: none;
}
div.pos div.categories ul.parent-categories ul {
	background-color: #e0e0e0;
	padding: 0 5px;
}
div.pos .not-in-stock, div.pos .discontinued {
	color: red;
}
div.pos .products .product .not-in-stock {
	top: 150px;
}
div.page-options.pos input#SearchSearch {
	width: 500px;
	border: 2px solid #A3C53D;
	border-radius: 5px;
	padding: 5px;
}
div.pos h2 {
	position: relative;
}
div.pos h2>a.basket {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #C1D87C;
	max-height: calc(100% - 3px);
	padding-left: 20px;
	padding-bottom: 2px;
}
div.pos h2>a.basket * {
	margin-top: -2px;
}
div.pos h2 a.basket:hover {
	background-color: #81A838;
}
div.pos h2 a.basket .fa-stack-2x {
	font-size: 1.5em;
	margin-top: 5px;
}
div.pos h2 a.basket .fa:first-child {
	margin-right: 10px;
}
div.pos .cart-dropdown {
	position: absolute;
	right: 0;
	top: 45px;
	height: auto;
	z-index: 99;
	background-color: #92b949;
	font-size: 14px;
	width: 500px;
	font-weight: normal;
}
div.pos .price .old-price {
	text-decoration: line-through;
}
div.pos .price .new-price {
    color: #ac2925;
    margin-left: 10px;
    display: inline-block;
}
div.pos .cart-dropdown .item:nth-child(even) {
	background-color: #A3C53D;
}
div.pos .cart-dropdown .item div {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	padding: 4px 10px;
	box-sizing: border-box;
}
div.pos .cart-dropdown .item .name {
	width: 70%;
}
div.pos .cart-dropdown .item .quantity {
	width: 10%;
	text-align: right;
}
div.pos .cart-dropdown .item .price {
	width: 18%;
	text-align: right;
}
div.pos .cart-dropdown .item .price a {
	margin-left: 5px;
}

/* Misc */
.width-25 {
	width: 25%;
}
.width-50 {
	width: 50%;
}
.width-75 {
	width: 75%;
}
.width-100 {
	width: 100%;
}
.bordered {
	background-color: #fff;
	border: 3px solid #B6BEC3;
	border-radius: 5px;
	padding: 5px 15px 5px 5px;
}
.centered {
	margin: auto;
}

/* Login */
div#login {
	margin-top: 100px;
	width: 25%;
	background-image: url('/img/logo.png');
	background-repeat: no-repeat;
	padding-top: 60px;
	background-position: center 10px;
	background-size: 180px;
}
div#login p.title {
	text-align: center;
	font-size: 2em;
}
div#login div.col {
	position: relative;
}
div#login a.forgot-password {
	color: #EB4C37;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Page options */
div.page-options form input.button {
	vertical-align: middle;
	padding: 4px 10px;
	font-weight: bold;
}
div.page-options a.button {
	margin-right: 1px;
	font-weight: bold;
}
div.page-options label {
	display: inline-block;
	padding-right: 10px;
	margin-left: 10px;
}

/* Paginator */
div.paginator {
	text-align: center;
}
div.paginator span {
	border-radius: 10px;
	border: 1px solid #71A436;
	display: inline-block;
	margin-right: 3px;
}
div.paginator span a {
	text-decoration: none;
	padding: 5px;
	min-width: 20px;
	width: auto;
	font-size: 1.3em;
	color: #71A436;
}
div.paginator span:hover {
	background-color: #71A436;
	color: #fff;
}
div.paginator span:hover a, div.paginator a:hover {
	color: #fff !important;
}
div.paginator span.current {
	background-color: #71A436;
	color: #fff;
	span: 5px;
	min-width: 20px;
	width: auto;
	font-size: 1.3em;
	padding: 0 5px;
}
div.page-options div.paginator {
	display: inline-block;
	margin-right: 10px;
}

/* Headings */
h1 {
	margin-bottom: 20px;
}
h2 {
	color: #003d4c;
	font-size: 1em;
	font-family: 'nimbus-sans', sans-serif !important;
}
h1, h2, h3, h4, h5 {
	text-transform: uppercase;
}

/* Messages */
#flashMessage {
	background-color: #E55752;
	border: none;
	background-image: none !important;
	text-shadow: none;
}
#flashMessage a {
	color: #fff;
	text-decoration: underline;
}

/* Product list page */
ul.list-products {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.list-products li {
	display: inline-block;
	margin: 0;
}
ul.list-products li a img {
	max-width: 150px;
}

/* Home page blocks */
ul#home-page-blocks {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#home-page-blocks li {
	border: 1px solid #999;
	box-sizing: border-box;
	margin: 0;
	opacity: 0.8;
}
ul#home-page-blocks li:hover {
	opacity: 1;
}
ul#home-page-blocks li img {
	width: 100%;
	max-height: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
ul#home-page-blocks li div.options {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
ul#home-page-blocks .small-square {
	width: 200px;
	height: 200px;
}
ul#home-page-blocks .square {
	width: 405px;
	height: 405px;
}
ul#home-page-blocks .wide {
	width: 405px;
	height: 200px;
}
ul#home-page-blocks .tall {
	width: 200px;
	height: 405px;
}
ul#home-page-blocks li div.text-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform-style: preserve-3d;
}
ul#home-page-blocks li div.text-wrapper p {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}

/* CK Editor */
.cke_dialog td, .cke_dialog td:hover, .cke_dialog tr, .cke_dialog tr:hover, .cke_dialog a:hover {
	background-color: inherit !important;
	color: #6FA03E !important;
}

/* Basic graphs */
.graph {
	width: 100%;
	vertical-align: bottom;
	text-align: left;
	padding: 5px 10px;
	box-sizing: border-box;
}
.graph.bars .bar {
	display: inline-block;
	min-height: 2px;
	background-color: #3CA4DC;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}
.graph p.caption {
	text-align: center;
	margin: 0;
}

/* Packages */
.packages-wrapper .product {
	width: 148px;
	height: 180px;
	position: relative;
	padding: 0;
	display: inline-block;
}
.packages-wrapper .product .submit {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin: 0;
}
.packages-wrapper .product .name {
	text-align: center;
	background-color: #3CA4DC;
	min-height: 30px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	padding: 2px 4px 4px 4px;
	margin: 0;
}
.packages-wrapper .product img {
	width: 100%;
	height: auto;
}
.packages-wrapper .filter {
	width: 200px;
	margin-bottom: 10px;
	display: inline-block;
}
.packages-wrapper .search {
	padding: 5px 11px;
	margin-left: 10px;
}
.packages-wrapper .paginator {
	display: inline-block;
	vertical-align: baseline;
}
table.packages-list th.quantity, table.packages-list th.options {
	width: 50px;
}

/* Widths */
.width-small {
	width: 50px;
}
td.shrink, th.shrink, td.options, th.options {
  white-space: nowrap;
  width: 20px;
}
td.timestamp, th.timestamp {
	width: 150px;
}
td.limit, th.limit {
	max-width: 400px;
}

/* Centering chckboxes in table cells */
td .input.checkbox {
	width: 100%;
	text-align: center;
	display: inline-block;
}
td .input.checkbox input[type=checkbox] {
	float: none;
}
td input[type=checkbox]:not(.cke_dialog_ui_checkbox_input) {
	width: 100%;
	float: none;
	text-align: center;
}

/* Remove spinners buttons on numbe rinputs */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Stop images being too wide */
.limit-images img {
	max-width: 100%;
	height: auto;
}

/* Product edit form */
#ProductEditForm .row.options .col {
	min-height: 80px;
}
#ProductEditForm .product-image {
	text-align: center;
}
#ProductEditForm .product-image img {
	border: 1px solid #000;
	border-radius: 5px;
}
#ProductEditForm .product-image div.checkbox {
	text-align: left
}

/* Inputs */
input, textarea {
	background-color: #fff;
}
/* Disabled inputs */
select:disabled, input:disabled, textarea:disabled {
	background-color: #eee;
	color: #000;
}
select {
	padding: 3px;
	margin-bottom: 3px;
}

.product-extra-images .product-image {
	display: inline-block;
	position: relative;
}
.product-extra-images .product-image a.button.cancel {
	position: absolute;
	top: 5px;
	left: 5px;
}

/* Pagination */
#content ul.pagination {
	background-color: #A3C53D;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    width: 100%;
    padding: 15px 0;
    margin: 0;
}
.page-options.pos .pagination {
	width: auto;
	padding: 0;
}
.pagination>li {
    display: inline-block;
    margin: 0;
}
.pagination>li:last-child {
    border-right: none;
}
.pagination>li>span, .pagination>li>a {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0px 5px;
    border-radius: 0 !important;
}
.pagination>li {
    border-right: 1px solid #fff;
}
.pagination>li:first-child, .pagination>li:last-child {
	_border: none;
}
.pagination>li>span>a, .pagination>li>a {
    color: #fff;
}
.pagination>li>span:hover, .pagination>li>span>a:hover, .pagination>li>span>a:focus, .pagination>li>a:hover {
    background-color: transparent;
    color: #fff;
}

table.hide-overflow td, table.hide-overflow th {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100px;
}

#PosProcessForm .input {
	margin-bottom: 0;
}
#PosProcessForm .other-details .input, #PosProcessForm .other-details a.button.refresh {
	display: inline-block;
}
#PosProcessForm .other-details .input.checkbox {
	margin-top: 2em;
}
#PosProcessForm .other-details a.button.refresh {
	vertical-align: bottom;
	margin-bottom: 10px;
}
#PosProcessForm #OrderPostage, #PosProcessForm #OrderPayment {
	min-width: 100px;
}

/* Boxes */
.box {
	background-color: #F0F0F0;
	color: #000;
	padding: 0 5px;
}
.box h2 {
	background-color: #A3C53D;
	text-transform: uppercase;
	padding: 11px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 -5px 0 -5px;
	text-align: left;
}
.box.no-background {
	background-color: transparent;
}
.box.dark-background {
	background-color: #F0F0F0;
}
.box.top-margin h2 {
	margin-bottom: 10px;
}

/* Search icon */
.search-bar {
	position: relative;
}
.search-icon {
	position: absolute;
	top: 9px;
	right: 5px;
	color: #999;
}

/* Ajax search results */
.search-dropdown {
    border: 2px solid #A3C53D;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    width: 393px;
}
.search-dropdown ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
}
.search-dropdown ul li {
    position: relative;
    height: 55px;
    width: 100%;
    margin-bottom: 5px;
}
.search-dropdown ul li:hover {
    background-color: inherit;
}
.search-dropdown ul li a {
    padding: 0;
}
.search-dropdown ul li div {
    display: block;
    position: absolute;
    top: 0;
    height: 55px;
}
.search-dropdown ul li .thumbnail {
    left: 0;
    width: 50px;
}
.search-dropdown ul li .name {
    left: 55px;
    height: 100%;
    width: calc(100% - 50px);
}
.search-dropdown ul li .name a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    overflow-y: hidden;
    max-height: 100%;
    color: #606060;
    font-size: 14px;
    font-weight: normal;
}
.hidden {
	display: none;
}
tr.italic td {
	font-style: italic;
}
input.medium {
	width: 75px;
}
.movement-process label {
	color: #fff;
}
div.page-options.pos a.process {
	width: 156px;
	padding: 10px;
	text-align: center;
}

#PosProcessForm #OrderUpdateStock {
	width: auto;
}

form.submitted .form-options input[type=submit] {
	background-color: #ccc !important;
	color: #999 !important;
}

#PackagePackagesForm select {
	margin-bottom: -4px;
	margin-left: 5px;
}

/* Small buttons in the table cell - force fixed width*/
/*td:last-child {*/
/*	font-size: 0;*/
/*}*/
/*td:last-child > a.button {*/
/*	width: 1.28571429em;*/
/*	height: 1.28571429em;*/
/*	text-align: center;*/
/*	margin-right: 2px;*/
/*	font-size: 16px;*/
/*	padding: 3px;*/
/*	vertical-align: middle;*/
/*}*/
/*td:last-child > a.button:last-child {*/
/*	margin-right: 0;*/
/*}*/