/*-------------------------------------

CSS Framework // Landon Miller

---------------------------------------
RESETS & DIAGNOSTICS
------------------------------------------*/

* { margin: 0; padding: 0; }

/*-------------------------------------
2. GLOBAL
------------------------------------------*/
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}



body { font: 12px/1.2em sans-serif; background-color: #eeeeee; }

#page-wrap { width: 800px; margin: 15px auto 30px auto; font-family: arial; }


#class-type {
  border: 1px solid #ccc;
  padding: 5px;
  width: 100px;
  margin: 5px 0 0 0;
}

#class-type input[type="text"] {
  display: block;
  border: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

#shipping-notes input[type="text"] {
 display: inline;
  border:  0px !important;
  background-color: #000;
  width: 40px;
  outline: 0;
  margin: 0 0 0 5px;
  color: #fff;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}

#shipping-notes input[type="text"]:focus {
  border:  0px !important;
   background-color:#dffcc8;
   color: #000;
  outline: 0;
}

#class-type  input[type="text"]:focus, #class-type  input[type="text"]:hover {
  border-bottom:  0px dotted #ccc;
  background-color:#dffcc8;
  outline: 0;
}

#shipper-info input[type="text"] {
  display: block;
  border: 0;
  text-align: right;
  border-bottom: 1px dotted #ccc;
  width: 100%;
}

#shipper-info input[type="text"]:focus, #shipper-info input[type="text"]:hover {
  border-bottom:  1px dotted #ccc;
  background-color:#dffcc8;
  outline: 0;
}


#customer-info input[type="text"] {
  border: 0;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}

#customer-info input[type="text"]:focus, #customer-info input[type="text"]:hover {
  border-bottom:  1px dotted #ccc;
  background-color:#dffcc8;
  outline: 0;
}

#customer-info textarea#specialrequests {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

#customer-info textarea { width: 100%; height: 55px; clear: both; text-align: left; border: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
#customer-info textarea:focus { background-color: #dffcc8; border: 0; outline: 0; }


#item-listing { clear: both; width: 100%; margin: 0px 0 0 0; border: 0px solid black; }
#item-listing th { background-color: #000; color: #fff; }
#item-listing td { padding-top: 5px; border-bottom: 1px solid #ccc; }
#item-listing td .no-border { border: 0 !important; }

#item-listing input[type="text"] {
  border: 0;
  width: 40px;
  text-align: center;
  background-color:#dffcc8;
}

#item-listing input[type="text"]:focus, #item-listing input[type="text"]:hover {
  border: 0;
  background-color:#dffcc8;
  outline: 0;
}

#totals {
text-align: right;
margin: 10px 0 0 0;
}

#totals input[type="text"] {
  border: 0;
  width: 40px;
  margin-right: 10px;
  background-color:#dffcc8;
  text-align: center;
}

#totals input[type="text"]:focus, #totals input[type="text"]:hover {
  border: 0;
  background-color:#dffcc8;
  outline: 0;
}

.no-edit {
	background-color: #fff !important;
	border: 0;
}

.no-edit:hover {
	background-color: #fff !important;
	border: 0;
}


.delay {
	color: #000;
	margin-left: 5px;
}

.select-margin { margin-right: 20px; float: left; }

#content { width: 760px; margin: 0 auto; min-height: 150px; background-color: #fff; padding: 10px 20px; }

table { border-collapse: collapse; }
table td, table th { border: 0px solid black; padding: 5px; }
th { background-color: #000; color: #fff; }

.full { width: 100%; }
.fifty {width: 50%; float: left; }


#header { min-height: 15px; margin: 5px 0 5px 0;  background: #000; text-align: center; color: #fff; }
.bol { font: 16px Helvetica, Sans-Serif; text-decoration: uppercase; letter-spacing: 2px; padding: 8px 0px; text-transform: uppercase; }

#logo {
  margin-left: 10px;
  height: 71px;
  width: 142px;
}

#logo:hover {
	cursor: pointer;
}

.reichman {
	background-image: url(../images/reichman.png);
	background-repeat: no-repeat;
}

.allstates {
	background-image: url(../images/allstates.png);
	background-repeat: no-repeat;
}

#customer-info { border-top: 1px solid #ccc; margin-top: 5px; padding-top: 15px; font-size: 12px; margin-bottom: 15px; }

.dot td { padding-top: 5px; border-bottom: 1px solid #ccc; }

.delete-wpr { position: relative; }
.delete { display: block; color: #666; text-decoration: none; position: absolute; font-weight: bold; padding: 0px 3px; top: 0px; left: -22px; font-family: Verdana; font-size: 12px; }

#triple-box { margin-top: 15px; }
#triple-box textarea { width: 100%; height: 55px; clear: both; text-align: left; border: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
#triple-box textarea:focus { background-color: #dffcc8; border: 0; outline: 0; }



#special-requests {
	width: 40%;
}

#special-requests th { background-color: #000; color: #fff; text-align: left; padding-left: 15px;  }
#special-requests td { padding-top: 7px; }

#shipping-notes {
  float: left;
  width: 60%;
}

#pro-number {
  float: right;
  width: 39%;
  border: 1px dashed #ccc;
  height: 65px;
  padding-top: 45px;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}

#info {
  font-size: 12px;
  padding: 10px 0;
  text-align: justify;
}

.chem {
 padding-top: 5px;
 font-weight: bold;
 text-align: center;
}

#prepared-by {
	float: left;
	width: 49%;
	height: 60px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	color: #666;

}

#cd-signature {
	float: right;
	width: 50%;
	height: 60px;
	border-bottom: 1px solid #ccc;
	color: #666;

}

#add-product-container {
  padding: 0 15px 10px 0;
  text-align: right;
}

#timestamp {
	font-size: 11px;
	color: #999;
}

.cdate {
	border: 0;
	background-color: #000;
	color: #fff;
	font: 13px Helvetica, Sans-Serif;
}

.cdate:active,.cdate:focus {
	background-color: #DFFCC8;
	color: #000;
	outline: 0;
}

.delay {
	color: #000-;
}
/*-------------------------------------
NAVIGATION
------------------------------------------*/

nav {
	height: 50px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	z-index:1;
	background-color: #333;
	border-radius: 0 0 5px 5px;
	color: #fff;
	display: none;
}

#main-label-options {
  min-height: 30px;
  padding: 5px 5px;
  margin: 0px 0 0px 0;
  color: #000;
  background: #e3e3e3;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  border-radius: 5px;
  font-size: 11px;
}


#options {
  min-height: 30px;
  padding: 5px 5px;
  margin: 15px 0 15px 0;
  color: #fff;
  background: #e3e3e3;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  border-radius: 5px;
}

#options select {
  border: 1px solid #e2e2e2;
  padding: 5px;
  outline: 0;
  border-radius: 5px;
  width: 150px;
}

#options select:focus {
  border: 1px solid #ccc;
  outline: 0;
}

select { outline: 0 !important; }

/*-------------------------------------
4. HEADINGS
------------------------------------------*/

h1 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

h2 {
	margin: 0 0 0 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

h4 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}


/*-------------------------------------
TYPOGRAPHY
------------------------------------------*/



/*-------------------------------------
LINKS
------------------------------------------*/

a, a:visited { color: #508427; text-decoration: none; margin: 0; }
a:hover { color: #63a62f; }
a:active { margin-top: 1px; }

/*-------------------------------------
LISTS
------------------------------------------*/

#main-header {
	width: 400px;
	margin: 0 auto;
}

.sign-out {
	text-align: right;
	margin: 30px 0 35px 0;
}


.search {
	width: 195px;
	height: 29px;
	z-index: 3;
	padding: 0;
	margin: 25px auto;
}

#b {
	width: 160px;
	height:20px;
	border:solid 2px #FFF;
	padding:0;
	float:left;
}

.product-search {
	width: 195px;
	height: 29px;
	z-index: 3;
	padding: 0 0 0 0;
	margin: 10px auto 0 auto;
}

#svalue {
	width: 150px;
	height:20px;
	border:solid 2px #FFF;
	padding:0 0 0 5px;
	float:left;
}
#searchsubmit {
	 border:none;
	 padding:0;
	 margin:0;
	 background:url(../images/search-button.jpg) no-repeat;
	 width:28px;
	 height:28px;
	 float:left;
	 color: transparent;
	 text-transform: capitalize;
	 font-size: 0px;
	 color: #fff;
	 text-indent: -3px;
}

#searchsubmit:active {
	cursor: pointer;
}

#searchsubmit:hover {
	cursor: pointer;
}


#main-nav {
	width: 400px;
	margin: 0 auto;
}


#main-nav a {
  display: block;
  background: #7fbf4d;
  background: -moz-linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0px 10px 0px;
  margin: 10px 0 10px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 100%;

}

#main-nav a:hover {
background: #76b347;
background: -moz-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
-moz-box-shadow: inset 0 1px 0 0 #8dbf67;
-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
box-shadow: inset 0 1px 0 0 #8dbf67;
cursor: pointer;
}

#main-nav a:active {
margin-top: 1px;
border: 1px solid #5b992b;
border-bottom: 1px solid #538c27;
}

ol {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}

ol li {
	margin: 0 0 0.25em 30px;
	padding: 0;
}

/*-------------------------------------
FORMS
------------------------------------------*/


.button {
  background: #7fbf4d;
  background: -moz-linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 15px 7px 15px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;

}

.button:hover {
background: #76b347;
background: -moz-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
-moz-box-shadow: inset 0 1px 0 0 #8dbf67;
-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
box-shadow: inset 0 1px 0 0 #8dbf67;
cursor: pointer;
}

.button:active {
margin-top: 1px;
border: 1px solid #5b992b;
border-bottom: 1px solid #538c27;
}



.minimal {
  background: #e3e3e3;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 10px 9px 10px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}

.minimal:hover {
  background: #d9d9d9;
  -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222;
  cursor: pointer;
}

.minimal:active {
  background: #d0d0d0;
  -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
  -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
  box-shadow: inset 0 0 1px 1px #e3e3e3;
  color: #000;
}

.minimal:visited {
  color: #333;
}


label.error {
	display: block;
	color: red;
	font-size: 11px;
	font-weight: bold;
}

/*-------------------------------------
Archives
------------------------------------------*/
#lading-archives th {
	border: 1px solid #000;
	font-size: 11px;
}

#lading-archives td {
	border: 1px solid #000;
	padding: 6px;
	font-size: 11px;
}

#lading-archives input[type="text"] {
  border: 0;
  width: 100%;
  margin-right: 10px;
  background-color:#dffcc8;
  text-align: center;
}

#lading-archives  input[type="text"]:focus, #lading-archives  input[type="text"]:hover {
  border: 0;
  background-color:#dffcc8;
  outline: 0;
}


/*-------------------------------------
Product Updates
------------------------------------------*/

.product-updates th {
	border: 1px solid #000;
	font-size: 11px;
}

.product-updates td {
	border: 1px solid #000;
	padding: 6px;
	font-size: 11px;
}

.product-updates input[type="text"], .product-updates textarea {
  border: 0;
  margin-right: 10px;
  background-color:#fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.product-updates input[type="text"]:focus, #lading-archives input[type="text"]:hover, .product-updates textarea:hover {
  border: 0;
  background-color:#dffcc8;
  outline: 0;
}

.item-box { background-color: #000 !important; color: #fff; }



#category-selector {
  min-height: 30px;
  padding: 5px 5px;
  margin: 0px 0 0px 0;
  color: #fff;
  background: #e3e3e3;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  border-radius: 5px;
}

#category-selector select {
  border: 1px solid #e2e2e2;
  padding: 5px;
  outline: 0;
  border-radius: 5px;
  width: 250px;
}

/*-------------------------------------
EXTRAS
------------------------------------------*/

#label-preview {
	background-image: url(../images/reichman-label.png);
	background-repeat: no-repeat;
	background-position: center middle;
	width: 216px;
	min-height: 342px;
	background-color: #fff;
	border-radius: 8px;
	margin: 15px 0 15px 0;
	border-shadow: 5px;
	box-shadow: 0px 0px 10px #bbb;
}

#jobStatusDiv { font-size: 11px; color: #333; font-weight: bold; text-align: center; }

#print {
	float: left;
	background: url('../images/print-pdf.png') no-repeat -44px -3px;
	width: 39px;
	height: 39px;
	margin-left: 4px;
}

#print:hover {
	background: url('../images/print-pdf.png') no-repeat -44px -44px;
	cursor: pointer;
}

#print:active {
	background: url('../images/print-pdf.png') no-repeat -44px -85px;
	cursor: pointer;
}

#print  span {
	display: none;
}

#excel {
	float: left;
	background: url('../images/print-pdf.png') no-repeat -3px -3px;
	width: 39px;
	height: 39px;
	margin-left: 4px;
	border: 0;
	color: transparent;
}

#excel:hover {
	background: url('../images/print-pdf.png') no-repeat -3px -44px;
	cursor: pointer;
}

#excel:active {
	background: url('../images/print-pdf.png') no-repeat -3px -85px;
	cursor: pointer;
}

#excel  span {
	display: none;
}

#tbl-options th {
  	text-align: left;
}

#tbl-options ul {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}

#tbl-options ul li {
	margin: 0 0 4px 0px;
	padding: 0 0 0 0px;
	line-height: 20px;
	vertical-align: top;
}

#tbl-options img {
	margin-left: 10px;
}

#tbl-options input[type="text"] {
  border: 0;
  text-align: left;
  border-bottom: 1px dotted #ccc;
  width: 160px;
}

#tbl-options input[type="text"]:focus, #tbl-options input[type="text"]:hover {
  border-bottom:  1px dotted #ccc;
  background-color:#dffcc8;
  outline: 0;
}

.add-option { margin-top: 10px;  }

.edit-customer input[type="text"] {
  border: 0;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}

.edit-customer input[type="text"]:focus, #customer-info input[type="text"]:hover {
  border-bottom:  1px dotted #ccc;
  background-color:#dffcc8;
  outline: 0;
}

.red { color: #F00 !important; }


.placards {  display: none; width: 100px; background-color: #fff; color: #000; padding: 2px 5px 2px 1px; cursor: crosshair; }

#label-preview2 {
	background-repeat: no-repeat;
	background-position: center middle;
	width: 216px;
	min-height: 342px;
	background-color: #fff;
	border-radius: 8px;
	margin: 15px 0 15px 0;
	border-shadow: 5px;
	box-shadow: 0px 0px 10px #bbb;
}

#labelTextArea {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	width: 207px;
	margin: 180px 5px 0 4px;
	border: 0;
}

#labelTextArea:focus { background-color: #dffcc8; border: 0; outline: 0; }

.shipping-label {
	width: 40px;
	height: 100px;
	margin: 0 5px !important;
}

.hazmat td:first-of-type {
	background-image: url(../images/hazmat.png);
	background-repeat: repeat-y;
}

.myproduct_description {
	min-height: 100px;
	overflow-y: scroll;
}
