@charset "utf-8";

BODY {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;	font-size: 14px;
	margin: 0 auto;
	background-color: #f3f1ed;
	color: #585858;
	box-sizing: border-box;

}

.datagrid table { border-collapse: collapse; text-align: left; width: 100%;  } .datagrid {font: normal 10px; background: #fff; overflow: hidden; border: 1px solid #E8E8E8; }.datagrid table td, .datagrid table th { padding: 10px 10px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #FFFFFF) );background:-moz-linear-gradient( center top, #FFFFFF 5%, #FFFFFF 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF');background-color:#FFFFFF; color:#333333; font-size: 11px; font-weight: bold; border-left: 1px solid #E8E8E8; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #333333; border-left: 1px solid #FFFFFF;font-size: 11px;border-bottom: 1px solid #FFFFFF;font-weight: normal; }.datagrid table tbody .alt td { background: #F7F7F7; color: #333333; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }

table.nova-table {
  border: 1px solid #DEDEDE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.nova-table td, table.nova-table th {
  border: 1px solid #DEDEDE;
  padding: 12px 8px;
}
table.nova-table tbody td {
  font-size: 12px;
  color: #333333;
}
table.nova-table tr {
  background: #f9f9f9;
}
table.nova-table tr:nth-child(even) {
  background: #FFFFFF;
}
table.nova-table thead {
  background: #FFFFFF;
  border-bottom: 1px solid #DEDEDE;
}
table.nova-table thead th {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  text-align: left;
  border-left: 1px solid #DEDEDE;
}
table.nova-table thead th:first-child {
  border-left: none;
}

table.nova-table tfoot td {
  font-size: 14px;
}
a:link {
    color: #585858;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color: #585858;
}
a:hover {
	text-decoration:underline;
    color: #585858;
}
a:active {
	text-decoration:none;
    color: #585858;
}

a.categoryLink:link {
    color: #FFFFFF;
	text-decoration:none;
}
a.categoryLink:visited {
	text-decoration:none;
	color: #FFFFFF;
}
a.categoryLink:hover {
	text-decoration:underline;
    color: #FFFFFF;
}
a.categoryLink:active {
	text-decoration:none;
    color: #FFFFFF;
}
a.menuLink:link {
    color: #FFFFFF;
	text-decoration:none;
}
a.menuLink:visited {
	text-decoration:none;
	color: #FFFFFF;
}
a.menuLink:hover {
	text-decoration:underline;
    color: #FFFFFF;
}
a.menuLink:active {
	text-decoration:none;
    color: #FFFFFF;
}

.ajax-loader  {
	width: 100%;
    margin-right: auto;
    margin-left: auto;
	padding-top: 30px;
	text-align: center;
	background-image: url(../images/745.gif);
	background-position:center;
	background-repeat: no-repeat;
	height: 120px;
}
.header {
	background-color: #ffffff;
	width: 100%;
	float: left;
	padding-bottom: 20px;

}
.header-left {
	width: 30%;
	padding-top: 19px;
	float: left;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 13px;

}
.header-middle {
	width: 40%;
	padding-top: 30px;
	text-align: center;
	float: left;
	box-sizing: border-box;


}
.header-right {
	width: 30%;
	padding-top: 15px;
	text-align: right;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	font-size: 13px;

}
.menu-bar {
	float: left;
	width: 100%;
	height: 35px;
	background-color: #333333;
	margin-bottom: 10px;
	position: relative;
}
.menu-bar-button {
	float: left;
	height: 35px;
	background-color: #333333;
	color: #ffffff;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 9px;
	box-sizing: border-box;
	cursor: pointer;
}
.menu-bar-button:hover {
	background-color: #6a9b3f;

}
.menu-active {
	background-color: #94bd3d;
}


.holder {
	width: 100%;
	float: left;
}
.holder-inner {
	border: solid;
	border-color: #e5e5e5;
	border-width: 1px;
	padding: 30px;
	background-color: #ffffff;
	width: 900px;
	clear:both;
	margin-top: 10px;
    margin-bottom: 20px;
	margin-right: auto;
    margin-left: auto;
    display:block;
    overflow:auto;
	
}
.holder-full {
	border: solid;
	border-color: #e5e5e5;
	border-width: 1px;
	padding: 30px;
	background-color: #ffffff;
	width: 100%;
    box-sizing: border-box;
}
.ajax-loader  {
	width: 100%;
    margin-right: auto;
    margin-left: auto;
	padding-top: 30px;
	text-align: center;
	background-image: url(../images/745.gif);
	background-position:center;
	background-repeat: no-repeat;
	height: 120px;
}
.login-holder {
	width: 50%;
	box-sizing:border-box;
	margin-top: 30px;
	float: left;

}
.field-title {
	width: 100%;
	font-size: 14px;
	padding-bottom: 10px;
}
.field-holder {
	width: 100%;
	
}
.field-login {
	width: 100%;
	font-size: 16px;
	border: solid;
	border-color: #e5e5e5;
	border-width: 1px;
	padding: 10px;
	color: #585858;
	outline: none;
}
.field-standard {
	width: 100%;
	font-size: 16px;
	border: solid;
	border-color: #e5e5e5;
	border-width: 1px;
	padding: 10px;
	color: #585858;
	outline: none;
	box-sizing: border-box;
}
.field-title-standard {
	font-size: 14px;
	padding-bottom: 5px;
	box-sizing: border-box;
	float: left;

}
.field-holder-standard {
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
	
}
.empty-field-warning {
	background-color: #FFEFF0;
}
.form-block-holder {
	float: left;
	padding: 10px;
	background-color: #FCFCFC;
	box-sizing: border-box;
	border-color: #EFEFEF;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
}
.login-button {
	padding: 10px;
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #274436;
	cursor: pointer;
}
.message {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	float: left;
	margin-top: 20px;
}
.error {
	background-color: #FFEFF0;
	color: #D70005;
}
.warning {
	background-color: #ffe9b5;
	color: #c19205;
}
.success {
	background-color: #e9ffe5;
	color: #1b590e;
}
	
.logout {
	width: 50%;
	float: right;
	font-size: 14px;
	margin-bottom: 10px;
	color: #274436;
	cursor: pointer;
}
/* Tooltip container */
.downloadFile {
    position: relative;
    display: inline-block;
	cursor: pointer;
}

/* Tooltip text */
.downloadFile .tooltiptext {
    visibility: hidden;
    background-color: #666;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
	width: 120px;
	font-size: 12px;
	
	 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	right: 0px;
	top: -40px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.downloadFile:hover .tooltiptext {
    visibility: visible;
}

/* Removes the clear button from date inputs */
input[type="date"]::-webkit-clear-button {
   /* display: none; */
}

/* Removes the spin button */
input[type="date"]::-webkit-inner-spin-button { 
    display: none;
}

/* Always display the drop down caret */
input[type="date"]::-webkit-calendar-picker-indicator {
    color: #2c3e50;
}

/* A few custom styles for date inputs */
input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    color: #333333;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 11px;
    border:1px solid #ecf0f1;
    background:#FFFFFF;
    padding:5px;
    display: inline-block !important;
    visibility: visible !important;
	outline: none;

}

input[type="date"], focus {
    color: #333333;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.pointer {
	cursor: pointer;
}
.hidden {
    width:270px;
    z-index:2;
    position:fixed;
    left:-225px;
    color:#000;
	-webkit-box-shadow: 7px 8px 11px -3px rgba(0,0,0,0.43);
    -moz-box-shadow: 7px 8px 11px -3px rgba(0,0,0,0.43);
    box-shadow: 7px 8px 11px -3px rgba(0,0,0,0.43);
	background-image: url(../images/menu-background.png);
	background-repeat: repeat;
	padding: 15px;
	margin-top: 20px;
	float: left;
    height: calc(100vh - 177px);
	top: 155px;
	display: none;
	box-sizing: border-box;
}


.clear {
    clear:both;
}
.rounded-button {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 15px;
	cursor: pointer;
}
.rounded-button-black {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px;
	background-color: #333333;
	margin-top: 15px;
	cursor: pointer;
	text-align: center;
}
.rounded-button-black:hover{
	background-color: #94bd3d;
}

/* Tooltip text */
.display-name .tooltiptext {
    visibility: hidden;
    background-color: #666;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
	font-size: 12px;
	
	 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	left: 0px;
	top: -45px;
}
/* Show the tooltip text when you mouse over the tooltip container */
.display-name:hover .tooltiptext {
    visibility: visible;/* A few custom styles for date inputs */
}
.page-title {
	padding-top: 10px;
	border-bottom: solid;
	border-bottom-color: #e5e5e5;
	border-bottom-width: 2px;
	font-size: 16px;
	padding-bottom: 7px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.box-title {
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
    border-bottom: solid;
	border-bottom-color: #e5e5e5;
	border-bottom-width: 1px;
	font-size: 13px;
	padding-bottom: 7px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.search-field {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	height: 30px;
	line-height: 20px;
	font-size: 12px;
	outline: 0;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.search-dropdown {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	height: 30px;
	line-height: 20px;
	font-size: 12px;
	outline: 0;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.search-field-title {
	line-height: 20px;
	color: #FFFFFF;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	font-size: 11px;
	float: left;
}
/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -5px;
    left: 8px;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style:solid;
	border-width: 1px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #F5F5F5;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #333333;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 8px;
    top: 5px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* The container */
.container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.scroll-to-top {
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 12px;
	z-index: 1;
	position:fixed;
    bottom:0;
    right:0;
	text-align: center;
	display: none;
	opacity: 0.8;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
     border-top-left-radius: 5px;
	 cursor: pointer;
}
.download-box {
	padding: 15px;
	width: 250px;
	z-index: 1;
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	margin-top: 30px;
	margin-right: 30px;
	background-image: url(../images/menu-background.png);
	background-repeat: repeat;
	border-radius: 5px;
}
.download-block {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 5px;
	background-color: #333333;
	cursor: pointer;
	margin-bottom: 20px;
}
.download-button {
	color: #FFFFFF;
	float: right;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 5px;
	background-color: #333333;
	cursor: pointer;
	font-size: 13px;
}
.download-block:hover { 
	background-color: #444444;
}
.product-container {
	float: left;
	width: 100%;
	box-sizing:border-box;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	position: relative;

}
.product-container-outer {
	box-sizing:border-box;
	width: 16.66%;
	padding: 5px;
	float: left;
}
.product-image {
	width: 100%;
	padding: 10px;
	box-sizing:border-box;
}
.product-title {
	width: 100%;
	padding: 0px 10px 0px 10px;
	box-sizing:border-box;
	font-size: 13px;
	text-align: center;
	height: 45px;
}
.grid-price {
	width: 100%;
	padding: 0px 0px 10px 10px;
	box-sizing:border-box;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.product-stock-status {
	width: 100%;
	padding: 0px 10px 10px 10px;
	box-sizing:border-box;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
.product-check-box {
	width: 50%;
	padding: 0px 10px 10px 10px;
	box-sizing:border-box;
	height: 35px;
}
.product-code {
	padding: 5px 10px 5px 10px;
	box-sizing:border-box;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	float: left;
	background-color: #FFFFFF;
	position: absolute;
	top: 5px;
	left: 5px;
	
}
.mega-menu {
	background-color: #333333;
	position: absolute;
	color: #FFFFFF;
	padding: 20px 10px 20px 10px;
	z-index: 10;
	font-size: 13px;
	top: 35px;
	left: 0px;	
	line-height: 25px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #6a9b3f;

}
.mega-menu-column {
	width: 200px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	float: left;
	padding: 0px 20px 0px 20px;
	height: 230px;
}
.order-field-holder {
	padding-bottom: 15px;
	padding-right: 10px;
	box-sizing: border-box;
	float: left;
}
.order-field {
	font-size: 13px;
	border: solid;
	border-color: #e5e5e5;
	border-width: 1px;
	padding: 10px;
	color: #585858;
	outline: none;
	width: 100%;
	height:  30px;
	box-sizing: border-box;
	background-color: #FCFCFC;

}
.order-block {
	float: left;
	padding: 20px 10px 20px 20px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border-right-color: #f3f1ed;
	border-right-style: solid;
	border-right-width: 20px;
}
.order-field-title {
	width: 100%;
	font-size: 12px;
	padding-bottom: 5px;
	box-sizing: border-box;
	float: left;
}
.order-totals {
	padding-bottom: 20px;
	padding-right: 10px;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
}
.ui-autocomplete .ui-menu-item{ 
    font-size: 12px;
	color: #333333;
	line-height: 16px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
	padding: 2px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-state-active.ui-button:hover 
{
  background: #EAEAEA;
  border-color: #FFFFFF;
}
.order-list-heading {
  box-sizing: border-box;
  width: 100%;
  background-color: #333333;
  padding: 10px;
  cursor: pointer;
}
.order-list-heading {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
}
.address-block {
	float: left;
	width: 50%;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 20px;	
}
.order-block-title {
	float: left;
	width: 100%;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}





	
	

