@charset "utf-8";

body {
	background: url(../images/body.gif) top left repeat-x #dfddd5;
	/* color: #9d957b; */
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	font-size: 12px;
}

a {
	color: #80a941;
	text-decoration: none;
}
.primaryButtons{
	list-style-type:none;
}

.primaryButtons nav ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}

.primaryButtons nav ul li
{    display:inline-block;
}

.btn-filter {
	width: 70px;
	margin-bottom: 5px;
	line-height: 15px;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
}

}
#divisions {
	background-color: #E8E8E8;
	height: 137px;
	margin: 0 auto;
	padding: 10px 14px;
	border-radius: 10px;
	clear: both;
}

.division_selected {
	border: 2px solid #8FC857 !important;
	border-radius: 10px;
	padding: 8px;
	background-color: white;
}

.division,.division_non_clickable {
	float: left;
	padding: 10px;
	width: 292px;
	display: block;
	margin: 0 4px;
}

.division img,.division_non_clickable img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p {
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	font-size: 12px;
	margin: 0 0 15px 0;
	line-height: 1.5;
	color: #9d957b;
}

.pagebanner {
	display: none;
}

.accordion {
	margin-bottom: 0px;
}

.accordion-group {
	margin-bottom: 2px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
}

.accordion-inner {
	padding: 9px 15px;
	border-top: none;
}

legend {
	font-size: 16px;
}

.form-horizontal .control-group {
	margin-bottom: 5px;
}

input[type="text"],input.text {
	height: 18px;
	margin-bottom: 0px;
	line-height: 1;
	height: 12px;
	font-size: 8pt
}

input.search-query {
	height: 15px;
}

p {
	margin: 0 0 0 0px;
	display: block;
}

.well {
	padding: 10px;
}

.table-condensed th,.table-condensed td {
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 30px;
}

select.select-mini {
	height: 22px;
	line-height: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	padding: 1px 6px;
	font-size: 10.5px;
	-webkid-border-radius: 3px;
	border-radius: 3px;
}

.control-group {
	margin-bottom: 2px;
}

label {
	display: block;
	margin-bottom: 5px;
	color: #333;
}

.lang_display {
	clear: right;
	float: right;
	margin: 12px 4px 8px 4px;
}

.lang_country {
	clear: right;
	text-align: right;
	color: #9d957b;
}

#header {
	position: relative;
	height: 1%;
	z-index: 30;
	background: #fff;
	padding: 15px 14px;
}

#search {
	margin: 4px;
	float: right;
	clear: right;
	white-space: nowrap;
}

#notification {
	margin: 4px;
	float: left;
	clear: right;
}
#advancedSearch {
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
}

.lang_selector {
	float: right;
	margin: 3px;
	width: 500px;
}

.lang_link {
	padding-left: 3px;
	float: right;
}

#header #branding {
	float: left;
	margin: 0;
}

.opacity_not_selected {
	opacity: 1;
}

.opacity_not_selected>img {
	opacity: 0.3;
	filter: alpha(opacity =       30);
}

#site {
	width: 974px;
	margin: 0 auto;
	background: transparent;
	overflow: hidden;
}

#content {
	position: relative;
	z-index: 20;
	background: #fff;
	padding: 5px 14px;
}

.subtotal-header,.subtotal-header:hover {
	color: #5C9425;
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF),
		to(#EEEEEE));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: linear-gradient(to bottom, #FFFFFF, #EEEEEE)
		background-repeat:  repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEEEEE,
		endColorstr=#EEEEEE);
}

#productNameHead {
	border-bottom: 1px solid #9D957B;
	padding: 5px 10px;
	font-family: inherit;
	font-size: 20px;
	color: #FFFFFF !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	border: 1px solid #749217 !important;
	background-color: #80a941 !important;
	background: -moz-linear-gradient(top, #80a941 10%, #5C9425 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #80a941),
		color-stop(0.9, #5C9425));
	border-radius: 10px;
	box-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	font-weight: bold;
}

#detailsDiv {
	float: left;
	width: 34%;
	max-width: 34%;
	padding: 10px;
}

#documentsDiv {
	float: left;
	width: 61%;
	max-width: 61%;
	padding: 10px;
}

.tableNameHead {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	font-family: inherit;
}

#footer {
	float: right;
	padding-bottom: 80px;
}

tr.empty {
	display: none;
}

th.sortable.sorted.order1 {
	background-image: url(../images/agrium/SortingArrows_Asc.png);
}

th.sortable.sorted.order2 {
	background-image: url(../images/agrium/SortingArrows_Desc.png);
}

th.sorted {
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}

.btn-mini {
	font-size: 11px;
}

tr.subtotal {
	display: none;
}

tr.grandtotal-row {
	display: none;
}

.row {
	margin-left: 0px;
}

input.search-query {
	padding-right: 20px;
	padding-right: 4px \9;
	padding-left: 20px;
	padding-left: 4px \9;
	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}