@import url('//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700|Montserrat:400,700');
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Oswald:wght@300;400&family=Vast+Shadow&family=Work+Sans:ital,wght@0,300;0,700;1,300&display=swap');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:600'); /* h2 in editor */

:root {
	--fontDefault: 'Work Sans', Arial, Helvetica, sans-serif;
	--fontOswald: 'Oswald', Arial, Helvetica, sans-serif;
}

html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #50595C;
}
#wrapper { /* to enable footer fixed to bottom */
	min-height: 100%;
	margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */
}



/* ============================================= page structure ============================================= */

#header {
	padding: 50px 10px 10px;
	text-align: right;
	background: #EEEFEF;
	border-bottom: 1px solid #DCDEDE;
}
#header a {
	color: #22758A;
	font: bold 20px/1.2 Montserrat, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: inline-block;
	padding: 0 10px;
}
#header small {
	font-size: 14px;
	text-transform: uppercase;
}


#stage {
	background: #FFFFFF;
	padding-bottom: 60px;
}


#footer {
	border-top: 1px solid #DCDEDE;
	background: #EEEFEF;
	text-align: right;
	height: 60px;
}
#footer .container {
	padding: 15px 15px;
}

#cssmenu ul li.menuSearch {
	padding-left: 15px;
}
#menuSearch {
	margin: 0;
	padding: 0.8em 0 0.1em 0.5em;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	background: transparent;
	color: #FFF;
}
#menuSearch::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(255,255,255,0.5);
	opacity: 1; /* Firefox */
}
#menuSearch:focus {
	outline: none;
}
#menuSearchResults {
	position: absolute;
	margin-top: -1px;
	padding: 0.6em 0.5em 0;
	width: 100%;
	border: 1px solid #DCDEDE;
	background: #FFF;
}
#cssmenu #menuSearchResults a {
	margin-bottom: 1em;
	text-decoration: none;
}
#cssmenu #menuSearchResults a:hover {
	text-decoration: underline;
}


/* ============================================= general ============================================= */

h1, h2, h3, h4 {
	color: #22758A;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

h1 {
	margin: 14px 0 15px 0;
	font-size: 1.5rem;
	text-shadow: 1px 1px 0 #FFFFFF;
	text-transform: uppercase;
}
h2 {
	margin: 2rem 0 1rem;
	font-size: 1.5rem;
	text-shadow: 1px 1px 0 #FFFFFF;
}
h2 a {
	color: #22758A;
	text-decoration: none;
}
h2 a:hover {
	color: #8EB743;
}
h3 {
	margin: 2rem 0 0.5rem;
	font-size: 1rem;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #FFFFFF;
}
h4 { /* sidebar heading */
	margin: 15px 0;
	font-size: 0.75rem;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}
h5 { /* breadcrumbs */
	margin: 10px 0 25px;
	padding: 10px 0 0;
	font-size: 0.75rem;
	font-weight: normal;
	color: #A7ACAD;
	border-top: 1px solid #DCDEDE;
}
h5 a {
	color: #A7ACAD;
}
h6 { /* status indicators */
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0px 0 0 10px;
	padding: 2px 4px 3px;
	vertical-align: middle;
}
.Live { /* based on h6*/
	background: lime;
}
.Offline {
	background: #CCCCCC;
}
h6 a {
	display: block;
	margin: -2px -4px -3px;
	padding: 2px 4px 3px 18px;
	position: relative;
	text-decoration: none;
}
h6 a:before {
    content: "\f021"; /* refresh */
    position: absolute;
    top: 3px;
    left: 5px;
    font: normal 10px FontAwesome;
}


p {
	margin: 1rem 0;
	line-height: 1.6;
}
p:empty {
	display: none;
}

ul {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}
ol.itemList {
	margin: 0;
	padding: 0;
	list-style: none;
}
.itemList li {
	position: relative;
	padding: 0 0 13px 33px;
}
.itemList li::before {
    content: "\f04b"; /* play */
    position: absolute;
    top: 5px;
    left: 15px;
	color: #8EB743;
    font: normal 10px FontAwesome;
}
.itemList li a {
	color: #22758A;
	text-decoration: none;
}
.itemList li a:hover {
	color: inherit;
	text-decoration: underline;
}

a {
	color: #50595C;
}
small, .catNote {
	font: normal 0.75rem/1.4 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #A7ACAD;
}
small a {
	color: #A7ACAD;
}
form small {
	display: block;
}


hr {
	margin: 30px 0;
	height: 1px;
	color: #DCDEDE;
	background-color: #DCDEDE;
	border: none;
}
img {
	max-width: 100%;
	height: auto;
}
script {
	display: none !important;
}

form {
	margin: 0;
}
label {
	display: block;
	margin: 0 0 5px;
	padding: 0;
	font: normal 0.8rem Montserrat, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.checkboxLabel {
	padding-bottom: 20px;
	text-align: left;
}
label + .checkboxLabel {
	padding-top: 5px;
}
.checkboxLabel label {
	text-transform: none;
}
.checkboxLabel > label:last-child {
	margin-bottom: 0;
}
.checkboxLabel label:nth-last-child(n+2) {
	padding-bottom: 5px;
}
.checkboxLabel label small {
	padding-left: 20px;
}
label + p { /* questions */
	margin-top: 0;
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="file"], input[type="number"], input[type="url"], input[type="range"], input[type="date"], select, textarea {
	display: block;
	margin: 0 0 20px 0;
	padding: 7px 0 8px 10px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #DCDEDE;
	background: #FFF;
	color: #50595C;
	font: italic 14px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
}
#content td > input {
	margin-bottom: 0;
}
select {
	width: 100%;
	padding: 6px 0 7px 10px;
}
input[type="file"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover,
.compactCards li:hover,
.catBoxes:hover {
	border: 1px solid #F0D576;
	background: #FFFBBB;
}

input[type="checkbox"] {
	vertical-align: top;
	margin: 1px 5px 0 0;
}
input[type="file"] {
	padding: 7px 3px 7px 7px;
}
input[type="range"] {
	padding: 15px;
}

.catBoxes { /* used in blog categories + ingredients */
	overflow: hidden;
	border: 1px #DCDEDE solid;
	padding: 10px 10px 5px;
	margin-bottom: 20px;
	border-radius: 3px;
}
.catBoxes div {
	float: left;
	width: 20%;
	min-width: 200px;
}
.catBoxes label {
	font: normal 14px/1.2 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
}
.catBoxes input {
	margin: 1px 7px 0 0;
}


button, .button, .button-sml {
	cursor: pointer;
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 10px 5px;
	width: auto;
	background: #8EB743;
	border-radius: 3px;
	border: 1px solid #8EB743;
	color: #FFFFFF;
	font: normal 20px Montserrat, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position: relative;
}
button[class*="button"] {
	margin-left: 0;
	margin-right: 10px;
}
button[disabled] {
	background: #CCCCCC;
	border-color: #CCCCCC;
}
.button:hover, .button-sml:hover {
	border-color: rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.button-sml, .actionButton {
	font-size: 0.75rem;
	white-space: nowrap;
}
a.button, span.button, a.button-sml {
	padding: 4px 7px 4px 22px;
	text-decoration: none;
}
.actionDelete { /* text buttons */
	background: #FF0000;
	border-color: #FF0000;
/*	font-size: 0;  make compact
	line-height: 1rem;*/
}
.inActive { /* grey buttons */
	background: #CCCCCC;
	border-color: #CCCCCC;
	cursor: not-allowed;
}
a.actionPreview {
	height: 26px;
	padding-left: 16px;
}
.button + .button, .button-sml + .button-sml, .button + .button-sml, .button-sml + .button {
	margin-left: 10px;
}
.button-sml.nakedButton, .button.nakedButton {
	padding-left: 7px;
}
.floatingButton {
	position: fixed;
	bottom: 10px;
	right: 10px;
}


/* Trumbowyg styles */
.trumbowyg-box {
	margin-bottom: 20px;
}
.trumbowyg-button-pane button {
	color: inherit;
}
.trumbowyg-editor.trumbowyg-reset-css {
	max-height: 70vh;
}
.trumbowyg-editor.trumbowyg-reset-css .editorButtonLink a {
	display: inline-block;
	padding: 0.8em 1.2em;
	width: auto;
	border: none;
	border-radius: 50px;
	background: #F7A3C4;
	color: #FFF !important;
	font: normal 0.8em/1, sans-serif;
	letter-spacing: 0.2em;
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	white-space: normal;

}



/* ============================================= icon stuff ============================================= */

.button:before {
    position: absolute;
    top: 3px;
    left: 5px;
	color: rgba(255,255,255,0.5);
    font: normal 14px FontAwesome;
}
.button.actionEmail:before {
    content: "\f0e0"; /* eye */
}
.button.actionEdit:before {
    content: "\f040"; /* pencil */
}
.button.actionView:before {
    content: "\f06e"; /* eye */
}
.button.actionDelete:before {
    content: "\f00d"; /* times */
	left: 6px;
}
.button.actionAdd:before {
    content: "\f067"; /* plus */
}
.button.actionUpdate:before {
    content: "\f00c"; /* check */
}
.button.sendNewsletter:before {
    content: "\f003"; /* envelope-o */
}
.button.actionPreview:before {
    content: "\f002"; /* search */
}
.button.thumbsUp:before {
    content: "\f087"; /* thumbs-o-up */
}
.button.link:before {
    content: "\f0c1"; /* link */
}



/* ============================================= table ============================================= */

.table, .side-th-table {
	margin: 15px 0;
	width: 100%;
	border-collapse: collapse;
	line-height: 1.6;
}
.table tbody tr:hover {
	background: #F5F5F5;
}
.table th {
	/* position: sticky; stopped working for some reason
	top: 42px; */
	z-index: 1;
	padding: 5px 15px;
	background: #FFF;
	color: #22758A;
	font: normal 12px Montserrat, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.table th::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #DCDEDE;
}
.table td a {
	word-break: break-word;
}
.table td small {
	display: block;
	line-height: 1.6;
}
.table td:nth-child(n+2) small {
	text-transform: uppercase;
}


.table .actionButton { /* consider stacked buttons */
	margin-bottom: 10px;
}
.table:hover .actionButton { /* on table hover, turn off all buttons */
	background: #CCCCCC;
	border-color: #CCCCCC;
}
.table tr:hover .actionButton { /* re-activate only buttons on the row you're hovering over */
	background: #8EB743;
	border-color: #8EB743;
}
.table tr:hover .actionButton.actionDelete { /* ditto, but for delete buttons */
	background: #FF0000;
	border-color: #FF0000;
}
.table tr:hover .actionButton.inActive { /* ditto, but for grey buttons */
	background: #CCCCCC;
	border-color: #CCCCCC;
	box-shadow: none;
}
.table .actionButton:only-child {
	margin: 0;
}


.side-th-table th {
	padding: 4px 10px 10px 0;
	width: 130px;
	color: #A7ACAD;
	font: normal 12px/1.4 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
}
.side-th-table td {
	padding: 0 0 10px 0;
}


/* ============================================= odds + ends ============================================= */

/*
Used on new orders page to show which orders have been printed as invoices
Kads
*/
.invoicePrinted
{
	background-color: #fdffdc;
}

.messageBox {
	margin: 20px 0;
	padding: 11px 5px 12px 38px;
	color: #5D5330;
	font-size: 14px;
	line-height: 1.4;
	border: 1px solid #F0D576;
	border-radius: 5px;
	background: #FFFBBB;
	position: relative;
}
.messageBox.messageSuccess {
	border-color: #8EB743;
	background: #8EB743;
	color: #FFFFFF;
}

.messageBox:before {
    font: normal 20px/1 FontAwesome;
	color: #158EC6;
    position: absolute;
    top: 11px;
	left: 12px;
}
.messageInfo:before {
    content: "\f05a"; /* info-circle */
}
.messageSuccess:before {
    content: "\f00c"; /* tick */
	color: rgba(255,255,255,0.5);
}
.messageFail:before {
    content: "\f00d"; /* times */
	color: red;
}


a[href^="mailto"], a[href^="tel"] { /* used to be .owner */
	padding-left: 20px;
	position: relative;
}
a[href^="mailto"]::before, a[href^="tel"]::before {
    content: "\f003"; /* envelope-o */
	color: rgba(80,89,92,0.5);
    font: normal 14px/1 FontAwesome;
    position: absolute;
    top: 4px;
    left: 0;
}
a[href^="tel"]::before {
    content: "\f095"; /* phone */
}


#tabularList li,
.tabularList li {
	margin: 0 0 10px;
	padding: 10px 10px 0 10px;
	border: 1px solid #DCDEDE;
	overflow: hidden;
}
#tabularList li:hover,
.tabularList li:hover {
	background: #F5F5F5;
}
#tabularList li:hover li,
.tabularList li:hover li {
	background: #FFFFFF;
}
#tabularList li li:hover,
.tabularList li li:hover {
	background: #F5F5F5;
}
#tabularList ul {
	margin: 0;
}
#tabularList ul li {
	clear: right;
	background: #F5F5F5;
	margin-bottom: 5px;
	margin-right: -11px;
}
#tabularList ul li:last-child {
	margin-bottom: 10px;
}

/* prod list page actions */
#tabularList .itemList {
	display: inline-block;
	vertical-align: top;
}
#tabularList .itemList li {
	margin-bottom: 2px;
	padding: 0;
	font-size: 12px;
}
#tabularList .itemList li::before {
	left: 8px;
}
#tabularList .itemList li a {
	display: block;
	padding: 4px 10px 5px 21px;
}


#tabularList strong,
.tabularList strong {
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 10px;
}
#tabularList strong img {
	display: inline-block;
	vertical-align: top;
	max-width: 150px;
	padding-right: 10px;
}
#tabularList h6 {
	margin-bottom: 10px;
}
#tabularList .actionButton {
	margin: 0 0 10px 10px;
	vertical-align: middle;
}
#tabularList .actionButton.delete {
	margin-right: 0;
}
i.handle {
	cursor: n-resize;
	color: #8EB743;
	line-height: 22px;
	text-align: center;
	width: 22px;
	height: 22px;
	margin: 0 10px 10px 0;
	background: #FFFFFF;
	border-radius: 11px;
	vertical-align: middle;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
td i.handle {
	margin: 0;
}
#tabularList .date {
	display: inline-block;
	padding-right: 10px;
}

.buttonGroup {
	float: right;
}

#tabularList:hover div > .actionButton { /* on table hover, turn off all buttons */
	background: #CCCCCC;
	border-color: #CCCCCC;
}
#tabularList li:hover > div > .actionButton { /* re-activate only buttons on the row you're hovering over */
	background: #8EB743;
	border-color: #8EB743;
}
#tabularList li:hover > div > .actionButton.actionDelete { /* ditto, but for delete buttons */
	background: #FF0000;
	border-color: #FF0000;
}
#tabularList li:hover > div > .actionButton.inActive { /* ditto, but for grey buttons */
	background: #CCCCCC;
	border-color: #CCCCCC;
	box-shadow: none;
}

#tabularList li:hover .actionButton:hover, #tabularList li:hover .actionButton.actionDelete:hover { /* highlight individual buttons on hover */
	border-color: rgba(0,0,0,.2);
}


#tabularList input[type=text] {
	display: inline-block;
	width: 50%;
}
#tabularList input {
	margin-bottom: 10px;
}


#tabularList .prodImg { /* used on prod listing page */
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	background: #FFFFFF center no-repeat;
	background-size: contain;
	border: 1px #DCDEDE solid;
	margin-bottom: 10px;
	position: relative;
}
#tabularList .prodImg h6 {
	position: absolute;
	top: -1px;
	right: -1px;
}
#tabularList blockquote {
	margin: 0;
	padding: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
#tabularList blockquote strong {
	padding-bottom: 0;
	display: block;
}
#tabularList blockquote p {
	margin: 5px 0 10px;
}
#tabularList blockquote a {
	display: block;
	position: relative;
	padding: 2px 0 0 20px;
	font-size: 0.75rem;
	text-decoration: none;
}
#tabularList blockquote a:before {
    content: "\f067"; /* plus */
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
	color: #8EB743;
	font-size: 10px;
    position: absolute;
    top: 5px;
	left: 7px;
}


dl {
	margin: 10px 0;
}
dt {
	margin: 2px 0 0;
	float: left;
	width: 130px;
	color: #A7ACAD;
	font: normal 12px/1.4 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
dd {
	margin: 0 0 10px 130px;
}



#idAreaoEdit1 {
	margin-bottom: 20px;
}

.gridItems,
.gridDragDrop {
	overflow: hidden;
}
.gridItems li,
.gridDragDrop li {
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
	position: relative;
	border: 1px solid transparent;
}
.gridDragDrop li {
	cursor: move;
}
.gridItems li div:first-of-type,
.gridDragDrop li div {
	position: relative;
	background: #FFFFFF center no-repeat;
	background-size: contain;
	border: 1px #DCDEDE solid;
	margin-bottom: 3px;
	min-width: 140px;
	padding-bottom: calc(100% - 2px);
}
.gridItems h6, .gridDragDrop h6 {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 0;
}
.gridItems p,
.gridDragDrop p {
	margin: 5px 0 7px;
	width: 140px;
	/*min-height: 35px;*/
	font-size: 12px;
	line-height: 1.4;
}
.gridDragDrop .actionDelete,
.compactCards .compactDelete { /* overlayed delete button on search results page */
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 20px;
	width: 20px;
}
.gridDragDrop .actionDelete::before,
.compactCards .compactDelete::before {
	top: 0;
	left: 3px;
}
.gridDragDrop input {
	margin-bottom: 0;
}


.compactCards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	grid-gap: 20px;
	margin: 0 0 20px;
}
.compactCards li {
	position: relative;
	display: flex;
	padding: 10px;
	gap: 10px;
	border: 1px #DCDEDE solid;
	line-height: 1;
}
.cardImage {
	align-self: flex-start;
	background: #FFFFFF center no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
}
.cardText {
	flex: 1;
}
.cardText .checkboxLabel {
	padding: 10px 0 0;
}
.cardText .checkboxLabel .button {
	margin: 0;
}
.compactCards li .cardText:nth-last-child(2) {
	padding-right: 20px;
}



.rightCol {
	border: 1px #DCDEDE solid;
	padding: 20px;
	border-radius: 10px;
}
.rightCol h2 {
	margin-top: -5px;
}

.fileToggle {
	border: 1px #DCDEDE solid;
	padding: 10px;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 20px;
}
.fileToggle input[type="file"] {
	width: auto;
	margin-bottom: 0;
}


.jumpList {
	margin-top: -5px;
}
.jumpList a {
	display: block;
	position: relative;
	padding: 5px 0 5px 28px;
	text-decoration: none;
}
.jumpList a:after {
    content: "\f061"; /* info-circle */
    position: absolute;
    top: 7px;
	left: 10px;
	color: #8EB743;
    font: normal 14px FontAwesome;
}


#pagination {
	margin: 30px 0;
	text-align: center;
}
#pagination a, #pagination strong {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 20px;
	font: normal 14px/1.2 Montserrat, Arial, Helvetica, sans-serif;
	padding: 2px 0 0;
	margin: 0 2px;
}
#pagination a {
	color: #8EB743;
	text-decoration: none;
}
#pagination a:hover {
	background: #F5F5F5;
}
#pagination strong {
	background: #22758A;
	color: #FFFFFF;
	font-weight: normal;
}

.catNote {
	margin-bottom: 10px;
}



.dropMenu {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 0;
	white-space: nowrap;
	text-align: left;
}
.dropMenu li {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.dropMenu li a {
	display: block;
	cursor: pointer;
	text-decoration: none;
}
.dropMenu li a.button {
	margin: 0;
}
.dropMenu > li > ul {
	margin: 0;
	padding: 0;
	width: 150px;
	background: #FFF;

	float: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 10;
	visibility: hidden;
	transition: 0 0; /* delay of 1 seconds on hover off */
}
.dropMenu li li {
	display: block;
	margin-top: 1px;
}
.dropMenu li:hover ul {
  visibility: visible;
  transition-delay: 0s; /* react immediately on hover */
}


.dropMenu .moreOptions {
	margin-left: 1px;
}
.dropMenu .fa-caret-down {
	height: 25px;
	font-size: 0.75rem;
}
.dropMenu .fa-caret-down::before {
	left: 10px;
}



/* ============================================= specific pages ============================================= */

#activityFeed {
	border-top: 1px solid #DCDEDE;
}
#activityFeed li {
	border-bottom: 1px solid #DCDEDE;
	overflow: hidden;
	padding: 10px 5px;
	white-space: nowrap;
}
#activityFeed li:hover {
	background: #F5F5F5;
}
#activityFeed li small {
	display: block;
	float: left;
	width: 70px;
	white-space: normal;
}
#activityFeed li p {
	margin: 0 0 0 70px;
	font-size: 14px;
	line-height: 1.2;
	white-space: normal;
}


/* Edit product  */

#additionalCats .button {
	float: right;
	margin-top: -6px;
	padding: 2px 4px 2px 20px;
}
#additionalCats .button::before {
	top: 2px;
}
#productImageList ul {
	margin: 0;
}
#productImageList .gridDragDrop li {
	margin: 10px;
}
#content .dropzone {
	min-height: 140px;
	border-style: dashed;
}
.dropzone {
	max-width: 100%;
}
#content .ui-state-highlight {
	background-color: #FFFBBB;
}
.ui-state-highlight {
	background-color: red;
}


/* Stock, Product options  */

.productStockSort i {
	vertical-align: middle;
}
.productStockSort label {
	font-size: 0.75rem;
	white-space: nowrap;
}
.productStockSort div {
	display: inline-block;
	vertical-align: middle;
	width: 7.5%;
	padding-right: 5px;
}
.productStockSort div:nth-child(2), .productStockSort div:nth-child(3) {
	width: 15%;
}
.productStockSort div:nth-child(4) {
	width: 12%;
}
#tabularList.productStockSort input, #tabularList.productStockSort input.bin[type="text"] {
	padding: 5px 0 6px 8px;
	width: 100%;
}
#tabularList.productStockSort .actionButton, #tabularList.productOptions .actionButton {
	width: 0;
	margin: 14px 0 10px;
	padding-left: 15px;
	overflow: hidden;
	color: red;
}

#tabularList.productOptions i {
	display: block;
}
#tabularList.productOptions .actionButton {
	clear: none;
	float: right;
	margin-top: 0;
}
#tabularList.productOptions input[type="text"] {
	width: 100%;
}
#tabularList.productOptions li > div:last-child small {
	display: inline;
	padding-left: 10px;
}


/* Search products, Recommend tab (in edit) */

#results .gridDragDrop li, #recProducts .gridDragDrop li {
	cursor: default;
}
#results .gridDragDrop .actionEdit {
	margin-right: 10px;
}


/* indent additional cats */

#addCatsList {
	margin: -10px 0 30px;
	padding: 0;
}
#addCatsList > li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #DCDEDE;
}
#addCatsList > li label {
	margin: 0;
}
#addCatsList > li li label { /* 2nd and 3rd level */
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	text-transform: none;
/*	border-top: 1px solid #DCDEDE;*/
}
#addCatsList > li > ul > li > label { /* 2nd level only */
	font-weight: bold;
}
#addCatsList li small {
	display: inline-block;
	margin-left: 7px;
	font-size: 14px;
	font-weight: bold;
}
#addCatsList li ul {
	margin: 10px 0 -10px 30px;
}
#addCatsList li li {
	margin: 0 0 10px;
}
#addCatsList li li ul {
	margin: 10px 0 25px 30px;
}
#addCatsList input[type="checkbox"] {
	margin: 2px 10px 0 0;
}


#tabularList.dataList li {
	padding-bottom: 10px;
}
#tabularList.dataList span {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}
#tabularList.dataList strong {
	display: inline;
}
#tabularList.dataList small {
	text-transform: uppercase;
	padding-right: 5px;
}
#tabularList.dataList strong {
	padding: 0 10px 0 0;
}
#tabularList.dataList .actionButton {
	margin-bottom: 0;
}

/* order details */
#tabularList.dataList.orderDetails span {
	width: 45%;
}
.optionsSelected {
	margin: 0;
	padding: 0;
	list-style: none;
}
.optionsSelected li {
	display: inline-block;
	margin: 0;
	padding: 5px 10px 0 0;
	background: none;
	color: #A7ACAD;
	font-size: 0.75rem;
	text-transform: none;
}


/* gift voucher specific */
#tabularList.ordersList span {
	width: 18%;
}
#tabularList.ordersList span:first-child {
	width: 100px;
}
#tabularList.ordersList span:first-child small {
	text-transform: none;
}
#tabularList.ordersList .voucherValue {
	width: auto;
}
#tabularList.ordersList .voucherValue small {
	border: 1px solid #DCDEDE;
	background: #FFFFFF;
	margin-left: 5px;
	padding: 1px 5px 2px;
	position: relative;
	top: -1px;
}

/* promo codes specific */
#tabularList.promoList span {
	width: 48%;
}

div[class*="ingredients"] {
	font-size: 0;
}
div[class*="ingredients"] > div {
	display: inline-block;
	vertical-align: top;
	width: 210px;
}
div[class*="ingredients"] label {
	padding: 0.2em 0.5em 0.2em 0;
	text-transform: none;
}
div[class*="ingredients"] {
}

/* wholesale training specific */
.training > li {
	margin: 0 0 10px;
	padding: 10px 10px 0 10px;
	border: 1px solid #DCDEDE;
	overflow: hidden;
}
#dragdrop.training strong {
	display: inline-block;
	width: 90px;
}
.training input[type="text"] {
	display: inline-block;
	max-width: 570px;
}
.training label {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	width: auto;
}
.training ol {
	margin: 0 0 0 54px;
}
.training strong + .button-sml {
	margin-left: 4px;
}


.customerImg {
	display: block;
	margin: 10px 0;
	padding-bottom: 100%;
	background: #EEE center no-repeat;
	background-size: contain;
}


#orderOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.7);
}
#closeOrderOverlay {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	width: 30px;
	line-height: 30px;
	border-radius: 30px;
	background: #119EA6;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
#orderOverlay > div {
	position: relative;
	top: 10px;
	left: 50%;
	bottom: 5%;
	transform: translateX(-50%);
	padding: 20px;
	max-width: 1000px;
	height: 90%;
	overflow: auto;
	background: #FFFFFF;
}
#orderOverlay #snotes a[onclick*="notesEdit"] {
	display: none;
}


#globalOverlayBg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 13;
	background: rgba(0,0,0,0.7);
}
#globalOverlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 600px;
	max-width: 90%;
	min-height: 350px;
	max-height: 90%;
	background: #FFFFFF;
}
#closeGlobalOverlay {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 1;
	padding-bottom: 2px;
	width: 30px;
	border-radius: 30px;
	background: #119EA6;
	color: #FFFFFF;
	font-size: 1.5rem;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
}
#globalOverlayContent {
	padding: 30px;
	height: 100%;
	min-height: 400px;
	max-height: 90vh;
	overflow-y: auto;
}
#globalOverlayContent > *:first-child {
	margin-top: 0;
}
#globalOverlayLoading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


/* used by the connection status function only */

#connectionIssueBar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2001;
	padding: 1em;
	font-size: 0.9rem;
	text-align: center;
}

.connectionBad {
	background: rgba(237, 28, 36, 0.8);
	color: #FFFFFF;
}

.connectionGood {
	background: rgba(140, 199, 57, 0.8);
	color: #FFFFFF;
}


.autocomplete ul {
	margin: -3px 0 0;
	max-height: 300px;
	overflow-y: auto;
	background: #FFF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #DCDEDE;
}
.autocomplete li {
	cursor: pointer;
	padding: 8px 10px;
	font-size: 90%;
}
.autocomplete li:nth-child(n+2) {
	border-top: 1px solid #DCDEDE;
}
.autocomplete li.selected {
	background: #FFFBBB;
}



/* ============================================= comments in RD and order chat ============================================= */
#comments {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
#comments li {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #DCDEDE;
}
.catBoxes div {
	width: 33%;
}
@media (min-width: 700px) {
    #edit #onHoldReasonLong {
        width: 63.5%;
    }
    #edit #onHoldReasonLong + div .button {
        margin-bottom: 20px;
    }
}
@keyframes highlight {20% {background: #ffff99;}100% {background: none;}}
.highlight {animation: highlight 3s;}

/* ============================================= editor overwrites ============================================= */

.trumbowyg-reset-css div {
	padding: 0.5em;
	border: 1px dashed #CCC !important;
}
#content .trumbowyg-reset-css {
	color: #333;
	font: 300 1rem/1.2 var(--fontDefault) !important;
}
#content .trumbowyg-reset-css b,
#content .trumbowyg-reset-css strong {
	font-weight: bold;
}
#content .trumbowyg-editor.trumbowyg-reset-css a.button {
	cursor: text;
	padding: 0.8em;
	background: #000000;
	border: none;
	color: #FFF !important;
	text-decoration: none !important;
}



/* ============================================= other ============================================= */

@media print {
	html {
		font-size: 14px;
	}
	#cssmenu, #header, #sidebar, #footer, h1 + h5 {
		display: none;
	}
	td {
		border-bottom: 1px solid #CCC;
	}
}

.fa-lock {
	color: red;
}
