/* --------------------------------------------- BUTTON */
/* line 3, ../sass/_general.scss */
.button {
	background-color: #333;
	border: none;
	border-bottom: 4px solid #757575;
	border-radius: 4px;
	color: #FFF;
	font-size: 1em;
	padding: .7em 1em;
}
	/* line 14, ../sass/_general.scss */
	.button.button-success {
		background-color: #38cca8;
		border-bottom-color: #3ab396;
	}
	/* line 18, ../sass/_general.scss */
	.button.button-cancel {
		background-color: #12852c;
		border-bottom-color: #0c581d;
	}
	/* line 24, ../sass/_general.scss */
	.button.button-large {
		font-size: 1.2em;
	}

/* --------------------------------------------- (end) BUTTON */
/* -------------------------------------------- BODY STYLES */
/* line 3, ../sass/_web.scss */
.farmers {
	font-family: "Roboto", Arial, sans-serif;
}
	/* line 5, ../sass/_web.scss */
	.farmers h1, .farmers h2, .farmers h3, .farmers h4, .farmers h5, .farmers h6 {
		font-family: "Bitter", Arial, sans-serif;
	}
	/* line 9, ../sass/_web.scss */
	.farmers h1 {
		border-bottom: 5px solid #EEE;
		padding-bottom: .5em;
	}
	/* line 14, ../sass/_web.scss */
	.farmers .clear {
		clear: both;
	}

/* -------------------------------------------- BODY STYLES */
/* -------------------------------------------- NAVBAR */
/* line 27, ../sass/_web.scss */
.navbar.navbar-inverse {
	background-color: #12852c;
	border-bottom: none;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.7);
	color: #FFF;
}
	/* line 33, ../sass/_web.scss */
	.navbar.navbar-inverse a.navbar-brand {
		font-weight: 700;
		padding-left: 0;
	}
		/* line 37, ../sass/_web.scss */
		.navbar.navbar-inverse a.navbar-brand:hover {
			background-color: transparent;
			color: #FFF;
		}
	/* line 42, ../sass/_web.scss */
	.navbar.navbar-inverse a,
	.navbar.navbar-inverse .navbar-nav > li > a {
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		color: #FFF;
		font-family: "Bitter", Arial, sans-serif;
	}
		/* line 48, ../sass/_web.scss */
		.navbar.navbar-inverse a:hover,
		.navbar.navbar-inverse .navbar-nav > li > a:hover {
			background-color: #FFF;
			color: #12852c;
		}
	/* line 54, ../sass/_web.scss */
	.navbar.navbar-inverse .navbar-nav > .dropdown > a .caret {
		border-bottom-color: #FFF;
		border-top-color: #FFF;
	}

/* -------------------------------------------- (end) NAVBAR */
/* line 68, ../sass/_web.scss */
.banner-image {
	background-image: url(../images/banner.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
}
	/* line 75, ../sass/_web.scss */
	.banner-image .container {
		padding: 0;
	}
	/* line 79, ../sass/_web.scss */
	.banner-image h1 {
		background-color: #FFF;
		border-left: 10px solid #1f9ce0;
		float: left;
		font-weight: 900;
		margin: 100px 0 0 0;
		padding: 20px;
	}

/* ------------------------------------------------------- BODY CONTENT */
/* ------------------------------------------------------- (end) BODY CONTENT */
/* ------------------------------------------------------- Farmers FORM */
/* line 107, ../sass/_web.scss */
.farmers-form {
	/*
  label {
  	background-color: #f9f9f9;
  	display: block;
  	font-size: .9em;
  	font-weight: 500;
  	margin-bottom: 0;
  	padding: 0.3em .5em;
  }
  */
}
	/* line 110, ../sass/_web.scss */
	.farmers-form.farmers-view-sales input[type="text"],
	.farmers-form.farmers-view-sales input[type="password"],
	.farmers-form.farmers-view-sales textarea,
	.farmers-form.farmers-view-sales select {
		border: none;
		padding: 0;
	}
	/* line 118, ../sass/_web.scss */
	.farmers-form.farmers-view-sales .input-group-addon {
		display: none;
	}
	/* line 123, ../sass/_web.scss */
	.farmers-form h2 {
		color: #12852c;
		font-size: 2.6em;
		font-weight: 100;
		margin: .75em 0;
	}
	/* line 130, ../sass/_web.scss */
	.farmers-form h3 {
		border-bottom: 1px solid #DDD;
		color: #999;
		font-size: 1.3em;
		font-weight: 600;
		margin-bottom: .5em;
		padding-bottom: .5em;
	}
	/* line 148, ../sass/_web.scss */
	.farmers-form input[type="text"],
	.farmers-form input[type="password"],
	.farmers-form textarea,
	.farmers-form select {
		background-color: #FFF;
		border: 1px solid #b7b7b7;
		max-width: 100%;
		padding: .5em;
		width: 100%;
	}
	/* line 159, ../sass/_web.scss */
	.farmers-form .form-section {
		padding: 1em 0;
		border-top: 10px solid #EEE;
		margin-top: 1em;
	}
		/* line 164, ../sass/_web.scss */
		.farmers-form .form-section:first-child {
			border-top: none;
			margin-top: 0;
			padding-top: 0;
		}
		/* line 170, ../sass/_web.scss */
		.farmers-form .form-section .row {
			padding: .5em 0;
		}
		/* line 174, ../sass/_web.scss */
		.farmers-form .form-section:after {
			visibility: hidden;
			display: block;
			font-size: 0;
			content: " ";
			clear: both;
			height: 0;
		}

/* ------------------------------------------------------- (end) Farmers FORM */
/* ------------------------------------------------------- SUBMENU */
/* line 201, ../sass/_web.scss */
.submenu .container {
	padding: 0;
}
	/* line 204, ../sass/_web.scss */
	.submenu .container a {
		background-color: #1f9ce0;
		border-bottom: 5px solid #197db3;
		border-radius: .4em;
		color: #FFF;
		display: inline-block;
		float: right;
		font-family: "Bitter", Arial, sans-serif;
		font-weight: 600;
		margin-bottom: 1.5em;
		padding: 0.85em 0.95em 0.65em;
		text-decoration: none;
	}
		/* line 217, ../sass/_web.scss */
		.submenu .container a:hover {
			background-color: #166d9d;
			color: #FFF;
		}

/* ------------------------------------------------------- (end) SUBMENU */
/* line 229, ../sass/_web.scss */
.small-error span {
	font-size: 0.7em;
	line-height: 1.3em;
	display: block;
}

/* line 234, ../sass/_web.scss */
.checkbox-label table label {
	background-color: transparent;
	display: inline;
	font-weight: normal;
}

/* ------------------------------------------------------ BOOTSTRAP OVERRIDES */
/* line 246, ../sass/_web.scss */
.farmers-form .form-group {
	margin-bottom: 0px;
}

/* ------------------------------------------------------ (end) BOOTSTRAP OVERRIDES */
.dataTables_length {
	float: right !important;
	margin-right: 10px;
}

.notFoundImages {
	margin-left: 500px;
	margin-top: 200px;
	width: 100px;
	height: 100px;
}

.add {
	margin-top: 52px;
}

.marginremove {
	margin: 0px;
}

footer {
	width: 100%;
	background-color: #f8f9fa;
	padding: 10px 0;
	text-align: left;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh; /* Ensure that the body takes up at least the height of the viewport */
}

.container.body-content {
	flex: 1; /* This will push the footer to the bottom */
}
