.smart-btn {
	background-color:#99C71F;
	color:white;
	width:100%;
}

.smart-btn-short {
	background-color:#99C71F;
	color:white;
}

.table-link {
	color:blue;
}

.table-link:hover {
	color:green;
	cursor:pointer;
}

hr.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

div.hidden {
	display:none;
}

.required {
	color:red;
	font-weight:bold;
}

div#navbar {
	background-color:#0E1034;
}

nav.navbar-inverse {
	background-color:#0E1034;
}

nav.navbar-fixed-top {
	background-color:#0E1034;
}

div#navbar > ul > li > a {
	color: #99C721;
}

.navbar-inverse .navbar-brand {
	color: #99C721;
}

.dashboard-important {
	font-size:16px;
	font-weight:bold;
}

.dashboard-header {
	text-align:center;
}

a.burger-nav {
	display:none;
}

@media only screen and (max-width : 768px) {
	
	.smart-btn-mobile {
		background-color:#99C71F;
		color:white;
		display:block;
	}
	
	.mobile {
		display:block !important;
	}
	
	div.ipadbreak {
		width:100%;
	}
	
	button.module-button {
		margin-bottom:15px;
	}
	
	div.ipadbreak-spacer {
		display:none;
	}
	
}

@media only screen and (max-width : 767px) {

	.sidebar {
		display:block;
	}
	
	.sidebar > ul > li {
		/*display:inline-block;*/
		text-align:center;
	}
	
	a.burger-nav {
	   display:inherit;
	   font-size:16pt;
	   cursor:pointer;
	}
	
	ul.nav-sidebar {
	   display:none;
	}
	
	button.module-button {
		margin-bottom:15px;
	}
	
	div.ipadbreak-spacer {
		display:none;
	}
	
}

h3.masthead-brand {
	color:#99C721;
}

div#errorModal {
	margin-top:18%;
}

div#errorModal > div > div.modal-content {
	color:red;
}

.iframe-map {
	width:100%;
	height:700px;
}

button.extra-margin {
	margin-top:5px;
}

button.extra-margin-left {
	margin-left:5px;
}

.small {
	font-size:18px;
	text-align:left;
}

button.module-button {
	//background-color:#e4d3be;
	background-color:#dcd2c5;
	width:100%;
	height:140px;
}

a.module {
	color:black;
	font-weight:bold;
}

button.module-button-green {
	color:#99C721;
}

button.module-button > img, button.module-button-green > img {
	margin-bottom:8px;
}

div.ipadbreak-spacer {
	height:25px;
}

div.visps-logo-holder {
	width:60%;
	height:auto;
	margin:0 auto;
	margin-top:-25px;
	margin-bottom:15px;
}

img.visps-logo {
   width:100%;
   margin:0 auto;
}

img.aboutfarmerimg {
   margin:0 auto; 
   border:5px solid #99C71F; 
   margin-left:25px; 
   max-width:400px;
}

@media only screen and (max-width : 900px) {
   img.aboutfarmerimg {
   		width:85%;
   }
}

/* Responsive video embed code 8/18 */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h1.custom-page-header {
	font-size:28px;
}

span.biggertext > p {
	font-size:16px;
}


/* Updated styling beginning April 2020 */

div.style-v2 > p {
	font-size:18px;
	line-height: 1.5;
}

div.style-v2 > form > div > p {
	font-size:18px;
	line-height: 1.5;
}

div.style-v2 > form > div > button {
	font-size:18px;
	line-height: 1.5;
}

div.style-v2 > form > table > tbody > tr > th,td {
	font-size:18px;
	line-height: 1.5;
}

div.style-v2 > ol > li {
	font-size:18px;
	line-height:1.8;
}

div.style-v2 > ul > li {
	font-size:18px;
	line-height:1.8;
}

div.style-v2 > ol > ul > li {
	font-size:18px;
	line-height:1.8;
}

div.style-v2 > form > div {
	margin-bottom:35px;
}

div.style-v2 > h3 {
	font-weight:bold;
}

div.style-v2 > form > h3 {
	font-weight:bold;
}

div.style-v2 > a > button {
	font-size:18px;
	line-height:1.5;
}

p.style-v2 {
	font-size:18px;
	line-height:1.5;
}

div.parcel {
	width:100%;
	border-radius:8px;
	background-color:#f9f9f9;
	border:1px solid #ddd;
	padding:10px;
	padding-left:20px;
	margin-bottom:15px;
}

div.parcel-detail {
	width:100%;
	border-radius:8px;
	background-color:#f9f9f9;
	border:1px solid #ddd;
	padding:10px;
	padding-left:20px;
	margin-bottom:15px;
	//min-height:300px;
	height:auto;
}

div.parcel > h2 {
	margin-top:10px !important;
	font-size:26px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}

div.parcel > h3 {
	font-size:20px;
}

div.parcel > h4 {
	font-size:20px;
}

div.parcel > p {
	font-size:18px;
	line-height: 1.5;
}

div.parcel > a > button {
	font-size:18px;
	line-height: 1.5;
}

div.parcel > table > tbody > tr > th {
	font-size:18px;
	line-height: 1.5;
}