@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
/* */
body {
	background: #D7D7D7;
	font-family: 'Roboto', sans-serif;
	color: #2a2a2a;
	font-size: 12px;
}

@media (min-width: 768px) {
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}
}

a, .btn {
	transition: 0.2s all;
}

a {
	color: #8baa31;
}
a:hover {
	text-decoration: none;
	color: #d5bd1f;
}

@media (min-width: 768px) {
	.valign {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		float: none;
	}
}

.input-group,
.input-group *,
.form-control,
input,
select,
textarea {
	border-radius: 0;
	border-color: #738f1f;
}

.input-group .input-group-addon {
	border: none;
	background: none;
}

.btn {
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
}

.btn.btn-primary {
	border-color: #738f1f;
	background: #A9CA45;
}
.btn.btn-primary:hover {
	border-color: #9f8d15;
	background: #dac431;
}
.row {
	margin-left: -1px;
	margin-right: -1px;
}
.row > div {
	padding-left: 1px;
	padding-right: 1px;
}


header {
	position: relative;
	display: block;
	background: url('../image/header.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 201px;
	padding: 15px;
}

footer {
	position: relative;
	background: #ffffff;
	padding: 15px;
	margin-top: 2px;
}
footer h3 {
	margin-top: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
footer ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.home-block {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 15px;
}
.home-block:nth-child(n+2):not(.home-block-api) {
	margin-top: 2px;
}

.home-block.home-block-top {
	border-top: 3px solid #A9CA47;
}
.home-block-login .input-group {
	margin-bottom: 3px;
}
.home-block-newsletter input {
	margin-bottom: 3px;
}
.home-block-newsletter h4 {
	font-size: 14px;
	margin-top: 0;
}

.home-block-pages {
	position: relative;
	display: block;
}
.home-block.home-block-pages {
	padding: 0;
	border-color: #ffffff;
	margin-top: -15px;
}
.home-block-pages .top-pages {
	position: relative;
	display: block;
	margin-top: -3px;
}
.home-block-pages .top-pages .top-page {
	position: relative;
	display: inline-block;
	width: 12.5%;
	text-align: center;
}
.home-block-pages .top-pages .top-page:nth-last-child(n+2) {
	padding-right: 1px;
}
.home-block-pages .top-pages .top-page > a {
	position: relative;
	display: block;
	color: #3e3e3e;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	border-top: 3px solid #A9CA47;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.home-block-pages .top-pages .top-page > a .glyphicon {
	font-size: 17px;
}
.home-block-pages .top-pages .top-page > a:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ffffff;
	position: absolute;
	top: 0;
	transition: 0.2s all;
	left: 50%;
	transform: translateX(-50%);
}
.home-block-pages .top-pages .top-page > a:hover {
	color: #E9C614;
	border-color: #E9C614;
}

.home-block-pages .top-pages .top-page > a::first-letter {
	font-size: 16px;
	color: #A9CA47;
}
.home-block-pages .top-pages .top-page > a:hover:after {
	border-top-color: #E9C614;
}

.home-block-pages .top-subpage {
	position: absolute;
	top: 100%;
	display: none;
	background: #ffffff;
	min-width: 150px;
	border-top: 1px solid #cccccc;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	z-index: 5;
}
.home-block-pages .top-subpage:hover,
.home-block-pages .top-pages .top-page > a:hover + .top-subpage {
	display: block;
}
.home-block-pages .top-subpage a {
	position: relative;
	display: block;
	padding: 10px;
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
	transition: 0.2s all;
}
.home-block-pages .top-subpage a:nth-last-child(n+2) {
	border-bottom: 1px solid #d5d5d5;
}
.home-block-pages .top-subpage a:hover{
	background: #A9CA45;
	color: #ffffff;
}

.home-block.home-block-blog h2 {
	margin-top: 0;
	font-size: 20px;
}
.home-block.home-block-blog .added-on {
	color: #A9CA45;
	font-weight: 700;
}
.home-block.home-block-blog p {
	line-height: 12px;
	border: 1px solid #cccccc;
	padding: 4px;
}

.home-block.home-block-form label {
	font-size: 14px;
	margin-top: 5px;
}
.home-block.home-block-form form > input {
	margin-bottom: 5px;
}
.home-block.home-block-form .input-group {
	margin-bottom: 5px;
}
.home-block.home-block-form .btn-group {
	position: relative;
	display: block;
	margin-bottom: 5px;
	min-height: 34px;
	width: 100%;
}
.home-block.home-block-form .btn-group .btn {
	width: 50%;
	border: none;
}
.home-block.home-block-form .btn-group .btn:hover {
	background: #f5f5f5;
	color: #A9CA45;
}
.home-block.home-block-form .btn-group .btn.btn-active {
	background: #A9CA45;
	color: #ffffff;
}
.table {
	margin-bottom: 0;
}
.table td.empty,
.table th.empty {
	background: #ededed;
}
.table th {
	color: #96bb29;
}
.table .center {
	text-align: center;
}
.table .left {
	text-align: left;
}
.table .right {
	text-align: right;
}

.table th.top,
.table td.top {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	background: #F9FFCD;
}
.table th.top span,
.table td.top span {
	color: #688511;
	text-transform: uppercase;
}

.oppr-highlight {
	background: #f9ffcd;
	font-weight: 700;
}
.heading-title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	text-align: center;
}
.heading-title::first-letter {
	font-size: 24px;
	color: #A8CA45;
}
.ui-datepicker {
	font-size: 16px;
}
.home-block.home-block-buttons {
	padding: 0;
	background: none;
}
.home-block.home-block-buttons .btn {
	background: #ffffff;
	border: 1px solid #738f1f;
}
.home-block.home-block-buttons .btn:hover {
	background: #e9e9e9;
	border-color: #a7a7a7;
	color: #a7a7a7;
}
.home-block.home-block-buttons .btn.btn-active {
	cursor: default;
	pointer-events: none;
	background: #A9CA45;
	color: #ffffff;
	border-color: #738f1f;
}
.home-block.profarmtrade-offer {
	margin-top: 2px;
	cursor: pointer;
	transition: 0.2s all;
}
.home-block.profarmtrade-offer a {
	color: #494949;
}
.home-block.profarmtrade-offer a .date-added {
	color:#949494;

}
.home-block.profarmtrade-offer a .date-added span{
	font-weight: 700;
	text-transform: uppercase;
}
.home-block.profarmtrade-offer a .offer-description {
	font-size: 16px;
}
.home-block.profarmtrade-offer a .offer-description span {
	color: #A9CA45;
	font-weight: 700;
	text-transform: uppercase;
}
.home-block.profarmtrade-offer:hover {
	background: #fff8d4;
}
#offer_modal .modal-content {
	border-radius: 0;
	font-size: 14px;
}
#offer_modal .modal-header {
	border-bottom: none;
}
#offer_modal .offer-label {
	font-weight: 700;
	width: 150px;
}
#offer_modal .offer-label:after {
	content: ":";
}
.profarmtrade-continue {
	margin-top: 15px;
}
.profarmtrade-empty {
	margin-top: 25px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #8a8a8a;
	text-align: center;
}
.home-block.home-block-tender-search {
	padding: 0;
	background: none;
}
.tender-offer{
	padding: 15px;
	background: #ffffff;
	font-size: 14px;
	margin-top: 2px;
}
h1.heading-title.tender-result-title {
	background: #ffffff;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 5px 15px;
}
.tender-offer a {
	cursor: pointer;
}
.tender-empty {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	color: #707070;
}
.tender-calendar a {
	cursor: pointer;
}

.prof-calculator table td,
.prof-calculator table th {
	vertical-align: middle !important;
}
.prof-calculator .form-label {
	font-weight: 700;
	width: 25%;
}
.prof-calculator .form-label span {
	color: #A9CA45;
}

.print-date-only {
	display: none;
}

@media print {
	.print-date-only {
		display: block;
		text-align: center;
		font-size: 17px;
		font-weight: 700;
	}
	.stop-print {
		display: none !important;
	}
	header {
		display: none !important;
	}
	footer {
		display: none !important;
	}
}
.home-block-api .heading-title {
	text-align: left;
}
.home-block-api table td.barchart-title {
	font-weight: 700;
	font-size: 14px;

}
.home-block-api table td > span {
	display: inline-block;
	background: green;
	color: #ffffff;
	padding: 2px 5px;
}
.home-block-api .table>tbody>tr>td {
	vertical-align: middle;
}
.home-block.home-block-daily h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	color: #A9CA45;
}
.home-block.home-block-daily h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	color: #b8b8b8;
}
.home-block.home-block-daily .daily-description {
	position: relative;
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 13px;
}
.no-dailys {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #838383;
	text-transform: uppercase;
	text-align: center;
}

.yearly-total {
	position: relative;
	display: block;
	margin-bottom: 2px;
	font-size: 16px;
}
.yearly-total span {
	font-weight: 700;
}
.yearly-total:nth-child(n+2) {
	border-top: 1px solid #e7e7e7;
	padding-top: 2px;
}
.yearly-total-empty {
	position: relative;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #707070;
}
td.strong {
	font-weight: 700 !important;
}
h2.bseu-subtitle {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	text-transform: capitalize;
	color: #A9CA45;
}
.bseu_empty {
	font-size: 16px;
	text-transform: uppercase;
	color: #959595;
	font-weight: 700;
}

.home-block-blog.home-block-blog-empty {
	color: #6b6b6b;
	font-weight: 700;
	text-transform: uppercase;
	background: none;
	text-align: center;
}

.login-block-text {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}
.home-block.home-block-top.home-block-small-center {
	display: black;
	max-width: 400px;
	margin: 0 auto;
}
.home-block.home-block-top.home-block-account a.btn {
	text-align: left;
}

.account-details {
	position: relative;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #5a6c22;
}
.account-details span {
	position: relative;
	display: inline-block;
	font-weight: 700;
	color: #000000;
}





@media (max-width: 767px) {
	.home-block.home-block-pages {
		margin-top: 15px;
		background: rgba(255,255,255,0.75);
		padding: 15px;
		border-top: none;
	}
	.home-block-pages .top-pages {
		margin-top: 0;
	}
	.home-block-pages .top-pages .top-page {
		display: block;
		width: 100%;
		text-align: left;
		border-top: none;
	}
	.home-block-pages .top-pages .top-page > a {
		border-top: none;
		background: none;
		padding-top: 0;
		padding-bottom: 5px;
		font-size: 16px;
	}
	.home-block-pages .top-pages .top-page > a:after {
		display: none;
	}

	.home-block-pages .top-subpage {
		position: relative;
		top: auto;
		display: none;
		background: none;
		border: none !important;
		box-shadow: none;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.home-block-pages .top-pages .top-page:hover .top-subpage {
			/*display: block;*/
	}
	.home-block-pages .top-subpage a {
		background: none;
		border: none !important;
		padding: 0;
		font-size: 14px;
		text-transform: none;
		padding-bottom: 8px;
	}
}
.general-bnr {
	position: relative;
	display: block;
	margin-bottom: 2px;
}
.barchart-disclaimer {
	position: relative;
	display: block;
	margin-top: 5px;
	font-size: 12px;
	line-height: 11px;
	color: #a9a9a9;
}
.barchart-disclaimer a{
	text-decoration: underline;
}

.checkout-heading.navbar.navbar-default.container-fluid {
	background: #A9CA45;
	border-color: #738f1f;
	border-radius: 0;
}
.checkout-heading.navbar.navbar-default.container-fluid .navbar-brand {
	color: #ffffff;
	font-weight: 700;
}
.subscribe-form {
	position: relative;
	display: block;
	padding-top: 15px;
	text-align: center;
}
.subscribe-form button {
	margin-top: 15px;
	white-space: normal;
}
.subscribe-not-logged {
	position: relative;
	display: block;
	padding-top: 15px;
	text-align: center;
}
.subscribe-not-logged p {
	font-size: 14px;
	font-weight: 700;
}
