@CHARSET "UTF-8";

h1,h2,h3 { 	margin: 0.5em 0; }
h1 { font-size: 2.4rem; }
h2 { font-size: 2.1rem; }
h3 { font-size: 1.9rem; }
p  { line-height: 150%; }
/** BASICS **/
*, *:before, *:after { box-sizing: inherit; }
HTML, BODY, HEADER, ARTICLE, SECTION {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ARTICLE>SECTION { height: 100%; }
BODY, ARTICLE {
	position: relative;
	min-height: 100%;
}
TEXTAREA, HTML {
	font-family: Arial, Helvetica, sans-serif;
}
HTML {
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	height: 100%;
}
BODY {
}
.no-pointer-events {
	pointer-events: none;
}
.img {
	padding: -1px;
	border: 1px solid;
}
.clear {
	clear: both;
}
HR.wrap {
	clear: both;
	margin: 0;
	border: none;
}
A {
	text-decoration: none;
}
A:HOVER {
	text-decoration: underline;
}
.transparent {
	opacity: 0;
}
.disabled:not(.basic-button-disabled),
.disabledLink,
.disabledLink ~ INPUT,
.disabledLink ~ .countWrap,
INPUT.disabledColor {
	pointer-events: none !important;
	opacity: 0.5 !important;
	cursor: default;
}
/** IE-SHIT-FIX **/
.disabled:not(.basic-button-disabled):hover,
.disabledLink:HOVER {
	cursor: default !important;
	text-decoration: none !important;
	box-shadow: none;
}
.nowrap { white-space: nowrap; }
.hidden { display: none; }
.hiddenImportant { display: none! important; }
.strike { text-decoration: line-through; }
.strikeImportant { text-decoration: line-through !important; }
.stdInputBtn .disabledLink ~ INPUT {
	pointer-events: auto !important;
}
.inactive {
	pointer-events: none !important;
}
.stdInputBtn .withCount ~ .count {
	padding-top: 6px;
}
STRONG { font-weight: bold; }

.imageCenteringHelper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.legend {
	width: 30px;
	height: 100%;
	border-left: 10px white solid;
	border-right: 5px white solid;
}
.legend svg {
	width: 20px;
	height: 15px;
	vertical-align: middle;
}
.planogramLegend {
	line-height: 18px;
}
.planogramLegend .text {
	padding-top: 1px;
	padding-right: 10px;
	vertical-align: middle;
}


.editPlugin,
.zoomPlugin {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
	padding: 3px;
	border-radius: 4px;
}
@media (max-width: 500px) {
	.editPlugin,
	.zoomPlugin {
		top: 10px;
	}
}
.editPlugin {
	right: auto;
	top: 5px;
	left: 5px;
}
.editPlugin .selection-required {
	display: inline-block;
	margin-left: 5px;
}
.editPlugin .selection-required:before {
	display: inline-block;
	width: 5px;
	content: ' ';
	height: 24px;
	border-left: 1px solid rgba(0,0,0,0.3);
}
.svgZoomDiv .buttons button,
.zoomPlugin button {
	vertical-align: bottom;
	margin-bottom: 2px;
	display: block;
}



.itemProperties {
	margin-bottom: 10px;
}
.itemProperties table {
	white-space: nowrap;
	font-size: 1.25rem;
	text-align: left;
	display: inline;
}

#placedProductOverview tr.nowrap {
	font-size: 1.25rem;
}
#placedProductOverview tr.nowrap,
.itemProperties .item {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	color: rgba(127,127,127,255);
	border-right: 1px solid rgba(239,239,239,255);
}
#placedProductOverview tr.nowrap td {
	display: block;
	border-bottom: none;
}
#placedProductOverview tr.nowrap:last-child,
.itemProperties .item:last-child {
	border-right: none;
}
#placedProductOverview tr.nowrap td,
.itemProperties .value {
	color: rgb(0,0,0);
	padding-top: 0.4em;
}
.labelTable th,
.labelTable td {
	/* 	min-width: 290px; */
	min-width: 255px;
	padding: 0.4em 0;
}
.labelTable#placedProductOverview tr.nowrap th,
.labelTable#placedProductOverview tr.nowrap td {
	min-width: auto;
}
.menu-side .labelTable th,
.menu-side .labelTable td {
	min-width: 100%;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.labelTable th {
	display: block;
	padding-bottom: 3px;
	font-size: 1.25rem;
	text-align: left;
	font-weight: normal;
	padding-bottom: 0;
}
.labelTable td {
	display: block;
	border-bottom: 1px solid;
	font-size: 1.25rem;
	line-height: 1.25em;
}
.labelTable tr:last-child td {
	border-bottom: none;
}
.labelTable tr.mapGoogle th {
	display: none;
}
.labelTable tr.mapGoogle td .stdBtn {
	width: 100%;
	text-align: center;
}

/** ANALYZES **/
.graphWrapper {
	height: 100%;
	position: relative;
}

.graphScrollingWrapper {
	position: relative;
	height: 100%;
	overflow: auto;
}

.graphScrollingWrapper .graph {
	height: 99%;
}

.criteriaForm > LABEL,
.criteriaForm .submitWrapper {
	padding: 0.4em 0;
}

.criteriaForm > LABEL {
	display: block;
	padding-bottom: 3px;
	font-size: 1.25rem;
	text-align: left;
	font-weight: normal;
	padding-bottom: 0;
	width: 220px;
}

.criteriaForm LABEL:NTH-CHILD(1) {
	border-top: none;
}

.criteriaForm SELECT,
.criteriaForm .checkboxGroup,
.criteriaForm .date {
	display: block;
	font-size: 1.25rem;
	min-width: 255px;
	margin: 0.3em 0;
	height: 20px;
}

.criteriaForm .checkboxGroup INPUT {
	vertical-align: middle;
}

.criteriaForm .horizontalProperties SELECT,
.criteriaForm .horizontalProperties .checkboxGroup,
.criteriaForm .horizontalProperties .date {
	min-width: 150px;
}

.criteriaForm .checkboxGroup {
	margin-bottom: 0;
}

.horizontalProperties {
	font-size: 0;
}

.horizontalProperties .itemWrapper {
	display: inline-block;
	padding: 0 10px;
}

.horizontalProperties .itemWrapper:first-of-type {
	padding-left: 0;
}

.horizontalProperties .itemWrapper .label {
	padding-bottom: 3px;
	font-size: 1.25rem;
	text-align: left;
	font-weight: normal;
	padding-bottom: 0;
}

.horizontalProperties .itemWrapper .value {
	padding: 8px 0;
}

.horizontalProperties .itemWrapper .label + .value {
	padding: 0;
}

.horizontalProperties .itemWrapper {
	border-right: 1px solid;
	vertical-align: top;
	height: 40px;
}

.horizontalProperties .itemWrapper:last-of-type {
	border: none;
}

@media only screen and (max-width: 900px) {
	.analyzeCriteria .horizontalProperties .itemWrapper {
		display: block;
	}

	.analyzeCriteria .horizontalProperties .itemWrapper {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-right: none;
		padding-top: 5px;
		padding-bottom: 5px;
		height: auto;
	}

	.criteriaForm .horizontalProperties SELECT,
	.criteriaForm .horizontalProperties .checkboxGroup,
	.criteriaForm .horizontalProperties .date {
		width: auto;
	}

	.horizontalProperties .itemWrapper:last-of-type {
		border: none;
	}
}

.oneBlogPost.blogEditor {
	border-bottom: none;
}

.oneBlogPost .fr-wrapper {
	min-height: 400px;
}

#chat #newMsg TEXTAREA,
.cmChatMessages #newCmMsg TEXTAREA {
	/**Chat Colors - Chat Input**/
	color:rgb(0,136,204);
	color:rgba(0,136,204,255);
}
#chat #newMsg TEXTAREA,
.cmChatMessages #newCmMsg TEXTAREA {
	/**Chat Colors - Chat Input**/
	border-color:rgb(0,136,204);
	border-color:rgba(0,136,204,255);
}

/** Probable chrome bug workaround for CM chat dialog **/
.Chat .main-content .content-wrapper.withTable:NOT(.viewMenu) {
	padding: 0;
}

#chatContent {
	padding: 1em;
}

#orderContent {
	height: 100%;
}

.passwordExpired {
	font-size: 1.5rem;
	padding: 0.5em 0.5em 0.5em 0;
}

.loginPageContent {
	max-width: 400px;
	margin: 0 auto;
	padding: 12px 25px 25px 25px;
}

.loginPageContent INPUT,
.loginPageContent FORM,
.loginPageContent TABLE {
	width: 100%;
}

.loginPageContent INPUT {
	-webkit-appearance: textfield;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0.3em;
	margin: 3px 0;
}

.loginPageContent .stdBtn {
	line-height: 25px;
	border: none;
}
.rules {
	padding: 10px 0;
}
.rule {
	display: block;
	line-height: 22px;
	color: gray;
}
.rule svg {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 5px;
}

.rule svg .menuIcon {
	fill: gray;
}

.rule.checked svg .menuIcon {
	fill: forestgreen;
}

.rule.checked {
	color: forestgreen;
}

.emptyPage {
	padding: 50px;
	margin-bottom: 50px;
	height: 100%;
}

.emptyPageWrapper {
	height: 100%;
}

.emptyPage .placeholderImage {
	height: 100%;
}

.emptyPage.password .placeholderImage {
	max-height: 300px;
}

.emptyPage .placeholderImage svg {
	display: block;
	max-height: 100%;
	max-width: 100%;
}

.emptyPage H1 {
	margin-bottom: 20px;
	font-size: 2em;
}
.emptyPage,
.emptyPage H1 {
	text-align: center;
}

.emptyPage .placeholderImage svg {
	display: block;
	margin: 0 auto;
}