/*
* Global CSS Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body{
  font-family: Arial, Helvetica;
  font-size: 0.95em;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
}

header{
  width: 100%;
  height: 60px;
  background: linear-gradient(#e2e2e2, #ccc);
  position: fixed;
  top: 0;
}
input{
  outline: none;
  border:none;
}
footer{
  width: 100%;
  height: 60px;
}

a{
  color:#000000;
  text-decoration: none;
}

a:hover{
  color: #1fa278;
}

a.tab{
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 0 -1px 0;
}

a.tab.selected{
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #66c1be;
  color: #ffffff;
}

nav{
  display: inline-block;
  float: left;
  margin: 0 0 0 20px;
}

nav a{
 padding: 10px 15px;
 display: inline-block;
 text-decoration: none;
 color: #0a0a0a;
 margin: 10px;
}

nav a:hover{
  background: #66c1be;
  color: #ffffff;
  border-radius: 4px;
}

h1{
  font-size: 1.5em;
  padding: 10px 0;
}
h2{
  font-size: 1.2em;
  padding: 8px 0;
}

i{
  display: inline;
}
hr{
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
  margin: 0;
  padding:10px 0;
}
fieldset{
  margin:  0;
  padding: 0;
  border: none;
}
fieldset label{
  width: 150px;
  display: inline-block;
}

input[type="password"], input[type="text"]{
  border: 1px solid rgb(169, 169, 169);
  padding: 5px 0; 
  text-indent: 5px;
}

input[type="password"]:focus, input[type="text"]:focus{
  border: 1px solid #55c1be;
}
input[type="submit"]{
  background: #66c1be;
  border: 1px solid #1fa278;
  color: #fff;
  padding: 5px 10px;
}
input[type="submit"]:hover{
  background: #1fa278;
  border: 1px solid #1fa278;
  cursor: pointer;
}
select{
  padding: 4px 0;
}
button[type="submit"]{
  padding: 10px;  
}

button.actionbutton{
  font-weight: bold;
  padding: 10px;
  float: right;
  background: #66c1be;
  border: 1px solid #1fa278;
  color: #ffffff;
}
button.actionbutton:hover{
  background: #1fa278;
  border: 1px solid #1fa278;
  cursor: pointer;
}
img.selection-icon{
  vertical-align: bottom;
}
table{
  font-size: 0.95em;
  width: 100%;
}

tr{
  background: #e0e0e0;
}
th{
  text-align: left;
  background: #999;
  padding: 5px 0;
  margin: 0;
  border: 0;
}
td{
  border-bottom: 1px solid #666;
  padding: 5px 0;
}
.statstable tr{
  background: none !important;
}
.statstable th{
  text-align: left;
  background: none !important;
  padding: 5px 0;
  margin: 0;
  border: 0;
}
.statstable td{
  border: none !important;
  padding: 5px 0;
}

#logo{
 display: inline-block;
 float: left;
}

#useraccount{
  display; inline-block;
  float: right;
  padding: 22px 15px;
  margin: 0px;
}
#loginwrapper{
    width: 300px;
    height: 300px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-150px;/* half width*/
    margin-top:-150px;/* half height*/
}
#loginwrapper p{
  font-size: 0.65em;
  text-align:center;
}

#loginbox{
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.7);
}
#loginbox-inner{
  padding: 10px;
  margin: 0 auto;
}
#loginbox-inner input[type="password"], #loginbox-inner input[type="text"]{ 
  width: 100%;
  margin: 5px 0;
  padding: 5px 0;
  text-indent: 5px;
}
#filter{
  padding: 10px 0;
}
#pagination{
  padding: 20px 0;
}
#ordersupload{
	padding: 10px 0;
}
.grid{
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 0 25px;
}

.page-section{
  
}

.first{
  margin-top: 75px;
}

.col-13{
    width: 33.333333%;
    padding:0 15px 15px 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rowcontainer{
  width: 100%; 
 /* white-space: nowrap;*/
  border-bottom: 1px solid #666;
  border-top: 1px solid #fff;
}
.row{
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
 /* white-space: nowrap;*/
  border-bottom: 1px solid lightgray;
}
.headingrow{
  width: 100%;
  white-space: nowrap;
  border-bottom: 1px solid lightgray;
  background: #999999;
  font-weight: bold;
}
div.row:nth-child(odd) {
    background: #e0e0e0;
}
.row-lines{
  width: 100%;
  white-space: nowrap;
  border-bottom: 1px solid lightgray;
}
.row-inner{
  width: 95%;
  margin-left: 5%;
  display: none;
}
.headerrow:hover{
  cursor: pointer;
}
.cell{
  display: inline-block;
  width: 20%;
  padding: 5px 0;
  vertical-align: middle;
}
.cell-inner{
  display: inline-block;
  min-width: 25%;
  max-width:100%;
}

.fullwidth{
  width: 100%;
  white-space: nowrap;
}
.xsmall{
  width: 5%;
  min-width: 5%;
}

.xsmall.icon{
  width: 3%;
  min-width: 3%;
  text-align: center;
}
.xsmall.expandbutton{
  text-align: center;
}
.small{
  width: 10%;
  min-width: 10%;
}
.medium{
  width: 30%;
  min-width: 30%;
}
.large{
  width: 50%;
  min-width: 50%;
}
.expansion{
  color: #66c1be;
  text-decoration: none;
}
.backorder{
  background: #ffb270;
}
.msg{
  width: 100%;
  margin: 5px 0;
  padding: 5px;
  display: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
}
.loaderImage{
  display: none;
}
.status{
  font-size: 12px;
  font-weight: 600;
  padding: 8px 3px;
  border-radius: 3px;
  width: 90%;
  display: block;
  text-align: center;
 }

.status.s6 { /*New*/
  background: #607d8b;
  color: #fff;
}

.status.s5{ /*Cancelled*/
  background: #ff2d2d;
  color: #fff;
}
.status.s7{ /*Not Purchasable*/
  background: #daa300;
  color: #fff;
}
.status.s4{ /* Shipped */
  background: #4caf50;
  color: #fff;
}
.status.s1{ /* In Queue */
  background: #3f51b5;
  color: #fff;
}
.status.s2{ /* Partially Shipped */
  background: #f6a243;
  color: #fff;
}
.status.s3{ /* Purchased */
  background: #5e9ed6;
  color: #fff;
}
.statsno{
	text-align: center;
	font-size: 1.9em;
}
/*Pagination Styles*/
a.pagination{
    background: #ccc;
    padding: 2px 6px;
    text-decoration: none;
}
a.pagination:hover{
    background: #55c1be;
    color: #ffffff;
}
a.pagination.highlight{
    background: #66c1be;
    color: #ffffff;
}
.useraccount {
    position: relative;
    display: inline-block;
}

.useraccount-content {
    display: none;
    position: absolute;
    background-color: #fff;
    margin-top : 20px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.useraccount-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.useraccount-content a:hover {background-color: #55c1be}

.useraccount:hover .useraccount-content {
    display: block;
}

/*JQuery Ui Datepicker styles*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #c5c5c5 !important;
    background: #c5c5c5 !important;
    color: #000000 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #c5c5c5 !important;
    background: #66c1be !important;
    font-weight: normal;
    color: #ffffff !important;

@media screen and (max-width: 1220px){
  .grid {
    width: 98%;
} 

