body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; color: #111; background-color:#FFF; font-size:14px;

	padding-top: 10px;
	
	background: rgb(252,255,244);
	background: -moz-linear-gradient(-45deg,  rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(233,233,206,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	background: linear-gradient(135deg,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=1 );

	background-repeat: no-repeat;
    background-attachment: fixed;
}
body.panel_body { font-size: 95%; font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; color: #111; background-color:#FFF; }

img {
	border:none;
}

h1 {
	margin: 0 0 5px;
	padding: 0;
	color: #444;
}

h2, h3, h4 {
	margin: 0 0 5px;
	padding: 0;
	color: #595959;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: #444;
}

.messageBox {
	background-color:#FFC;
	padding: 4px;
}

.messageBox img {
	vertical-align: middle;
}

.actionsBlock {
	background-color:#DDD;
	border: 1px solid #AAA;
	margin-top:10px;
	margin-bottom:10px;
}

.actionsBlock .padder {
	padding:10px;
}

.primaryFields .formitem, .primaryFields .formitem label {
font-size:14px;
}

.pageWrapper {
	margin-top:25px;
	padding: 20px;
}

/* @group Invoice Styles */
.production_numbers, .production_alt_ref_numbers {
	color: #888;
	font-size: 12px;
	font-weight: normal;
	clear: both;
}

.production_numbers span, .production_alt_ref_numbers span {
	color: #888;
	font-weight: normal;
}

/* @group Tables */

table.batch_nav {
				padding: 3px;
				margin: 0px;
				border-collapse: collapse;
				color: #FFF;
				background: none;
				width: 100%;
				border: 0px;
			}
table.batch_nav td {color: #444; font-size: 14px;}
table.batch_nav a {color: #444; text-decoration: none; border-bottom: 1px solid #C6C8CB;}  
table.batch_nav a:visited {color: #444;}
table.batch_nav a:hover {color: #666;}  

table.editor {font-size: 75%;
				padding: 6px;
				margin: 0px;
				border-collapse: collapse;
				color: #111;
				background: #EEE;
				border: 1px solid #AAA;
			}
table.editor td {padding: 3px; border-collapse: collapse;}
table.editor td.label {padding: 3px; border-collapse: collapse; text-align: right;}
table.editor caption {color: #111; text-align: left; text-transform: uppercase;  padding-bottom: 11px; font-size: 150%;}


table.listing {
	font-size: 14px; width: 100%; color: #000; 
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
table.listing td,th { padding: 6px; }
table.listing a {color: #2b3b60; text-decoration: none;}  
table.listing a:visited {color: #777;}
table.listing a:hover {color: #000;}  
table.listing thead th {background-color:rgba(50, 50, 50, 0.5); color: #fff; text-align: left; font-weight: bold; font-size: 14px;}
table.listing thead th a {color: #fff; text-decoration: none;} 
/*table.listing thead th a:hover {color: #CCC;}*/
table.listing tfoot td {background: #DDD; color: black; text-align: left; font-weight: bold; font-size: 14px;}
table.listing caption {
	color: #595959;
	font-size:18px;
	font-weight:bold;
	padding:8px;
}
/*
table.listing tbody tr { background: #F3F5F7;
	border-bottom: 1px solid white;
}

table.listing tbody tr:hover {background: #fef9c9; color: #111;}
*/
table.listing tbody tr.selected {background: #CCC;}


table.batch_nav {font-size: 95%; padding: 3px; margin: 0; border-collapse: collapse; color: #444;}
table.batch_nav a {color: #333;}
table.batch_nav a:hover {color: #777;}

table.privileges {font-size: 14px; padding: 5px; color: #444;min-width: 500px;}
table.privileges td {padding: 3px;}
table.privileges a {color: #333;}
table.privileges a:hover {color: #777;}

table.listing td input[type=checkbox] {
	margin-left: auto;
	margin-right: auto;
	display: block;
	
	/* Over-sized Checkboxes */
	-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);
	padding: 10px;
}

table.total-sales-report-options input, table.total-sales-report-options select {
	font-size: 14px;
}

table:has(.entity-listing-sub-row) td, table:has(.entity-listing-sub-row) th {
	border: 1px solid #aaa;
}

tr:has(+ .entity-listing-sub-row) td {
  background-color: #ddd !important;
}

tr:has(+ .entity-listing-sub-row):hover td {
  background-color: #e9e9e9 !important;
}

.table-bordered thead:first-child tr:first-child>th:first-child, .table-bordered tbody:first-child tr:first-child>td:first-child, .table-bordered tbody:first-child tr:first-child>th:first-child,
.table-bordered thead:first-child tr:first-child>th:last-child, .table-bordered tbody:first-child tr:first-child>td:last-child, .table-bordered tbody:first-child tr:first-child>th:last-child
{
	border-radius: 0px !important;
}

/* @end */

.text0 {color: #555; text-transform: uppercase; font-size: 34px;}
.text1 {color: #555; text-transform: uppercase; font-size: 26px;}
.text2 {color: #333; text-transform: uppercase; font-size: 18px;}
.text3 {color: #222; font-size: 14px;}
.text4 {color: #222; font-size: 12px}

.small_button {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.small_save_button {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.small_cancel_button {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

label { 
	position: relative; 
	text-align:left;
	width: 200px;
	padding-right: 11px;
	display: inline-block;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	color: #4a4a4a;
	vertical-align: top;
}

/*
input {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}
*/


legend {
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #2c2c2c;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
}

/*fieldset {
	border-width: 1px;
	border-color: #c7c7c7;
	padding: 10px;
	background-color: #f6f6f6;
}*/

fieldset.filter {
	background-color: #EEEEEE;
}

.property-cell {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

.formitem {
	position: relative;
	padding-bottom: 2px;
	padding-top: 2px;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
	vertical-align: top;
	clear: both;
}

.formitem label {
	height:25px;
}

.form-tab {
	border: 1px solid #ccc;
	border-bottom:none;
	padding: 8px;
	margin-right: 4px;
	background-color:rgba(0, 0, 0, 0.3);
	width: auto;
	float:left;
	color:#c7c7c7;
	min-width: 160px;
	text-align: center;
	font-weight: bold;
	border-radius: 6px 6px 0px 0px;
	font-size: 16px;
	
}

.form-tab:hover {
	background-color:rgba(0, 0, 0, 0.4);
}

.form-tab a {
	color:#474747;
	text-decoration: none;
}

.form-tab-active {
	border: 1px solid #ccc;
	border-bottom: 0px;
	padding: 8px;
	margin-right: 4px;
	background-color:rgba(0, 0, 0, 0.1);
	width: auto;
	float:left;
	min-width: 160px;
	text-align: center;
	font-weight: bold;
	border-radius: 6px 6px 0px 0px;
	font-size: 16px;
}

.form-tab-active a {
	color:#474747;
	text-decoration: none;
}

.form-tab-section {
	border: 1px solid #c7c7c7;
	padding: 11px;
	background-color: #f6f6f6;
}

#seedSourceHeader {
	width:99%;
	height:40px;
	background-color:#DDD;
	padding:6px;
	border: 1px solid #BBB;
}

#seedSourceHeader H1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#seedSourceHeader H2 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

/* @group Validation */

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 4px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-size:11px;
	position: absolute;
	margin-left:124px;
	margin-top:-2px;
	z-index: 1;
}

#InventorySelectionsUpdateContainer .validation-advice {
	margin: 5px 0;
	padding: 4px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-size:11px;
	position: absolute;
	margin-left:42px;
	margin-top:-20px;
}

.btn {
	font-size: 16px;
}

.btn-mini {
	font-size: 13px;
}

.btn-group>.btn-mini {
	font-size: 13px;
}

/* @end */

/* @group Menu */

div.menu-container {
	background-color: #0c4005;
	width: 100%;
	height: 20px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 100;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu_section_title {
	color:#EEE!important;
}

.menu { position: fixed; z-index:100;
	top: 0;
	left: 0;
	opacity: 0.9;
	font: bold 12px arial, sans-serif;
}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:120px; height:20px; text-align: left; color:#fff; background: #0c4005; line-height:20px; font-size:12px; overflow:hidden;
	padding-left: 10px;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff;
	background-color: #19840b;
}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.menu-hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.menu-hide {background: #fdf9a6; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover { color:#000;
	background-color: #fdf3ba;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

/* @end */

/* @group Action Menu */

.action-menu { position: relative; z-index:100; text-decoration:none;
	border-style: none;
}
.action-menu ul li a, .action-menu ul li a:visited {display:block; color:#000; height:20px; text-align: left; color:#fff; line-height: 20px; overflow:hidden;
	padding-left: 10px;
	width: 85px;
}
.action-menu ul {padding:0; margin:0; list-style: none;}
.action-menu ul li {float:left; position:relative;}
.action-menu ul li ul {display: none;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

/* specific to non IE browsers */
.action-menu ul li:hover a {color:#fff;
	background-color: #4b68ac;
}
.action-menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:85px;}
.action-menu ul li:hover ul li a.menu-hide {background:#6a3; color:#fff;
	text-decoration: none;
}
.action-menu ul li:hover ul li:hover a.menu-hide {background: #fdf9a6; color:#000;
	text-decoration: none;
}
.action-menu ul li:hover ul li ul {display: none;}
.action-menu ul li:hover ul li a {display:block; background:#ddd; color:#000;
	text-decoration: none;
}
.action-menu ul li:hover ul li a:hover { color:#000;
	background-color: #fdf3ba;
	text-decoration: none;
}
.action-menu ul li:hover ul li:hover ul {display:block; position:absolute; left:85px; top:0;}
.action-menu ul li:hover ul li:hover ul.left {left:-85px;}

.action-menu .button {
	background-image: none;
	font-size: 12px;
	background-color: #ddd;
	border-style: none;
	color: black;
	width: 95px;
	line-height: 20px;
	height: 20px;
	text-align: left;
	padding-left: 10px;
}

.action-menu .button:hover {
	background-color: #fdf3ba;
}
/* @end */

.shade-gradient {
background: -moz-linear-gradient(top,  rgba(104,104,104,0) 0%, rgba(104,104,104,0) 1%, rgba(104,104,104,0.35) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(104,104,104,0)), color-stop(1%,rgba(104,104,104,0)), color-stop(100%,rgba(104,104,104,0.35))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(104,104,104,0) 0%,rgba(104,104,104,0) 1%,rgba(104,104,104,0.35) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(104,104,104,0) 0%,rgba(104,104,104,0) 1%,rgba(104,104,104,0.35) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(104,104,104,0) 0%,rgba(104,104,104,0) 1%,rgba(104,104,104,0.35) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(104,104,104,0) 0%,rgba(104,104,104,0) 1%,rgba(104,104,104,0.35) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00686868', endColorstr='#59686868',GradientType=0 ); /* IE6-9 */

}

#packageListing {
	margin-top: 15px;
}

/* BootStrap Fixes */
.btn-mini .caret, .btn-small .caret {
	height: 8px;
}

.listing .dropdown-menu>li>a {
	color: #333;
}

table.listing a.btn-danger,
table.listing a.btn-info,
table.listing a.btn-success,
table.listing a.btn-warning,
table.listing a.btn-inverse
{
	color: #fff;
}

.inplaceeditor-form textarea.editor_field {
	width: 100%;
}

.table-striped tbody>tr:nth-child(even)>td, .table-striped tbody>tr:nth-child(even)>th {
	background-color: white;
}

.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
	background-color: #eee;
}

.editor_ok_button {

	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.well, .form-tab-section {
	background-color:rgba(0, 0, 0, 0.08);
}


.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width: auto;
}

.navbar-inverse .navbar-inner {
background: rgb(157,213,58);
background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1)));
background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );

	border: 0px;
-webkit-box-shadow: 0px 1px 20px rgba(50, 50, 50, 0.48);
-moz-box-shadow:    0px 1px 20px rgba(50, 50, 50, 0.48);
box-shadow:         0px 1px 20px rgba(50, 50, 50, 0.48);
}

.navbar-inverse .brand, .navbar-inverse .nav>li>a {
	color: black;
	font-size: 14px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
	border-top-color: #000;
	border-bottom-color: #000;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
	background: rgb(157,213,58);
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle, .navbar-inverse .nav li.dropdown.active>.dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
	background-color:rgba(0, 0, 0, 0.6);
}

.menu_section_title, .menu_section_title:hover, .dropdown-menu>li>a.menu_section_title:hover {
	background-color: #314b04;
}

table.production-order-subrow td {
	background-color: transparent!important;
	border: none!important;
}

table.production-order-subrow .subrow-label {
	text-align: right;
	font-weight: bold;
	width: 12.5%;
}

table.production-order-subrow .subrow-data {
	width: 12.5%;
}

tr.entity-listing-sub-row td {
	background-color: #fff!important;
	color: #666!important;
	font-size: 13px;
}

@media only screen and (max-width: 800px) {
	tr.entity-listing-sub-row {
		display: none!important;
	}
}

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	.responsive-table table, 
	.responsive-table thead, 
	.responsive-table tbody, 
	.responsive-table th, 
	.responsive-table td, 
	.responsive-table tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.responsive-table tr { border: 1px solid #ccc; }
 
	.responsive-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	.responsive-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.responsive-table td:before { content: attr(data-title); }
}

/* Footer */
.footer {
	clear: both;
	margin-top: 20px;
}

.swarmingTag {
	margin-bottom: 15px;
	width: 35%;
	color: #999;
	float: right;
	text-align: right;
	font-size: 10px;
}

