/*
Theme Name: Purchase Portal
Version: 3.0.2
Author: Mark Dyson
GitHub Theme URI: https://github.com/alamoeur/purchase_theme
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	line-height:1.3;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default;
	background-color: #999 !important;
}

select:disabled {
	color: #999 !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0;
	vertical-align: top;
}


html {
	overflow-y: scroll;
}

body {
	/*font-family: "Titillium Web", sans-serif;*/
	font-size: 14px;
	padding: 0;
	background: #f6f6f6;
}


/*
Grid
*/

.cs .cs.w-lg {
	padding: 0;
	margin: 0 auto;
}

.cs.w-full {
	margin: 0 -20px;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.cs {
	margin-left: -20px;
	margin-right: -20px;
}

.col,
.sm-1,
.md-1,
.col-md-1,
.lg-1,
.sm-2,
.md-2,
.col-md-2,
.lg-2,
.sm-3,
.md-3,
.col-md-3,
.lg-3,
.sm-4,
.md-4,
.col-md-4,
.lg-4,
.sm-5,
.md-5,
.col-md-5,
.lg-5,
.sm-6,
.md-6,
.col-md-6,
.lg-6,
.sm-7,
.md-7,
.col-md-7,
.lg-7,
.sm-8,
.md-8,
.col-md-8,
.lg-8,
.sm-9,
.md-9,
.col-md-9,
.lg-9,
.sm-10,
.md-10,
.col-md-10,
.lg-10,
.sm-11,
.md-11,
.col-md-11,
.lg-11,
.sm-12,
.md-12,
.col-md-12,
.lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
}

.col,
.sm-1,
.sm-2,
.sm-3,
.sm-4,
.sm-5,
.sm-6,
.sm-7,
.sm-8,
.sm-9,
.sm-10,
.sm-11,
.sm-12 {
	float: left;
}

.sm-12 {
	width: 100%;
}

.sm-11 {
	width: 91.66666667%;
}

.sm-10 {
	width: 83.33333333%;
}

.sm-9 {
	width: 75%;
}

.sm-8 {
	width: 66.66666667%;
}

.sm-7 {
	width: 58.33333333%;
}

.sm-6 {
	width: 50%;
}

.sm-5 {
	width: 41.66666667%;
}

.sm-4 {
	width: 33.33333333%;
}

.sm-3 {
	width: 25%;
}

.sm-2 {
	width: 16.66666667%;
}

.sm-1 {
	width: 8.33333333%;
}

@media (min-width: 768px) {
	.col,
	.md-1,
	.md-2,
	.md-3,
	.md-4,
	.md-5,
	.md-6,
	.md-7,
	.md-8,
	.md-9,
	.md-10,
	.md-11,
	.md-12 {
		float: left;
	}
	.md-12 {
		width: 100%;
	}
	.md-11 {
		width: 91.66666667%;
	}
	.md-10 {
		width: 83.33333333%;
	}
	.md-9 {
		width: 75%;
	}
	.md-8 {
		width: 66.66666667%;
	}
	.md-7 {
		width: 58.33333333%;
	}
	.md-6 {
		width: 50%;
	}
	.md-5 {
		width: 41.66666667%;
	}
	.md-4 {
		width: 33.33333333%;
	}
	.md-3 {
		width: 25%;
	}
	.md-2 {
		width: 16.66666667%;
	}
	.md-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 900px) {
	.col,
	.lg-1,
	.lg-2,
	.lg-3,
	.lg-4,
	.lg-5,
	.lg-6,
	.lg-7,
	.lg-8,
	.lg-9,
	.lg-10,
	.lg-11,
	.lg-12 {
		float: left;
	}
	.lg-12 {
		width: 100%;
	}
	.lg-11 {
		width: 91.66666667%;
	}
	.lg-10 {
		width: 83.33333333%;
	}
	.lg-9 {
		width: 75%;
	}
	.lg-8 {
		width: 66.66666667%;
	}
	.lg-7 {
		width: 58.33333333%;
	}
	.lg-6 {
		width: 50%;
	}
	.lg-5 {
		width: 41.66666667%;
	}
	.lg-4 {
		width: 33.33333333%;
	}
	.lg-3 {
		width: 25%;
	}
	.lg-2 {
		width: 16.66666667%;
	}
	.lg-1 {
		width: 8.33333333%;
	}
	.lg-pull-12 {
		right: 100%;
	}
	.lg-pull-11 {
		right: 91.66666667%;
	}
	.lg-pull-10 {
		right: 83.33333333%;
	}
	.lg-pull-9 {
		right: 75%;
	}
	.lg-pull-8 {
		right: 66.66666667%;
	}
	.lg-pull-7 {
		right: 58.33333333%;
	}
	.lg-pull-6 {
		right: 50%;
	}
	.lg-pull-5 {
		right: 41.66666667%;
	}
	.lg-pull-4 {
		right: 33.33333333%;
	}
	.lg-pull-3 {
		right: 25%;
	}
	.lg-pull-2 {
		right: 16.66666667%;
	}
	.lg-pull-1 {
		right: 8.33333333%;
	}
	.lg-pull-0 {
		right: auto;
	}
}

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.cs:before,
.cs:after {
	content: " ";
	display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.cs:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper,
.w-lg,
.w-sm,
.w-md {
	/*max-width: 980px;*/
	padding: 0 20px;
	/*margin: 0 auto !important;*/
}

.wrapper-wide {
	max-width: 1300px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
}

.cs.w-lg {
	padding: 0px;
}

.w-md {
	/*max-width: 980px;*/
}

.w-sm {
	max-width: 600px;
}

.w-lg,
.w-sm,
.w-md {
	padding: 0px;
}

.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
	padding-right: 0;
}


/*
Wys
*/
.wys {
	float: left;
	width: 100%;
}
.wys p,
.wys li {
	font-size: 15px;
	line-height: 1.55em;
}

.wys p {
	margin: 0 0 15px;
}

.elementor h1:first-child,
.wys h1:first-child {
	font-weight: 700!important;
	color: #333333;
	padding: 0;
	text-transform: uppercase;
}

.c1,
.c1 a {
	color: #fbba00;
}

.c2,
.c2 a {
	color: #fff;
}

.w1 {
	font-weight: 300;
}

.w2 {
	font-weight: 600;
}

.w3 {
	font-weight: 500;
}

.w4 {
	font-weight: 700;
}

h1,
.h1,
.wys h1 {
	font-size: 74px;
	line-height: 1.3;
	/*letter-spacing: -2px;*/
}

h2,
.h2,
.wys h2 {
	font-size: 56px;
	line-height: 1.3;
}

h3,
.h3,
.wys h3 {
	font-size: 38px;
	line-height: 1.3;
}

h4,
.h4,
.wys h4 {
	font-size: 28px;
	line-height: 1.3;
}

h5,
.h5,
.wys h5 {
	font-size: 24px;
	line-height: 1.3;
}

h6,
.h6 {
	font-size: 16px;
	line-height: 1.3;
}

.wys h6 {
	font-size: 16px;
	line-height: 1.3;
}

.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6,
.wys h1,
.wys h2,
.wys h3,
.wys h4,
.wys h5,
.wys h6 {
	font-weight: 300;
	margin: .5em 0 .3em;
}

h4,
.wys h4 {
	margin-top: .8em;
	line-height: 1.3em;
}

.wys h1 strong,
.wys h2 strong,
.wys h3 strong,
.wys h4 strong,
.wys h5 strong,
.wys h6 strong {
	font-weight: 800;
	color: #000;
}

.elementor h1:first-child,
.elementor h2:first-child,
.elementor h3:first-child,
.elementor h4:first-child,
.elementor h5:first-child,
.elementor h6:first-child,
.wys h1:first-child,
.wys h2:first-child,
.wys h3:first-child,
.wys h4:first-child,
.wys h5:first-child,
.wys h6:first-child {
	font-weight: 300;
	margin-top: 0px;
}

.wys .altheading {
	color: #333;
	font-weight: 700;
}

.wys .altheading strong {
	color: #555;
}

.h {
	padding: 0 20px;
	color: #fbba00;
	font-weight: 300;
}

.wys a {
	border-bottom: 1px solid #fbba00;
	color: #070707;
}

.wys h4 a,
.wys h5 a {
	text-decoration: none;
}

.wys ul {
	margin: 0 0 20px;
}

.wys li {
	position: relative;
	padding-left: 20px;
	margin: 0 0 12px;
}

.wys li:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fbba00;
}

.wys blockquote {
	font-style: italic;
	font-size: 1.2em;
	color: #999;
}

.wys blockquote p:before,
.wys blockquote p:after {
	display: inline;
	content: '"';
	color: #fbba00;
	margin: 0 5px;
}

.capsheading,
.t1,
.t1 a {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .75px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1em;
}*/

.ct {
	text-align: center;
}

@media (max-width: 1100px) {
	h1,.h1,
	.wys h1 {
		font-size: 74px;
	}
	h2,.h2,
	.wys h2 {
		font-size: 54px;
	}
	h3,.h3,
	.wys h3 {
		font-size: 34px;
	}
	h4,.h4,
	.wys h4 {
		font-size: 28px;
	}
}

@media (max-width: 900px) {
	h1,.h1,
	.wys h1 {
		font-size: 58px;
		letter-spacing: -1px;
	}
	h2,.h2,
	.wys h2 {
		font-size: 46px;
	}
	h3,.h3,
	.wys h3 {
		font-size: 32px;
	}
	h4,.h4,
	.wys h4 {
		font-size: 28px;
	}
}

@media (max-width: 700px) {
	h1,.h1,
	.wys h1 {
		font-size: 48px;
	}
	h2,.h2,
	.wys h2 {
		font-size: 40px;
	}
	h3,.h3,
	.wys h3 {
		font-size: 32px;
	}
	h4,.h4,
	.wys h4 {
		font-size: 22px;
	}
	h5,.h5,
	.wys h5 {
		font-size: 18px;
	}
	.ct {
		text-align: left;
	}
}

@media (max-width: 500px) {

	h1,.h1,
	.wys h1 {
		font-size: 40px;
	}
	h2,.h2,
	.wys h2 {
		font-size: 36px;
	}
}


/*
Charts
*/

.chart {
	width: 44%;
	float: left;
	position: relative;
}

.chart::after {
	content: '';
	display: block;
	position: absolute;
	background: red;
	top: 0;
	right: 0;
	bottom: 0;
	width: 25px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 */
}

.chartData {
	width: 55%;
	float: right;
}

.chartWrapper {
	margin: 20px 0;
	padding: 0 0 30px;
	border-bottom: 1px solid #eee;
}

.chartWrapper h2 {
	font-size: 28px;
	margin: 0 0 12px;
}

.chartWrapper:last-child {
	margin-bottom: 0;
	border-bottom: 0px;
}

.tableWrap .dataTables_wrapper .dataTables_info {
	padding-top: 10px;
}

.tableWrap {
	padding: 0 20px;
}

.chartData:empty {
	display: none;
}

.tableHeading {
	letter-spacing: -0.5px;
	font-size: 19px;
	font-weight: bold;
	padding: 0 0 13px;
	margin: 0 20px 15px;
	border-bottom: 1px solid #eee;
}

.tableHeading.noData {
	border-bottom: 0px;
	color: rgba(255, 55, 55, 0.5);
}

.price {
	font-weight: bold;
	color: #608406;
}

.dataTables_filter,
.dataTables_length {
	margin: 0 0 15px;
}

.dataTables_orderFilter {
	float: left;
	margin: 0 0 15px 30px;
	color: #333;
}

.chartData .dataTable tr:hover td {
	background: #f6f6f6;
	cursor: pointer;
}

.chartDocument {
	clear: both;
	padding: 20px 0 !important;
	margin: 30px 0 0;
	max-width: 800px !important;
}

.dataTables_wrapper {
	overflow-x: auto;
}

.chartDocument table.dataTable tbody th,
.chartDocument table.dataTable tbody td {
	padding: 3px 4px;
	font-size: 10.5px;
}

.chartDocument table.dataTable thead th,
.chartDocument table.dataTable thead td {
	padding-left: 4px;
}

.chartDocument::empty {
	display: none;
}

body table.dataTable thead th,
body table.dataTable thead td {
	border-bottom: 2px solid #ddd;
}

body table.dataTable.no-footer {
	border-bottom: 1px solid #eee;
}

table.dataTable.dataTable {
	margin: 0 0 5px;
	clear: both;
}

body table.dataTable thead th,
body table.dataTable thead td {
	padding: 8px 15px 8px 8px;
}

body table.dataTable thead th {
	background-repeat: no-repeat!important;
}

.dataTables_wrapper {
	overflow-x: unset;
}

table {
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

th,
td {
	text-align: left;
	padding: 6px 8px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

th {
	font-size: 11px;
	background: #fff;
	font-weight: bold;
}

tr:nth-child(even) {
	background: #f6f6f6;
}

td {
	font-size: 12px;
}

.productSearch,
.productSearch li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.productSearch li {
	padding: 3px 7px;
	background: #f6f6f6;
	margin: 0 0 1px;
	cursor: pointer;
}

.productSearch li:hover {
	opacity: 0.7;
}

.addToCart {
	margin: 10px 0 0;
	padding: 5px 10px;
	background: #333;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
}

#wrapper {
	max-width: 960px;
	margin: 0 auto;
}

h1 {
	font-weight: 900;
	font-size: 48px;
	margin: 0;
	text-transform: uppercase;
}

h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
}

h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}

.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}


/*
Header
*/

.logo {
	padding: 0;
	line-height: 1em;
	position: absolute;
	top: 3px;
}

.logo img {
	width: 80px;
}

.header-inner {
	position: relative;
	padding: 10px 150px 0 150px;
}

.header {
	background: #000;
	color: #fff;
	padding: 10px 0 0;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

.menu,
.menu .sub-menu,
.menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	z-index: 96;
}

.menu a {
	text-decoration: none;
	color: #fbba00;
	text-transform: uppercase;
	display: block;
	padding: 5px 0;
}

.menu a:hover {
	color: #fff;
}

.menu {
	display: block;
}

.menu>li {
	float: left;
	width: auto;
	padding-right: 20px;
}

.menu>li a {
	padding: 5px 0 10px;
}

.menu .sub-menu {
	top: 99%;
	position: absolute;
	/*width: 200px;*/
	white-space: nowrap;
	background: #111;
	border-top: 1px solid #fbba00;
	display: none;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	font-size: 11px;
	z-index: 96;
}

.menu .sub-menu li {
	display: block;
	z-index: 97;
}

.menu .sub-menu li a {
	padding: 5px 10px;
}

.menu .sub-menu li:hover {
	background: #fbba00;
}

.menu .sub-menu li:hover a {
	color: #000;
}

.menu .sub-menu .sub-menu {
	top: 0;
	/*background: #fbba00;*/
	left: 165px;
	z-index: 98;
}

.menu .sub-menu .sub-menu li {
	z-index: 99;
}

.menu .sub-menu .sub-menu a {
	/*color: #000;*/
}

.menu .sub-menu .sub-menu li:hover a {
	opacity: 0.7;
}

/*.menu li {
	z-index: 99;
}*/

li:hover>.sub-menu {
	display: block;
}

.page-header {
	/*background: #fbba00;*/
	color: #000;
}

.page-title {
	font-weight: 800;
	padding: 8px 0;
	font-size: 38px;
	text-transform: uppercase;
	text-align: center;
}


/*
Main
*/

.main {
	background: #fff;
	padding: 40px 0;
}


/*
Forms
*/

select {
	border-radius: 0px !important;
}

.form-page {
	padding: 20px;
	background: #eee;
	max-width: 450px;
}

.form-page input[type=submit] {
	float: right;
	margin: 15px 0 0 15px;
	background: #fbba00;
	border: 0px;
	outline: 0px;
	padding: 8px 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.field-label {
	display: block;
	padding: 5px 0;
	border-top: 1px solid #ddd;
	overflow: hidden;
}

.field-label:first-child {
	border-top: 0px;
}

.label-text {
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.field-label input[type=text] {
	width: 70%;
	float: right;
	text-indent: 5px;
}

input:disabled, button:disabled {
	background: #f4f4f4;
}
/*input:read-only {*/
input:not([type="submit"]):read-only {
	/*cursor: no-drop;*/
}
input:not([type="button"]):read-only {
	/*cursor: no-drop;*/
}

input:not([data-type="date"]):read-only {
	border: none !important;
}

.input-full {
	width: 100%;
}

input.datepicker {
	width: 100px!important;
}

.datepicker-wrapper {
	width: 150px;
	display: inline;
}

.status-field-info {
	margin-top: 10px;
	line-height: 16px;
}

/*
Order
*/

.product-search {
	position: relative;
}

.search-dropdown {
	position: absolute;
	top: 100%;
	width: 250px;
	overflow-y: auto;
	max-height: 120px;
	border: 1px solid #ddd;
	z-index: 99;
	background: #eee;
}

.search-dropdown:empty {
	display: none;
}

.product-info:empty {
	display: none;
}

.product-header {
	padding: 28px 0 6px;
}

.product-data {
	margin: 15px 0;
	padding: 10px 15px 15px;
	background: #f6f6f6;
}

.product-info h2 {
	margin: 0 0 12px;
}

.product-info {
	position: relative;
	min-height: 100px;
}

.recent-orders {
	margin: 0 0 15px;
}

.loader {
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	z-index:1003;
}

.recent-orders .title {
	background: #fbba00;
	font-weight: bold;
	padding: 6px 12px;
	text-transform: uppercase;
}

.product-data-line {
	padding: 7px 0;
	border-top: 1px solid #ddd;
}

.product-data form {
	text-align: right;
	margin-top: 12px;
}

.product-data-line:first-child {
	border-top: 0px;
}

.product-data-line strong {
	width: 150px;
	display: inline-block;
}

.recent-orders li {
	background: #f6f6f6;
	padding: 6px 12px;
	margin: 0 0 1px;
}

.orders-search {
	float: none;
}

.orders-search .supplier-form {
	float: left;
	width: 50%;
}

.orders-result {
	padding: 0 0 30px;
	clear: both;
	position: relative;
}

.orders-result .loader {
	background-color: rgba(238, 238, 238, 0.8);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.orders-result .net-price {
	/*display: none;*/
}

.product_line_error {
	color: white;
	background-color: red !important;
	font-weight: bold;
}

.product_line .button {
	padding: 3px 8px;
}

.in-stock {
	color: green;
}

.not-in-stock {
	color: red;
}

.some-stock {
	color: orange;
}

.orders-result-footer {
	margin-top: 8px;
	text-align: right;
}

.user-list {
	margin-top: 6px;
	max-width: 250px;
}

.user-list li {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

.user-list li:last-child {
	border-bottom: 0px;
}

.part-button {
	background: #fff;
	border: 1px solid #ddd;
	padding: 2px 6px;
	line-height: 19px;
	border-radius: 3px;
	margin-top: 5px;
	display: inline-block;
	position: absolute;
	top: 1px;
	right: 8px;
	cursor: pointer;
}

#part-table .currentlyIn {
	display: none;
}


/*
Form
*/

.button {
	background: #fbba00;
	color: #000;
	padding: 8px 8px;
	text-transform: uppercase;
	border: 0px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
	line-height: normal;
}
.button.revert-hover:hover:enabled {
	background: #fff;
	color: #222;
}
.button:hover:enabled {
	background: #222;
	color: #eee;
}
.button.clear:hover:enabled {
	color: #000;
}
.button .svg-inline--fa {
	font-size: 90%;
	margin-right: 8px;
}
a.button {
	background: none;
	border: 1px solid #ddd;
}
a.button.yellow {
	background: #fbba00;
	border: 0px;
}
.button.btn-inverse-hover:hover:enabled {
	background: #eee;
	color: #222;
}
.button.tight {
	padding: 2px 7px;
	font-size: 12px;
}
a.button.black-hover:hover,
span.button:hover {
	color: #eee!important;
	background: #222!important;
}
a.button:hover {
	color: #222!important;
	background: #eee!important;
}
.button.btn-medium {
	line-height: normal;
}

.button.clear {
	background: none !important;
	color: inherit;
	border: none;
	padding: 0! important;
	font: inherit;
	cursor: pointer;
	outline: inherit !important;
}

.button.right {
	float: right!important;
	margin-left: 10px!important;
}

.button.center {
	margin: 0 auto!important;
}

.button.left {
	float: left!important;
	margin-right: 10px!important;
}

.button-text-input {
	padding: 5px 8px;
}

.button.button-review-quotes {
	width:100%;
	display:block;
	margin:0 0 10px 0;
	padding:15px;
	font-size: 16px;
}

.button.black {
	background: #000 !important;
	color: #fff !important;
}

.button.red {
	background: #cd2c07 !important;
	color: #fff !important;
}

form h2 {
	margin-bottom: 6px;
}

.pull-right {
	float: right;
}

.form-row {
	margin: 6px 0;
	display: block;
	clear: both;
}

.form-table {
	margin: 0 0 6px;
	table-layout: fixed;
}

.form-table input {
	width: 100%;
}

.form-table .with-symbol input[type="number"] {
	width: 70px;
}

.form-title {
	margin: 0 0 11px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}

.form-label {
	font-weight: bold;
	display: block;
	margin: 0 0 5px;
}

.form-row textarea {
	width: 100%;
	border: 1px solid #ddd;
	min-height: 120px;
	resize: vertical;
}

.return-form {
	max-width: 600px;
}

.remove_dupe {
	font-weight: bold;
	color: red;
	display: block;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

/*
Notifications
*/

.notification-marker {
	position: absolute;
	/*top: 0px;*/
	right: 0px;
	padding-top: 3px;
	/*color: #fbba00;*/
	text-transform: uppercase;
}

.notification-marker .svg-inline--fa {
	/*color: #fff;*/
	font-size: 20px;
	margin: 0 6px;
}

.notification-marker .count {
	font-size: 14px;
	/*color: #000;*/
	position: relative;
	top: -2px;
	right: 2px;
}

.notification-marker:hover .count {
	/*color: #000;*/
}

.notifications-counter-block {
	text-align: center;
}

.show-notification.read {
	font-weight: normal;
}

.mark-notifictaions-as-read {
	margin-left:10px;
	padding:5px;
	border-radius: 5px;
}


/*
Cart
*/

.toggle {
	cursor: pointer;
}

.cart-toggle {
	position: absolute;
	right: 45px;
	top: 6px;
	/* color: #fbba00;*/
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
}
.cart-toggle .svg-inline--fa {
	/*color: #fff;*/
	font-size: 16px;
	margin: 0 6px;
	vertical-align: .125em;
}

.cart-toggle:hover  {
	color: #ffffff;
	background: #222;
}

.cart-toggle:hover .mini-cart {
	display: block;
}

.cart-toggle:hover .svg-inline--fa {
	color: #fff !important;
	/*font-size: 18px;*/
	/*margin: 0 6px;*/
}

.cart-toggle.is_active .svg-inline--fa {
	color: #ffffff;
}

.cart-toggle .count {
	font-size: 14px;
	position: relative;
	top: -5px;
	right: 2px;
}

.cart-toggle .count:hover {
	color: #fff !important;
}


.mini-cart {
	position: absolute;
	top: 36px;
	right: 0px;
	background: #222;
	padding: 0 20px 20px;
	width: 300px;
	z-index: 3;
	color: #fff;
	display: none;
}

.mini-cart .close-mini-cart {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fbba00;
	border: 0px;
}

.mini-cart p {
	margin-bottom: 10px;
	font-size: 11px;
	text-align: right;
	text-transform: none;
}

.mini-cart .inactive th {
	background: #5a5a5a;
	border-color: #5a5a5a;
	color: #c6c6c6;
}

.mini-cart .serial-block {
	width: 100%;
	float: left;
	font-size: 12px;
	text-align: right;
	margin: 4px 0;
}

.mini-cart .serial-block b {
	color: #fbba00;
}

.mini-cart .serial-block input {
	width: 60%;
	color: #333;
	border: 0;
	padding: 2px 4px;
	margin-left: 5px;
}

.mini-cart .inactive td {
	border-color: #5a5a5a;
}

.mini-cart .inactive table {
	border-color: #5a5a5a;
}

.do_get_product {
	cursor: pointer;
}

.do_get_product:hover {
	background: #ddd;
}

.mini-cart input[type=submit] {
	margin: 5px 0 0;
	background: #fbba00;
	border: 0px;
	float: right;
}

.mini-cart .inactive .button {
	background: #c6c6c6;
}

.mini-cart .button {
	margin: 5px 0 0;
	background: #fbba00;
	border: 0px;
	float: right;
}

.carts .cart .cart-item-price {
	float: right;
}

.cart .show-netprices {
	float: right;
	margin-bottom: 10px;
	font-size: 12px;
}

.cart-item-netprice {
	/*display: none;*/
}

.total-order-value {
	color: #008000;
}

.carts .cart .cart-items {
	border: 1px solid #eee;
	padding: 5px 10px;
	margin: 15px 0;
}

.cart-item-old-price {
	color: red;
	text-decoration: line-through;
}

.cart-item-not-in-stock {
	background: red;
	color: white;
	padding: 0px 5px;
	margin-left: 5px;
}

.mini-cart.is_active {
	display: block;
}

.mini-cart .cart-items {
	margin-bottom: 8px;
}

.mini-cart table {
	margin-bottom: 5px;
}

.mini-cart table th {
	font-weight: bold;
	color: #000000;
}

.mini-cart table tr:nth-child(even) {
	background: none;
}

.mini-cart h3 {
	color: #fbba00;
	margin: 0 0 10px;
}

.mini-cart .inactive h3 {
	color: #c6c6c6;
}

.mini-cart h3 span {
	color: #ffffff;
	font-weight: normal;
}

.cart-items li {
	border-bottom: 1px solid #555;
	padding: 3px 0;
}

.cart-items li:last-child {
	border-bottom: 0px;
}

.do_cart_removeItem {
	color: #fbba00;
	cursor: pointer;
	float: right;
}

form[value=select_cart] .button {
	padding: 4px 8px;
}

.carts {
	overflow: hidden;
}

.carts h2 {
	margin: 40px 0 15px;
}

.carts .cart {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	padding: 12px;
	margin: 0 12px 12px 0;
}

.carts .cart.current {
	border-bottom-color: green;
}

.carts .cart:nth-child(3n+4) {
	clear: left;
}

.carts .cart .cart-items {
	margin: 15px 0;
}

.carts .cart .cart-items li {
	border-color: #e6e6e6;
	padding: 5px 0;
}

.supplier_emulator {
	display: block;
	margin: 0 0 15px;
}

.carts .cart {
	position: relative;
}

.cart-footer {
	text-align: right;
	position: absolute;
	top: 0;
	right: 10px;
}

.cart-footer form {
	display: inline-block;
}

.cart-footer input[type=submit],
.rename_cart {
	background: #fff;
	border: 1px solid #ddd !important;
	color: #333;
	border: 0px;
	padding: 3px 9px 2px;
	font-size: 13px;
}

.rename_cart_text {
	background: none;
	font-size: 18px;
	border: 0px !important;
	border-bottom: 1px solid #ddd !important;
	margin-right: 8px;
}

.cart-footer .delete_cart[type=submit] {
	background: red;
	color: #fff;
}

.cart-footer {
	margin-top: 12px;
}

.cart-items-total {
	font-size: 18px;
	display: block;
	margin: 0;
}


/*
Returns
*/

.return-form a {
	color: #fbba00;
}


/*
Modal
*/
.modal-wrapper {
	height: 0;
	overflow: hidden;
}

.modal h3 {
	margin: 0 0 12px;
}

.modal ol {
	padding-left: 16px;
	list-style-type: decimal;
}

.modal li {
	margin: 0 0 8px;
}

.modal p {
	margin-bottom: 15px;
}

.modal .header {
	display:none;
}



.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 500;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.25);
	text-align: center;
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1000;
	max-width: 850px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 30px 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url("data:image/png;base64,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") no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url("data:image/gif;base64,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") #111 no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}


/*
Catalogue
*/

.catalogue {
	border-top: 1px solid #eee;
}

.catalogue-item {
	background: #fff;
	border-bottom: 1px solid #eee;
	line-height: 1.5em;
	position: relative;
	min-height: 120px;
	padding: 15px 0;
}

.catalogue-description,
.catalogue-download {
	width: 25%;
	float: left;
}

.catalogue-image {
	width: 25%;
	position: absolute;
	top: 15px;
	left: 0;
	bottom: 15px;
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.catalogue-image img {
	max-width: 100%;
	display: block;
}

.catalogue-description {
	width: 75%;
	padding-left: 25%;
	font-size:16px;
}

.catalogue-download {
	float: right;
	width: 20%;
	text-align: center;
}

.catalogue-pad {
	padding: 15px;
}

.pagegrid-image {
	height: 140px;
	margin: 0 0 10px;
	background: #eee;
	background-size: cover;
	background-position: center center;
	border-bottom: 3px solid #fbba00;
	transition: all .3s;
}

.pagegrid-description {
	margin: 6px 0 0;
	opacity: 0.5;
	transition: all .3s;
}

.pagegrid-item {
	margin: 0 0 30px;
}

.pagegrid {
	margin-bottom: -30px;
}

.pagegrid .h5 {
	opacity: 0.8;
	font-size: 20px;
	transition: all .3s;
}

.pagegrid-item:hover .h5,
.pagegrid-item:hover .pagegrid-description {
	opacity: 1;
}

.c .i {
	max-width: 100%;
}

.header-bg {
	height: 200px;
	background-position: center center;
	background-size: cover;
	border-bottom: 3px solid #fbba00;
}


/*
Form Table
*/

.table-form {
	/*max-width: 650px;*/
	background: #fff;
	padding: 30px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	position: relative;
}

.printed>.table-form {
	max-width: none;
	border: 0px;
	padding: 0px;
}

.printed>.table-form>table>tbody>tr>td,
.printed>.table-form>table>tbody>tr>th {
	padding: 4px 0 4px 15px;
	border: 0px !important;
}

.printed>.table-form input {
	border: 0px !important;
}

.table-form .print-button {
	position: absolute;
	top: 30px;
	right: 30px;
}

.table-form-title {
	text-transform: none;
	font-size: 28px;
	margin: -30px -30px 20px;
	font-weight: 300;
	padding: 30px 30px 20px;
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
}
.table-form-title span {
	background: #e8675a;
	color: #ffffff;
	font-size: 40%;
	padding: 2px 5px;
	vertical-align: middle;
	margin-left: 10px;
	text-transform: uppercase;
}

.table-form-wide {
	/*  max-width: 900px;*/
	max-width: 100%;
}

.single-order {
	margin-bottom: 40px;
}

.table-form>table>tbody>tr,
.table-form>table>tbody>tr>td,
.table-form>table>tbody>tr>th,
.table-form>table {
	border: 0px;
	background: none;
}

.table-form>table>tbody>tr>th {
	font-size: 14px;
	padding: 0;
	width: 200px;
	font-weight: bold;
	vertical-align: top;
}

.table-form>table>tbody>tr>td,
.table-form>table>tbody>tr>th {
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #eee;
}

.table-form>table>tbody>tr>th {
	padding-left: 0px;
}

.table-form>table>tbody>tr:first-child>td,
.table-form>table>tbody>tr:first-child>th {
	padding-top: 0px;
}

.table-form>table {
	margin: 0 0 25px;
}

.table-complex {
	margin-bottom: 5px;
}

.table-complex.documents {
	margin: 0;
}

.table-complex-div {
	position: relative;
}
.table-complex-div .export {
	position: absolute;
	top: 20px;
	right: 30px;
}

.table-complex td[data-val*="(IO)"],
.table-complex td[data-val*="Awaiting processing"]{
	background: yellow!important;
	font-weight: bold!important;
}
.table-complex td[data-val*="(C1)"],
.table-complex td[data-val*="(C2)"],
.table-complex td[data-val*="(M5)"],
.table-complex td[data-val*="(PF)"],
.table-complex td[data-val*="(XF)"],
.table-complex td[data-val*="(XX)"],
.table-complex td[data-val*="Credit limit exceeded"],
.table-complex td[data-val*="Internal action required"],
.table-complex td[data-val*="Awaiting payment"],
.table-complex td[data-val*="Account on Stop"] {
	background: orange!important;
	font-weight: bold!important;
}
/*.table-complex td[data-val*="Ship When Complete"] {
	background: lightsalmon!important;
	font-weight: bold!important;
}*/
.table-complex td[data-val*="Invoiced."] {
	background: green!important;
	font-weight: bold!important;
	color: #fff!important;
}
table.table-complex tbody td {
	border-right: 1px solid #ddd!important;
	border-bottom: 1px solid #ddd!important;
}
table.table-complex tbody tr:nth-child(even) {
	background: #f6f6f6!important;
}
table.table-complex.dt td {
	background: none;
}
table.table-complex tbody td a {
	border-bottom: 0px!important;
	text-decoration: underline;
}
table.table-complex tbody td a:hover {
	color: #fbba00;
	border-bottom: 0px;
}

.table-form textarea {
	width: 200px;
	height: 75px;
	border: 1px solid #ddd;
}

.table-form input.full,
.table-form textarea.full {
	width: 100%!important;
}


.table-form input,
.table-form textarea {
	margin-bottom: 5px;
}

.table-form input.medium,
.table-form textarea.medium {
	width: 300px;
}

.table-form textarea.medium {
	height: 60px;
}

.table-form input:disabled {
	border: 0!important;
}

.table-form .form-footer input[type=submit] {
	float: right;
}

.calendar-btn {
	margin-left: 5px;
	cursor: pointer;
}

.form-footer {
	margin-top: 10px;
}

.alert {
	width: 100%;
	color: #a94442;
	background-color: #f2dede;
	padding: 15px;
	margin: 20px 0;
	border: 1px solid #ebccd1;
	border-radius: 4px;
}

.form-footer div.alert {
	color: #a94442;
	width: 100%;
	text-align: left;
	padding: 0;
	color: red;
	border: 0px;
	background: none;
}

.table-form>table>tbody>tr>td>input[type=text],
.table-form>table>tbody>tr>td>textarea {
	width: 414px;
	border: 0px;
	background: #fff;
	border: 1px solid #ddd;
}

.table-form label a {
	border-bottom: 1px solid #fbba00;
	display: inline-block;
}


.table-subitems {
	margin: 0 0 25px;
}

.table-subitems th {
	background: #eee;
	font-weight: bold;
}

.table-subitems > table {
	margin-bottom: 10px;
}

.quote-a,
.quote-b {
	float: left;
	width: 48%;
	background: none;
	padding: 0px;
	border: 0px !important;
}

.quote-b {
	float: right;
}

.table-form th {
	vertical-align: top;
}

.table-form .table-form>table>tbody>tr>td>input[type=text],
.table-form .table-form>table>tbody>tr>td>textarea {
	width: 240px;
}


/*
Manuals
*/

input {
	outline: 0px;
}

.print-button {
	display: inline-block;
	padding: 6px 12px 8px;
	margin: 0 0 7px;
	border: 1px solid #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,dddddd+100 */
	background: rgb(238, 238, 238);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(221, 221, 221, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(221, 221, 221, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(221, 221, 221, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
	/* IE6-9 */
	cursor: pointer;
}

.print-button .icon {
	position: relative;
	top: 2px;
	margin-right: 4px;
}

.attached-items {
	clear: both;
	margin: 0 20px 20px 0;
}

.attached-items h2 {
	clear: both;
	padding: 25px 0 20px;
}

.manual-notes {
	clear: both;
	padding: 20px 0 0;
	margin: 0 20px 20px 0;
}

.manual-notes table {
	margin: 15px 0;
}

.supplier-header {
	background: #eee;
	padding: 20px 30px 5px;
	overflow: hidden;
	/*max-width: 650px;*/
	max-width: 100%;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}

.supplier-header.wide {
	max-width: none;
}

.supplier-header select {
	padding: 5px 12px;
	margin: 0 5px 0 0;
}

.supplier-form .half-column {
	width: 50%;
	float: left;
}

.cart-selector {
	max-width: 100%;
	margin-bottom: 20px;
}

.manuals-breadcrumbs {
	clear: both;
	background: #fff;
	border: 1px solid #ddd;
	padding: 6px 10px 5px;
	margin: 0 0 15px;
}

.manuals-breadcrumbs a {
	display: block;
	margin: 6px 0;
	font-size: 12px;
}

.breadcrumbs {
	margin: 0 0 15px;
}

.breadcrumbs a {
	font-weight: bold;
	text-decoration: underline;
}

.breadcrumbs a:hover {
	text-decoration: none;
}

.territory-selector {
	margin-bottom: 20px;
	text-align: center;
	height: 58px;
	padding: 15px;
}

.territory-selector .title {
	float: left;
	/*font-family: "Titillium Web", sans-serif;*/
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}

.territory-selector .button {
	padding: 3px 8px;
}

.filearrow {
	display: inline-block;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 20px;
	height: 10px;
	position: relative;
	top: -4px;
	margin-left:5px;
}

.filearrow.arrow-l2 {
	/*width: 60px;*/
	margin-left:25px;
}

.filearrow.arrow-l3 {
	/*width: 90px;*/
	margin-left:45px;
}

.filearrow.arrow-l4 {
	/*width: 120px;*/
	margin-left:65px;
}

.filearrow.arrow-l5 {
	/*width: 150px;*/
	margin-left:85px;
}

.filearrow.arrow-l6 {
	/*width: 180px;*/
	margin-left:105px;
}

.filearrow.arrow-l7 {
	/*width: 210px;*/
	margin-left:125px;
}

.filearrow.arrow-l8 {
	/*width: 240px;*/
	margin-left:145px;
}

.filearrow.arrow-l9 {
	/*width: 270px;*/
	margin-left:165px;
}

.filearrow.arrow-l10 {
	/*width: 300px;*/
	margin-left:185px;
}

.mix-search {
	margin: 0 0 20px 0;
}

.manuals-grid-item {
	float: left;
	background: #fff;
	width: 259px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 10px;
	transition: all .3s;
	border: 5px solid #eee;
}

.manuals-grid-item:last-child {
	margin-bottom: 20px;
}

.manuals-grid-item:hover {
	border: 5px solid #fbba00;
}

.manuals-grid-item img {
	display: block;
	margin: 0 auto 15px;
	max-width: 100%;
	max-height: 100%;
}

.manuals-grid-title {
	font-size: 12px;
	height: 40px;
	border-top: 1px solid #eee;
	padding-top: 10px;
}
.manuals-grid-title a {
	display: inline-block;
}

.manuals-grid-title strong {
	display: block;
	margin: 0 0 3px;
	font-size: 16px;
}

.manuals-grid-image {
	margin: 0 0 25px;
	height: 255px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.manuals-main {
	padding: 20px 0 0px 20px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
}

.manuals-main:empty {
	display: none;
}

.supplier-form {
	margin: 0 0 15px;
}

.supplier-form label {
	display: block;
	margin: 0 0 10px;
}

.supplier-form input[type=text] {
	padding: 7px 12px;
	border: 0px;
	outline: 0px;
}

.supplier-form-main {
	float: left;
	width: 50%;
}

.supplier-form-sub {
	float: right;
	width: 50%;
}

.manuals-serial {
	/*border-bottom: 1px solid #fbba00;*/
	margin: 0 20px 20px 0;
	padding: 12px;
	background: #eee;
	position: relative;
}

.manuals-part-list {
	height:750px;
	overflow-x: scroll;
}

.manuals-part-list-item {
	padding: 5px 35px 8px 25px;
	border: 1px solid #ddd;
	background: #f6f6f6;
	border-top: 0px;
	font-size: 11px;
	position: relative;
}

.manuals-part-list .highlight td {
	background: #fbba00;
	font-weight: bold;
}

.manuals-part-list a {
	font-weight: bold;
	/*border-bottom: 1px solid #fbba00;*/
}

.search-list {
	margin: 0 20px 20px 0;
}

.manuals-part-list-item .bubble {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	line-height: 16px;
	padding-bottom: 1px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	border: 1px solid #ccc;
}

.manuals-part-list-item a {
	text-decoration: underline;
}

.manuals-part-list {
	width: 380px;
	float: left;
	margin: 0 0 20px;
}

.manuals-part-list td {
	padding: 6px 10px;
}

.manuals-part-list td:first-of-type {
	text-align: center;
	font-weight: bold;
}

.manuals-container {
	float: left;
	width: 660px;
	margin-left: 20px;
}

.part_list_qty.part_list_qty {
	width: 25px;
	padding: 0px;
	height: 20px;
	text-align: center;
	margin-right: 3px;
	color:black;
}

.manuals-part-list-item .addToCart {
	padding: 0px;
	margin: 0;
	background: none;
	color: #555;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: #eee;
	border-left: 1px solid #ddd;
	color: #555;
	padding: 7px 5px;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
}

.manuals-part-list-item em {
	opacity: 0.6;
}

.manuals-part-list-item .addToCart:hover {
	background: #555;
	color: #fff;
}

.serial-number-block {
	display: none;
}

.manuals-zoomer {
	background: #fff;
	border: 1px solid #ddd;
	height: 880px;
}

.manuals-zoomer img {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 20px;
}

.manuals-zoomer-options {
	padding: 20px 20px 20px;
	text-align: center;
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
}

.manuals-zoomer-slide {
	height: 10px;
	width: 216px;
	background: #ddd;
	border: 1px solid #aaa;
	border-radius: 10px;
	display: inline-block;
	position: relative;
}

.manuals-zoomer-button {
	display: inline-block;
	opacity: 0.45;
	position: relative;
	top: -1px;
	margin: 0 8px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}

.manuals-zoomer-reset {
	font-size: 11px;
	font-weight: normal;
	padding: 4px 8px 4px;
	background: #000;
	color: #fff;
	border-radius: 5px;
}

.manuals-zoomer {
	position: relative;
}

.manuals-zoomer-button:hover {
	opacity: 1;
}

.manuals-zoomer-container {
	position: absolute;
	overflow: hidden;
	top: 55px;
	bottom: 0;
	left: 0;
	right: 0;
}

.manuals-zoomer-slide i {
	float: left;
	width: 10px;
	background: #ddd;
	border: 1px solid #aaa;
	height: 20px;
	border-radius: 10px;
	margin-left: 10px;
	position: relative;
	top: -6px;
	cursor: pointer;
}

.manuals-zoomer-slide i:hover {
	background: #fff;
}

.manuals-zoomer-slide i.active {
	position: absolute;
	background: #fbba00;
	border: 1px solid #333;
	left: 40px;
}


/*
Checkout
*/

.checkout .cart {
	margin: 15px 0 25px;
	width: 100%;
	float: left;
}

.checkout .cart-items {
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 15px 0;
}

.checkout .cart-items li {
	border-bottom: 1px solid #ddd;
}

.checkout .cart-items li:last-child {
	border-bottom: 0px;
}

.checkout .cart-items-total {
	font-size: 14px;
	color: green;
}

.cart-items td {
	vertical-align: middle;
}

.cart-items td .button {
	padding: 3px 7px;
}

.checkout .checkout-form {
	margin: 20px;
}

.checkout form table td {
	vertical-align: top;
}



/*
Login
*/

.message-of-the-day {
	margin-top: 10px;
	width: 100%;
	float: left;
}

.message-of-the-day p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 20px;
}

.login {
	background: #fff;
	overflow: hidden;
	padding: 50px 50px;
	border: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	border-radius: 20px;
}

.login .brand {
	text-align: center;
	margin: 0 0 20px;
}

.login .login-submit {
	float: right;
	margin-top: 6px;
}

.login .login-remember {
	float: left;
	margin-top: 14px;
}

.login .login-username {
	padding: 6px 0;
}

.login .login-password {
	padding: 10px 0;
}

.login h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 700;
}

.login label {
	font-size: 16px;
	font-weight: bold;
	width: 50%;
	padding: 8px 0 0;
	float: left;
}

.login input[type=password],
.login input[type=text] {
	display: block;
	width: 50%;
	padding: 5px 0;
	text-indent: 10px;
	margin: 0;
	font-size: 16px;
	border: 0px;
	border: 1px solid #ddd;
}

.login .login-remember label {
	width: 100%;
	font-weight: normal;
}

.login .login-remember input {
	margin-right: 5px;
}

.lost-password-link {
	padding-top: 20px;
	/*bottom: 20px;*/
	/*position: absolute;*/
}

.login form {
  margin-top: 20px;
  margin-left: 0;
  padding: 0!important;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: none!important;
  box-shadow: none!important;
}

/*
Quality
*/
.new-claim-box {
	width: auto;
	padding: 0px;
	margin-left: 15px;
	float: left;
	min-height: 60px;
	padding-bottom: 20px;
}
.new-claim-box button {
	width: 100%;
}
.new-claim-box p {
	display: block;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
}

.qualityClaim {
	margin: 0 0 15px;
}

.qualityClaim-tabs {
	float: left;
	width: 20%;
}

.qualityClaim-tab.has-error,
.qualityClaim-tab.is_active.has-error {
	border-color: red;
	border-left: 5px solid red;
}

.qualityClaim .qualityClaim-contentarea {
	width: 80%;
	float: right;
}

.qualityClaim label {
	display: block;
	margin: 5px 0;
	padding: 3px 0 8px;
	border-bottom: 1px solid #e6e6e6;
}

.qualityClaim label.type-hidden {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.qualityClaim label:last-child {
	border-bottom: 0px;
}

.qualityClaim .qualityClaim-contentarea .field-table {
	table-layout: fixed;
	border: 0px;
}

.qualityClaim .qualityClaim-contentarea .field-table tr:nth-child(even) {
	background: none;
}

.qualityClaim .qualityClaim-contentarea .field-table .label {
	width: 20%;
	padding: 5px 15px 0 0;
	font-weight: bold;
	border: 0px;
	/*border-bottom: 1px solid #e6e6e6;*/
	font-size: 100%!important;
	vertical-align: top;
}

.qualityClaim .qualityClaim-contentarea .field-table .field {
	width: 80%;
	padding: 12px 0;
	word-wrap: break-word!important;
	border: 0px;
	/*border-bottom: 1px solid #e6e6e6;*/
	font-size: 100%!important;
	/*line-height: 130%;*/
	vertical-align: top;
}

.qualityClaim .qualityClaim-contentarea .field-table input[type=text] {
	width: 300px;
}

.qualityClaim .qualityClaim-contentarea .field-table .number input[type=number],
.qualityClaim .qualityClaim-contentarea .field-table .number input[type=text] {
	width: 60px;
}

.qualityClaim .qualityClaim-contentarea .field-table .parts-used input[type=number] {
	width: 100%;
}

.qualityClaim .qualityClaim-contentarea .parts-used tr,
.qualityClaim .qualityClaim-contentarea .other-items tr {
	background: #f6f6f6;
}

.qualityClaim .qualityClaim-contentarea .parts-used tr.total-row,
.qualityClaim .qualityClaim-contentarea .other-items tr.total-row {
	background: none;
}

.qualityClaim .qualityClaim-contentarea .parts-used tr.total-row .total,
.qualityClaim .qualityClaim-contentarea .other-items tr.total-row .total {
	text-align: left;
	background: #f6f6f6;
	font-weight: bold;
}


.qualityClaim .qualityClaim-contentarea .description {
	padding-top: 3px;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 4px;
}


.qualityClaim .qualityClaim-contentarea .field-table .labour-enhanced-total,
.qualityClaim .qualityClaim-contentarea .field-table input[name=enhanced_labour_rate] {
	display: none;
}

.qualityClaim .qualityClaim-contentarea .field-table textarea {
	border: 1px solid #ccc;
	width: 100%;
}

.qualityClaim-contentarea .inner {
	padding: 20px 20px 65px;
	border: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	min-height: 600px;
	position: relative;
}

.qualityClaim-nav {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.qualityClaim-next {
	float: right;
}

.qualityClaim-previous {
	float: left;
}

.qualityClaim h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 18px;
}

.qualityClaim-documents {
	background: #fff;
	border: 1px dashed #ddd;
	/*border-top: 0px;*/
	text-align: center;
	/*padding: 5px 15px 5px;*/
	font-size: 18px;
}

.qualityClaim-content {
	display: none;
	background: #fff;
}

.qualityClaim-content.is_active {
	display: block;
}

@media print {
	.qualityClaim {
		padding: 50px 50px;
	}
	.qualityClaim-content {
		display: block;
	}
	.qualityClaim-tabs ul {
		display: none;
	}
	.qualityClaim-tabs {
		float: none;
		width: 100%;
	}
	.qualityClaim .qualityClaim-contentarea {
		float: none;
		width: 100%;
	}
	.qualityClaim-contentarea .inner {
		min-height: unset;
	}
	.new-note {
		display: none;
	}
	.dropzone {
		display: none;
	}
}

.qualityClaim-tabs {
	border-top: 1px solid #ddd;
}

.qualityClaim-tab-info {
	padding: 10px 12px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: 	#cccccc;
}

.qualityClaim-tab-info .status {
	color: #333!important;
	margin-bottom: 5px;
}

.qualityClaim-tab-info .status select {
	margin-bottom: 5px!important;
}

.qualityClaim-tab-info .status select.green {
	background: #7aa45a !important;
	color: #ffffff!important;
}

.qualityClaim-tab-info .status select.orange {
	background: #f6cc54!important;
	color: #333333!important;
}

.qualityClaim-tab-info .status select.red {
	background: #e8675a!important;
	color: #ffffff!important;
}

.qualityClaim-tab-info .status strong {
	color: #333;
}

.qualityClaim-tab-info .status select[name="status"] {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0;
	background: #fff;
	font-weight: bold;
}

.qualityClaim-tab-info textarea[name="failreason"],
.qualityClaim-tab-info textarea[name="rejectreason"] {
	padding: 0;
	display: none;
}

.qualityClaim-tab-info .status textarea {
	width: 100%;
	padding: 8px 8px;
	font-size: 12px;
}

.qualityClaim-tab-info .status .failreason,
.qualityClaim-tab-info .status .rejectreason {
	margin: 0!important;
}

.qualityClaim-tab-info .failreason span,
.qualityClaim-tab-info .rejectreason span {
	float: left;
}

.qualityClaim-tab {
	background: #eee;
	border: 1px solid #ddd;
	padding: 8px 12px;
	border-top: 0px;
	border-right: 5px solid #fbba00;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

.qualityClaim-tab:hover {
	background: #f6f6f6;
}

.qualityClaim-tab.is_active {
	background: #fff;
	position: relative;
	border-left: 5px solid #fbba00;
	border-right: 0;
}

.qualityClaim-tab.is_active:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	right: -1px;
	height: 100%;
	width: 1px;
	background: #fff;
	z-index: 2;
}

.btn-quality-print {
	margin-top: 10px;
}

/*
Autocomplete
*/

.ac-list {
	position: absolute;
	top: 100%;
	left: 0;
	overflow-y: scroll;
	width: 200px;
	max-height: 120px;
	background: #eee;
	border: 1px solid #ddd;
	border-bottom: 0px;
	z-index: 99;
}

.ac-list li {
	padding: 3px 6px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.ac-list li:hover {
	background: #fff;
}


/*
Messages
*/

.message {
	padding: 15px 15px;
	border: 0px;
	border-bottom: 2px solid #333;
	text-align: center;
	background: #eee;
	/*max-width: 650px;*/
	max-width: 100%;
	margin-bottom: 15px;
}

.page-order .message {
	max-width: 100%;
}

.messages .message {
	margin-bottom: 10px;
}

.messages {
	margin-bottom: 25px;
}

.manuals-main .message {
	margin-right: 20px;
}

.message-success {
	border-bottom-color: green;
	color: green;
}

.message-error {
	border-bottom-color: red;
	color: red;
}

input.has-error,
textarea.has-error,
select.has-error {
	color: red;
	border: 1px solid #ddd;
	border-bottom: 2px solid red !important;
}

input[type=checkbox].has-error {
	outline: 2px solid red !important;
}

input[type=radio].has-error {
	background-color: red;
	outline: 2px solid red;
}

.dropzone.has-error {
	border: 2px solid red;
}

p.has-error  {
	color: red;
}

/*
 * Parts table
 */
.orders-result table .total-price {
	display: block;
}

/*
Footer
*/

.footer {
	background: #f6f6f6;
	padding: 35px 0 20px;
	font-size: 11px;
	color: #888;
	text-align: center;
}

.footer h6 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 6px;
	color: #444;
}

.footer-info {
	margin: 0 0 15px;
	line-height: 1.5em;
}

.footer .cs {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 25px !important;
	padding-bottom: 10px;
}


.config-header {
	text-align: center;
	padding: 0 0 50px;
}

.conf h1 {
	font-weight: 900;
	font-size: 48px;
	margin: 0;
	text-transform: uppercase;
}

.conf h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
}

.conf h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}

.conf .options {
	background: #f6f6f6;
	padding: 10px 15px;
	margin: 0 0 10px;
	overflow: hidden;
}

.conf .filter:last-child .options {
	margin-bottom: 0px;
}

.conf .filter-header {
	background: #2d2d2d;
	color: #fbba00;
	padding: 10px 15px;
}

.conf #filters {
	margin: 0 0 25px;
}

.conf .option {
	position: relative;
	cursor: pointer;
	float: left;
	width: 25%;
}

.conf .option-inner {
	padding: 15px 15px 15px 15px;
}

.conf .option-title {
	height: 20px;
}

.conf .option::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000;
}

.conf .option:hover::before {
	background: #fbba00;
}

.conf .option.is_active::before {
	background: #fbba00;
}

.conf .option-image {
	padding-bottom: 45%;
	background: #f6f6f6;
	margin: 12px 0;
	transition: all .3s;
	border: 2px solid #eee;
	background-position: center center;
	background-size: cover;
}

.conf .option-description {
	font-size: 12px;
	line-height: 1.45em;
	color: #777;
	transition: all .3s;
}

.conf .option.disabled .option-description {
	color: #ccc;
}

.conf .option.disabled .option-image {
	opacity: 0.5;
}

.conf .option.is_active .option-description {
	color: #000;
}

.conf .filter .option.is_active {
	color: #000;
}

.conf .filter .option.disabled {
	color: #ccc;
}

.conf .filter .option.disabled::before {
	background: #ccc;
}

.conf .filter-note {
	font-weight: 300;
	font-size: 12px;
	float: right;
	color: #ccc;
	position: relative;
	top: 0px;
}

.conf .filter.is_active .filter-header {
	cursor: pointer
}

.conf .filter-note .close {
	font-weight: 300;
	font-size: 15px;
	margin: 0 -3px 0 6px;
	display: inline-block;
	color: #fff;
	height: 0px;
	position: relative;
	top: 1px;
	line-height: 0;
}

.conf .filter-note strong {
	color: #fbba00;
}

.conf .main-header {
	color: #111;
	background: #fbba00;
	padding: 15px;
	letter-spacing: 1px;
}

.conf #filters {
	background: none;
	padding: 32px 0 0;
}

.conf #wrapper {
	overflow: hidden;
}

.conf .main-col {
	width: 70%;
	float: left;
}

.conf .sidebar {
	width: 30%;
	float: left;
}

.conf .sidebar-header {
	background: #2d2d2d;
	color: #fbba00;
	padding: 10px 15px;
}

.conf .sidebar-inner {
	padding: 0 15px;
}

.conf #results {
	background: #eee;
	padding: 0 15px;
	max-height: 180px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-bottom: 15px solid #eee;
	border-top: 15px solid #eee;
}

.conf #results h3 {
	margin: 0 0 5px;
}

.conf .result {
	padding: 5px 0;
	font-size: 12px;
	font-weight: 600;
	color: #555;
	border-top: 1px solid #ccc;
	transition: all .3s;
	cursor: pointer;
}

.conf .result:hover {
	color: #777;
}

.conf .blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0,  0,  0,  0.15);
	text-align: center;
}

.conf .blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.conf .blocker.behind {
	background-color: transparent;
}

.conf .modal {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 780px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 0;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left;
}

.conf .modal-inner {
	padding: 15px 35px 20px;
}

.conf .modal-header {
	background: #2d2d2d;
	color: #fbba00;
	padding: 45px 35px 25px;
}

.conf .modal-header h2 {
	color: #fff;
}

.conf .modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url("data:image/png;base64, .conf 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") no-repeat 0 0;
}

.conf .modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url("data:image/gif;base64, .conf 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") #111 no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

.conf .clear-button {
	float: left;
	font-size: 11px;
	display: inline-block;
	padding: 0 19px;
	font-weight: 300;
	text-transform: uppercase;
	background: #333;
	color: #ddd;
	border-radius: 4px;
	cursor: pointer;
	transition: all .3s;
	line-height: 20px;
	height: 20px;
	margin: 0 0 0 0;
}

.conf .clear-button:hover {
	background: #000;
	color: #fff;
}

.conf .modal-props {
	margin-top: 15px;
}

.conf .modal strong {
	font-weight: 700;
}

.conf .modal-prop {
	width: 250px;
	display: inline-block;
	margin: 0 10px 10px 0;
}

.conf .modal-configuration {
	padding: 30px 35px 25px;
	background: #eee;
}

.conf .modal-configuration h3 {
	margin: 0 0 20px;
	font-size: 20px;
	color: #888;
}

.conf .modal-config {
	margin: 10px 0 0;
}

.conf .modal-config h4 {
	font-weight: bold;
	margin: 0 0 8px;
	font-size: 15px;
}

.conf .modal-config .radio-heading {
	font-size: 1.3em;
	font-weight: 400;
	margin: 0 0 15px;
}

.conf .modal-checkboxes {
	margin: 0 0 5px;
}

.conf .config-option {
	display: inline-block;
	width: 200px;
	margin: 0 10px 10px 0;
}

.conf .config-option input {
	margin-right: 12px;
}

.conf #wrapper {
	position: relative;
}

.conf .sidebar {
	transition: all .6s;
}

.conf .config-description {
	margin: 6px 0 6px 0px;
}

.conf .config-title {
	margin: 0 0 5px;
	font-size: 1em;
	font-weight: bold;
	display: block;
	padding-left: 0;
}

.config-option .addedMessage {
	text-align: left !important;
}

.config-option .currentlyIn,
.modal-header .currentlyIn {
	display: block;
	margin: 8px 0 0;
}

.config-option .currentlyIn:before,
.modal-header .currentlyIn:before {
	content: 'Added: ';
	font-weight: bold;
}

.conf .config-option {
	position: relative;
	vertical-align: top;
	margin-bottom: 20px;
}

.conf .config-title span {
	display: block;
	font-size: 0.9em;
}

.conf .config-subtitle {
	margin: 0 0 5px;
	font-weight: bold;
}

@media (min-width: 860px) {
	.conf .sidebar {
		position: relative;
	}
}

@media (max-width: 860px) {
	.conf .main-col,
	.conf .sidebar {
		width: auto;
		float: none;
	}

	.conf #results {
		max-height: none;
		overflow: visible;
	}

	.conf .sidebar-inner {
		padding: 0px;
	}

	.conf h1 {
		font-size: 42px;
	}
}

@media (max-width: 700px) {
	.conf .option {
		width: 50%;
	}
	.conf body {
		padding: 0;
	}
}

@media (max-width: 500px) {
	.conf .option {
		float: none;
		width: auto;
	}
	.conf h1 {
		font-size: 30px;
	}
	.conf .clear-button {
		display: none;
	}
}

.modal.conf {
	padding: 0px;
	max-width: 800px;
}


/* Statuses */

.orderStatusVal {
	padding: 15px 12px;
}

.orderStatus {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background: #333;
}

.status-declined, .status-cancelled {
	background: red;
}


/* Complex table */

.table-complex-form {
	padding: 30px;
	border: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
}

.table-complex-form .dataTables_wrapper {
	overflow: unset;
}

.table-complex-form .dataTables_info {
	/*margin-bottom: 20px;*/
}

.table-complex-filter {
	/*float: right;*/
	/*margin: -7px -8px -7px 20px;
	height: 24px;
	width:50%;*/
	margin: 1px;
	color:#000;
}

table.table-complex thead tr:first-child th {
	background: #eee;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #000 !important;
	padding-left: 10px !important;
	font-weight: bold;
	position: relative;
}

table.table-complex tbody td a {
	font-weight: bold;
	color: #000;
	line-height: 12px;
	display: inline-block;
	border-bottom: 1px solid #fbba00;
}

.dataTables_info,
.dataTables_wrapper .dataTables_paginate {
	font-size: 1em;
}

select[name=sort_by],
select[name=limit] {
	margin: 0 6px;
}

/* Shipping */

.shipping_note {
	margin: 5px 0 5px;
	line-height: 1.4em;
	color: #555;
}


/* Pagination */

.pagination {
	text-align: right;
	margin-top: 20px;
	font-size: 0.8em;
}

.page-numbers {
	background: #eee;
	border-radius: 0px;
	border: 0px !important;
	border: 1px solid transparent;
	box-sizing: border-box;
	color: #333;
	display: inline-block;
	margin-left: 2px;
	min-width: 1.5em;
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none !important;
}

.page-numbers:hover {
	background-color: #585858;
	color: #fff;
}

.page-numbers.current {
	background: #fbba00;
}

.page-numbers.dots {
	background: #f9f9f9;
}


/* Forms */

label.checkbox {
	display: block;
	line-height: 2.4em;
}

label.checkbox input {
	margin-right: 5px;
}


/* Product Search */

.product-search-spinner {
	position: absolute;
	line-height: 35px;
	margin-left: 3px;
}

.dropzone {
	margin-top: 20px;
	margin-bottom: 20px;
	min-height:100px;
}

.dropzone .dz-message {
	margin:0;
}

body .easy-autocomplete input {
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #ccc;
	padding: 2px 3px;
}

.easy-autocomplete {
	margin-right: 15px;
	width:100%!important;
}

.easy-autocomplete-container ul {
	/*width: 400px;*/
	width:100%;
	background-color: #fff;
	line-height: 14px;
}


/* New Home */

.home-areas {
	margin: 0 0 20px;
	position: relative;
}

.home-areas .area {
	border-top: 1px solid #ddd;
	display: none;
	padding: 15px 0;
	position: relative;
}

.home-areas .area.is_active {
	display: block;
}

.home-tabs .tab {
	display: inline-block;
	background: #fff;
	cursor: pointer;
	position: relative;
	padding: 15px 25px;
	border: 1px solid #fff;
	border-bottom: 0px;
	font-weight: bold;
	color: #666;
}

.home-tabs .tab.is_active {
	border: 1px solid #ddd;
	border-bottom: 0px;
	color: #000;
}

.home-tabs .tab.is_active:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	height: 1px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 2;
}

.ho-details .ho-pad {
	margin-top: 20px;
}

.ho-pad {
	border: 1px solid #ddd;
	background: #f6f6f6;
	padding: 20px 25px;
	position: relative;
}

.ho-pad .export {
	position: absolute;
	top: 20px;
	right: 25px;
}

@media (min-width: 800px) {

	.ho-quotes,
	.ho-chart,
	.ho-summary {
		float: left;
		width: 15%;
		background: #fff;
	}

	.ho-quotes {
		width: 12%;
	}

	.ho-summary {
		width: 20%;
	}

	.ho-chart {
		width: 80%;
		margin: 0 0;
		/*width: 66%;
		margin: 0 2%;*/
	}

	.ho-chart.wide {
		margin-left: 0%;
		width: 80%;
	}

	.ho-chart.balances {
		margin: 0%;
		width: 100%;
	}
}

.ho-title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.ho-chart-options {
	float: right;
	width: 60%;
	text-align: right;
}

.ho-chart-option {
	display: inline-block;
	padding: 6px 12px;
	background: #000;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}

.ho-chart-option:hover {
	background: #444;
}

.ho-summary {
	cursor: pointer;
}

.ho-summary-label {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.ho-summary-item {
	border-top: 1px solid #ddd;
	padding: 15px 0;
}

.ho-summary-item:last-child {
	padding-bottom: 0px;
}


.ho-chart-bars,
.ho-quote-bar {
	margin-top: 50px;
	letter-spacing: -3px;
}

.ho-bar {
	display: inline-block;
	height: 240px;
	width: 8.1%;
	position: relative;
	margin: 0;
	letter-spacing: 0px;
}

.ho-quote-bar {
	text-align: center;
	margin-top: 65px;
}

.ho-quote-bar .ho-bar {
	width: 80%;
}

.balances .ho-bar {
	width: 16.5%;
}

.ho-bar:last-child {
	margin-right: 0px;
}

.ho-bar-fill {
	position: absolute;
	bottom: 25px;
	left: 2px;
	right: 2px;
	height: 100%;
	background: #444;
	transition: all .3s;
}

.ho-bar:hover .ho-bar-fill {
	background: #111;
}

.ho-bar-label {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

.ho-bar-label.bottom {
	bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.95em;
}

.ho-bar-label.top {
	top: -15px;
	font-size: 0.85em;
	color: green;
}

.negative .ho-bar-label.top {
	color: red;
}

.negative .ho-bar-fill {
	background: red;
}

.dt th {
	background: #eee;
	font-weight: bold;
}

.dt td {
	background: #fff;
}

.number {
	text-align: right;
}

.dt-value.currency, .dt-value.vatamount, .dt-value.grossprice {
	color: green;
}

.dt-value.total {
	font-weight: bold;
}

.dt-value.negative {
	color: red;
}

.home-loader-wrap {
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 2px;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}

.dt-popup, .order-popup {
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

.dt-popup:hover {
	color: #fbba00;
}

.homeOrderModal {
	max-width: 860px;
}

.unread {
	color: red;
	font-weight: bold;
}

.pdf-download {
	padding: 4px;
}

.block {
	margin: 8px 0 30px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	padding: 20px 20px 12px 25px;
}
/*
.home-section {
	margin: 8px 0 30px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	padding: 20px 20px 12px 25px;
}

.home-section-item {
	display: inline-block;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 10px 20px;
	width: 202px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	font-size: 0.9em;
	margin: 0 5px 8px 0;
	height: 140px;
}

.home-section-item .section-icon {
	display: block;
	font-size: 80px;
}*/

.home-section {
  display: flex;
	/*flex-flow: row wrap;*/
  flex-wrap: wrap;
	align-items: flex-start;
	align-content :flex-start;
	justify-content: flex-start;
	margin: 8px 0 30px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	padding: 20px;
}

.home-section-item {
	flex: 0 0 184px;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 10px 20px;
	height: 140px;
	margin: auto;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	font-size: 0.9em;
	margin: 0 5px 8px 0;
	position: relative;
	box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.25);
	/*border-right : 3px solid #ccc;
	border-bottom : 3px solid #ccc;*/
}

.home-section-item:hover {
	border: 1px solid #ddd;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	border-left : 2px solid #ddd;
	border-top : 2px solid #ddd;
}

.home-section-item-text {
	position:absolute;
	top: 95px;
  width: 90%;
  text-align: center;
}

@media screen and (max-width : 800px){
	.home-section-item {
		flex: 1 1 500px;
	}
	.home-section-item-text {
		width: 95%;
	}
}


.territory-change {
	margin-bottom: 20px;
}

.debugbar {
	display: block !important;
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	text-align: center;
	background:#000;
	color:#fff;
	padding:10px 0;
	opacity: 0.7;
}

.debugbar.close {
	display: none !important;
}

.close-debugbar {
	position: absolute;
	right: 25px;
	font-size: 25px;
	cursor: pointer;
}

@media print {
	body {
		background: none;
	}
	.page-header,
	.header,
	.footer,
	.debugbar,
	.button,
	.territory-selector,
	.table-complex-filter,
	input[type=submit],
	table.table-complex tbody td a {
		display: none;
	}
	.main {
		padding: 0;
	}
	input, input:disabled, textarea {
		border: 0px;
		background: none;
		color: #000;
	}
	.wrapper {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
}

.text-center {
	text-align: center;
}

.hidden {
	display: none;
}

.red {
	color: red;
}

.orange {
	color: orange;
}

.green {
	color: green;
}

.red-back {
	background-color: red;
	color: white;
}

.orange-back {
	background-color: orange;
}

.green-back {
	background-color: green;
	color:white;
}

.black {
	color: black;
}

.bold {
	font-weight:bold;
}

.disabled{
	opacity: 0.6;
	cursor: not-allowed;
	pointer-events: none;
}

.radio input[type=radio], .radio input[type=checkbox] {
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	margin-left: 10px!important;
	margin-right: 10px!important;
}

/* @end */


/** Password Reset **/
.js-change-password {
	margin-top: 20px;
}

.buyer_selector {
	position:absolute;
	top: 0;
	right: 80px;
	color: black;
}

/**supplier_global slider switch**/
.supplier_global {
	position: absolute;
	right: 80px;
	top: 0px;
	color: #444;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 16px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	/*box-shadow: 0 0 1px #2196F3;*/
}

input:checked + .slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 16px;
}

.slider.round:before {
	border-radius: 50%;
}

/*forms fields*/
input[type=text], input[type=email], textarea, select {
  background-color: white;
  border-width: 1px;
  border-color: #e0e0e0;
}
.gform_wrapper input[type=text],.gform_wrapper input[type=email],.gform_wrapper textarea, select {
  background-color: #f5f5f5;
  border-width: 1px;
  border-color: #e0e0e0;
}
input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, textarea:hover, select:hover, input[type=text]:focus, input[type=email]:focus, textarea:focus, select:focus {
  background-color: white;
  border-style: solid;
  border-width: 1px;
}
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.3;
	opacity:.30;
	filter: alpha(opacity=30);
}
.white_content {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 50%;
	margin-top: -385px;
	margin-left: -515px;
	/*transform: translate(-50%, -50%);*/
	padding: 5px;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.di-post {
	line-height: 1.5;
}

p {
	font-size: 15px;
	line-height: 1.55em;
}

.machine-order input, .machine-order textarea {
	padding:10px;
}

.machine-order td {
	padding-top: 15px;
	padding-bottom: 30px;
}

.terms {
	font-size:16px;
	line-height: 1.5em;
}

.terms input[type=checkbox] {
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	margin: 10px;
}

.gsurvey-rating > label {
	-ms-transform: scale(2); /* IE */
	-moz-transform: scale(2); /* FF */
	-webkit-transform: scale(2); /* Safari and Chrome */
	-o-transform: scale(2); /* Opera */
	transform: scale(2);
	padding: 5px 5px;
	margin-right: 18px;
}

.terms input[type=checkbox]::before {
	padding:20px;
}

.terms input[type=radio] {
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	margin: 10px;
}

.form-title input[type=checkbox] {
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	margin: 10px;
}

.order_totals {
	margin-top:30px;
	/*width: 300px;*/
}

.address_box {
	display: inline-block;
	white-space: nowrap;
}

.address_box.hidden {
	display: none;
}

.indent {
	padding-left:5%;
}

.pointer {
	cursor: pointer;
}

.partlist_select_all {
	float:right;
	font-size:18pt;
	padding-top:5px;
	padding-right:5px;
}

@media screen and (max-width : 480px){
	.logo {
		top:16px;
	}
	.logo img {
		width: 50px;
	}
	.wrapper {
		width:100%;
		padding:0 5px;
	}
}

.margin-error, .margin-total-error,  .total-error, .freight-error, .value-error {
	color:red;
	font-weight: bold;
	padding-left: 5px;
}

.is-today .pika-button {
	color: #fff;
	background-color: #000;
	font-weight: bold;
}

.gfield_repeater_wrapper fieldset {
	border : 0;
}

.gform_wrapper .gfield_repeater_cell label {
	color : #000!important;
	font-weight: 700!important;
	font-size: inherit!important;
}

.gsection_description {
	font-size: 13px!important;
	line-height: 1.2 !important;
}

.ginput_container_date input {
	width: auto!important;
}

.gform_button {
	padding:20px 70px;
}

.gfield_consent_description {
	border: none!important;
	overflow-y: auto!important;
	padding-top: 0!important;
	padding: 0 8px!important;
	margin-top: 0!important;
}

.glass {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5.5px);
	-webkit-backdrop-filter: blur(5.5px);
	/*border: 1px solid rgba(0, 0, 0, 0.3);*/
}

.gravityflow-action-buttons {
	margin-bottom: 200px;
}

/*translatepress*/
body.admin-bar #trp-floater-ls.trp-top-right, body.admin-bar #trp-floater-ls.trp-top-left {
	top: 0;
}

#trp-floater-ls.trp-top-left {
	top: 0;
	left: 10%;
}

.loading:after {
  content: ' - loading'
}

.running:after {
  content: ' - running'
}

.suppliercomments{
	color:black;
	width:180px;
}

.flex-container {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.overdue , .overdue a {
	background-color: red!important;
	color:white!important;
}

.experdite {
	background-color: greenyellow!important;
}

.defer {
	background-color: pink!important;
}

.cancel {
	background-color: yellow!important;
}

.stats {
	border: 1px solid #ddd;
	padding:10px;
	margin-bottom:10px;
	position: -webkit-sticky; /* Safari */
  position: sticky;
	top: 0;
  /*top: 65px;*/
	z-index: 2;
	background: #eee;
}

.stats div {
	cursor: pointer;
}

table.dataTable>tbody>tr.child span.dtr-title {
	vertical-align: top;
}

.w200{
	width:200px;
}

.suppliercomments {
	margin-bottom: 3px;
}

.hide {
	visibility: hidden;
}

/*.fa-layers {
	vertical-align: middle;
}*/

.login2 {
	padding: 0;
	border: none;
	border-bottom: none;
}
.login2 h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.login2 .login-remember {
	display: none;
}

#reschedulecomplete,#rescheduleposttojde {
	border-radius: 5px;
	text-align: center;
}

.trafficlight {
	display:inline-block;
	width:70px;
	text-align:center;
	border-radius:15px;
	padding:5px 5px;
	color:white;
}

.sticky {
	position: -webkit-sticky; /* Safari */
  position: sticky;
	z-index: 2;
	top: 0;
}

#mass_update_excel_table {
	width:650px;
}

#mass_update_excel_table td.newprice, #mass_update_excel_table th.newprice,#mass_update_excel_table td.oldprice, #mass_update_excel_table th.oldprice {
	text-align: right;
}

/*jquery popup box*/

.popup-overlay {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: absolute;
	margin-top:10px;
  background-color: lightgray;
  border: 3px solid #666666;
	padding: 40px 20px;
  width: 50%;
  /*height: 50%;*/
  left: 25%;
	z-index: 999;
	border-radius: 20px;
}

.popup-overlay.active {
  visibility: visible;
  text-align: center;
}

.popup-content {
  visibility: hidden;
}

.popup-content h2 {
  padding-bottom: 8px;
}

.popup-content .nomargin {
	margin: 0!important;
}

.popup-content button {
  padding: 5px 10px;
	margin-top: 20px;
}

.popup-content.active {
  visibility: visible;
}

.close_popup {
	position: absolute;
	top: 0px;
	right:10px;
	cursor: pointer;
	font-size: 25px;
	font-weight: bold;
}


.qualityClaim input.medium,
.qualityClaim textarea.medium {
	width: 500px!important;
	margin-bottom: 10px;
	padding: 5px;
}

table.table-complex tbody .documents-row-expiring:nth-child(odd),
table.table-complex tbody .documents-row-expiring:nth-child(even),
table.table-complex tbody .documents-row-expiring:nth-child(odd) a,
table.table-complex tbody .documents-row-expiring:nth-child(even) a {
	background-color: orange!important;
	color: white!important;
}

table.table-complex tbody .documents-row-expired:nth-child(odd),
table.table-complex tbody .documents-row-expired:nth-child(even),
table.table-complex tbody .documents-row-expired:nth-child(odd) a,
table.table-complex tbody .documents-row-expired:nth-child(even) a {
	background-color: red!important;
	color: white!important;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
}

.column table {
	width:95%;
	margin-bottom: 40px;
}
