/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12-apr-2016, 11:24:25
    Author     : CJ
*/
/* TYPEAHEAD */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
.twitter-typeahead,
.tt-hint,
.tt-input,
.tt-menu {
  width: 100%;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  background-color: #fff !important;
  color: #999;
}
.tt-input {
  background-color: #fff !important;
}
.tt-menu {
  /* used to be tt-dropdown-menu in older versions */
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}
.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
/* EINDE TYPEAHEAD */
/* Variabelen */
/* Defaults */
body {
  background-color: white;
  color: #737373;
  font-family: 'Lato', sans-serif;
}
body.loading:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 9999;
  cursor: wait;
}
a {
  color: #26964e;
}
a:hover,
a:focus,
a:active {
  color: #2aa958;
  text-decoration: none;
}
.padding-top-7 {
  padding-top: 7px;
}
.padding-left-7 {
  padding-left: 7px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.no-padding {
  padding: 0 !important;
}
.text-small {
  font-size: 13px;
}
.text-muted {
  color: #cecece;
}
.text-link {
  color: #26964e;
}
.text-bold {
  font-weight: 700;
}
.text-potatoes {
  color: #a17416;
}
.text-onions {
  color: #c69222;
}
.text-error {
  color: #EE4444;
}
.text-lg {
  font-size: 22px;
}
.text-md {
  font-size: 18px;
}
.text-read {
  font-size: 16px;
  line-height: 23px;
}
.text-divider {
  margin-top: 15px;
  font-style: italic;
}
.gap-15 {
  height: 15px;
}
.gap-30 {
  height: 30px;
}
.gap-45 {
  height: 45px;
}
.gap-60 {
  height: 60px;
}
.inline-block {
  display: inline-block;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-top-min-6 {
  margin-top: -6px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.no-margin {
  margin: 0;
}
.date {
  margin: 7px 0;
  font-size: 75%;
  position: absolute;
  right: 15px;
  top: -30px;
  padding: 0;
}
.cursor-pointer {
  cursor: pointer;
}
i.enabled {
  color: #26964e;
}
i.disabled {
  color: #DDDDDD;
}
.label-number {
  position: absolute;
  width: 20px;
  top: -6px;
  right: -6px;
  background-color: #26964e;
  color: white;
  border-radius: 15px;
  font-size: 8px;
}
.divider-60 {
  border-top: 1px solid #DDDDDD;
  height: 1px;
  margin: 0 0px;
  margin-bottom: 60px;
}
.divider {
  border-top: 1px solid #DDDDDD;
  height: 1px;
  margin: 30px 0;
}
.line {
  border-top: 1px solid #DDDDDD;
  height: 1px;
  margin: 7px 0;
}
.width-15 {
  width: 15px;
}
/* labels */
.label.label-default {
  background-color: transparent;
  color: #BEBEBE;
  padding: 0;
  margin-right: 7px;
}
/* Navigation */
.navbar .navbar-brand img {
  height: 42px;
  margin-left: 12px;
}
.navbar .navbar-toggle {
  margin-top: 21px;
  border-radius: 30px;
  border-color: #26964e;
}
.navbar .navbar-toggle:hover {
  background-color: #26964e;
  cursor: pointer;
}
.navbar .navbar-toggle:hover .icon-bar {
  background-color: white;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #26964e;
}
.navbar.navbar-default {
  border: none;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 0;
  padding-bottom: 15px;
  margin-bottom: 30px;
  background-color: transparent;
  border-radius: 50px;
}
.navbar.navbar-default li a {
  padding-left: 20px;
}
.navbar.navbar-default .navbar-header .navbar-brand {
  margin-left: 7px;
  padding: 8px 5px;
}
.navbar.navbar-default .navbar-header .navbar-brand img {
  height: 46px;
}
.navbar.navbar-default .navbar-right {
  margin-right: 7px;
  padding-top: 12px;
}
.navbar.navbar-default .navbar-right .dropdown-toggle {
  position: relative;
}
.navbar.navbar-default .navbar-right > li {
  margin-left: 7px;
}
.navbar.navbar-default .navbar-right > li > a {
  border: 1px solid #26964e;
  padding: 7px 10px ;
  width: 38px;
  text-align: center;
  border-radius: 40px;
  background-color: transparent;
  color: #26964e;
  transition: all 0.4s ease;
}
.navbar.navbar-default .navbar-right > li > a:hover,
.navbar.navbar-default .navbar-right > li > a:focus,
.navbar.navbar-default .navbar-right > li > a:active {
  background-color: #26964e;
  color: white;
}
.navbar.navbar-default .navbar-right > li > a.user {
  font-size: 12px;
}
.navbar.navbar-default .navbar-right > li .dropdown-menu {
  margin-top: 8px;
}
.navbar.navbar-default .navbar-right > li .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.navbar.navbar-default .navbar-right > li .dropdown-menu :after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
}
.navbar.navbar-default .navbar-right > li .dropdown-menu.dropdown-message {
  width: 310px;
  min-width: 0;
}
.navbar.navbar-default .navbar-right > li .dropdown-menu.dropdown-message li a {
  white-space: normal;
}
.navbar.navbar-default .navbar-right .bell-item {
  position: relative;
  padding: 30px 20px;
}
.navbar.navbar-default .navbar-right .bell-item a {
  padding: 15px 0 0 0;
  display: block;
}
.navbar.navbar-default .navbar-right .bell-item .days-left {
  position: absolute;
  color: #EE4444;
  right: 20px;
  top: 7px;
}
/* Sidebar */
.sidebar {
  z-index: 1;
  position: absolute;
  width: 180px;
  margin-top: 97px;
  margin-left: -15px;
  background-color: transparent;
}
.sidebar .panel {
  box-shadow: none;
  border: none;
}
.sidebar .navbar-collapse {
  padding: 0;
}
.sidebar .navbar-collapse > ul > li {
  margin-bottom: 10px;
}
.sidebar .navbar-collapse > ul > li.active a.active {
  color: #26964e;
}
.sidebar .navbar-collapse > ul > li.active > a {
  border: 2px solid #26964e;
  background-color: #26964e;
  color: white;
}
.sidebar .navbar-collapse > ul > li > a {
  font-weight: bold;
  border: 2px solid #cecece;
  background-color: white;
  border-radius: 40px;
  transition: all 0.2s ease;
}
.sidebar .navbar-collapse > ul > li > a:hover {
  border: 2px solid #26964e;
  color: #26964e;
}
.sidebar .navbar-collapse > ul > li.potatoes a:hover,
.sidebar .navbar-collapse > ul > li.potatoes a.active {
  color: #a17416;
  border-color: #a17416;
}
.sidebar .navbar-collapse > ul > li.potatoes.active > a {
  background-color: #a17416;
  border-color: #a17416;
}
.sidebar .navbar-collapse > ul > li.onions a:hover,
.sidebar .navbar-collapse > ul > li.onions a.active {
  color: #c69222;
  border-color: #c69222;
}
.sidebar .navbar-collapse > ul > li.onions.active > a {
  background-color: #c69222;
  border-color: #c69222;
}
.sidebar .navbar-collapse > ul > li.carrots a:hover,
.sidebar .navbar-collapse > ul > li.carrots a.active {
  color: #e29a23;
  border-color: #e29a23;
}
.sidebar .navbar-collapse > ul > li.carrots.active > a {
  background-color: #e29a23;
  border-color: #e29a23;
}
.sidebar .navbar-collapse > ul > li.cereals a:hover,
.sidebar .navbar-collapse > ul > li.cereals a.active {
  color: #e7cb59;
  border-color: #e7cb59;
}
.sidebar .navbar-collapse > ul > li.cereals.active > a {
  background-color: #e7cb59;
  border-color: #e7cb59;
}
.sidebar .navbar-collapse > ul > li.celeriac a:hover,
.sidebar .navbar-collapse > ul > li.celeriac a.active {
  color: #b6a973;
  border-color: #b6a973;
}
.sidebar .navbar-collapse > ul > li.celeriac.active > a {
  background-color: #b6a973;
  border-color: #b6a973;
}
.sidebar .navbar-collapse > ul > li.active > a:hover {
  color: white;
}
.sidebar .navbar-collapse > ul > li ul li a .fa-exclamation-circle {
  float: right;
  padding-top: 4px;
  color: #EE4444;
}
.sidebar .navbar-collapse > ul > li ul li a:focus,
.sidebar .navbar-collapse > ul > li ul li a:active {
  background-color: transparent;
}
.sidebar .nav li {
  display: block;
}
.sidebar .nav li a {
  color: #737373;
  transition: all 0.2s ease;
}
.sidebar .nav li a:hover {
  background-color: transparent;
  color: #26964e;
}
.sidebar .nav li i.fa-angle-down,
.sidebar .nav li i.fa-angle-right,
.sidebar .nav li i.fa-angle-down,
.sidebar .nav li i.fa-plus-circle {
  float: right;
  padding-top: 3px;
  color: #DFDFDF;
}
.sidebar .nav li .nav-second-level li,
.sidebar .nav li .nav-third-level li {
  border-bottom: 0;
}
.sidebar .nav li .nav-second-level li a,
.sidebar .nav li .nav-third-level li a {
  padding-left: 30px;
}
.sidebar .nav li .nav-third-level li a {
  padding-left: 65px;
  color: green;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}
.sidebar .divider {
  border-top: 1px solid #EFEFEF;
  margin: 11px 0;
}
/* Containers */
#wrapper {
  margin-left: 210px;
  padding: 0 0px 30px 30px;
  position: relative;
}
#wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid #DDDDDD;
  border-radius: 50px;
}
#wrapper.full-width {
  margin-left: 0;
}
#wrapper.full-width:after {
  border: none;
}
/* Dropdown menu */
.dropdown .dropdown-menu {
  padding: 0;
}
.dropdown .dropdown-menu a {
  padding: 7px 20px;
}
.dropdown .dropdown-menu a.btn-dropdown {
  background-color: #F6F6F6;
}
.dropdown .dropdown-menu a.btn-dropdown:hover {
  color: #26964e;
}
.dropdown .dropdown-menu .divider {
  margin: 0;
}
/* Buttons */
.btn {
  border-radius: 40px;
  background-color: #26964e;
  color: white;
  min-width: 100px;
  font-weight: bold;
  padding-right: 20px;
  padding-left: 20px;
}
.btn i {
  padding-right: 7px;
}
.btn:hover {
  color: white;
  background-color: #2aa958;
}
.btn.btn-simple {
  background-color: transparent;
  border: 2px solid #26964e;
  color: #26964e;
}
.btn.btn-simple:hover,
.btn.btn-simple:focus,
.btn.btn-simple:active {
  color: #2aa958;
  border-color: #2aa958;
}
.btn.btn-link {
  background-color: transparent;
  color: #26964e;
}
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active {
  color: #2aa958;
  text-decoration: none;
}
.block-title .btn.btn-link {
  padding: 0;
}
.btn.btn-round-trans {
  background-color: transparent;
  border: 2px solid #cecece;
  color: #737373;
}
/* Feedback */
.feedback {
  position: relative;
  background-color: #F6E2C4;
  border-radius: 25px;
  padding: 15px 30px;
  margin-bottom: 30px;
}
.feedback .close {
  position: absolute;
  right: 15px;
  top: 13px;
}
/* USP */
.usp {
  margin-bottom: 30px;
}
.usp .head-usp {
  font-size: 18px;
  margin-bottom: 7px;
  color: #26964e;
}
.usp i {
  padding-right: 7px;
}
/* Heading */
.heading-box {
  padding-bottom: 7px;
  margin-bottom: 30px;
}
.potatoes .heading-box {
  background-image: url(../images/background-potatoes.jpg);
  background-size: cover;
  padding: 15px;
  margin-bottom: 15px;
  min-height: 250px;
  background-position: 0 -100px;
  text-align: center;
}
.akkerbouw .heading-box {
  background-image: url(../images/background-akkerbouw.jpg);
  background-size: cover;
  padding: 15px;
  margin-bottom: 15px;
  min-height: 270px;
  background-position: 0 -250px;
  text-align: center;
  background-repeat: no-repeat;
}
.akkerbouw .heading-box .heading {
  color: white;
  font-size: 35px;
}
.akkerbouw .heading-box .sub-heading {
  font-size: 24px;
  color: white;
}
.heading {
  margin: 0;
  font-size: 21px;
  color: #737373;
  font-weight: 700;
}
.sub-heading {
  font-size: 14px;
}
/* Forms */
label {
  font-weight: normal;
}
label.required:after {
  content: "*";
  display: inline;
  color: #EE4444;
  padding-left: 5px;
}
.datepicker {
  cursor: pointer;
}
.datepicker:hover .fa-calendar {
  color: #2aa958;
}
.datepicker .fa-calendar {
  color: #26964e;
}
.form-group .form-control {
  border-radius: 0;
  box-shadow: none;
}
.form-group .form-control:focus {
  box-shadow: none;
  border-color: #26964e;
}
.form-group .form-control.error {
  border-color: #EE4444;
}
.form-group .form-control.warning {
  border-color: #ff6a00;
}
.form-group.error label {
  color: #EE4444;
  font-weight: 700;
}
.form-group.error .form-control {
  border-color: #EE4444;
}
.form-group.warning label {
  color: #ff6a00;
  font-weight: 700;
}
.form-group.warning .form-control {
  border-color: #ff6a00;
}
.form-group .input-group .input-group-addon {
  border-radius: 0;
}
.btn-file {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.btn-upload {
  color: #26964e;
  background-color: #EEEEEE;
  border: 1px solid #ccc;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.form-label-left label {
  text-align: left !important;
}
/* Blocks */
.block-title {
  margin-bottom: 7px;
  font-size: 18px;
  color: #737373;
  font-weight: 700;
}
.block-title.title-second {
  color: #737373;
  padding-bottom: 7px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.block-title.title-second > div {
  padding-left: 0;
}
.block-title.title-third {
  color: #737373;
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 16px;
}
.block-title.block-accordion {
  cursor: pointer;
}
.block-title .fa-calendar {
  padding-right: 7px;
}
.block-title .fa-chevron-right,
.block-title .fa-chevron-down {
  width: 20px;
}
.block {
  margin: 0;
  background-color: #f8f8f8;
  padding: 15px;
  position: relative;
  border-radius: 3px;
}
.block.block-news {
  padding: 15px;
  padding-top: 45px;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 30px;
}
.block.block-news:hover {
  background-color: #FCFAFA;
}
.block.block-news .title {
  font-size: 16px;
  margin-bottom: 7px;
}
.block.block-news .fa-calendar {
  padding-right: 5px;
}
.block.block-more {
  background-color: transparent;
  font-weight: 700;
}
.block-dashboard {
  position: relative;
}
.block-dashboard .block-title {
  margin-bottom: 30px;
}
.block-dashboard .block {
  background-color: transparent;
  padding: 0;
  margin-right: -15px;
  margin-left: -15px;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #26964e;
  border-color: #26964e;
}
.checkbox label::before,
.checkbox label::active {
  outline: none;
}
.checkbox.checkbox-primary label {
  display: block;
}
/* Loading */
.loading .loader {
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.loading .loader-background {
  background-color: white;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  z-index: 3;
}
.progress {
  float: right;
  margin-top: 20px;
  margin-left: 29px;
  margin-bottom: 0;
}
.progress-bar-success {
  background-color: #26964E;
}
.pagination li.active a {
  background-color: #26964e;
  border-color: #26964e;
}
.pagination li.active a:hover,
.pagination li.active a:active,
.pagination li.active a:focus {
  background-color: #26964e;
  border-color: #26964e;
}
.pagination li.disabled a {
  background-color: #f8f8f8;
  color: #DDDDDD;
}
.pagination li a {
  color: #26964e;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
  color: #26964e;
}
/* Footer */
/* Tables */
.table.table-small tr th,
.table.table-small tr td {
  font-size: 12px;
  text-align: left;
  padding: 8px 2px;
  white-space: nowrap;
}
.table.table-small tr th.td-text-center,
.table.table-small tr td.td-text-center {
  text-align: center !important;
}
.table.table-small tr th {
  color: #2C2C2C;
  text-spacing: 0.1px;
  font-weight: 500;
}
.table.table-small-nowrap tr th,
.table.table-small-nowrap tr td {
  font-size: 12px;
  text-align: left;
  padding: 8px 2px;
}
.table.table-small-nowrap tr th {
  color: #2C2C2C;
  text-spacing: 0.1px;
  font-weight: 500;
}
.table .approve .icon-states i {
  width: 15px;
}
.table .approve i {
  white-space: nowrap;
}
.table .approve .dropdown {
  cursor: pointer;
}
.table .approve .dropdown i {
  padding-right: 7px;
}
.table .approve img {
  float: eft;
  margin-right: 7px;
}
.table.table-approval tr td {
  border-top: 1px solid #F3F3F3;
}
.table.table-approval tr:nth-child(odd) td {
  background-color: #F8F8F8;
}
.table.table-dashboard {
  margin-top: 5px;
  float: right;
}
.table.table-dashboard tr td {
  border: none;
  padding: 3px;
  font-size: 11px;
}
.table.table-dashboard tr td .number {
  padding-left: 7px;
}
.table.table-dashboard tr td .number.negative {
  color: #C76767;
}
.table.table-dashboard tr td .number.positive {
  color: #4B9D4B;
}
.table.table-dashboard tr td:first-child {
  font-weight: 600;
}
.table.table-vta-notering tr td .number.negative {
  color: #C76767;
}
.table.table-vta-notering tr td .number.positive {
  color: #4B9D4B;
}
.table-responsive {
  overflow: visible;
}
/* Login */
#background-login {
  background: url(../images/background-login.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -999;
}
.card-container {
  max-width: 350px;
  margin: 0 auto;
}
.card-container .profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 30px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.card-container .card-logo {
  text-align: center;
  padding-top: 15px;
}
.card-container .card-title {
  text-align: center;
  font-size: 32px;
  padding: 15px 0;
  color: white;
}
.card-container .card {
  background-color: rgba(242, 255, 233, 0.88);
  padding: 30px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 0px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.card-container .card input[type="text"],
.card-container .card input[type="password"] {
  height: 45px;
}
.card-container .goto {
  font-size: 22px;
  color: white;
  text-shadow: 1px 1px 1px #232323;
}
/* Loading */
.loader-overlay .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
  z-index: 9999;
}
.loader-overlay .loader-holder {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -100px;
  padding: 56px 58px 50px 58px;
  z-index: 99999;
  text-align: center;
  border: 3px solid #31a300;
  border-radius: 94px;
}
.loader-overlay .loader-holder .loading-icon {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  margin-left: 15px;
  height: 30px;
  width: 30px;
}
.loader-overlay .loader-holder .loading-text {
  padding-top: 15px;
  text-transform: uppercase;
  color: #595959;
}
.compat-message-holder {
  z-index: 99999;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  background-color: #f7eddd;
}
.compat-message-holder a {
  text-decoration: underline;
}
@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}
@media (max-width: 1200px) {
  /* Tables */
  .table-responsive {
    padding: 15px 0;
    overflow: auto;
  }
  .akkerbouw .heading-box {
    min-height: 100px;
    background-position: center;
  }
  .table.table-dashboard {
    width: 100%;
    text-align: left;
    margin-top: 15px;
  }
  .table.table-dashboard tr td {
    font-size: 13px !important;
  }
  .block-dashboard .btn-link {
    float: left;
    padding-left: 3px !important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
  /* Containers */
  #wrapper {
    margin: 0;
    padding-left: 0;
  }
  #wrapper:after {
    display: none;
  }
  /* Sidebar */
  .sidebar {
    position: static;
    margin-left: 0;
    margin-top: 15px;
    width: auto;
    clear: both;
  }
  .sidebar .navbar-collapse {
    border: none;
  }
  .sidebar .navbar-collapse ul li a {
    border-radius: 5px;
  }
  /* Navigation */
  .navbar .navbar-brand {
    padding: 15px 0;
  }
  .navbar .navbar-brand img {
    margin-left: 0;
  }
  .navbar .navbar-toggle {
    margin-top: 15px;
  }
  .navbar-right {
    float: left;
  }
  .navbar-right .dropdown {
    float: left;
  }
  .navbar.navbar-default {
    border-radius: 0;
    padding-bottom: 0;
  }
  /* Blocks */
  .block.block-form {
    padding: 0;
    padding-bottom: 15px;
  }
  /* Tables */
  .table-responsive {
    padding: 15px 0;
    overflow: auto;
  }
  /* Form */
  label {
    color: black;
  }
  .form-horizontal .form-group {
    border-bottom: 10px solid white;
    padding-bottom: 20px;
  }
  .form-horizontal .form-group:first-child {
    padding-top: 20px;
  }
  .progress {
    float: none;
    margin-left: 0;
  }
  .akkerbouw .heading-box {
    height: 100px;
    background-position: center;
  }
  .akkerbouw .heading-box .heading {
    font-size: 22px;
  }
  .akkerbouw .heading-box .sub-heading {
    font-size: 18px;
  }
  .progress {
    position: absolute;
    left: 150px;
    left: 83px;
    top: 3px;
  }
}
/* Prvent zooming apple */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}
.color-gold {
  color: #FFD700 !important;
}
