/*! Tablesaw - v3.0.0 - 2017-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2017 Filament Group; Licensed MIT */

.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

.tablesaw * {
  box-sizing: border-box;
}

.tablesaw th,
.tablesaw td {
  padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}

.tablesaw-bar .btn {
  border: 1px solid #ccc;
  border-radius: .25em;
  background: none;
  box-shadow: 0 1px 0 rgba(255,255,255,1);
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tablesaw-bar a.btn {
  color: #1c95d4;
}

.tablesaw-bar .btn:hover {
  text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */

.tablesaw-bar .btn:active {
  background-color: #ddd;
}

@supports (box-shadow: none ) {
  .tablesaw-bar .btn:focus {
    background-color: #fff;
    outline: none;
  }

  .tablesaw-bar .btn:focus {
    box-shadow: 0 0 .35em #4faeef !important;
  }
}

.tablesaw-bar .btn-select select {
  background: none;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
  opacity: 0;
  color: transparent;
}

.tablesaw-bar .btn select option {
  background: #fff;
  color: #000;
}

.tablesaw-bar .btn {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.tablesaw-bar .btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}

.tablesaw-bar .btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}

.tablesaw-bar .btn-select {
  padding-right: 1.5em;
  text-align: left;
  display: inline-block;
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
}

.tablesaw-bar .btn-select:after {
  content: " ";
  position: absolute;
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */

.tablesaw-advance .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}

.tablesaw-advance .btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:first-child {
  margin-left: 0;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:last-child {
  margin-right: 0;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .25em;
  margin-right: .25em;
  position: relative;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  cursor: default;
  pointer-events: none;
}

/* Table Toolbar */

.tablesaw-bar {
  clear: both;
}

.tablesaw-toolbar {
  float: left;
}

.tablesaw-toolbar label {
  font-size: .875em;
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
  margin-top: .5em;
  margin-bottom: .5em;
}

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-size: 1em;
  padding-left: .3em;
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: .9em;
}

.tablesaw-bar .tablesaw-toolbar select {
  color: #888;
  text-transform: none;
  background: transparent;
}

.tablesaw-toolbar ~ table {
  clear: both;
}

.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (min-width: 24em) {
  .tablesaw-toolbar .a11y-sm {
    clip: none;
    height: auto;
    width: auto;
    position: static;
    overflow: visible;
  }
}

.tablesaw th,
.tablesaw td {
  text-align: left;
  vertical-align: middle;
}

.tablesaw thead th {
  text-align: left;
}

/* Table rows have a gray bottom stroke by default */

.tablesaw-row-border tr {
  border-bottom: 1px solid #dfdfdf;
}

/* Zebra striping */

.tablesaw-row-zebra tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.tablesaw caption {
  text-align: left;
  margin: .59375em 0;
}

.tablesaw-swipe .tablesaw-cell-persist {
  border-right: 2px solid #e4e1de;
}

.tablesaw-swipe-shadow .tablesaw-cell-persist {
  border-right-width: 1px;
}

.tablesaw-swipe-shadow .tablesaw-cell-persist {
  box-shadow: 3px 0 4px -1px #e4e1de;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

/* Support note IE9+: @media only all */

@media only all {
  /* Show the table cells as a block level element */

  .tablesaw-stack {
    clear: both;
  }

  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {
  /* Table rows have a gray bottom stroke by default */

  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }

  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */

  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

.tablesaw-fix-persist {
  table-layout: fixed;
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden {
    display: none;
  }
}

.btn.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}

.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */

.tablesaw-columntoggle-popup {
  display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}

/* Hide all prioritized columns by default */

@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: none;
  }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}

/* Preset breakpoints if "" class added to table */

/* Show priority 1 at 320px (20em x 16px) */

@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}

/* Show priority 2 at 480px (30em x 16px) */

@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}

/* Show priority 3 at 640px (40em x 16px) */

@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }

  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}

/* Show priority 4 at 800px (50em x 16px) */

@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}

/* Show priority 5 at 960px (60em x 16px) */

@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}

/* Show priority 6 at 1,120px (70em x 16px) */

@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-columntoggle th.tablesaw-cell-hidden,
  .tablesaw-columntoggle td.tablesaw-cell-hidden {
    display: none;
  }

  /* Checked manually: Always show */

  .tablesaw-columntoggle th.tablesaw-cell-visible,
  .tablesaw-columntoggle td.tablesaw-cell-visible {
    display: table-cell;
  }
}

.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
}

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em;
}

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative;
}

.tablesaw-sortable thead tr th {
  vertical-align: top;
}

.tablesaw-sortable th.tablesaw-sortable-head.tablesaw-sortable-head {
  padding: 0;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
  padding-top: .9em;
  padding-bottom: .7em;
  padding-left: .6em;
  padding-right: .6em;
}

.tablesaw-sortable .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: inherit;
  font: inherit;
  text-transform: inherit;
}

.tablesaw-sortable-arrow:after {
  display: inline-block;
  width: 10px;
  height: 14px;
  content: " ";
  margin-left: .3125em;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\0020";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "\2191";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\2193";
}

.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block;
}

.tablesaw-sortable .not-applicable span {
  display: none;
}

.tablesaw-advance {
  float: right;
}

.tablesaw-advance.minimap {
  margin-right: .4em;
}

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}

.tablesaw-advance-dots-hide {
  opacity: .25;
  cursor: default;
  pointer-events: none;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\9}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute;height:0!important;padding:0!important}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
	padding-right: 30px;
}
/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin: -3px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
 	border-style: solid;
}
.navbar-nav.sm-collapsible .caret:before {
	content: '+';
	font-family: monospace;
	font-weight: bold;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
	content: '-';
}
.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 50px;
}
/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: '' !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid;
	border-left: 7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px dashed transparent;
	border-bottom: 7px dashed transparent;
	border-left: 7px dashed transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
	padding-left: 35px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
	white-space: normal;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space: nowrap;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
	white-space: normal;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
	left: 0;
	right: auto;
}
/**
 * Bootstrap theme v3.x
 *
 * WARNING!... once a stable Bootstrap v4.x is released,
 * this file will be removed; use theme.bootstrap_3.css
 */
.tablesorter-bootstrap {
	width: 100%;
}
.tablesorter-bootstrap thead th,
.tablesorter-bootstrap thead td,
.tablesorter-bootstrap tfoot th,
.tablesorter-bootstrap tfoot td {
	font: 14px/20px Arial, Sans-serif;
	font-weight: bold;
	padding: 4px;
	margin: 0 0 18px;
	background-color: #eee;
}

.tablesorter-bootstrap .tablesorter-header {
	cursor: pointer;
}
.tablesorter-bootstrap .sorter-false {
	cursor: default;
}

.tablesorter-bootstrap .tablesorter-header.sorter-false i.tablesorter-icon {
	display: none;
}

.tablesorter-bootstrap .tablesorter-header-inner {
	position: relative;
	padding: 4px 18px 4px 4px;
}
.tablesorter-bootstrap .sorter-false .tablesorter-header-inner {
	padding: 4px;
}

/* bootstrap uses <i> for icons */
.tablesorter-bootstrap .tablesorter-header i.tablesorter-icon {
	font-size: 11px;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -7px; /* half the icon height; older IE doesn't like this */
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	line-height: 14px;
	display: inline-block;
}

/* black unsorted icon */
.tablesorter-bootstrap .bootstrap-icon-unsorted {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAA20lEQVR4AWJABpKSkoxALCstLb0aUAsZaCAMhVEY6B0amx8YZWDDEDSBa2AGe7XeIiAAClYwVGBvsAcIllsf/mvcC9DgOOd8h90fxWvngVEUbZIkuWRZZlE8eQjcisgZMM9zi+LJ6ZfwegmWZflZDugdHMfxTcGqql7TNBlUB/QObtv2VBSFrev6OY7jngzFk9OT/fn73fWYpqnlXNyXDMWT0zuYx/Bvel9ej+LJ6R08DMOu67q7DkTkrSA5vYPneV71fX/QASdTkJwezhs0TfMARn0wMDDGXEPgF4oijqwM5YjNAAAAAElFTkSuQmCC);
}

/* white unsorted icon; updated to use bootstrap-icon-white - see #1432 */
.tablesorter-bootstrap .bootstrap-icon-white.bootstrap-icon-unsorted {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAe0lEQVR4AbXQoRWDMBiF0Sh2QLAAQ8SxJGugWSA6A2STW1PxTsnB9cnkfuYvv8OGC1t5G3Y0QMP+Bm857keAdQIzWBP3+Bw4MADQE18B6/etRnCV/w9nnGuLezfAmXhABGtAGIkruvk6auIFRwQJDywllsEAjCecB20GP59BQQ+gtlRLAAAAAElFTkSuQmCC);
}

/* since bootstrap (table-striped) uses nth-child(), we just use this to add a zebra stripe color */
.tablesorter-bootstrap > tbody > tr.odd > td,
.tablesorter-bootstrap > tbody > tr.tablesorter-hasChildRow.odd:hover ~ tr.tablesorter-hasChildRow.odd ~ .tablesorter-childRow.odd > td {
	background-color: #f9f9f9;
}
.tablesorter-bootstrap > tbody > tr.hover > td,
.tablesorter-bootstrap > tbody > tr.odd:hover > td,
.tablesorter-bootstrap > tbody > tr.even:hover > td,
.tablesorter-bootstrap > tbody > tr.tablesorter-hasChildRow.odd:hover ~ .tablesorter-childRow.odd > td,
.tablesorter-bootstrap > tbody > tr.tablesorter-hasChildRow.even:hover ~ .tablesorter-childRow.even > td {
	background-color: #f5f5f5;
}
.tablesorter-bootstrap > tbody > tr.even > td,
.tablesorter-bootstrap > tbody > tr.tablesorter-hasChildRow.even:hover ~ tr.tablesorter-hasChildRow.even ~ .tablesorter-childRow.even > td {
	background-color: #fff;
}

/* processing icon */
.tablesorter-bootstrap .tablesorter-processing {
	background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

/* Column Widget - column sort colors */
.tablesorter-bootstrap > tbody > tr.odd td.primary {
	background-color: #bfbfbf;
}
.tablesorter-bootstrap > tbody > tr td.primary,
.tablesorter-bootstrap > tbody > tr.even td.primary {
	background-color: #d9d9d9;
}
.tablesorter-bootstrap > tbody > tr.odd td.secondary {
	background-color: #d9d9d9;
}
.tablesorter-bootstrap > tbody > tr td.secondary,
.tablesorter-bootstrap > tbody > tr.even td.secondary {
	background-color: #e6e6e6;
}
.tablesorter-bootstrap > tbody > tr.odd td.tertiary {
	background-color: #e6e6e6;
}
.tablesorter-bootstrap > tbody > tr td.tertiary,
.tablesorter-bootstrap > tbody > tr.even td.tertiary {
	background-color: #f2f2f2;
}

/* caption */
.tablesorter-bootstrap > .caption {
	background-color: #fff;
}

/* filter widget */
.tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter,
.tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter {
	width: 98%;
	margin: 0;
	padding: 4px 6px;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}
.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled {
	background-color: #eee;
	color: #555;
	cursor: not-allowed;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-sizing: border-box;
	transition: height 0.1s ease;
}
.tablesorter-bootstrap .tablesorter-filter-row {
	background-color: #efefef;
}
.tablesorter-bootstrap .tablesorter-filter-row td {
	background-color: #efefef;
	line-height: normal;
	text-align: center;
	padding: 4px 6px;
	vertical-align: middle;
	-webkit-transition: line-height 0.1s ease;
	-moz-transition: line-height 0.1s ease;
	-o-transition: line-height 0.1s ease;
	transition: line-height 0.1s ease;
}
/* hidden filter row */
.tablesorter-bootstrap .tablesorter-filter-row.hideme td {
	padding: 2px; /* change this to modify the thickness of the closed border row */
	margin: 0;
	line-height: 0;
}
.tablesorter-bootstrap .tablesorter-filter-row.hideme * {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	/* don't use visibility: hidden because it disables tabbing */
	opacity: 0;
	filter: alpha(opacity=0);
}
/* rows hidden by filtering */
.tablesorter .filtered {
	display: none;
}

/* pager plugin */
.tablesorter-bootstrap .tablesorter-pager select {
  padding: 4px 6px;
}
.tablesorter-bootstrap .tablesorter-pager .pagedisplay {
	border: 0;
}
/* tfoot i for pager controls */
.tablesorter-bootstrap tfoot i {
	font-size: 11px;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
	text-align: center;
	cursor: pointer;
	background-color: #e6bf99;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/font-awesome/fonts/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?v=4.7.0);
  src: url(/assets/font-awesome/fonts/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/assets/font-awesome/fonts/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2?v=4.7.0) format('woff2'), url(/assets/font-awesome/fonts/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff?v=4.7.0) format('woff'), url(/assets/font-awesome/fonts/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf?v=4.7.0) format('truetype'), url(/assets/font-awesome/fonts/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
body .row.attention {
  margin-top: 8px;
  padding-top: 7px;
}
.attention-text-down {
  color: #f44336 !important;
}
.attention-text-up {
  color: #4caf50 !important;
}
.badge-attention-red {
  color: #fff !important;
  background-color: #f44336 !important;
}
.attention-positive {
  color: #4caf50 !important;
}
.attention-negative {
  color: #f44336 !important;
}
.help-icon {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 2em;
}
.help-icon:hover {
  background: none !important;
  border: none !important;
}
.help-icon a:hover {
  text-decoration: none !important;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/../fonts/glyphicons-halflings-regular.eot);
  src: url(/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/../fonts/glyphicons-halflings-regular.woff) format('woff'), url(/../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #323232;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #41a05e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2b6a3e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #727272;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #41a05e;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2b6a3e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #41a05e;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #41a05e;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2b6a3e;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #41a05e;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #41a05e;
}
.thumbnail .caption {
  padding: 9px;
  color: #323232;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.mt-3 {
  margin-top: 3rem !important;
}
.deheus-print-icon-wrapper img {
  width: 60px;
  height: 60px;
}
body.company_managements.groups_farms .dropdown-menu.open,
body.company_managements.groups_users .dropdown-menu.open {
  z-index: 9999;
}
body.company_managements .modal .column-group {
  column-count: 4;
}
body.company_managements .modal .column-group .check_boxes .checkbox {
  margin-top: 0;
}
body.checks.show .table-responsive {
  overflow-x: auto;
}
.attention-settings-tables .min-width {
  min-width: 150px;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  .results-btn-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .results-btn-group > .btn,
  .results-btn-group > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
  }
  .results-btn-group > .btn-group .btn {
    width: 100%;
  }
  .results-btn-group > .btn-group .dropdown-menu {
    left: auto;
  }
}
.hidden {
  display: none;
}
.form-control,
.input-group .input-group-addon {
  color: #000;
}
.input-group-btn {
  padding-left: 10px;
}
table.feedm-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table.feedm-table > thead > tr > th,
table.feedm-table > tbody > tr > th,
table.feedm-table > tfoot > tr > th,
table.feedm-table > thead > tr > td,
table.feedm-table > tbody > tr > td,
table.feedm-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table.feedm-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table.feedm-table > caption + thead > tr:first-child > th,
table.feedm-table > colgroup + thead > tr:first-child > th,
table.feedm-table > thead:first-child > tr:first-child > th,
table.feedm-table > caption + thead > tr:first-child > td,
table.feedm-table > colgroup + thead > tr:first-child > td,
table.feedm-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.feedm-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table.feedm-table .table {
  background-color: #fff;
}
table.feedm-table > tbody > tr:nth-child(odd) > td,
table.feedm-table > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
table.feedm-table > thead > tr > th,
table.feedm-table > tbody > tr > th,
table.feedm-table > tfoot > tr > th,
table.feedm-table > thead > tr > td,
table.feedm-table > tbody > tr > td,
table.feedm-table > tfoot > tr > td {
  padding: 5px;
}
table.feedm-table tbody tr td {
  vertical-align: middle;
}
.checks.show table tr td.empty-cell {
  height: 10px;
  margin: 0;
  padding: 0;
}
li.report-title {
  font-size: 9px;
}
.language-selector-not-logged-in {
  position: absolute;
  top: 0;
  right: 0;
}
.bootstrap-datetimepicker-widget {
  z-index: 9999 !important;
}
.btn-row-margin-fix {
  margin-top: 1.8em;
}
.clickable {
  cursor: pointer;
}
.panel-heading .panel-title .center-button {
  margin-top: -10px !important;
}
.margin-top-1-em {
  margin-top: 1em;
}
.margin-bottom-zero {
  margin-bottom: 0;
}
.nested-fields .panel .panel-body {
  background: #fcfcfc;
}
.floatThead-table thead tr {
  background: white;
}
.modal-dialog .modal-content h4 {
  font-weight: bold;
}
.developer-tools {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  right: 0;
}
.table tbody td.td-ellipsis {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table tbody tr.v-align-tds td {
  vertical-align: middle;
}
.block {
  display: block;
}
a.black-link {
  color: #323232 !important;
}
@media (min-width: 640px) {
  .centered-md {
    text-align: center !important;
  }
}
.text-bold {
  font-weight: bold;
}
.full-width {
  width: 100%;
}
.label {
  width: 100% !important;
}
.align-center {
  margin: auto;
  width: 50%;
}
.attentions.summary table td {
  vertical-align: middle;
}
.milk-deliveries-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.milk-deliveries-table > thead > tr > th,
.milk-deliveries-table > tbody > tr > th,
.milk-deliveries-table > tfoot > tr > th,
.milk-deliveries-table > thead > tr > td,
.milk-deliveries-table > tbody > tr > td,
.milk-deliveries-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.milk-deliveries-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.milk-deliveries-table > caption + thead > tr:first-child > th,
.milk-deliveries-table > colgroup + thead > tr:first-child > th,
.milk-deliveries-table > thead:first-child > tr:first-child > th,
.milk-deliveries-table > caption + thead > tr:first-child > td,
.milk-deliveries-table > colgroup + thead > tr:first-child > td,
.milk-deliveries-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.milk-deliveries-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.milk-deliveries-table .table {
  background-color: #fff;
}
.milk-deliveries-table > thead > tr > th,
.milk-deliveries-table > tbody > tr > th,
.milk-deliveries-table > tfoot > tr > th,
.milk-deliveries-table > thead > tr > td,
.milk-deliveries-table > tbody > tr > td,
.milk-deliveries-table > tfoot > tr > td {
  padding: 5px;
}
.milk-deliveries-table > tbody > tr.even {
  background-color: #f9f9f9;
}
.milk-deliveries-table thead tr th {
  vertical-align: top;
}
.milk-deliveries-table tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
}
.milk-deliveries-table tr.has-sub-deliveries td {
  cursor: pointer;
}
.milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  margin-top: -6px;
  float: left;
  margin-left: 3px;
}
.milk-deliveries-table tr.sub-deliveries {
  display: none;
}
.no-border {
  border: 0 !important;
}
.details-btn-wrapper {
  position: relative;
  width: auto;
  height: 3em;
}
.details-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ghost {
  background: #e7e7e8;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding-bottom: 5px;
}
.table > tbody.header > tr > th {
  padding-top: 20px;
  border-top: 0px;
}
.table > tbody + tbody {
  border-top: 0;
}
.table > tbody.header + tbody {
  border-top: 2px solid #ddd;
}
#search,
#filter {
  padding: 0 20px 20px 20px;
}
.pull-right + .pull-right {
  margin-right: 10px;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
  font-size: 13px !important;
}
body .panel-title {
  font-size: 14px;
}
img.login {
  margin-bottom: 28px;
  width: 100%;
}
ol.breadcrumb {
  line-height: 2 !important;
}
ol.breadcrumb li.no-seperator:before {
  content: none;
}
ol.breadcrumb .fa.fa-search {
  margin-left: 10px !important;
}
ol.breadcrumb a {
  text-decoration: none;
}
.fa-arrow-up.up,
.cow-index.link {
  color: #41a05e;
}
.fa-arrow-down.up,
.fa-arrow-up.down,
.fa-arrow-up.normal,
.fa-arrow-down.normal,
.fa-arrow-right.normal {
  color: #eee;
}
.panel .list-group .row.list-group-item {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-right: 0px;
  border-left: 0px;
}
.panel .list-group-header,
.panel .list-group-footer {
  font-weight: bold;
}
.panel .list-group-item {
  border-left: 0;
  border-right: 0;
}
.panel .fa-arrows {
  cursor: move;
  cursor: -webkit-grabbing;
}
.panel .list-group-header {
  border-top: 0;
}
.panel .list-group-footer {
  border-bottom: 0;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a.navbar-brand {
  padding-top: 12px !important;
}
.navbar-brand img {
  margin-top: -0.5em !important;
}
.main-container {
  margin-top: 5em;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-table {
  max-width: 100px;
}
.float-left {
  float: left;
}
.img-responsive i {
  position: absolute;
  float: left;
  top: 34px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  left: 64px;
}
@media print {
  table.table .zero-left-padding-print {
    padding-left: 0;
  }
  body {
    font-family: 'Arial', sans-serif !important;
    font-size: 11px !important;
  }
  .block {
    font-size: 18px !important;
    page-break-inside: avoid;
  }
}
footer.text-center {
  width: 100%;
  overflow: hidden;
  background: #414143;
  border-top: 2px solid black;
  color: #fff;
}
footer.text-center .footer-font-size {
  font-size: 85%;
}
.invoice {
  padding: 4em;
  font-size: 14px;
}
.invoice .cost-calculation {
  position: absolute !important;
  bottom: -25em !important;
  left: 35em !important;
}
.padding-0 {
  padding: 0 !important;
}
.table-borderless tr,
td {
  border-top: 0;
}
.border-bottom {
  border-bottom: 1px solid #222;
}
.border-top {
  border-top: 1px solid #222 !important;
}
.dropdown-menu li {
  text-align: left !important;
}
.dropdown-menu li a {
  cursor: pointer;
}
.logged-in-as {
  color: #fff;
  display: block;
  margin-top: 16px;
}
@media only screen and (min-width: 1224px) {
  .navbar-nav {
    float: right !important;
  }
  .chart-date {
    width: 50%;
    margin-left: 25%;
  }
}
.disabled {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.disabled-mouse {
  cursor: not-allowed;
}
.list-group-item a,
.list-group-item button {
  color: #555;
  text-decoration: none;
}
.list-group-item:hover {
  background: #eee;
}
.fa-trash-o {
  color: #d9534f;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 8px;
}
@media screen and (max-width: 767px) {
  .table-to-cards-wrapper table,
  .table-to-cards-wrapper thead,
  .table-to-cards-wrapper tbody,
  .table-to-cards-wrapper th,
  .table-to-cards-wrapper td,
  .table-to-cards-wrapper tr {
    display: block;
  }
  .table-to-cards-wrapper thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-to-cards-wrapper tr {
    border: 1px solid #ccc;
  }
  .table-to-cards-wrapper td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
    white-space: normal;
    text-align: left;
    min-height: 30px;
  }
  .table-to-cards-wrapper td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 50%;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .checks.production .nav-tabs {
    border: 0;
  }
  .pagination {
    width: 100%;
  }
  .pagination li a {
    width: 25%;
    font-size: 90%;
  }
}
.milk-deliveries-table {
  border: 1px solid #ddd;
}
.navbar-collapse {
  border: 0;
}
.milk-delivery-graph,
.check-graph {
  padding: 2em 0.5em;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.check-graph {
  border-top: 1px solid #ddd;
}
.pager.milk-deliveries-top {
  border: 1px solid #dddddd;
  border-bottom: none;
  margin: 0;
  padding: 20px 0;
}
.table td {
  white-space: nowrap;
}
.thick-border {
  border-right: 3px solid #999;
  width: 6%;
  padding-right: 1.5em !important;
}
.thick-border-no-right-padding {
  border-right: 3px solid #999;
  width: 6%;
  padding-right: 0 !important;
}
.thick-border-5-padding {
  border-right: 3px solid #999;
  width: 6%;
  padding-right: 5px !important;
}
.thick-border-2-padding {
  border-right: 3px solid #999;
  width: 6%;
  padding-right: 2px !important;
}
.ellipsis-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header-fixed {
  background: white;
  position: fixed;
  top: 50px;
  z-index: 1020;
}
.white-text {
  color: white;
}
.one-sixth {
  width: 16.66666667%;
}
#query_diet {
  z-index: 1100 !important;
}
.vertical-align {
  display: flex;
  align-items: center;
}
.btn-gray {
  color: #ffffff;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  color: #ffffff;
  background-color: #808080;
  border-color: #a3a3a3;
}
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-gray .badge {
  color: #a3a3a3;
  background-color: #ffffff;
}
* {
  border-radius: 0 !important;
}
a.login_rovecom {
  width: 100px;
  margin: auto auto 10px;
  display: block;
}
table.cow-table .name span {
  width: 65px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}
div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}
div.dt-button-collection-title:empty {
  display: none;
}
button.dt-button,
div.dt-button,
a.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
}
button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #f9f9f9 100%);
  background-image: -ms-linear-gradient(top, #fff 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#f9f9f9');
}
button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
  background-color: #e2e2e2;
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999;
}
button.dt-button:active:not(.disabled):hover:not(.disabled),
button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #ccc 100%);
  background-image: -moz-linear-gradient(top, #eaeaea 0%, #ccc 100%);
  background-image: -ms-linear-gradient(top, #eaeaea 0%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#cccccc');
}
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  text-decoration: none;
}
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
}
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#bddef4', EndColorStr='#79ace9');
}
.dt-button embed {
  outline: none;
}
div.dt-buttons {
  position: relative;
  float: left;
}
div.dt-buttons.buttons-right {
  float: right;
}
div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f0f0f0', EndColorStr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
}
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2001;
}
@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
  color: rgba(0, 0, 0, 0.2);
}
button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}
.gauge canvas {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.gauge p {
  font-size: 1.5em;
  text-align: center;
}
.farms.edit .panel-default {
  min-height: 15em;
}
i.icon-tractor {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tractor:before {
  content: '\e900';
}
.fa-circle-color-false {
  color: #f44336 !important;
}
.fa-circle-color-true {
  color: #4caf50 !important;
}
.fa-deviation-color-false {
  color: #f5f5f5 !important;
}
.fa-deviation-color-true {
  color: #000 !important;
}
.fa-circle-color-102,
.fa-circle-color-302,
.fa-circle-color-404 {
  color: #f44336 !important;
}
.fa-circle-color-104,
.fa-circle-color-204,
.fa-circle-color-303,
.fa-circle-color-501,
.fa-circle-color-402 {
  color: #4CAF50 !important;
}
.fa-circle-color-103,
.fa-circle-color-202,
.fa-circle-color-304,
.fa-circle-color-502,
.fa-circle-color-403 {
  color: #1357d6 !important;
}
.fa-circle-color-101,
.fa-circle-color-201,
.fa-circle-color-301,
.fa-circle-color-401 {
  color: #b2aeb2 !important;
}
.fa-circle-color-306 {
  color: #6b2f8c !important;
}
.fa-circle-color-0 {
  color: #f442b3 !important;
}
.fa-circle-color-203,
.fa-circle-color-305 {
  color: #efe14a !important;
}
.feed_delivery_wizard .blink {
  background: #FFF176;
}
.feed_delivery_wizard .field_with_errors input {
  border: 2px solid #f44336;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.feed_delivery_wizard .field_with_errors .message {
  background: #f44336;
  width: 100%;
  padding: 2px 2px 2px 11px;
  color: white;
}
.feed_delivery_wizard abbr {
  float: right;
  color: #f44336;
}
.feed_delivery_wizard .navigation-buttons {
  margin-top: 3em;
}
.feed_delivery_wizard .step-progress {
  margin-bottom: 2em;
}
.progress-tracker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  padding: 0;
  list-style: none;
}
.progress-step {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  margin: 0;
  padding: 0;
  min-width: 28px;
}
.progress-step:last-child {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.progress-step:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -10;
  top: 23px;
  bottom: 12px;
  right: -14px;
  width: 100%;
  height: 4px;
}
.progress-step.is-active .progress-title {
  font-weight: 400;
}
.progress-step > a {
  display: block;
}
.progress-marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 20;
  width: 50px;
  height: 50px;
  padding-bottom: 2px;
  color: #fff;
  font-weight: 400;
  font-size: 2em;
  border: 2px solid transparent;
  border-radius: 50% !important;
  -webkit-transition: background-color, border-color;
  transition: background-color, border-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.progress-text {
  display: block;
  padding: 14px 9.33333333px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.progress-title {
  margin-top: 0;
}
.progress-step .progress-marker {
  color: #fff;
  background-color: #b6b6b6;
}
.progress-step::after {
  background-color: #b6b6b6;
}
.progress-step .progress-text,
.progress-step .progress-step > a .progress-text {
  color: #333333;
}
.progress-tracker--center .progress-step {
  text-align: center;
}
.progress-tracker--center .progress-step:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.progress-tracker--center .progress-step::after {
  right: -50%;
}
.progress-tracker--center .progress-marker {
  margin-left: auto;
  margin-right: auto;
}
.progress-tracker--right .progress-step {
  text-align: right;
}
.progress-tracker--right .progress-step:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.progress-tracker--right .progress-step::after {
  right: calc(-100% + 14px);
}
.progress-tracker--right .progress-marker {
  margin-left: auto;
}
.progress-tracker--border {
  padding: 5px;
  border: 2px solid #868686;
  border-radius: 38px;
}
.progress-tracker--spaced .progress-step::after {
  width: calc(100% - 48px);
  margin-right: 24px;
}
.progress-tracker--word {
  padding-right: 38.66666667px;
  overflow: hidden;
}
.progress-tracker--word .progress-text {
  display: inline-block;
  white-space: nowrap;
}
.progress-tracker--word .progress-title {
  margin: 0;
}
.progress-tracker--word-center {
  padding-right: 38.66666667px;
  padding-left: 38.66666667px;
}
.progress-tracker--word-center .progress-text {
  padding-right: 0;
  padding-left: 0;
  -webkit-transform: translateX(calc(-50% + 14px));
  transform: translateX(calc(-50% + 14px));
}
.progress-tracker--word-right {
  padding-right: 0;
  padding-left: 38.66666667px;
}
.progress-tracker--word-right .progress-text {
  padding-left: 0;
  -webkit-transform: translateX(calc(-100% + 28px));
  transform: translateX(calc(-100% + 28px));
}
.progress-tracker--text .progress-step:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.progress-tracker--text-top .progress-step::after {
  top: auto;
}
.progress-tracker--text-top .progress-text {
  height: 100%;
}
.progress-tracker--text-top .progress-marker {
  bottom: 28px;
}
.progress-tracker--text-inline .progress-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.progress-tracker--text-inline .progress-text {
  position: relative;
  z-index: 30;
  max-width: 70%;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
.progress-tracker--text-inline .progress-title {
  margin: 0;
}
.progress-tracker--square .progress-step {
  padding-top: 0;
}
.progress-tracker--square .progress-marker {
  -webkit-transform: scaleX(0.33) translateY(-12px);
  transform: scaleX(0.33) translateY(-12px);
  border-radius: 0;
}
@media (max-width: 399px) {
  .progress-tracker-mobile {
    overflow-x: auto;
  }
  .progress-tracker-mobile .progress-tracker {
    min-width: 200%;
  }
}
.progress-tracker--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.progress-tracker--vertical .progress-step {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.progress-tracker--vertical .progress-step::after {
  right: auto;
  top: 14px;
  left: 12px;
  width: 4px;
  height: 100%;
}
.progress-tracker--vertical .progress-marker {
  position: absolute;
  left: 0;
}
.progress-tracker--vertical .progress-text {
  padding-top: 7px;
  padding-left: 42px;
}
.progress-tracker--vertical .progress-step:not(:last-child) .progress-text {
  padding-bottom: 42px;
}
.results-print table {
  font-size: 75%;
}
.results-print table th:first-child,
.results-print table td:first-child {
  width: 18em;
}
.results-print table th:not(:first-child),
.results-print table td:not(:first-child) {
  width: 5em;
}
@media (min-width: 768px) {
  .results.index table.table td:first-child,
  .results.trends table.table td:first-child {
    min-width: 20em;
  }
}
@media (max-width: 768px) {
  .results.index table.table td:first-child,
  .results.trends table.table td:first-child {
    min-width: 15em;
  }
}
.results.index .table-responsive,
.results.trends .table-responsive {
  overflow-x: auto !important;
}
.results.index .row,
.results.trends .row {
  padding: 0 10px;
}
.results.index .clickable,
.results.trends .clickable {
  cursor: pointer;
}
.results.index .panel-heading span,
.results.trends .panel-heading span {
  margin-top: -20px;
  font-size: 15px;
}
.results.index .table > thead > tr > th,
.results.trends .table > thead > tr > th {
  border-right: 1px solid #ddd;
  border-bottom: 0;
}
.results.index .table > tbody > tr > td,
.results.trends .table > tbody > tr > td {
  border-right: 1px solid #ddd;
}
.results.index .table > thead > tr > th:last-of-type,
.results.trends .table > thead > tr > th:last-of-type {
  border-right: 0px;
}
.results.index .table > tbody > tr > td:last-of-type,
.results.trends .table > tbody > tr > td:last-of-type {
  border-right: 0px;
}
.results.index .panel-body,
.results.trends .panel-body {
  padding: 0;
}
.results.index .panel-body > .table,
.results.trends .panel-body > .table {
  margin-bottom: 0px;
}
.results.index .recalculate-link,
.results.trends .recalculate-link {
  background: #eee;
}
.fixed-first-column-wrapper {
  border: 1px solid #ddd;
  -webkit-overflow-scrolling: auto;
}
.fixed-first-column-wrapper table {
  margin-bottom: 0 !important;
}
.fixed-first-column-wrapper table tr td {
  vertical-align: middle;
}
.fixed-first-column-wrapper > .fixed-column {
  position: absolute;
  display: inline-block;
  width: auto;
  border-right: 1px solid #ddd;
  background: white;
}
@media (min-width: 768px) {
  .fixed-first-column-wrapper > .fixed-column {
    display: none;
  }
}
.production-table {
  border: 1px solid #ddd;
  -webkit-overflow-scrolling: auto;
}
.production-table table {
  margin-bottom: 0 !important;
}
.production-table table tr td {
  vertical-align: middle;
}
.production-table > .fixed-column {
  position: absolute;
  display: inline-block;
  width: auto;
  border-right: 1px solid #ddd;
  background: white;
}
@media (min-width: 768px) {
  .production-table > .fixed-column {
    display: none;
  }
}
.production-table thead tr:first-child th {
  font-size: 125%;
}
.results-table {
  border: 1px solid #ddd;
  -webkit-overflow-scrolling: auto;
}
.results-table table {
  margin-bottom: 0 !important;
}
.results-table table tr td {
  vertical-align: middle;
}
.results-table > .fixed-column {
  position: absolute;
  display: inline-block;
  width: auto;
  border-right: 1px solid #ddd;
  background: white;
}
@media (min-width: 768px) {
  .results-table > .fixed-column {
    display: none;
  }
}
.fixed-first-column-checks table {
  /* To have the header in the first column stick to the left: */
  /* Just to display it nicely: */
}
.fixed-first-column-checks table thead th {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  top: 0;
}
.fixed-first-column-checks table tbody th {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 0;
}
.fixed-first-column-checks table thead th:first-child {
  left: 0;
  z-index: 2;
  background: #FFF;
}
.fixed-first-column-checks table tbody tr:nth-child(odd) th {
  background: #F9F9F9;
}
.fixed-first-column-checks table tbody tr:nth-child(even) th {
  background: #FFF;
}
.fixed-first-column-checks table table {
  border-collapse: collapse;
}
.fixed-first-column-checks table td,
.fixed-first-column-checks table th {
  padding: 0.5em;
}
.result_charts.index tbody tr:first-child td {
  border-top: none;
}
.btn-remove-association {
  margin-top: 1.7em;
}
.sortable .result-setting-line:first-child td.li-result-title {
  border-top: none;
}
.sortable .ui-sortable-helper {
  display: table;
  background: #EEE;
  opacity: 0.3;
}
.sortable .highlight {
  background-color: #35363424 !important;
  opacity: 0.5;
}
.sortable .sort-handle {
  cursor: grab;
}
.edit_ration .sortable .highlight {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.edit_ration .sortable .sort-handle {
  display: block;
  float: left;
  width: 20px;
  cursor: grab;
}
.deheus-blue {
  color: #0163af !important;
}
/* Start mixins */
/* End mixins */
/* Start palettes */
/* Add company to this list if it has custom styling */
body:not(#abzdesamenwerking) .btn-primary,
body:not(#abzdesamenwerkinggeit) .btn-primary,
body:not(#arvesta) .btn-primary,
body:not(#bieleman) .btn-primary,
body:not(#bronsvoorthuizen) .btn-primary,
body:not(#deheus) .btn-primary,
body:not(#denham) .btn-primary,
body:not(#dvw) .btn-primary,
body:not(#dvwgeit) .btn-primary,
body:not(#eendrachtrouveen) .btn-primary,
body:not(#fuite) .btn-primary,
body:not(#fuitegeit) .btn-primary,
body:not(#havensvoeders) .btn-primary,
body:not(#havensvoedersgeit) .btn-primary,
body:not(#kruidhof) .btn-primary,
body:not(#pbos) .btn-primary,
body:not(#raiffeisen-ems-vechte) .btn-primary,
body:not(#rudolfpeters) .btn-primary,
body:not(#theeuwes) .btn-primary,
body:not(#theeuwesgeit) .btn-primary,
body:not(#tvp) .btn-primary,
body:not(#vanbenthem) .btn-primary,
body:not(#vitelia) .btn-primary,
body:not(#voergroepzuid) .btn-primary,
body:not(#zosalland) .btn-primary {
  color: #fff;
  background-color: #41a05e;
  border-color: #245733;
}
body:not(#abzdesamenwerking) .btn-primary:hover,
body:not(#abzdesamenwerkinggeit) .btn-primary:hover,
body:not(#arvesta) .btn-primary:hover,
body:not(#bieleman) .btn-primary:hover,
body:not(#bronsvoorthuizen) .btn-primary:hover,
body:not(#deheus) .btn-primary:hover,
body:not(#denham) .btn-primary:hover,
body:not(#dvw) .btn-primary:hover,
body:not(#dvwgeit) .btn-primary:hover,
body:not(#eendrachtrouveen) .btn-primary:hover,
body:not(#fuite) .btn-primary:hover,
body:not(#fuitegeit) .btn-primary:hover,
body:not(#havensvoeders) .btn-primary:hover,
body:not(#havensvoedersgeit) .btn-primary:hover,
body:not(#kruidhof) .btn-primary:hover,
body:not(#pbos) .btn-primary:hover,
body:not(#raiffeisen-ems-vechte) .btn-primary:hover,
body:not(#rudolfpeters) .btn-primary:hover,
body:not(#theeuwes) .btn-primary:hover,
body:not(#theeuwesgeit) .btn-primary:hover,
body:not(#tvp) .btn-primary:hover,
body:not(#vanbenthem) .btn-primary:hover,
body:not(#vitelia) .btn-primary:hover,
body:not(#voergroepzuid) .btn-primary:hover,
body:not(#zosalland) .btn-primary:hover,
body:not(#abzdesamenwerking) .btn-primary:focus,
body:not(#abzdesamenwerkinggeit) .btn-primary:focus,
body:not(#arvesta) .btn-primary:focus,
body:not(#bieleman) .btn-primary:focus,
body:not(#bronsvoorthuizen) .btn-primary:focus,
body:not(#deheus) .btn-primary:focus,
body:not(#denham) .btn-primary:focus,
body:not(#dvw) .btn-primary:focus,
body:not(#dvwgeit) .btn-primary:focus,
body:not(#eendrachtrouveen) .btn-primary:focus,
body:not(#fuite) .btn-primary:focus,
body:not(#fuitegeit) .btn-primary:focus,
body:not(#havensvoeders) .btn-primary:focus,
body:not(#havensvoedersgeit) .btn-primary:focus,
body:not(#kruidhof) .btn-primary:focus,
body:not(#pbos) .btn-primary:focus,
body:not(#raiffeisen-ems-vechte) .btn-primary:focus,
body:not(#rudolfpeters) .btn-primary:focus,
body:not(#theeuwes) .btn-primary:focus,
body:not(#theeuwesgeit) .btn-primary:focus,
body:not(#tvp) .btn-primary:focus,
body:not(#vanbenthem) .btn-primary:focus,
body:not(#vitelia) .btn-primary:focus,
body:not(#voergroepzuid) .btn-primary:focus,
body:not(#zosalland) .btn-primary:focus,
body:not(#abzdesamenwerking) .btn-primary:active,
body:not(#abzdesamenwerkinggeit) .btn-primary:active,
body:not(#arvesta) .btn-primary:active,
body:not(#bieleman) .btn-primary:active,
body:not(#bronsvoorthuizen) .btn-primary:active,
body:not(#deheus) .btn-primary:active,
body:not(#denham) .btn-primary:active,
body:not(#dvw) .btn-primary:active,
body:not(#dvwgeit) .btn-primary:active,
body:not(#eendrachtrouveen) .btn-primary:active,
body:not(#fuite) .btn-primary:active,
body:not(#fuitegeit) .btn-primary:active,
body:not(#havensvoeders) .btn-primary:active,
body:not(#havensvoedersgeit) .btn-primary:active,
body:not(#kruidhof) .btn-primary:active,
body:not(#pbos) .btn-primary:active,
body:not(#raiffeisen-ems-vechte) .btn-primary:active,
body:not(#rudolfpeters) .btn-primary:active,
body:not(#theeuwes) .btn-primary:active,
body:not(#theeuwesgeit) .btn-primary:active,
body:not(#tvp) .btn-primary:active,
body:not(#vanbenthem) .btn-primary:active,
body:not(#vitelia) .btn-primary:active,
body:not(#voergroepzuid) .btn-primary:active,
body:not(#zosalland) .btn-primary:active,
body:not(#abzdesamenwerking) .btn-primary.active,
body:not(#abzdesamenwerkinggeit) .btn-primary.active,
body:not(#arvesta) .btn-primary.active,
body:not(#bieleman) .btn-primary.active,
body:not(#bronsvoorthuizen) .btn-primary.active,
body:not(#deheus) .btn-primary.active,
body:not(#denham) .btn-primary.active,
body:not(#dvw) .btn-primary.active,
body:not(#dvwgeit) .btn-primary.active,
body:not(#eendrachtrouveen) .btn-primary.active,
body:not(#fuite) .btn-primary.active,
body:not(#fuitegeit) .btn-primary.active,
body:not(#havensvoeders) .btn-primary.active,
body:not(#havensvoedersgeit) .btn-primary.active,
body:not(#kruidhof) .btn-primary.active,
body:not(#pbos) .btn-primary.active,
body:not(#raiffeisen-ems-vechte) .btn-primary.active,
body:not(#rudolfpeters) .btn-primary.active,
body:not(#theeuwes) .btn-primary.active,
body:not(#theeuwesgeit) .btn-primary.active,
body:not(#tvp) .btn-primary.active,
body:not(#vanbenthem) .btn-primary.active,
body:not(#vitelia) .btn-primary.active,
body:not(#voergroepzuid) .btn-primary.active,
body:not(#zosalland) .btn-primary.active,
.open > .dropdown-togglebody:not(#abzdesamenwerking) .btn-primary,
.open > .dropdown-togglebody:not(#abzdesamenwerkinggeit) .btn-primary,
.open > .dropdown-togglebody:not(#arvesta) .btn-primary,
.open > .dropdown-togglebody:not(#bieleman) .btn-primary,
.open > .dropdown-togglebody:not(#bronsvoorthuizen) .btn-primary,
.open > .dropdown-togglebody:not(#deheus) .btn-primary,
.open > .dropdown-togglebody:not(#denham) .btn-primary,
.open > .dropdown-togglebody:not(#dvw) .btn-primary,
.open > .dropdown-togglebody:not(#dvwgeit) .btn-primary,
.open > .dropdown-togglebody:not(#eendrachtrouveen) .btn-primary,
.open > .dropdown-togglebody:not(#fuite) .btn-primary,
.open > .dropdown-togglebody:not(#fuitegeit) .btn-primary,
.open > .dropdown-togglebody:not(#havensvoeders) .btn-primary,
.open > .dropdown-togglebody:not(#havensvoedersgeit) .btn-primary,
.open > .dropdown-togglebody:not(#kruidhof) .btn-primary,
.open > .dropdown-togglebody:not(#pbos) .btn-primary,
.open > .dropdown-togglebody:not(#raiffeisen-ems-vechte) .btn-primary,
.open > .dropdown-togglebody:not(#rudolfpeters) .btn-primary,
.open > .dropdown-togglebody:not(#theeuwes) .btn-primary,
.open > .dropdown-togglebody:not(#theeuwesgeit) .btn-primary,
.open > .dropdown-togglebody:not(#tvp) .btn-primary,
.open > .dropdown-togglebody:not(#vanbenthem) .btn-primary,
.open > .dropdown-togglebody:not(#vitelia) .btn-primary,
.open > .dropdown-togglebody:not(#voergroepzuid) .btn-primary,
.open > .dropdown-togglebody:not(#zosalland) .btn-primary {
  color: #fff;
  background-color: #327c49;
  border-color: #122c1a;
}
body:not(#abzdesamenwerking) .btn-primary:active,
body:not(#abzdesamenwerkinggeit) .btn-primary:active,
body:not(#arvesta) .btn-primary:active,
body:not(#bieleman) .btn-primary:active,
body:not(#bronsvoorthuizen) .btn-primary:active,
body:not(#deheus) .btn-primary:active,
body:not(#denham) .btn-primary:active,
body:not(#dvw) .btn-primary:active,
body:not(#dvwgeit) .btn-primary:active,
body:not(#eendrachtrouveen) .btn-primary:active,
body:not(#fuite) .btn-primary:active,
body:not(#fuitegeit) .btn-primary:active,
body:not(#havensvoeders) .btn-primary:active,
body:not(#havensvoedersgeit) .btn-primary:active,
body:not(#kruidhof) .btn-primary:active,
body:not(#pbos) .btn-primary:active,
body:not(#raiffeisen-ems-vechte) .btn-primary:active,
body:not(#rudolfpeters) .btn-primary:active,
body:not(#theeuwes) .btn-primary:active,
body:not(#theeuwesgeit) .btn-primary:active,
body:not(#tvp) .btn-primary:active,
body:not(#vanbenthem) .btn-primary:active,
body:not(#vitelia) .btn-primary:active,
body:not(#voergroepzuid) .btn-primary:active,
body:not(#zosalland) .btn-primary:active,
body:not(#abzdesamenwerking) .btn-primary.active,
body:not(#abzdesamenwerkinggeit) .btn-primary.active,
body:not(#arvesta) .btn-primary.active,
body:not(#bieleman) .btn-primary.active,
body:not(#bronsvoorthuizen) .btn-primary.active,
body:not(#deheus) .btn-primary.active,
body:not(#denham) .btn-primary.active,
body:not(#dvw) .btn-primary.active,
body:not(#dvwgeit) .btn-primary.active,
body:not(#eendrachtrouveen) .btn-primary.active,
body:not(#fuite) .btn-primary.active,
body:not(#fuitegeit) .btn-primary.active,
body:not(#havensvoeders) .btn-primary.active,
body:not(#havensvoedersgeit) .btn-primary.active,
body:not(#kruidhof) .btn-primary.active,
body:not(#pbos) .btn-primary.active,
body:not(#raiffeisen-ems-vechte) .btn-primary.active,
body:not(#rudolfpeters) .btn-primary.active,
body:not(#theeuwes) .btn-primary.active,
body:not(#theeuwesgeit) .btn-primary.active,
body:not(#tvp) .btn-primary.active,
body:not(#vanbenthem) .btn-primary.active,
body:not(#vitelia) .btn-primary.active,
body:not(#voergroepzuid) .btn-primary.active,
body:not(#zosalland) .btn-primary.active,
.open > .dropdown-togglebody:not(#abzdesamenwerking) .btn-primary,
.open > .dropdown-togglebody:not(#abzdesamenwerkinggeit) .btn-primary,
.open > .dropdown-togglebody:not(#arvesta) .btn-primary,
.open > .dropdown-togglebody:not(#bieleman) .btn-primary,
.open > .dropdown-togglebody:not(#bronsvoorthuizen) .btn-primary,
.open > .dropdown-togglebody:not(#deheus) .btn-primary,
.open > .dropdown-togglebody:not(#denham) .btn-primary,
.open > .dropdown-togglebody:not(#dvw) .btn-primary,
.open > .dropdown-togglebody:not(#dvwgeit) .btn-primary,
.open > .dropdown-togglebody:not(#eendrachtrouveen) .btn-primary,
.open > .dropdown-togglebody:not(#fuite) .btn-primary,
.open > .dropdown-togglebody:not(#fuitegeit) .btn-primary,
.open > .dropdown-togglebody:not(#havensvoeders) .btn-primary,
.open > .dropdown-togglebody:not(#havensvoedersgeit) .btn-primary,
.open > .dropdown-togglebody:not(#kruidhof) .btn-primary,
.open > .dropdown-togglebody:not(#pbos) .btn-primary,
.open > .dropdown-togglebody:not(#raiffeisen-ems-vechte) .btn-primary,
.open > .dropdown-togglebody:not(#rudolfpeters) .btn-primary,
.open > .dropdown-togglebody:not(#theeuwes) .btn-primary,
.open > .dropdown-togglebody:not(#theeuwesgeit) .btn-primary,
.open > .dropdown-togglebody:not(#tvp) .btn-primary,
.open > .dropdown-togglebody:not(#vanbenthem) .btn-primary,
.open > .dropdown-togglebody:not(#vitelia) .btn-primary,
.open > .dropdown-togglebody:not(#voergroepzuid) .btn-primary,
.open > .dropdown-togglebody:not(#zosalland) .btn-primary {
  background-image: none;
}
body:not(#abzdesamenwerking) .btn-primary.disabled,
body:not(#abzdesamenwerkinggeit) .btn-primary.disabled,
body:not(#arvesta) .btn-primary.disabled,
body:not(#bieleman) .btn-primary.disabled,
body:not(#bronsvoorthuizen) .btn-primary.disabled,
body:not(#deheus) .btn-primary.disabled,
body:not(#denham) .btn-primary.disabled,
body:not(#dvw) .btn-primary.disabled,
body:not(#dvwgeit) .btn-primary.disabled,
body:not(#eendrachtrouveen) .btn-primary.disabled,
body:not(#fuite) .btn-primary.disabled,
body:not(#fuitegeit) .btn-primary.disabled,
body:not(#havensvoeders) .btn-primary.disabled,
body:not(#havensvoedersgeit) .btn-primary.disabled,
body:not(#kruidhof) .btn-primary.disabled,
body:not(#pbos) .btn-primary.disabled,
body:not(#raiffeisen-ems-vechte) .btn-primary.disabled,
body:not(#rudolfpeters) .btn-primary.disabled,
body:not(#theeuwes) .btn-primary.disabled,
body:not(#theeuwesgeit) .btn-primary.disabled,
body:not(#tvp) .btn-primary.disabled,
body:not(#vanbenthem) .btn-primary.disabled,
body:not(#vitelia) .btn-primary.disabled,
body:not(#voergroepzuid) .btn-primary.disabled,
body:not(#zosalland) .btn-primary.disabled,
body:not(#abzdesamenwerking) .btn-primary[disabled],
body:not(#abzdesamenwerkinggeit) .btn-primary[disabled],
body:not(#arvesta) .btn-primary[disabled],
body:not(#bieleman) .btn-primary[disabled],
body:not(#bronsvoorthuizen) .btn-primary[disabled],
body:not(#deheus) .btn-primary[disabled],
body:not(#denham) .btn-primary[disabled],
body:not(#dvw) .btn-primary[disabled],
body:not(#dvwgeit) .btn-primary[disabled],
body:not(#eendrachtrouveen) .btn-primary[disabled],
body:not(#fuite) .btn-primary[disabled],
body:not(#fuitegeit) .btn-primary[disabled],
body:not(#havensvoeders) .btn-primary[disabled],
body:not(#havensvoedersgeit) .btn-primary[disabled],
body:not(#kruidhof) .btn-primary[disabled],
body:not(#pbos) .btn-primary[disabled],
body:not(#raiffeisen-ems-vechte) .btn-primary[disabled],
body:not(#rudolfpeters) .btn-primary[disabled],
body:not(#theeuwes) .btn-primary[disabled],
body:not(#theeuwesgeit) .btn-primary[disabled],
body:not(#tvp) .btn-primary[disabled],
body:not(#vanbenthem) .btn-primary[disabled],
body:not(#vitelia) .btn-primary[disabled],
body:not(#voergroepzuid) .btn-primary[disabled],
body:not(#zosalland) .btn-primary[disabled],
fieldset[disabled] body:not(#abzdesamenwerking) .btn-primary,
fieldset[disabled] body:not(#abzdesamenwerkinggeit) .btn-primary,
fieldset[disabled] body:not(#arvesta) .btn-primary,
fieldset[disabled] body:not(#bieleman) .btn-primary,
fieldset[disabled] body:not(#bronsvoorthuizen) .btn-primary,
fieldset[disabled] body:not(#deheus) .btn-primary,
fieldset[disabled] body:not(#denham) .btn-primary,
fieldset[disabled] body:not(#dvw) .btn-primary,
fieldset[disabled] body:not(#dvwgeit) .btn-primary,
fieldset[disabled] body:not(#eendrachtrouveen) .btn-primary,
fieldset[disabled] body:not(#fuite) .btn-primary,
fieldset[disabled] body:not(#fuitegeit) .btn-primary,
fieldset[disabled] body:not(#havensvoeders) .btn-primary,
fieldset[disabled] body:not(#havensvoedersgeit) .btn-primary,
fieldset[disabled] body:not(#kruidhof) .btn-primary,
fieldset[disabled] body:not(#pbos) .btn-primary,
fieldset[disabled] body:not(#raiffeisen-ems-vechte) .btn-primary,
fieldset[disabled] body:not(#rudolfpeters) .btn-primary,
fieldset[disabled] body:not(#theeuwes) .btn-primary,
fieldset[disabled] body:not(#theeuwesgeit) .btn-primary,
fieldset[disabled] body:not(#tvp) .btn-primary,
fieldset[disabled] body:not(#vanbenthem) .btn-primary,
fieldset[disabled] body:not(#vitelia) .btn-primary,
fieldset[disabled] body:not(#voergroepzuid) .btn-primary,
fieldset[disabled] body:not(#zosalland) .btn-primary,
body:not(#abzdesamenwerking) .btn-primary.disabled:hover,
body:not(#abzdesamenwerkinggeit) .btn-primary.disabled:hover,
body:not(#arvesta) .btn-primary.disabled:hover,
body:not(#bieleman) .btn-primary.disabled:hover,
body:not(#bronsvoorthuizen) .btn-primary.disabled:hover,
body:not(#deheus) .btn-primary.disabled:hover,
body:not(#denham) .btn-primary.disabled:hover,
body:not(#dvw) .btn-primary.disabled:hover,
body:not(#dvwgeit) .btn-primary.disabled:hover,
body:not(#eendrachtrouveen) .btn-primary.disabled:hover,
body:not(#fuite) .btn-primary.disabled:hover,
body:not(#fuitegeit) .btn-primary.disabled:hover,
body:not(#havensvoeders) .btn-primary.disabled:hover,
body:not(#havensvoedersgeit) .btn-primary.disabled:hover,
body:not(#kruidhof) .btn-primary.disabled:hover,
body:not(#pbos) .btn-primary.disabled:hover,
body:not(#raiffeisen-ems-vechte) .btn-primary.disabled:hover,
body:not(#rudolfpeters) .btn-primary.disabled:hover,
body:not(#theeuwes) .btn-primary.disabled:hover,
body:not(#theeuwesgeit) .btn-primary.disabled:hover,
body:not(#tvp) .btn-primary.disabled:hover,
body:not(#vanbenthem) .btn-primary.disabled:hover,
body:not(#vitelia) .btn-primary.disabled:hover,
body:not(#voergroepzuid) .btn-primary.disabled:hover,
body:not(#zosalland) .btn-primary.disabled:hover,
body:not(#abzdesamenwerking) .btn-primary[disabled]:hover,
body:not(#abzdesamenwerkinggeit) .btn-primary[disabled]:hover,
body:not(#arvesta) .btn-primary[disabled]:hover,
body:not(#bieleman) .btn-primary[disabled]:hover,
body:not(#bronsvoorthuizen) .btn-primary[disabled]:hover,
body:not(#deheus) .btn-primary[disabled]:hover,
body:not(#denham) .btn-primary[disabled]:hover,
body:not(#dvw) .btn-primary[disabled]:hover,
body:not(#dvwgeit) .btn-primary[disabled]:hover,
body:not(#eendrachtrouveen) .btn-primary[disabled]:hover,
body:not(#fuite) .btn-primary[disabled]:hover,
body:not(#fuitegeit) .btn-primary[disabled]:hover,
body:not(#havensvoeders) .btn-primary[disabled]:hover,
body:not(#havensvoedersgeit) .btn-primary[disabled]:hover,
body:not(#kruidhof) .btn-primary[disabled]:hover,
body:not(#pbos) .btn-primary[disabled]:hover,
body:not(#raiffeisen-ems-vechte) .btn-primary[disabled]:hover,
body:not(#rudolfpeters) .btn-primary[disabled]:hover,
body:not(#theeuwes) .btn-primary[disabled]:hover,
body:not(#theeuwesgeit) .btn-primary[disabled]:hover,
body:not(#tvp) .btn-primary[disabled]:hover,
body:not(#vanbenthem) .btn-primary[disabled]:hover,
body:not(#vitelia) .btn-primary[disabled]:hover,
body:not(#voergroepzuid) .btn-primary[disabled]:hover,
body:not(#zosalland) .btn-primary[disabled]:hover,
fieldset[disabled] body:not(#abzdesamenwerking) .btn-primary:hover,
fieldset[disabled] body:not(#abzdesamenwerkinggeit) .btn-primary:hover,
fieldset[disabled] body:not(#arvesta) .btn-primary:hover,
fieldset[disabled] body:not(#bieleman) .btn-primary:hover,
fieldset[disabled] body:not(#bronsvoorthuizen) .btn-primary:hover,
fieldset[disabled] body:not(#deheus) .btn-primary:hover,
fieldset[disabled] body:not(#denham) .btn-primary:hover,
fieldset[disabled] body:not(#dvw) .btn-primary:hover,
fieldset[disabled] body:not(#dvwgeit) .btn-primary:hover,
fieldset[disabled] body:not(#eendrachtrouveen) .btn-primary:hover,
fieldset[disabled] body:not(#fuite) .btn-primary:hover,
fieldset[disabled] body:not(#fuitegeit) .btn-primary:hover,
fieldset[disabled] body:not(#havensvoeders) .btn-primary:hover,
fieldset[disabled] body:not(#havensvoedersgeit) .btn-primary:hover,
fieldset[disabled] body:not(#kruidhof) .btn-primary:hover,
fieldset[disabled] body:not(#pbos) .btn-primary:hover,
fieldset[disabled] body:not(#raiffeisen-ems-vechte) .btn-primary:hover,
fieldset[disabled] body:not(#rudolfpeters) .btn-primary:hover,
fieldset[disabled] body:not(#theeuwes) .btn-primary:hover,
fieldset[disabled] body:not(#theeuwesgeit) .btn-primary:hover,
fieldset[disabled] body:not(#tvp) .btn-primary:hover,
fieldset[disabled] body:not(#vanbenthem) .btn-primary:hover,
fieldset[disabled] body:not(#vitelia) .btn-primary:hover,
fieldset[disabled] body:not(#voergroepzuid) .btn-primary:hover,
fieldset[disabled] body:not(#zosalland) .btn-primary:hover,
body:not(#abzdesamenwerking) .btn-primary.disabled:focus,
body:not(#abzdesamenwerkinggeit) .btn-primary.disabled:focus,
body:not(#arvesta) .btn-primary.disabled:focus,
body:not(#bieleman) .btn-primary.disabled:focus,
body:not(#bronsvoorthuizen) .btn-primary.disabled:focus,
body:not(#deheus) .btn-primary.disabled:focus,
body:not(#denham) .btn-primary.disabled:focus,
body:not(#dvw) .btn-primary.disabled:focus,
body:not(#dvwgeit) .btn-primary.disabled:focus,
body:not(#eendrachtrouveen) .btn-primary.disabled:focus,
body:not(#fuite) .btn-primary.disabled:focus,
body:not(#fuitegeit) .btn-primary.disabled:focus,
body:not(#havensvoeders) .btn-primary.disabled:focus,
body:not(#havensvoedersgeit) .btn-primary.disabled:focus,
body:not(#kruidhof) .btn-primary.disabled:focus,
body:not(#pbos) .btn-primary.disabled:focus,
body:not(#raiffeisen-ems-vechte) .btn-primary.disabled:focus,
body:not(#rudolfpeters) .btn-primary.disabled:focus,
body:not(#theeuwes) .btn-primary.disabled:focus,
body:not(#theeuwesgeit) .btn-primary.disabled:focus,
body:not(#tvp) .btn-primary.disabled:focus,
body:not(#vanbenthem) .btn-primary.disabled:focus,
body:not(#vitelia) .btn-primary.disabled:focus,
body:not(#voergroepzuid) .btn-primary.disabled:focus,
body:not(#zosalland) .btn-primary.disabled:focus,
body:not(#abzdesamenwerking) .btn-primary[disabled]:focus,
body:not(#abzdesamenwerkinggeit) .btn-primary[disabled]:focus,
body:not(#arvesta) .btn-primary[disabled]:focus,
body:not(#bieleman) .btn-primary[disabled]:focus,
body:not(#bronsvoorthuizen) .btn-primary[disabled]:focus,
body:not(#deheus) .btn-primary[disabled]:focus,
body:not(#denham) .btn-primary[disabled]:focus,
body:not(#dvw) .btn-primary[disabled]:focus,
body:not(#dvwgeit) .btn-primary[disabled]:focus,
body:not(#eendrachtrouveen) .btn-primary[disabled]:focus,
body:not(#fuite) .btn-primary[disabled]:focus,
body:not(#fuitegeit) .btn-primary[disabled]:focus,
body:not(#havensvoeders) .btn-primary[disabled]:focus,
body:not(#havensvoedersgeit) .btn-primary[disabled]:focus,
body:not(#kruidhof) .btn-primary[disabled]:focus,
body:not(#pbos) .btn-primary[disabled]:focus,
body:not(#raiffeisen-ems-vechte) .btn-primary[disabled]:focus,
body:not(#rudolfpeters) .btn-primary[disabled]:focus,
body:not(#theeuwes) .btn-primary[disabled]:focus,
body:not(#theeuwesgeit) .btn-primary[disabled]:focus,
body:not(#tvp) .btn-primary[disabled]:focus,
body:not(#vanbenthem) .btn-primary[disabled]:focus,
body:not(#vitelia) .btn-primary[disabled]:focus,
body:not(#voergroepzuid) .btn-primary[disabled]:focus,
body:not(#zosalland) .btn-primary[disabled]:focus,
fieldset[disabled] body:not(#abzdesamenwerking) .btn-primary:focus,
fieldset[disabled] body:not(#abzdesamenwerkinggeit) .btn-primary:focus,
fieldset[disabled] body:not(#arvesta) .btn-primary:focus,
fieldset[disabled] body:not(#bieleman) .btn-primary:focus,
fieldset[disabled] body:not(#bronsvoorthuizen) .btn-primary:focus,
fieldset[disabled] body:not(#deheus) .btn-primary:focus,
fieldset[disabled] body:not(#denham) .btn-primary:focus,
fieldset[disabled] body:not(#dvw) .btn-primary:focus,
fieldset[disabled] body:not(#dvwgeit) .btn-primary:focus,
fieldset[disabled] body:not(#eendrachtrouveen) .btn-primary:focus,
fieldset[disabled] body:not(#fuite) .btn-primary:focus,
fieldset[disabled] body:not(#fuitegeit) .btn-primary:focus,
fieldset[disabled] body:not(#havensvoeders) .btn-primary:focus,
fieldset[disabled] body:not(#havensvoedersgeit) .btn-primary:focus,
fieldset[disabled] body:not(#kruidhof) .btn-primary:focus,
fieldset[disabled] body:not(#pbos) .btn-primary:focus,
fieldset[disabled] body:not(#raiffeisen-ems-vechte) .btn-primary:focus,
fieldset[disabled] body:not(#rudolfpeters) .btn-primary:focus,
fieldset[disabled] body:not(#theeuwes) .btn-primary:focus,
fieldset[disabled] body:not(#theeuwesgeit) .btn-primary:focus,
fieldset[disabled] body:not(#tvp) .btn-primary:focus,
fieldset[disabled] body:not(#vanbenthem) .btn-primary:focus,
fieldset[disabled] body:not(#vitelia) .btn-primary:focus,
fieldset[disabled] body:not(#voergroepzuid) .btn-primary:focus,
fieldset[disabled] body:not(#zosalland) .btn-primary:focus,
body:not(#abzdesamenwerking) .btn-primary.disabled:active,
body:not(#abzdesamenwerkinggeit) .btn-primary.disabled:active,
body:not(#arvesta) .btn-primary.disabled:active,
body:not(#bieleman) .btn-primary.disabled:active,
body:not(#bronsvoorthuizen) .btn-primary.disabled:active,
body:not(#deheus) .btn-primary.disabled:active,
body:not(#denham) .btn-primary.disabled:active,
body:not(#dvw) .btn-primary.disabled:active,
body:not(#dvwgeit) .btn-primary.disabled:active,
body:not(#eendrachtrouveen) .btn-primary.disabled:active,
body:not(#fuite) .btn-primary.disabled:active,
body:not(#fuitegeit) .btn-primary.disabled:active,
body:not(#havensvoeders) .btn-primary.disabled:active,
body:not(#havensvoedersgeit) .btn-primary.disabled:active,
body:not(#kruidhof) .btn-primary.disabled:active,
body:not(#pbos) .btn-primary.disabled:active,
body:not(#raiffeisen-ems-vechte) .btn-primary.disabled:active,
body:not(#rudolfpeters) .btn-primary.disabled:active,
body:not(#theeuwes) .btn-primary.disabled:active,
body:not(#theeuwesgeit) .btn-primary.disabled:active,
body:not(#tvp) .btn-primary.disabled:active,
body:not(#vanbenthem) .btn-primary.disabled:active,
body:not(#vitelia) .btn-primary.disabled:active,
body:not(#voergroepzuid) .btn-primary.disabled:active,
body:not(#zosalland) .btn-primary.disabled:active,
body:not(#abzdesamenwerking) .btn-primary[disabled]:active,
body:not(#abzdesamenwerkinggeit) .btn-primary[disabled]:active,
body:not(#arvesta) .btn-primary[disabled]:active,
body:not(#bieleman) .btn-primary[disabled]:active,
body:not(#bronsvoorthuizen) .btn-primary[disabled]:active,
body:not(#deheus) .btn-primary[disabled]:active,
body:not(#denham) .btn-primary[disabled]:active,
body:not(#dvw) .btn-primary[disabled]:active,
body:not(#dvwgeit) .btn-primary[disabled]:active,
body:not(#eendrachtrouveen) .btn-primary[disabled]:active,
body:not(#fuite) .btn-primary[disabled]:active,
body:not(#fuitegeit) .btn-primary[disabled]:active,
body:not(#havensvoeders) .btn-primary[disabled]:active,
body:not(#havensvoedersgeit) .btn-primary[disabled]:active,
body:not(#kruidhof) .btn-primary[disabled]:active,
body:not(#pbos) .btn-primary[disabled]:active,
body:not(#raiffeisen-ems-vechte) .btn-primary[disabled]:active,
body:not(#rudolfpeters) .btn-primary[disabled]:active,
body:not(#theeuwes) .btn-primary[disabled]:active,
body:not(#theeuwesgeit) .btn-primary[disabled]:active,
body:not(#tvp) .btn-primary[disabled]:active,
body:not(#vanbenthem) .btn-primary[disabled]:active,
body:not(#vitelia) .btn-primary[disabled]:active,
body:not(#voergroepzuid) .btn-primary[disabled]:active,
body:not(#zosalland) .btn-primary[disabled]:active,
fieldset[disabled] body:not(#abzdesamenwerking) .btn-primary:active,
fieldset[disabled] body:not(#abzdesamenwerkinggeit) .btn-primary:active,
fieldset[disabled] body:not(#arvesta) .btn-primary:active,
fieldset[disabled] body:not(#bieleman) .btn-primary:active,
fieldset[disabled] body:not(#bronsvoorthuizen) .btn-primary:active,
fieldset[disabled] body:not(#deheus) .btn-primary:active,
fieldset[disabled] body:not(#denham) .btn-primary:active,
fieldset[disabled] body:not(#dvw) .btn-primary:active,
fieldset[disabled] body:not(#dvwgeit) .btn-primary:active,
fieldset[disabled] body:not(#eendrachtrouveen) .btn-primary:active,
fieldset[disabled] body:not(#fuite) .btn-primary:active,
fieldset[disabled] body:not(#fuitegeit) .btn-primary:active,
fieldset[disabled] body:not(#havensvoeders) .btn-primary:active,
fieldset[disabled] body:not(#havensvoedersgeit) .btn-primary:active,
fieldset[disabled] body:not(#kruidhof) .btn-primary:active,
fieldset[disabled] body:not(#pbos) .btn-primary:active,
fieldset[disabled] body:not(#raiffeisen-ems-vechte) .btn-primary:active,
fieldset[disabled] body:not(#rudolfpeters) .btn-primary:active,
fieldset[disabled] body:not(#theeuwes) .btn-primary:active,
fieldset[disabled] body:not(#theeuwesgeit) .btn-primary:active,
fieldset[disabled] body:not(#tvp) .btn-primary:active,
fieldset[disabled] body:not(#vanbenthem) .btn-primary:active,
fieldset[disabled] body:not(#vitelia) .btn-primary:active,
fieldset[disabled] body:not(#voergroepzuid) .btn-primary:active,
fieldset[disabled] body:not(#zosalland) .btn-primary:active,
body:not(#abzdesamenwerking) .btn-primary.disabled.active,
body:not(#abzdesamenwerkinggeit) .btn-primary.disabled.active,
body:not(#arvesta) .btn-primary.disabled.active,
body:not(#bieleman) .btn-primary.disabled.active,
body:not(#bronsvoorthuizen) .btn-primary.disabled.active,
body:not(#deheus) .btn-primary.disabled.active,
body:not(#denham) .btn-primary.disabled.active,
body:not(#dvw) .btn-primary.disabled.active,
body:not(#dvwgeit) .btn-primary.disabled.active,
body:not(#eendrachtrouveen) .btn-primary.disabled.active,
body:not(#fuite) .btn-primary.disabled.active,
body:not(#fuitegeit) .btn-primary.disabled.active,
body:not(#havensvoeders) .btn-primary.disabled.active,
body:not(#havensvoedersgeit) .btn-primary.disabled.active,
body:not(#kruidhof) .btn-primary.disabled.active,
body:not(#pbos) .btn-primary.disabled.active,
body:not(#raiffeisen-ems-vechte) .btn-primary.disabled.active,
body:not(#rudolfpeters) .btn-primary.disabled.active,
body:not(#theeuwes) .btn-primary.disabled.active,
body:not(#theeuwesgeit) .btn-primary.disabled.active,
body:not(#tvp) .btn-primary.disabled.active,
body:not(#vanbenthem) .btn-primary.disabled.active,
body:not(#vitelia) .btn-primary.disabled.active,
body:not(#voergroepzuid) .btn-primary.disabled.active,
body:not(#zosalland) .btn-primary.disabled.active,
body:not(#abzdesamenwerking) .btn-primary[disabled].active,
body:not(#abzdesamenwerkinggeit) .btn-primary[disabled].active,
body:not(#arvesta) .btn-primary[disabled].active,
body:not(#bieleman) .btn-primary[disabled].active,
body:not(#bronsvoorthuizen) .btn-primary[disabled].active,
body:not(#deheus) .btn-primary[disabled].active,
body:not(#denham) .btn-primary[disabled].active,
body:not(#dvw) .btn-primary[disabled].active,
body:not(#dvwgeit) .btn-primary[disabled].active,
body:not(#eendrachtrouveen) .btn-primary[disabled].active,
body:not(#fuite) .btn-primary[disabled].active,
body:not(#fuitegeit) .btn-primary[disabled].active,
body:not(#havensvoeders) .btn-primary[disabled].active,
body:not(#havensvoedersgeit) .btn-primary[disabled].active,
body:not(#kruidhof) .btn-primary[disabled].active,
body:not(#pbos) .btn-primary[disabled].active,
body:not(#raiffeisen-ems-vechte) .btn-primary[disabled].active,
body:not(#rudolfpeters) .btn-primary[disabled].active,
body:not(#theeuwes) .btn-primary[disabled].active,
body:not(#theeuwesgeit) .btn-primary[disabled].active,
body:not(#tvp) .btn-primary[disabled].active,
body:not(#vanbenthem) .btn-primary[disabled].active,
body:not(#vitelia) .btn-primary[disabled].active,
body:not(#voergroepzuid) .btn-primary[disabled].active,
body:not(#zosalland) .btn-primary[disabled].active,
fieldset[disabled] body:not(#abzdesamenwerking) .btn-primary.active,
fieldset[disabled] body:not(#abzdesamenwerkinggeit) .btn-primary.active,
fieldset[disabled] body:not(#arvesta) .btn-primary.active,
fieldset[disabled] body:not(#bieleman) .btn-primary.active,
fieldset[disabled] body:not(#bronsvoorthuizen) .btn-primary.active,
fieldset[disabled] body:not(#deheus) .btn-primary.active,
fieldset[disabled] body:not(#denham) .btn-primary.active,
fieldset[disabled] body:not(#dvw) .btn-primary.active,
fieldset[disabled] body:not(#dvwgeit) .btn-primary.active,
fieldset[disabled] body:not(#eendrachtrouveen) .btn-primary.active,
fieldset[disabled] body:not(#fuite) .btn-primary.active,
fieldset[disabled] body:not(#fuitegeit) .btn-primary.active,
fieldset[disabled] body:not(#havensvoeders) .btn-primary.active,
fieldset[disabled] body:not(#havensvoedersgeit) .btn-primary.active,
fieldset[disabled] body:not(#kruidhof) .btn-primary.active,
fieldset[disabled] body:not(#pbos) .btn-primary.active,
fieldset[disabled] body:not(#raiffeisen-ems-vechte) .btn-primary.active,
fieldset[disabled] body:not(#rudolfpeters) .btn-primary.active,
fieldset[disabled] body:not(#theeuwes) .btn-primary.active,
fieldset[disabled] body:not(#theeuwesgeit) .btn-primary.active,
fieldset[disabled] body:not(#tvp) .btn-primary.active,
fieldset[disabled] body:not(#vanbenthem) .btn-primary.active,
fieldset[disabled] body:not(#vitelia) .btn-primary.active,
fieldset[disabled] body:not(#voergroepzuid) .btn-primary.active,
fieldset[disabled] body:not(#zosalland) .btn-primary.active {
  background-color: #41a05e;
  border-color: #245733;
}
body:not(#abzdesamenwerking) .btn-primary .badge,
body:not(#abzdesamenwerkinggeit) .btn-primary .badge,
body:not(#arvesta) .btn-primary .badge,
body:not(#bieleman) .btn-primary .badge,
body:not(#bronsvoorthuizen) .btn-primary .badge,
body:not(#deheus) .btn-primary .badge,
body:not(#denham) .btn-primary .badge,
body:not(#dvw) .btn-primary .badge,
body:not(#dvwgeit) .btn-primary .badge,
body:not(#eendrachtrouveen) .btn-primary .badge,
body:not(#fuite) .btn-primary .badge,
body:not(#fuitegeit) .btn-primary .badge,
body:not(#havensvoeders) .btn-primary .badge,
body:not(#havensvoedersgeit) .btn-primary .badge,
body:not(#kruidhof) .btn-primary .badge,
body:not(#pbos) .btn-primary .badge,
body:not(#raiffeisen-ems-vechte) .btn-primary .badge,
body:not(#rudolfpeters) .btn-primary .badge,
body:not(#theeuwes) .btn-primary .badge,
body:not(#theeuwesgeit) .btn-primary .badge,
body:not(#tvp) .btn-primary .badge,
body:not(#vanbenthem) .btn-primary .badge,
body:not(#vitelia) .btn-primary .badge,
body:not(#voergroepzuid) .btn-primary .badge,
body:not(#zosalland) .btn-primary .badge {
  color: #41a05e;
  background-color: #fff;
}
body:not(#abzdesamenwerking) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#abzdesamenwerkinggeit) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#arvesta) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#bieleman) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#bronsvoorthuizen) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#deheus) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#denham) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#dvw) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#dvwgeit) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#eendrachtrouveen) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#fuite) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#fuitegeit) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#havensvoeders) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#havensvoedersgeit) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#kruidhof) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#pbos) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#raiffeisen-ems-vechte) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#rudolfpeters) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#theeuwes) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#theeuwesgeit) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#tvp) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#vanbenthem) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#vitelia) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#voergroepzuid) .navbar.navbar-default.navbar-fixed-top ul li.current a,
body:not(#zosalland) .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #41a05e !important;
}
body:not(#abzdesamenwerking) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#abzdesamenwerkinggeit) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#arvesta) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#bieleman) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#bronsvoorthuizen) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#deheus) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#denham) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#dvw) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#dvwgeit) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#eendrachtrouveen) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#fuite) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#fuitegeit) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#havensvoeders) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#havensvoedersgeit) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#kruidhof) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#pbos) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#raiffeisen-ems-vechte) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#rudolfpeters) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#theeuwes) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#theeuwesgeit) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#tvp) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#vanbenthem) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#vitelia) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#voergroepzuid) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body:not(#zosalland) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #3a8e53 !important;
}
body:not(#abzdesamenwerking) .navbar.navbar-default.navbar-fixed-top,
body:not(#abzdesamenwerkinggeit) .navbar.navbar-default.navbar-fixed-top,
body:not(#arvesta) .navbar.navbar-default.navbar-fixed-top,
body:not(#bieleman) .navbar.navbar-default.navbar-fixed-top,
body:not(#bronsvoorthuizen) .navbar.navbar-default.navbar-fixed-top,
body:not(#deheus) .navbar.navbar-default.navbar-fixed-top,
body:not(#denham) .navbar.navbar-default.navbar-fixed-top,
body:not(#dvw) .navbar.navbar-default.navbar-fixed-top,
body:not(#dvwgeit) .navbar.navbar-default.navbar-fixed-top,
body:not(#eendrachtrouveen) .navbar.navbar-default.navbar-fixed-top,
body:not(#fuite) .navbar.navbar-default.navbar-fixed-top,
body:not(#fuitegeit) .navbar.navbar-default.navbar-fixed-top,
body:not(#havensvoeders) .navbar.navbar-default.navbar-fixed-top,
body:not(#havensvoedersgeit) .navbar.navbar-default.navbar-fixed-top,
body:not(#kruidhof) .navbar.navbar-default.navbar-fixed-top,
body:not(#pbos) .navbar.navbar-default.navbar-fixed-top,
body:not(#raiffeisen-ems-vechte) .navbar.navbar-default.navbar-fixed-top,
body:not(#rudolfpeters) .navbar.navbar-default.navbar-fixed-top,
body:not(#theeuwes) .navbar.navbar-default.navbar-fixed-top,
body:not(#theeuwesgeit) .navbar.navbar-default.navbar-fixed-top,
body:not(#tvp) .navbar.navbar-default.navbar-fixed-top,
body:not(#vanbenthem) .navbar.navbar-default.navbar-fixed-top,
body:not(#vitelia) .navbar.navbar-default.navbar-fixed-top,
body:not(#voergroepzuid) .navbar.navbar-default.navbar-fixed-top,
body:not(#zosalland) .navbar.navbar-default.navbar-fixed-top {
  background: #414143;
}
body:not(#abzdesamenwerking) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#abzdesamenwerkinggeit) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#arvesta) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#bieleman) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#bronsvoorthuizen) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#deheus) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#denham) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#dvw) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#dvwgeit) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#eendrachtrouveen) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#fuite) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#fuitegeit) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#havensvoeders) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#havensvoedersgeit) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#kruidhof) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#pbos) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#raiffeisen-ems-vechte) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#rudolfpeters) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#theeuwes) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#theeuwesgeit) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#tvp) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#vanbenthem) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#vitelia) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#voergroepzuid) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body:not(#zosalland) .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body:not(#abzdesamenwerking) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#abzdesamenwerkinggeit) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#arvesta) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#bieleman) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#bronsvoorthuizen) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#deheus) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#denham) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#dvw) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#dvwgeit) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#eendrachtrouveen) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#fuite) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#fuitegeit) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#havensvoeders) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#havensvoedersgeit) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#kruidhof) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#pbos) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#raiffeisen-ems-vechte) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#rudolfpeters) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#theeuwes) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#theeuwesgeit) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#tvp) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#vanbenthem) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#vitelia) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#voergroepzuid) .navbar.navbar-default.navbar-fixed-top li.current a,
body:not(#zosalland) .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #41a05e !important;
}
body:not(#abzdesamenwerking) .nav.navbar-nav ul,
body:not(#abzdesamenwerkinggeit) .nav.navbar-nav ul,
body:not(#arvesta) .nav.navbar-nav ul,
body:not(#bieleman) .nav.navbar-nav ul,
body:not(#bronsvoorthuizen) .nav.navbar-nav ul,
body:not(#deheus) .nav.navbar-nav ul,
body:not(#denham) .nav.navbar-nav ul,
body:not(#dvw) .nav.navbar-nav ul,
body:not(#dvwgeit) .nav.navbar-nav ul,
body:not(#eendrachtrouveen) .nav.navbar-nav ul,
body:not(#fuite) .nav.navbar-nav ul,
body:not(#fuitegeit) .nav.navbar-nav ul,
body:not(#havensvoeders) .nav.navbar-nav ul,
body:not(#havensvoedersgeit) .nav.navbar-nav ul,
body:not(#kruidhof) .nav.navbar-nav ul,
body:not(#pbos) .nav.navbar-nav ul,
body:not(#raiffeisen-ems-vechte) .nav.navbar-nav ul,
body:not(#rudolfpeters) .nav.navbar-nav ul,
body:not(#theeuwes) .nav.navbar-nav ul,
body:not(#theeuwesgeit) .nav.navbar-nav ul,
body:not(#tvp) .nav.navbar-nav ul,
body:not(#vanbenthem) .nav.navbar-nav ul,
body:not(#vitelia) .nav.navbar-nav ul,
body:not(#voergroepzuid) .nav.navbar-nav ul,
body:not(#zosalland) .nav.navbar-nav ul {
  background: #343436;
}
body:not(#abzdesamenwerking) .nav.navbar-nav .has-submenu,
body:not(#abzdesamenwerkinggeit) .nav.navbar-nav .has-submenu,
body:not(#arvesta) .nav.navbar-nav .has-submenu,
body:not(#bieleman) .nav.navbar-nav .has-submenu,
body:not(#bronsvoorthuizen) .nav.navbar-nav .has-submenu,
body:not(#deheus) .nav.navbar-nav .has-submenu,
body:not(#denham) .nav.navbar-nav .has-submenu,
body:not(#dvw) .nav.navbar-nav .has-submenu,
body:not(#dvwgeit) .nav.navbar-nav .has-submenu,
body:not(#eendrachtrouveen) .nav.navbar-nav .has-submenu,
body:not(#fuite) .nav.navbar-nav .has-submenu,
body:not(#fuitegeit) .nav.navbar-nav .has-submenu,
body:not(#havensvoeders) .nav.navbar-nav .has-submenu,
body:not(#havensvoedersgeit) .nav.navbar-nav .has-submenu,
body:not(#kruidhof) .nav.navbar-nav .has-submenu,
body:not(#pbos) .nav.navbar-nav .has-submenu,
body:not(#raiffeisen-ems-vechte) .nav.navbar-nav .has-submenu,
body:not(#rudolfpeters) .nav.navbar-nav .has-submenu,
body:not(#theeuwes) .nav.navbar-nav .has-submenu,
body:not(#theeuwesgeit) .nav.navbar-nav .has-submenu,
body:not(#tvp) .nav.navbar-nav .has-submenu,
body:not(#vanbenthem) .nav.navbar-nav .has-submenu,
body:not(#vitelia) .nav.navbar-nav .has-submenu,
body:not(#voergroepzuid) .nav.navbar-nav .has-submenu,
body:not(#zosalland) .nav.navbar-nav .has-submenu {
  background: #414143 !important;
}
body:not(#abzdesamenwerking) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#abzdesamenwerkinggeit) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#arvesta) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#bieleman) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#bronsvoorthuizen) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#deheus) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#denham) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#dvw) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#dvwgeit) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#eendrachtrouveen) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#fuite) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#fuitegeit) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#havensvoeders) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#havensvoedersgeit) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#kruidhof) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#pbos) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#raiffeisen-ems-vechte) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#rudolfpeters) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#theeuwes) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#theeuwesgeit) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#tvp) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#vanbenthem) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#vitelia) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#voergroepzuid) .nav.navbar-nav .has-submenu + ul > li a,
body:not(#zosalland) .nav.navbar-nav .has-submenu + ul > li a {
  background: #343436 !important;
}
body:not(#abzdesamenwerking) .navbar-default .navbar-toggle:hover,
body:not(#abzdesamenwerkinggeit) .navbar-default .navbar-toggle:hover,
body:not(#arvesta) .navbar-default .navbar-toggle:hover,
body:not(#bieleman) .navbar-default .navbar-toggle:hover,
body:not(#bronsvoorthuizen) .navbar-default .navbar-toggle:hover,
body:not(#deheus) .navbar-default .navbar-toggle:hover,
body:not(#denham) .navbar-default .navbar-toggle:hover,
body:not(#dvw) .navbar-default .navbar-toggle:hover,
body:not(#dvwgeit) .navbar-default .navbar-toggle:hover,
body:not(#eendrachtrouveen) .navbar-default .navbar-toggle:hover,
body:not(#fuite) .navbar-default .navbar-toggle:hover,
body:not(#fuitegeit) .navbar-default .navbar-toggle:hover,
body:not(#havensvoeders) .navbar-default .navbar-toggle:hover,
body:not(#havensvoedersgeit) .navbar-default .navbar-toggle:hover,
body:not(#kruidhof) .navbar-default .navbar-toggle:hover,
body:not(#pbos) .navbar-default .navbar-toggle:hover,
body:not(#raiffeisen-ems-vechte) .navbar-default .navbar-toggle:hover,
body:not(#rudolfpeters) .navbar-default .navbar-toggle:hover,
body:not(#theeuwes) .navbar-default .navbar-toggle:hover,
body:not(#theeuwesgeit) .navbar-default .navbar-toggle:hover,
body:not(#tvp) .navbar-default .navbar-toggle:hover,
body:not(#vanbenthem) .navbar-default .navbar-toggle:hover,
body:not(#vitelia) .navbar-default .navbar-toggle:hover,
body:not(#voergroepzuid) .navbar-default .navbar-toggle:hover,
body:not(#zosalland) .navbar-default .navbar-toggle:hover,
body:not(#abzdesamenwerking) .navbar-default .navbar-toggle:focus,
body:not(#abzdesamenwerkinggeit) .navbar-default .navbar-toggle:focus,
body:not(#arvesta) .navbar-default .navbar-toggle:focus,
body:not(#bieleman) .navbar-default .navbar-toggle:focus,
body:not(#bronsvoorthuizen) .navbar-default .navbar-toggle:focus,
body:not(#deheus) .navbar-default .navbar-toggle:focus,
body:not(#denham) .navbar-default .navbar-toggle:focus,
body:not(#dvw) .navbar-default .navbar-toggle:focus,
body:not(#dvwgeit) .navbar-default .navbar-toggle:focus,
body:not(#eendrachtrouveen) .navbar-default .navbar-toggle:focus,
body:not(#fuite) .navbar-default .navbar-toggle:focus,
body:not(#fuitegeit) .navbar-default .navbar-toggle:focus,
body:not(#havensvoeders) .navbar-default .navbar-toggle:focus,
body:not(#havensvoedersgeit) .navbar-default .navbar-toggle:focus,
body:not(#kruidhof) .navbar-default .navbar-toggle:focus,
body:not(#pbos) .navbar-default .navbar-toggle:focus,
body:not(#raiffeisen-ems-vechte) .navbar-default .navbar-toggle:focus,
body:not(#rudolfpeters) .navbar-default .navbar-toggle:focus,
body:not(#theeuwes) .navbar-default .navbar-toggle:focus,
body:not(#theeuwesgeit) .navbar-default .navbar-toggle:focus,
body:not(#tvp) .navbar-default .navbar-toggle:focus,
body:not(#vanbenthem) .navbar-default .navbar-toggle:focus,
body:not(#vitelia) .navbar-default .navbar-toggle:focus,
body:not(#voergroepzuid) .navbar-default .navbar-toggle:focus,
body:not(#zosalland) .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body:not(#abzdesamenwerking) form.simple_form > .panel.setup-content,
body:not(#abzdesamenwerkinggeit) form.simple_form > .panel.setup-content,
body:not(#arvesta) form.simple_form > .panel.setup-content,
body:not(#bieleman) form.simple_form > .panel.setup-content,
body:not(#bronsvoorthuizen) form.simple_form > .panel.setup-content,
body:not(#deheus) form.simple_form > .panel.setup-content,
body:not(#denham) form.simple_form > .panel.setup-content,
body:not(#dvw) form.simple_form > .panel.setup-content,
body:not(#dvwgeit) form.simple_form > .panel.setup-content,
body:not(#eendrachtrouveen) form.simple_form > .panel.setup-content,
body:not(#fuite) form.simple_form > .panel.setup-content,
body:not(#fuitegeit) form.simple_form > .panel.setup-content,
body:not(#havensvoeders) form.simple_form > .panel.setup-content,
body:not(#havensvoedersgeit) form.simple_form > .panel.setup-content,
body:not(#kruidhof) form.simple_form > .panel.setup-content,
body:not(#pbos) form.simple_form > .panel.setup-content,
body:not(#raiffeisen-ems-vechte) form.simple_form > .panel.setup-content,
body:not(#rudolfpeters) form.simple_form > .panel.setup-content,
body:not(#theeuwes) form.simple_form > .panel.setup-content,
body:not(#theeuwesgeit) form.simple_form > .panel.setup-content,
body:not(#tvp) form.simple_form > .panel.setup-content,
body:not(#vanbenthem) form.simple_form > .panel.setup-content,
body:not(#vitelia) form.simple_form > .panel.setup-content,
body:not(#voergroepzuid) form.simple_form > .panel.setup-content,
body:not(#zosalland) form.simple_form > .panel.setup-content {
  border-color: #414143;
}
body:not(#abzdesamenwerking) form.simple_form > .panel.setup-content .panel-heading,
body:not(#abzdesamenwerkinggeit) form.simple_form > .panel.setup-content .panel-heading,
body:not(#arvesta) form.simple_form > .panel.setup-content .panel-heading,
body:not(#bieleman) form.simple_form > .panel.setup-content .panel-heading,
body:not(#bronsvoorthuizen) form.simple_form > .panel.setup-content .panel-heading,
body:not(#deheus) form.simple_form > .panel.setup-content .panel-heading,
body:not(#denham) form.simple_form > .panel.setup-content .panel-heading,
body:not(#dvw) form.simple_form > .panel.setup-content .panel-heading,
body:not(#dvwgeit) form.simple_form > .panel.setup-content .panel-heading,
body:not(#eendrachtrouveen) form.simple_form > .panel.setup-content .panel-heading,
body:not(#fuite) form.simple_form > .panel.setup-content .panel-heading,
body:not(#fuitegeit) form.simple_form > .panel.setup-content .panel-heading,
body:not(#havensvoeders) form.simple_form > .panel.setup-content .panel-heading,
body:not(#havensvoedersgeit) form.simple_form > .panel.setup-content .panel-heading,
body:not(#kruidhof) form.simple_form > .panel.setup-content .panel-heading,
body:not(#pbos) form.simple_form > .panel.setup-content .panel-heading,
body:not(#raiffeisen-ems-vechte) form.simple_form > .panel.setup-content .panel-heading,
body:not(#rudolfpeters) form.simple_form > .panel.setup-content .panel-heading,
body:not(#theeuwes) form.simple_form > .panel.setup-content .panel-heading,
body:not(#theeuwesgeit) form.simple_form > .panel.setup-content .panel-heading,
body:not(#tvp) form.simple_form > .panel.setup-content .panel-heading,
body:not(#vanbenthem) form.simple_form > .panel.setup-content .panel-heading,
body:not(#vitelia) form.simple_form > .panel.setup-content .panel-heading,
body:not(#voergroepzuid) form.simple_form > .panel.setup-content .panel-heading,
body:not(#zosalland) form.simple_form > .panel.setup-content .panel-heading {
  background-color: #414143;
  border-color: #414143;
  color: #fff;
}
body:not(#abzdesamenwerking) nav .open,
body:not(#abzdesamenwerkinggeit) nav .open,
body:not(#arvesta) nav .open,
body:not(#bieleman) nav .open,
body:not(#bronsvoorthuizen) nav .open,
body:not(#deheus) nav .open,
body:not(#denham) nav .open,
body:not(#dvw) nav .open,
body:not(#dvwgeit) nav .open,
body:not(#eendrachtrouveen) nav .open,
body:not(#fuite) nav .open,
body:not(#fuitegeit) nav .open,
body:not(#havensvoeders) nav .open,
body:not(#havensvoedersgeit) nav .open,
body:not(#kruidhof) nav .open,
body:not(#pbos) nav .open,
body:not(#raiffeisen-ems-vechte) nav .open,
body:not(#rudolfpeters) nav .open,
body:not(#theeuwes) nav .open,
body:not(#theeuwesgeit) nav .open,
body:not(#tvp) nav .open,
body:not(#vanbenthem) nav .open,
body:not(#vitelia) nav .open,
body:not(#voergroepzuid) nav .open,
body:not(#zosalland) nav .open {
  background: #414143 !important;
  color: #fff !important;
}
body:not(#abzdesamenwerking) .navbar-default .navbar-toggle,
body:not(#abzdesamenwerkinggeit) .navbar-default .navbar-toggle,
body:not(#arvesta) .navbar-default .navbar-toggle,
body:not(#bieleman) .navbar-default .navbar-toggle,
body:not(#bronsvoorthuizen) .navbar-default .navbar-toggle,
body:not(#deheus) .navbar-default .navbar-toggle,
body:not(#denham) .navbar-default .navbar-toggle,
body:not(#dvw) .navbar-default .navbar-toggle,
body:not(#dvwgeit) .navbar-default .navbar-toggle,
body:not(#eendrachtrouveen) .navbar-default .navbar-toggle,
body:not(#fuite) .navbar-default .navbar-toggle,
body:not(#fuitegeit) .navbar-default .navbar-toggle,
body:not(#havensvoeders) .navbar-default .navbar-toggle,
body:not(#havensvoedersgeit) .navbar-default .navbar-toggle,
body:not(#kruidhof) .navbar-default .navbar-toggle,
body:not(#pbos) .navbar-default .navbar-toggle,
body:not(#raiffeisen-ems-vechte) .navbar-default .navbar-toggle,
body:not(#rudolfpeters) .navbar-default .navbar-toggle,
body:not(#theeuwes) .navbar-default .navbar-toggle,
body:not(#theeuwesgeit) .navbar-default .navbar-toggle,
body:not(#tvp) .navbar-default .navbar-toggle,
body:not(#vanbenthem) .navbar-default .navbar-toggle,
body:not(#vitelia) .navbar-default .navbar-toggle,
body:not(#voergroepzuid) .navbar-default .navbar-toggle,
body:not(#zosalland) .navbar-default .navbar-toggle {
  border: 0;
}
body:not(#abzdesamenwerking) .navbar-default .navbar-toggle .icon-bar,
body:not(#abzdesamenwerkinggeit) .navbar-default .navbar-toggle .icon-bar,
body:not(#arvesta) .navbar-default .navbar-toggle .icon-bar,
body:not(#bieleman) .navbar-default .navbar-toggle .icon-bar,
body:not(#bronsvoorthuizen) .navbar-default .navbar-toggle .icon-bar,
body:not(#deheus) .navbar-default .navbar-toggle .icon-bar,
body:not(#denham) .navbar-default .navbar-toggle .icon-bar,
body:not(#dvw) .navbar-default .navbar-toggle .icon-bar,
body:not(#dvwgeit) .navbar-default .navbar-toggle .icon-bar,
body:not(#eendrachtrouveen) .navbar-default .navbar-toggle .icon-bar,
body:not(#fuite) .navbar-default .navbar-toggle .icon-bar,
body:not(#fuitegeit) .navbar-default .navbar-toggle .icon-bar,
body:not(#havensvoeders) .navbar-default .navbar-toggle .icon-bar,
body:not(#havensvoedersgeit) .navbar-default .navbar-toggle .icon-bar,
body:not(#kruidhof) .navbar-default .navbar-toggle .icon-bar,
body:not(#pbos) .navbar-default .navbar-toggle .icon-bar,
body:not(#raiffeisen-ems-vechte) .navbar-default .navbar-toggle .icon-bar,
body:not(#rudolfpeters) .navbar-default .navbar-toggle .icon-bar,
body:not(#theeuwes) .navbar-default .navbar-toggle .icon-bar,
body:not(#theeuwesgeit) .navbar-default .navbar-toggle .icon-bar,
body:not(#tvp) .navbar-default .navbar-toggle .icon-bar,
body:not(#vanbenthem) .navbar-default .navbar-toggle .icon-bar,
body:not(#vitelia) .navbar-default .navbar-toggle .icon-bar,
body:not(#voergroepzuid) .navbar-default .navbar-toggle .icon-bar,
body:not(#zosalland) .navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
body:not(#abzdesamenwerking) .navbar-default .navbar-toggle:a,
body:not(#abzdesamenwerkinggeit) .navbar-default .navbar-toggle:a,
body:not(#arvesta) .navbar-default .navbar-toggle:a,
body:not(#bieleman) .navbar-default .navbar-toggle:a,
body:not(#bronsvoorthuizen) .navbar-default .navbar-toggle:a,
body:not(#deheus) .navbar-default .navbar-toggle:a,
body:not(#denham) .navbar-default .navbar-toggle:a,
body:not(#dvw) .navbar-default .navbar-toggle:a,
body:not(#dvwgeit) .navbar-default .navbar-toggle:a,
body:not(#eendrachtrouveen) .navbar-default .navbar-toggle:a,
body:not(#fuite) .navbar-default .navbar-toggle:a,
body:not(#fuitegeit) .navbar-default .navbar-toggle:a,
body:not(#havensvoeders) .navbar-default .navbar-toggle:a,
body:not(#havensvoedersgeit) .navbar-default .navbar-toggle:a,
body:not(#kruidhof) .navbar-default .navbar-toggle:a,
body:not(#pbos) .navbar-default .navbar-toggle:a,
body:not(#raiffeisen-ems-vechte) .navbar-default .navbar-toggle:a,
body:not(#rudolfpeters) .navbar-default .navbar-toggle:a,
body:not(#theeuwes) .navbar-default .navbar-toggle:a,
body:not(#theeuwesgeit) .navbar-default .navbar-toggle:a,
body:not(#tvp) .navbar-default .navbar-toggle:a,
body:not(#vanbenthem) .navbar-default .navbar-toggle:a,
body:not(#vitelia) .navbar-default .navbar-toggle:a,
body:not(#voergroepzuid) .navbar-default .navbar-toggle:a,
body:not(#zosalland) .navbar-default .navbar-toggle:a {
  background: #41a05e !important;
}
body:not(#abzdesamenwerking) .navbar-default .navbar-toggle:a span,
body:not(#abzdesamenwerkinggeit) .navbar-default .navbar-toggle:a span,
body:not(#arvesta) .navbar-default .navbar-toggle:a span,
body:not(#bieleman) .navbar-default .navbar-toggle:a span,
body:not(#bronsvoorthuizen) .navbar-default .navbar-toggle:a span,
body:not(#deheus) .navbar-default .navbar-toggle:a span,
body:not(#denham) .navbar-default .navbar-toggle:a span,
body:not(#dvw) .navbar-default .navbar-toggle:a span,
body:not(#dvwgeit) .navbar-default .navbar-toggle:a span,
body:not(#eendrachtrouveen) .navbar-default .navbar-toggle:a span,
body:not(#fuite) .navbar-default .navbar-toggle:a span,
body:not(#fuitegeit) .navbar-default .navbar-toggle:a span,
body:not(#havensvoeders) .navbar-default .navbar-toggle:a span,
body:not(#havensvoedersgeit) .navbar-default .navbar-toggle:a span,
body:not(#kruidhof) .navbar-default .navbar-toggle:a span,
body:not(#pbos) .navbar-default .navbar-toggle:a span,
body:not(#raiffeisen-ems-vechte) .navbar-default .navbar-toggle:a span,
body:not(#rudolfpeters) .navbar-default .navbar-toggle:a span,
body:not(#theeuwes) .navbar-default .navbar-toggle:a span,
body:not(#theeuwesgeit) .navbar-default .navbar-toggle:a span,
body:not(#tvp) .navbar-default .navbar-toggle:a span,
body:not(#vanbenthem) .navbar-default .navbar-toggle:a span,
body:not(#vitelia) .navbar-default .navbar-toggle:a span,
body:not(#voergroepzuid) .navbar-default .navbar-toggle:a span,
body:not(#zosalland) .navbar-default .navbar-toggle:a span {
  background: #fff;
}
body:not(#abzdesamenwerking) .results-btn-group a,
body:not(#abzdesamenwerkinggeit) .results-btn-group a,
body:not(#arvesta) .results-btn-group a,
body:not(#bieleman) .results-btn-group a,
body:not(#bronsvoorthuizen) .results-btn-group a,
body:not(#deheus) .results-btn-group a,
body:not(#denham) .results-btn-group a,
body:not(#dvw) .results-btn-group a,
body:not(#dvwgeit) .results-btn-group a,
body:not(#eendrachtrouveen) .results-btn-group a,
body:not(#fuite) .results-btn-group a,
body:not(#fuitegeit) .results-btn-group a,
body:not(#havensvoeders) .results-btn-group a,
body:not(#havensvoedersgeit) .results-btn-group a,
body:not(#kruidhof) .results-btn-group a,
body:not(#pbos) .results-btn-group a,
body:not(#raiffeisen-ems-vechte) .results-btn-group a,
body:not(#rudolfpeters) .results-btn-group a,
body:not(#theeuwes) .results-btn-group a,
body:not(#theeuwesgeit) .results-btn-group a,
body:not(#tvp) .results-btn-group a,
body:not(#vanbenthem) .results-btn-group a,
body:not(#vitelia) .results-btn-group a,
body:not(#voergroepzuid) .results-btn-group a,
body:not(#zosalland) .results-btn-group a,
body:not(#abzdesamenwerking) .shared-links a,
body:not(#abzdesamenwerkinggeit) .shared-links a,
body:not(#arvesta) .shared-links a,
body:not(#bieleman) .shared-links a,
body:not(#bronsvoorthuizen) .shared-links a,
body:not(#deheus) .shared-links a,
body:not(#denham) .shared-links a,
body:not(#dvw) .shared-links a,
body:not(#dvwgeit) .shared-links a,
body:not(#eendrachtrouveen) .shared-links a,
body:not(#fuite) .shared-links a,
body:not(#fuitegeit) .shared-links a,
body:not(#havensvoeders) .shared-links a,
body:not(#havensvoedersgeit) .shared-links a,
body:not(#kruidhof) .shared-links a,
body:not(#pbos) .shared-links a,
body:not(#raiffeisen-ems-vechte) .shared-links a,
body:not(#rudolfpeters) .shared-links a,
body:not(#theeuwes) .shared-links a,
body:not(#theeuwesgeit) .shared-links a,
body:not(#tvp) .shared-links a,
body:not(#vanbenthem) .shared-links a,
body:not(#vitelia) .shared-links a,
body:not(#voergroepzuid) .shared-links a,
body:not(#zosalland) .shared-links a,
body:not(#abzdesamenwerking) ul.pager > li a,
body:not(#abzdesamenwerkinggeit) ul.pager > li a,
body:not(#arvesta) ul.pager > li a,
body:not(#bieleman) ul.pager > li a,
body:not(#bronsvoorthuizen) ul.pager > li a,
body:not(#deheus) ul.pager > li a,
body:not(#denham) ul.pager > li a,
body:not(#dvw) ul.pager > li a,
body:not(#dvwgeit) ul.pager > li a,
body:not(#eendrachtrouveen) ul.pager > li a,
body:not(#fuite) ul.pager > li a,
body:not(#fuitegeit) ul.pager > li a,
body:not(#havensvoeders) ul.pager > li a,
body:not(#havensvoedersgeit) ul.pager > li a,
body:not(#kruidhof) ul.pager > li a,
body:not(#pbos) ul.pager > li a,
body:not(#raiffeisen-ems-vechte) ul.pager > li a,
body:not(#rudolfpeters) ul.pager > li a,
body:not(#theeuwes) ul.pager > li a,
body:not(#theeuwesgeit) ul.pager > li a,
body:not(#tvp) ul.pager > li a,
body:not(#vanbenthem) ul.pager > li a,
body:not(#vitelia) ul.pager > li a,
body:not(#voergroepzuid) ul.pager > li a,
body:not(#zosalland) ul.pager > li a,
body:not(#abzdesamenwerking) a i.fa-question-circle,
body:not(#abzdesamenwerkinggeit) a i.fa-question-circle,
body:not(#arvesta) a i.fa-question-circle,
body:not(#bieleman) a i.fa-question-circle,
body:not(#bronsvoorthuizen) a i.fa-question-circle,
body:not(#deheus) a i.fa-question-circle,
body:not(#denham) a i.fa-question-circle,
body:not(#dvw) a i.fa-question-circle,
body:not(#dvwgeit) a i.fa-question-circle,
body:not(#eendrachtrouveen) a i.fa-question-circle,
body:not(#fuite) a i.fa-question-circle,
body:not(#fuitegeit) a i.fa-question-circle,
body:not(#havensvoeders) a i.fa-question-circle,
body:not(#havensvoedersgeit) a i.fa-question-circle,
body:not(#kruidhof) a i.fa-question-circle,
body:not(#pbos) a i.fa-question-circle,
body:not(#raiffeisen-ems-vechte) a i.fa-question-circle,
body:not(#rudolfpeters) a i.fa-question-circle,
body:not(#theeuwes) a i.fa-question-circle,
body:not(#theeuwesgeit) a i.fa-question-circle,
body:not(#tvp) a i.fa-question-circle,
body:not(#vanbenthem) a i.fa-question-circle,
body:not(#vitelia) a i.fa-question-circle,
body:not(#voergroepzuid) a i.fa-question-circle,
body:not(#zosalland) a i.fa-question-circle,
body:not(#abzdesamenwerking) .nav.nav-tabs a:not(.btn-primary),
body:not(#abzdesamenwerkinggeit) .nav.nav-tabs a:not(.btn-primary),
body:not(#arvesta) .nav.nav-tabs a:not(.btn-primary),
body:not(#bieleman) .nav.nav-tabs a:not(.btn-primary),
body:not(#bronsvoorthuizen) .nav.nav-tabs a:not(.btn-primary),
body:not(#deheus) .nav.nav-tabs a:not(.btn-primary),
body:not(#denham) .nav.nav-tabs a:not(.btn-primary),
body:not(#dvw) .nav.nav-tabs a:not(.btn-primary),
body:not(#dvwgeit) .nav.nav-tabs a:not(.btn-primary),
body:not(#eendrachtrouveen) .nav.nav-tabs a:not(.btn-primary),
body:not(#fuite) .nav.nav-tabs a:not(.btn-primary),
body:not(#fuitegeit) .nav.nav-tabs a:not(.btn-primary),
body:not(#havensvoeders) .nav.nav-tabs a:not(.btn-primary),
body:not(#havensvoedersgeit) .nav.nav-tabs a:not(.btn-primary),
body:not(#kruidhof) .nav.nav-tabs a:not(.btn-primary),
body:not(#pbos) .nav.nav-tabs a:not(.btn-primary),
body:not(#raiffeisen-ems-vechte) .nav.nav-tabs a:not(.btn-primary),
body:not(#rudolfpeters) .nav.nav-tabs a:not(.btn-primary),
body:not(#theeuwes) .nav.nav-tabs a:not(.btn-primary),
body:not(#theeuwesgeit) .nav.nav-tabs a:not(.btn-primary),
body:not(#tvp) .nav.nav-tabs a:not(.btn-primary),
body:not(#vanbenthem) .nav.nav-tabs a:not(.btn-primary),
body:not(#vitelia) .nav.nav-tabs a:not(.btn-primary),
body:not(#voergroepzuid) .nav.nav-tabs a:not(.btn-primary),
body:not(#zosalland) .nav.nav-tabs a:not(.btn-primary),
body:not(#abzdesamenwerking) ol.breadcrumb a,
body:not(#abzdesamenwerkinggeit) ol.breadcrumb a,
body:not(#arvesta) ol.breadcrumb a,
body:not(#bieleman) ol.breadcrumb a,
body:not(#bronsvoorthuizen) ol.breadcrumb a,
body:not(#deheus) ol.breadcrumb a,
body:not(#denham) ol.breadcrumb a,
body:not(#dvw) ol.breadcrumb a,
body:not(#dvwgeit) ol.breadcrumb a,
body:not(#eendrachtrouveen) ol.breadcrumb a,
body:not(#fuite) ol.breadcrumb a,
body:not(#fuitegeit) ol.breadcrumb a,
body:not(#havensvoeders) ol.breadcrumb a,
body:not(#havensvoedersgeit) ol.breadcrumb a,
body:not(#kruidhof) ol.breadcrumb a,
body:not(#pbos) ol.breadcrumb a,
body:not(#raiffeisen-ems-vechte) ol.breadcrumb a,
body:not(#rudolfpeters) ol.breadcrumb a,
body:not(#theeuwes) ol.breadcrumb a,
body:not(#theeuwesgeit) ol.breadcrumb a,
body:not(#tvp) ol.breadcrumb a,
body:not(#vanbenthem) ol.breadcrumb a,
body:not(#vitelia) ol.breadcrumb a,
body:not(#voergroepzuid) ol.breadcrumb a,
body:not(#zosalland) ol.breadcrumb a,
body:not(#abzdesamenwerking) .pagination li:not(.disabled) a,
body:not(#abzdesamenwerkinggeit) .pagination li:not(.disabled) a,
body:not(#arvesta) .pagination li:not(.disabled) a,
body:not(#bieleman) .pagination li:not(.disabled) a,
body:not(#bronsvoorthuizen) .pagination li:not(.disabled) a,
body:not(#deheus) .pagination li:not(.disabled) a,
body:not(#denham) .pagination li:not(.disabled) a,
body:not(#dvw) .pagination li:not(.disabled) a,
body:not(#dvwgeit) .pagination li:not(.disabled) a,
body:not(#eendrachtrouveen) .pagination li:not(.disabled) a,
body:not(#fuite) .pagination li:not(.disabled) a,
body:not(#fuitegeit) .pagination li:not(.disabled) a,
body:not(#havensvoeders) .pagination li:not(.disabled) a,
body:not(#havensvoedersgeit) .pagination li:not(.disabled) a,
body:not(#kruidhof) .pagination li:not(.disabled) a,
body:not(#pbos) .pagination li:not(.disabled) a,
body:not(#raiffeisen-ems-vechte) .pagination li:not(.disabled) a,
body:not(#rudolfpeters) .pagination li:not(.disabled) a,
body:not(#theeuwes) .pagination li:not(.disabled) a,
body:not(#theeuwesgeit) .pagination li:not(.disabled) a,
body:not(#tvp) .pagination li:not(.disabled) a,
body:not(#vanbenthem) .pagination li:not(.disabled) a,
body:not(#vitelia) .pagination li:not(.disabled) a,
body:not(#voergroepzuid) .pagination li:not(.disabled) a,
body:not(#zosalland) .pagination li:not(.disabled) a,
body:not(#abzdesamenwerking) table tr th a,
body:not(#abzdesamenwerkinggeit) table tr th a,
body:not(#arvesta) table tr th a,
body:not(#bieleman) table tr th a,
body:not(#bronsvoorthuizen) table tr th a,
body:not(#deheus) table tr th a,
body:not(#denham) table tr th a,
body:not(#dvw) table tr th a,
body:not(#dvwgeit) table tr th a,
body:not(#eendrachtrouveen) table tr th a,
body:not(#fuite) table tr th a,
body:not(#fuitegeit) table tr th a,
body:not(#havensvoeders) table tr th a,
body:not(#havensvoedersgeit) table tr th a,
body:not(#kruidhof) table tr th a,
body:not(#pbos) table tr th a,
body:not(#raiffeisen-ems-vechte) table tr th a,
body:not(#rudolfpeters) table tr th a,
body:not(#theeuwes) table tr th a,
body:not(#theeuwesgeit) table tr th a,
body:not(#tvp) table tr th a,
body:not(#vanbenthem) table tr th a,
body:not(#vitelia) table tr th a,
body:not(#voergroepzuid) table tr th a,
body:not(#zosalland) table tr th a,
body:not(#abzdesamenwerking) .nav.nav-pills li:not(.active) a,
body:not(#abzdesamenwerkinggeit) .nav.nav-pills li:not(.active) a,
body:not(#arvesta) .nav.nav-pills li:not(.active) a,
body:not(#bieleman) .nav.nav-pills li:not(.active) a,
body:not(#bronsvoorthuizen) .nav.nav-pills li:not(.active) a,
body:not(#deheus) .nav.nav-pills li:not(.active) a,
body:not(#denham) .nav.nav-pills li:not(.active) a,
body:not(#dvw) .nav.nav-pills li:not(.active) a,
body:not(#dvwgeit) .nav.nav-pills li:not(.active) a,
body:not(#eendrachtrouveen) .nav.nav-pills li:not(.active) a,
body:not(#fuite) .nav.nav-pills li:not(.active) a,
body:not(#fuitegeit) .nav.nav-pills li:not(.active) a,
body:not(#havensvoeders) .nav.nav-pills li:not(.active) a,
body:not(#havensvoedersgeit) .nav.nav-pills li:not(.active) a,
body:not(#kruidhof) .nav.nav-pills li:not(.active) a,
body:not(#pbos) .nav.nav-pills li:not(.active) a,
body:not(#raiffeisen-ems-vechte) .nav.nav-pills li:not(.active) a,
body:not(#rudolfpeters) .nav.nav-pills li:not(.active) a,
body:not(#theeuwes) .nav.nav-pills li:not(.active) a,
body:not(#theeuwesgeit) .nav.nav-pills li:not(.active) a,
body:not(#tvp) .nav.nav-pills li:not(.active) a,
body:not(#vanbenthem) .nav.nav-pills li:not(.active) a,
body:not(#vitelia) .nav.nav-pills li:not(.active) a,
body:not(#voergroepzuid) .nav.nav-pills li:not(.active) a,
body:not(#zosalland) .nav.nav-pills li:not(.active) a,
body:not(#abzdesamenwerking).attentions h4 a,
body:not(#abzdesamenwerkinggeit).attentions h4 a,
body:not(#arvesta).attentions h4 a,
body:not(#bieleman).attentions h4 a,
body:not(#bronsvoorthuizen).attentions h4 a,
body:not(#deheus).attentions h4 a,
body:not(#denham).attentions h4 a,
body:not(#dvw).attentions h4 a,
body:not(#dvwgeit).attentions h4 a,
body:not(#eendrachtrouveen).attentions h4 a,
body:not(#fuite).attentions h4 a,
body:not(#fuitegeit).attentions h4 a,
body:not(#havensvoeders).attentions h4 a,
body:not(#havensvoedersgeit).attentions h4 a,
body:not(#kruidhof).attentions h4 a,
body:not(#pbos).attentions h4 a,
body:not(#raiffeisen-ems-vechte).attentions h4 a,
body:not(#rudolfpeters).attentions h4 a,
body:not(#theeuwes).attentions h4 a,
body:not(#theeuwesgeit).attentions h4 a,
body:not(#tvp).attentions h4 a,
body:not(#vanbenthem).attentions h4 a,
body:not(#vitelia).attentions h4 a,
body:not(#voergroepzuid).attentions h4 a,
body:not(#zosalland).attentions h4 a,
body:not(#abzdesamenwerking) .help-icon a,
body:not(#abzdesamenwerkinggeit) .help-icon a,
body:not(#arvesta) .help-icon a,
body:not(#bieleman) .help-icon a,
body:not(#bronsvoorthuizen) .help-icon a,
body:not(#deheus) .help-icon a,
body:not(#denham) .help-icon a,
body:not(#dvw) .help-icon a,
body:not(#dvwgeit) .help-icon a,
body:not(#eendrachtrouveen) .help-icon a,
body:not(#fuite) .help-icon a,
body:not(#fuitegeit) .help-icon a,
body:not(#havensvoeders) .help-icon a,
body:not(#havensvoedersgeit) .help-icon a,
body:not(#kruidhof) .help-icon a,
body:not(#pbos) .help-icon a,
body:not(#raiffeisen-ems-vechte) .help-icon a,
body:not(#rudolfpeters) .help-icon a,
body:not(#theeuwes) .help-icon a,
body:not(#theeuwesgeit) .help-icon a,
body:not(#tvp) .help-icon a,
body:not(#vanbenthem) .help-icon a,
body:not(#vitelia) .help-icon a,
body:not(#voergroepzuid) .help-icon a,
body:not(#zosalland) .help-icon a,
body:not(#abzdesamenwerking).attentions td:not(.seen-switch) a,
body:not(#abzdesamenwerkinggeit).attentions td:not(.seen-switch) a,
body:not(#arvesta).attentions td:not(.seen-switch) a,
body:not(#bieleman).attentions td:not(.seen-switch) a,
body:not(#bronsvoorthuizen).attentions td:not(.seen-switch) a,
body:not(#deheus).attentions td:not(.seen-switch) a,
body:not(#denham).attentions td:not(.seen-switch) a,
body:not(#dvw).attentions td:not(.seen-switch) a,
body:not(#dvwgeit).attentions td:not(.seen-switch) a,
body:not(#eendrachtrouveen).attentions td:not(.seen-switch) a,
body:not(#fuite).attentions td:not(.seen-switch) a,
body:not(#fuitegeit).attentions td:not(.seen-switch) a,
body:not(#havensvoeders).attentions td:not(.seen-switch) a,
body:not(#havensvoedersgeit).attentions td:not(.seen-switch) a,
body:not(#kruidhof).attentions td:not(.seen-switch) a,
body:not(#pbos).attentions td:not(.seen-switch) a,
body:not(#raiffeisen-ems-vechte).attentions td:not(.seen-switch) a,
body:not(#rudolfpeters).attentions td:not(.seen-switch) a,
body:not(#theeuwes).attentions td:not(.seen-switch) a,
body:not(#theeuwesgeit).attentions td:not(.seen-switch) a,
body:not(#tvp).attentions td:not(.seen-switch) a,
body:not(#vanbenthem).attentions td:not(.seen-switch) a,
body:not(#vitelia).attentions td:not(.seen-switch) a,
body:not(#voergroepzuid).attentions td:not(.seen-switch) a,
body:not(#zosalland).attentions td:not(.seen-switch) a,
body:not(#abzdesamenwerking) table td > a:not(.btn),
body:not(#abzdesamenwerkinggeit) table td > a:not(.btn),
body:not(#arvesta) table td > a:not(.btn),
body:not(#bieleman) table td > a:not(.btn),
body:not(#bronsvoorthuizen) table td > a:not(.btn),
body:not(#deheus) table td > a:not(.btn),
body:not(#denham) table td > a:not(.btn),
body:not(#dvw) table td > a:not(.btn),
body:not(#dvwgeit) table td > a:not(.btn),
body:not(#eendrachtrouveen) table td > a:not(.btn),
body:not(#fuite) table td > a:not(.btn),
body:not(#fuitegeit) table td > a:not(.btn),
body:not(#havensvoeders) table td > a:not(.btn),
body:not(#havensvoedersgeit) table td > a:not(.btn),
body:not(#kruidhof) table td > a:not(.btn),
body:not(#pbos) table td > a:not(.btn),
body:not(#raiffeisen-ems-vechte) table td > a:not(.btn),
body:not(#rudolfpeters) table td > a:not(.btn),
body:not(#theeuwes) table td > a:not(.btn),
body:not(#theeuwesgeit) table td > a:not(.btn),
body:not(#tvp) table td > a:not(.btn),
body:not(#vanbenthem) table td > a:not(.btn),
body:not(#vitelia) table td > a:not(.btn),
body:not(#voergroepzuid) table td > a:not(.btn),
body:not(#zosalland) table td > a:not(.btn),
body:not(#abzdesamenwerking) table td > ul > li > a:not(.btn),
body:not(#abzdesamenwerkinggeit) table td > ul > li > a:not(.btn),
body:not(#arvesta) table td > ul > li > a:not(.btn),
body:not(#bieleman) table td > ul > li > a:not(.btn),
body:not(#bronsvoorthuizen) table td > ul > li > a:not(.btn),
body:not(#deheus) table td > ul > li > a:not(.btn),
body:not(#denham) table td > ul > li > a:not(.btn),
body:not(#dvw) table td > ul > li > a:not(.btn),
body:not(#dvwgeit) table td > ul > li > a:not(.btn),
body:not(#eendrachtrouveen) table td > ul > li > a:not(.btn),
body:not(#fuite) table td > ul > li > a:not(.btn),
body:not(#fuitegeit) table td > ul > li > a:not(.btn),
body:not(#havensvoeders) table td > ul > li > a:not(.btn),
body:not(#havensvoedersgeit) table td > ul > li > a:not(.btn),
body:not(#kruidhof) table td > ul > li > a:not(.btn),
body:not(#pbos) table td > ul > li > a:not(.btn),
body:not(#raiffeisen-ems-vechte) table td > ul > li > a:not(.btn),
body:not(#rudolfpeters) table td > ul > li > a:not(.btn),
body:not(#theeuwes) table td > ul > li > a:not(.btn),
body:not(#theeuwesgeit) table td > ul > li > a:not(.btn),
body:not(#tvp) table td > ul > li > a:not(.btn),
body:not(#vanbenthem) table td > ul > li > a:not(.btn),
body:not(#vitelia) table td > ul > li > a:not(.btn),
body:not(#voergroepzuid) table td > ul > li > a:not(.btn),
body:not(#zosalland) table td > ul > li > a:not(.btn),
body:not(#abzdesamenwerking) .tablesorter thead tr.clickable th,
body:not(#abzdesamenwerkinggeit) .tablesorter thead tr.clickable th,
body:not(#arvesta) .tablesorter thead tr.clickable th,
body:not(#bieleman) .tablesorter thead tr.clickable th,
body:not(#bronsvoorthuizen) .tablesorter thead tr.clickable th,
body:not(#deheus) .tablesorter thead tr.clickable th,
body:not(#denham) .tablesorter thead tr.clickable th,
body:not(#dvw) .tablesorter thead tr.clickable th,
body:not(#dvwgeit) .tablesorter thead tr.clickable th,
body:not(#eendrachtrouveen) .tablesorter thead tr.clickable th,
body:not(#fuite) .tablesorter thead tr.clickable th,
body:not(#fuitegeit) .tablesorter thead tr.clickable th,
body:not(#havensvoeders) .tablesorter thead tr.clickable th,
body:not(#havensvoedersgeit) .tablesorter thead tr.clickable th,
body:not(#kruidhof) .tablesorter thead tr.clickable th,
body:not(#pbos) .tablesorter thead tr.clickable th,
body:not(#raiffeisen-ems-vechte) .tablesorter thead tr.clickable th,
body:not(#rudolfpeters) .tablesorter thead tr.clickable th,
body:not(#theeuwes) .tablesorter thead tr.clickable th,
body:not(#theeuwesgeit) .tablesorter thead tr.clickable th,
body:not(#tvp) .tablesorter thead tr.clickable th,
body:not(#vanbenthem) .tablesorter thead tr.clickable th,
body:not(#vitelia) .tablesorter thead tr.clickable th,
body:not(#voergroepzuid) .tablesorter thead tr.clickable th,
body:not(#zosalland) .tablesorter thead tr.clickable th {
  color: #41a05e;
}
body:not(#abzdesamenwerking) .sidebar-list-group a,
body:not(#abzdesamenwerkinggeit) .sidebar-list-group a,
body:not(#arvesta) .sidebar-list-group a,
body:not(#bieleman) .sidebar-list-group a,
body:not(#bronsvoorthuizen) .sidebar-list-group a,
body:not(#deheus) .sidebar-list-group a,
body:not(#denham) .sidebar-list-group a,
body:not(#dvw) .sidebar-list-group a,
body:not(#dvwgeit) .sidebar-list-group a,
body:not(#eendrachtrouveen) .sidebar-list-group a,
body:not(#fuite) .sidebar-list-group a,
body:not(#fuitegeit) .sidebar-list-group a,
body:not(#havensvoeders) .sidebar-list-group a,
body:not(#havensvoedersgeit) .sidebar-list-group a,
body:not(#kruidhof) .sidebar-list-group a,
body:not(#pbos) .sidebar-list-group a,
body:not(#raiffeisen-ems-vechte) .sidebar-list-group a,
body:not(#rudolfpeters) .sidebar-list-group a,
body:not(#theeuwes) .sidebar-list-group a,
body:not(#theeuwesgeit) .sidebar-list-group a,
body:not(#tvp) .sidebar-list-group a,
body:not(#vanbenthem) .sidebar-list-group a,
body:not(#vitelia) .sidebar-list-group a,
body:not(#voergroepzuid) .sidebar-list-group a,
body:not(#zosalland) .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body:not(#abzdesamenwerking) .sidebar-list-group a.active,
body:not(#abzdesamenwerkinggeit) .sidebar-list-group a.active,
body:not(#arvesta) .sidebar-list-group a.active,
body:not(#bieleman) .sidebar-list-group a.active,
body:not(#bronsvoorthuizen) .sidebar-list-group a.active,
body:not(#deheus) .sidebar-list-group a.active,
body:not(#denham) .sidebar-list-group a.active,
body:not(#dvw) .sidebar-list-group a.active,
body:not(#dvwgeit) .sidebar-list-group a.active,
body:not(#eendrachtrouveen) .sidebar-list-group a.active,
body:not(#fuite) .sidebar-list-group a.active,
body:not(#fuitegeit) .sidebar-list-group a.active,
body:not(#havensvoeders) .sidebar-list-group a.active,
body:not(#havensvoedersgeit) .sidebar-list-group a.active,
body:not(#kruidhof) .sidebar-list-group a.active,
body:not(#pbos) .sidebar-list-group a.active,
body:not(#raiffeisen-ems-vechte) .sidebar-list-group a.active,
body:not(#rudolfpeters) .sidebar-list-group a.active,
body:not(#theeuwes) .sidebar-list-group a.active,
body:not(#theeuwesgeit) .sidebar-list-group a.active,
body:not(#tvp) .sidebar-list-group a.active,
body:not(#vanbenthem) .sidebar-list-group a.active,
body:not(#vitelia) .sidebar-list-group a.active,
body:not(#voergroepzuid) .sidebar-list-group a.active,
body:not(#zosalland) .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #41a05e;
  color: #333;
}
body:not(#abzdesamenwerking) .sidebar-list-group a.active i,
body:not(#abzdesamenwerkinggeit) .sidebar-list-group a.active i,
body:not(#arvesta) .sidebar-list-group a.active i,
body:not(#bieleman) .sidebar-list-group a.active i,
body:not(#bronsvoorthuizen) .sidebar-list-group a.active i,
body:not(#deheus) .sidebar-list-group a.active i,
body:not(#denham) .sidebar-list-group a.active i,
body:not(#dvw) .sidebar-list-group a.active i,
body:not(#dvwgeit) .sidebar-list-group a.active i,
body:not(#eendrachtrouveen) .sidebar-list-group a.active i,
body:not(#fuite) .sidebar-list-group a.active i,
body:not(#fuitegeit) .sidebar-list-group a.active i,
body:not(#havensvoeders) .sidebar-list-group a.active i,
body:not(#havensvoedersgeit) .sidebar-list-group a.active i,
body:not(#kruidhof) .sidebar-list-group a.active i,
body:not(#pbos) .sidebar-list-group a.active i,
body:not(#raiffeisen-ems-vechte) .sidebar-list-group a.active i,
body:not(#rudolfpeters) .sidebar-list-group a.active i,
body:not(#theeuwes) .sidebar-list-group a.active i,
body:not(#theeuwesgeit) .sidebar-list-group a.active i,
body:not(#tvp) .sidebar-list-group a.active i,
body:not(#vanbenthem) .sidebar-list-group a.active i,
body:not(#vitelia) .sidebar-list-group a.active i,
body:not(#voergroepzuid) .sidebar-list-group a.active i,
body:not(#zosalland) .sidebar-list-group a.active i {
  margin-left: -2px;
}
body:not(#abzdesamenwerking) .sidebar-list-group a:hover .list-group-item,
body:not(#abzdesamenwerkinggeit) .sidebar-list-group a:hover .list-group-item,
body:not(#arvesta) .sidebar-list-group a:hover .list-group-item,
body:not(#bieleman) .sidebar-list-group a:hover .list-group-item,
body:not(#bronsvoorthuizen) .sidebar-list-group a:hover .list-group-item,
body:not(#deheus) .sidebar-list-group a:hover .list-group-item,
body:not(#denham) .sidebar-list-group a:hover .list-group-item,
body:not(#dvw) .sidebar-list-group a:hover .list-group-item,
body:not(#dvwgeit) .sidebar-list-group a:hover .list-group-item,
body:not(#eendrachtrouveen) .sidebar-list-group a:hover .list-group-item,
body:not(#fuite) .sidebar-list-group a:hover .list-group-item,
body:not(#fuitegeit) .sidebar-list-group a:hover .list-group-item,
body:not(#havensvoeders) .sidebar-list-group a:hover .list-group-item,
body:not(#havensvoedersgeit) .sidebar-list-group a:hover .list-group-item,
body:not(#kruidhof) .sidebar-list-group a:hover .list-group-item,
body:not(#pbos) .sidebar-list-group a:hover .list-group-item,
body:not(#raiffeisen-ems-vechte) .sidebar-list-group a:hover .list-group-item,
body:not(#rudolfpeters) .sidebar-list-group a:hover .list-group-item,
body:not(#theeuwes) .sidebar-list-group a:hover .list-group-item,
body:not(#theeuwesgeit) .sidebar-list-group a:hover .list-group-item,
body:not(#tvp) .sidebar-list-group a:hover .list-group-item,
body:not(#vanbenthem) .sidebar-list-group a:hover .list-group-item,
body:not(#vitelia) .sidebar-list-group a:hover .list-group-item,
body:not(#voergroepzuid) .sidebar-list-group a:hover .list-group-item,
body:not(#zosalland) .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body:not(#abzdesamenwerking) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#abzdesamenwerkinggeit) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#arvesta) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#bieleman) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#bronsvoorthuizen) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#deheus) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#denham) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#dvw) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#dvwgeit) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#eendrachtrouveen) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#fuite) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#fuitegeit) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#havensvoeders) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#havensvoedersgeit) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#kruidhof) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#pbos) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#raiffeisen-ems-vechte) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#rudolfpeters) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#theeuwes) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#theeuwesgeit) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#tvp) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#vanbenthem) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#vitelia) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#voergroepzuid) .sidebar-list-group a:hover .list-group-item:not(.active),
body:not(#zosalland) .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body:not(#abzdesamenwerking) .sidebar-list-group a:hover .list-group-item.active,
body:not(#abzdesamenwerkinggeit) .sidebar-list-group a:hover .list-group-item.active,
body:not(#arvesta) .sidebar-list-group a:hover .list-group-item.active,
body:not(#bieleman) .sidebar-list-group a:hover .list-group-item.active,
body:not(#bronsvoorthuizen) .sidebar-list-group a:hover .list-group-item.active,
body:not(#deheus) .sidebar-list-group a:hover .list-group-item.active,
body:not(#denham) .sidebar-list-group a:hover .list-group-item.active,
body:not(#dvw) .sidebar-list-group a:hover .list-group-item.active,
body:not(#dvwgeit) .sidebar-list-group a:hover .list-group-item.active,
body:not(#eendrachtrouveen) .sidebar-list-group a:hover .list-group-item.active,
body:not(#fuite) .sidebar-list-group a:hover .list-group-item.active,
body:not(#fuitegeit) .sidebar-list-group a:hover .list-group-item.active,
body:not(#havensvoeders) .sidebar-list-group a:hover .list-group-item.active,
body:not(#havensvoedersgeit) .sidebar-list-group a:hover .list-group-item.active,
body:not(#kruidhof) .sidebar-list-group a:hover .list-group-item.active,
body:not(#pbos) .sidebar-list-group a:hover .list-group-item.active,
body:not(#raiffeisen-ems-vechte) .sidebar-list-group a:hover .list-group-item.active,
body:not(#rudolfpeters) .sidebar-list-group a:hover .list-group-item.active,
body:not(#theeuwes) .sidebar-list-group a:hover .list-group-item.active,
body:not(#theeuwesgeit) .sidebar-list-group a:hover .list-group-item.active,
body:not(#tvp) .sidebar-list-group a:hover .list-group-item.active,
body:not(#vanbenthem) .sidebar-list-group a:hover .list-group-item.active,
body:not(#vitelia) .sidebar-list-group a:hover .list-group-item.active,
body:not(#voergroepzuid) .sidebar-list-group a:hover .list-group-item.active,
body:not(#zosalland) .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #41a05e;
}
@media print {
  body:not(#abzdesamenwerking) table,
  body:not(#abzdesamenwerkinggeit) table,
  body:not(#arvesta) table,
  body:not(#bieleman) table,
  body:not(#bronsvoorthuizen) table,
  body:not(#deheus) table,
  body:not(#denham) table,
  body:not(#dvw) table,
  body:not(#dvwgeit) table,
  body:not(#eendrachtrouveen) table,
  body:not(#fuite) table,
  body:not(#fuitegeit) table,
  body:not(#havensvoeders) table,
  body:not(#havensvoedersgeit) table,
  body:not(#kruidhof) table,
  body:not(#pbos) table,
  body:not(#raiffeisen-ems-vechte) table,
  body:not(#rudolfpeters) table,
  body:not(#theeuwes) table,
  body:not(#theeuwesgeit) table,
  body:not(#tvp) table,
  body:not(#vanbenthem) table,
  body:not(#vitelia) table,
  body:not(#voergroepzuid) table,
  body:not(#zosalland) table {
    font-size: 8px;
  }
  body:not(#abzdesamenwerking) .panel .panel-heading .panel-title,
  body:not(#abzdesamenwerkinggeit) .panel .panel-heading .panel-title,
  body:not(#arvesta) .panel .panel-heading .panel-title,
  body:not(#bieleman) .panel .panel-heading .panel-title,
  body:not(#bronsvoorthuizen) .panel .panel-heading .panel-title,
  body:not(#deheus) .panel .panel-heading .panel-title,
  body:not(#denham) .panel .panel-heading .panel-title,
  body:not(#dvw) .panel .panel-heading .panel-title,
  body:not(#dvwgeit) .panel .panel-heading .panel-title,
  body:not(#eendrachtrouveen) .panel .panel-heading .panel-title,
  body:not(#fuite) .panel .panel-heading .panel-title,
  body:not(#fuitegeit) .panel .panel-heading .panel-title,
  body:not(#havensvoeders) .panel .panel-heading .panel-title,
  body:not(#havensvoedersgeit) .panel .panel-heading .panel-title,
  body:not(#kruidhof) .panel .panel-heading .panel-title,
  body:not(#pbos) .panel .panel-heading .panel-title,
  body:not(#raiffeisen-ems-vechte) .panel .panel-heading .panel-title,
  body:not(#rudolfpeters) .panel .panel-heading .panel-title,
  body:not(#theeuwes) .panel .panel-heading .panel-title,
  body:not(#theeuwesgeit) .panel .panel-heading .panel-title,
  body:not(#tvp) .panel .panel-heading .panel-title,
  body:not(#vanbenthem) .panel .panel-heading .panel-title,
  body:not(#vitelia) .panel .panel-heading .panel-title,
  body:not(#voergroepzuid) .panel .panel-heading .panel-title,
  body:not(#zosalland) .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body:not(#abzdesamenwerking) table.header-table,
  body:not(#abzdesamenwerkinggeit) table.header-table,
  body:not(#arvesta) table.header-table,
  body:not(#bieleman) table.header-table,
  body:not(#bronsvoorthuizen) table.header-table,
  body:not(#deheus) table.header-table,
  body:not(#denham) table.header-table,
  body:not(#dvw) table.header-table,
  body:not(#dvwgeit) table.header-table,
  body:not(#eendrachtrouveen) table.header-table,
  body:not(#fuite) table.header-table,
  body:not(#fuitegeit) table.header-table,
  body:not(#havensvoeders) table.header-table,
  body:not(#havensvoedersgeit) table.header-table,
  body:not(#kruidhof) table.header-table,
  body:not(#pbos) table.header-table,
  body:not(#raiffeisen-ems-vechte) table.header-table,
  body:not(#rudolfpeters) table.header-table,
  body:not(#theeuwes) table.header-table,
  body:not(#theeuwesgeit) table.header-table,
  body:not(#tvp) table.header-table,
  body:not(#vanbenthem) table.header-table,
  body:not(#vitelia) table.header-table,
  body:not(#voergroepzuid) table.header-table,
  body:not(#zosalland) table.header-table {
    margin-bottom: -10px;
  }
  body:not(#abzdesamenwerking) table.header-table tbody tr.top-row,
  body:not(#abzdesamenwerkinggeit) table.header-table tbody tr.top-row,
  body:not(#arvesta) table.header-table tbody tr.top-row,
  body:not(#bieleman) table.header-table tbody tr.top-row,
  body:not(#bronsvoorthuizen) table.header-table tbody tr.top-row,
  body:not(#deheus) table.header-table tbody tr.top-row,
  body:not(#denham) table.header-table tbody tr.top-row,
  body:not(#dvw) table.header-table tbody tr.top-row,
  body:not(#dvwgeit) table.header-table tbody tr.top-row,
  body:not(#eendrachtrouveen) table.header-table tbody tr.top-row,
  body:not(#fuite) table.header-table tbody tr.top-row,
  body:not(#fuitegeit) table.header-table tbody tr.top-row,
  body:not(#havensvoeders) table.header-table tbody tr.top-row,
  body:not(#havensvoedersgeit) table.header-table tbody tr.top-row,
  body:not(#kruidhof) table.header-table tbody tr.top-row,
  body:not(#pbos) table.header-table tbody tr.top-row,
  body:not(#raiffeisen-ems-vechte) table.header-table tbody tr.top-row,
  body:not(#rudolfpeters) table.header-table tbody tr.top-row,
  body:not(#theeuwes) table.header-table tbody tr.top-row,
  body:not(#theeuwesgeit) table.header-table tbody tr.top-row,
  body:not(#tvp) table.header-table tbody tr.top-row,
  body:not(#vanbenthem) table.header-table tbody tr.top-row,
  body:not(#vitelia) table.header-table tbody tr.top-row,
  body:not(#voergroepzuid) table.header-table tbody tr.top-row,
  body:not(#zosalland) table.header-table tbody tr.top-row {
    background: #f5f5f5 !important;
  }
  body:not(#abzdesamenwerking) table.header-table tbody tr.top-row td span,
  body:not(#abzdesamenwerkinggeit) table.header-table tbody tr.top-row td span,
  body:not(#arvesta) table.header-table tbody tr.top-row td span,
  body:not(#bieleman) table.header-table tbody tr.top-row td span,
  body:not(#bronsvoorthuizen) table.header-table tbody tr.top-row td span,
  body:not(#deheus) table.header-table tbody tr.top-row td span,
  body:not(#denham) table.header-table tbody tr.top-row td span,
  body:not(#dvw) table.header-table tbody tr.top-row td span,
  body:not(#dvwgeit) table.header-table tbody tr.top-row td span,
  body:not(#eendrachtrouveen) table.header-table tbody tr.top-row td span,
  body:not(#fuite) table.header-table tbody tr.top-row td span,
  body:not(#fuitegeit) table.header-table tbody tr.top-row td span,
  body:not(#havensvoeders) table.header-table tbody tr.top-row td span,
  body:not(#havensvoedersgeit) table.header-table tbody tr.top-row td span,
  body:not(#kruidhof) table.header-table tbody tr.top-row td span,
  body:not(#pbos) table.header-table tbody tr.top-row td span,
  body:not(#raiffeisen-ems-vechte) table.header-table tbody tr.top-row td span,
  body:not(#rudolfpeters) table.header-table tbody tr.top-row td span,
  body:not(#theeuwes) table.header-table tbody tr.top-row td span,
  body:not(#theeuwesgeit) table.header-table tbody tr.top-row td span,
  body:not(#tvp) table.header-table tbody tr.top-row td span,
  body:not(#vanbenthem) table.header-table tbody tr.top-row td span,
  body:not(#vitelia) table.header-table tbody tr.top-row td span,
  body:not(#voergroepzuid) table.header-table tbody tr.top-row td span,
  body:not(#zosalland) table.header-table tbody tr.top-row td span {
    color: #000 !important;
  }
  body:not(#abzdesamenwerking) table.header-table tbody tr.bottom-row,
  body:not(#abzdesamenwerkinggeit) table.header-table tbody tr.bottom-row,
  body:not(#arvesta) table.header-table tbody tr.bottom-row,
  body:not(#bieleman) table.header-table tbody tr.bottom-row,
  body:not(#bronsvoorthuizen) table.header-table tbody tr.bottom-row,
  body:not(#deheus) table.header-table tbody tr.bottom-row,
  body:not(#denham) table.header-table tbody tr.bottom-row,
  body:not(#dvw) table.header-table tbody tr.bottom-row,
  body:not(#dvwgeit) table.header-table tbody tr.bottom-row,
  body:not(#eendrachtrouveen) table.header-table tbody tr.bottom-row,
  body:not(#fuite) table.header-table tbody tr.bottom-row,
  body:not(#fuitegeit) table.header-table tbody tr.bottom-row,
  body:not(#havensvoeders) table.header-table tbody tr.bottom-row,
  body:not(#havensvoedersgeit) table.header-table tbody tr.bottom-row,
  body:not(#kruidhof) table.header-table tbody tr.bottom-row,
  body:not(#pbos) table.header-table tbody tr.bottom-row,
  body:not(#raiffeisen-ems-vechte) table.header-table tbody tr.bottom-row,
  body:not(#rudolfpeters) table.header-table tbody tr.bottom-row,
  body:not(#theeuwes) table.header-table tbody tr.bottom-row,
  body:not(#theeuwesgeit) table.header-table tbody tr.bottom-row,
  body:not(#tvp) table.header-table tbody tr.bottom-row,
  body:not(#vanbenthem) table.header-table tbody tr.bottom-row,
  body:not(#vitelia) table.header-table tbody tr.bottom-row,
  body:not(#voergroepzuid) table.header-table tbody tr.bottom-row,
  body:not(#zosalland) table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body:not(#abzdesamenwerking) table.header-table tbody tr td,
  body:not(#abzdesamenwerkinggeit) table.header-table tbody tr td,
  body:not(#arvesta) table.header-table tbody tr td,
  body:not(#bieleman) table.header-table tbody tr td,
  body:not(#bronsvoorthuizen) table.header-table tbody tr td,
  body:not(#deheus) table.header-table tbody tr td,
  body:not(#denham) table.header-table tbody tr td,
  body:not(#dvw) table.header-table tbody tr td,
  body:not(#dvwgeit) table.header-table tbody tr td,
  body:not(#eendrachtrouveen) table.header-table tbody tr td,
  body:not(#fuite) table.header-table tbody tr td,
  body:not(#fuitegeit) table.header-table tbody tr td,
  body:not(#havensvoeders) table.header-table tbody tr td,
  body:not(#havensvoedersgeit) table.header-table tbody tr td,
  body:not(#kruidhof) table.header-table tbody tr td,
  body:not(#pbos) table.header-table tbody tr td,
  body:not(#raiffeisen-ems-vechte) table.header-table tbody tr td,
  body:not(#rudolfpeters) table.header-table tbody tr td,
  body:not(#theeuwes) table.header-table tbody tr td,
  body:not(#theeuwesgeit) table.header-table tbody tr td,
  body:not(#tvp) table.header-table tbody tr td,
  body:not(#vanbenthem) table.header-table tbody tr td,
  body:not(#vitelia) table.header-table tbody tr td,
  body:not(#voergroepzuid) table.header-table tbody tr td,
  body:not(#zosalland) table.header-table tbody tr td {
    height: 30px;
  }
  body:not(#abzdesamenwerking) table.header-table tbody tr td:nth-child(1),
  body:not(#abzdesamenwerkinggeit) table.header-table tbody tr td:nth-child(1),
  body:not(#arvesta) table.header-table tbody tr td:nth-child(1),
  body:not(#bieleman) table.header-table tbody tr td:nth-child(1),
  body:not(#bronsvoorthuizen) table.header-table tbody tr td:nth-child(1),
  body:not(#deheus) table.header-table tbody tr td:nth-child(1),
  body:not(#denham) table.header-table tbody tr td:nth-child(1),
  body:not(#dvw) table.header-table tbody tr td:nth-child(1),
  body:not(#dvwgeit) table.header-table tbody tr td:nth-child(1),
  body:not(#eendrachtrouveen) table.header-table tbody tr td:nth-child(1),
  body:not(#fuite) table.header-table tbody tr td:nth-child(1),
  body:not(#fuitegeit) table.header-table tbody tr td:nth-child(1),
  body:not(#havensvoeders) table.header-table tbody tr td:nth-child(1),
  body:not(#havensvoedersgeit) table.header-table tbody tr td:nth-child(1),
  body:not(#kruidhof) table.header-table tbody tr td:nth-child(1),
  body:not(#pbos) table.header-table tbody tr td:nth-child(1),
  body:not(#raiffeisen-ems-vechte) table.header-table tbody tr td:nth-child(1),
  body:not(#rudolfpeters) table.header-table tbody tr td:nth-child(1),
  body:not(#theeuwes) table.header-table tbody tr td:nth-child(1),
  body:not(#theeuwesgeit) table.header-table tbody tr td:nth-child(1),
  body:not(#tvp) table.header-table tbody tr td:nth-child(1),
  body:not(#vanbenthem) table.header-table tbody tr td:nth-child(1),
  body:not(#vitelia) table.header-table tbody tr td:nth-child(1),
  body:not(#voergroepzuid) table.header-table tbody tr td:nth-child(1),
  body:not(#zosalland) table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body:not(#abzdesamenwerking) table.header-table tbody tr td:nth-child(2),
  body:not(#abzdesamenwerkinggeit) table.header-table tbody tr td:nth-child(2),
  body:not(#arvesta) table.header-table tbody tr td:nth-child(2),
  body:not(#bieleman) table.header-table tbody tr td:nth-child(2),
  body:not(#bronsvoorthuizen) table.header-table tbody tr td:nth-child(2),
  body:not(#deheus) table.header-table tbody tr td:nth-child(2),
  body:not(#denham) table.header-table tbody tr td:nth-child(2),
  body:not(#dvw) table.header-table tbody tr td:nth-child(2),
  body:not(#dvwgeit) table.header-table tbody tr td:nth-child(2),
  body:not(#eendrachtrouveen) table.header-table tbody tr td:nth-child(2),
  body:not(#fuite) table.header-table tbody tr td:nth-child(2),
  body:not(#fuitegeit) table.header-table tbody tr td:nth-child(2),
  body:not(#havensvoeders) table.header-table tbody tr td:nth-child(2),
  body:not(#havensvoedersgeit) table.header-table tbody tr td:nth-child(2),
  body:not(#kruidhof) table.header-table tbody tr td:nth-child(2),
  body:not(#pbos) table.header-table tbody tr td:nth-child(2),
  body:not(#raiffeisen-ems-vechte) table.header-table tbody tr td:nth-child(2),
  body:not(#rudolfpeters) table.header-table tbody tr td:nth-child(2),
  body:not(#theeuwes) table.header-table tbody tr td:nth-child(2),
  body:not(#theeuwesgeit) table.header-table tbody tr td:nth-child(2),
  body:not(#tvp) table.header-table tbody tr td:nth-child(2),
  body:not(#vanbenthem) table.header-table tbody tr td:nth-child(2),
  body:not(#vitelia) table.header-table tbody tr td:nth-child(2),
  body:not(#voergroepzuid) table.header-table tbody tr td:nth-child(2),
  body:not(#zosalland) table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body:not(#abzdesamenwerking) table.header-table tbody tr td:nth-child(3),
  body:not(#abzdesamenwerkinggeit) table.header-table tbody tr td:nth-child(3),
  body:not(#arvesta) table.header-table tbody tr td:nth-child(3),
  body:not(#bieleman) table.header-table tbody tr td:nth-child(3),
  body:not(#bronsvoorthuizen) table.header-table tbody tr td:nth-child(3),
  body:not(#deheus) table.header-table tbody tr td:nth-child(3),
  body:not(#denham) table.header-table tbody tr td:nth-child(3),
  body:not(#dvw) table.header-table tbody tr td:nth-child(3),
  body:not(#dvwgeit) table.header-table tbody tr td:nth-child(3),
  body:not(#eendrachtrouveen) table.header-table tbody tr td:nth-child(3),
  body:not(#fuite) table.header-table tbody tr td:nth-child(3),
  body:not(#fuitegeit) table.header-table tbody tr td:nth-child(3),
  body:not(#havensvoeders) table.header-table tbody tr td:nth-child(3),
  body:not(#havensvoedersgeit) table.header-table tbody tr td:nth-child(3),
  body:not(#kruidhof) table.header-table tbody tr td:nth-child(3),
  body:not(#pbos) table.header-table tbody tr td:nth-child(3),
  body:not(#raiffeisen-ems-vechte) table.header-table tbody tr td:nth-child(3),
  body:not(#rudolfpeters) table.header-table tbody tr td:nth-child(3),
  body:not(#theeuwes) table.header-table tbody tr td:nth-child(3),
  body:not(#theeuwesgeit) table.header-table tbody tr td:nth-child(3),
  body:not(#tvp) table.header-table tbody tr td:nth-child(3),
  body:not(#vanbenthem) table.header-table tbody tr td:nth-child(3),
  body:not(#vitelia) table.header-table tbody tr td:nth-child(3),
  body:not(#voergroepzuid) table.header-table tbody tr td:nth-child(3),
  body:not(#zosalland) table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body:not(#abzdesamenwerking) .panel.panel-adjusted,
  body:not(#abzdesamenwerkinggeit) .panel.panel-adjusted,
  body:not(#arvesta) .panel.panel-adjusted,
  body:not(#bieleman) .panel.panel-adjusted,
  body:not(#bronsvoorthuizen) .panel.panel-adjusted,
  body:not(#deheus) .panel.panel-adjusted,
  body:not(#denham) .panel.panel-adjusted,
  body:not(#dvw) .panel.panel-adjusted,
  body:not(#dvwgeit) .panel.panel-adjusted,
  body:not(#eendrachtrouveen) .panel.panel-adjusted,
  body:not(#fuite) .panel.panel-adjusted,
  body:not(#fuitegeit) .panel.panel-adjusted,
  body:not(#havensvoeders) .panel.panel-adjusted,
  body:not(#havensvoedersgeit) .panel.panel-adjusted,
  body:not(#kruidhof) .panel.panel-adjusted,
  body:not(#pbos) .panel.panel-adjusted,
  body:not(#raiffeisen-ems-vechte) .panel.panel-adjusted,
  body:not(#rudolfpeters) .panel.panel-adjusted,
  body:not(#theeuwes) .panel.panel-adjusted,
  body:not(#theeuwesgeit) .panel.panel-adjusted,
  body:not(#tvp) .panel.panel-adjusted,
  body:not(#vanbenthem) .panel.panel-adjusted,
  body:not(#vitelia) .panel.panel-adjusted,
  body:not(#voergroepzuid) .panel.panel-adjusted,
  body:not(#zosalland) .panel.panel-adjusted {
    border-color: #f5f5f5 !important;
    z-index: 99;
  }
  body:not(#abzdesamenwerking) .panel.panel-adjusted > .panel-heading,
  body:not(#abzdesamenwerkinggeit) .panel.panel-adjusted > .panel-heading,
  body:not(#arvesta) .panel.panel-adjusted > .panel-heading,
  body:not(#bieleman) .panel.panel-adjusted > .panel-heading,
  body:not(#bronsvoorthuizen) .panel.panel-adjusted > .panel-heading,
  body:not(#deheus) .panel.panel-adjusted > .panel-heading,
  body:not(#denham) .panel.panel-adjusted > .panel-heading,
  body:not(#dvw) .panel.panel-adjusted > .panel-heading,
  body:not(#dvwgeit) .panel.panel-adjusted > .panel-heading,
  body:not(#eendrachtrouveen) .panel.panel-adjusted > .panel-heading,
  body:not(#fuite) .panel.panel-adjusted > .panel-heading,
  body:not(#fuitegeit) .panel.panel-adjusted > .panel-heading,
  body:not(#havensvoeders) .panel.panel-adjusted > .panel-heading,
  body:not(#havensvoedersgeit) .panel.panel-adjusted > .panel-heading,
  body:not(#kruidhof) .panel.panel-adjusted > .panel-heading,
  body:not(#pbos) .panel.panel-adjusted > .panel-heading,
  body:not(#raiffeisen-ems-vechte) .panel.panel-adjusted > .panel-heading,
  body:not(#rudolfpeters) .panel.panel-adjusted > .panel-heading,
  body:not(#theeuwes) .panel.panel-adjusted > .panel-heading,
  body:not(#theeuwesgeit) .panel.panel-adjusted > .panel-heading,
  body:not(#tvp) .panel.panel-adjusted > .panel-heading,
  body:not(#vanbenthem) .panel.panel-adjusted > .panel-heading,
  body:not(#vitelia) .panel.panel-adjusted > .panel-heading,
  body:not(#voergroepzuid) .panel.panel-adjusted > .panel-heading,
  body:not(#zosalland) .panel.panel-adjusted > .panel-heading {
    background: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body:not(#abzdesamenwerking) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#abzdesamenwerkinggeit) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#arvesta) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#bieleman) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#bronsvoorthuizen) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#deheus) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#denham) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#dvw) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#dvwgeit) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#eendrachtrouveen) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#fuite) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#fuitegeit) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#havensvoeders) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#havensvoedersgeit) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#kruidhof) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#pbos) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#raiffeisen-ems-vechte) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#rudolfpeters) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#theeuwes) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#theeuwesgeit) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#tvp) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#vanbenthem) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#vitelia) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#voergroepzuid) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#zosalland) .panel.panel-adjusted > .panel-heading .panel-title {
    color: #000 !important;
  }
}
body:not(#abzdesamenwerking) .progress-step.is-active .progress-marker,
body:not(#abzdesamenwerkinggeit) .progress-step.is-active .progress-marker,
body:not(#arvesta) .progress-step.is-active .progress-marker,
body:not(#bieleman) .progress-step.is-active .progress-marker,
body:not(#bronsvoorthuizen) .progress-step.is-active .progress-marker,
body:not(#deheus) .progress-step.is-active .progress-marker,
body:not(#denham) .progress-step.is-active .progress-marker,
body:not(#dvw) .progress-step.is-active .progress-marker,
body:not(#dvwgeit) .progress-step.is-active .progress-marker,
body:not(#eendrachtrouveen) .progress-step.is-active .progress-marker,
body:not(#fuite) .progress-step.is-active .progress-marker,
body:not(#fuitegeit) .progress-step.is-active .progress-marker,
body:not(#havensvoeders) .progress-step.is-active .progress-marker,
body:not(#havensvoedersgeit) .progress-step.is-active .progress-marker,
body:not(#kruidhof) .progress-step.is-active .progress-marker,
body:not(#pbos) .progress-step.is-active .progress-marker,
body:not(#raiffeisen-ems-vechte) .progress-step.is-active .progress-marker,
body:not(#rudolfpeters) .progress-step.is-active .progress-marker,
body:not(#theeuwes) .progress-step.is-active .progress-marker,
body:not(#theeuwesgeit) .progress-step.is-active .progress-marker,
body:not(#tvp) .progress-step.is-active .progress-marker,
body:not(#vanbenthem) .progress-step.is-active .progress-marker,
body:not(#vitelia) .progress-step.is-active .progress-marker,
body:not(#voergroepzuid) .progress-step.is-active .progress-marker,
body:not(#zosalland) .progress-step.is-active .progress-marker,
body:not(#abzdesamenwerking) .stepwizard-step a:not(.disabled),
body:not(#abzdesamenwerkinggeit) .stepwizard-step a:not(.disabled),
body:not(#arvesta) .stepwizard-step a:not(.disabled),
body:not(#bieleman) .stepwizard-step a:not(.disabled),
body:not(#bronsvoorthuizen) .stepwizard-step a:not(.disabled),
body:not(#deheus) .stepwizard-step a:not(.disabled),
body:not(#denham) .stepwizard-step a:not(.disabled),
body:not(#dvw) .stepwizard-step a:not(.disabled),
body:not(#dvwgeit) .stepwizard-step a:not(.disabled),
body:not(#eendrachtrouveen) .stepwizard-step a:not(.disabled),
body:not(#fuite) .stepwizard-step a:not(.disabled),
body:not(#fuitegeit) .stepwizard-step a:not(.disabled),
body:not(#havensvoeders) .stepwizard-step a:not(.disabled),
body:not(#havensvoedersgeit) .stepwizard-step a:not(.disabled),
body:not(#kruidhof) .stepwizard-step a:not(.disabled),
body:not(#pbos) .stepwizard-step a:not(.disabled),
body:not(#raiffeisen-ems-vechte) .stepwizard-step a:not(.disabled),
body:not(#rudolfpeters) .stepwizard-step a:not(.disabled),
body:not(#theeuwes) .stepwizard-step a:not(.disabled),
body:not(#theeuwesgeit) .stepwizard-step a:not(.disabled),
body:not(#tvp) .stepwizard-step a:not(.disabled),
body:not(#vanbenthem) .stepwizard-step a:not(.disabled),
body:not(#vitelia) .stepwizard-step a:not(.disabled),
body:not(#voergroepzuid) .stepwizard-step a:not(.disabled),
body:not(#zosalland) .stepwizard-step a:not(.disabled) {
  background-color: #41a05e;
  border-color: #41a05e;
}
body:not(#abzdesamenwerking) .progress-step.is-complete .progress-marker,
body:not(#abzdesamenwerkinggeit) .progress-step.is-complete .progress-marker,
body:not(#arvesta) .progress-step.is-complete .progress-marker,
body:not(#bieleman) .progress-step.is-complete .progress-marker,
body:not(#bronsvoorthuizen) .progress-step.is-complete .progress-marker,
body:not(#deheus) .progress-step.is-complete .progress-marker,
body:not(#denham) .progress-step.is-complete .progress-marker,
body:not(#dvw) .progress-step.is-complete .progress-marker,
body:not(#dvwgeit) .progress-step.is-complete .progress-marker,
body:not(#eendrachtrouveen) .progress-step.is-complete .progress-marker,
body:not(#fuite) .progress-step.is-complete .progress-marker,
body:not(#fuitegeit) .progress-step.is-complete .progress-marker,
body:not(#havensvoeders) .progress-step.is-complete .progress-marker,
body:not(#havensvoedersgeit) .progress-step.is-complete .progress-marker,
body:not(#kruidhof) .progress-step.is-complete .progress-marker,
body:not(#pbos) .progress-step.is-complete .progress-marker,
body:not(#raiffeisen-ems-vechte) .progress-step.is-complete .progress-marker,
body:not(#rudolfpeters) .progress-step.is-complete .progress-marker,
body:not(#theeuwes) .progress-step.is-complete .progress-marker,
body:not(#theeuwesgeit) .progress-step.is-complete .progress-marker,
body:not(#tvp) .progress-step.is-complete .progress-marker,
body:not(#vanbenthem) .progress-step.is-complete .progress-marker,
body:not(#vitelia) .progress-step.is-complete .progress-marker,
body:not(#voergroepzuid) .progress-step.is-complete .progress-marker,
body:not(#zosalland) .progress-step.is-complete .progress-marker,
body:not(#abzdesamenwerking) .progress-step.is-complete::after,
body:not(#abzdesamenwerkinggeit) .progress-step.is-complete::after,
body:not(#arvesta) .progress-step.is-complete::after,
body:not(#bieleman) .progress-step.is-complete::after,
body:not(#bronsvoorthuizen) .progress-step.is-complete::after,
body:not(#deheus) .progress-step.is-complete::after,
body:not(#denham) .progress-step.is-complete::after,
body:not(#dvw) .progress-step.is-complete::after,
body:not(#dvwgeit) .progress-step.is-complete::after,
body:not(#eendrachtrouveen) .progress-step.is-complete::after,
body:not(#fuite) .progress-step.is-complete::after,
body:not(#fuitegeit) .progress-step.is-complete::after,
body:not(#havensvoeders) .progress-step.is-complete::after,
body:not(#havensvoedersgeit) .progress-step.is-complete::after,
body:not(#kruidhof) .progress-step.is-complete::after,
body:not(#pbos) .progress-step.is-complete::after,
body:not(#raiffeisen-ems-vechte) .progress-step.is-complete::after,
body:not(#rudolfpeters) .progress-step.is-complete::after,
body:not(#theeuwes) .progress-step.is-complete::after,
body:not(#theeuwesgeit) .progress-step.is-complete::after,
body:not(#tvp) .progress-step.is-complete::after,
body:not(#vanbenthem) .progress-step.is-complete::after,
body:not(#vitelia) .progress-step.is-complete::after,
body:not(#voergroepzuid) .progress-step.is-complete::after,
body:not(#zosalland) .progress-step.is-complete::after,
body:not(#abzdesamenwerking) .stepwizard-step a:not(.disabled),
body:not(#abzdesamenwerkinggeit) .stepwizard-step a:not(.disabled),
body:not(#arvesta) .stepwizard-step a:not(.disabled),
body:not(#bieleman) .stepwizard-step a:not(.disabled),
body:not(#bronsvoorthuizen) .stepwizard-step a:not(.disabled),
body:not(#deheus) .stepwizard-step a:not(.disabled),
body:not(#denham) .stepwizard-step a:not(.disabled),
body:not(#dvw) .stepwizard-step a:not(.disabled),
body:not(#dvwgeit) .stepwizard-step a:not(.disabled),
body:not(#eendrachtrouveen) .stepwizard-step a:not(.disabled),
body:not(#fuite) .stepwizard-step a:not(.disabled),
body:not(#fuitegeit) .stepwizard-step a:not(.disabled),
body:not(#havensvoeders) .stepwizard-step a:not(.disabled),
body:not(#havensvoedersgeit) .stepwizard-step a:not(.disabled),
body:not(#kruidhof) .stepwizard-step a:not(.disabled),
body:not(#pbos) .stepwizard-step a:not(.disabled),
body:not(#raiffeisen-ems-vechte) .stepwizard-step a:not(.disabled),
body:not(#rudolfpeters) .stepwizard-step a:not(.disabled),
body:not(#theeuwes) .stepwizard-step a:not(.disabled),
body:not(#theeuwesgeit) .stepwizard-step a:not(.disabled),
body:not(#tvp) .stepwizard-step a:not(.disabled),
body:not(#vanbenthem) .stepwizard-step a:not(.disabled),
body:not(#vitelia) .stepwizard-step a:not(.disabled),
body:not(#voergroepzuid) .stepwizard-step a:not(.disabled),
body:not(#zosalland) .stepwizard-step a:not(.disabled) {
  background-color: #7dca94;
}
body:not(#abzdesamenwerking) ul.nav-pills li.active a,
body:not(#abzdesamenwerkinggeit) ul.nav-pills li.active a,
body:not(#arvesta) ul.nav-pills li.active a,
body:not(#bieleman) ul.nav-pills li.active a,
body:not(#bronsvoorthuizen) ul.nav-pills li.active a,
body:not(#deheus) ul.nav-pills li.active a,
body:not(#denham) ul.nav-pills li.active a,
body:not(#dvw) ul.nav-pills li.active a,
body:not(#dvwgeit) ul.nav-pills li.active a,
body:not(#eendrachtrouveen) ul.nav-pills li.active a,
body:not(#fuite) ul.nav-pills li.active a,
body:not(#fuitegeit) ul.nav-pills li.active a,
body:not(#havensvoeders) ul.nav-pills li.active a,
body:not(#havensvoedersgeit) ul.nav-pills li.active a,
body:not(#kruidhof) ul.nav-pills li.active a,
body:not(#pbos) ul.nav-pills li.active a,
body:not(#raiffeisen-ems-vechte) ul.nav-pills li.active a,
body:not(#rudolfpeters) ul.nav-pills li.active a,
body:not(#theeuwes) ul.nav-pills li.active a,
body:not(#theeuwesgeit) ul.nav-pills li.active a,
body:not(#tvp) ul.nav-pills li.active a,
body:not(#vanbenthem) ul.nav-pills li.active a,
body:not(#vitelia) ul.nav-pills li.active a,
body:not(#voergroepzuid) ul.nav-pills li.active a,
body:not(#zosalland) ul.nav-pills li.active a,
body:not(#abzdesamenwerking) ul.nav-pills li.active a:hover,
body:not(#abzdesamenwerkinggeit) ul.nav-pills li.active a:hover,
body:not(#arvesta) ul.nav-pills li.active a:hover,
body:not(#bieleman) ul.nav-pills li.active a:hover,
body:not(#bronsvoorthuizen) ul.nav-pills li.active a:hover,
body:not(#deheus) ul.nav-pills li.active a:hover,
body:not(#denham) ul.nav-pills li.active a:hover,
body:not(#dvw) ul.nav-pills li.active a:hover,
body:not(#dvwgeit) ul.nav-pills li.active a:hover,
body:not(#eendrachtrouveen) ul.nav-pills li.active a:hover,
body:not(#fuite) ul.nav-pills li.active a:hover,
body:not(#fuitegeit) ul.nav-pills li.active a:hover,
body:not(#havensvoeders) ul.nav-pills li.active a:hover,
body:not(#havensvoedersgeit) ul.nav-pills li.active a:hover,
body:not(#kruidhof) ul.nav-pills li.active a:hover,
body:not(#pbos) ul.nav-pills li.active a:hover,
body:not(#raiffeisen-ems-vechte) ul.nav-pills li.active a:hover,
body:not(#rudolfpeters) ul.nav-pills li.active a:hover,
body:not(#theeuwes) ul.nav-pills li.active a:hover,
body:not(#theeuwesgeit) ul.nav-pills li.active a:hover,
body:not(#tvp) ul.nav-pills li.active a:hover,
body:not(#vanbenthem) ul.nav-pills li.active a:hover,
body:not(#vitelia) ul.nav-pills li.active a:hover,
body:not(#voergroepzuid) ul.nav-pills li.active a:hover,
body:not(#zosalland) ul.nav-pills li.active a:hover {
  background: #737377;
  color: #fff;
}
body#rudolfpeters .btn-primary {
  color: #fff;
  background-color: #50742c;
  border-color: #1d2a10;
}
body#rudolfpeters .btn-primary:hover,
body#rudolfpeters .btn-primary:focus,
body#rudolfpeters .btn-primary:active,
body#rudolfpeters .btn-primary.active,
.open > .dropdown-togglebody#rudolfpeters .btn-primary {
  color: #fff;
  background-color: #374f1e;
  border-color: #000000;
}
body#rudolfpeters .btn-primary:active,
body#rudolfpeters .btn-primary.active,
.open > .dropdown-togglebody#rudolfpeters .btn-primary {
  background-image: none;
}
body#rudolfpeters .btn-primary.disabled,
body#rudolfpeters .btn-primary[disabled],
fieldset[disabled] body#rudolfpeters .btn-primary,
body#rudolfpeters .btn-primary.disabled:hover,
body#rudolfpeters .btn-primary[disabled]:hover,
fieldset[disabled] body#rudolfpeters .btn-primary:hover,
body#rudolfpeters .btn-primary.disabled:focus,
body#rudolfpeters .btn-primary[disabled]:focus,
fieldset[disabled] body#rudolfpeters .btn-primary:focus,
body#rudolfpeters .btn-primary.disabled:active,
body#rudolfpeters .btn-primary[disabled]:active,
fieldset[disabled] body#rudolfpeters .btn-primary:active,
body#rudolfpeters .btn-primary.disabled.active,
body#rudolfpeters .btn-primary[disabled].active,
fieldset[disabled] body#rudolfpeters .btn-primary.active {
  background-color: #50742c;
  border-color: #1d2a10;
}
body#rudolfpeters .btn-primary .badge {
  color: #50742c;
  background-color: #fff;
}
body#rudolfpeters .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #50742c !important;
}
body#rudolfpeters .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #436225 !important;
}
body#rudolfpeters .navbar.navbar-default.navbar-fixed-top {
  background: #414143;
}
body#rudolfpeters .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#rudolfpeters .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #41a05e !important;
}
body#rudolfpeters .nav.navbar-nav ul {
  background: #343436;
}
body#rudolfpeters .nav.navbar-nav .has-submenu {
  background: #414143 !important;
}
body#rudolfpeters .nav.navbar-nav .has-submenu + ul > li a {
  background: #343436 !important;
}
body#rudolfpeters .navbar-default .navbar-toggle:hover,
body#rudolfpeters .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#rudolfpeters form.simple_form > .panel.setup-content {
  border-color: #414143;
}
body#rudolfpeters form.simple_form > .panel.setup-content .panel-heading {
  background-color: #414143;
  border-color: #414143;
  color: #fff;
}
body#rudolfpeters nav .open {
  background: #414143 !important;
  color: #fff !important;
}
body#rudolfpeters .navbar-default .navbar-toggle {
  border: 0;
}
body#rudolfpeters .navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
body#rudolfpeters .navbar-default .navbar-toggle:a {
  background: #41a05e !important;
}
body#rudolfpeters .navbar-default .navbar-toggle:a span {
  background: #fff;
}
body#rudolfpeters .results-btn-group a,
body#rudolfpeters .shared-links a,
body#rudolfpeters ul.pager > li a,
body#rudolfpeters a i.fa-question-circle,
body#rudolfpeters .nav.nav-tabs a:not(.btn-primary),
body#rudolfpeters ol.breadcrumb a,
body#rudolfpeters .pagination li:not(.disabled) a,
body#rudolfpeters table tr th a,
body#rudolfpeters .nav.nav-pills li:not(.active) a,
body#rudolfpeters.attentions h4 a,
body#rudolfpeters .help-icon a,
body#rudolfpeters.attentions td:not(.seen-switch) a,
body#rudolfpeters table td > a:not(.btn),
body#rudolfpeters table td > ul > li > a:not(.btn),
body#rudolfpeters .tablesorter thead tr.clickable th {
  color: #41a05e;
}
body#rudolfpeters .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#rudolfpeters .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #41a05e;
  color: #333;
}
body#rudolfpeters .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#rudolfpeters .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#rudolfpeters .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#rudolfpeters .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #41a05e;
}
@media print {
  body#rudolfpeters table {
    font-size: 8px;
  }
  body#rudolfpeters .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#rudolfpeters table.header-table {
    margin-bottom: -10px;
  }
  body#rudolfpeters table.header-table tbody tr.top-row {
    background: #50742c !important;
  }
  body#rudolfpeters table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#rudolfpeters table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#rudolfpeters table.header-table tbody tr td {
    height: 30px;
  }
  body#rudolfpeters table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#rudolfpeters table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#rudolfpeters table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#rudolfpeters .panel.panel-adjusted {
    border-color: #50742c !important;
    z-index: 99;
  }
  body#rudolfpeters .panel.panel-adjusted > .panel-heading {
    background: #50742c !important;
    border-color: #50742c !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#rudolfpeters .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#rudolfpeters .progress-step.is-active .progress-marker,
body#rudolfpeters .stepwizard-step a:not(.disabled) {
  background-color: #41a05e;
  border-color: #41a05e;
}
body#rudolfpeters .progress-step.is-complete .progress-marker,
body#rudolfpeters .progress-step.is-complete::after,
body#rudolfpeters .stepwizard-step a:not(.disabled) {
  background-color: #7dca94;
}
body#rudolfpeters ul.nav-pills li.active a,
body#rudolfpeters ul.nav-pills li.active a:hover {
  background: #83bb4b;
  color: #fff;
}
body#rudolfpeters .milk-deliveries-table tr.sub-deliveries {
  border: solid #41a05e;
  display: none;
}
body#rudolfpeters .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #41a05e;
}
body#abzdesamenwerking .btn-primary,
body#abzdesamenwerkinggeit .btn-primary {
  color: #fff;
  background-color: #0081c6;
  border-color: #003f60;
}
body#abzdesamenwerking .btn-primary:hover,
body#abzdesamenwerkinggeit .btn-primary:hover,
body#abzdesamenwerking .btn-primary:focus,
body#abzdesamenwerkinggeit .btn-primary:focus,
body#abzdesamenwerking .btn-primary:active,
body#abzdesamenwerkinggeit .btn-primary:active,
body#abzdesamenwerking .btn-primary.active,
body#abzdesamenwerkinggeit .btn-primary.active,
.open > .dropdown-togglebody#abzdesamenwerking .btn-primary,
.open > .dropdown-togglebody#abzdesamenwerkinggeit .btn-primary {
  color: #fff;
  background-color: #006093;
  border-color: #001723;
}
body#abzdesamenwerking .btn-primary:active,
body#abzdesamenwerkinggeit .btn-primary:active,
body#abzdesamenwerking .btn-primary.active,
body#abzdesamenwerkinggeit .btn-primary.active,
.open > .dropdown-togglebody#abzdesamenwerking .btn-primary,
.open > .dropdown-togglebody#abzdesamenwerkinggeit .btn-primary {
  background-image: none;
}
body#abzdesamenwerking .btn-primary.disabled,
body#abzdesamenwerkinggeit .btn-primary.disabled,
body#abzdesamenwerking .btn-primary[disabled],
body#abzdesamenwerkinggeit .btn-primary[disabled],
fieldset[disabled] body#abzdesamenwerking .btn-primary,
fieldset[disabled] body#abzdesamenwerkinggeit .btn-primary,
body#abzdesamenwerking .btn-primary.disabled:hover,
body#abzdesamenwerkinggeit .btn-primary.disabled:hover,
body#abzdesamenwerking .btn-primary[disabled]:hover,
body#abzdesamenwerkinggeit .btn-primary[disabled]:hover,
fieldset[disabled] body#abzdesamenwerking .btn-primary:hover,
fieldset[disabled] body#abzdesamenwerkinggeit .btn-primary:hover,
body#abzdesamenwerking .btn-primary.disabled:focus,
body#abzdesamenwerkinggeit .btn-primary.disabled:focus,
body#abzdesamenwerking .btn-primary[disabled]:focus,
body#abzdesamenwerkinggeit .btn-primary[disabled]:focus,
fieldset[disabled] body#abzdesamenwerking .btn-primary:focus,
fieldset[disabled] body#abzdesamenwerkinggeit .btn-primary:focus,
body#abzdesamenwerking .btn-primary.disabled:active,
body#abzdesamenwerkinggeit .btn-primary.disabled:active,
body#abzdesamenwerking .btn-primary[disabled]:active,
body#abzdesamenwerkinggeit .btn-primary[disabled]:active,
fieldset[disabled] body#abzdesamenwerking .btn-primary:active,
fieldset[disabled] body#abzdesamenwerkinggeit .btn-primary:active,
body#abzdesamenwerking .btn-primary.disabled.active,
body#abzdesamenwerkinggeit .btn-primary.disabled.active,
body#abzdesamenwerking .btn-primary[disabled].active,
body#abzdesamenwerkinggeit .btn-primary[disabled].active,
fieldset[disabled] body#abzdesamenwerking .btn-primary.active,
fieldset[disabled] body#abzdesamenwerkinggeit .btn-primary.active {
  background-color: #0081c6;
  border-color: #003f60;
}
body#abzdesamenwerking .btn-primary .badge,
body#abzdesamenwerkinggeit .btn-primary .badge {
  color: #0081c6;
  background-color: #fff;
}
body#abzdesamenwerking .navbar.navbar-default.navbar-fixed-top ul li.current a,
body#abzdesamenwerkinggeit .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #0081c6 !important;
}
body#abzdesamenwerking .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body#abzdesamenwerkinggeit .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #0070ad !important;
}
body#abzdesamenwerking .navbar.navbar-default.navbar-fixed-top,
body#abzdesamenwerkinggeit .navbar.navbar-default.navbar-fixed-top {
  background: #6cb33f;
}
body#abzdesamenwerking .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body#abzdesamenwerkinggeit .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#abzdesamenwerking .navbar.navbar-default.navbar-fixed-top li.current a,
body#abzdesamenwerkinggeit .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #0081c6 !important;
}
body#abzdesamenwerking .nav.navbar-nav ul,
body#abzdesamenwerkinggeit .nav.navbar-nav ul {
  background: #61a038;
}
body#abzdesamenwerking .nav.navbar-nav .has-submenu,
body#abzdesamenwerkinggeit .nav.navbar-nav .has-submenu {
  background: #6cb33f !important;
}
body#abzdesamenwerking .nav.navbar-nav .has-submenu + ul > li a,
body#abzdesamenwerkinggeit .nav.navbar-nav .has-submenu + ul > li a {
  background: #61a038 !important;
}
body#abzdesamenwerking .navbar-default .navbar-toggle:hover,
body#abzdesamenwerkinggeit .navbar-default .navbar-toggle:hover,
body#abzdesamenwerking .navbar-default .navbar-toggle:focus,
body#abzdesamenwerkinggeit .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#abzdesamenwerking form.simple_form > .panel.setup-content,
body#abzdesamenwerkinggeit form.simple_form > .panel.setup-content {
  border-color: #6cb33f;
}
body#abzdesamenwerking form.simple_form > .panel.setup-content .panel-heading,
body#abzdesamenwerkinggeit form.simple_form > .panel.setup-content .panel-heading {
  background-color: #6cb33f;
  border-color: #6cb33f;
  color: #fff;
}
body#abzdesamenwerking nav .open,
body#abzdesamenwerkinggeit nav .open {
  background: #6cb33f !important;
  color: #fff !important;
}
body#abzdesamenwerking .navbar-default .navbar-toggle,
body#abzdesamenwerkinggeit .navbar-default .navbar-toggle {
  border: 0;
}
body#abzdesamenwerking .navbar-default .navbar-toggle .icon-bar,
body#abzdesamenwerkinggeit .navbar-default .navbar-toggle .icon-bar {
  background: #0081c6;
}
body#abzdesamenwerking .navbar-default .navbar-toggle:a,
body#abzdesamenwerkinggeit .navbar-default .navbar-toggle:a {
  background: #0081c6 !important;
}
body#abzdesamenwerking .navbar-default .navbar-toggle:a span,
body#abzdesamenwerkinggeit .navbar-default .navbar-toggle:a span {
  background: #0081c6;
}
body#abzdesamenwerking .results-btn-group a,
body#abzdesamenwerkinggeit .results-btn-group a,
body#abzdesamenwerking .shared-links a,
body#abzdesamenwerkinggeit .shared-links a,
body#abzdesamenwerking ul.pager > li a,
body#abzdesamenwerkinggeit ul.pager > li a,
body#abzdesamenwerking a i.fa-question-circle,
body#abzdesamenwerkinggeit a i.fa-question-circle,
body#abzdesamenwerking .nav.nav-tabs a:not(.btn-primary),
body#abzdesamenwerkinggeit .nav.nav-tabs a:not(.btn-primary),
body#abzdesamenwerking ol.breadcrumb a,
body#abzdesamenwerkinggeit ol.breadcrumb a,
body#abzdesamenwerking .pagination li:not(.disabled) a,
body#abzdesamenwerkinggeit .pagination li:not(.disabled) a,
body#abzdesamenwerking table tr th a,
body#abzdesamenwerkinggeit table tr th a,
body#abzdesamenwerking .nav.nav-pills li:not(.active) a,
body#abzdesamenwerkinggeit .nav.nav-pills li:not(.active) a,
body#abzdesamenwerking.attentions h4 a,
body#abzdesamenwerkinggeit.attentions h4 a,
body#abzdesamenwerking .help-icon a,
body#abzdesamenwerkinggeit .help-icon a,
body#abzdesamenwerking.attentions td:not(.seen-switch) a,
body#abzdesamenwerkinggeit.attentions td:not(.seen-switch) a,
body#abzdesamenwerking table td > a:not(.btn),
body#abzdesamenwerkinggeit table td > a:not(.btn),
body#abzdesamenwerking table td > ul > li > a:not(.btn),
body#abzdesamenwerkinggeit table td > ul > li > a:not(.btn),
body#abzdesamenwerking .tablesorter thead tr.clickable th,
body#abzdesamenwerkinggeit .tablesorter thead tr.clickable th {
  color: #6cb33f;
}
body#abzdesamenwerking .sidebar-list-group a,
body#abzdesamenwerkinggeit .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#abzdesamenwerking .sidebar-list-group a.active,
body#abzdesamenwerkinggeit .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #6cb33f;
  color: #333;
}
body#abzdesamenwerking .sidebar-list-group a.active i,
body#abzdesamenwerkinggeit .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#abzdesamenwerking .sidebar-list-group a:hover .list-group-item,
body#abzdesamenwerkinggeit .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#abzdesamenwerking .sidebar-list-group a:hover .list-group-item:not(.active),
body#abzdesamenwerkinggeit .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#abzdesamenwerking .sidebar-list-group a:hover .list-group-item.active,
body#abzdesamenwerkinggeit .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #6cb33f;
}
@media print {
  body#abzdesamenwerking table,
  body#abzdesamenwerkinggeit table {
    font-size: 8px;
  }
  body#abzdesamenwerking .panel .panel-heading .panel-title,
  body#abzdesamenwerkinggeit .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#abzdesamenwerking table.header-table,
  body#abzdesamenwerkinggeit table.header-table {
    margin-bottom: -10px;
  }
  body#abzdesamenwerking table.header-table tbody tr.top-row,
  body#abzdesamenwerkinggeit table.header-table tbody tr.top-row {
    background: #6cb33f !important;
  }
  body#abzdesamenwerking table.header-table tbody tr.top-row td span,
  body#abzdesamenwerkinggeit table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#abzdesamenwerking table.header-table tbody tr.bottom-row,
  body#abzdesamenwerkinggeit table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#abzdesamenwerking table.header-table tbody tr td,
  body#abzdesamenwerkinggeit table.header-table tbody tr td {
    height: 30px;
  }
  body#abzdesamenwerking table.header-table tbody tr td:nth-child(1),
  body#abzdesamenwerkinggeit table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#abzdesamenwerking table.header-table tbody tr td:nth-child(2),
  body#abzdesamenwerkinggeit table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#abzdesamenwerking table.header-table tbody tr td:nth-child(3),
  body#abzdesamenwerkinggeit table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#abzdesamenwerking .panel.panel-adjusted,
  body#abzdesamenwerkinggeit .panel.panel-adjusted {
    border-color: #6cb33f !important;
    z-index: 99;
  }
  body#abzdesamenwerking .panel.panel-adjusted > .panel-heading,
  body#abzdesamenwerkinggeit .panel.panel-adjusted > .panel-heading {
    background: #6cb33f !important;
    border-color: #6cb33f !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#abzdesamenwerking .panel.panel-adjusted > .panel-heading .panel-title,
  body#abzdesamenwerkinggeit .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#abzdesamenwerking .progress-step.is-active .progress-marker,
body#abzdesamenwerkinggeit .progress-step.is-active .progress-marker,
body#abzdesamenwerking .stepwizard-step a:not(.disabled),
body#abzdesamenwerkinggeit .stepwizard-step a:not(.disabled) {
  background-color: #6cb33f;
  border-color: #6cb33f;
}
body#abzdesamenwerking .progress-step.is-complete .progress-marker,
body#abzdesamenwerkinggeit .progress-step.is-complete .progress-marker,
body#abzdesamenwerking .progress-step.is-complete::after,
body#abzdesamenwerkinggeit .progress-step.is-complete::after,
body#abzdesamenwerking .stepwizard-step a:not(.disabled),
body#abzdesamenwerkinggeit .stepwizard-step a:not(.disabled) {
  background-color: #a3d484;
}
body#abzdesamenwerking ul.nav-pills li.active a,
body#abzdesamenwerkinggeit ul.nav-pills li.active a,
body#abzdesamenwerking ul.nav-pills li.active a:hover,
body#abzdesamenwerkinggeit ul.nav-pills li.active a:hover {
  background: #006bb6;
  color: #fff;
}
body#abzdesamenwerking .milk-deliveries-table tr.sub-deliveries,
body#abzdesamenwerkinggeit .milk-deliveries-table tr.sub-deliveries {
  border: solid #6cb33f;
  display: none;
}
body#abzdesamenwerking .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries,
body#abzdesamenwerkinggeit .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #6cb33f;
}
body#abzdesamenwerking a.navbar-brand img,
body#abzdesamenwerkinggeit a.navbar-brand img {
  margin-top: -12px !important;
}
body#dvw .btn-primary,
body#dvwgeit .btn-primary {
  color: #fff;
  background-color: #0a902b;
  border-color: #03310f;
}
body#dvw .btn-primary:hover,
body#dvwgeit .btn-primary:hover,
body#dvw .btn-primary:focus,
body#dvwgeit .btn-primary:focus,
body#dvw .btn-primary:active,
body#dvwgeit .btn-primary:active,
body#dvw .btn-primary.active,
body#dvwgeit .btn-primary.active,
.open > .dropdown-togglebody#dvw .btn-primary,
.open > .dropdown-togglebody#dvwgeit .btn-primary {
  color: #fff;
  background-color: #07601d;
  border-color: #000000;
}
body#dvw .btn-primary:active,
body#dvwgeit .btn-primary:active,
body#dvw .btn-primary.active,
body#dvwgeit .btn-primary.active,
.open > .dropdown-togglebody#dvw .btn-primary,
.open > .dropdown-togglebody#dvwgeit .btn-primary {
  background-image: none;
}
body#dvw .btn-primary.disabled,
body#dvwgeit .btn-primary.disabled,
body#dvw .btn-primary[disabled],
body#dvwgeit .btn-primary[disabled],
fieldset[disabled] body#dvw .btn-primary,
fieldset[disabled] body#dvwgeit .btn-primary,
body#dvw .btn-primary.disabled:hover,
body#dvwgeit .btn-primary.disabled:hover,
body#dvw .btn-primary[disabled]:hover,
body#dvwgeit .btn-primary[disabled]:hover,
fieldset[disabled] body#dvw .btn-primary:hover,
fieldset[disabled] body#dvwgeit .btn-primary:hover,
body#dvw .btn-primary.disabled:focus,
body#dvwgeit .btn-primary.disabled:focus,
body#dvw .btn-primary[disabled]:focus,
body#dvwgeit .btn-primary[disabled]:focus,
fieldset[disabled] body#dvw .btn-primary:focus,
fieldset[disabled] body#dvwgeit .btn-primary:focus,
body#dvw .btn-primary.disabled:active,
body#dvwgeit .btn-primary.disabled:active,
body#dvw .btn-primary[disabled]:active,
body#dvwgeit .btn-primary[disabled]:active,
fieldset[disabled] body#dvw .btn-primary:active,
fieldset[disabled] body#dvwgeit .btn-primary:active,
body#dvw .btn-primary.disabled.active,
body#dvwgeit .btn-primary.disabled.active,
body#dvw .btn-primary[disabled].active,
body#dvwgeit .btn-primary[disabled].active,
fieldset[disabled] body#dvw .btn-primary.active,
fieldset[disabled] body#dvwgeit .btn-primary.active {
  background-color: #0a902b;
  border-color: #03310f;
}
body#dvw .btn-primary .badge,
body#dvwgeit .btn-primary .badge {
  color: #0a902b;
  background-color: #fff;
}
body#dvw .navbar.navbar-default.navbar-fixed-top ul li.current a,
body#dvwgeit .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #97bf0e !important;
}
body#dvw .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body#dvwgeit .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #84a70c !important;
}
body#dvw .navbar.navbar-default.navbar-fixed-top,
body#dvwgeit .navbar.navbar-default.navbar-fixed-top {
  background: #0a902b;
}
body#dvw .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body#dvwgeit .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#dvw .navbar.navbar-default.navbar-fixed-top li.current a,
body#dvwgeit .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #97bf0e !important;
}
body#dvw .nav.navbar-nav ul,
body#dvwgeit .nav.navbar-nav ul {
  background: #087824;
}
body#dvw .nav.navbar-nav .has-submenu,
body#dvwgeit .nav.navbar-nav .has-submenu {
  background: #0a902b !important;
}
body#dvw .nav.navbar-nav .has-submenu + ul > li a,
body#dvwgeit .nav.navbar-nav .has-submenu + ul > li a {
  background: #087824 !important;
}
body#dvw .navbar-default .navbar-toggle:hover,
body#dvwgeit .navbar-default .navbar-toggle:hover,
body#dvw .navbar-default .navbar-toggle:focus,
body#dvwgeit .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#dvw form.simple_form > .panel.setup-content,
body#dvwgeit form.simple_form > .panel.setup-content {
  border-color: #0a902b;
}
body#dvw form.simple_form > .panel.setup-content .panel-heading,
body#dvwgeit form.simple_form > .panel.setup-content .panel-heading {
  background-color: #0a902b;
  border-color: #0a902b;
  color: #fff;
}
body#dvw nav .open,
body#dvwgeit nav .open {
  background: #0a902b !important;
  color: #fff !important;
}
body#dvw .navbar-default .navbar-toggle,
body#dvwgeit .navbar-default .navbar-toggle {
  border: 0;
}
body#dvw .navbar-default .navbar-toggle .icon-bar,
body#dvwgeit .navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
body#dvw .navbar-default .navbar-toggle:a,
body#dvwgeit .navbar-default .navbar-toggle:a {
  background: #fff !important;
}
body#dvw .navbar-default .navbar-toggle:a span,
body#dvwgeit .navbar-default .navbar-toggle:a span {
  background: #fff;
}
body#dvw .results-btn-group a,
body#dvwgeit .results-btn-group a,
body#dvw .shared-links a,
body#dvwgeit .shared-links a,
body#dvw ul.pager > li a,
body#dvwgeit ul.pager > li a,
body#dvw a i.fa-question-circle,
body#dvwgeit a i.fa-question-circle,
body#dvw .nav.nav-tabs a:not(.btn-primary),
body#dvwgeit .nav.nav-tabs a:not(.btn-primary),
body#dvw ol.breadcrumb a,
body#dvwgeit ol.breadcrumb a,
body#dvw .pagination li:not(.disabled) a,
body#dvwgeit .pagination li:not(.disabled) a,
body#dvw table tr th a,
body#dvwgeit table tr th a,
body#dvw .nav.nav-pills li:not(.active) a,
body#dvwgeit .nav.nav-pills li:not(.active) a,
body#dvw.attentions h4 a,
body#dvwgeit.attentions h4 a,
body#dvw .help-icon a,
body#dvwgeit .help-icon a,
body#dvw.attentions td:not(.seen-switch) a,
body#dvwgeit.attentions td:not(.seen-switch) a,
body#dvw table td > a:not(.btn),
body#dvwgeit table td > a:not(.btn),
body#dvw table td > ul > li > a:not(.btn),
body#dvwgeit table td > ul > li > a:not(.btn),
body#dvw .tablesorter thead tr.clickable th,
body#dvwgeit .tablesorter thead tr.clickable th {
  color: #0a902b;
}
body#dvw .sidebar-list-group a,
body#dvwgeit .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#dvw .sidebar-list-group a.active,
body#dvwgeit .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #0a902b;
  color: #333;
}
body#dvw .sidebar-list-group a.active i,
body#dvwgeit .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#dvw .sidebar-list-group a:hover .list-group-item,
body#dvwgeit .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#dvw .sidebar-list-group a:hover .list-group-item:not(.active),
body#dvwgeit .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#dvw .sidebar-list-group a:hover .list-group-item.active,
body#dvwgeit .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #0a902b;
}
@media print {
  body#dvw table,
  body#dvwgeit table {
    font-size: 8px;
  }
  body#dvw .panel .panel-heading .panel-title,
  body#dvwgeit .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#dvw table.header-table,
  body#dvwgeit table.header-table {
    margin-bottom: -10px;
  }
  body#dvw table.header-table tbody tr.top-row,
  body#dvwgeit table.header-table tbody tr.top-row {
    background: #0a902b !important;
  }
  body#dvw table.header-table tbody tr.top-row td span,
  body#dvwgeit table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#dvw table.header-table tbody tr.bottom-row,
  body#dvwgeit table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#dvw table.header-table tbody tr td,
  body#dvwgeit table.header-table tbody tr td {
    height: 30px;
  }
  body#dvw table.header-table tbody tr td:nth-child(1),
  body#dvwgeit table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#dvw table.header-table tbody tr td:nth-child(2),
  body#dvwgeit table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#dvw table.header-table tbody tr td:nth-child(3),
  body#dvwgeit table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#dvw .panel.panel-adjusted,
  body#dvwgeit .panel.panel-adjusted {
    border-color: #0a902b !important;
    z-index: 99;
  }
  body#dvw .panel.panel-adjusted > .panel-heading,
  body#dvwgeit .panel.panel-adjusted > .panel-heading {
    background: #0a902b !important;
    border-color: #0a902b !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#dvw .panel.panel-adjusted > .panel-heading .panel-title,
  body#dvwgeit .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#dvw .progress-step.is-active .progress-marker,
body#dvwgeit .progress-step.is-active .progress-marker,
body#dvw .stepwizard-step a:not(.disabled),
body#dvwgeit .stepwizard-step a:not(.disabled) {
  background-color: #0a902b;
  border-color: #0a902b;
}
body#dvw .progress-step.is-complete .progress-marker,
body#dvwgeit .progress-step.is-complete .progress-marker,
body#dvw .progress-step.is-complete::after,
body#dvwgeit .progress-step.is-complete::after,
body#dvw .stepwizard-step a:not(.disabled),
body#dvwgeit .stepwizard-step a:not(.disabled) {
  background-color: #0ec93c;
}
body#dvw ul.nav-pills li.active a,
body#dvwgeit ul.nav-pills li.active a,
body#dvw ul.nav-pills li.active a:hover,
body#dvwgeit ul.nav-pills li.active a:hover {
  background: #11ef48;
  color: #fff;
}
body#dvw .milk-deliveries-table tr.sub-deliveries,
body#dvwgeit .milk-deliveries-table tr.sub-deliveries {
  border: solid #0a902b;
  display: none;
}
body#dvw .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries,
body#dvwgeit .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #0a902b;
}
body#eendrachtrouveen .btn-primary {
  color: #fff;
  background-color: #1c451a;
  border-color: #000000;
}
body#eendrachtrouveen .btn-primary:hover,
body#eendrachtrouveen .btn-primary:focus,
body#eendrachtrouveen .btn-primary:active,
body#eendrachtrouveen .btn-primary.active,
.open > .dropdown-togglebody#eendrachtrouveen .btn-primary {
  color: #fff;
  background-color: #0d200c;
  border-color: #000000;
}
body#eendrachtrouveen .btn-primary:active,
body#eendrachtrouveen .btn-primary.active,
.open > .dropdown-togglebody#eendrachtrouveen .btn-primary {
  background-image: none;
}
body#eendrachtrouveen .btn-primary.disabled,
body#eendrachtrouveen .btn-primary[disabled],
fieldset[disabled] body#eendrachtrouveen .btn-primary,
body#eendrachtrouveen .btn-primary.disabled:hover,
body#eendrachtrouveen .btn-primary[disabled]:hover,
fieldset[disabled] body#eendrachtrouveen .btn-primary:hover,
body#eendrachtrouveen .btn-primary.disabled:focus,
body#eendrachtrouveen .btn-primary[disabled]:focus,
fieldset[disabled] body#eendrachtrouveen .btn-primary:focus,
body#eendrachtrouveen .btn-primary.disabled:active,
body#eendrachtrouveen .btn-primary[disabled]:active,
fieldset[disabled] body#eendrachtrouveen .btn-primary:active,
body#eendrachtrouveen .btn-primary.disabled.active,
body#eendrachtrouveen .btn-primary[disabled].active,
fieldset[disabled] body#eendrachtrouveen .btn-primary.active {
  background-color: #1c451a;
  border-color: #000000;
}
body#eendrachtrouveen .btn-primary .badge {
  color: #1c451a;
  background-color: #fff;
}
body#eendrachtrouveen .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #1e771a !important;
}
body#eendrachtrouveen .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #196215 !important;
}
body#eendrachtrouveen .navbar.navbar-default.navbar-fixed-top {
  background: #1c451a;
}
body#eendrachtrouveen .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#eendrachtrouveen .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #1e771a !important;
}
body#eendrachtrouveen .nav.navbar-nav ul {
  background: #143213;
}
body#eendrachtrouveen .nav.navbar-nav .has-submenu {
  background: #1c451a !important;
}
body#eendrachtrouveen .nav.navbar-nav .has-submenu + ul > li a {
  background: #143213 !important;
}
body#eendrachtrouveen .navbar-default .navbar-toggle:hover,
body#eendrachtrouveen .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#eendrachtrouveen form.simple_form > .panel.setup-content {
  border-color: #1c451a;
}
body#eendrachtrouveen form.simple_form > .panel.setup-content .panel-heading {
  background-color: #1c451a;
  border-color: #1c451a;
  color: #fff;
}
body#eendrachtrouveen nav .open {
  background: #1c451a !important;
  color: #fff !important;
}
body#eendrachtrouveen .navbar-default .navbar-toggle {
  border: 0;
}
body#eendrachtrouveen .navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
body#eendrachtrouveen .navbar-default .navbar-toggle:a {
  background: #fff !important;
}
body#eendrachtrouveen .navbar-default .navbar-toggle:a span {
  background: #fff;
}
body#eendrachtrouveen .results-btn-group a,
body#eendrachtrouveen .shared-links a,
body#eendrachtrouveen ul.pager > li a,
body#eendrachtrouveen a i.fa-question-circle,
body#eendrachtrouveen .nav.nav-tabs a:not(.btn-primary),
body#eendrachtrouveen ol.breadcrumb a,
body#eendrachtrouveen .pagination li:not(.disabled) a,
body#eendrachtrouveen table tr th a,
body#eendrachtrouveen .nav.nav-pills li:not(.active) a,
body#eendrachtrouveen.attentions h4 a,
body#eendrachtrouveen .help-icon a,
body#eendrachtrouveen.attentions td:not(.seen-switch) a,
body#eendrachtrouveen table td > a:not(.btn),
body#eendrachtrouveen table td > ul > li > a:not(.btn),
body#eendrachtrouveen .tablesorter thead tr.clickable th {
  color: #1c451a;
}
body#eendrachtrouveen .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#eendrachtrouveen .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #1c451a;
  color: #333;
}
body#eendrachtrouveen .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#eendrachtrouveen .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#eendrachtrouveen .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#eendrachtrouveen .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #1c451a;
}
@media print {
  body#eendrachtrouveen table {
    font-size: 8px;
  }
  body#eendrachtrouveen .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#eendrachtrouveen table.header-table {
    margin-bottom: -10px;
  }
  body#eendrachtrouveen table.header-table tbody tr.top-row {
    background: #1c451a !important;
  }
  body#eendrachtrouveen table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#eendrachtrouveen table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#eendrachtrouveen table.header-table tbody tr td {
    height: 30px;
  }
  body#eendrachtrouveen table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#eendrachtrouveen table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#eendrachtrouveen table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#eendrachtrouveen .panel.panel-adjusted {
    border-color: #1c451a !important;
    z-index: 99;
  }
  body#eendrachtrouveen .panel.panel-adjusted > .panel-heading {
    background: #1c451a !important;
    border-color: #1c451a !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#eendrachtrouveen .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#eendrachtrouveen .progress-step.is-active .progress-marker,
body#eendrachtrouveen .stepwizard-step a:not(.disabled) {
  background-color: #1c451a;
  border-color: #1c451a;
}
body#eendrachtrouveen .progress-step.is-complete .progress-marker,
body#eendrachtrouveen .progress-step.is-complete::after,
body#eendrachtrouveen .stepwizard-step a:not(.disabled) {
  background-color: #2e712b;
}
body#eendrachtrouveen ul.nav-pills li.active a,
body#eendrachtrouveen ul.nav-pills li.active a:hover {
  background: #3a8f36;
  color: #fff;
}
body#eendrachtrouveen .milk-deliveries-table tr.sub-deliveries {
  border: solid #1c451a;
  display: none;
}
body#eendrachtrouveen .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #1c451a;
}
body#arvesta .btn-primary {
  color: #fff;
  background-color: #84bd00;
  border-color: #3d5700;
}
body#arvesta .btn-primary:hover,
body#arvesta .btn-primary:focus,
body#arvesta .btn-primary:active,
body#arvesta .btn-primary.active,
.open > .dropdown-togglebody#arvesta .btn-primary {
  color: #fff;
  background-color: #608a00;
  border-color: #121a00;
}
body#arvesta .btn-primary:active,
body#arvesta .btn-primary.active,
.open > .dropdown-togglebody#arvesta .btn-primary {
  background-image: none;
}
body#arvesta .btn-primary.disabled,
body#arvesta .btn-primary[disabled],
fieldset[disabled] body#arvesta .btn-primary,
body#arvesta .btn-primary.disabled:hover,
body#arvesta .btn-primary[disabled]:hover,
fieldset[disabled] body#arvesta .btn-primary:hover,
body#arvesta .btn-primary.disabled:focus,
body#arvesta .btn-primary[disabled]:focus,
fieldset[disabled] body#arvesta .btn-primary:focus,
body#arvesta .btn-primary.disabled:active,
body#arvesta .btn-primary[disabled]:active,
fieldset[disabled] body#arvesta .btn-primary:active,
body#arvesta .btn-primary.disabled.active,
body#arvesta .btn-primary[disabled].active,
fieldset[disabled] body#arvesta .btn-primary.active {
  background-color: #84bd00;
  border-color: #3d5700;
}
body#arvesta .btn-primary .badge {
  color: #84bd00;
  background-color: #fff;
}
body#arvesta .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #546223 !important;
}
body#arvesta .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #444f1c !important;
}
body#arvesta .navbar.navbar-default.navbar-fixed-top {
  background: #84bd00;
}
body#arvesta .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#arvesta .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #546223 !important;
}
body#arvesta .nav.navbar-nav ul {
  background: #72a400;
}
body#arvesta .nav.navbar-nav .has-submenu {
  background: #84bd00 !important;
}
body#arvesta .nav.navbar-nav .has-submenu + ul > li a {
  background: #72a400 !important;
}
body#arvesta .navbar-default .navbar-toggle:hover,
body#arvesta .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#arvesta form.simple_form > .panel.setup-content {
  border-color: #84bd00;
}
body#arvesta form.simple_form > .panel.setup-content .panel-heading {
  background-color: #84bd00;
  border-color: #84bd00;
  color: #fff;
}
body#arvesta nav .open {
  background: #84bd00 !important;
  color: #fff !important;
}
body#arvesta .navbar-default .navbar-toggle {
  border: 0;
}
body#arvesta .navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
body#arvesta .navbar-default .navbar-toggle:a {
  background: #fff !important;
}
body#arvesta .navbar-default .navbar-toggle:a span {
  background: #fff;
}
body#arvesta .results-btn-group a,
body#arvesta .shared-links a,
body#arvesta ul.pager > li a,
body#arvesta a i.fa-question-circle,
body#arvesta .nav.nav-tabs a:not(.btn-primary),
body#arvesta ol.breadcrumb a,
body#arvesta .pagination li:not(.disabled) a,
body#arvesta table tr th a,
body#arvesta .nav.nav-pills li:not(.active) a,
body#arvesta.attentions h4 a,
body#arvesta .help-icon a,
body#arvesta.attentions td:not(.seen-switch) a,
body#arvesta table td > a:not(.btn),
body#arvesta table td > ul > li > a:not(.btn),
body#arvesta .tablesorter thead tr.clickable th {
  color: #84bd00;
}
body#arvesta .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#arvesta .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #84bd00;
  color: #333;
}
body#arvesta .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#arvesta .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#arvesta .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#arvesta .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #84bd00;
}
@media print {
  body#arvesta table {
    font-size: 8px;
  }
  body#arvesta .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#arvesta table.header-table {
    margin-bottom: -10px;
  }
  body#arvesta table.header-table tbody tr.top-row {
    background: #84bd00 !important;
  }
  body#arvesta table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#arvesta table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#arvesta table.header-table tbody tr td {
    height: 30px;
  }
  body#arvesta table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#arvesta table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#arvesta table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#arvesta .panel.panel-adjusted {
    border-color: #84bd00 !important;
    z-index: 99;
  }
  body#arvesta .panel.panel-adjusted > .panel-heading {
    background: #84bd00 !important;
    border-color: #84bd00 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#arvesta .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#arvesta .progress-step.is-active .progress-marker,
body#arvesta .stepwizard-step a:not(.disabled) {
  background-color: #84bd00;
  border-color: #84bd00;
}
body#arvesta .progress-step.is-complete .progress-marker,
body#arvesta .progress-step.is-complete::after,
body#arvesta .stepwizard-step a:not(.disabled) {
  background-color: #affa00;
}
body#arvesta ul.nav-pills li.active a,
body#arvesta ul.nav-pills li.active a:hover {
  background: #94ad3e;
  color: #fff;
}
body#arvesta .milk-deliveries-table tr.sub-deliveries {
  border: solid #84bd00;
  display: none;
}
body#arvesta .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #84bd00;
}
body#fuite .btn-primary,
body#fuitegeit .btn-primary {
  color: #fff;
  background-color: #f8ae00;
  border-color: #926600;
}
body#fuite .btn-primary:hover,
body#fuitegeit .btn-primary:hover,
body#fuite .btn-primary:focus,
body#fuitegeit .btn-primary:focus,
body#fuite .btn-primary:active,
body#fuitegeit .btn-primary:active,
body#fuite .btn-primary.active,
body#fuitegeit .btn-primary.active,
.open > .dropdown-togglebody#fuite .btn-primary,
.open > .dropdown-togglebody#fuitegeit .btn-primary {
  color: #fff;
  background-color: #c58a00;
  border-color: #553b00;
}
body#fuite .btn-primary:active,
body#fuitegeit .btn-primary:active,
body#fuite .btn-primary.active,
body#fuitegeit .btn-primary.active,
.open > .dropdown-togglebody#fuite .btn-primary,
.open > .dropdown-togglebody#fuitegeit .btn-primary {
  background-image: none;
}
body#fuite .btn-primary.disabled,
body#fuitegeit .btn-primary.disabled,
body#fuite .btn-primary[disabled],
body#fuitegeit .btn-primary[disabled],
fieldset[disabled] body#fuite .btn-primary,
fieldset[disabled] body#fuitegeit .btn-primary,
body#fuite .btn-primary.disabled:hover,
body#fuitegeit .btn-primary.disabled:hover,
body#fuite .btn-primary[disabled]:hover,
body#fuitegeit .btn-primary[disabled]:hover,
fieldset[disabled] body#fuite .btn-primary:hover,
fieldset[disabled] body#fuitegeit .btn-primary:hover,
body#fuite .btn-primary.disabled:focus,
body#fuitegeit .btn-primary.disabled:focus,
body#fuite .btn-primary[disabled]:focus,
body#fuitegeit .btn-primary[disabled]:focus,
fieldset[disabled] body#fuite .btn-primary:focus,
fieldset[disabled] body#fuitegeit .btn-primary:focus,
body#fuite .btn-primary.disabled:active,
body#fuitegeit .btn-primary.disabled:active,
body#fuite .btn-primary[disabled]:active,
body#fuitegeit .btn-primary[disabled]:active,
fieldset[disabled] body#fuite .btn-primary:active,
fieldset[disabled] body#fuitegeit .btn-primary:active,
body#fuite .btn-primary.disabled.active,
body#fuitegeit .btn-primary.disabled.active,
body#fuite .btn-primary[disabled].active,
body#fuitegeit .btn-primary[disabled].active,
fieldset[disabled] body#fuite .btn-primary.active,
fieldset[disabled] body#fuitegeit .btn-primary.active {
  background-color: #f8ae00;
  border-color: #926600;
}
body#fuite .btn-primary .badge,
body#fuitegeit .btn-primary .badge {
  color: #f8ae00;
  background-color: #fff;
}
body#fuite .navbar.navbar-default.navbar-fixed-top ul li.current a,
body#fuitegeit .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #cf1717 !important;
}
body#fuite .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body#fuitegeit .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #b81414 !important;
}
body#fuite .navbar.navbar-default.navbar-fixed-top,
body#fuitegeit .navbar.navbar-default.navbar-fixed-top {
  background: #f8ae00;
}
body#fuite .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body#fuitegeit .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#fuite .navbar.navbar-default.navbar-fixed-top li.current a,
body#fuitegeit .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #cf1717 !important;
}
body#fuite .nav.navbar-nav ul,
body#fuitegeit .nav.navbar-nav ul {
  background: #df9c00;
}
body#fuite .nav.navbar-nav .has-submenu,
body#fuitegeit .nav.navbar-nav .has-submenu {
  background: #f8ae00 !important;
}
body#fuite .nav.navbar-nav .has-submenu + ul > li a,
body#fuitegeit .nav.navbar-nav .has-submenu + ul > li a {
  background: #df9c00 !important;
}
body#fuite .navbar-default .navbar-toggle:hover,
body#fuitegeit .navbar-default .navbar-toggle:hover,
body#fuite .navbar-default .navbar-toggle:focus,
body#fuitegeit .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#fuite form.simple_form > .panel.setup-content,
body#fuitegeit form.simple_form > .panel.setup-content {
  border-color: #f8ae00;
}
body#fuite form.simple_form > .panel.setup-content .panel-heading,
body#fuitegeit form.simple_form > .panel.setup-content .panel-heading {
  background-color: #f8ae00;
  border-color: #f8ae00;
  color: #fff;
}
body#fuite nav .open,
body#fuitegeit nav .open {
  background: #f8ae00 !important;
  color: #cf1717 !important;
}
body#fuite .navbar-default .navbar-toggle,
body#fuitegeit .navbar-default .navbar-toggle {
  border: 0;
}
body#fuite .navbar-default .navbar-toggle .icon-bar,
body#fuitegeit .navbar-default .navbar-toggle .icon-bar {
  background: #cf1717;
}
body#fuite .navbar-default .navbar-toggle:a,
body#fuitegeit .navbar-default .navbar-toggle:a {
  background: #f8ae00 !important;
}
body#fuite .navbar-default .navbar-toggle:a span,
body#fuitegeit .navbar-default .navbar-toggle:a span {
  background: #cf1717;
}
body#fuite .results-btn-group a,
body#fuitegeit .results-btn-group a,
body#fuite .shared-links a,
body#fuitegeit .shared-links a,
body#fuite ul.pager > li a,
body#fuitegeit ul.pager > li a,
body#fuite a i.fa-question-circle,
body#fuitegeit a i.fa-question-circle,
body#fuite .nav.nav-tabs a:not(.btn-primary),
body#fuitegeit .nav.nav-tabs a:not(.btn-primary),
body#fuite ol.breadcrumb a,
body#fuitegeit ol.breadcrumb a,
body#fuite .pagination li:not(.disabled) a,
body#fuitegeit .pagination li:not(.disabled) a,
body#fuite table tr th a,
body#fuitegeit table tr th a,
body#fuite .nav.nav-pills li:not(.active) a,
body#fuitegeit .nav.nav-pills li:not(.active) a,
body#fuite.attentions h4 a,
body#fuitegeit.attentions h4 a,
body#fuite .help-icon a,
body#fuitegeit .help-icon a,
body#fuite.attentions td:not(.seen-switch) a,
body#fuitegeit.attentions td:not(.seen-switch) a,
body#fuite table td > a:not(.btn),
body#fuitegeit table td > a:not(.btn),
body#fuite table td > ul > li > a:not(.btn),
body#fuitegeit table td > ul > li > a:not(.btn),
body#fuite .tablesorter thead tr.clickable th,
body#fuitegeit .tablesorter thead tr.clickable th {
  color: #cf1717;
}
body#fuite .sidebar-list-group a,
body#fuitegeit .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#fuite .sidebar-list-group a.active,
body#fuitegeit .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #cf1717;
  color: #333;
}
body#fuite .sidebar-list-group a.active i,
body#fuitegeit .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#fuite .sidebar-list-group a:hover .list-group-item,
body#fuitegeit .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#fuite .sidebar-list-group a:hover .list-group-item:not(.active),
body#fuitegeit .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#fuite .sidebar-list-group a:hover .list-group-item.active,
body#fuitegeit .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #cf1717;
}
@media print {
  body#fuite table,
  body#fuitegeit table {
    font-size: 8px;
  }
  body#fuite .panel .panel-heading .panel-title,
  body#fuitegeit .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#fuite table.header-table,
  body#fuitegeit table.header-table {
    margin-bottom: -10px;
  }
  body#fuite table.header-table tbody tr.top-row,
  body#fuitegeit table.header-table tbody tr.top-row {
    background: #f8ae00 !important;
  }
  body#fuite table.header-table tbody tr.top-row td span,
  body#fuitegeit table.header-table tbody tr.top-row td span {
    color: #000 !important;
  }
  body#fuite table.header-table tbody tr.bottom-row,
  body#fuitegeit table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#fuite table.header-table tbody tr td,
  body#fuitegeit table.header-table tbody tr td {
    height: 30px;
  }
  body#fuite table.header-table tbody tr td:nth-child(1),
  body#fuitegeit table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#fuite table.header-table tbody tr td:nth-child(2),
  body#fuitegeit table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#fuite table.header-table tbody tr td:nth-child(3),
  body#fuitegeit table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#fuite .panel.panel-adjusted,
  body#fuitegeit .panel.panel-adjusted {
    border-color: #f8ae00 !important;
    z-index: 99;
  }
  body#fuite .panel.panel-adjusted > .panel-heading,
  body#fuitegeit .panel.panel-adjusted > .panel-heading {
    background: #f8ae00 !important;
    border-color: #f8ae00 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#fuite .panel.panel-adjusted > .panel-heading .panel-title,
  body#fuitegeit .panel.panel-adjusted > .panel-heading .panel-title {
    color: #000 !important;
  }
}
body#fuite .progress-step.is-active .progress-marker,
body#fuitegeit .progress-step.is-active .progress-marker,
body#fuite .stepwizard-step a:not(.disabled),
body#fuitegeit .stepwizard-step a:not(.disabled) {
  background-color: #cf1717;
  border-color: #cf1717;
}
body#fuite .progress-step.is-complete .progress-marker,
body#fuitegeit .progress-step.is-complete .progress-marker,
body#fuite .progress-step.is-complete::after,
body#fuitegeit .progress-step.is-complete::after,
body#fuite .stepwizard-step a:not(.disabled),
body#fuitegeit .stepwizard-step a:not(.disabled) {
  background-color: #ed5f5f;
}
body#fuite ul.nav-pills li.active a,
body#fuitegeit ul.nav-pills li.active a,
body#fuite ul.nav-pills li.active a:hover,
body#fuitegeit ul.nav-pills li.active a:hover {
  background: #ed5f5f;
  color: #fff;
}
body#fuite .milk-deliveries-table tr.sub-deliveries,
body#fuitegeit .milk-deliveries-table tr.sub-deliveries {
  border: solid #f8ae00;
  display: none;
}
body#fuite .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries,
body#fuitegeit .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #f8ae00;
}
body#denham .btn-primary {
  color: #fff;
  background-color: #006643;
  border-color: #000000;
}
body#denham .btn-primary:hover,
body#denham .btn-primary:focus,
body#denham .btn-primary:active,
body#denham .btn-primary.active,
.open > .dropdown-togglebody#denham .btn-primary {
  color: #fff;
  background-color: #003322;
  border-color: #000000;
}
body#denham .btn-primary:active,
body#denham .btn-primary.active,
.open > .dropdown-togglebody#denham .btn-primary {
  background-image: none;
}
body#denham .btn-primary.disabled,
body#denham .btn-primary[disabled],
fieldset[disabled] body#denham .btn-primary,
body#denham .btn-primary.disabled:hover,
body#denham .btn-primary[disabled]:hover,
fieldset[disabled] body#denham .btn-primary:hover,
body#denham .btn-primary.disabled:focus,
body#denham .btn-primary[disabled]:focus,
fieldset[disabled] body#denham .btn-primary:focus,
body#denham .btn-primary.disabled:active,
body#denham .btn-primary[disabled]:active,
fieldset[disabled] body#denham .btn-primary:active,
body#denham .btn-primary.disabled.active,
body#denham .btn-primary[disabled].active,
fieldset[disabled] body#denham .btn-primary.active {
  background-color: #006643;
  border-color: #000000;
}
body#denham .btn-primary .badge {
  color: #006643;
  background-color: #fff;
}
body#denham .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #006643 !important;
}
body#denham .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #004d32 !important;
}
body#denham .navbar.navbar-default.navbar-fixed-top {
  background: #70a489;
}
body#denham .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#denham .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #006643 !important;
}
body#denham .nav.navbar-nav ul {
  background: #61997c;
}
body#denham .nav.navbar-nav .has-submenu {
  background: #70a489 !important;
}
body#denham .nav.navbar-nav .has-submenu + ul > li a {
  background: #61997c !important;
}
body#denham .navbar-default .navbar-toggle:hover,
body#denham .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#denham form.simple_form > .panel.setup-content {
  border-color: #70a489;
}
body#denham form.simple_form > .panel.setup-content .panel-heading {
  background-color: #70a489;
  border-color: #70a489;
  color: #fff;
}
body#denham nav .open {
  background: #006643 !important;
  color: #fdc82f !important;
}
body#denham .navbar-default .navbar-toggle {
  border: 0;
}
body#denham .navbar-default .navbar-toggle .icon-bar {
  background: #fdc82f;
}
body#denham .navbar-default .navbar-toggle:a {
  background: #fdc82f !important;
}
body#denham .navbar-default .navbar-toggle:a span {
  background: #fdc82f;
}
body#denham .results-btn-group a,
body#denham .shared-links a,
body#denham ul.pager > li a,
body#denham a i.fa-question-circle,
body#denham .nav.nav-tabs a:not(.btn-primary),
body#denham ol.breadcrumb a,
body#denham .pagination li:not(.disabled) a,
body#denham table tr th a,
body#denham .nav.nav-pills li:not(.active) a,
body#denham.attentions h4 a,
body#denham .help-icon a,
body#denham.attentions td:not(.seen-switch) a,
body#denham table td > a:not(.btn),
body#denham table td > ul > li > a:not(.btn),
body#denham .tablesorter thead tr.clickable th {
  color: #006643;
}
body#denham .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#denham .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #006643;
  color: #333;
}
body#denham .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#denham .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#denham .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#denham .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #006643;
}
@media print {
  body#denham table {
    font-size: 8px;
  }
  body#denham .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#denham table.header-table {
    margin-bottom: -10px;
  }
  body#denham table.header-table tbody tr.top-row {
    background: #006643 !important;
  }
  body#denham table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#denham table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#denham table.header-table tbody tr td {
    height: 30px;
  }
  body#denham table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#denham table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#denham table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#denham .panel.panel-adjusted {
    border-color: #006643 !important;
    z-index: 99;
  }
  body#denham .panel.panel-adjusted > .panel-heading {
    background: #006643 !important;
    border-color: #006643 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#denham .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#denham .progress-step.is-active .progress-marker,
body#denham .stepwizard-step a:not(.disabled) {
  background-color: #70a489;
  border-color: #70a489;
}
body#denham .progress-step.is-complete .progress-marker,
body#denham .progress-step.is-complete::after,
body#denham .stepwizard-step a:not(.disabled) {
  background-color: #aeccbc;
}
body#denham ul.nav-pills li.active a,
body#denham ul.nav-pills li.active a:hover {
  background: #70a489;
  color: #fff;
}
body#denham .milk-deliveries-table tr.sub-deliveries {
  border: solid #70a489;
  display: none;
}
body#denham .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #70a489;
}
body#theeuwes .btn-primary,
body#theeuwesgeit .btn-primary {
  color: #fff;
  background-color: #cf1717;
  border-color: #730d0d;
}
body#theeuwes .btn-primary:hover,
body#theeuwesgeit .btn-primary:hover,
body#theeuwes .btn-primary:focus,
body#theeuwesgeit .btn-primary:focus,
body#theeuwes .btn-primary:active,
body#theeuwesgeit .btn-primary:active,
body#theeuwes .btn-primary.active,
body#theeuwesgeit .btn-primary.active,
.open > .dropdown-togglebody#theeuwes .btn-primary,
.open > .dropdown-togglebody#theeuwesgeit .btn-primary {
  color: #fff;
  background-color: #a11212;
  border-color: #3c0707;
}
body#theeuwes .btn-primary:active,
body#theeuwesgeit .btn-primary:active,
body#theeuwes .btn-primary.active,
body#theeuwesgeit .btn-primary.active,
.open > .dropdown-togglebody#theeuwes .btn-primary,
.open > .dropdown-togglebody#theeuwesgeit .btn-primary {
  background-image: none;
}
body#theeuwes .btn-primary.disabled,
body#theeuwesgeit .btn-primary.disabled,
body#theeuwes .btn-primary[disabled],
body#theeuwesgeit .btn-primary[disabled],
fieldset[disabled] body#theeuwes .btn-primary,
fieldset[disabled] body#theeuwesgeit .btn-primary,
body#theeuwes .btn-primary.disabled:hover,
body#theeuwesgeit .btn-primary.disabled:hover,
body#theeuwes .btn-primary[disabled]:hover,
body#theeuwesgeit .btn-primary[disabled]:hover,
fieldset[disabled] body#theeuwes .btn-primary:hover,
fieldset[disabled] body#theeuwesgeit .btn-primary:hover,
body#theeuwes .btn-primary.disabled:focus,
body#theeuwesgeit .btn-primary.disabled:focus,
body#theeuwes .btn-primary[disabled]:focus,
body#theeuwesgeit .btn-primary[disabled]:focus,
fieldset[disabled] body#theeuwes .btn-primary:focus,
fieldset[disabled] body#theeuwesgeit .btn-primary:focus,
body#theeuwes .btn-primary.disabled:active,
body#theeuwesgeit .btn-primary.disabled:active,
body#theeuwes .btn-primary[disabled]:active,
body#theeuwesgeit .btn-primary[disabled]:active,
fieldset[disabled] body#theeuwes .btn-primary:active,
fieldset[disabled] body#theeuwesgeit .btn-primary:active,
body#theeuwes .btn-primary.disabled.active,
body#theeuwesgeit .btn-primary.disabled.active,
body#theeuwes .btn-primary[disabled].active,
body#theeuwesgeit .btn-primary[disabled].active,
fieldset[disabled] body#theeuwes .btn-primary.active,
fieldset[disabled] body#theeuwesgeit .btn-primary.active {
  background-color: #cf1717;
  border-color: #730d0d;
}
body#theeuwes .btn-primary .badge,
body#theeuwesgeit .btn-primary .badge {
  color: #cf1717;
  background-color: #fff;
}
body#theeuwes .navbar.navbar-default.navbar-fixed-top ul li.current a,
body#theeuwesgeit .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #cf1717 !important;
}
body#theeuwes .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body#theeuwesgeit .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #b81414 !important;
}
body#theeuwes .navbar.navbar-default.navbar-fixed-top,
body#theeuwesgeit .navbar.navbar-default.navbar-fixed-top {
  background: #000000;
}
body#theeuwes .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body#theeuwesgeit .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#theeuwes .navbar.navbar-default.navbar-fixed-top li.current a,
body#theeuwesgeit .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #cf1717 !important;
}
body#theeuwes .nav.navbar-nav ul,
body#theeuwesgeit .nav.navbar-nav ul {
  background: #000000;
}
body#theeuwes .nav.navbar-nav .has-submenu,
body#theeuwesgeit .nav.navbar-nav .has-submenu {
  background: #000000 !important;
}
body#theeuwes .nav.navbar-nav .has-submenu + ul > li a,
body#theeuwesgeit .nav.navbar-nav .has-submenu + ul > li a {
  background: #000000 !important;
}
body#theeuwes .navbar-default .navbar-toggle:hover,
body#theeuwesgeit .navbar-default .navbar-toggle:hover,
body#theeuwes .navbar-default .navbar-toggle:focus,
body#theeuwesgeit .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#theeuwes form.simple_form > .panel.setup-content,
body#theeuwesgeit form.simple_form > .panel.setup-content {
  border-color: #000000;
}
body#theeuwes form.simple_form > .panel.setup-content .panel-heading,
body#theeuwesgeit form.simple_form > .panel.setup-content .panel-heading {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
body#theeuwes nav .open,
body#theeuwesgeit nav .open {
  background: #000000 !important;
  color: #cf1717 !important;
}
body#theeuwes .navbar-default .navbar-toggle,
body#theeuwesgeit .navbar-default .navbar-toggle {
  border: 0;
}
body#theeuwes .navbar-default .navbar-toggle .icon-bar,
body#theeuwesgeit .navbar-default .navbar-toggle .icon-bar {
  background: #cf1717;
}
body#theeuwes .navbar-default .navbar-toggle:a,
body#theeuwesgeit .navbar-default .navbar-toggle:a {
  background: #cf1717 !important;
}
body#theeuwes .navbar-default .navbar-toggle:a span,
body#theeuwesgeit .navbar-default .navbar-toggle:a span {
  background: #cf1717;
}
body#theeuwes .results-btn-group a,
body#theeuwesgeit .results-btn-group a,
body#theeuwes .shared-links a,
body#theeuwesgeit .shared-links a,
body#theeuwes ul.pager > li a,
body#theeuwesgeit ul.pager > li a,
body#theeuwes a i.fa-question-circle,
body#theeuwesgeit a i.fa-question-circle,
body#theeuwes .nav.nav-tabs a:not(.btn-primary),
body#theeuwesgeit .nav.nav-tabs a:not(.btn-primary),
body#theeuwes ol.breadcrumb a,
body#theeuwesgeit ol.breadcrumb a,
body#theeuwes .pagination li:not(.disabled) a,
body#theeuwesgeit .pagination li:not(.disabled) a,
body#theeuwes table tr th a,
body#theeuwesgeit table tr th a,
body#theeuwes .nav.nav-pills li:not(.active) a,
body#theeuwesgeit .nav.nav-pills li:not(.active) a,
body#theeuwes.attentions h4 a,
body#theeuwesgeit.attentions h4 a,
body#theeuwes .help-icon a,
body#theeuwesgeit .help-icon a,
body#theeuwes.attentions td:not(.seen-switch) a,
body#theeuwesgeit.attentions td:not(.seen-switch) a,
body#theeuwes table td > a:not(.btn),
body#theeuwesgeit table td > a:not(.btn),
body#theeuwes table td > ul > li > a:not(.btn),
body#theeuwesgeit table td > ul > li > a:not(.btn),
body#theeuwes .tablesorter thead tr.clickable th,
body#theeuwesgeit .tablesorter thead tr.clickable th {
  color: #cf1717;
}
body#theeuwes .sidebar-list-group a,
body#theeuwesgeit .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#theeuwes .sidebar-list-group a.active,
body#theeuwesgeit .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #cf1717;
  color: #333;
}
body#theeuwes .sidebar-list-group a.active i,
body#theeuwesgeit .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#theeuwes .sidebar-list-group a:hover .list-group-item,
body#theeuwesgeit .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#theeuwes .sidebar-list-group a:hover .list-group-item:not(.active),
body#theeuwesgeit .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#theeuwes .sidebar-list-group a:hover .list-group-item.active,
body#theeuwesgeit .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #cf1717;
}
@media print {
  body#theeuwes table,
  body#theeuwesgeit table {
    font-size: 8px;
  }
  body#theeuwes .panel .panel-heading .panel-title,
  body#theeuwesgeit .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#theeuwes table.header-table,
  body#theeuwesgeit table.header-table {
    margin-bottom: -10px;
  }
  body#theeuwes table.header-table tbody tr.top-row,
  body#theeuwesgeit table.header-table tbody tr.top-row {
    background: #000000 !important;
  }
  body#theeuwes table.header-table tbody tr.top-row td span,
  body#theeuwesgeit table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#theeuwes table.header-table tbody tr.bottom-row,
  body#theeuwesgeit table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#theeuwes table.header-table tbody tr td,
  body#theeuwesgeit table.header-table tbody tr td {
    height: 30px;
  }
  body#theeuwes table.header-table tbody tr td:nth-child(1),
  body#theeuwesgeit table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#theeuwes table.header-table tbody tr td:nth-child(2),
  body#theeuwesgeit table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#theeuwes table.header-table tbody tr td:nth-child(3),
  body#theeuwesgeit table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#theeuwes .panel.panel-adjusted,
  body#theeuwesgeit .panel.panel-adjusted {
    border-color: #000000 !important;
    z-index: 99;
  }
  body#theeuwes .panel.panel-adjusted > .panel-heading,
  body#theeuwesgeit .panel.panel-adjusted > .panel-heading {
    background: #000000 !important;
    border-color: #000000 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#theeuwes .panel.panel-adjusted > .panel-heading .panel-title,
  body#theeuwesgeit .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#theeuwes .progress-step.is-active .progress-marker,
body#theeuwesgeit .progress-step.is-active .progress-marker,
body#theeuwes .stepwizard-step a:not(.disabled),
body#theeuwesgeit .stepwizard-step a:not(.disabled) {
  background-color: #cf1717;
  border-color: #cf1717;
}
body#theeuwes .progress-step.is-complete .progress-marker,
body#theeuwesgeit .progress-step.is-complete .progress-marker,
body#theeuwes .progress-step.is-complete::after,
body#theeuwesgeit .progress-step.is-complete::after,
body#theeuwes .stepwizard-step a:not(.disabled),
body#theeuwesgeit .stepwizard-step a:not(.disabled) {
  background-color: #ed5f5f;
}
body#theeuwes ul.nav-pills li.active a,
body#theeuwesgeit ul.nav-pills li.active a,
body#theeuwes ul.nav-pills li.active a:hover,
body#theeuwesgeit ul.nav-pills li.active a:hover {
  background: #ed5f5f;
  color: #fff;
}
body#theeuwes .milk-deliveries-table tr.sub-deliveries,
body#theeuwesgeit .milk-deliveries-table tr.sub-deliveries {
  border: solid #000000;
  display: none;
}
body#theeuwes .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries,
body#theeuwesgeit .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #000000;
}
body#theeuwes a.navbar-brand,
body#theeuwesgeit a.navbar-brand {
  background: #fff;
}
body#vitelia .btn-primary {
  color: #fff;
  background-color: #ec810d;
  border-color: #8b4c08;
}
body#vitelia .btn-primary:hover,
body#vitelia .btn-primary:focus,
body#vitelia .btn-primary:active,
body#vitelia .btn-primary.active,
.open > .dropdown-togglebody#vitelia .btn-primary {
  color: #fff;
  background-color: #bc670a;
  border-color: #512c04;
}
body#vitelia .btn-primary:active,
body#vitelia .btn-primary.active,
.open > .dropdown-togglebody#vitelia .btn-primary {
  background-image: none;
}
body#vitelia .btn-primary.disabled,
body#vitelia .btn-primary[disabled],
fieldset[disabled] body#vitelia .btn-primary,
body#vitelia .btn-primary.disabled:hover,
body#vitelia .btn-primary[disabled]:hover,
fieldset[disabled] body#vitelia .btn-primary:hover,
body#vitelia .btn-primary.disabled:focus,
body#vitelia .btn-primary[disabled]:focus,
fieldset[disabled] body#vitelia .btn-primary:focus,
body#vitelia .btn-primary.disabled:active,
body#vitelia .btn-primary[disabled]:active,
fieldset[disabled] body#vitelia .btn-primary:active,
body#vitelia .btn-primary.disabled.active,
body#vitelia .btn-primary[disabled].active,
fieldset[disabled] body#vitelia .btn-primary.active {
  background-color: #ec810d;
  border-color: #8b4c08;
}
body#vitelia .btn-primary .badge {
  color: #ec810d;
  background-color: #fff;
}
body#vitelia .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #ec810d !important;
}
body#vitelia .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #d4740c !important;
}
body#vitelia .navbar.navbar-default.navbar-fixed-top {
  background: #3f701a;
}
body#vitelia .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#vitelia .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #ec810d !important;
}
body#vitelia .nav.navbar-nav ul {
  background: #335b15;
}
body#vitelia .nav.navbar-nav .has-submenu {
  background: #3f701a !important;
}
body#vitelia .nav.navbar-nav .has-submenu + ul > li a {
  background: #335b15 !important;
}
body#vitelia .navbar-default .navbar-toggle:hover,
body#vitelia .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#vitelia form.simple_form > .panel.setup-content {
  border-color: #3f701a;
}
body#vitelia form.simple_form > .panel.setup-content .panel-heading {
  background-color: #3f701a;
  border-color: #3f701a;
  color: #fff;
}
body#vitelia nav .open {
  background: #3f701a !important;
  color: #ec810d !important;
}
body#vitelia .navbar-default .navbar-toggle {
  border: 0;
}
body#vitelia .navbar-default .navbar-toggle .icon-bar {
  background: #ec810d;
}
body#vitelia .navbar-default .navbar-toggle:a {
  background: #ec810d !important;
}
body#vitelia .navbar-default .navbar-toggle:a span {
  background: #ec810d;
}
body#vitelia .results-btn-group a,
body#vitelia .shared-links a,
body#vitelia ul.pager > li a,
body#vitelia a i.fa-question-circle,
body#vitelia .nav.nav-tabs a:not(.btn-primary),
body#vitelia ol.breadcrumb a,
body#vitelia .pagination li:not(.disabled) a,
body#vitelia table tr th a,
body#vitelia .nav.nav-pills li:not(.active) a,
body#vitelia.attentions h4 a,
body#vitelia .help-icon a,
body#vitelia.attentions td:not(.seen-switch) a,
body#vitelia table td > a:not(.btn),
body#vitelia table td > ul > li > a:not(.btn),
body#vitelia .tablesorter thead tr.clickable th {
  color: #3f701a;
}
body#vitelia .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#vitelia .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #3f701a;
  color: #333;
}
body#vitelia .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#vitelia .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#vitelia .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#vitelia .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #3f701a;
}
@media print {
  body#vitelia table {
    font-size: 8px;
  }
  body#vitelia .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#vitelia table.header-table {
    margin-bottom: -10px;
  }
  body#vitelia table.header-table tbody tr.top-row {
    background: #3f701a !important;
  }
  body#vitelia table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#vitelia table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#vitelia table.header-table tbody tr td {
    height: 30px;
  }
  body#vitelia table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#vitelia table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#vitelia table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#vitelia .panel.panel-adjusted {
    border-color: #3f701a !important;
    z-index: 99;
  }
  body#vitelia .panel.panel-adjusted > .panel-heading {
    background: #3f701a !important;
    border-color: #3f701a !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#vitelia .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#vitelia .progress-step.is-active .progress-marker,
body#vitelia .stepwizard-step a:not(.disabled) {
  background-color: #3f701a;
  border-color: #3f701a;
}
body#vitelia .progress-step.is-complete .progress-marker,
body#vitelia .progress-step.is-complete::after,
body#vitelia .stepwizard-step a:not(.disabled) {
  background-color: #569924;
}
body#vitelia ul.nav-pills li.active a,
body#vitelia ul.nav-pills li.active a:hover {
  background: #3f701a;
  color: #fff;
}
body#vitelia .milk-deliveries-table tr.sub-deliveries {
  border: solid #3f701a;
  display: none;
}
body#vitelia .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #3f701a;
}
body#vitelia a.navbar-brand {
  margin-left: 15px;
  background: #fff;
}
@media (min-width: 768px) {
  body#vitelia a.navbar-brand {
    margin-left: 0;
  }
}
body#kruidhof .btn-primary {
  color: #fff;
  background-color: #c6212f;
  border-color: #6f121a;
}
body#kruidhof .btn-primary:hover,
body#kruidhof .btn-primary:focus,
body#kruidhof .btn-primary:active,
body#kruidhof .btn-primary.active,
.open > .dropdown-togglebody#kruidhof .btn-primary {
  color: #fff;
  background-color: #9a1a25;
  border-color: #3a0a0e;
}
body#kruidhof .btn-primary:active,
body#kruidhof .btn-primary.active,
.open > .dropdown-togglebody#kruidhof .btn-primary {
  background-image: none;
}
body#kruidhof .btn-primary.disabled,
body#kruidhof .btn-primary[disabled],
fieldset[disabled] body#kruidhof .btn-primary,
body#kruidhof .btn-primary.disabled:hover,
body#kruidhof .btn-primary[disabled]:hover,
fieldset[disabled] body#kruidhof .btn-primary:hover,
body#kruidhof .btn-primary.disabled:focus,
body#kruidhof .btn-primary[disabled]:focus,
fieldset[disabled] body#kruidhof .btn-primary:focus,
body#kruidhof .btn-primary.disabled:active,
body#kruidhof .btn-primary[disabled]:active,
fieldset[disabled] body#kruidhof .btn-primary:active,
body#kruidhof .btn-primary.disabled.active,
body#kruidhof .btn-primary[disabled].active,
fieldset[disabled] body#kruidhof .btn-primary.active {
  background-color: #c6212f;
  border-color: #6f121a;
}
body#kruidhof .btn-primary .badge {
  color: #c6212f;
  background-color: #fff;
}
body#kruidhof .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #c6212f !important;
}
body#kruidhof .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #b01d2a !important;
}
body#kruidhof .navbar.navbar-default.navbar-fixed-top {
  background: #565352;
}
body#kruidhof .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#kruidhof .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #c6212f !important;
}
body#kruidhof .nav.navbar-nav ul {
  background: #494646;
}
body#kruidhof .nav.navbar-nav .has-submenu {
  background: #565352 !important;
}
body#kruidhof .nav.navbar-nav .has-submenu + ul > li a {
  background: #494646 !important;
}
body#kruidhof .navbar-default .navbar-toggle:hover,
body#kruidhof .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#kruidhof form.simple_form > .panel.setup-content {
  border-color: #565352;
}
body#kruidhof form.simple_form > .panel.setup-content .panel-heading {
  background-color: #565352;
  border-color: #565352;
  color: #fff;
}
body#kruidhof nav .open {
  background: #565352 !important;
  color: #c6212f !important;
}
body#kruidhof .navbar-default .navbar-toggle {
  border: 0;
}
body#kruidhof .navbar-default .navbar-toggle .icon-bar {
  background: #c6212f;
}
body#kruidhof .navbar-default .navbar-toggle:a {
  background: #c6212f !important;
}
body#kruidhof .navbar-default .navbar-toggle:a span {
  background: #c6212f;
}
body#kruidhof .results-btn-group a,
body#kruidhof .shared-links a,
body#kruidhof ul.pager > li a,
body#kruidhof a i.fa-question-circle,
body#kruidhof .nav.nav-tabs a:not(.btn-primary),
body#kruidhof ol.breadcrumb a,
body#kruidhof .pagination li:not(.disabled) a,
body#kruidhof table tr th a,
body#kruidhof .nav.nav-pills li:not(.active) a,
body#kruidhof.attentions h4 a,
body#kruidhof .help-icon a,
body#kruidhof.attentions td:not(.seen-switch) a,
body#kruidhof table td > a:not(.btn),
body#kruidhof table td > ul > li > a:not(.btn),
body#kruidhof .tablesorter thead tr.clickable th {
  color: #c6212f;
}
body#kruidhof .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#kruidhof .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #565352;
  color: #333;
}
body#kruidhof .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#kruidhof .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#kruidhof .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#kruidhof .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #565352;
}
@media print {
  body#kruidhof table {
    font-size: 8px;
  }
  body#kruidhof .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#kruidhof table.header-table {
    margin-bottom: -10px;
  }
  body#kruidhof table.header-table tbody tr.top-row {
    background: #565352 !important;
  }
  body#kruidhof table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#kruidhof table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#kruidhof table.header-table tbody tr td {
    height: 30px;
  }
  body#kruidhof table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#kruidhof table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#kruidhof table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#kruidhof .panel.panel-adjusted {
    border-color: #565352 !important;
    z-index: 99;
  }
  body#kruidhof .panel.panel-adjusted > .panel-heading {
    background: #565352 !important;
    border-color: #565352 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#kruidhof .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#kruidhof .progress-step.is-active .progress-marker,
body#kruidhof .stepwizard-step a:not(.disabled) {
  background-color: #565352;
  border-color: #565352;
}
body#kruidhof .progress-step.is-complete .progress-marker,
body#kruidhof .progress-step.is-complete::after,
body#kruidhof .stepwizard-step a:not(.disabled) {
  background-color: #706c6b;
}
body#kruidhof ul.nav-pills li.active a,
body#kruidhof ul.nav-pills li.active a:hover {
  background: #565352;
  color: #fff;
}
body#kruidhof .milk-deliveries-table tr.sub-deliveries {
  border: solid #565352;
  display: none;
}
body#kruidhof .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #565352;
}
body#pbos .btn-primary {
  color: #000;
  background-color: #ffd100;
  border-color: #997d00;
}
body#pbos .btn-primary:hover,
body#pbos .btn-primary:focus,
body#pbos .btn-primary:active,
body#pbos .btn-primary.active,
.open > .dropdown-togglebody#pbos .btn-primary {
  color: #000;
  background-color: #cca700;
  border-color: #5c4b00;
}
body#pbos .btn-primary:active,
body#pbos .btn-primary.active,
.open > .dropdown-togglebody#pbos .btn-primary {
  background-image: none;
}
body#pbos .btn-primary.disabled,
body#pbos .btn-primary[disabled],
fieldset[disabled] body#pbos .btn-primary,
body#pbos .btn-primary.disabled:hover,
body#pbos .btn-primary[disabled]:hover,
fieldset[disabled] body#pbos .btn-primary:hover,
body#pbos .btn-primary.disabled:focus,
body#pbos .btn-primary[disabled]:focus,
fieldset[disabled] body#pbos .btn-primary:focus,
body#pbos .btn-primary.disabled:active,
body#pbos .btn-primary[disabled]:active,
fieldset[disabled] body#pbos .btn-primary:active,
body#pbos .btn-primary.disabled.active,
body#pbos .btn-primary[disabled].active,
fieldset[disabled] body#pbos .btn-primary.active {
  background-color: #ffd100;
  border-color: #997d00;
}
body#pbos .btn-primary .badge {
  color: #ffd100;
  background-color: #000;
}
body#pbos .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #ffd100 !important;
  background-color: #1d1d1b !important;
}
body#pbos .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #ffd100 !important;
  background: #10100f !important;
}
body#pbos .navbar.navbar-default.navbar-fixed-top {
  background: #ffd100;
}
body#pbos .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #000;
}
body#pbos .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #959595 !important;
}
body#pbos .nav.navbar-nav ul {
  background: #e6bc00;
}
body#pbos .nav.navbar-nav .has-submenu {
  background: #ffd100 !important;
}
body#pbos .nav.navbar-nav .has-submenu + ul > li a {
  background: #e6bc00 !important;
}
body#pbos .navbar-default .navbar-toggle:hover,
body#pbos .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#pbos form.simple_form > .panel.setup-content {
  border-color: #ffd100;
}
body#pbos form.simple_form > .panel.setup-content .panel-heading {
  background-color: #ffd100;
  border-color: #ffd100;
  color: #000;
}
body#pbos nav .open {
  background: #ffd100 !important;
  color: #1d1d1b !important;
}
body#pbos .navbar-default .navbar-toggle {
  border: 0;
}
body#pbos .navbar-default .navbar-toggle .icon-bar {
  background: #1d1d1b;
}
body#pbos .navbar-default .navbar-toggle:a {
  background: #1d1d1b !important;
}
body#pbos .navbar-default .navbar-toggle:a span {
  background: #1d1d1b;
}
body#pbos .results-btn-group a,
body#pbos .shared-links a,
body#pbos ul.pager > li a,
body#pbos a i.fa-question-circle,
body#pbos .nav.nav-tabs a:not(.btn-primary),
body#pbos ol.breadcrumb a,
body#pbos .pagination li:not(.disabled) a,
body#pbos table tr th a,
body#pbos .nav.nav-pills li:not(.active) a,
body#pbos.attentions h4 a,
body#pbos .help-icon a,
body#pbos.attentions td:not(.seen-switch) a,
body#pbos table td > a:not(.btn),
body#pbos table td > ul > li > a:not(.btn),
body#pbos .tablesorter thead tr.clickable th {
  color: #959595;
}
body#pbos .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#pbos .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #ffd100;
  color: #333;
}
body#pbos .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#pbos .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#pbos .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#pbos .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #ffd100;
}
@media print {
  body#pbos table {
    font-size: 8px;
  }
  body#pbos .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#pbos table.header-table {
    margin-bottom: -10px;
  }
  body#pbos table.header-table tbody tr.top-row {
    background: #ffd100 !important;
  }
  body#pbos table.header-table tbody tr.top-row td span {
    color: #000 !important;
  }
  body#pbos table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#pbos table.header-table tbody tr td {
    height: 30px;
  }
  body#pbos table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#pbos table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#pbos table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#pbos .panel.panel-adjusted {
    border-color: #ffd100 !important;
    z-index: 99;
  }
  body#pbos .panel.panel-adjusted > .panel-heading {
    background: #ffd100 !important;
    border-color: #ffd100 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#pbos .panel.panel-adjusted > .panel-heading .panel-title {
    color: #000 !important;
  }
}
body#pbos .progress-step.is-active .progress-marker,
body#pbos .stepwizard-step a:not(.disabled) {
  background-color: #ffd100;
  border-color: #ffd100;
}
body#pbos .progress-step.is-complete .progress-marker,
body#pbos .progress-step.is-complete::after,
body#pbos .stepwizard-step a:not(.disabled) {
  background-color: #ffda33;
}
body#pbos ul.nav-pills li.active a,
body#pbos ul.nav-pills li.active a:hover {
  background: #ffd100;
  color: #fff;
}
body#pbos .milk-deliveries-table tr.sub-deliveries {
  border: solid #ffd100;
  display: none;
}
body#pbos .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #ffd100;
}
body#vanbenthem .btn-primary {
  color: #fff;
  background-color: #2e4933;
  border-color: #070a07;
}
body#vanbenthem .btn-primary:hover,
body#vanbenthem .btn-primary:focus,
body#vanbenthem .btn-primary:active,
body#vanbenthem .btn-primary.active,
.open > .dropdown-togglebody#vanbenthem .btn-primary {
  color: #fff;
  background-color: #1a2a1d;
  border-color: #000000;
}
body#vanbenthem .btn-primary:active,
body#vanbenthem .btn-primary.active,
.open > .dropdown-togglebody#vanbenthem .btn-primary {
  background-image: none;
}
body#vanbenthem .btn-primary.disabled,
body#vanbenthem .btn-primary[disabled],
fieldset[disabled] body#vanbenthem .btn-primary,
body#vanbenthem .btn-primary.disabled:hover,
body#vanbenthem .btn-primary[disabled]:hover,
fieldset[disabled] body#vanbenthem .btn-primary:hover,
body#vanbenthem .btn-primary.disabled:focus,
body#vanbenthem .btn-primary[disabled]:focus,
fieldset[disabled] body#vanbenthem .btn-primary:focus,
body#vanbenthem .btn-primary.disabled:active,
body#vanbenthem .btn-primary[disabled]:active,
fieldset[disabled] body#vanbenthem .btn-primary:active,
body#vanbenthem .btn-primary.disabled.active,
body#vanbenthem .btn-primary[disabled].active,
fieldset[disabled] body#vanbenthem .btn-primary.active {
  background-color: #2e4933;
  border-color: #070a07;
}
body#vanbenthem .btn-primary .badge {
  color: #2e4933;
  background-color: #fff;
}
body#vanbenthem .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #36563c !important;
  background-color: #fff !important;
}
body#vanbenthem .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #36563c !important;
  background: #f2f2f2 !important;
}
body#vanbenthem .navbar.navbar-default.navbar-fixed-top {
  background: #36563c;
}
body#vanbenthem .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#vanbenthem .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #00c1dc !important;
}
body#vanbenthem .nav.navbar-nav ul {
  background: #2c4631;
}
body#vanbenthem .nav.navbar-nav .has-submenu {
  background: #36563c !important;
}
body#vanbenthem .nav.navbar-nav .has-submenu + ul > li a {
  background: #2c4631 !important;
}
body#vanbenthem .navbar-default .navbar-toggle:hover,
body#vanbenthem .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#vanbenthem form.simple_form > .panel.setup-content {
  border-color: #36563c;
}
body#vanbenthem form.simple_form > .panel.setup-content .panel-heading {
  background-color: #36563c;
  border-color: #36563c;
  color: #fff;
}
body#vanbenthem nav .open {
  background: #36563c !important;
  color: #2e4933 !important;
}
body#vanbenthem .navbar-default .navbar-toggle {
  border: 0;
}
body#vanbenthem .navbar-default .navbar-toggle .icon-bar {
  background: #2e4933;
}
body#vanbenthem .navbar-default .navbar-toggle:a {
  background: #2e4933 !important;
}
body#vanbenthem .navbar-default .navbar-toggle:a span {
  background: #2e4933;
}
body#vanbenthem .results-btn-group a,
body#vanbenthem .shared-links a,
body#vanbenthem ul.pager > li a,
body#vanbenthem a i.fa-question-circle,
body#vanbenthem .nav.nav-tabs a:not(.btn-primary),
body#vanbenthem ol.breadcrumb a,
body#vanbenthem .pagination li:not(.disabled) a,
body#vanbenthem table tr th a,
body#vanbenthem .nav.nav-pills li:not(.active) a,
body#vanbenthem.attentions h4 a,
body#vanbenthem .help-icon a,
body#vanbenthem.attentions td:not(.seen-switch) a,
body#vanbenthem table td > a:not(.btn),
body#vanbenthem table td > ul > li > a:not(.btn),
body#vanbenthem .tablesorter thead tr.clickable th {
  color: #00c1dc;
}
body#vanbenthem .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#vanbenthem .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #36563c;
  color: #333;
}
body#vanbenthem .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#vanbenthem .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#vanbenthem .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#vanbenthem .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #36563c;
}
@media print {
  body#vanbenthem table {
    font-size: 8px;
  }
  body#vanbenthem .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#vanbenthem table.header-table {
    margin-bottom: -10px;
  }
  body#vanbenthem table.header-table tbody tr.top-row {
    background: #36563c !important;
  }
  body#vanbenthem table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#vanbenthem table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#vanbenthem table.header-table tbody tr td {
    height: 30px;
  }
  body#vanbenthem table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#vanbenthem table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#vanbenthem table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#vanbenthem .panel.panel-adjusted {
    border-color: #36563c !important;
    z-index: 99;
  }
  body#vanbenthem .panel.panel-adjusted > .panel-heading {
    background: #36563c !important;
    border-color: #36563c !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#vanbenthem .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#vanbenthem .progress-step.is-active .progress-marker,
body#vanbenthem .stepwizard-step a:not(.disabled) {
  background-color: #36563c;
  border-color: #36563c;
}
body#vanbenthem .progress-step.is-complete .progress-marker,
body#vanbenthem .progress-step.is-complete::after,
body#vanbenthem .stepwizard-step a:not(.disabled) {
  background-color: #4a7552;
}
body#vanbenthem ul.nav-pills li.active a,
body#vanbenthem ul.nav-pills li.active a:hover {
  background: #36563c;
  color: #fff;
}
body#vanbenthem .milk-deliveries-table tr.sub-deliveries {
  border: solid #36563c;
  display: none;
}
body#vanbenthem .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #36563c;
}
body#vanbenthem .navbar-brand {
  padding-top: 10px !important;
}
body#bronsvoorthuizen .btn-primary {
  color: #fff;
  background-color: #00843e;
  border-color: #001e0e;
}
body#bronsvoorthuizen .btn-primary:hover,
body#bronsvoorthuizen .btn-primary:focus,
body#bronsvoorthuizen .btn-primary:active,
body#bronsvoorthuizen .btn-primary.active,
.open > .dropdown-togglebody#bronsvoorthuizen .btn-primary {
  color: #fff;
  background-color: #005126;
  border-color: #000000;
}
body#bronsvoorthuizen .btn-primary:active,
body#bronsvoorthuizen .btn-primary.active,
.open > .dropdown-togglebody#bronsvoorthuizen .btn-primary {
  background-image: none;
}
body#bronsvoorthuizen .btn-primary.disabled,
body#bronsvoorthuizen .btn-primary[disabled],
fieldset[disabled] body#bronsvoorthuizen .btn-primary,
body#bronsvoorthuizen .btn-primary.disabled:hover,
body#bronsvoorthuizen .btn-primary[disabled]:hover,
fieldset[disabled] body#bronsvoorthuizen .btn-primary:hover,
body#bronsvoorthuizen .btn-primary.disabled:focus,
body#bronsvoorthuizen .btn-primary[disabled]:focus,
fieldset[disabled] body#bronsvoorthuizen .btn-primary:focus,
body#bronsvoorthuizen .btn-primary.disabled:active,
body#bronsvoorthuizen .btn-primary[disabled]:active,
fieldset[disabled] body#bronsvoorthuizen .btn-primary:active,
body#bronsvoorthuizen .btn-primary.disabled.active,
body#bronsvoorthuizen .btn-primary[disabled].active,
fieldset[disabled] body#bronsvoorthuizen .btn-primary.active {
  background-color: #00843e;
  border-color: #001e0e;
}
body#bronsvoorthuizen .btn-primary .badge {
  color: #00843e;
  background-color: #fff;
}
body#bronsvoorthuizen .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #00843e !important;
  background-color: #fff !important;
}
body#bronsvoorthuizen .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #00843e !important;
  background: #f2f2f2 !important;
}
body#bronsvoorthuizen .navbar.navbar-default.navbar-fixed-top {
  background: #00843e;
}
body#bronsvoorthuizen .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#bronsvoorthuizen .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #bbe4d0 !important;
}
body#bronsvoorthuizen .nav.navbar-nav ul {
  background: #006b32;
}
body#bronsvoorthuizen .nav.navbar-nav .has-submenu {
  background: #00843e !important;
}
body#bronsvoorthuizen .nav.navbar-nav .has-submenu + ul > li a {
  background: #006b32 !important;
}
body#bronsvoorthuizen .navbar-default .navbar-toggle:hover,
body#bronsvoorthuizen .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#bronsvoorthuizen form.simple_form > .panel.setup-content {
  border-color: #00843e;
}
body#bronsvoorthuizen form.simple_form > .panel.setup-content .panel-heading {
  background-color: #00843e;
  border-color: #00843e;
  color: #fff;
}
body#bronsvoorthuizen nav .open {
  background: #00843e !important;
  color: #d72221 !important;
}
body#bronsvoorthuizen .navbar-default .navbar-toggle {
  border: 0;
}
body#bronsvoorthuizen .navbar-default .navbar-toggle .icon-bar {
  background: #d72221;
}
body#bronsvoorthuizen .navbar-default .navbar-toggle:a {
  background: #d72221 !important;
}
body#bronsvoorthuizen .navbar-default .navbar-toggle:a span {
  background: #d72221;
}
body#bronsvoorthuizen .results-btn-group a,
body#bronsvoorthuizen .shared-links a,
body#bronsvoorthuizen ul.pager > li a,
body#bronsvoorthuizen a i.fa-question-circle,
body#bronsvoorthuizen .nav.nav-tabs a:not(.btn-primary),
body#bronsvoorthuizen ol.breadcrumb a,
body#bronsvoorthuizen .pagination li:not(.disabled) a,
body#bronsvoorthuizen table tr th a,
body#bronsvoorthuizen .nav.nav-pills li:not(.active) a,
body#bronsvoorthuizen.attentions h4 a,
body#bronsvoorthuizen .help-icon a,
body#bronsvoorthuizen.attentions td:not(.seen-switch) a,
body#bronsvoorthuizen table td > a:not(.btn),
body#bronsvoorthuizen table td > ul > li > a:not(.btn),
body#bronsvoorthuizen .tablesorter thead tr.clickable th {
  color: #00843e;
}
body#bronsvoorthuizen .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#bronsvoorthuizen .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #00843e;
  color: #333;
}
body#bronsvoorthuizen .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#bronsvoorthuizen .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#bronsvoorthuizen .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#bronsvoorthuizen .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #00843e;
}
@media print {
  body#bronsvoorthuizen table {
    font-size: 8px;
  }
  body#bronsvoorthuizen .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#bronsvoorthuizen table.header-table {
    margin-bottom: -10px;
  }
  body#bronsvoorthuizen table.header-table tbody tr.top-row {
    background: #00843e !important;
  }
  body#bronsvoorthuizen table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#bronsvoorthuizen table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#bronsvoorthuizen table.header-table tbody tr td {
    height: 30px;
  }
  body#bronsvoorthuizen table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#bronsvoorthuizen table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#bronsvoorthuizen table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#bronsvoorthuizen .panel.panel-adjusted {
    border-color: #00843e !important;
    z-index: 99;
  }
  body#bronsvoorthuizen .panel.panel-adjusted > .panel-heading {
    background: #00843e !important;
    border-color: #00843e !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#bronsvoorthuizen .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#bronsvoorthuizen .progress-step.is-active .progress-marker,
body#bronsvoorthuizen .stepwizard-step a:not(.disabled) {
  background-color: #00843e;
  border-color: #00843e;
}
body#bronsvoorthuizen .progress-step.is-complete .progress-marker,
body#bronsvoorthuizen .progress-step.is-complete::after,
body#bronsvoorthuizen .stepwizard-step a:not(.disabled) {
  background-color: #00b756;
}
body#bronsvoorthuizen ul.nav-pills li.active a,
body#bronsvoorthuizen ul.nav-pills li.active a:hover {
  background: #00ea6e;
  color: #fff;
}
body#bronsvoorthuizen .milk-deliveries-table tr.sub-deliveries {
  border: solid #00843e;
  display: none;
}
body#bronsvoorthuizen .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #00843e;
}
body#bronsvoorthuizen a.navbar-brand {
  margin-left: 15px;
  background: #fff;
}
@media (min-width: 768px) {
  body#bronsvoorthuizen a.navbar-brand {
    margin-left: 0;
  }
}
body#deheus:not(.geurts) .btn-primary {
  color: #fff;
  background-color: #81cc29;
  border-color: #4b7718;
}
body#deheus:not(.geurts) .btn-primary:hover,
body#deheus:not(.geurts) .btn-primary:focus,
body#deheus:not(.geurts) .btn-primary:active,
body#deheus:not(.geurts) .btn-primary.active,
.open > .dropdown-togglebody#deheus:not(.geurts) .btn-primary {
  color: #fff;
  background-color: #66a220;
  border-color: #2b440e;
}
body#deheus:not(.geurts) .btn-primary:active,
body#deheus:not(.geurts) .btn-primary.active,
.open > .dropdown-togglebody#deheus:not(.geurts) .btn-primary {
  background-image: none;
}
body#deheus:not(.geurts) .btn-primary.disabled,
body#deheus:not(.geurts) .btn-primary[disabled],
fieldset[disabled] body#deheus:not(.geurts) .btn-primary,
body#deheus:not(.geurts) .btn-primary.disabled:hover,
body#deheus:not(.geurts) .btn-primary[disabled]:hover,
fieldset[disabled] body#deheus:not(.geurts) .btn-primary:hover,
body#deheus:not(.geurts) .btn-primary.disabled:focus,
body#deheus:not(.geurts) .btn-primary[disabled]:focus,
fieldset[disabled] body#deheus:not(.geurts) .btn-primary:focus,
body#deheus:not(.geurts) .btn-primary.disabled:active,
body#deheus:not(.geurts) .btn-primary[disabled]:active,
fieldset[disabled] body#deheus:not(.geurts) .btn-primary:active,
body#deheus:not(.geurts) .btn-primary.disabled.active,
body#deheus:not(.geurts) .btn-primary[disabled].active,
fieldset[disabled] body#deheus:not(.geurts) .btn-primary.active {
  background-color: #81cc29;
  border-color: #4b7718;
}
body#deheus:not(.geurts) .btn-primary .badge {
  color: #81cc29;
  background-color: #fff;
}
body#deheus:not(.geurts) .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #6fac46 !important;
}
body#deheus:not(.geurts) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #639a3f !important;
}
body#deheus:not(.geurts) .navbar.navbar-default.navbar-fixed-top {
  background: #0163af;
}
body#deheus:not(.geurts) .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#deheus:not(.geurts) .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #81cc29 !important;
}
body#deheus:not(.geurts) .nav.navbar-nav ul {
  background: #015596;
}
body#deheus:not(.geurts) .nav.navbar-nav .has-submenu {
  background: #0163af !important;
}
body#deheus:not(.geurts) .nav.navbar-nav .has-submenu + ul > li a {
  background: #015596 !important;
}
body#deheus:not(.geurts) .navbar-default .navbar-toggle:hover,
body#deheus:not(.geurts) .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#deheus:not(.geurts) form.simple_form > .panel.setup-content {
  border-color: #0163af;
}
body#deheus:not(.geurts) form.simple_form > .panel.setup-content .panel-heading {
  background-color: #0163af;
  border-color: #0163af;
  color: #fff;
}
body#deheus:not(.geurts) nav .open {
  background: #6fac46 !important;
  color: #0163af !important;
}
body#deheus:not(.geurts) .navbar-default .navbar-toggle {
  border: 0;
}
body#deheus:not(.geurts) .navbar-default .navbar-toggle .icon-bar {
  background: #6fac46;
}
body#deheus:not(.geurts) .navbar-default .navbar-toggle:a {
  background: #0163af !important;
}
body#deheus:not(.geurts) .navbar-default .navbar-toggle:a span {
  background: #6fac46;
}
body#deheus:not(.geurts) .results-btn-group a,
body#deheus:not(.geurts) .shared-links a,
body#deheus:not(.geurts) ul.pager > li a,
body#deheus:not(.geurts) a i.fa-question-circle,
body#deheus:not(.geurts) .nav.nav-tabs a:not(.btn-primary),
body#deheus:not(.geurts) ol.breadcrumb a,
body#deheus:not(.geurts) .pagination li:not(.disabled) a,
body#deheus:not(.geurts) table tr th a,
body#deheus:not(.geurts) .nav.nav-pills li:not(.active) a,
body#deheus:not(.geurts).attentions h4 a,
body#deheus:not(.geurts) .help-icon a,
body#deheus:not(.geurts).attentions td:not(.seen-switch) a,
body#deheus:not(.geurts) table td > a:not(.btn),
body#deheus:not(.geurts) table td > ul > li > a:not(.btn),
body#deheus:not(.geurts) .tablesorter thead tr.clickable th {
  color: #81cc29;
}
body#deheus:not(.geurts) .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#deheus:not(.geurts) .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #6fac46;
  color: #333;
}
body#deheus:not(.geurts) .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#deheus:not(.geurts) .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#deheus:not(.geurts) .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#deheus:not(.geurts) .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #6fac46;
}
@media print {
  body#deheus:not(.geurts) table {
    font-size: 8px;
  }
  body#deheus:not(.geurts) .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#deheus:not(.geurts) table.header-table {
    margin-bottom: -10px;
  }
  body#deheus:not(.geurts) table.header-table tbody tr.top-row {
    background: #0163af !important;
  }
  body#deheus:not(.geurts) table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#deheus:not(.geurts) table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#deheus:not(.geurts) table.header-table tbody tr td {
    height: 30px;
  }
  body#deheus:not(.geurts) table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#deheus:not(.geurts) table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#deheus:not(.geurts) table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#deheus:not(.geurts) .panel.panel-adjusted {
    border-color: #0163af !important;
    z-index: 99;
  }
  body#deheus:not(.geurts) .panel.panel-adjusted > .panel-heading {
    background: #0163af !important;
    border-color: #0163af !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#deheus:not(.geurts) .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#deheus:not(.geurts) .progress-step.is-active .progress-marker,
body#deheus:not(.geurts) .stepwizard-step a:not(.disabled) {
  background-color: #8bb91d;
  border-color: #8bb91d;
}
body#deheus:not(.geurts) .progress-step.is-complete .progress-marker,
body#deheus:not(.geurts) .progress-step.is-complete::after,
body#deheus:not(.geurts) .stepwizard-step a:not(.disabled) {
  background-color: #bbe557;
}
body#deheus:not(.geurts) ul.nav-pills li.active a,
body#deheus:not(.geurts) ul.nav-pills li.active a:hover {
  background: #a5cf89;
  color: #fff;
}
body#deheus:not(.geurts) .milk-deliveries-table tr.sub-deliveries {
  border: solid #0163af;
  display: none;
}
body#deheus:not(.geurts) .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #0163af;
}
body#deheus:not(.geurts) a.navbar-brand {
  margin-left: 15px;
  background: #fff;
}
@media (min-width: 768px) {
  body#deheus:not(.geurts) a.navbar-brand {
    margin-left: 0;
  }
}
body#deheus.feijen .btn-primary {
  color: #323232;
  background-color: #f8bc31;
  border-color: #bd8606;
}
body#deheus.feijen .btn-primary:hover,
body#deheus.feijen .btn-primary:focus,
body#deheus.feijen .btn-primary:active,
body#deheus.feijen .btn-primary.active,
.open > .dropdown-togglebody#deheus.feijen .btn-primary {
  color: #323232;
  background-color: #eea908;
  border-color: #815c04;
}
body#deheus.feijen .btn-primary:active,
body#deheus.feijen .btn-primary.active,
.open > .dropdown-togglebody#deheus.feijen .btn-primary {
  background-image: none;
}
body#deheus.feijen .btn-primary.disabled,
body#deheus.feijen .btn-primary[disabled],
fieldset[disabled] body#deheus.feijen .btn-primary,
body#deheus.feijen .btn-primary.disabled:hover,
body#deheus.feijen .btn-primary[disabled]:hover,
fieldset[disabled] body#deheus.feijen .btn-primary:hover,
body#deheus.feijen .btn-primary.disabled:focus,
body#deheus.feijen .btn-primary[disabled]:focus,
fieldset[disabled] body#deheus.feijen .btn-primary:focus,
body#deheus.feijen .btn-primary.disabled:active,
body#deheus.feijen .btn-primary[disabled]:active,
fieldset[disabled] body#deheus.feijen .btn-primary:active,
body#deheus.feijen .btn-primary.disabled.active,
body#deheus.feijen .btn-primary[disabled].active,
fieldset[disabled] body#deheus.feijen .btn-primary.active {
  background-color: #f8bc31;
  border-color: #bd8606;
}
body#deheus.feijen .btn-primary .badge {
  color: #f8bc31;
  background-color: #323232;
}
body#deheus.feijen .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #f8bc31 !important;
}
body#deheus.feijen .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #f7b418 !important;
}
body#deheus.feijen .navbar.navbar-default.navbar-fixed-top {
  background: #6b6969;
}
body#deheus.feijen .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#deheus.feijen .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #f8bc31 !important;
}
body#deheus.feijen .nav.navbar-nav ul {
  background: #5e5c5c;
}
body#deheus.feijen .nav.navbar-nav .has-submenu {
  background: #6b6969 !important;
}
body#deheus.feijen .nav.navbar-nav .has-submenu + ul > li a {
  background: #5e5c5c !important;
}
body#deheus.feijen .navbar-default .navbar-toggle:hover,
body#deheus.feijen .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#deheus.feijen form.simple_form > .panel.setup-content {
  border-color: #6b6969;
}
body#deheus.feijen form.simple_form > .panel.setup-content .panel-heading {
  background-color: #6b6969;
  border-color: #6b6969;
  color: #fff;
}
body#deheus.feijen nav .open {
  background: #6b6969 !important;
  color: #f8bc31 !important;
}
body#deheus.feijen .navbar-default .navbar-toggle {
  border: 0;
}
body#deheus.feijen .navbar-default .navbar-toggle .icon-bar {
  background: #f8bc31;
}
body#deheus.feijen .navbar-default .navbar-toggle:a {
  background: #f8bc31 !important;
}
body#deheus.feijen .navbar-default .navbar-toggle:a span {
  background: #f8bc31;
}
body#deheus.feijen .results-btn-group a,
body#deheus.feijen .shared-links a,
body#deheus.feijen ul.pager > li a,
body#deheus.feijen a i.fa-question-circle,
body#deheus.feijen .nav.nav-tabs a:not(.btn-primary),
body#deheus.feijen ol.breadcrumb a,
body#deheus.feijen .pagination li:not(.disabled) a,
body#deheus.feijen table tr th a,
body#deheus.feijen .nav.nav-pills li:not(.active) a,
body#deheus.feijen.attentions h4 a,
body#deheus.feijen .help-icon a,
body#deheus.feijen.attentions td:not(.seen-switch) a,
body#deheus.feijen table td > a:not(.btn),
body#deheus.feijen table td > ul > li > a:not(.btn),
body#deheus.feijen .tablesorter thead tr.clickable th {
  color: #f8bc31;
}
body#deheus.feijen .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#deheus.feijen .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #6b6969;
  color: #333;
}
body#deheus.feijen .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#deheus.feijen .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#deheus.feijen .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#deheus.feijen .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #6b6969;
}
@media print {
  body#deheus.feijen table {
    font-size: 8px;
  }
  body#deheus.feijen .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#deheus.feijen table.header-table {
    margin-bottom: -10px;
  }
  body#deheus.feijen table.header-table tbody tr.top-row {
    background: #6b6969 !important;
  }
  body#deheus.feijen table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#deheus.feijen table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#deheus.feijen table.header-table tbody tr td {
    height: 30px;
  }
  body#deheus.feijen table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#deheus.feijen table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#deheus.feijen table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#deheus.feijen .panel.panel-adjusted {
    border-color: #6b6969 !important;
    z-index: 99;
  }
  body#deheus.feijen .panel.panel-adjusted > .panel-heading {
    background: #6b6969 !important;
    border-color: #6b6969 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#deheus.feijen .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#deheus.feijen .progress-step.is-active .progress-marker,
body#deheus.feijen .stepwizard-step a:not(.disabled) {
  background-color: #6b6969;
  border-color: #6b6969;
}
body#deheus.feijen .progress-step.is-complete .progress-marker,
body#deheus.feijen .progress-step.is-complete::after,
body#deheus.feijen .stepwizard-step a:not(.disabled) {
  background-color: #858282;
}
body#deheus.feijen ul.nav-pills li.active a,
body#deheus.feijen ul.nav-pills li.active a:hover {
  background: #6b6969;
  color: #fff;
}
body#deheus.feijen .milk-deliveries-table tr.sub-deliveries {
  border: solid #6b6969;
  display: none;
}
body#deheus.feijen .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #6b6969;
}
body#deheus.geurts .btn-primary {
  color: #323232;
  background-color: #ecaa28;
  border-color: #a06f0e;
}
body#deheus.geurts .btn-primary:hover,
body#deheus.geurts .btn-primary:focus,
body#deheus.geurts .btn-primary:active,
body#deheus.geurts .btn-primary.active,
.open > .dropdown-togglebody#deheus.geurts .btn-primary {
  color: #323232;
  background-color: #cf8f12;
  border-color: #684809;
}
body#deheus.geurts .btn-primary:active,
body#deheus.geurts .btn-primary.active,
.open > .dropdown-togglebody#deheus.geurts .btn-primary {
  background-image: none;
}
body#deheus.geurts .btn-primary.disabled,
body#deheus.geurts .btn-primary[disabled],
fieldset[disabled] body#deheus.geurts .btn-primary,
body#deheus.geurts .btn-primary.disabled:hover,
body#deheus.geurts .btn-primary[disabled]:hover,
fieldset[disabled] body#deheus.geurts .btn-primary:hover,
body#deheus.geurts .btn-primary.disabled:focus,
body#deheus.geurts .btn-primary[disabled]:focus,
fieldset[disabled] body#deheus.geurts .btn-primary:focus,
body#deheus.geurts .btn-primary.disabled:active,
body#deheus.geurts .btn-primary[disabled]:active,
fieldset[disabled] body#deheus.geurts .btn-primary:active,
body#deheus.geurts .btn-primary.disabled.active,
body#deheus.geurts .btn-primary[disabled].active,
fieldset[disabled] body#deheus.geurts .btn-primary.active {
  background-color: #ecaa28;
  border-color: #a06f0e;
}
body#deheus.geurts .btn-primary .badge {
  color: #ecaa28;
  background-color: #323232;
}
body#deheus.geurts .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #004b8e !important;
  background-color: #ecaa28 !important;
}
body#deheus.geurts .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #004b8e !important;
  background: #e6a014 !important;
}
body#deheus.geurts .navbar.navbar-default.navbar-fixed-top {
  background: #004b8e;
}
body#deheus.geurts .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#deheus.geurts .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #ecaa28 !important;
}
body#deheus.geurts .nav.navbar-nav ul {
  background: #003e75;
}
body#deheus.geurts .nav.navbar-nav .has-submenu {
  background: #004b8e !important;
}
body#deheus.geurts .nav.navbar-nav .has-submenu + ul > li a {
  background: #003e75 !important;
}
body#deheus.geurts .navbar-default .navbar-toggle:hover,
body#deheus.geurts .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#deheus.geurts form.simple_form > .panel.setup-content {
  border-color: #004b8e;
}
body#deheus.geurts form.simple_form > .panel.setup-content .panel-heading {
  background-color: #004b8e;
  border-color: #004b8e;
  color: #fff;
}
body#deheus.geurts nav .open {
  background: #004b8e !important;
  color: #ecaa28 !important;
}
body#deheus.geurts .navbar-default .navbar-toggle {
  border: 0;
}
body#deheus.geurts .navbar-default .navbar-toggle .icon-bar {
  background: #ecaa28;
}
body#deheus.geurts .navbar-default .navbar-toggle:a {
  background: #ecaa28 !important;
}
body#deheus.geurts .navbar-default .navbar-toggle:a span {
  background: #ecaa28;
}
body#deheus.geurts .results-btn-group a,
body#deheus.geurts .shared-links a,
body#deheus.geurts ul.pager > li a,
body#deheus.geurts a i.fa-question-circle,
body#deheus.geurts .nav.nav-tabs a:not(.btn-primary),
body#deheus.geurts ol.breadcrumb a,
body#deheus.geurts .pagination li:not(.disabled) a,
body#deheus.geurts table tr th a,
body#deheus.geurts .nav.nav-pills li:not(.active) a,
body#deheus.geurts.attentions h4 a,
body#deheus.geurts .help-icon a,
body#deheus.geurts.attentions td:not(.seen-switch) a,
body#deheus.geurts table td > a:not(.btn),
body#deheus.geurts table td > ul > li > a:not(.btn),
body#deheus.geurts .tablesorter thead tr.clickable th {
  color: #004b8e;
}
body#deheus.geurts .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#deheus.geurts .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #004b8e;
  color: #333;
}
body#deheus.geurts .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#deheus.geurts .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#deheus.geurts .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#deheus.geurts .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #004b8e;
}
@media print {
  body#deheus.geurts table {
    font-size: 8px;
  }
  body#deheus.geurts .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#deheus.geurts table.header-table {
    margin-bottom: -10px;
  }
  body#deheus.geurts table.header-table tbody tr.top-row {
    background: #004b8e !important;
  }
  body#deheus.geurts table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#deheus.geurts table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#deheus.geurts table.header-table tbody tr td {
    height: 30px;
  }
  body#deheus.geurts table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#deheus.geurts table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#deheus.geurts table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#deheus.geurts .panel.panel-adjusted {
    border-color: #004b8e !important;
    z-index: 99;
  }
  body#deheus.geurts .panel.panel-adjusted > .panel-heading {
    background: #004b8e !important;
    border-color: #004b8e !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#deheus.geurts .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#deheus.geurts .progress-step.is-active .progress-marker,
body#deheus.geurts .stepwizard-step a:not(.disabled) {
  background-color: #004b8e;
  border-color: #004b8e;
}
body#deheus.geurts .progress-step.is-complete .progress-marker,
body#deheus.geurts .progress-step.is-complete::after,
body#deheus.geurts .stepwizard-step a:not(.disabled) {
  background-color: #0081f4;
}
body#deheus.geurts ul.nav-pills li.active a,
body#deheus.geurts ul.nav-pills li.active a:hover {
  background: #006bb6;
  color: #fff;
}
body#deheus.geurts .milk-deliveries-table tr.sub-deliveries {
  border: solid #004b8e;
  display: none;
}
body#deheus.geurts .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #004b8e;
}
body#deheus.coops .btn-primary {
  color: #fff;
  background-color: #004697;
  border-color: #001731;
}
body#deheus.coops .btn-primary:hover,
body#deheus.coops .btn-primary:focus,
body#deheus.coops .btn-primary:active,
body#deheus.coops .btn-primary.active,
.open > .dropdown-togglebody#deheus.coops .btn-primary {
  color: #fff;
  background-color: #002e64;
  border-color: #000000;
}
body#deheus.coops .btn-primary:active,
body#deheus.coops .btn-primary.active,
.open > .dropdown-togglebody#deheus.coops .btn-primary {
  background-image: none;
}
body#deheus.coops .btn-primary.disabled,
body#deheus.coops .btn-primary[disabled],
fieldset[disabled] body#deheus.coops .btn-primary,
body#deheus.coops .btn-primary.disabled:hover,
body#deheus.coops .btn-primary[disabled]:hover,
fieldset[disabled] body#deheus.coops .btn-primary:hover,
body#deheus.coops .btn-primary.disabled:focus,
body#deheus.coops .btn-primary[disabled]:focus,
fieldset[disabled] body#deheus.coops .btn-primary:focus,
body#deheus.coops .btn-primary.disabled:active,
body#deheus.coops .btn-primary[disabled]:active,
fieldset[disabled] body#deheus.coops .btn-primary:active,
body#deheus.coops .btn-primary.disabled.active,
body#deheus.coops .btn-primary[disabled].active,
fieldset[disabled] body#deheus.coops .btn-primary.active {
  background-color: #004697;
  border-color: #001731;
}
body#deheus.coops .btn-primary .badge {
  color: #004697;
  background-color: #fff;
}
body#deheus.coops .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #d22730 !important;
}
body#deheus.coops .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #bc232b !important;
}
body#deheus.coops .navbar.navbar-default.navbar-fixed-top {
  background: #004697;
}
body#deheus.coops .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#deheus.coops .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #d22730 !important;
}
body#deheus.coops .nav.navbar-nav ul {
  background: #003a7e;
}
body#deheus.coops .nav.navbar-nav .has-submenu {
  background: #004697 !important;
}
body#deheus.coops .nav.navbar-nav .has-submenu + ul > li a {
  background: #003a7e !important;
}
body#deheus.coops .navbar-default .navbar-toggle:hover,
body#deheus.coops .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#deheus.coops form.simple_form > .panel.setup-content {
  border-color: #004697;
}
body#deheus.coops form.simple_form > .panel.setup-content .panel-heading {
  background-color: #004697;
  border-color: #004697;
  color: #fff;
}
body#deheus.coops nav .open {
  background: #004697 !important;
  color: #d22730 !important;
}
body#deheus.coops .navbar-default .navbar-toggle {
  border: 0;
}
body#deheus.coops .navbar-default .navbar-toggle .icon-bar {
  background: #d22730;
}
body#deheus.coops .navbar-default .navbar-toggle:a {
  background: #d22730 !important;
}
body#deheus.coops .navbar-default .navbar-toggle:a span {
  background: #d22730;
}
body#deheus.coops .results-btn-group a,
body#deheus.coops .shared-links a,
body#deheus.coops ul.pager > li a,
body#deheus.coops a i.fa-question-circle,
body#deheus.coops .nav.nav-tabs a:not(.btn-primary),
body#deheus.coops ol.breadcrumb a,
body#deheus.coops .pagination li:not(.disabled) a,
body#deheus.coops table tr th a,
body#deheus.coops .nav.nav-pills li:not(.active) a,
body#deheus.coops.attentions h4 a,
body#deheus.coops .help-icon a,
body#deheus.coops.attentions td:not(.seen-switch) a,
body#deheus.coops table td > a:not(.btn),
body#deheus.coops table td > ul > li > a:not(.btn),
body#deheus.coops .tablesorter thead tr.clickable th {
  color: #004697;
}
body#deheus.coops .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#deheus.coops .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #004697;
  color: #333;
}
body#deheus.coops .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#deheus.coops .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#deheus.coops .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#deheus.coops .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #004697;
}
@media print {
  body#deheus.coops table {
    font-size: 8px;
  }
  body#deheus.coops .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#deheus.coops table.header-table {
    margin-bottom: -10px;
  }
  body#deheus.coops table.header-table tbody tr.top-row {
    background: #004697 !important;
  }
  body#deheus.coops table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#deheus.coops table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#deheus.coops table.header-table tbody tr td {
    height: 30px;
  }
  body#deheus.coops table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#deheus.coops table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#deheus.coops table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#deheus.coops .panel.panel-adjusted {
    border-color: #004697 !important;
    z-index: 99;
  }
  body#deheus.coops .panel.panel-adjusted > .panel-heading {
    background: #004697 !important;
    border-color: #004697 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#deheus.coops .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#deheus.coops .progress-step.is-active .progress-marker,
body#deheus.coops .stepwizard-step a:not(.disabled) {
  background-color: #004697;
  border-color: #004697;
}
body#deheus.coops .progress-step.is-complete .progress-marker,
body#deheus.coops .progress-step.is-complete::after,
body#deheus.coops .stepwizard-step a:not(.disabled) {
  background-color: #0075fd;
}
body#deheus.coops ul.nav-pills li.active a,
body#deheus.coops ul.nav-pills li.active a:hover {
  background: #006bb6;
  color: #fff;
}
body#deheus.coops .milk-deliveries-table tr.sub-deliveries {
  border: solid #004697;
  display: none;
}
body#deheus.coops .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #004697;
}
body#zosalland .btn-primary {
  color: #fff;
  background-color: #3867b9;
  border-color: #203b6b;
}
body#zosalland .btn-primary:hover,
body#zosalland .btn-primary:focus,
body#zosalland .btn-primary:active,
body#zosalland .btn-primary.active,
.open > .dropdown-togglebody#zosalland .btn-primary {
  color: #fff;
  background-color: #2c5192;
  border-color: #12213c;
}
body#zosalland .btn-primary:active,
body#zosalland .btn-primary.active,
.open > .dropdown-togglebody#zosalland .btn-primary {
  background-image: none;
}
body#zosalland .btn-primary.disabled,
body#zosalland .btn-primary[disabled],
fieldset[disabled] body#zosalland .btn-primary,
body#zosalland .btn-primary.disabled:hover,
body#zosalland .btn-primary[disabled]:hover,
fieldset[disabled] body#zosalland .btn-primary:hover,
body#zosalland .btn-primary.disabled:focus,
body#zosalland .btn-primary[disabled]:focus,
fieldset[disabled] body#zosalland .btn-primary:focus,
body#zosalland .btn-primary.disabled:active,
body#zosalland .btn-primary[disabled]:active,
fieldset[disabled] body#zosalland .btn-primary:active,
body#zosalland .btn-primary.disabled.active,
body#zosalland .btn-primary[disabled].active,
fieldset[disabled] body#zosalland .btn-primary.active {
  background-color: #3867b9;
  border-color: #203b6b;
}
body#zosalland .btn-primary .badge {
  color: #3867b9;
  background-color: #fff;
}
body#zosalland .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #3867b9 !important;
}
body#zosalland .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #325ca5 !important;
}
body#zosalland .navbar.navbar-default.navbar-fixed-top {
  background: #00aa53;
}
body#zosalland .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#zosalland .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #fff !important;
}
body#zosalland .nav.navbar-nav ul {
  background: #009147;
}
body#zosalland .nav.navbar-nav .has-submenu {
  background: #00aa53 !important;
}
body#zosalland .nav.navbar-nav .has-submenu + ul > li a {
  background: #009147 !important;
}
body#zosalland .navbar-default .navbar-toggle:hover,
body#zosalland .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#zosalland form.simple_form > .panel.setup-content {
  border-color: #00aa53;
}
body#zosalland form.simple_form > .panel.setup-content .panel-heading {
  background-color: #00aa53;
  border-color: #00aa53;
  color: #fff;
}
body#zosalland nav .open {
  background: #00aa53 !important;
  color: #000 !important;
}
body#zosalland .navbar-default .navbar-toggle {
  border: 0;
}
body#zosalland .navbar-default .navbar-toggle .icon-bar {
  background: #00aa53;
}
body#zosalland .navbar-default .navbar-toggle:a {
  background: #00aa53 !important;
}
body#zosalland .navbar-default .navbar-toggle:a span {
  background: #00aa53;
}
body#zosalland .results-btn-group a,
body#zosalland .shared-links a,
body#zosalland ul.pager > li a,
body#zosalland a i.fa-question-circle,
body#zosalland .nav.nav-tabs a:not(.btn-primary),
body#zosalland ol.breadcrumb a,
body#zosalland .pagination li:not(.disabled) a,
body#zosalland table tr th a,
body#zosalland .nav.nav-pills li:not(.active) a,
body#zosalland.attentions h4 a,
body#zosalland .help-icon a,
body#zosalland.attentions td:not(.seen-switch) a,
body#zosalland table td > a:not(.btn),
body#zosalland table td > ul > li > a:not(.btn),
body#zosalland .tablesorter thead tr.clickable th {
  color: #000;
}
body#zosalland .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#zosalland .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #00aa53;
  color: #333;
}
body#zosalland .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#zosalland .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#zosalland .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#zosalland .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #00aa53;
}
@media print {
  body#zosalland table {
    font-size: 8px;
  }
  body#zosalland .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#zosalland table.header-table {
    margin-bottom: -10px;
  }
  body#zosalland table.header-table tbody tr.top-row {
    background: #00aa53 !important;
  }
  body#zosalland table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#zosalland table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#zosalland table.header-table tbody tr td {
    height: 30px;
  }
  body#zosalland table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#zosalland table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#zosalland table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#zosalland .panel.panel-adjusted {
    border-color: #00aa53 !important;
    z-index: 99;
  }
  body#zosalland .panel.panel-adjusted > .panel-heading {
    background: #00aa53 !important;
    border-color: #00aa53 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#zosalland .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#zosalland .progress-step.is-active .progress-marker,
body#zosalland .stepwizard-step a:not(.disabled) {
  background-color: #00aa53;
  border-color: #00aa53;
}
body#zosalland .progress-step.is-complete .progress-marker,
body#zosalland .progress-step.is-complete::after,
body#zosalland .stepwizard-step a:not(.disabled) {
  background-color: #00dd6c;
}
body#zosalland ul.nav-pills li.active a,
body#zosalland ul.nav-pills li.active a:hover {
  background: #00aa53;
  color: #fff;
}
body#zosalland .milk-deliveries-table tr.sub-deliveries {
  border: solid #00aa53;
  display: none;
}
body#zosalland .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #00aa53;
}
body#zosalland a.navbar-brand {
  margin-left: 15px;
  background: #fff;
}
@media (min-width: 768px) {
  body#zosalland a.navbar-brand {
    margin-left: 0;
  }
}
body#bieleman .btn-primary {
  color: #fff;
  background-color: #ff0a1e;
  border-color: #a3000d;
}
body#bieleman .btn-primary:hover,
body#bieleman .btn-primary:focus,
body#bieleman .btn-primary:active,
body#bieleman .btn-primary.active,
.open > .dropdown-togglebody#bieleman .btn-primary {
  color: #fff;
  background-color: #d60011;
  border-color: #660008;
}
body#bieleman .btn-primary:active,
body#bieleman .btn-primary.active,
.open > .dropdown-togglebody#bieleman .btn-primary {
  background-image: none;
}
body#bieleman .btn-primary.disabled,
body#bieleman .btn-primary[disabled],
fieldset[disabled] body#bieleman .btn-primary,
body#bieleman .btn-primary.disabled:hover,
body#bieleman .btn-primary[disabled]:hover,
fieldset[disabled] body#bieleman .btn-primary:hover,
body#bieleman .btn-primary.disabled:focus,
body#bieleman .btn-primary[disabled]:focus,
fieldset[disabled] body#bieleman .btn-primary:focus,
body#bieleman .btn-primary.disabled:active,
body#bieleman .btn-primary[disabled]:active,
fieldset[disabled] body#bieleman .btn-primary:active,
body#bieleman .btn-primary.disabled.active,
body#bieleman .btn-primary[disabled].active,
fieldset[disabled] body#bieleman .btn-primary.active {
  background-color: #ff0a1e;
  border-color: #a3000d;
}
body#bieleman .btn-primary .badge {
  color: #ff0a1e;
  background-color: #fff;
}
body#bieleman .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fff !important;
  background-color: #ff0a1e !important;
}
body#bieleman .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fff !important;
  background: #f00014 !important;
}
body#bieleman .navbar.navbar-default.navbar-fixed-top {
  background: #009819;
}
body#bieleman .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#bieleman .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #ff0a1e !important;
}
body#bieleman .nav.navbar-nav ul {
  background: #007f15;
}
body#bieleman .nav.navbar-nav .has-submenu {
  background: #009819 !important;
}
body#bieleman .nav.navbar-nav .has-submenu + ul > li a {
  background: #007f15 !important;
}
body#bieleman .navbar-default .navbar-toggle:hover,
body#bieleman .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#bieleman form.simple_form > .panel.setup-content {
  border-color: #009819;
}
body#bieleman form.simple_form > .panel.setup-content .panel-heading {
  background-color: #009819;
  border-color: #009819;
  color: #fff;
}
body#bieleman nav .open {
  background: #009819 !important;
  color: #000 !important;
}
body#bieleman .navbar-default .navbar-toggle {
  border: 0;
}
body#bieleman .navbar-default .navbar-toggle .icon-bar {
  background: #009819;
}
body#bieleman .navbar-default .navbar-toggle:a {
  background: #009819 !important;
}
body#bieleman .navbar-default .navbar-toggle:a span {
  background: #009819;
}
body#bieleman .results-btn-group a,
body#bieleman .shared-links a,
body#bieleman ul.pager > li a,
body#bieleman a i.fa-question-circle,
body#bieleman .nav.nav-tabs a:not(.btn-primary),
body#bieleman ol.breadcrumb a,
body#bieleman .pagination li:not(.disabled) a,
body#bieleman table tr th a,
body#bieleman .nav.nav-pills li:not(.active) a,
body#bieleman.attentions h4 a,
body#bieleman .help-icon a,
body#bieleman.attentions td:not(.seen-switch) a,
body#bieleman table td > a:not(.btn),
body#bieleman table td > ul > li > a:not(.btn),
body#bieleman .tablesorter thead tr.clickable th {
  color: #000;
}
body#bieleman .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#bieleman .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #009819;
  color: #333;
}
body#bieleman .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#bieleman .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#bieleman .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#bieleman .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #009819;
}
@media print {
  body#bieleman table {
    font-size: 8px;
  }
  body#bieleman .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#bieleman table.header-table {
    margin-bottom: -10px;
  }
  body#bieleman table.header-table tbody tr.top-row {
    background: #009819 !important;
  }
  body#bieleman table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#bieleman table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#bieleman table.header-table tbody tr td {
    height: 30px;
  }
  body#bieleman table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#bieleman table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#bieleman table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#bieleman .panel.panel-adjusted {
    border-color: #009819 !important;
    z-index: 99;
  }
  body#bieleman .panel.panel-adjusted > .panel-heading {
    background: #009819 !important;
    border-color: #009819 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#bieleman .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#bieleman .progress-step.is-active .progress-marker,
body#bieleman .stepwizard-step a:not(.disabled) {
  background-color: #009819;
  border-color: #009819;
}
body#bieleman .progress-step.is-complete .progress-marker,
body#bieleman .progress-step.is-complete::after,
body#bieleman .stepwizard-step a:not(.disabled) {
  background-color: #00cb21;
}
body#bieleman ul.nav-pills li.active a,
body#bieleman ul.nav-pills li.active a:hover {
  background: #009819;
  color: #fff;
}
body#bieleman .milk-deliveries-table tr.sub-deliveries {
  border: solid #009819;
  display: none;
}
body#bieleman .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #009819;
}
body#raiffeisen-ems-vechte .btn-primary {
  color: #fff;
  background-color: #51aa36;
  border-color: #2c5d1d;
}
body#raiffeisen-ems-vechte .btn-primary:hover,
body#raiffeisen-ems-vechte .btn-primary:focus,
body#raiffeisen-ems-vechte .btn-primary:active,
body#raiffeisen-ems-vechte .btn-primary.active,
.open > .dropdown-togglebody#raiffeisen-ems-vechte .btn-primary {
  color: #fff;
  background-color: #3f832a;
  border-color: #162e0f;
}
body#raiffeisen-ems-vechte .btn-primary:active,
body#raiffeisen-ems-vechte .btn-primary.active,
.open > .dropdown-togglebody#raiffeisen-ems-vechte .btn-primary {
  background-image: none;
}
body#raiffeisen-ems-vechte .btn-primary.disabled,
body#raiffeisen-ems-vechte .btn-primary[disabled],
fieldset[disabled] body#raiffeisen-ems-vechte .btn-primary,
body#raiffeisen-ems-vechte .btn-primary.disabled:hover,
body#raiffeisen-ems-vechte .btn-primary[disabled]:hover,
fieldset[disabled] body#raiffeisen-ems-vechte .btn-primary:hover,
body#raiffeisen-ems-vechte .btn-primary.disabled:focus,
body#raiffeisen-ems-vechte .btn-primary[disabled]:focus,
fieldset[disabled] body#raiffeisen-ems-vechte .btn-primary:focus,
body#raiffeisen-ems-vechte .btn-primary.disabled:active,
body#raiffeisen-ems-vechte .btn-primary[disabled]:active,
fieldset[disabled] body#raiffeisen-ems-vechte .btn-primary:active,
body#raiffeisen-ems-vechte .btn-primary.disabled.active,
body#raiffeisen-ems-vechte .btn-primary[disabled].active,
fieldset[disabled] body#raiffeisen-ems-vechte .btn-primary.active {
  background-color: #51aa36;
  border-color: #2c5d1d;
}
body#raiffeisen-ems-vechte .btn-primary .badge {
  color: #51aa36;
  background-color: #fff;
}
body#raiffeisen-ems-vechte .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #51aa36 !important;
  background-color: #fff !important;
}
body#raiffeisen-ems-vechte .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #51aa36 !important;
  background: #f2f2f2 !important;
}
body#raiffeisen-ems-vechte .navbar.navbar-default.navbar-fixed-top {
  background: #51aa36;
}
body#raiffeisen-ems-vechte .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#raiffeisen-ems-vechte .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #51aa36 !important;
}
body#raiffeisen-ems-vechte .nav.navbar-nav ul {
  background: #489730;
}
body#raiffeisen-ems-vechte .nav.navbar-nav .has-submenu {
  background: #51aa36 !important;
}
body#raiffeisen-ems-vechte .nav.navbar-nav .has-submenu + ul > li a {
  background: #489730 !important;
}
body#raiffeisen-ems-vechte .navbar-default .navbar-toggle:hover,
body#raiffeisen-ems-vechte .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#raiffeisen-ems-vechte form.simple_form > .panel.setup-content {
  border-color: #51aa36;
}
body#raiffeisen-ems-vechte form.simple_form > .panel.setup-content .panel-heading {
  background-color: #51aa36;
  border-color: #51aa36;
  color: #fff;
}
body#raiffeisen-ems-vechte nav .open {
  background: #51aa36 !important;
  color: #000 !important;
}
body#raiffeisen-ems-vechte .navbar-default .navbar-toggle {
  border: 0;
}
body#raiffeisen-ems-vechte .navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
body#raiffeisen-ems-vechte .navbar-default .navbar-toggle:a {
  background: #51aa36 !important;
}
body#raiffeisen-ems-vechte .navbar-default .navbar-toggle:a span {
  background: #fff;
}
body#raiffeisen-ems-vechte .results-btn-group a,
body#raiffeisen-ems-vechte .shared-links a,
body#raiffeisen-ems-vechte ul.pager > li a,
body#raiffeisen-ems-vechte a i.fa-question-circle,
body#raiffeisen-ems-vechte .nav.nav-tabs a:not(.btn-primary),
body#raiffeisen-ems-vechte ol.breadcrumb a,
body#raiffeisen-ems-vechte .pagination li:not(.disabled) a,
body#raiffeisen-ems-vechte table tr th a,
body#raiffeisen-ems-vechte .nav.nav-pills li:not(.active) a,
body#raiffeisen-ems-vechte.attentions h4 a,
body#raiffeisen-ems-vechte .help-icon a,
body#raiffeisen-ems-vechte.attentions td:not(.seen-switch) a,
body#raiffeisen-ems-vechte table td > a:not(.btn),
body#raiffeisen-ems-vechte table td > ul > li > a:not(.btn),
body#raiffeisen-ems-vechte .tablesorter thead tr.clickable th {
  color: #000;
}
body#raiffeisen-ems-vechte .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#raiffeisen-ems-vechte .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #51aa36;
  color: #333;
}
body#raiffeisen-ems-vechte .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#raiffeisen-ems-vechte .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#raiffeisen-ems-vechte .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#raiffeisen-ems-vechte .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #51aa36;
}
@media print {
  body#raiffeisen-ems-vechte table {
    font-size: 8px;
  }
  body#raiffeisen-ems-vechte .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#raiffeisen-ems-vechte table.header-table {
    margin-bottom: -10px;
  }
  body#raiffeisen-ems-vechte table.header-table tbody tr.top-row {
    background: #51aa36 !important;
  }
  body#raiffeisen-ems-vechte table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#raiffeisen-ems-vechte table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#raiffeisen-ems-vechte table.header-table tbody tr td {
    height: 30px;
  }
  body#raiffeisen-ems-vechte table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#raiffeisen-ems-vechte table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#raiffeisen-ems-vechte table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#raiffeisen-ems-vechte .panel.panel-adjusted {
    border-color: #51aa36 !important;
    z-index: 99;
  }
  body#raiffeisen-ems-vechte .panel.panel-adjusted > .panel-heading {
    background: #51aa36 !important;
    border-color: #51aa36 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#raiffeisen-ems-vechte .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#raiffeisen-ems-vechte .progress-step.is-active .progress-marker,
body#raiffeisen-ems-vechte .stepwizard-step a:not(.disabled) {
  background-color: #51aa36;
  border-color: #51aa36;
}
body#raiffeisen-ems-vechte .progress-step.is-complete .progress-marker,
body#raiffeisen-ems-vechte .progress-step.is-complete::after,
body#raiffeisen-ems-vechte .stepwizard-step a:not(.disabled) {
  background-color: #69c64d;
}
body#raiffeisen-ems-vechte ul.nav-pills li.active a,
body#raiffeisen-ems-vechte ul.nav-pills li.active a:hover {
  background: #51aa36;
  color: #fff;
}
body#raiffeisen-ems-vechte .milk-deliveries-table tr.sub-deliveries {
  border: solid #51aa36;
  display: none;
}
body#raiffeisen-ems-vechte .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #51aa36;
}
body#raiffeisen-ems-vechte .navbar-brand img {
  margin-top: -0.66em !important;
}
body#voergroepzuid .btn-primary {
  color: #fff;
  background-color: #96c11e;
  border-color: #516910;
}
body#voergroepzuid .btn-primary:hover,
body#voergroepzuid .btn-primary:focus,
body#voergroepzuid .btn-primary:active,
body#voergroepzuid .btn-primary.active,
.open > .dropdown-togglebody#voergroepzuid .btn-primary {
  color: #fff;
  background-color: #749517;
  border-color: #283408;
}
body#voergroepzuid .btn-primary:active,
body#voergroepzuid .btn-primary.active,
.open > .dropdown-togglebody#voergroepzuid .btn-primary {
  background-image: none;
}
body#voergroepzuid .btn-primary.disabled,
body#voergroepzuid .btn-primary[disabled],
fieldset[disabled] body#voergroepzuid .btn-primary,
body#voergroepzuid .btn-primary.disabled:hover,
body#voergroepzuid .btn-primary[disabled]:hover,
fieldset[disabled] body#voergroepzuid .btn-primary:hover,
body#voergroepzuid .btn-primary.disabled:focus,
body#voergroepzuid .btn-primary[disabled]:focus,
fieldset[disabled] body#voergroepzuid .btn-primary:focus,
body#voergroepzuid .btn-primary.disabled:active,
body#voergroepzuid .btn-primary[disabled]:active,
fieldset[disabled] body#voergroepzuid .btn-primary:active,
body#voergroepzuid .btn-primary.disabled.active,
body#voergroepzuid .btn-primary[disabled].active,
fieldset[disabled] body#voergroepzuid .btn-primary.active {
  background-color: #96c11e;
  border-color: #516910;
}
body#voergroepzuid .btn-primary .badge {
  color: #96c11e;
  background-color: #fff;
}
body#voergroepzuid .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #96c11e !important;
  background-color: #fff !important;
}
body#voergroepzuid .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #96c11e !important;
  background: #f2f2f2 !important;
}
body#voergroepzuid .navbar.navbar-default.navbar-fixed-top {
  background: #96c11e;
}
body#voergroepzuid .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#voergroepzuid .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #96c11e !important;
}
body#voergroepzuid .nav.navbar-nav ul {
  background: #85ab1b;
}
body#voergroepzuid .nav.navbar-nav .has-submenu {
  background: #96c11e !important;
}
body#voergroepzuid .nav.navbar-nav .has-submenu + ul > li a {
  background: #85ab1b !important;
}
body#voergroepzuid .navbar-default .navbar-toggle:hover,
body#voergroepzuid .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#voergroepzuid form.simple_form > .panel.setup-content {
  border-color: #96c11e;
}
body#voergroepzuid form.simple_form > .panel.setup-content .panel-heading {
  background-color: #96c11e;
  border-color: #96c11e;
  color: #fff;
}
body#voergroepzuid nav .open {
  background: #96c11e !important;
  color: #000 !important;
}
body#voergroepzuid .navbar-default .navbar-toggle {
  border: 0;
}
body#voergroepzuid .navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
body#voergroepzuid .navbar-default .navbar-toggle:a {
  background: #96c11e !important;
}
body#voergroepzuid .navbar-default .navbar-toggle:a span {
  background: #fff;
}
body#voergroepzuid .results-btn-group a,
body#voergroepzuid .shared-links a,
body#voergroepzuid ul.pager > li a,
body#voergroepzuid a i.fa-question-circle,
body#voergroepzuid .nav.nav-tabs a:not(.btn-primary),
body#voergroepzuid ol.breadcrumb a,
body#voergroepzuid .pagination li:not(.disabled) a,
body#voergroepzuid table tr th a,
body#voergroepzuid .nav.nav-pills li:not(.active) a,
body#voergroepzuid.attentions h4 a,
body#voergroepzuid .help-icon a,
body#voergroepzuid.attentions td:not(.seen-switch) a,
body#voergroepzuid table td > a:not(.btn),
body#voergroepzuid table td > ul > li > a:not(.btn),
body#voergroepzuid .tablesorter thead tr.clickable th {
  color: #000;
}
body#voergroepzuid .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#voergroepzuid .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #96c11e;
  color: #333;
}
body#voergroepzuid .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#voergroepzuid .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#voergroepzuid .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#voergroepzuid .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #96c11e;
}
@media print {
  body#voergroepzuid table {
    font-size: 8px;
  }
  body#voergroepzuid .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#voergroepzuid table.header-table {
    margin-bottom: -10px;
  }
  body#voergroepzuid table.header-table tbody tr.top-row {
    background: #96c11e !important;
  }
  body#voergroepzuid table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#voergroepzuid table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#voergroepzuid table.header-table tbody tr td {
    height: 30px;
  }
  body#voergroepzuid table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#voergroepzuid table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#voergroepzuid table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#voergroepzuid .panel.panel-adjusted {
    border-color: #96c11e !important;
    z-index: 99;
  }
  body#voergroepzuid .panel.panel-adjusted > .panel-heading {
    background: #96c11e !important;
    border-color: #96c11e !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#voergroepzuid .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#voergroepzuid .progress-step.is-active .progress-marker,
body#voergroepzuid .stepwizard-step a:not(.disabled) {
  background-color: #96c11e;
  border-color: #96c11e;
}
body#voergroepzuid .progress-step.is-complete .progress-marker,
body#voergroepzuid .progress-step.is-complete::after,
body#voergroepzuid .stepwizard-step a:not(.disabled) {
  background-color: #b2df33;
}
body#voergroepzuid ul.nav-pills li.active a,
body#voergroepzuid ul.nav-pills li.active a:hover {
  background: #96c11e;
  color: #fff;
}
body#voergroepzuid .milk-deliveries-table tr.sub-deliveries {
  border: solid #96c11e;
  display: none;
}
body#voergroepzuid .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #96c11e;
}
body#voergroepzuid .navbar-brand img {
  margin-top: -0.66em !important;
}
body#havensvoedersgeit .btn-primary,
body#havensvoeders .btn-primary {
  color: #323232;
  background-color: #ffe711;
  border-color: #aa9900;
}
body#havensvoedersgeit .btn-primary:hover,
body#havensvoeders .btn-primary:hover,
body#havensvoedersgeit .btn-primary:focus,
body#havensvoeders .btn-primary:focus,
body#havensvoedersgeit .btn-primary:active,
body#havensvoeders .btn-primary:active,
body#havensvoedersgeit .btn-primary.active,
body#havensvoeders .btn-primary.active,
.open > .dropdown-togglebody#havensvoedersgeit .btn-primary,
.open > .dropdown-togglebody#havensvoeders .btn-primary {
  color: #323232;
  background-color: #ddc700;
  border-color: #6d6200;
}
body#havensvoedersgeit .btn-primary:active,
body#havensvoeders .btn-primary:active,
body#havensvoedersgeit .btn-primary.active,
body#havensvoeders .btn-primary.active,
.open > .dropdown-togglebody#havensvoedersgeit .btn-primary,
.open > .dropdown-togglebody#havensvoeders .btn-primary {
  background-image: none;
}
body#havensvoedersgeit .btn-primary.disabled,
body#havensvoeders .btn-primary.disabled,
body#havensvoedersgeit .btn-primary[disabled],
body#havensvoeders .btn-primary[disabled],
fieldset[disabled] body#havensvoedersgeit .btn-primary,
fieldset[disabled] body#havensvoeders .btn-primary,
body#havensvoedersgeit .btn-primary.disabled:hover,
body#havensvoeders .btn-primary.disabled:hover,
body#havensvoedersgeit .btn-primary[disabled]:hover,
body#havensvoeders .btn-primary[disabled]:hover,
fieldset[disabled] body#havensvoedersgeit .btn-primary:hover,
fieldset[disabled] body#havensvoeders .btn-primary:hover,
body#havensvoedersgeit .btn-primary.disabled:focus,
body#havensvoeders .btn-primary.disabled:focus,
body#havensvoedersgeit .btn-primary[disabled]:focus,
body#havensvoeders .btn-primary[disabled]:focus,
fieldset[disabled] body#havensvoedersgeit .btn-primary:focus,
fieldset[disabled] body#havensvoeders .btn-primary:focus,
body#havensvoedersgeit .btn-primary.disabled:active,
body#havensvoeders .btn-primary.disabled:active,
body#havensvoedersgeit .btn-primary[disabled]:active,
body#havensvoeders .btn-primary[disabled]:active,
fieldset[disabled] body#havensvoedersgeit .btn-primary:active,
fieldset[disabled] body#havensvoeders .btn-primary:active,
body#havensvoedersgeit .btn-primary.disabled.active,
body#havensvoeders .btn-primary.disabled.active,
body#havensvoedersgeit .btn-primary[disabled].active,
body#havensvoeders .btn-primary[disabled].active,
fieldset[disabled] body#havensvoedersgeit .btn-primary.active,
fieldset[disabled] body#havensvoeders .btn-primary.active {
  background-color: #ffe711;
  border-color: #aa9900;
}
body#havensvoedersgeit .btn-primary .badge,
body#havensvoeders .btn-primary .badge {
  color: #ffe711;
  background-color: #323232;
}
body#havensvoedersgeit .navbar.navbar-default.navbar-fixed-top ul li.current a,
body#havensvoeders .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #203b59 !important;
  background-color: #ffe711 !important;
}
body#havensvoedersgeit .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body#havensvoeders .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #203b59 !important;
  background: #f7de00 !important;
}
body#havensvoedersgeit .navbar.navbar-default.navbar-fixed-top,
body#havensvoeders .navbar.navbar-default.navbar-fixed-top {
  background: #203b59;
}
body#havensvoedersgeit .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body#havensvoeders .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #fff;
}
body#havensvoedersgeit .navbar.navbar-default.navbar-fixed-top li.current a,
body#havensvoeders .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #ffe711 !important;
}
body#havensvoedersgeit .nav.navbar-nav ul,
body#havensvoeders .nav.navbar-nav ul {
  background: #192f46;
}
body#havensvoedersgeit .nav.navbar-nav .has-submenu,
body#havensvoeders .nav.navbar-nav .has-submenu {
  background: #203b59 !important;
}
body#havensvoedersgeit .nav.navbar-nav .has-submenu + ul > li a,
body#havensvoeders .nav.navbar-nav .has-submenu + ul > li a {
  background: #192f46 !important;
}
body#havensvoedersgeit .navbar-default .navbar-toggle:hover,
body#havensvoeders .navbar-default .navbar-toggle:hover,
body#havensvoedersgeit .navbar-default .navbar-toggle:focus,
body#havensvoeders .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#havensvoedersgeit form.simple_form > .panel.setup-content,
body#havensvoeders form.simple_form > .panel.setup-content {
  border-color: #203b59;
}
body#havensvoedersgeit form.simple_form > .panel.setup-content .panel-heading,
body#havensvoeders form.simple_form > .panel.setup-content .panel-heading {
  background-color: #203b59;
  border-color: #203b59;
  color: #fff;
}
body#havensvoedersgeit nav .open,
body#havensvoeders nav .open {
  background: #203b59 !important;
  color: #ffe711 !important;
}
body#havensvoedersgeit .navbar-default .navbar-toggle,
body#havensvoeders .navbar-default .navbar-toggle {
  border: 0;
}
body#havensvoedersgeit .navbar-default .navbar-toggle .icon-bar,
body#havensvoeders .navbar-default .navbar-toggle .icon-bar {
  background: #ffe711;
}
body#havensvoedersgeit .navbar-default .navbar-toggle:a,
body#havensvoeders .navbar-default .navbar-toggle:a {
  background: #ffe711 !important;
}
body#havensvoedersgeit .navbar-default .navbar-toggle:a span,
body#havensvoeders .navbar-default .navbar-toggle:a span {
  background: #ffe711;
}
body#havensvoedersgeit .results-btn-group a,
body#havensvoeders .results-btn-group a,
body#havensvoedersgeit .shared-links a,
body#havensvoeders .shared-links a,
body#havensvoedersgeit ul.pager > li a,
body#havensvoeders ul.pager > li a,
body#havensvoedersgeit a i.fa-question-circle,
body#havensvoeders a i.fa-question-circle,
body#havensvoedersgeit .nav.nav-tabs a:not(.btn-primary),
body#havensvoeders .nav.nav-tabs a:not(.btn-primary),
body#havensvoedersgeit ol.breadcrumb a,
body#havensvoeders ol.breadcrumb a,
body#havensvoedersgeit .pagination li:not(.disabled) a,
body#havensvoeders .pagination li:not(.disabled) a,
body#havensvoedersgeit table tr th a,
body#havensvoeders table tr th a,
body#havensvoedersgeit .nav.nav-pills li:not(.active) a,
body#havensvoeders .nav.nav-pills li:not(.active) a,
body#havensvoedersgeit.attentions h4 a,
body#havensvoeders.attentions h4 a,
body#havensvoedersgeit .help-icon a,
body#havensvoeders .help-icon a,
body#havensvoedersgeit.attentions td:not(.seen-switch) a,
body#havensvoeders.attentions td:not(.seen-switch) a,
body#havensvoedersgeit table td > a:not(.btn),
body#havensvoeders table td > a:not(.btn),
body#havensvoedersgeit table td > ul > li > a:not(.btn),
body#havensvoeders table td > ul > li > a:not(.btn),
body#havensvoedersgeit .tablesorter thead tr.clickable th,
body#havensvoeders .tablesorter thead tr.clickable th {
  color: #203b59;
}
body#havensvoedersgeit .sidebar-list-group a,
body#havensvoeders .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#havensvoedersgeit .sidebar-list-group a.active,
body#havensvoeders .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #203b59;
  color: #333;
}
body#havensvoedersgeit .sidebar-list-group a.active i,
body#havensvoeders .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#havensvoedersgeit .sidebar-list-group a:hover .list-group-item,
body#havensvoeders .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#havensvoedersgeit .sidebar-list-group a:hover .list-group-item:not(.active),
body#havensvoeders .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#havensvoedersgeit .sidebar-list-group a:hover .list-group-item.active,
body#havensvoeders .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #203b59;
}
@media print {
  body#havensvoedersgeit table,
  body#havensvoeders table {
    font-size: 8px;
  }
  body#havensvoedersgeit .panel .panel-heading .panel-title,
  body#havensvoeders .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#havensvoedersgeit table.header-table,
  body#havensvoeders table.header-table {
    margin-bottom: -10px;
  }
  body#havensvoedersgeit table.header-table tbody tr.top-row,
  body#havensvoeders table.header-table tbody tr.top-row {
    background: #203b59 !important;
  }
  body#havensvoedersgeit table.header-table tbody tr.top-row td span,
  body#havensvoeders table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#havensvoedersgeit table.header-table tbody tr.bottom-row,
  body#havensvoeders table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#havensvoedersgeit table.header-table tbody tr td,
  body#havensvoeders table.header-table tbody tr td {
    height: 30px;
  }
  body#havensvoedersgeit table.header-table tbody tr td:nth-child(1),
  body#havensvoeders table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#havensvoedersgeit table.header-table tbody tr td:nth-child(2),
  body#havensvoeders table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#havensvoedersgeit table.header-table tbody tr td:nth-child(3),
  body#havensvoeders table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#havensvoedersgeit .panel.panel-adjusted,
  body#havensvoeders .panel.panel-adjusted {
    border-color: #203b59 !important;
    z-index: 99;
  }
  body#havensvoedersgeit .panel.panel-adjusted > .panel-heading,
  body#havensvoeders .panel.panel-adjusted > .panel-heading {
    background: #203b59 !important;
    border-color: #203b59 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#havensvoedersgeit .panel.panel-adjusted > .panel-heading .panel-title,
  body#havensvoeders .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
body#havensvoedersgeit .progress-step.is-active .progress-marker,
body#havensvoeders .progress-step.is-active .progress-marker,
body#havensvoedersgeit .stepwizard-step a:not(.disabled),
body#havensvoeders .stepwizard-step a:not(.disabled) {
  background-color: #203b59;
  border-color: #203b59;
}
body#havensvoedersgeit .progress-step.is-complete .progress-marker,
body#havensvoeders .progress-step.is-complete .progress-marker,
body#havensvoedersgeit .progress-step.is-complete::after,
body#havensvoeders .progress-step.is-complete::after,
body#havensvoedersgeit .stepwizard-step a:not(.disabled),
body#havensvoeders .stepwizard-step a:not(.disabled) {
  background-color: #3b6da4;
}
body#havensvoedersgeit ul.nav-pills li.active a,
body#havensvoeders ul.nav-pills li.active a,
body#havensvoedersgeit ul.nav-pills li.active a:hover,
body#havensvoeders ul.nav-pills li.active a:hover {
  background: #203b59;
  color: #fff;
}
body#havensvoedersgeit .milk-deliveries-table tr.sub-deliveries,
body#havensvoeders .milk-deliveries-table tr.sub-deliveries {
  border: solid #203b59;
  display: none;
}
body#havensvoedersgeit .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries,
body#havensvoeders .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #203b59;
}
body#havensvoedersgeit .navbar-brand img,
body#havensvoeders .navbar-brand img {
  margin-top: -1.1em !important;
}
body#ar .btn-primary,
body#argeit .btn-primary {
  color: #fff;
  background-color: #23a148;
  border-color: #114d23;
}
body#ar .btn-primary:hover,
body#argeit .btn-primary:hover,
body#ar .btn-primary:focus,
body#argeit .btn-primary:focus,
body#ar .btn-primary:active,
body#argeit .btn-primary:active,
body#ar .btn-primary.active,
body#argeit .btn-primary.active,
.open > .dropdown-togglebody#ar .btn-primary,
.open > .dropdown-togglebody#argeit .btn-primary {
  color: #fff;
  background-color: #1a7735;
  border-color: #061b0c;
}
body#ar .btn-primary:active,
body#argeit .btn-primary:active,
body#ar .btn-primary.active,
body#argeit .btn-primary.active,
.open > .dropdown-togglebody#ar .btn-primary,
.open > .dropdown-togglebody#argeit .btn-primary {
  background-image: none;
}
body#ar .btn-primary.disabled,
body#argeit .btn-primary.disabled,
body#ar .btn-primary[disabled],
body#argeit .btn-primary[disabled],
fieldset[disabled] body#ar .btn-primary,
fieldset[disabled] body#argeit .btn-primary,
body#ar .btn-primary.disabled:hover,
body#argeit .btn-primary.disabled:hover,
body#ar .btn-primary[disabled]:hover,
body#argeit .btn-primary[disabled]:hover,
fieldset[disabled] body#ar .btn-primary:hover,
fieldset[disabled] body#argeit .btn-primary:hover,
body#ar .btn-primary.disabled:focus,
body#argeit .btn-primary.disabled:focus,
body#ar .btn-primary[disabled]:focus,
body#argeit .btn-primary[disabled]:focus,
fieldset[disabled] body#ar .btn-primary:focus,
fieldset[disabled] body#argeit .btn-primary:focus,
body#ar .btn-primary.disabled:active,
body#argeit .btn-primary.disabled:active,
body#ar .btn-primary[disabled]:active,
body#argeit .btn-primary[disabled]:active,
fieldset[disabled] body#ar .btn-primary:active,
fieldset[disabled] body#argeit .btn-primary:active,
body#ar .btn-primary.disabled.active,
body#argeit .btn-primary.disabled.active,
body#ar .btn-primary[disabled].active,
body#argeit .btn-primary[disabled].active,
fieldset[disabled] body#ar .btn-primary.active,
fieldset[disabled] body#argeit .btn-primary.active {
  background-color: #23a148;
  border-color: #114d23;
}
body#ar .btn-primary .badge,
body#argeit .btn-primary .badge {
  color: #23a148;
  background-color: #fff;
}
body#ar .navbar.navbar-default.navbar-fixed-top ul li.current a,
body#argeit .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fdec0a !important;
  background-color: #23a148 !important;
}
body#ar .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
body#argeit .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fdec0a !important;
  background: #1e8c3f !important;
}
body#ar .navbar.navbar-default.navbar-fixed-top,
body#argeit .navbar.navbar-default.navbar-fixed-top {
  background: #fdec0a;
}
body#ar .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
body#argeit .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #000;
}
body#ar .navbar.navbar-default.navbar-fixed-top li.current a,
body#argeit .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #23a148 !important;
}
body#ar .nav.navbar-nav ul,
body#argeit .nav.navbar-nav ul {
  background: #ecdb02;
}
body#ar .nav.navbar-nav .has-submenu,
body#argeit .nav.navbar-nav .has-submenu {
  background: #fdec0a !important;
}
body#ar .nav.navbar-nav .has-submenu + ul > li a,
body#argeit .nav.navbar-nav .has-submenu + ul > li a {
  background: #ecdb02 !important;
}
body#ar .navbar-default .navbar-toggle:hover,
body#argeit .navbar-default .navbar-toggle:hover,
body#ar .navbar-default .navbar-toggle:focus,
body#argeit .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#ar form.simple_form > .panel.setup-content,
body#argeit form.simple_form > .panel.setup-content {
  border-color: #fdec0a;
}
body#ar form.simple_form > .panel.setup-content .panel-heading,
body#argeit form.simple_form > .panel.setup-content .panel-heading {
  background-color: #fdec0a;
  border-color: #fdec0a;
  color: #000;
}
body#ar nav .open,
body#argeit nav .open {
  background: #fdec0a !important;
  color: #23a148 !important;
}
body#ar .navbar-default .navbar-toggle,
body#argeit .navbar-default .navbar-toggle {
  border: 0;
}
body#ar .navbar-default .navbar-toggle .icon-bar,
body#argeit .navbar-default .navbar-toggle .icon-bar {
  background: #23a148;
}
body#ar .navbar-default .navbar-toggle:a,
body#argeit .navbar-default .navbar-toggle:a {
  background: #23a148 !important;
}
body#ar .navbar-default .navbar-toggle:a span,
body#argeit .navbar-default .navbar-toggle:a span {
  background: #23a148;
}
body#ar .results-btn-group a,
body#argeit .results-btn-group a,
body#ar .shared-links a,
body#argeit .shared-links a,
body#ar ul.pager > li a,
body#argeit ul.pager > li a,
body#ar a i.fa-question-circle,
body#argeit a i.fa-question-circle,
body#ar .nav.nav-tabs a:not(.btn-primary),
body#argeit .nav.nav-tabs a:not(.btn-primary),
body#ar ol.breadcrumb a,
body#argeit ol.breadcrumb a,
body#ar .pagination li:not(.disabled) a,
body#argeit .pagination li:not(.disabled) a,
body#ar table tr th a,
body#argeit table tr th a,
body#ar .nav.nav-pills li:not(.active) a,
body#argeit .nav.nav-pills li:not(.active) a,
body#ar.attentions h4 a,
body#argeit.attentions h4 a,
body#ar .help-icon a,
body#argeit .help-icon a,
body#ar.attentions td:not(.seen-switch) a,
body#argeit.attentions td:not(.seen-switch) a,
body#ar table td > a:not(.btn),
body#argeit table td > a:not(.btn),
body#ar table td > ul > li > a:not(.btn),
body#argeit table td > ul > li > a:not(.btn),
body#ar .tablesorter thead tr.clickable th,
body#argeit .tablesorter thead tr.clickable th {
  color: #23a148;
}
body#ar .sidebar-list-group a,
body#argeit .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#ar .sidebar-list-group a.active,
body#argeit .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #23a148;
  color: #333;
}
body#ar .sidebar-list-group a.active i,
body#argeit .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#ar .sidebar-list-group a:hover .list-group-item,
body#argeit .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#ar .sidebar-list-group a:hover .list-group-item:not(.active),
body#argeit .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#ar .sidebar-list-group a:hover .list-group-item.active,
body#argeit .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #23a148;
}
@media print {
  body#ar table,
  body#argeit table {
    font-size: 8px;
  }
  body#ar .panel .panel-heading .panel-title,
  body#argeit .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#ar table.header-table,
  body#argeit table.header-table {
    margin-bottom: -10px;
  }
  body#ar table.header-table tbody tr.top-row,
  body#argeit table.header-table tbody tr.top-row {
    background: #23a148 !important;
  }
  body#ar table.header-table tbody tr.top-row td span,
  body#argeit table.header-table tbody tr.top-row td span {
    color: #000 !important;
  }
  body#ar table.header-table tbody tr.bottom-row,
  body#argeit table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#ar table.header-table tbody tr td,
  body#argeit table.header-table tbody tr td {
    height: 30px;
  }
  body#ar table.header-table tbody tr td:nth-child(1),
  body#argeit table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#ar table.header-table tbody tr td:nth-child(2),
  body#argeit table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#ar table.header-table tbody tr td:nth-child(3),
  body#argeit table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#ar .panel.panel-adjusted,
  body#argeit .panel.panel-adjusted {
    border-color: #23a148 !important;
    z-index: 99;
  }
  body#ar .panel.panel-adjusted > .panel-heading,
  body#argeit .panel.panel-adjusted > .panel-heading {
    background: #23a148 !important;
    border-color: #23a148 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#ar .panel.panel-adjusted > .panel-heading .panel-title,
  body#argeit .panel.panel-adjusted > .panel-heading .panel-title {
    color: #000 !important;
  }
}
body#ar .progress-step.is-active .progress-marker,
body#argeit .progress-step.is-active .progress-marker,
body#ar .stepwizard-step a:not(.disabled),
body#argeit .stepwizard-step a:not(.disabled) {
  background-color: #fdec0a;
  border-color: #fdec0a;
}
body#ar .progress-step.is-complete .progress-marker,
body#argeit .progress-step.is-complete .progress-marker,
body#ar .progress-step.is-complete::after,
body#argeit .progress-step.is-complete::after,
body#ar .stepwizard-step a:not(.disabled),
body#argeit .stepwizard-step a:not(.disabled) {
  background-color: #fdf03d;
}
body#ar ul.nav-pills li.active a,
body#argeit ul.nav-pills li.active a,
body#ar ul.nav-pills li.active a:hover,
body#argeit ul.nav-pills li.active a:hover {
  background: #fdec0a;
  color: #fff;
}
body#ar .milk-deliveries-table tr.sub-deliveries,
body#argeit .milk-deliveries-table tr.sub-deliveries {
  border: solid #fdec0a;
  display: none;
}
body#ar .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries,
body#argeit .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #fdec0a;
}
body#tvp .btn-primary {
  color: #fff;
  background-color: #00519f;
  border-color: #001d39;
}
body#tvp .btn-primary:hover,
body#tvp .btn-primary:focus,
body#tvp .btn-primary:active,
body#tvp .btn-primary.active,
.open > .dropdown-togglebody#tvp .btn-primary {
  color: #fff;
  background-color: #00376c;
  border-color: #000000;
}
body#tvp .btn-primary:active,
body#tvp .btn-primary.active,
.open > .dropdown-togglebody#tvp .btn-primary {
  background-image: none;
}
body#tvp .btn-primary.disabled,
body#tvp .btn-primary[disabled],
fieldset[disabled] body#tvp .btn-primary,
body#tvp .btn-primary.disabled:hover,
body#tvp .btn-primary[disabled]:hover,
fieldset[disabled] body#tvp .btn-primary:hover,
body#tvp .btn-primary.disabled:focus,
body#tvp .btn-primary[disabled]:focus,
fieldset[disabled] body#tvp .btn-primary:focus,
body#tvp .btn-primary.disabled:active,
body#tvp .btn-primary[disabled]:active,
fieldset[disabled] body#tvp .btn-primary:active,
body#tvp .btn-primary.disabled.active,
body#tvp .btn-primary[disabled].active,
fieldset[disabled] body#tvp .btn-primary.active {
  background-color: #00519f;
  border-color: #001d39;
}
body#tvp .btn-primary .badge {
  color: #00519f;
  background-color: #fff;
}
body#tvp .navbar.navbar-default.navbar-fixed-top ul li.current a {
  color: #fee501 !important;
  background-color: #00519f !important;
}
body#tvp .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
  color: #fee501 !important;
  background: #004486 !important;
}
body#tvp .navbar.navbar-default.navbar-fixed-top {
  background: #fee501;
}
body#tvp .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
  color: #000;
}
body#tvp .navbar.navbar-default.navbar-fixed-top li.current a {
  color: #00519f !important;
}
body#tvp .nav.navbar-nav ul {
  background: #e5ce01;
}
body#tvp .nav.navbar-nav .has-submenu {
  background: #fee501 !important;
}
body#tvp .nav.navbar-nav .has-submenu + ul > li a {
  background: #e5ce01 !important;
}
body#tvp .navbar-default .navbar-toggle:hover,
body#tvp .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
body#tvp form.simple_form > .panel.setup-content {
  border-color: #fee501;
}
body#tvp form.simple_form > .panel.setup-content .panel-heading {
  background-color: #fee501;
  border-color: #fee501;
  color: #000;
}
body#tvp nav .open {
  background: #fee501 !important;
  color: #00519f !important;
}
body#tvp .navbar-default .navbar-toggle {
  border: 0;
}
body#tvp .navbar-default .navbar-toggle .icon-bar {
  background: #00519f;
}
body#tvp .navbar-default .navbar-toggle:a {
  background: #00519f !important;
}
body#tvp .navbar-default .navbar-toggle:a span {
  background: #00519f;
}
body#tvp .results-btn-group a,
body#tvp .shared-links a,
body#tvp ul.pager > li a,
body#tvp a i.fa-question-circle,
body#tvp .nav.nav-tabs a:not(.btn-primary),
body#tvp ol.breadcrumb a,
body#tvp .pagination li:not(.disabled) a,
body#tvp table tr th a,
body#tvp .nav.nav-pills li:not(.active) a,
body#tvp.attentions h4 a,
body#tvp .help-icon a,
body#tvp.attentions td:not(.seen-switch) a,
body#tvp table td > a:not(.btn),
body#tvp table td > ul > li > a:not(.btn),
body#tvp .tablesorter thead tr.clickable th {
  color: #00519f;
}
body#tvp .sidebar-list-group a {
  color: #323232;
  text-decoration: none;
}
body#tvp .sidebar-list-group a.active {
  background: #f6f6f6;
  border-color: #e1e1e1;
  border-left: 3px solid #00519f;
  color: #333;
}
body#tvp .sidebar-list-group a.active i {
  margin-left: -2px;
}
body#tvp .sidebar-list-group a:hover .list-group-item {
  background: #eee;
  color: #323232;
}
body#tvp .sidebar-list-group a:hover .list-group-item:not(.active) {
  border-color: #eee;
}
body#tvp .sidebar-list-group a:hover .list-group-item.active {
  border-color: #eee #eee #eee #00519f;
}
@media print {
  body#tvp table {
    font-size: 8px;
  }
  body#tvp .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#tvp table.header-table {
    margin-bottom: -10px;
  }
  body#tvp table.header-table tbody tr.top-row {
    background: #00519f !important;
  }
  body#tvp table.header-table tbody tr.top-row td span {
    color: #000 !important;
  }
  body#tvp table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#tvp table.header-table tbody tr td {
    height: 30px;
  }
  body#tvp table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#tvp table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#tvp table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#tvp .panel.panel-adjusted {
    border-color: #00519f !important;
    z-index: 99;
  }
  body#tvp .panel.panel-adjusted > .panel-heading {
    background: #00519f !important;
    border-color: #00519f !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#tvp .panel.panel-adjusted > .panel-heading .panel-title {
    color: #000 !important;
  }
}
body#tvp .progress-step.is-active .progress-marker,
body#tvp .stepwizard-step a:not(.disabled) {
  background-color: #fee501;
  border-color: #fee501;
}
body#tvp .progress-step.is-complete .progress-marker,
body#tvp .progress-step.is-complete::after,
body#tvp .stepwizard-step a:not(.disabled) {
  background-color: #feea34;
}
body#tvp ul.nav-pills li.active a,
body#tvp ul.nav-pills li.active a:hover {
  background: #fee501;
  color: #fff;
}
body#tvp .milk-deliveries-table tr.sub-deliveries {
  border: solid #fee501;
  display: none;
}
body#tvp .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
  color: #fee501;
}
/* End palettes */
@media print {
  .deheus-blue {
    color: #0163af !important;
  }
  /* Start mixins */
  /* End mixins */
  /* Start palettes */
  /* Add company to this list if it has custom styling */
  body:not(#abzdesamenwerking) .btn-primary,
  body:not(#abzdesamenwerkinggeit) .btn-primary,
  body:not(#arvesta) .btn-primary,
  body:not(#bieleman) .btn-primary,
  body:not(#bronsvoorthuizen) .btn-primary,
  body:not(#deheus) .btn-primary,
  body:not(#denham) .btn-primary,
  body:not(#dvw) .btn-primary,
  body:not(#dvwgeit) .btn-primary,
  body:not(#eendrachtrouveen) .btn-primary,
  body:not(#fuite) .btn-primary,
  body:not(#fuitegeit) .btn-primary,
  body:not(#havensvoeders) .btn-primary,
  body:not(#havensvoedersgeit) .btn-primary,
  body:not(#kruidhof) .btn-primary,
  body:not(#pbos) .btn-primary,
  body:not(#raiffeisen-ems-vechte) .btn-primary,
  body:not(#rudolfpeters) .btn-primary,
  body:not(#theeuwes) .btn-primary,
  body:not(#theeuwesgeit) .btn-primary,
  body:not(#tvp) .btn-primary,
  body:not(#vanbenthem) .btn-primary,
  body:not(#vitelia) .btn-primary,
  body:not(#voergroepzuid) .btn-primary,
  body:not(#zosalland) .btn-primary {
    color: #fff;
    background-color: #41a05e;
    border-color: #245733;
  }
  body:not(#abzdesamenwerking) .btn-primary:hover,
  body:not(#abzdesamenwerkinggeit) .btn-primary:hover,
  body:not(#arvesta) .btn-primary:hover,
  body:not(#bieleman) .btn-primary:hover,
  body:not(#bronsvoorthuizen) .btn-primary:hover,
  body:not(#deheus) .btn-primary:hover,
  body:not(#denham) .btn-primary:hover,
  body:not(#dvw) .btn-primary:hover,
  body:not(#dvwgeit) .btn-primary:hover,
  body:not(#eendrachtrouveen) .btn-primary:hover,
  body:not(#fuite) .btn-primary:hover,
  body:not(#fuitegeit) .btn-primary:hover,
  body:not(#havensvoeders) .btn-primary:hover,
  body:not(#havensvoedersgeit) .btn-primary:hover,
  body:not(#kruidhof) .btn-primary:hover,
  body:not(#pbos) .btn-primary:hover,
  body:not(#raiffeisen-ems-vechte) .btn-primary:hover,
  body:not(#rudolfpeters) .btn-primary:hover,
  body:not(#theeuwes) .btn-primary:hover,
  body:not(#theeuwesgeit) .btn-primary:hover,
  body:not(#tvp) .btn-primary:hover,
  body:not(#vanbenthem) .btn-primary:hover,
  body:not(#vitelia) .btn-primary:hover,
  body:not(#voergroepzuid) .btn-primary:hover,
  body:not(#zosalland) .btn-primary:hover,
  body:not(#abzdesamenwerking) .btn-primary:focus,
  body:not(#abzdesamenwerkinggeit) .btn-primary:focus,
  body:not(#arvesta) .btn-primary:focus,
  body:not(#bieleman) .btn-primary:focus,
  body:not(#bronsvoorthuizen) .btn-primary:focus,
  body:not(#deheus) .btn-primary:focus,
  body:not(#denham) .btn-primary:focus,
  body:not(#dvw) .btn-primary:focus,
  body:not(#dvwgeit) .btn-primary:focus,
  body:not(#eendrachtrouveen) .btn-primary:focus,
  body:not(#fuite) .btn-primary:focus,
  body:not(#fuitegeit) .btn-primary:focus,
  body:not(#havensvoeders) .btn-primary:focus,
  body:not(#havensvoedersgeit) .btn-primary:focus,
  body:not(#kruidhof) .btn-primary:focus,
  body:not(#pbos) .btn-primary:focus,
  body:not(#raiffeisen-ems-vechte) .btn-primary:focus,
  body:not(#rudolfpeters) .btn-primary:focus,
  body:not(#theeuwes) .btn-primary:focus,
  body:not(#theeuwesgeit) .btn-primary:focus,
  body:not(#tvp) .btn-primary:focus,
  body:not(#vanbenthem) .btn-primary:focus,
  body:not(#vitelia) .btn-primary:focus,
  body:not(#voergroepzuid) .btn-primary:focus,
  body:not(#zosalland) .btn-primary:focus,
  body:not(#abzdesamenwerking) .btn-primary:active,
  body:not(#abzdesamenwerkinggeit) .btn-primary:active,
  body:not(#arvesta) .btn-primary:active,
  body:not(#bieleman) .btn-primary:active,
  body:not(#bronsvoorthuizen) .btn-primary:active,
  body:not(#deheus) .btn-primary:active,
  body:not(#denham) .btn-primary:active,
  body:not(#dvw) .btn-primary:active,
  body:not(#dvwgeit) .btn-primary:active,
  body:not(#eendrachtrouveen) .btn-primary:active,
  body:not(#fuite) .btn-primary:active,
  body:not(#fuitegeit) .btn-primary:active,
  body:not(#havensvoeders) .btn-primary:active,
  body:not(#havensvoedersgeit) .btn-primary:active,
  body:not(#kruidhof) .btn-primary:active,
  body:not(#pbos) .btn-primary:active,
  body:not(#raiffeisen-ems-vechte) .btn-primary:active,
  body:not(#rudolfpeters) .btn-primary:active,
  body:not(#theeuwes) .btn-primary:active,
  body:not(#theeuwesgeit) .btn-primary:active,
  body:not(#tvp) .btn-primary:active,
  body:not(#vanbenthem) .btn-primary:active,
  body:not(#vitelia) .btn-primary:active,
  body:not(#voergroepzuid) .btn-primary:active,
  body:not(#zosalland) .btn-primary:active,
  body:not(#abzdesamenwerking) .btn-primary.active,
  body:not(#abzdesamenwerkinggeit) .btn-primary.active,
  body:not(#arvesta) .btn-primary.active,
  body:not(#bieleman) .btn-primary.active,
  body:not(#bronsvoorthuizen) .btn-primary.active,
  body:not(#deheus) .btn-primary.active,
  body:not(#denham) .btn-primary.active,
  body:not(#dvw) .btn-primary.active,
  body:not(#dvwgeit) .btn-primary.active,
  body:not(#eendrachtrouveen) .btn-primary.active,
  body:not(#fuite) .btn-primary.active,
  body:not(#fuitegeit) .btn-primary.active,
  body:not(#havensvoeders) .btn-primary.active,
  body:not(#havensvoedersgeit) .btn-primary.active,
  body:not(#kruidhof) .btn-primary.active,
  body:not(#pbos) .btn-primary.active,
  body:not(#raiffeisen-ems-vechte) .btn-primary.active,
  body:not(#rudolfpeters) .btn-primary.active,
  body:not(#theeuwes) .btn-primary.active,
  body:not(#theeuwesgeit) .btn-primary.active,
  body:not(#tvp) .btn-primary.active,
  body:not(#vanbenthem) .btn-primary.active,
  body:not(#vitelia) .btn-primary.active,
  body:not(#voergroepzuid) .btn-primary.active,
  body:not(#zosalland) .btn-primary.active,
  .open > .dropdown-togglebody:not(#abzdesamenwerking) .btn-primary,
  .open > .dropdown-togglebody:not(#abzdesamenwerkinggeit) .btn-primary,
  .open > .dropdown-togglebody:not(#arvesta) .btn-primary,
  .open > .dropdown-togglebody:not(#bieleman) .btn-primary,
  .open > .dropdown-togglebody:not(#bronsvoorthuizen) .btn-primary,
  .open > .dropdown-togglebody:not(#deheus) .btn-primary,
  .open > .dropdown-togglebody:not(#denham) .btn-primary,
  .open > .dropdown-togglebody:not(#dvw) .btn-primary,
  .open > .dropdown-togglebody:not(#dvwgeit) .btn-primary,
  .open > .dropdown-togglebody:not(#eendrachtrouveen) .btn-primary,
  .open > .dropdown-togglebody:not(#fuite) .btn-primary,
  .open > .dropdown-togglebody:not(#fuitegeit) .btn-primary,
  .open > .dropdown-togglebody:not(#havensvoeders) .btn-primary,
  .open > .dropdown-togglebody:not(#havensvoedersgeit) .btn-primary,
  .open > .dropdown-togglebody:not(#kruidhof) .btn-primary,
  .open > .dropdown-togglebody:not(#pbos) .btn-primary,
  .open > .dropdown-togglebody:not(#raiffeisen-ems-vechte) .btn-primary,
  .open > .dropdown-togglebody:not(#rudolfpeters) .btn-primary,
  .open > .dropdown-togglebody:not(#theeuwes) .btn-primary,
  .open > .dropdown-togglebody:not(#theeuwesgeit) .btn-primary,
  .open > .dropdown-togglebody:not(#tvp) .btn-primary,
  .open > .dropdown-togglebody:not(#vanbenthem) .btn-primary,
  .open > .dropdown-togglebody:not(#vitelia) .btn-primary,
  .open > .dropdown-togglebody:not(#voergroepzuid) .btn-primary,
  .open > .dropdown-togglebody:not(#zosalland) .btn-primary {
    color: #fff;
    background-color: #327c49;
    border-color: #122c1a;
  }
  body:not(#abzdesamenwerking) .btn-primary:active,
  body:not(#abzdesamenwerkinggeit) .btn-primary:active,
  body:not(#arvesta) .btn-primary:active,
  body:not(#bieleman) .btn-primary:active,
  body:not(#bronsvoorthuizen) .btn-primary:active,
  body:not(#deheus) .btn-primary:active,
  body:not(#denham) .btn-primary:active,
  body:not(#dvw) .btn-primary:active,
  body:not(#dvwgeit) .btn-primary:active,
  body:not(#eendrachtrouveen) .btn-primary:active,
  body:not(#fuite) .btn-primary:active,
  body:not(#fuitegeit) .btn-primary:active,
  body:not(#havensvoeders) .btn-primary:active,
  body:not(#havensvoedersgeit) .btn-primary:active,
  body:not(#kruidhof) .btn-primary:active,
  body:not(#pbos) .btn-primary:active,
  body:not(#raiffeisen-ems-vechte) .btn-primary:active,
  body:not(#rudolfpeters) .btn-primary:active,
  body:not(#theeuwes) .btn-primary:active,
  body:not(#theeuwesgeit) .btn-primary:active,
  body:not(#tvp) .btn-primary:active,
  body:not(#vanbenthem) .btn-primary:active,
  body:not(#vitelia) .btn-primary:active,
  body:not(#voergroepzuid) .btn-primary:active,
  body:not(#zosalland) .btn-primary:active,
  body:not(#abzdesamenwerking) .btn-primary.active,
  body:not(#abzdesamenwerkinggeit) .btn-primary.active,
  body:not(#arvesta) .btn-primary.active,
  body:not(#bieleman) .btn-primary.active,
  body:not(#bronsvoorthuizen) .btn-primary.active,
  body:not(#deheus) .btn-primary.active,
  body:not(#denham) .btn-primary.active,
  body:not(#dvw) .btn-primary.active,
  body:not(#dvwgeit) .btn-primary.active,
  body:not(#eendrachtrouveen) .btn-primary.active,
  body:not(#fuite) .btn-primary.active,
  body:not(#fuitegeit) .btn-primary.active,
  body:not(#havensvoeders) .btn-primary.active,
  body:not(#havensvoedersgeit) .btn-primary.active,
  body:not(#kruidhof) .btn-primary.active,
  body:not(#pbos) .btn-primary.active,
  body:not(#raiffeisen-ems-vechte) .btn-primary.active,
  body:not(#rudolfpeters) .btn-primary.active,
  body:not(#theeuwes) .btn-primary.active,
  body:not(#theeuwesgeit) .btn-primary.active,
  body:not(#tvp) .btn-primary.active,
  body:not(#vanbenthem) .btn-primary.active,
  body:not(#vitelia) .btn-primary.active,
  body:not(#voergroepzuid) .btn-primary.active,
  body:not(#zosalland) .btn-primary.active,
  .open > .dropdown-togglebody:not(#abzdesamenwerking) .btn-primary,
  .open > .dropdown-togglebody:not(#abzdesamenwerkinggeit) .btn-primary,
  .open > .dropdown-togglebody:not(#arvesta) .btn-primary,
  .open > .dropdown-togglebody:not(#bieleman) .btn-primary,
  .open > .dropdown-togglebody:not(#bronsvoorthuizen) .btn-primary,
  .open > .dropdown-togglebody:not(#deheus) .btn-primary,
  .open > .dropdown-togglebody:not(#denham) .btn-primary,
  .open > .dropdown-togglebody:not(#dvw) .btn-primary,
  .open > .dropdown-togglebody:not(#dvwgeit) .btn-primary,
  .open > .dropdown-togglebody:not(#eendrachtrouveen) .btn-primary,
  .open > .dropdown-togglebody:not(#fuite) .btn-primary,
  .open > .dropdown-togglebody:not(#fuitegeit) .btn-primary,
  .open > .dropdown-togglebody:not(#havensvoeders) .btn-primary,
  .open > .dropdown-togglebody:not(#havensvoedersgeit) .btn-primary,
  .open > .dropdown-togglebody:not(#kruidhof) .btn-primary,
  .open > .dropdown-togglebody:not(#pbos) .btn-primary,
  .open > .dropdown-togglebody:not(#raiffeisen-ems-vechte) .btn-primary,
  .open > .dropdown-togglebody:not(#rudolfpeters) .btn-primary,
  .open > .dropdown-togglebody:not(#theeuwes) .btn-primary,
  .open > .dropdown-togglebody:not(#theeuwesgeit) .btn-primary,
  .open > .dropdown-togglebody:not(#tvp) .btn-primary,
  .open > .dropdown-togglebody:not(#vanbenthem) .btn-primary,
  .open > .dropdown-togglebody:not(#vitelia) .btn-primary,
  .open > .dropdown-togglebody:not(#voergroepzuid) .btn-primary,
  .open > .dropdown-togglebody:not(#zosalland) .btn-primary {
    background-image: none;
  }
  body:not(#abzdesamenwerking) .btn-primary.disabled,
  body:not(#abzdesamenwerkinggeit) .btn-primary.disabled,
  body:not(#arvesta) .btn-primary.disabled,
  body:not(#bieleman) .btn-primary.disabled,
  body:not(#bronsvoorthuizen) .btn-primary.disabled,
  body:not(#deheus) .btn-primary.disabled,
  body:not(#denham) .btn-primary.disabled,
  body:not(#dvw) .btn-primary.disabled,
  body:not(#dvwgeit) .btn-primary.disabled,
  body:not(#eendrachtrouveen) .btn-primary.disabled,
  body:not(#fuite) .btn-primary.disabled,
  body:not(#fuitegeit) .btn-primary.disabled,
  body:not(#havensvoeders) .btn-primary.disabled,
  body:not(#havensvoedersgeit) .btn-primary.disabled,
  body:not(#kruidhof) .btn-primary.disabled,
  body:not(#pbos) .btn-primary.disabled,
  body:not(#raiffeisen-ems-vechte) .btn-primary.disabled,
  body:not(#rudolfpeters) .btn-primary.disabled,
  body:not(#theeuwes) .btn-primary.disabled,
  body:not(#theeuwesgeit) .btn-primary.disabled,
  body:not(#tvp) .btn-primary.disabled,
  body:not(#vanbenthem) .btn-primary.disabled,
  body:not(#vitelia) .btn-primary.disabled,
  body:not(#voergroepzuid) .btn-primary.disabled,
  body:not(#zosalland) .btn-primary.disabled,
  body:not(#abzdesamenwerking) .btn-primary[disabled],
  body:not(#abzdesamenwerkinggeit) .btn-primary[disabled],
  body:not(#arvesta) .btn-primary[disabled],
  body:not(#bieleman) .btn-primary[disabled],
  body:not(#bronsvoorthuizen) .btn-primary[disabled],
  body:not(#deheus) .btn-primary[disabled],
  body:not(#denham) .btn-primary[disabled],
  body:not(#dvw) .btn-primary[disabled],
  body:not(#dvwgeit) .btn-primary[disabled],
  body:not(#eendrachtrouveen) .btn-primary[disabled],
  body:not(#fuite) .btn-primary[disabled],
  body:not(#fuitegeit) .btn-primary[disabled],
  body:not(#havensvoeders) .btn-primary[disabled],
  body:not(#havensvoedersgeit) .btn-primary[disabled],
  body:not(#kruidhof) .btn-primary[disabled],
  body:not(#pbos) .btn-primary[disabled],
  body:not(#raiffeisen-ems-vechte) .btn-primary[disabled],
  body:not(#rudolfpeters) .btn-primary[disabled],
  body:not(#theeuwes) .btn-primary[disabled],
  body:not(#theeuwesgeit) .btn-primary[disabled],
  body:not(#tvp) .btn-primary[disabled],
  body:not(#vanbenthem) .btn-primary[disabled],
  body:not(#vitelia) .btn-primary[disabled],
  body:not(#voergroepzuid) .btn-primary[disabled],
  body:not(#zosalland) .btn-primary[disabled],
  fieldset[disabled] body:not(#abzdesamenwerking) .btn-primary,
  fieldset[disabled] body:not(#abzdesamenwerkinggeit) .btn-primary,
  fieldset[disabled] body:not(#arvesta) .btn-primary,
  fieldset[disabled] body:not(#bieleman) .btn-primary,
  fieldset[disabled] body:not(#bronsvoorthuizen) .btn-primary,
  fieldset[disabled] body:not(#deheus) .btn-primary,
  fieldset[disabled] body:not(#denham) .btn-primary,
  fieldset[disabled] body:not(#dvw) .btn-primary,
  fieldset[disabled] body:not(#dvwgeit) .btn-primary,
  fieldset[disabled] body:not(#eendrachtrouveen) .btn-primary,
  fieldset[disabled] body:not(#fuite) .btn-primary,
  fieldset[disabled] body:not(#fuitegeit) .btn-primary,
  fieldset[disabled] body:not(#havensvoeders) .btn-primary,
  fieldset[disabled] body:not(#havensvoedersgeit) .btn-primary,
  fieldset[disabled] body:not(#kruidhof) .btn-primary,
  fieldset[disabled] body:not(#pbos) .btn-primary,
  fieldset[disabled] body:not(#raiffeisen-ems-vechte) .btn-primary,
  fieldset[disabled] body:not(#rudolfpeters) .btn-primary,
  fieldset[disabled] body:not(#theeuwes) .btn-primary,
  fieldset[disabled] body:not(#theeuwesgeit) .btn-primary,
  fieldset[disabled] body:not(#tvp) .btn-primary,
  fieldset[disabled] body:not(#vanbenthem) .btn-primary,
  fieldset[disabled] body:not(#vitelia) .btn-primary,
  fieldset[disabled] body:not(#voergroepzuid) .btn-primary,
  fieldset[disabled] body:not(#zosalland) .btn-primary,
  body:not(#abzdesamenwerking) .btn-primary.disabled:hover,
  body:not(#abzdesamenwerkinggeit) .btn-primary.disabled:hover,
  body:not(#arvesta) .btn-primary.disabled:hover,
  body:not(#bieleman) .btn-primary.disabled:hover,
  body:not(#bronsvoorthuizen) .btn-primary.disabled:hover,
  body:not(#deheus) .btn-primary.disabled:hover,
  body:not(#denham) .btn-primary.disabled:hover,
  body:not(#dvw) .btn-primary.disabled:hover,
  body:not(#dvwgeit) .btn-primary.disabled:hover,
  body:not(#eendrachtrouveen) .btn-primary.disabled:hover,
  body:not(#fuite) .btn-primary.disabled:hover,
  body:not(#fuitegeit) .btn-primary.disabled:hover,
  body:not(#havensvoeders) .btn-primary.disabled:hover,
  body:not(#havensvoedersgeit) .btn-primary.disabled:hover,
  body:not(#kruidhof) .btn-primary.disabled:hover,
  body:not(#pbos) .btn-primary.disabled:hover,
  body:not(#raiffeisen-ems-vechte) .btn-primary.disabled:hover,
  body:not(#rudolfpeters) .btn-primary.disabled:hover,
  body:not(#theeuwes) .btn-primary.disabled:hover,
  body:not(#theeuwesgeit) .btn-primary.disabled:hover,
  body:not(#tvp) .btn-primary.disabled:hover,
  body:not(#vanbenthem) .btn-primary.disabled:hover,
  body:not(#vitelia) .btn-primary.disabled:hover,
  body:not(#voergroepzuid) .btn-primary.disabled:hover,
  body:not(#zosalland) .btn-primary.disabled:hover,
  body:not(#abzdesamenwerking) .btn-primary[disabled]:hover,
  body:not(#abzdesamenwerkinggeit) .btn-primary[disabled]:hover,
  body:not(#arvesta) .btn-primary[disabled]:hover,
  body:not(#bieleman) .btn-primary[disabled]:hover,
  body:not(#bronsvoorthuizen) .btn-primary[disabled]:hover,
  body:not(#deheus) .btn-primary[disabled]:hover,
  body:not(#denham) .btn-primary[disabled]:hover,
  body:not(#dvw) .btn-primary[disabled]:hover,
  body:not(#dvwgeit) .btn-primary[disabled]:hover,
  body:not(#eendrachtrouveen) .btn-primary[disabled]:hover,
  body:not(#fuite) .btn-primary[disabled]:hover,
  body:not(#fuitegeit) .btn-primary[disabled]:hover,
  body:not(#havensvoeders) .btn-primary[disabled]:hover,
  body:not(#havensvoedersgeit) .btn-primary[disabled]:hover,
  body:not(#kruidhof) .btn-primary[disabled]:hover,
  body:not(#pbos) .btn-primary[disabled]:hover,
  body:not(#raiffeisen-ems-vechte) .btn-primary[disabled]:hover,
  body:not(#rudolfpeters) .btn-primary[disabled]:hover,
  body:not(#theeuwes) .btn-primary[disabled]:hover,
  body:not(#theeuwesgeit) .btn-primary[disabled]:hover,
  body:not(#tvp) .btn-primary[disabled]:hover,
  body:not(#vanbenthem) .btn-primary[disabled]:hover,
  body:not(#vitelia) .btn-primary[disabled]:hover,
  body:not(#voergroepzuid) .btn-primary[disabled]:hover,
  body:not(#zosalland) .btn-primary[disabled]:hover,
  fieldset[disabled] body:not(#abzdesamenwerking) .btn-primary:hover,
  fieldset[disabled] body:not(#abzdesamenwerkinggeit) .btn-primary:hover,
  fieldset[disabled] body:not(#arvesta) .btn-primary:hover,
  fieldset[disabled] body:not(#bieleman) .btn-primary:hover,
  fieldset[disabled] body:not(#bronsvoorthuizen) .btn-primary:hover,
  fieldset[disabled] body:not(#deheus) .btn-primary:hover,
  fieldset[disabled] body:not(#denham) .btn-primary:hover,
  fieldset[disabled] body:not(#dvw) .btn-primary:hover,
  fieldset[disabled] body:not(#dvwgeit) .btn-primary:hover,
  fieldset[disabled] body:not(#eendrachtrouveen) .btn-primary:hover,
  fieldset[disabled] body:not(#fuite) .btn-primary:hover,
  fieldset[disabled] body:not(#fuitegeit) .btn-primary:hover,
  fieldset[disabled] body:not(#havensvoeders) .btn-primary:hover,
  fieldset[disabled] body:not(#havensvoedersgeit) .btn-primary:hover,
  fieldset[disabled] body:not(#kruidhof) .btn-primary:hover,
  fieldset[disabled] body:not(#pbos) .btn-primary:hover,
  fieldset[disabled] body:not(#raiffeisen-ems-vechte) .btn-primary:hover,
  fieldset[disabled] body:not(#rudolfpeters) .btn-primary:hover,
  fieldset[disabled] body:not(#theeuwes) .btn-primary:hover,
  fieldset[disabled] body:not(#theeuwesgeit) .btn-primary:hover,
  fieldset[disabled] body:not(#tvp) .btn-primary:hover,
  fieldset[disabled] body:not(#vanbenthem) .btn-primary:hover,
  fieldset[disabled] body:not(#vitelia) .btn-primary:hover,
  fieldset[disabled] body:not(#voergroepzuid) .btn-primary:hover,
  fieldset[disabled] body:not(#zosalland) .btn-primary:hover,
  body:not(#abzdesamenwerking) .btn-primary.disabled:focus,
  body:not(#abzdesamenwerkinggeit) .btn-primary.disabled:focus,
  body:not(#arvesta) .btn-primary.disabled:focus,
  body:not(#bieleman) .btn-primary.disabled:focus,
  body:not(#bronsvoorthuizen) .btn-primary.disabled:focus,
  body:not(#deheus) .btn-primary.disabled:focus,
  body:not(#denham) .btn-primary.disabled:focus,
  body:not(#dvw) .btn-primary.disabled:focus,
  body:not(#dvwgeit) .btn-primary.disabled:focus,
  body:not(#eendrachtrouveen) .btn-primary.disabled:focus,
  body:not(#fuite) .btn-primary.disabled:focus,
  body:not(#fuitegeit) .btn-primary.disabled:focus,
  body:not(#havensvoeders) .btn-primary.disabled:focus,
  body:not(#havensvoedersgeit) .btn-primary.disabled:focus,
  body:not(#kruidhof) .btn-primary.disabled:focus,
  body:not(#pbos) .btn-primary.disabled:focus,
  body:not(#raiffeisen-ems-vechte) .btn-primary.disabled:focus,
  body:not(#rudolfpeters) .btn-primary.disabled:focus,
  body:not(#theeuwes) .btn-primary.disabled:focus,
  body:not(#theeuwesgeit) .btn-primary.disabled:focus,
  body:not(#tvp) .btn-primary.disabled:focus,
  body:not(#vanbenthem) .btn-primary.disabled:focus,
  body:not(#vitelia) .btn-primary.disabled:focus,
  body:not(#voergroepzuid) .btn-primary.disabled:focus,
  body:not(#zosalland) .btn-primary.disabled:focus,
  body:not(#abzdesamenwerking) .btn-primary[disabled]:focus,
  body:not(#abzdesamenwerkinggeit) .btn-primary[disabled]:focus,
  body:not(#arvesta) .btn-primary[disabled]:focus,
  body:not(#bieleman) .btn-primary[disabled]:focus,
  body:not(#bronsvoorthuizen) .btn-primary[disabled]:focus,
  body:not(#deheus) .btn-primary[disabled]:focus,
  body:not(#denham) .btn-primary[disabled]:focus,
  body:not(#dvw) .btn-primary[disabled]:focus,
  body:not(#dvwgeit) .btn-primary[disabled]:focus,
  body:not(#eendrachtrouveen) .btn-primary[disabled]:focus,
  body:not(#fuite) .btn-primary[disabled]:focus,
  body:not(#fuitegeit) .btn-primary[disabled]:focus,
  body:not(#havensvoeders) .btn-primary[disabled]:focus,
  body:not(#havensvoedersgeit) .btn-primary[disabled]:focus,
  body:not(#kruidhof) .btn-primary[disabled]:focus,
  body:not(#pbos) .btn-primary[disabled]:focus,
  body:not(#raiffeisen-ems-vechte) .btn-primary[disabled]:focus,
  body:not(#rudolfpeters) .btn-primary[disabled]:focus,
  body:not(#theeuwes) .btn-primary[disabled]:focus,
  body:not(#theeuwesgeit) .btn-primary[disabled]:focus,
  body:not(#tvp) .btn-primary[disabled]:focus,
  body:not(#vanbenthem) .btn-primary[disabled]:focus,
  body:not(#vitelia) .btn-primary[disabled]:focus,
  body:not(#voergroepzuid) .btn-primary[disabled]:focus,
  body:not(#zosalland) .btn-primary[disabled]:focus,
  fieldset[disabled] body:not(#abzdesamenwerking) .btn-primary:focus,
  fieldset[disabled] body:not(#abzdesamenwerkinggeit) .btn-primary:focus,
  fieldset[disabled] body:not(#arvesta) .btn-primary:focus,
  fieldset[disabled] body:not(#bieleman) .btn-primary:focus,
  fieldset[disabled] body:not(#bronsvoorthuizen) .btn-primary:focus,
  fieldset[disabled] body:not(#deheus) .btn-primary:focus,
  fieldset[disabled] body:not(#denham) .btn-primary:focus,
  fieldset[disabled] body:not(#dvw) .btn-primary:focus,
  fieldset[disabled] body:not(#dvwgeit) .btn-primary:focus,
  fieldset[disabled] body:not(#eendrachtrouveen) .btn-primary:focus,
  fieldset[disabled] body:not(#fuite) .btn-primary:focus,
  fieldset[disabled] body:not(#fuitegeit) .btn-primary:focus,
  fieldset[disabled] body:not(#havensvoeders) .btn-primary:focus,
  fieldset[disabled] body:not(#havensvoedersgeit) .btn-primary:focus,
  fieldset[disabled] body:not(#kruidhof) .btn-primary:focus,
  fieldset[disabled] body:not(#pbos) .btn-primary:focus,
  fieldset[disabled] body:not(#raiffeisen-ems-vechte) .btn-primary:focus,
  fieldset[disabled] body:not(#rudolfpeters) .btn-primary:focus,
  fieldset[disabled] body:not(#theeuwes) .btn-primary:focus,
  fieldset[disabled] body:not(#theeuwesgeit) .btn-primary:focus,
  fieldset[disabled] body:not(#tvp) .btn-primary:focus,
  fieldset[disabled] body:not(#vanbenthem) .btn-primary:focus,
  fieldset[disabled] body:not(#vitelia) .btn-primary:focus,
  fieldset[disabled] body:not(#voergroepzuid) .btn-primary:focus,
  fieldset[disabled] body:not(#zosalland) .btn-primary:focus,
  body:not(#abzdesamenwerking) .btn-primary.disabled:active,
  body:not(#abzdesamenwerkinggeit) .btn-primary.disabled:active,
  body:not(#arvesta) .btn-primary.disabled:active,
  body:not(#bieleman) .btn-primary.disabled:active,
  body:not(#bronsvoorthuizen) .btn-primary.disabled:active,
  body:not(#deheus) .btn-primary.disabled:active,
  body:not(#denham) .btn-primary.disabled:active,
  body:not(#dvw) .btn-primary.disabled:active,
  body:not(#dvwgeit) .btn-primary.disabled:active,
  body:not(#eendrachtrouveen) .btn-primary.disabled:active,
  body:not(#fuite) .btn-primary.disabled:active,
  body:not(#fuitegeit) .btn-primary.disabled:active,
  body:not(#havensvoeders) .btn-primary.disabled:active,
  body:not(#havensvoedersgeit) .btn-primary.disabled:active,
  body:not(#kruidhof) .btn-primary.disabled:active,
  body:not(#pbos) .btn-primary.disabled:active,
  body:not(#raiffeisen-ems-vechte) .btn-primary.disabled:active,
  body:not(#rudolfpeters) .btn-primary.disabled:active,
  body:not(#theeuwes) .btn-primary.disabled:active,
  body:not(#theeuwesgeit) .btn-primary.disabled:active,
  body:not(#tvp) .btn-primary.disabled:active,
  body:not(#vanbenthem) .btn-primary.disabled:active,
  body:not(#vitelia) .btn-primary.disabled:active,
  body:not(#voergroepzuid) .btn-primary.disabled:active,
  body:not(#zosalland) .btn-primary.disabled:active,
  body:not(#abzdesamenwerking) .btn-primary[disabled]:active,
  body:not(#abzdesamenwerkinggeit) .btn-primary[disabled]:active,
  body:not(#arvesta) .btn-primary[disabled]:active,
  body:not(#bieleman) .btn-primary[disabled]:active,
  body:not(#bronsvoorthuizen) .btn-primary[disabled]:active,
  body:not(#deheus) .btn-primary[disabled]:active,
  body:not(#denham) .btn-primary[disabled]:active,
  body:not(#dvw) .btn-primary[disabled]:active,
  body:not(#dvwgeit) .btn-primary[disabled]:active,
  body:not(#eendrachtrouveen) .btn-primary[disabled]:active,
  body:not(#fuite) .btn-primary[disabled]:active,
  body:not(#fuitegeit) .btn-primary[disabled]:active,
  body:not(#havensvoeders) .btn-primary[disabled]:active,
  body:not(#havensvoedersgeit) .btn-primary[disabled]:active,
  body:not(#kruidhof) .btn-primary[disabled]:active,
  body:not(#pbos) .btn-primary[disabled]:active,
  body:not(#raiffeisen-ems-vechte) .btn-primary[disabled]:active,
  body:not(#rudolfpeters) .btn-primary[disabled]:active,
  body:not(#theeuwes) .btn-primary[disabled]:active,
  body:not(#theeuwesgeit) .btn-primary[disabled]:active,
  body:not(#tvp) .btn-primary[disabled]:active,
  body:not(#vanbenthem) .btn-primary[disabled]:active,
  body:not(#vitelia) .btn-primary[disabled]:active,
  body:not(#voergroepzuid) .btn-primary[disabled]:active,
  body:not(#zosalland) .btn-primary[disabled]:active,
  fieldset[disabled] body:not(#abzdesamenwerking) .btn-primary:active,
  fieldset[disabled] body:not(#abzdesamenwerkinggeit) .btn-primary:active,
  fieldset[disabled] body:not(#arvesta) .btn-primary:active,
  fieldset[disabled] body:not(#bieleman) .btn-primary:active,
  fieldset[disabled] body:not(#bronsvoorthuizen) .btn-primary:active,
  fieldset[disabled] body:not(#deheus) .btn-primary:active,
  fieldset[disabled] body:not(#denham) .btn-primary:active,
  fieldset[disabled] body:not(#dvw) .btn-primary:active,
  fieldset[disabled] body:not(#dvwgeit) .btn-primary:active,
  fieldset[disabled] body:not(#eendrachtrouveen) .btn-primary:active,
  fieldset[disabled] body:not(#fuite) .btn-primary:active,
  fieldset[disabled] body:not(#fuitegeit) .btn-primary:active,
  fieldset[disabled] body:not(#havensvoeders) .btn-primary:active,
  fieldset[disabled] body:not(#havensvoedersgeit) .btn-primary:active,
  fieldset[disabled] body:not(#kruidhof) .btn-primary:active,
  fieldset[disabled] body:not(#pbos) .btn-primary:active,
  fieldset[disabled] body:not(#raiffeisen-ems-vechte) .btn-primary:active,
  fieldset[disabled] body:not(#rudolfpeters) .btn-primary:active,
  fieldset[disabled] body:not(#theeuwes) .btn-primary:active,
  fieldset[disabled] body:not(#theeuwesgeit) .btn-primary:active,
  fieldset[disabled] body:not(#tvp) .btn-primary:active,
  fieldset[disabled] body:not(#vanbenthem) .btn-primary:active,
  fieldset[disabled] body:not(#vitelia) .btn-primary:active,
  fieldset[disabled] body:not(#voergroepzuid) .btn-primary:active,
  fieldset[disabled] body:not(#zosalland) .btn-primary:active,
  body:not(#abzdesamenwerking) .btn-primary.disabled.active,
  body:not(#abzdesamenwerkinggeit) .btn-primary.disabled.active,
  body:not(#arvesta) .btn-primary.disabled.active,
  body:not(#bieleman) .btn-primary.disabled.active,
  body:not(#bronsvoorthuizen) .btn-primary.disabled.active,
  body:not(#deheus) .btn-primary.disabled.active,
  body:not(#denham) .btn-primary.disabled.active,
  body:not(#dvw) .btn-primary.disabled.active,
  body:not(#dvwgeit) .btn-primary.disabled.active,
  body:not(#eendrachtrouveen) .btn-primary.disabled.active,
  body:not(#fuite) .btn-primary.disabled.active,
  body:not(#fuitegeit) .btn-primary.disabled.active,
  body:not(#havensvoeders) .btn-primary.disabled.active,
  body:not(#havensvoedersgeit) .btn-primary.disabled.active,
  body:not(#kruidhof) .btn-primary.disabled.active,
  body:not(#pbos) .btn-primary.disabled.active,
  body:not(#raiffeisen-ems-vechte) .btn-primary.disabled.active,
  body:not(#rudolfpeters) .btn-primary.disabled.active,
  body:not(#theeuwes) .btn-primary.disabled.active,
  body:not(#theeuwesgeit) .btn-primary.disabled.active,
  body:not(#tvp) .btn-primary.disabled.active,
  body:not(#vanbenthem) .btn-primary.disabled.active,
  body:not(#vitelia) .btn-primary.disabled.active,
  body:not(#voergroepzuid) .btn-primary.disabled.active,
  body:not(#zosalland) .btn-primary.disabled.active,
  body:not(#abzdesamenwerking) .btn-primary[disabled].active,
  body:not(#abzdesamenwerkinggeit) .btn-primary[disabled].active,
  body:not(#arvesta) .btn-primary[disabled].active,
  body:not(#bieleman) .btn-primary[disabled].active,
  body:not(#bronsvoorthuizen) .btn-primary[disabled].active,
  body:not(#deheus) .btn-primary[disabled].active,
  body:not(#denham) .btn-primary[disabled].active,
  body:not(#dvw) .btn-primary[disabled].active,
  body:not(#dvwgeit) .btn-primary[disabled].active,
  body:not(#eendrachtrouveen) .btn-primary[disabled].active,
  body:not(#fuite) .btn-primary[disabled].active,
  body:not(#fuitegeit) .btn-primary[disabled].active,
  body:not(#havensvoeders) .btn-primary[disabled].active,
  body:not(#havensvoedersgeit) .btn-primary[disabled].active,
  body:not(#kruidhof) .btn-primary[disabled].active,
  body:not(#pbos) .btn-primary[disabled].active,
  body:not(#raiffeisen-ems-vechte) .btn-primary[disabled].active,
  body:not(#rudolfpeters) .btn-primary[disabled].active,
  body:not(#theeuwes) .btn-primary[disabled].active,
  body:not(#theeuwesgeit) .btn-primary[disabled].active,
  body:not(#tvp) .btn-primary[disabled].active,
  body:not(#vanbenthem) .btn-primary[disabled].active,
  body:not(#vitelia) .btn-primary[disabled].active,
  body:not(#voergroepzuid) .btn-primary[disabled].active,
  body:not(#zosalland) .btn-primary[disabled].active,
  fieldset[disabled] body:not(#abzdesamenwerking) .btn-primary.active,
  fieldset[disabled] body:not(#abzdesamenwerkinggeit) .btn-primary.active,
  fieldset[disabled] body:not(#arvesta) .btn-primary.active,
  fieldset[disabled] body:not(#bieleman) .btn-primary.active,
  fieldset[disabled] body:not(#bronsvoorthuizen) .btn-primary.active,
  fieldset[disabled] body:not(#deheus) .btn-primary.active,
  fieldset[disabled] body:not(#denham) .btn-primary.active,
  fieldset[disabled] body:not(#dvw) .btn-primary.active,
  fieldset[disabled] body:not(#dvwgeit) .btn-primary.active,
  fieldset[disabled] body:not(#eendrachtrouveen) .btn-primary.active,
  fieldset[disabled] body:not(#fuite) .btn-primary.active,
  fieldset[disabled] body:not(#fuitegeit) .btn-primary.active,
  fieldset[disabled] body:not(#havensvoeders) .btn-primary.active,
  fieldset[disabled] body:not(#havensvoedersgeit) .btn-primary.active,
  fieldset[disabled] body:not(#kruidhof) .btn-primary.active,
  fieldset[disabled] body:not(#pbos) .btn-primary.active,
  fieldset[disabled] body:not(#raiffeisen-ems-vechte) .btn-primary.active,
  fieldset[disabled] body:not(#rudolfpeters) .btn-primary.active,
  fieldset[disabled] body:not(#theeuwes) .btn-primary.active,
  fieldset[disabled] body:not(#theeuwesgeit) .btn-primary.active,
  fieldset[disabled] body:not(#tvp) .btn-primary.active,
  fieldset[disabled] body:not(#vanbenthem) .btn-primary.active,
  fieldset[disabled] body:not(#vitelia) .btn-primary.active,
  fieldset[disabled] body:not(#voergroepzuid) .btn-primary.active,
  fieldset[disabled] body:not(#zosalland) .btn-primary.active {
    background-color: #41a05e;
    border-color: #245733;
  }
  body:not(#abzdesamenwerking) .btn-primary .badge,
  body:not(#abzdesamenwerkinggeit) .btn-primary .badge,
  body:not(#arvesta) .btn-primary .badge,
  body:not(#bieleman) .btn-primary .badge,
  body:not(#bronsvoorthuizen) .btn-primary .badge,
  body:not(#deheus) .btn-primary .badge,
  body:not(#denham) .btn-primary .badge,
  body:not(#dvw) .btn-primary .badge,
  body:not(#dvwgeit) .btn-primary .badge,
  body:not(#eendrachtrouveen) .btn-primary .badge,
  body:not(#fuite) .btn-primary .badge,
  body:not(#fuitegeit) .btn-primary .badge,
  body:not(#havensvoeders) .btn-primary .badge,
  body:not(#havensvoedersgeit) .btn-primary .badge,
  body:not(#kruidhof) .btn-primary .badge,
  body:not(#pbos) .btn-primary .badge,
  body:not(#raiffeisen-ems-vechte) .btn-primary .badge,
  body:not(#rudolfpeters) .btn-primary .badge,
  body:not(#theeuwes) .btn-primary .badge,
  body:not(#theeuwesgeit) .btn-primary .badge,
  body:not(#tvp) .btn-primary .badge,
  body:not(#vanbenthem) .btn-primary .badge,
  body:not(#vitelia) .btn-primary .badge,
  body:not(#voergroepzuid) .btn-primary .badge,
  body:not(#zosalland) .btn-primary .badge {
    color: #41a05e;
    background-color: #fff;
  }
  body:not(#abzdesamenwerking) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#abzdesamenwerkinggeit) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#arvesta) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#bieleman) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#bronsvoorthuizen) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#deheus) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#denham) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#dvw) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#dvwgeit) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#eendrachtrouveen) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#fuite) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#fuitegeit) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#havensvoeders) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#havensvoedersgeit) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#kruidhof) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#pbos) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#raiffeisen-ems-vechte) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#rudolfpeters) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#theeuwes) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#theeuwesgeit) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#tvp) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#vanbenthem) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#vitelia) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#voergroepzuid) .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body:not(#zosalland) .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #41a05e !important;
  }
  body:not(#abzdesamenwerking) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#abzdesamenwerkinggeit) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#arvesta) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#bieleman) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#bronsvoorthuizen) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#deheus) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#denham) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#dvw) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#dvwgeit) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#eendrachtrouveen) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#fuite) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#fuitegeit) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#havensvoeders) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#havensvoedersgeit) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#kruidhof) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#pbos) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#raiffeisen-ems-vechte) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#rudolfpeters) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#theeuwes) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#theeuwesgeit) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#tvp) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#vanbenthem) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#vitelia) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#voergroepzuid) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body:not(#zosalland) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #3a8e53 !important;
  }
  body:not(#abzdesamenwerking) .navbar.navbar-default.navbar-fixed-top,
  body:not(#abzdesamenwerkinggeit) .navbar.navbar-default.navbar-fixed-top,
  body:not(#arvesta) .navbar.navbar-default.navbar-fixed-top,
  body:not(#bieleman) .navbar.navbar-default.navbar-fixed-top,
  body:not(#bronsvoorthuizen) .navbar.navbar-default.navbar-fixed-top,
  body:not(#deheus) .navbar.navbar-default.navbar-fixed-top,
  body:not(#denham) .navbar.navbar-default.navbar-fixed-top,
  body:not(#dvw) .navbar.navbar-default.navbar-fixed-top,
  body:not(#dvwgeit) .navbar.navbar-default.navbar-fixed-top,
  body:not(#eendrachtrouveen) .navbar.navbar-default.navbar-fixed-top,
  body:not(#fuite) .navbar.navbar-default.navbar-fixed-top,
  body:not(#fuitegeit) .navbar.navbar-default.navbar-fixed-top,
  body:not(#havensvoeders) .navbar.navbar-default.navbar-fixed-top,
  body:not(#havensvoedersgeit) .navbar.navbar-default.navbar-fixed-top,
  body:not(#kruidhof) .navbar.navbar-default.navbar-fixed-top,
  body:not(#pbos) .navbar.navbar-default.navbar-fixed-top,
  body:not(#raiffeisen-ems-vechte) .navbar.navbar-default.navbar-fixed-top,
  body:not(#rudolfpeters) .navbar.navbar-default.navbar-fixed-top,
  body:not(#theeuwes) .navbar.navbar-default.navbar-fixed-top,
  body:not(#theeuwesgeit) .navbar.navbar-default.navbar-fixed-top,
  body:not(#tvp) .navbar.navbar-default.navbar-fixed-top,
  body:not(#vanbenthem) .navbar.navbar-default.navbar-fixed-top,
  body:not(#vitelia) .navbar.navbar-default.navbar-fixed-top,
  body:not(#voergroepzuid) .navbar.navbar-default.navbar-fixed-top,
  body:not(#zosalland) .navbar.navbar-default.navbar-fixed-top {
    background: #414143;
  }
  body:not(#abzdesamenwerking) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#abzdesamenwerkinggeit) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#arvesta) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#bieleman) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#bronsvoorthuizen) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#deheus) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#denham) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#dvw) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#dvwgeit) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#eendrachtrouveen) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#fuite) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#fuitegeit) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#havensvoeders) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#havensvoedersgeit) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#kruidhof) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#pbos) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#raiffeisen-ems-vechte) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#rudolfpeters) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#theeuwes) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#theeuwesgeit) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#tvp) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#vanbenthem) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#vitelia) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#voergroepzuid) .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body:not(#zosalland) .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body:not(#abzdesamenwerking) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#abzdesamenwerkinggeit) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#arvesta) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#bieleman) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#bronsvoorthuizen) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#deheus) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#denham) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#dvw) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#dvwgeit) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#eendrachtrouveen) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#fuite) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#fuitegeit) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#havensvoeders) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#havensvoedersgeit) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#kruidhof) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#pbos) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#raiffeisen-ems-vechte) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#rudolfpeters) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#theeuwes) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#theeuwesgeit) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#tvp) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#vanbenthem) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#vitelia) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#voergroepzuid) .navbar.navbar-default.navbar-fixed-top li.current a,
  body:not(#zosalland) .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #41a05e !important;
  }
  body:not(#abzdesamenwerking) .nav.navbar-nav ul,
  body:not(#abzdesamenwerkinggeit) .nav.navbar-nav ul,
  body:not(#arvesta) .nav.navbar-nav ul,
  body:not(#bieleman) .nav.navbar-nav ul,
  body:not(#bronsvoorthuizen) .nav.navbar-nav ul,
  body:not(#deheus) .nav.navbar-nav ul,
  body:not(#denham) .nav.navbar-nav ul,
  body:not(#dvw) .nav.navbar-nav ul,
  body:not(#dvwgeit) .nav.navbar-nav ul,
  body:not(#eendrachtrouveen) .nav.navbar-nav ul,
  body:not(#fuite) .nav.navbar-nav ul,
  body:not(#fuitegeit) .nav.navbar-nav ul,
  body:not(#havensvoeders) .nav.navbar-nav ul,
  body:not(#havensvoedersgeit) .nav.navbar-nav ul,
  body:not(#kruidhof) .nav.navbar-nav ul,
  body:not(#pbos) .nav.navbar-nav ul,
  body:not(#raiffeisen-ems-vechte) .nav.navbar-nav ul,
  body:not(#rudolfpeters) .nav.navbar-nav ul,
  body:not(#theeuwes) .nav.navbar-nav ul,
  body:not(#theeuwesgeit) .nav.navbar-nav ul,
  body:not(#tvp) .nav.navbar-nav ul,
  body:not(#vanbenthem) .nav.navbar-nav ul,
  body:not(#vitelia) .nav.navbar-nav ul,
  body:not(#voergroepzuid) .nav.navbar-nav ul,
  body:not(#zosalland) .nav.navbar-nav ul {
    background: #343436;
  }
  body:not(#abzdesamenwerking) .nav.navbar-nav .has-submenu,
  body:not(#abzdesamenwerkinggeit) .nav.navbar-nav .has-submenu,
  body:not(#arvesta) .nav.navbar-nav .has-submenu,
  body:not(#bieleman) .nav.navbar-nav .has-submenu,
  body:not(#bronsvoorthuizen) .nav.navbar-nav .has-submenu,
  body:not(#deheus) .nav.navbar-nav .has-submenu,
  body:not(#denham) .nav.navbar-nav .has-submenu,
  body:not(#dvw) .nav.navbar-nav .has-submenu,
  body:not(#dvwgeit) .nav.navbar-nav .has-submenu,
  body:not(#eendrachtrouveen) .nav.navbar-nav .has-submenu,
  body:not(#fuite) .nav.navbar-nav .has-submenu,
  body:not(#fuitegeit) .nav.navbar-nav .has-submenu,
  body:not(#havensvoeders) .nav.navbar-nav .has-submenu,
  body:not(#havensvoedersgeit) .nav.navbar-nav .has-submenu,
  body:not(#kruidhof) .nav.navbar-nav .has-submenu,
  body:not(#pbos) .nav.navbar-nav .has-submenu,
  body:not(#raiffeisen-ems-vechte) .nav.navbar-nav .has-submenu,
  body:not(#rudolfpeters) .nav.navbar-nav .has-submenu,
  body:not(#theeuwes) .nav.navbar-nav .has-submenu,
  body:not(#theeuwesgeit) .nav.navbar-nav .has-submenu,
  body:not(#tvp) .nav.navbar-nav .has-submenu,
  body:not(#vanbenthem) .nav.navbar-nav .has-submenu,
  body:not(#vitelia) .nav.navbar-nav .has-submenu,
  body:not(#voergroepzuid) .nav.navbar-nav .has-submenu,
  body:not(#zosalland) .nav.navbar-nav .has-submenu {
    background: #414143 !important;
  }
  body:not(#abzdesamenwerking) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#abzdesamenwerkinggeit) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#arvesta) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#bieleman) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#bronsvoorthuizen) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#deheus) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#denham) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#dvw) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#dvwgeit) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#eendrachtrouveen) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#fuite) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#fuitegeit) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#havensvoeders) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#havensvoedersgeit) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#kruidhof) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#pbos) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#raiffeisen-ems-vechte) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#rudolfpeters) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#theeuwes) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#theeuwesgeit) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#tvp) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#vanbenthem) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#vitelia) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#voergroepzuid) .nav.navbar-nav .has-submenu + ul > li a,
  body:not(#zosalland) .nav.navbar-nav .has-submenu + ul > li a {
    background: #343436 !important;
  }
  body:not(#abzdesamenwerking) .navbar-default .navbar-toggle:hover,
  body:not(#abzdesamenwerkinggeit) .navbar-default .navbar-toggle:hover,
  body:not(#arvesta) .navbar-default .navbar-toggle:hover,
  body:not(#bieleman) .navbar-default .navbar-toggle:hover,
  body:not(#bronsvoorthuizen) .navbar-default .navbar-toggle:hover,
  body:not(#deheus) .navbar-default .navbar-toggle:hover,
  body:not(#denham) .navbar-default .navbar-toggle:hover,
  body:not(#dvw) .navbar-default .navbar-toggle:hover,
  body:not(#dvwgeit) .navbar-default .navbar-toggle:hover,
  body:not(#eendrachtrouveen) .navbar-default .navbar-toggle:hover,
  body:not(#fuite) .navbar-default .navbar-toggle:hover,
  body:not(#fuitegeit) .navbar-default .navbar-toggle:hover,
  body:not(#havensvoeders) .navbar-default .navbar-toggle:hover,
  body:not(#havensvoedersgeit) .navbar-default .navbar-toggle:hover,
  body:not(#kruidhof) .navbar-default .navbar-toggle:hover,
  body:not(#pbos) .navbar-default .navbar-toggle:hover,
  body:not(#raiffeisen-ems-vechte) .navbar-default .navbar-toggle:hover,
  body:not(#rudolfpeters) .navbar-default .navbar-toggle:hover,
  body:not(#theeuwes) .navbar-default .navbar-toggle:hover,
  body:not(#theeuwesgeit) .navbar-default .navbar-toggle:hover,
  body:not(#tvp) .navbar-default .navbar-toggle:hover,
  body:not(#vanbenthem) .navbar-default .navbar-toggle:hover,
  body:not(#vitelia) .navbar-default .navbar-toggle:hover,
  body:not(#voergroepzuid) .navbar-default .navbar-toggle:hover,
  body:not(#zosalland) .navbar-default .navbar-toggle:hover,
  body:not(#abzdesamenwerking) .navbar-default .navbar-toggle:focus,
  body:not(#abzdesamenwerkinggeit) .navbar-default .navbar-toggle:focus,
  body:not(#arvesta) .navbar-default .navbar-toggle:focus,
  body:not(#bieleman) .navbar-default .navbar-toggle:focus,
  body:not(#bronsvoorthuizen) .navbar-default .navbar-toggle:focus,
  body:not(#deheus) .navbar-default .navbar-toggle:focus,
  body:not(#denham) .navbar-default .navbar-toggle:focus,
  body:not(#dvw) .navbar-default .navbar-toggle:focus,
  body:not(#dvwgeit) .navbar-default .navbar-toggle:focus,
  body:not(#eendrachtrouveen) .navbar-default .navbar-toggle:focus,
  body:not(#fuite) .navbar-default .navbar-toggle:focus,
  body:not(#fuitegeit) .navbar-default .navbar-toggle:focus,
  body:not(#havensvoeders) .navbar-default .navbar-toggle:focus,
  body:not(#havensvoedersgeit) .navbar-default .navbar-toggle:focus,
  body:not(#kruidhof) .navbar-default .navbar-toggle:focus,
  body:not(#pbos) .navbar-default .navbar-toggle:focus,
  body:not(#raiffeisen-ems-vechte) .navbar-default .navbar-toggle:focus,
  body:not(#rudolfpeters) .navbar-default .navbar-toggle:focus,
  body:not(#theeuwes) .navbar-default .navbar-toggle:focus,
  body:not(#theeuwesgeit) .navbar-default .navbar-toggle:focus,
  body:not(#tvp) .navbar-default .navbar-toggle:focus,
  body:not(#vanbenthem) .navbar-default .navbar-toggle:focus,
  body:not(#vitelia) .navbar-default .navbar-toggle:focus,
  body:not(#voergroepzuid) .navbar-default .navbar-toggle:focus,
  body:not(#zosalland) .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body:not(#abzdesamenwerking) form.simple_form > .panel.setup-content,
  body:not(#abzdesamenwerkinggeit) form.simple_form > .panel.setup-content,
  body:not(#arvesta) form.simple_form > .panel.setup-content,
  body:not(#bieleman) form.simple_form > .panel.setup-content,
  body:not(#bronsvoorthuizen) form.simple_form > .panel.setup-content,
  body:not(#deheus) form.simple_form > .panel.setup-content,
  body:not(#denham) form.simple_form > .panel.setup-content,
  body:not(#dvw) form.simple_form > .panel.setup-content,
  body:not(#dvwgeit) form.simple_form > .panel.setup-content,
  body:not(#eendrachtrouveen) form.simple_form > .panel.setup-content,
  body:not(#fuite) form.simple_form > .panel.setup-content,
  body:not(#fuitegeit) form.simple_form > .panel.setup-content,
  body:not(#havensvoeders) form.simple_form > .panel.setup-content,
  body:not(#havensvoedersgeit) form.simple_form > .panel.setup-content,
  body:not(#kruidhof) form.simple_form > .panel.setup-content,
  body:not(#pbos) form.simple_form > .panel.setup-content,
  body:not(#raiffeisen-ems-vechte) form.simple_form > .panel.setup-content,
  body:not(#rudolfpeters) form.simple_form > .panel.setup-content,
  body:not(#theeuwes) form.simple_form > .panel.setup-content,
  body:not(#theeuwesgeit) form.simple_form > .panel.setup-content,
  body:not(#tvp) form.simple_form > .panel.setup-content,
  body:not(#vanbenthem) form.simple_form > .panel.setup-content,
  body:not(#vitelia) form.simple_form > .panel.setup-content,
  body:not(#voergroepzuid) form.simple_form > .panel.setup-content,
  body:not(#zosalland) form.simple_form > .panel.setup-content {
    border-color: #414143;
  }
  body:not(#abzdesamenwerking) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#abzdesamenwerkinggeit) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#arvesta) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#bieleman) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#bronsvoorthuizen) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#deheus) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#denham) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#dvw) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#dvwgeit) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#eendrachtrouveen) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#fuite) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#fuitegeit) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#havensvoeders) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#havensvoedersgeit) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#kruidhof) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#pbos) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#raiffeisen-ems-vechte) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#rudolfpeters) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#theeuwes) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#theeuwesgeit) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#tvp) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#vanbenthem) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#vitelia) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#voergroepzuid) form.simple_form > .panel.setup-content .panel-heading,
  body:not(#zosalland) form.simple_form > .panel.setup-content .panel-heading {
    background-color: #414143;
    border-color: #414143;
    color: #fff;
  }
  body:not(#abzdesamenwerking) nav .open,
  body:not(#abzdesamenwerkinggeit) nav .open,
  body:not(#arvesta) nav .open,
  body:not(#bieleman) nav .open,
  body:not(#bronsvoorthuizen) nav .open,
  body:not(#deheus) nav .open,
  body:not(#denham) nav .open,
  body:not(#dvw) nav .open,
  body:not(#dvwgeit) nav .open,
  body:not(#eendrachtrouveen) nav .open,
  body:not(#fuite) nav .open,
  body:not(#fuitegeit) nav .open,
  body:not(#havensvoeders) nav .open,
  body:not(#havensvoedersgeit) nav .open,
  body:not(#kruidhof) nav .open,
  body:not(#pbos) nav .open,
  body:not(#raiffeisen-ems-vechte) nav .open,
  body:not(#rudolfpeters) nav .open,
  body:not(#theeuwes) nav .open,
  body:not(#theeuwesgeit) nav .open,
  body:not(#tvp) nav .open,
  body:not(#vanbenthem) nav .open,
  body:not(#vitelia) nav .open,
  body:not(#voergroepzuid) nav .open,
  body:not(#zosalland) nav .open {
    background: #414143 !important;
    color: #fff !important;
  }
  body:not(#abzdesamenwerking) .navbar-default .navbar-toggle,
  body:not(#abzdesamenwerkinggeit) .navbar-default .navbar-toggle,
  body:not(#arvesta) .navbar-default .navbar-toggle,
  body:not(#bieleman) .navbar-default .navbar-toggle,
  body:not(#bronsvoorthuizen) .navbar-default .navbar-toggle,
  body:not(#deheus) .navbar-default .navbar-toggle,
  body:not(#denham) .navbar-default .navbar-toggle,
  body:not(#dvw) .navbar-default .navbar-toggle,
  body:not(#dvwgeit) .navbar-default .navbar-toggle,
  body:not(#eendrachtrouveen) .navbar-default .navbar-toggle,
  body:not(#fuite) .navbar-default .navbar-toggle,
  body:not(#fuitegeit) .navbar-default .navbar-toggle,
  body:not(#havensvoeders) .navbar-default .navbar-toggle,
  body:not(#havensvoedersgeit) .navbar-default .navbar-toggle,
  body:not(#kruidhof) .navbar-default .navbar-toggle,
  body:not(#pbos) .navbar-default .navbar-toggle,
  body:not(#raiffeisen-ems-vechte) .navbar-default .navbar-toggle,
  body:not(#rudolfpeters) .navbar-default .navbar-toggle,
  body:not(#theeuwes) .navbar-default .navbar-toggle,
  body:not(#theeuwesgeit) .navbar-default .navbar-toggle,
  body:not(#tvp) .navbar-default .navbar-toggle,
  body:not(#vanbenthem) .navbar-default .navbar-toggle,
  body:not(#vitelia) .navbar-default .navbar-toggle,
  body:not(#voergroepzuid) .navbar-default .navbar-toggle,
  body:not(#zosalland) .navbar-default .navbar-toggle {
    border: 0;
  }
  body:not(#abzdesamenwerking) .navbar-default .navbar-toggle .icon-bar,
  body:not(#abzdesamenwerkinggeit) .navbar-default .navbar-toggle .icon-bar,
  body:not(#arvesta) .navbar-default .navbar-toggle .icon-bar,
  body:not(#bieleman) .navbar-default .navbar-toggle .icon-bar,
  body:not(#bronsvoorthuizen) .navbar-default .navbar-toggle .icon-bar,
  body:not(#deheus) .navbar-default .navbar-toggle .icon-bar,
  body:not(#denham) .navbar-default .navbar-toggle .icon-bar,
  body:not(#dvw) .navbar-default .navbar-toggle .icon-bar,
  body:not(#dvwgeit) .navbar-default .navbar-toggle .icon-bar,
  body:not(#eendrachtrouveen) .navbar-default .navbar-toggle .icon-bar,
  body:not(#fuite) .navbar-default .navbar-toggle .icon-bar,
  body:not(#fuitegeit) .navbar-default .navbar-toggle .icon-bar,
  body:not(#havensvoeders) .navbar-default .navbar-toggle .icon-bar,
  body:not(#havensvoedersgeit) .navbar-default .navbar-toggle .icon-bar,
  body:not(#kruidhof) .navbar-default .navbar-toggle .icon-bar,
  body:not(#pbos) .navbar-default .navbar-toggle .icon-bar,
  body:not(#raiffeisen-ems-vechte) .navbar-default .navbar-toggle .icon-bar,
  body:not(#rudolfpeters) .navbar-default .navbar-toggle .icon-bar,
  body:not(#theeuwes) .navbar-default .navbar-toggle .icon-bar,
  body:not(#theeuwesgeit) .navbar-default .navbar-toggle .icon-bar,
  body:not(#tvp) .navbar-default .navbar-toggle .icon-bar,
  body:not(#vanbenthem) .navbar-default .navbar-toggle .icon-bar,
  body:not(#vitelia) .navbar-default .navbar-toggle .icon-bar,
  body:not(#voergroepzuid) .navbar-default .navbar-toggle .icon-bar,
  body:not(#zosalland) .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  body:not(#abzdesamenwerking) .navbar-default .navbar-toggle:a,
  body:not(#abzdesamenwerkinggeit) .navbar-default .navbar-toggle:a,
  body:not(#arvesta) .navbar-default .navbar-toggle:a,
  body:not(#bieleman) .navbar-default .navbar-toggle:a,
  body:not(#bronsvoorthuizen) .navbar-default .navbar-toggle:a,
  body:not(#deheus) .navbar-default .navbar-toggle:a,
  body:not(#denham) .navbar-default .navbar-toggle:a,
  body:not(#dvw) .navbar-default .navbar-toggle:a,
  body:not(#dvwgeit) .navbar-default .navbar-toggle:a,
  body:not(#eendrachtrouveen) .navbar-default .navbar-toggle:a,
  body:not(#fuite) .navbar-default .navbar-toggle:a,
  body:not(#fuitegeit) .navbar-default .navbar-toggle:a,
  body:not(#havensvoeders) .navbar-default .navbar-toggle:a,
  body:not(#havensvoedersgeit) .navbar-default .navbar-toggle:a,
  body:not(#kruidhof) .navbar-default .navbar-toggle:a,
  body:not(#pbos) .navbar-default .navbar-toggle:a,
  body:not(#raiffeisen-ems-vechte) .navbar-default .navbar-toggle:a,
  body:not(#rudolfpeters) .navbar-default .navbar-toggle:a,
  body:not(#theeuwes) .navbar-default .navbar-toggle:a,
  body:not(#theeuwesgeit) .navbar-default .navbar-toggle:a,
  body:not(#tvp) .navbar-default .navbar-toggle:a,
  body:not(#vanbenthem) .navbar-default .navbar-toggle:a,
  body:not(#vitelia) .navbar-default .navbar-toggle:a,
  body:not(#voergroepzuid) .navbar-default .navbar-toggle:a,
  body:not(#zosalland) .navbar-default .navbar-toggle:a {
    background: #41a05e !important;
  }
  body:not(#abzdesamenwerking) .navbar-default .navbar-toggle:a span,
  body:not(#abzdesamenwerkinggeit) .navbar-default .navbar-toggle:a span,
  body:not(#arvesta) .navbar-default .navbar-toggle:a span,
  body:not(#bieleman) .navbar-default .navbar-toggle:a span,
  body:not(#bronsvoorthuizen) .navbar-default .navbar-toggle:a span,
  body:not(#deheus) .navbar-default .navbar-toggle:a span,
  body:not(#denham) .navbar-default .navbar-toggle:a span,
  body:not(#dvw) .navbar-default .navbar-toggle:a span,
  body:not(#dvwgeit) .navbar-default .navbar-toggle:a span,
  body:not(#eendrachtrouveen) .navbar-default .navbar-toggle:a span,
  body:not(#fuite) .navbar-default .navbar-toggle:a span,
  body:not(#fuitegeit) .navbar-default .navbar-toggle:a span,
  body:not(#havensvoeders) .navbar-default .navbar-toggle:a span,
  body:not(#havensvoedersgeit) .navbar-default .navbar-toggle:a span,
  body:not(#kruidhof) .navbar-default .navbar-toggle:a span,
  body:not(#pbos) .navbar-default .navbar-toggle:a span,
  body:not(#raiffeisen-ems-vechte) .navbar-default .navbar-toggle:a span,
  body:not(#rudolfpeters) .navbar-default .navbar-toggle:a span,
  body:not(#theeuwes) .navbar-default .navbar-toggle:a span,
  body:not(#theeuwesgeit) .navbar-default .navbar-toggle:a span,
  body:not(#tvp) .navbar-default .navbar-toggle:a span,
  body:not(#vanbenthem) .navbar-default .navbar-toggle:a span,
  body:not(#vitelia) .navbar-default .navbar-toggle:a span,
  body:not(#voergroepzuid) .navbar-default .navbar-toggle:a span,
  body:not(#zosalland) .navbar-default .navbar-toggle:a span {
    background: #fff;
  }
  body:not(#abzdesamenwerking) .results-btn-group a,
  body:not(#abzdesamenwerkinggeit) .results-btn-group a,
  body:not(#arvesta) .results-btn-group a,
  body:not(#bieleman) .results-btn-group a,
  body:not(#bronsvoorthuizen) .results-btn-group a,
  body:not(#deheus) .results-btn-group a,
  body:not(#denham) .results-btn-group a,
  body:not(#dvw) .results-btn-group a,
  body:not(#dvwgeit) .results-btn-group a,
  body:not(#eendrachtrouveen) .results-btn-group a,
  body:not(#fuite) .results-btn-group a,
  body:not(#fuitegeit) .results-btn-group a,
  body:not(#havensvoeders) .results-btn-group a,
  body:not(#havensvoedersgeit) .results-btn-group a,
  body:not(#kruidhof) .results-btn-group a,
  body:not(#pbos) .results-btn-group a,
  body:not(#raiffeisen-ems-vechte) .results-btn-group a,
  body:not(#rudolfpeters) .results-btn-group a,
  body:not(#theeuwes) .results-btn-group a,
  body:not(#theeuwesgeit) .results-btn-group a,
  body:not(#tvp) .results-btn-group a,
  body:not(#vanbenthem) .results-btn-group a,
  body:not(#vitelia) .results-btn-group a,
  body:not(#voergroepzuid) .results-btn-group a,
  body:not(#zosalland) .results-btn-group a,
  body:not(#abzdesamenwerking) .shared-links a,
  body:not(#abzdesamenwerkinggeit) .shared-links a,
  body:not(#arvesta) .shared-links a,
  body:not(#bieleman) .shared-links a,
  body:not(#bronsvoorthuizen) .shared-links a,
  body:not(#deheus) .shared-links a,
  body:not(#denham) .shared-links a,
  body:not(#dvw) .shared-links a,
  body:not(#dvwgeit) .shared-links a,
  body:not(#eendrachtrouveen) .shared-links a,
  body:not(#fuite) .shared-links a,
  body:not(#fuitegeit) .shared-links a,
  body:not(#havensvoeders) .shared-links a,
  body:not(#havensvoedersgeit) .shared-links a,
  body:not(#kruidhof) .shared-links a,
  body:not(#pbos) .shared-links a,
  body:not(#raiffeisen-ems-vechte) .shared-links a,
  body:not(#rudolfpeters) .shared-links a,
  body:not(#theeuwes) .shared-links a,
  body:not(#theeuwesgeit) .shared-links a,
  body:not(#tvp) .shared-links a,
  body:not(#vanbenthem) .shared-links a,
  body:not(#vitelia) .shared-links a,
  body:not(#voergroepzuid) .shared-links a,
  body:not(#zosalland) .shared-links a,
  body:not(#abzdesamenwerking) ul.pager > li a,
  body:not(#abzdesamenwerkinggeit) ul.pager > li a,
  body:not(#arvesta) ul.pager > li a,
  body:not(#bieleman) ul.pager > li a,
  body:not(#bronsvoorthuizen) ul.pager > li a,
  body:not(#deheus) ul.pager > li a,
  body:not(#denham) ul.pager > li a,
  body:not(#dvw) ul.pager > li a,
  body:not(#dvwgeit) ul.pager > li a,
  body:not(#eendrachtrouveen) ul.pager > li a,
  body:not(#fuite) ul.pager > li a,
  body:not(#fuitegeit) ul.pager > li a,
  body:not(#havensvoeders) ul.pager > li a,
  body:not(#havensvoedersgeit) ul.pager > li a,
  body:not(#kruidhof) ul.pager > li a,
  body:not(#pbos) ul.pager > li a,
  body:not(#raiffeisen-ems-vechte) ul.pager > li a,
  body:not(#rudolfpeters) ul.pager > li a,
  body:not(#theeuwes) ul.pager > li a,
  body:not(#theeuwesgeit) ul.pager > li a,
  body:not(#tvp) ul.pager > li a,
  body:not(#vanbenthem) ul.pager > li a,
  body:not(#vitelia) ul.pager > li a,
  body:not(#voergroepzuid) ul.pager > li a,
  body:not(#zosalland) ul.pager > li a,
  body:not(#abzdesamenwerking) a i.fa-question-circle,
  body:not(#abzdesamenwerkinggeit) a i.fa-question-circle,
  body:not(#arvesta) a i.fa-question-circle,
  body:not(#bieleman) a i.fa-question-circle,
  body:not(#bronsvoorthuizen) a i.fa-question-circle,
  body:not(#deheus) a i.fa-question-circle,
  body:not(#denham) a i.fa-question-circle,
  body:not(#dvw) a i.fa-question-circle,
  body:not(#dvwgeit) a i.fa-question-circle,
  body:not(#eendrachtrouveen) a i.fa-question-circle,
  body:not(#fuite) a i.fa-question-circle,
  body:not(#fuitegeit) a i.fa-question-circle,
  body:not(#havensvoeders) a i.fa-question-circle,
  body:not(#havensvoedersgeit) a i.fa-question-circle,
  body:not(#kruidhof) a i.fa-question-circle,
  body:not(#pbos) a i.fa-question-circle,
  body:not(#raiffeisen-ems-vechte) a i.fa-question-circle,
  body:not(#rudolfpeters) a i.fa-question-circle,
  body:not(#theeuwes) a i.fa-question-circle,
  body:not(#theeuwesgeit) a i.fa-question-circle,
  body:not(#tvp) a i.fa-question-circle,
  body:not(#vanbenthem) a i.fa-question-circle,
  body:not(#vitelia) a i.fa-question-circle,
  body:not(#voergroepzuid) a i.fa-question-circle,
  body:not(#zosalland) a i.fa-question-circle,
  body:not(#abzdesamenwerking) .nav.nav-tabs a:not(.btn-primary),
  body:not(#abzdesamenwerkinggeit) .nav.nav-tabs a:not(.btn-primary),
  body:not(#arvesta) .nav.nav-tabs a:not(.btn-primary),
  body:not(#bieleman) .nav.nav-tabs a:not(.btn-primary),
  body:not(#bronsvoorthuizen) .nav.nav-tabs a:not(.btn-primary),
  body:not(#deheus) .nav.nav-tabs a:not(.btn-primary),
  body:not(#denham) .nav.nav-tabs a:not(.btn-primary),
  body:not(#dvw) .nav.nav-tabs a:not(.btn-primary),
  body:not(#dvwgeit) .nav.nav-tabs a:not(.btn-primary),
  body:not(#eendrachtrouveen) .nav.nav-tabs a:not(.btn-primary),
  body:not(#fuite) .nav.nav-tabs a:not(.btn-primary),
  body:not(#fuitegeit) .nav.nav-tabs a:not(.btn-primary),
  body:not(#havensvoeders) .nav.nav-tabs a:not(.btn-primary),
  body:not(#havensvoedersgeit) .nav.nav-tabs a:not(.btn-primary),
  body:not(#kruidhof) .nav.nav-tabs a:not(.btn-primary),
  body:not(#pbos) .nav.nav-tabs a:not(.btn-primary),
  body:not(#raiffeisen-ems-vechte) .nav.nav-tabs a:not(.btn-primary),
  body:not(#rudolfpeters) .nav.nav-tabs a:not(.btn-primary),
  body:not(#theeuwes) .nav.nav-tabs a:not(.btn-primary),
  body:not(#theeuwesgeit) .nav.nav-tabs a:not(.btn-primary),
  body:not(#tvp) .nav.nav-tabs a:not(.btn-primary),
  body:not(#vanbenthem) .nav.nav-tabs a:not(.btn-primary),
  body:not(#vitelia) .nav.nav-tabs a:not(.btn-primary),
  body:not(#voergroepzuid) .nav.nav-tabs a:not(.btn-primary),
  body:not(#zosalland) .nav.nav-tabs a:not(.btn-primary),
  body:not(#abzdesamenwerking) ol.breadcrumb a,
  body:not(#abzdesamenwerkinggeit) ol.breadcrumb a,
  body:not(#arvesta) ol.breadcrumb a,
  body:not(#bieleman) ol.breadcrumb a,
  body:not(#bronsvoorthuizen) ol.breadcrumb a,
  body:not(#deheus) ol.breadcrumb a,
  body:not(#denham) ol.breadcrumb a,
  body:not(#dvw) ol.breadcrumb a,
  body:not(#dvwgeit) ol.breadcrumb a,
  body:not(#eendrachtrouveen) ol.breadcrumb a,
  body:not(#fuite) ol.breadcrumb a,
  body:not(#fuitegeit) ol.breadcrumb a,
  body:not(#havensvoeders) ol.breadcrumb a,
  body:not(#havensvoedersgeit) ol.breadcrumb a,
  body:not(#kruidhof) ol.breadcrumb a,
  body:not(#pbos) ol.breadcrumb a,
  body:not(#raiffeisen-ems-vechte) ol.breadcrumb a,
  body:not(#rudolfpeters) ol.breadcrumb a,
  body:not(#theeuwes) ol.breadcrumb a,
  body:not(#theeuwesgeit) ol.breadcrumb a,
  body:not(#tvp) ol.breadcrumb a,
  body:not(#vanbenthem) ol.breadcrumb a,
  body:not(#vitelia) ol.breadcrumb a,
  body:not(#voergroepzuid) ol.breadcrumb a,
  body:not(#zosalland) ol.breadcrumb a,
  body:not(#abzdesamenwerking) .pagination li:not(.disabled) a,
  body:not(#abzdesamenwerkinggeit) .pagination li:not(.disabled) a,
  body:not(#arvesta) .pagination li:not(.disabled) a,
  body:not(#bieleman) .pagination li:not(.disabled) a,
  body:not(#bronsvoorthuizen) .pagination li:not(.disabled) a,
  body:not(#deheus) .pagination li:not(.disabled) a,
  body:not(#denham) .pagination li:not(.disabled) a,
  body:not(#dvw) .pagination li:not(.disabled) a,
  body:not(#dvwgeit) .pagination li:not(.disabled) a,
  body:not(#eendrachtrouveen) .pagination li:not(.disabled) a,
  body:not(#fuite) .pagination li:not(.disabled) a,
  body:not(#fuitegeit) .pagination li:not(.disabled) a,
  body:not(#havensvoeders) .pagination li:not(.disabled) a,
  body:not(#havensvoedersgeit) .pagination li:not(.disabled) a,
  body:not(#kruidhof) .pagination li:not(.disabled) a,
  body:not(#pbos) .pagination li:not(.disabled) a,
  body:not(#raiffeisen-ems-vechte) .pagination li:not(.disabled) a,
  body:not(#rudolfpeters) .pagination li:not(.disabled) a,
  body:not(#theeuwes) .pagination li:not(.disabled) a,
  body:not(#theeuwesgeit) .pagination li:not(.disabled) a,
  body:not(#tvp) .pagination li:not(.disabled) a,
  body:not(#vanbenthem) .pagination li:not(.disabled) a,
  body:not(#vitelia) .pagination li:not(.disabled) a,
  body:not(#voergroepzuid) .pagination li:not(.disabled) a,
  body:not(#zosalland) .pagination li:not(.disabled) a,
  body:not(#abzdesamenwerking) table tr th a,
  body:not(#abzdesamenwerkinggeit) table tr th a,
  body:not(#arvesta) table tr th a,
  body:not(#bieleman) table tr th a,
  body:not(#bronsvoorthuizen) table tr th a,
  body:not(#deheus) table tr th a,
  body:not(#denham) table tr th a,
  body:not(#dvw) table tr th a,
  body:not(#dvwgeit) table tr th a,
  body:not(#eendrachtrouveen) table tr th a,
  body:not(#fuite) table tr th a,
  body:not(#fuitegeit) table tr th a,
  body:not(#havensvoeders) table tr th a,
  body:not(#havensvoedersgeit) table tr th a,
  body:not(#kruidhof) table tr th a,
  body:not(#pbos) table tr th a,
  body:not(#raiffeisen-ems-vechte) table tr th a,
  body:not(#rudolfpeters) table tr th a,
  body:not(#theeuwes) table tr th a,
  body:not(#theeuwesgeit) table tr th a,
  body:not(#tvp) table tr th a,
  body:not(#vanbenthem) table tr th a,
  body:not(#vitelia) table tr th a,
  body:not(#voergroepzuid) table tr th a,
  body:not(#zosalland) table tr th a,
  body:not(#abzdesamenwerking) .nav.nav-pills li:not(.active) a,
  body:not(#abzdesamenwerkinggeit) .nav.nav-pills li:not(.active) a,
  body:not(#arvesta) .nav.nav-pills li:not(.active) a,
  body:not(#bieleman) .nav.nav-pills li:not(.active) a,
  body:not(#bronsvoorthuizen) .nav.nav-pills li:not(.active) a,
  body:not(#deheus) .nav.nav-pills li:not(.active) a,
  body:not(#denham) .nav.nav-pills li:not(.active) a,
  body:not(#dvw) .nav.nav-pills li:not(.active) a,
  body:not(#dvwgeit) .nav.nav-pills li:not(.active) a,
  body:not(#eendrachtrouveen) .nav.nav-pills li:not(.active) a,
  body:not(#fuite) .nav.nav-pills li:not(.active) a,
  body:not(#fuitegeit) .nav.nav-pills li:not(.active) a,
  body:not(#havensvoeders) .nav.nav-pills li:not(.active) a,
  body:not(#havensvoedersgeit) .nav.nav-pills li:not(.active) a,
  body:not(#kruidhof) .nav.nav-pills li:not(.active) a,
  body:not(#pbos) .nav.nav-pills li:not(.active) a,
  body:not(#raiffeisen-ems-vechte) .nav.nav-pills li:not(.active) a,
  body:not(#rudolfpeters) .nav.nav-pills li:not(.active) a,
  body:not(#theeuwes) .nav.nav-pills li:not(.active) a,
  body:not(#theeuwesgeit) .nav.nav-pills li:not(.active) a,
  body:not(#tvp) .nav.nav-pills li:not(.active) a,
  body:not(#vanbenthem) .nav.nav-pills li:not(.active) a,
  body:not(#vitelia) .nav.nav-pills li:not(.active) a,
  body:not(#voergroepzuid) .nav.nav-pills li:not(.active) a,
  body:not(#zosalland) .nav.nav-pills li:not(.active) a,
  body:not(#abzdesamenwerking).attentions h4 a,
  body:not(#abzdesamenwerkinggeit).attentions h4 a,
  body:not(#arvesta).attentions h4 a,
  body:not(#bieleman).attentions h4 a,
  body:not(#bronsvoorthuizen).attentions h4 a,
  body:not(#deheus).attentions h4 a,
  body:not(#denham).attentions h4 a,
  body:not(#dvw).attentions h4 a,
  body:not(#dvwgeit).attentions h4 a,
  body:not(#eendrachtrouveen).attentions h4 a,
  body:not(#fuite).attentions h4 a,
  body:not(#fuitegeit).attentions h4 a,
  body:not(#havensvoeders).attentions h4 a,
  body:not(#havensvoedersgeit).attentions h4 a,
  body:not(#kruidhof).attentions h4 a,
  body:not(#pbos).attentions h4 a,
  body:not(#raiffeisen-ems-vechte).attentions h4 a,
  body:not(#rudolfpeters).attentions h4 a,
  body:not(#theeuwes).attentions h4 a,
  body:not(#theeuwesgeit).attentions h4 a,
  body:not(#tvp).attentions h4 a,
  body:not(#vanbenthem).attentions h4 a,
  body:not(#vitelia).attentions h4 a,
  body:not(#voergroepzuid).attentions h4 a,
  body:not(#zosalland).attentions h4 a,
  body:not(#abzdesamenwerking) .help-icon a,
  body:not(#abzdesamenwerkinggeit) .help-icon a,
  body:not(#arvesta) .help-icon a,
  body:not(#bieleman) .help-icon a,
  body:not(#bronsvoorthuizen) .help-icon a,
  body:not(#deheus) .help-icon a,
  body:not(#denham) .help-icon a,
  body:not(#dvw) .help-icon a,
  body:not(#dvwgeit) .help-icon a,
  body:not(#eendrachtrouveen) .help-icon a,
  body:not(#fuite) .help-icon a,
  body:not(#fuitegeit) .help-icon a,
  body:not(#havensvoeders) .help-icon a,
  body:not(#havensvoedersgeit) .help-icon a,
  body:not(#kruidhof) .help-icon a,
  body:not(#pbos) .help-icon a,
  body:not(#raiffeisen-ems-vechte) .help-icon a,
  body:not(#rudolfpeters) .help-icon a,
  body:not(#theeuwes) .help-icon a,
  body:not(#theeuwesgeit) .help-icon a,
  body:not(#tvp) .help-icon a,
  body:not(#vanbenthem) .help-icon a,
  body:not(#vitelia) .help-icon a,
  body:not(#voergroepzuid) .help-icon a,
  body:not(#zosalland) .help-icon a,
  body:not(#abzdesamenwerking).attentions td:not(.seen-switch) a,
  body:not(#abzdesamenwerkinggeit).attentions td:not(.seen-switch) a,
  body:not(#arvesta).attentions td:not(.seen-switch) a,
  body:not(#bieleman).attentions td:not(.seen-switch) a,
  body:not(#bronsvoorthuizen).attentions td:not(.seen-switch) a,
  body:not(#deheus).attentions td:not(.seen-switch) a,
  body:not(#denham).attentions td:not(.seen-switch) a,
  body:not(#dvw).attentions td:not(.seen-switch) a,
  body:not(#dvwgeit).attentions td:not(.seen-switch) a,
  body:not(#eendrachtrouveen).attentions td:not(.seen-switch) a,
  body:not(#fuite).attentions td:not(.seen-switch) a,
  body:not(#fuitegeit).attentions td:not(.seen-switch) a,
  body:not(#havensvoeders).attentions td:not(.seen-switch) a,
  body:not(#havensvoedersgeit).attentions td:not(.seen-switch) a,
  body:not(#kruidhof).attentions td:not(.seen-switch) a,
  body:not(#pbos).attentions td:not(.seen-switch) a,
  body:not(#raiffeisen-ems-vechte).attentions td:not(.seen-switch) a,
  body:not(#rudolfpeters).attentions td:not(.seen-switch) a,
  body:not(#theeuwes).attentions td:not(.seen-switch) a,
  body:not(#theeuwesgeit).attentions td:not(.seen-switch) a,
  body:not(#tvp).attentions td:not(.seen-switch) a,
  body:not(#vanbenthem).attentions td:not(.seen-switch) a,
  body:not(#vitelia).attentions td:not(.seen-switch) a,
  body:not(#voergroepzuid).attentions td:not(.seen-switch) a,
  body:not(#zosalland).attentions td:not(.seen-switch) a,
  body:not(#abzdesamenwerking) table td > a:not(.btn),
  body:not(#abzdesamenwerkinggeit) table td > a:not(.btn),
  body:not(#arvesta) table td > a:not(.btn),
  body:not(#bieleman) table td > a:not(.btn),
  body:not(#bronsvoorthuizen) table td > a:not(.btn),
  body:not(#deheus) table td > a:not(.btn),
  body:not(#denham) table td > a:not(.btn),
  body:not(#dvw) table td > a:not(.btn),
  body:not(#dvwgeit) table td > a:not(.btn),
  body:not(#eendrachtrouveen) table td > a:not(.btn),
  body:not(#fuite) table td > a:not(.btn),
  body:not(#fuitegeit) table td > a:not(.btn),
  body:not(#havensvoeders) table td > a:not(.btn),
  body:not(#havensvoedersgeit) table td > a:not(.btn),
  body:not(#kruidhof) table td > a:not(.btn),
  body:not(#pbos) table td > a:not(.btn),
  body:not(#raiffeisen-ems-vechte) table td > a:not(.btn),
  body:not(#rudolfpeters) table td > a:not(.btn),
  body:not(#theeuwes) table td > a:not(.btn),
  body:not(#theeuwesgeit) table td > a:not(.btn),
  body:not(#tvp) table td > a:not(.btn),
  body:not(#vanbenthem) table td > a:not(.btn),
  body:not(#vitelia) table td > a:not(.btn),
  body:not(#voergroepzuid) table td > a:not(.btn),
  body:not(#zosalland) table td > a:not(.btn),
  body:not(#abzdesamenwerking) table td > ul > li > a:not(.btn),
  body:not(#abzdesamenwerkinggeit) table td > ul > li > a:not(.btn),
  body:not(#arvesta) table td > ul > li > a:not(.btn),
  body:not(#bieleman) table td > ul > li > a:not(.btn),
  body:not(#bronsvoorthuizen) table td > ul > li > a:not(.btn),
  body:not(#deheus) table td > ul > li > a:not(.btn),
  body:not(#denham) table td > ul > li > a:not(.btn),
  body:not(#dvw) table td > ul > li > a:not(.btn),
  body:not(#dvwgeit) table td > ul > li > a:not(.btn),
  body:not(#eendrachtrouveen) table td > ul > li > a:not(.btn),
  body:not(#fuite) table td > ul > li > a:not(.btn),
  body:not(#fuitegeit) table td > ul > li > a:not(.btn),
  body:not(#havensvoeders) table td > ul > li > a:not(.btn),
  body:not(#havensvoedersgeit) table td > ul > li > a:not(.btn),
  body:not(#kruidhof) table td > ul > li > a:not(.btn),
  body:not(#pbos) table td > ul > li > a:not(.btn),
  body:not(#raiffeisen-ems-vechte) table td > ul > li > a:not(.btn),
  body:not(#rudolfpeters) table td > ul > li > a:not(.btn),
  body:not(#theeuwes) table td > ul > li > a:not(.btn),
  body:not(#theeuwesgeit) table td > ul > li > a:not(.btn),
  body:not(#tvp) table td > ul > li > a:not(.btn),
  body:not(#vanbenthem) table td > ul > li > a:not(.btn),
  body:not(#vitelia) table td > ul > li > a:not(.btn),
  body:not(#voergroepzuid) table td > ul > li > a:not(.btn),
  body:not(#zosalland) table td > ul > li > a:not(.btn),
  body:not(#abzdesamenwerking) .tablesorter thead tr.clickable th,
  body:not(#abzdesamenwerkinggeit) .tablesorter thead tr.clickable th,
  body:not(#arvesta) .tablesorter thead tr.clickable th,
  body:not(#bieleman) .tablesorter thead tr.clickable th,
  body:not(#bronsvoorthuizen) .tablesorter thead tr.clickable th,
  body:not(#deheus) .tablesorter thead tr.clickable th,
  body:not(#denham) .tablesorter thead tr.clickable th,
  body:not(#dvw) .tablesorter thead tr.clickable th,
  body:not(#dvwgeit) .tablesorter thead tr.clickable th,
  body:not(#eendrachtrouveen) .tablesorter thead tr.clickable th,
  body:not(#fuite) .tablesorter thead tr.clickable th,
  body:not(#fuitegeit) .tablesorter thead tr.clickable th,
  body:not(#havensvoeders) .tablesorter thead tr.clickable th,
  body:not(#havensvoedersgeit) .tablesorter thead tr.clickable th,
  body:not(#kruidhof) .tablesorter thead tr.clickable th,
  body:not(#pbos) .tablesorter thead tr.clickable th,
  body:not(#raiffeisen-ems-vechte) .tablesorter thead tr.clickable th,
  body:not(#rudolfpeters) .tablesorter thead tr.clickable th,
  body:not(#theeuwes) .tablesorter thead tr.clickable th,
  body:not(#theeuwesgeit) .tablesorter thead tr.clickable th,
  body:not(#tvp) .tablesorter thead tr.clickable th,
  body:not(#vanbenthem) .tablesorter thead tr.clickable th,
  body:not(#vitelia) .tablesorter thead tr.clickable th,
  body:not(#voergroepzuid) .tablesorter thead tr.clickable th,
  body:not(#zosalland) .tablesorter thead tr.clickable th {
    color: #41a05e;
  }
  body:not(#abzdesamenwerking) .sidebar-list-group a,
  body:not(#abzdesamenwerkinggeit) .sidebar-list-group a,
  body:not(#arvesta) .sidebar-list-group a,
  body:not(#bieleman) .sidebar-list-group a,
  body:not(#bronsvoorthuizen) .sidebar-list-group a,
  body:not(#deheus) .sidebar-list-group a,
  body:not(#denham) .sidebar-list-group a,
  body:not(#dvw) .sidebar-list-group a,
  body:not(#dvwgeit) .sidebar-list-group a,
  body:not(#eendrachtrouveen) .sidebar-list-group a,
  body:not(#fuite) .sidebar-list-group a,
  body:not(#fuitegeit) .sidebar-list-group a,
  body:not(#havensvoeders) .sidebar-list-group a,
  body:not(#havensvoedersgeit) .sidebar-list-group a,
  body:not(#kruidhof) .sidebar-list-group a,
  body:not(#pbos) .sidebar-list-group a,
  body:not(#raiffeisen-ems-vechte) .sidebar-list-group a,
  body:not(#rudolfpeters) .sidebar-list-group a,
  body:not(#theeuwes) .sidebar-list-group a,
  body:not(#theeuwesgeit) .sidebar-list-group a,
  body:not(#tvp) .sidebar-list-group a,
  body:not(#vanbenthem) .sidebar-list-group a,
  body:not(#vitelia) .sidebar-list-group a,
  body:not(#voergroepzuid) .sidebar-list-group a,
  body:not(#zosalland) .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body:not(#abzdesamenwerking) .sidebar-list-group a.active,
  body:not(#abzdesamenwerkinggeit) .sidebar-list-group a.active,
  body:not(#arvesta) .sidebar-list-group a.active,
  body:not(#bieleman) .sidebar-list-group a.active,
  body:not(#bronsvoorthuizen) .sidebar-list-group a.active,
  body:not(#deheus) .sidebar-list-group a.active,
  body:not(#denham) .sidebar-list-group a.active,
  body:not(#dvw) .sidebar-list-group a.active,
  body:not(#dvwgeit) .sidebar-list-group a.active,
  body:not(#eendrachtrouveen) .sidebar-list-group a.active,
  body:not(#fuite) .sidebar-list-group a.active,
  body:not(#fuitegeit) .sidebar-list-group a.active,
  body:not(#havensvoeders) .sidebar-list-group a.active,
  body:not(#havensvoedersgeit) .sidebar-list-group a.active,
  body:not(#kruidhof) .sidebar-list-group a.active,
  body:not(#pbos) .sidebar-list-group a.active,
  body:not(#raiffeisen-ems-vechte) .sidebar-list-group a.active,
  body:not(#rudolfpeters) .sidebar-list-group a.active,
  body:not(#theeuwes) .sidebar-list-group a.active,
  body:not(#theeuwesgeit) .sidebar-list-group a.active,
  body:not(#tvp) .sidebar-list-group a.active,
  body:not(#vanbenthem) .sidebar-list-group a.active,
  body:not(#vitelia) .sidebar-list-group a.active,
  body:not(#voergroepzuid) .sidebar-list-group a.active,
  body:not(#zosalland) .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #41a05e;
    color: #333;
  }
  body:not(#abzdesamenwerking) .sidebar-list-group a.active i,
  body:not(#abzdesamenwerkinggeit) .sidebar-list-group a.active i,
  body:not(#arvesta) .sidebar-list-group a.active i,
  body:not(#bieleman) .sidebar-list-group a.active i,
  body:not(#bronsvoorthuizen) .sidebar-list-group a.active i,
  body:not(#deheus) .sidebar-list-group a.active i,
  body:not(#denham) .sidebar-list-group a.active i,
  body:not(#dvw) .sidebar-list-group a.active i,
  body:not(#dvwgeit) .sidebar-list-group a.active i,
  body:not(#eendrachtrouveen) .sidebar-list-group a.active i,
  body:not(#fuite) .sidebar-list-group a.active i,
  body:not(#fuitegeit) .sidebar-list-group a.active i,
  body:not(#havensvoeders) .sidebar-list-group a.active i,
  body:not(#havensvoedersgeit) .sidebar-list-group a.active i,
  body:not(#kruidhof) .sidebar-list-group a.active i,
  body:not(#pbos) .sidebar-list-group a.active i,
  body:not(#raiffeisen-ems-vechte) .sidebar-list-group a.active i,
  body:not(#rudolfpeters) .sidebar-list-group a.active i,
  body:not(#theeuwes) .sidebar-list-group a.active i,
  body:not(#theeuwesgeit) .sidebar-list-group a.active i,
  body:not(#tvp) .sidebar-list-group a.active i,
  body:not(#vanbenthem) .sidebar-list-group a.active i,
  body:not(#vitelia) .sidebar-list-group a.active i,
  body:not(#voergroepzuid) .sidebar-list-group a.active i,
  body:not(#zosalland) .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body:not(#abzdesamenwerking) .sidebar-list-group a:hover .list-group-item,
  body:not(#abzdesamenwerkinggeit) .sidebar-list-group a:hover .list-group-item,
  body:not(#arvesta) .sidebar-list-group a:hover .list-group-item,
  body:not(#bieleman) .sidebar-list-group a:hover .list-group-item,
  body:not(#bronsvoorthuizen) .sidebar-list-group a:hover .list-group-item,
  body:not(#deheus) .sidebar-list-group a:hover .list-group-item,
  body:not(#denham) .sidebar-list-group a:hover .list-group-item,
  body:not(#dvw) .sidebar-list-group a:hover .list-group-item,
  body:not(#dvwgeit) .sidebar-list-group a:hover .list-group-item,
  body:not(#eendrachtrouveen) .sidebar-list-group a:hover .list-group-item,
  body:not(#fuite) .sidebar-list-group a:hover .list-group-item,
  body:not(#fuitegeit) .sidebar-list-group a:hover .list-group-item,
  body:not(#havensvoeders) .sidebar-list-group a:hover .list-group-item,
  body:not(#havensvoedersgeit) .sidebar-list-group a:hover .list-group-item,
  body:not(#kruidhof) .sidebar-list-group a:hover .list-group-item,
  body:not(#pbos) .sidebar-list-group a:hover .list-group-item,
  body:not(#raiffeisen-ems-vechte) .sidebar-list-group a:hover .list-group-item,
  body:not(#rudolfpeters) .sidebar-list-group a:hover .list-group-item,
  body:not(#theeuwes) .sidebar-list-group a:hover .list-group-item,
  body:not(#theeuwesgeit) .sidebar-list-group a:hover .list-group-item,
  body:not(#tvp) .sidebar-list-group a:hover .list-group-item,
  body:not(#vanbenthem) .sidebar-list-group a:hover .list-group-item,
  body:not(#vitelia) .sidebar-list-group a:hover .list-group-item,
  body:not(#voergroepzuid) .sidebar-list-group a:hover .list-group-item,
  body:not(#zosalland) .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body:not(#abzdesamenwerking) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#abzdesamenwerkinggeit) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#arvesta) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#bieleman) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#bronsvoorthuizen) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#deheus) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#denham) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#dvw) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#dvwgeit) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#eendrachtrouveen) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#fuite) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#fuitegeit) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#havensvoeders) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#havensvoedersgeit) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#kruidhof) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#pbos) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#raiffeisen-ems-vechte) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#rudolfpeters) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#theeuwes) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#theeuwesgeit) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#tvp) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#vanbenthem) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#vitelia) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#voergroepzuid) .sidebar-list-group a:hover .list-group-item:not(.active),
  body:not(#zosalland) .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body:not(#abzdesamenwerking) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#abzdesamenwerkinggeit) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#arvesta) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#bieleman) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#bronsvoorthuizen) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#deheus) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#denham) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#dvw) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#dvwgeit) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#eendrachtrouveen) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#fuite) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#fuitegeit) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#havensvoeders) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#havensvoedersgeit) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#kruidhof) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#pbos) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#raiffeisen-ems-vechte) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#rudolfpeters) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#theeuwes) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#theeuwesgeit) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#tvp) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#vanbenthem) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#vitelia) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#voergroepzuid) .sidebar-list-group a:hover .list-group-item.active,
  body:not(#zosalland) .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #41a05e;
  }
  body:not(#abzdesamenwerking) .progress-step.is-active .progress-marker,
  body:not(#abzdesamenwerkinggeit) .progress-step.is-active .progress-marker,
  body:not(#arvesta) .progress-step.is-active .progress-marker,
  body:not(#bieleman) .progress-step.is-active .progress-marker,
  body:not(#bronsvoorthuizen) .progress-step.is-active .progress-marker,
  body:not(#deheus) .progress-step.is-active .progress-marker,
  body:not(#denham) .progress-step.is-active .progress-marker,
  body:not(#dvw) .progress-step.is-active .progress-marker,
  body:not(#dvwgeit) .progress-step.is-active .progress-marker,
  body:not(#eendrachtrouveen) .progress-step.is-active .progress-marker,
  body:not(#fuite) .progress-step.is-active .progress-marker,
  body:not(#fuitegeit) .progress-step.is-active .progress-marker,
  body:not(#havensvoeders) .progress-step.is-active .progress-marker,
  body:not(#havensvoedersgeit) .progress-step.is-active .progress-marker,
  body:not(#kruidhof) .progress-step.is-active .progress-marker,
  body:not(#pbos) .progress-step.is-active .progress-marker,
  body:not(#raiffeisen-ems-vechte) .progress-step.is-active .progress-marker,
  body:not(#rudolfpeters) .progress-step.is-active .progress-marker,
  body:not(#theeuwes) .progress-step.is-active .progress-marker,
  body:not(#theeuwesgeit) .progress-step.is-active .progress-marker,
  body:not(#tvp) .progress-step.is-active .progress-marker,
  body:not(#vanbenthem) .progress-step.is-active .progress-marker,
  body:not(#vitelia) .progress-step.is-active .progress-marker,
  body:not(#voergroepzuid) .progress-step.is-active .progress-marker,
  body:not(#zosalland) .progress-step.is-active .progress-marker,
  body:not(#abzdesamenwerking) .stepwizard-step a:not(.disabled),
  body:not(#abzdesamenwerkinggeit) .stepwizard-step a:not(.disabled),
  body:not(#arvesta) .stepwizard-step a:not(.disabled),
  body:not(#bieleman) .stepwizard-step a:not(.disabled),
  body:not(#bronsvoorthuizen) .stepwizard-step a:not(.disabled),
  body:not(#deheus) .stepwizard-step a:not(.disabled),
  body:not(#denham) .stepwizard-step a:not(.disabled),
  body:not(#dvw) .stepwizard-step a:not(.disabled),
  body:not(#dvwgeit) .stepwizard-step a:not(.disabled),
  body:not(#eendrachtrouveen) .stepwizard-step a:not(.disabled),
  body:not(#fuite) .stepwizard-step a:not(.disabled),
  body:not(#fuitegeit) .stepwizard-step a:not(.disabled),
  body:not(#havensvoeders) .stepwizard-step a:not(.disabled),
  body:not(#havensvoedersgeit) .stepwizard-step a:not(.disabled),
  body:not(#kruidhof) .stepwizard-step a:not(.disabled),
  body:not(#pbos) .stepwizard-step a:not(.disabled),
  body:not(#raiffeisen-ems-vechte) .stepwizard-step a:not(.disabled),
  body:not(#rudolfpeters) .stepwizard-step a:not(.disabled),
  body:not(#theeuwes) .stepwizard-step a:not(.disabled),
  body:not(#theeuwesgeit) .stepwizard-step a:not(.disabled),
  body:not(#tvp) .stepwizard-step a:not(.disabled),
  body:not(#vanbenthem) .stepwizard-step a:not(.disabled),
  body:not(#vitelia) .stepwizard-step a:not(.disabled),
  body:not(#voergroepzuid) .stepwizard-step a:not(.disabled),
  body:not(#zosalland) .stepwizard-step a:not(.disabled) {
    background-color: #41a05e;
    border-color: #41a05e;
  }
  body:not(#abzdesamenwerking) .progress-step.is-complete .progress-marker,
  body:not(#abzdesamenwerkinggeit) .progress-step.is-complete .progress-marker,
  body:not(#arvesta) .progress-step.is-complete .progress-marker,
  body:not(#bieleman) .progress-step.is-complete .progress-marker,
  body:not(#bronsvoorthuizen) .progress-step.is-complete .progress-marker,
  body:not(#deheus) .progress-step.is-complete .progress-marker,
  body:not(#denham) .progress-step.is-complete .progress-marker,
  body:not(#dvw) .progress-step.is-complete .progress-marker,
  body:not(#dvwgeit) .progress-step.is-complete .progress-marker,
  body:not(#eendrachtrouveen) .progress-step.is-complete .progress-marker,
  body:not(#fuite) .progress-step.is-complete .progress-marker,
  body:not(#fuitegeit) .progress-step.is-complete .progress-marker,
  body:not(#havensvoeders) .progress-step.is-complete .progress-marker,
  body:not(#havensvoedersgeit) .progress-step.is-complete .progress-marker,
  body:not(#kruidhof) .progress-step.is-complete .progress-marker,
  body:not(#pbos) .progress-step.is-complete .progress-marker,
  body:not(#raiffeisen-ems-vechte) .progress-step.is-complete .progress-marker,
  body:not(#rudolfpeters) .progress-step.is-complete .progress-marker,
  body:not(#theeuwes) .progress-step.is-complete .progress-marker,
  body:not(#theeuwesgeit) .progress-step.is-complete .progress-marker,
  body:not(#tvp) .progress-step.is-complete .progress-marker,
  body:not(#vanbenthem) .progress-step.is-complete .progress-marker,
  body:not(#vitelia) .progress-step.is-complete .progress-marker,
  body:not(#voergroepzuid) .progress-step.is-complete .progress-marker,
  body:not(#zosalland) .progress-step.is-complete .progress-marker,
  body:not(#abzdesamenwerking) .progress-step.is-complete::after,
  body:not(#abzdesamenwerkinggeit) .progress-step.is-complete::after,
  body:not(#arvesta) .progress-step.is-complete::after,
  body:not(#bieleman) .progress-step.is-complete::after,
  body:not(#bronsvoorthuizen) .progress-step.is-complete::after,
  body:not(#deheus) .progress-step.is-complete::after,
  body:not(#denham) .progress-step.is-complete::after,
  body:not(#dvw) .progress-step.is-complete::after,
  body:not(#dvwgeit) .progress-step.is-complete::after,
  body:not(#eendrachtrouveen) .progress-step.is-complete::after,
  body:not(#fuite) .progress-step.is-complete::after,
  body:not(#fuitegeit) .progress-step.is-complete::after,
  body:not(#havensvoeders) .progress-step.is-complete::after,
  body:not(#havensvoedersgeit) .progress-step.is-complete::after,
  body:not(#kruidhof) .progress-step.is-complete::after,
  body:not(#pbos) .progress-step.is-complete::after,
  body:not(#raiffeisen-ems-vechte) .progress-step.is-complete::after,
  body:not(#rudolfpeters) .progress-step.is-complete::after,
  body:not(#theeuwes) .progress-step.is-complete::after,
  body:not(#theeuwesgeit) .progress-step.is-complete::after,
  body:not(#tvp) .progress-step.is-complete::after,
  body:not(#vanbenthem) .progress-step.is-complete::after,
  body:not(#vitelia) .progress-step.is-complete::after,
  body:not(#voergroepzuid) .progress-step.is-complete::after,
  body:not(#zosalland) .progress-step.is-complete::after,
  body:not(#abzdesamenwerking) .stepwizard-step a:not(.disabled),
  body:not(#abzdesamenwerkinggeit) .stepwizard-step a:not(.disabled),
  body:not(#arvesta) .stepwizard-step a:not(.disabled),
  body:not(#bieleman) .stepwizard-step a:not(.disabled),
  body:not(#bronsvoorthuizen) .stepwizard-step a:not(.disabled),
  body:not(#deheus) .stepwizard-step a:not(.disabled),
  body:not(#denham) .stepwizard-step a:not(.disabled),
  body:not(#dvw) .stepwizard-step a:not(.disabled),
  body:not(#dvwgeit) .stepwizard-step a:not(.disabled),
  body:not(#eendrachtrouveen) .stepwizard-step a:not(.disabled),
  body:not(#fuite) .stepwizard-step a:not(.disabled),
  body:not(#fuitegeit) .stepwizard-step a:not(.disabled),
  body:not(#havensvoeders) .stepwizard-step a:not(.disabled),
  body:not(#havensvoedersgeit) .stepwizard-step a:not(.disabled),
  body:not(#kruidhof) .stepwizard-step a:not(.disabled),
  body:not(#pbos) .stepwizard-step a:not(.disabled),
  body:not(#raiffeisen-ems-vechte) .stepwizard-step a:not(.disabled),
  body:not(#rudolfpeters) .stepwizard-step a:not(.disabled),
  body:not(#theeuwes) .stepwizard-step a:not(.disabled),
  body:not(#theeuwesgeit) .stepwizard-step a:not(.disabled),
  body:not(#tvp) .stepwizard-step a:not(.disabled),
  body:not(#vanbenthem) .stepwizard-step a:not(.disabled),
  body:not(#vitelia) .stepwizard-step a:not(.disabled),
  body:not(#voergroepzuid) .stepwizard-step a:not(.disabled),
  body:not(#zosalland) .stepwizard-step a:not(.disabled) {
    background-color: #7dca94;
  }
  body:not(#abzdesamenwerking) ul.nav-pills li.active a,
  body:not(#abzdesamenwerkinggeit) ul.nav-pills li.active a,
  body:not(#arvesta) ul.nav-pills li.active a,
  body:not(#bieleman) ul.nav-pills li.active a,
  body:not(#bronsvoorthuizen) ul.nav-pills li.active a,
  body:not(#deheus) ul.nav-pills li.active a,
  body:not(#denham) ul.nav-pills li.active a,
  body:not(#dvw) ul.nav-pills li.active a,
  body:not(#dvwgeit) ul.nav-pills li.active a,
  body:not(#eendrachtrouveen) ul.nav-pills li.active a,
  body:not(#fuite) ul.nav-pills li.active a,
  body:not(#fuitegeit) ul.nav-pills li.active a,
  body:not(#havensvoeders) ul.nav-pills li.active a,
  body:not(#havensvoedersgeit) ul.nav-pills li.active a,
  body:not(#kruidhof) ul.nav-pills li.active a,
  body:not(#pbos) ul.nav-pills li.active a,
  body:not(#raiffeisen-ems-vechte) ul.nav-pills li.active a,
  body:not(#rudolfpeters) ul.nav-pills li.active a,
  body:not(#theeuwes) ul.nav-pills li.active a,
  body:not(#theeuwesgeit) ul.nav-pills li.active a,
  body:not(#tvp) ul.nav-pills li.active a,
  body:not(#vanbenthem) ul.nav-pills li.active a,
  body:not(#vitelia) ul.nav-pills li.active a,
  body:not(#voergroepzuid) ul.nav-pills li.active a,
  body:not(#zosalland) ul.nav-pills li.active a,
  body:not(#abzdesamenwerking) ul.nav-pills li.active a:hover,
  body:not(#abzdesamenwerkinggeit) ul.nav-pills li.active a:hover,
  body:not(#arvesta) ul.nav-pills li.active a:hover,
  body:not(#bieleman) ul.nav-pills li.active a:hover,
  body:not(#bronsvoorthuizen) ul.nav-pills li.active a:hover,
  body:not(#deheus) ul.nav-pills li.active a:hover,
  body:not(#denham) ul.nav-pills li.active a:hover,
  body:not(#dvw) ul.nav-pills li.active a:hover,
  body:not(#dvwgeit) ul.nav-pills li.active a:hover,
  body:not(#eendrachtrouveen) ul.nav-pills li.active a:hover,
  body:not(#fuite) ul.nav-pills li.active a:hover,
  body:not(#fuitegeit) ul.nav-pills li.active a:hover,
  body:not(#havensvoeders) ul.nav-pills li.active a:hover,
  body:not(#havensvoedersgeit) ul.nav-pills li.active a:hover,
  body:not(#kruidhof) ul.nav-pills li.active a:hover,
  body:not(#pbos) ul.nav-pills li.active a:hover,
  body:not(#raiffeisen-ems-vechte) ul.nav-pills li.active a:hover,
  body:not(#rudolfpeters) ul.nav-pills li.active a:hover,
  body:not(#theeuwes) ul.nav-pills li.active a:hover,
  body:not(#theeuwesgeit) ul.nav-pills li.active a:hover,
  body:not(#tvp) ul.nav-pills li.active a:hover,
  body:not(#vanbenthem) ul.nav-pills li.active a:hover,
  body:not(#vitelia) ul.nav-pills li.active a:hover,
  body:not(#voergroepzuid) ul.nav-pills li.active a:hover,
  body:not(#zosalland) ul.nav-pills li.active a:hover {
    background: #737377;
    color: #fff;
  }
  body#rudolfpeters .btn-primary {
    color: #fff;
    background-color: #50742c;
    border-color: #1d2a10;
  }
  body#rudolfpeters .btn-primary:hover,
  body#rudolfpeters .btn-primary:focus,
  body#rudolfpeters .btn-primary:active,
  body#rudolfpeters .btn-primary.active,
  .open > .dropdown-togglebody#rudolfpeters .btn-primary {
    color: #fff;
    background-color: #374f1e;
    border-color: #000000;
  }
  body#rudolfpeters .btn-primary:active,
  body#rudolfpeters .btn-primary.active,
  .open > .dropdown-togglebody#rudolfpeters .btn-primary {
    background-image: none;
  }
  body#rudolfpeters .btn-primary.disabled,
  body#rudolfpeters .btn-primary[disabled],
  fieldset[disabled] body#rudolfpeters .btn-primary,
  body#rudolfpeters .btn-primary.disabled:hover,
  body#rudolfpeters .btn-primary[disabled]:hover,
  fieldset[disabled] body#rudolfpeters .btn-primary:hover,
  body#rudolfpeters .btn-primary.disabled:focus,
  body#rudolfpeters .btn-primary[disabled]:focus,
  fieldset[disabled] body#rudolfpeters .btn-primary:focus,
  body#rudolfpeters .btn-primary.disabled:active,
  body#rudolfpeters .btn-primary[disabled]:active,
  fieldset[disabled] body#rudolfpeters .btn-primary:active,
  body#rudolfpeters .btn-primary.disabled.active,
  body#rudolfpeters .btn-primary[disabled].active,
  fieldset[disabled] body#rudolfpeters .btn-primary.active {
    background-color: #50742c;
    border-color: #1d2a10;
  }
  body#rudolfpeters .btn-primary .badge {
    color: #50742c;
    background-color: #fff;
  }
  body#rudolfpeters .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #50742c !important;
  }
  body#rudolfpeters .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #436225 !important;
  }
  body#rudolfpeters .navbar.navbar-default.navbar-fixed-top {
    background: #414143;
  }
  body#rudolfpeters .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#rudolfpeters .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #41a05e !important;
  }
  body#rudolfpeters .nav.navbar-nav ul {
    background: #343436;
  }
  body#rudolfpeters .nav.navbar-nav .has-submenu {
    background: #414143 !important;
  }
  body#rudolfpeters .nav.navbar-nav .has-submenu + ul > li a {
    background: #343436 !important;
  }
  body#rudolfpeters .navbar-default .navbar-toggle:hover,
  body#rudolfpeters .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#rudolfpeters form.simple_form > .panel.setup-content {
    border-color: #414143;
  }
  body#rudolfpeters form.simple_form > .panel.setup-content .panel-heading {
    background-color: #414143;
    border-color: #414143;
    color: #fff;
  }
  body#rudolfpeters nav .open {
    background: #414143 !important;
    color: #fff !important;
  }
  body#rudolfpeters .navbar-default .navbar-toggle {
    border: 0;
  }
  body#rudolfpeters .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  body#rudolfpeters .navbar-default .navbar-toggle:a {
    background: #41a05e !important;
  }
  body#rudolfpeters .navbar-default .navbar-toggle:a span {
    background: #fff;
  }
  body#rudolfpeters .results-btn-group a,
  body#rudolfpeters .shared-links a,
  body#rudolfpeters ul.pager > li a,
  body#rudolfpeters a i.fa-question-circle,
  body#rudolfpeters .nav.nav-tabs a:not(.btn-primary),
  body#rudolfpeters ol.breadcrumb a,
  body#rudolfpeters .pagination li:not(.disabled) a,
  body#rudolfpeters table tr th a,
  body#rudolfpeters .nav.nav-pills li:not(.active) a,
  body#rudolfpeters.attentions h4 a,
  body#rudolfpeters .help-icon a,
  body#rudolfpeters.attentions td:not(.seen-switch) a,
  body#rudolfpeters table td > a:not(.btn),
  body#rudolfpeters table td > ul > li > a:not(.btn),
  body#rudolfpeters .tablesorter thead tr.clickable th {
    color: #41a05e;
  }
  body#rudolfpeters .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#rudolfpeters .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #41a05e;
    color: #333;
  }
  body#rudolfpeters .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#rudolfpeters .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#rudolfpeters .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#rudolfpeters .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #41a05e;
  }
  body#rudolfpeters .progress-step.is-active .progress-marker,
  body#rudolfpeters .stepwizard-step a:not(.disabled) {
    background-color: #41a05e;
    border-color: #41a05e;
  }
  body#rudolfpeters .progress-step.is-complete .progress-marker,
  body#rudolfpeters .progress-step.is-complete::after,
  body#rudolfpeters .stepwizard-step a:not(.disabled) {
    background-color: #7dca94;
  }
  body#rudolfpeters ul.nav-pills li.active a,
  body#rudolfpeters ul.nav-pills li.active a:hover {
    background: #83bb4b;
    color: #fff;
  }
  body#rudolfpeters .milk-deliveries-table tr.sub-deliveries {
    border: solid #41a05e;
    display: none;
  }
  body#rudolfpeters .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #41a05e;
  }
  body#abzdesamenwerking .btn-primary,
  body#abzdesamenwerkinggeit .btn-primary {
    color: #fff;
    background-color: #0081c6;
    border-color: #003f60;
  }
  body#abzdesamenwerking .btn-primary:hover,
  body#abzdesamenwerkinggeit .btn-primary:hover,
  body#abzdesamenwerking .btn-primary:focus,
  body#abzdesamenwerkinggeit .btn-primary:focus,
  body#abzdesamenwerking .btn-primary:active,
  body#abzdesamenwerkinggeit .btn-primary:active,
  body#abzdesamenwerking .btn-primary.active,
  body#abzdesamenwerkinggeit .btn-primary.active,
  .open > .dropdown-togglebody#abzdesamenwerking .btn-primary,
  .open > .dropdown-togglebody#abzdesamenwerkinggeit .btn-primary {
    color: #fff;
    background-color: #006093;
    border-color: #001723;
  }
  body#abzdesamenwerking .btn-primary:active,
  body#abzdesamenwerkinggeit .btn-primary:active,
  body#abzdesamenwerking .btn-primary.active,
  body#abzdesamenwerkinggeit .btn-primary.active,
  .open > .dropdown-togglebody#abzdesamenwerking .btn-primary,
  .open > .dropdown-togglebody#abzdesamenwerkinggeit .btn-primary {
    background-image: none;
  }
  body#abzdesamenwerking .btn-primary.disabled,
  body#abzdesamenwerkinggeit .btn-primary.disabled,
  body#abzdesamenwerking .btn-primary[disabled],
  body#abzdesamenwerkinggeit .btn-primary[disabled],
  fieldset[disabled] body#abzdesamenwerking .btn-primary,
  fieldset[disabled] body#abzdesamenwerkinggeit .btn-primary,
  body#abzdesamenwerking .btn-primary.disabled:hover,
  body#abzdesamenwerkinggeit .btn-primary.disabled:hover,
  body#abzdesamenwerking .btn-primary[disabled]:hover,
  body#abzdesamenwerkinggeit .btn-primary[disabled]:hover,
  fieldset[disabled] body#abzdesamenwerking .btn-primary:hover,
  fieldset[disabled] body#abzdesamenwerkinggeit .btn-primary:hover,
  body#abzdesamenwerking .btn-primary.disabled:focus,
  body#abzdesamenwerkinggeit .btn-primary.disabled:focus,
  body#abzdesamenwerking .btn-primary[disabled]:focus,
  body#abzdesamenwerkinggeit .btn-primary[disabled]:focus,
  fieldset[disabled] body#abzdesamenwerking .btn-primary:focus,
  fieldset[disabled] body#abzdesamenwerkinggeit .btn-primary:focus,
  body#abzdesamenwerking .btn-primary.disabled:active,
  body#abzdesamenwerkinggeit .btn-primary.disabled:active,
  body#abzdesamenwerking .btn-primary[disabled]:active,
  body#abzdesamenwerkinggeit .btn-primary[disabled]:active,
  fieldset[disabled] body#abzdesamenwerking .btn-primary:active,
  fieldset[disabled] body#abzdesamenwerkinggeit .btn-primary:active,
  body#abzdesamenwerking .btn-primary.disabled.active,
  body#abzdesamenwerkinggeit .btn-primary.disabled.active,
  body#abzdesamenwerking .btn-primary[disabled].active,
  body#abzdesamenwerkinggeit .btn-primary[disabled].active,
  fieldset[disabled] body#abzdesamenwerking .btn-primary.active,
  fieldset[disabled] body#abzdesamenwerkinggeit .btn-primary.active {
    background-color: #0081c6;
    border-color: #003f60;
  }
  body#abzdesamenwerking .btn-primary .badge,
  body#abzdesamenwerkinggeit .btn-primary .badge {
    color: #0081c6;
    background-color: #fff;
  }
  body#abzdesamenwerking .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body#abzdesamenwerkinggeit .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #0081c6 !important;
  }
  body#abzdesamenwerking .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body#abzdesamenwerkinggeit .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #0070ad !important;
  }
  body#abzdesamenwerking .navbar.navbar-default.navbar-fixed-top,
  body#abzdesamenwerkinggeit .navbar.navbar-default.navbar-fixed-top {
    background: #6cb33f;
  }
  body#abzdesamenwerking .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body#abzdesamenwerkinggeit .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#abzdesamenwerking .navbar.navbar-default.navbar-fixed-top li.current a,
  body#abzdesamenwerkinggeit .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #0081c6 !important;
  }
  body#abzdesamenwerking .nav.navbar-nav ul,
  body#abzdesamenwerkinggeit .nav.navbar-nav ul {
    background: #61a038;
  }
  body#abzdesamenwerking .nav.navbar-nav .has-submenu,
  body#abzdesamenwerkinggeit .nav.navbar-nav .has-submenu {
    background: #6cb33f !important;
  }
  body#abzdesamenwerking .nav.navbar-nav .has-submenu + ul > li a,
  body#abzdesamenwerkinggeit .nav.navbar-nav .has-submenu + ul > li a {
    background: #61a038 !important;
  }
  body#abzdesamenwerking .navbar-default .navbar-toggle:hover,
  body#abzdesamenwerkinggeit .navbar-default .navbar-toggle:hover,
  body#abzdesamenwerking .navbar-default .navbar-toggle:focus,
  body#abzdesamenwerkinggeit .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#abzdesamenwerking form.simple_form > .panel.setup-content,
  body#abzdesamenwerkinggeit form.simple_form > .panel.setup-content {
    border-color: #6cb33f;
  }
  body#abzdesamenwerking form.simple_form > .panel.setup-content .panel-heading,
  body#abzdesamenwerkinggeit form.simple_form > .panel.setup-content .panel-heading {
    background-color: #6cb33f;
    border-color: #6cb33f;
    color: #fff;
  }
  body#abzdesamenwerking nav .open,
  body#abzdesamenwerkinggeit nav .open {
    background: #6cb33f !important;
    color: #fff !important;
  }
  body#abzdesamenwerking .navbar-default .navbar-toggle,
  body#abzdesamenwerkinggeit .navbar-default .navbar-toggle {
    border: 0;
  }
  body#abzdesamenwerking .navbar-default .navbar-toggle .icon-bar,
  body#abzdesamenwerkinggeit .navbar-default .navbar-toggle .icon-bar {
    background: #0081c6;
  }
  body#abzdesamenwerking .navbar-default .navbar-toggle:a,
  body#abzdesamenwerkinggeit .navbar-default .navbar-toggle:a {
    background: #0081c6 !important;
  }
  body#abzdesamenwerking .navbar-default .navbar-toggle:a span,
  body#abzdesamenwerkinggeit .navbar-default .navbar-toggle:a span {
    background: #0081c6;
  }
  body#abzdesamenwerking .results-btn-group a,
  body#abzdesamenwerkinggeit .results-btn-group a,
  body#abzdesamenwerking .shared-links a,
  body#abzdesamenwerkinggeit .shared-links a,
  body#abzdesamenwerking ul.pager > li a,
  body#abzdesamenwerkinggeit ul.pager > li a,
  body#abzdesamenwerking a i.fa-question-circle,
  body#abzdesamenwerkinggeit a i.fa-question-circle,
  body#abzdesamenwerking .nav.nav-tabs a:not(.btn-primary),
  body#abzdesamenwerkinggeit .nav.nav-tabs a:not(.btn-primary),
  body#abzdesamenwerking ol.breadcrumb a,
  body#abzdesamenwerkinggeit ol.breadcrumb a,
  body#abzdesamenwerking .pagination li:not(.disabled) a,
  body#abzdesamenwerkinggeit .pagination li:not(.disabled) a,
  body#abzdesamenwerking table tr th a,
  body#abzdesamenwerkinggeit table tr th a,
  body#abzdesamenwerking .nav.nav-pills li:not(.active) a,
  body#abzdesamenwerkinggeit .nav.nav-pills li:not(.active) a,
  body#abzdesamenwerking.attentions h4 a,
  body#abzdesamenwerkinggeit.attentions h4 a,
  body#abzdesamenwerking .help-icon a,
  body#abzdesamenwerkinggeit .help-icon a,
  body#abzdesamenwerking.attentions td:not(.seen-switch) a,
  body#abzdesamenwerkinggeit.attentions td:not(.seen-switch) a,
  body#abzdesamenwerking table td > a:not(.btn),
  body#abzdesamenwerkinggeit table td > a:not(.btn),
  body#abzdesamenwerking table td > ul > li > a:not(.btn),
  body#abzdesamenwerkinggeit table td > ul > li > a:not(.btn),
  body#abzdesamenwerking .tablesorter thead tr.clickable th,
  body#abzdesamenwerkinggeit .tablesorter thead tr.clickable th {
    color: #6cb33f;
  }
  body#abzdesamenwerking .sidebar-list-group a,
  body#abzdesamenwerkinggeit .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#abzdesamenwerking .sidebar-list-group a.active,
  body#abzdesamenwerkinggeit .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #6cb33f;
    color: #333;
  }
  body#abzdesamenwerking .sidebar-list-group a.active i,
  body#abzdesamenwerkinggeit .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#abzdesamenwerking .sidebar-list-group a:hover .list-group-item,
  body#abzdesamenwerkinggeit .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#abzdesamenwerking .sidebar-list-group a:hover .list-group-item:not(.active),
  body#abzdesamenwerkinggeit .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#abzdesamenwerking .sidebar-list-group a:hover .list-group-item.active,
  body#abzdesamenwerkinggeit .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #6cb33f;
  }
  body#abzdesamenwerking .progress-step.is-active .progress-marker,
  body#abzdesamenwerkinggeit .progress-step.is-active .progress-marker,
  body#abzdesamenwerking .stepwizard-step a:not(.disabled),
  body#abzdesamenwerkinggeit .stepwizard-step a:not(.disabled) {
    background-color: #6cb33f;
    border-color: #6cb33f;
  }
  body#abzdesamenwerking .progress-step.is-complete .progress-marker,
  body#abzdesamenwerkinggeit .progress-step.is-complete .progress-marker,
  body#abzdesamenwerking .progress-step.is-complete::after,
  body#abzdesamenwerkinggeit .progress-step.is-complete::after,
  body#abzdesamenwerking .stepwizard-step a:not(.disabled),
  body#abzdesamenwerkinggeit .stepwizard-step a:not(.disabled) {
    background-color: #a3d484;
  }
  body#abzdesamenwerking ul.nav-pills li.active a,
  body#abzdesamenwerkinggeit ul.nav-pills li.active a,
  body#abzdesamenwerking ul.nav-pills li.active a:hover,
  body#abzdesamenwerkinggeit ul.nav-pills li.active a:hover {
    background: #006bb6;
    color: #fff;
  }
  body#abzdesamenwerking .milk-deliveries-table tr.sub-deliveries,
  body#abzdesamenwerkinggeit .milk-deliveries-table tr.sub-deliveries {
    border: solid #6cb33f;
    display: none;
  }
  body#abzdesamenwerking .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries,
  body#abzdesamenwerkinggeit .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #6cb33f;
  }
  body#abzdesamenwerking a.navbar-brand img,
  body#abzdesamenwerkinggeit a.navbar-brand img {
    margin-top: -12px !important;
  }
  body#dvw .btn-primary,
  body#dvwgeit .btn-primary {
    color: #fff;
    background-color: #0a902b;
    border-color: #03310f;
  }
  body#dvw .btn-primary:hover,
  body#dvwgeit .btn-primary:hover,
  body#dvw .btn-primary:focus,
  body#dvwgeit .btn-primary:focus,
  body#dvw .btn-primary:active,
  body#dvwgeit .btn-primary:active,
  body#dvw .btn-primary.active,
  body#dvwgeit .btn-primary.active,
  .open > .dropdown-togglebody#dvw .btn-primary,
  .open > .dropdown-togglebody#dvwgeit .btn-primary {
    color: #fff;
    background-color: #07601d;
    border-color: #000000;
  }
  body#dvw .btn-primary:active,
  body#dvwgeit .btn-primary:active,
  body#dvw .btn-primary.active,
  body#dvwgeit .btn-primary.active,
  .open > .dropdown-togglebody#dvw .btn-primary,
  .open > .dropdown-togglebody#dvwgeit .btn-primary {
    background-image: none;
  }
  body#dvw .btn-primary.disabled,
  body#dvwgeit .btn-primary.disabled,
  body#dvw .btn-primary[disabled],
  body#dvwgeit .btn-primary[disabled],
  fieldset[disabled] body#dvw .btn-primary,
  fieldset[disabled] body#dvwgeit .btn-primary,
  body#dvw .btn-primary.disabled:hover,
  body#dvwgeit .btn-primary.disabled:hover,
  body#dvw .btn-primary[disabled]:hover,
  body#dvwgeit .btn-primary[disabled]:hover,
  fieldset[disabled] body#dvw .btn-primary:hover,
  fieldset[disabled] body#dvwgeit .btn-primary:hover,
  body#dvw .btn-primary.disabled:focus,
  body#dvwgeit .btn-primary.disabled:focus,
  body#dvw .btn-primary[disabled]:focus,
  body#dvwgeit .btn-primary[disabled]:focus,
  fieldset[disabled] body#dvw .btn-primary:focus,
  fieldset[disabled] body#dvwgeit .btn-primary:focus,
  body#dvw .btn-primary.disabled:active,
  body#dvwgeit .btn-primary.disabled:active,
  body#dvw .btn-primary[disabled]:active,
  body#dvwgeit .btn-primary[disabled]:active,
  fieldset[disabled] body#dvw .btn-primary:active,
  fieldset[disabled] body#dvwgeit .btn-primary:active,
  body#dvw .btn-primary.disabled.active,
  body#dvwgeit .btn-primary.disabled.active,
  body#dvw .btn-primary[disabled].active,
  body#dvwgeit .btn-primary[disabled].active,
  fieldset[disabled] body#dvw .btn-primary.active,
  fieldset[disabled] body#dvwgeit .btn-primary.active {
    background-color: #0a902b;
    border-color: #03310f;
  }
  body#dvw .btn-primary .badge,
  body#dvwgeit .btn-primary .badge {
    color: #0a902b;
    background-color: #fff;
  }
  body#dvw .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body#dvwgeit .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #97bf0e !important;
  }
  body#dvw .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body#dvwgeit .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #84a70c !important;
  }
  body#dvw .navbar.navbar-default.navbar-fixed-top,
  body#dvwgeit .navbar.navbar-default.navbar-fixed-top {
    background: #0a902b;
  }
  body#dvw .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body#dvwgeit .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#dvw .navbar.navbar-default.navbar-fixed-top li.current a,
  body#dvwgeit .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #97bf0e !important;
  }
  body#dvw .nav.navbar-nav ul,
  body#dvwgeit .nav.navbar-nav ul {
    background: #087824;
  }
  body#dvw .nav.navbar-nav .has-submenu,
  body#dvwgeit .nav.navbar-nav .has-submenu {
    background: #0a902b !important;
  }
  body#dvw .nav.navbar-nav .has-submenu + ul > li a,
  body#dvwgeit .nav.navbar-nav .has-submenu + ul > li a {
    background: #087824 !important;
  }
  body#dvw .navbar-default .navbar-toggle:hover,
  body#dvwgeit .navbar-default .navbar-toggle:hover,
  body#dvw .navbar-default .navbar-toggle:focus,
  body#dvwgeit .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#dvw form.simple_form > .panel.setup-content,
  body#dvwgeit form.simple_form > .panel.setup-content {
    border-color: #0a902b;
  }
  body#dvw form.simple_form > .panel.setup-content .panel-heading,
  body#dvwgeit form.simple_form > .panel.setup-content .panel-heading {
    background-color: #0a902b;
    border-color: #0a902b;
    color: #fff;
  }
  body#dvw nav .open,
  body#dvwgeit nav .open {
    background: #0a902b !important;
    color: #fff !important;
  }
  body#dvw .navbar-default .navbar-toggle,
  body#dvwgeit .navbar-default .navbar-toggle {
    border: 0;
  }
  body#dvw .navbar-default .navbar-toggle .icon-bar,
  body#dvwgeit .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  body#dvw .navbar-default .navbar-toggle:a,
  body#dvwgeit .navbar-default .navbar-toggle:a {
    background: #fff !important;
  }
  body#dvw .navbar-default .navbar-toggle:a span,
  body#dvwgeit .navbar-default .navbar-toggle:a span {
    background: #fff;
  }
  body#dvw .results-btn-group a,
  body#dvwgeit .results-btn-group a,
  body#dvw .shared-links a,
  body#dvwgeit .shared-links a,
  body#dvw ul.pager > li a,
  body#dvwgeit ul.pager > li a,
  body#dvw a i.fa-question-circle,
  body#dvwgeit a i.fa-question-circle,
  body#dvw .nav.nav-tabs a:not(.btn-primary),
  body#dvwgeit .nav.nav-tabs a:not(.btn-primary),
  body#dvw ol.breadcrumb a,
  body#dvwgeit ol.breadcrumb a,
  body#dvw .pagination li:not(.disabled) a,
  body#dvwgeit .pagination li:not(.disabled) a,
  body#dvw table tr th a,
  body#dvwgeit table tr th a,
  body#dvw .nav.nav-pills li:not(.active) a,
  body#dvwgeit .nav.nav-pills li:not(.active) a,
  body#dvw.attentions h4 a,
  body#dvwgeit.attentions h4 a,
  body#dvw .help-icon a,
  body#dvwgeit .help-icon a,
  body#dvw.attentions td:not(.seen-switch) a,
  body#dvwgeit.attentions td:not(.seen-switch) a,
  body#dvw table td > a:not(.btn),
  body#dvwgeit table td > a:not(.btn),
  body#dvw table td > ul > li > a:not(.btn),
  body#dvwgeit table td > ul > li > a:not(.btn),
  body#dvw .tablesorter thead tr.clickable th,
  body#dvwgeit .tablesorter thead tr.clickable th {
    color: #0a902b;
  }
  body#dvw .sidebar-list-group a,
  body#dvwgeit .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#dvw .sidebar-list-group a.active,
  body#dvwgeit .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #0a902b;
    color: #333;
  }
  body#dvw .sidebar-list-group a.active i,
  body#dvwgeit .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#dvw .sidebar-list-group a:hover .list-group-item,
  body#dvwgeit .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#dvw .sidebar-list-group a:hover .list-group-item:not(.active),
  body#dvwgeit .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#dvw .sidebar-list-group a:hover .list-group-item.active,
  body#dvwgeit .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #0a902b;
  }
  body#dvw .progress-step.is-active .progress-marker,
  body#dvwgeit .progress-step.is-active .progress-marker,
  body#dvw .stepwizard-step a:not(.disabled),
  body#dvwgeit .stepwizard-step a:not(.disabled) {
    background-color: #0a902b;
    border-color: #0a902b;
  }
  body#dvw .progress-step.is-complete .progress-marker,
  body#dvwgeit .progress-step.is-complete .progress-marker,
  body#dvw .progress-step.is-complete::after,
  body#dvwgeit .progress-step.is-complete::after,
  body#dvw .stepwizard-step a:not(.disabled),
  body#dvwgeit .stepwizard-step a:not(.disabled) {
    background-color: #0ec93c;
  }
  body#dvw ul.nav-pills li.active a,
  body#dvwgeit ul.nav-pills li.active a,
  body#dvw ul.nav-pills li.active a:hover,
  body#dvwgeit ul.nav-pills li.active a:hover {
    background: #11ef48;
    color: #fff;
  }
  body#dvw .milk-deliveries-table tr.sub-deliveries,
  body#dvwgeit .milk-deliveries-table tr.sub-deliveries {
    border: solid #0a902b;
    display: none;
  }
  body#dvw .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries,
  body#dvwgeit .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #0a902b;
  }
  body#eendrachtrouveen .btn-primary {
    color: #fff;
    background-color: #1c451a;
    border-color: #000000;
  }
  body#eendrachtrouveen .btn-primary:hover,
  body#eendrachtrouveen .btn-primary:focus,
  body#eendrachtrouveen .btn-primary:active,
  body#eendrachtrouveen .btn-primary.active,
  .open > .dropdown-togglebody#eendrachtrouveen .btn-primary {
    color: #fff;
    background-color: #0d200c;
    border-color: #000000;
  }
  body#eendrachtrouveen .btn-primary:active,
  body#eendrachtrouveen .btn-primary.active,
  .open > .dropdown-togglebody#eendrachtrouveen .btn-primary {
    background-image: none;
  }
  body#eendrachtrouveen .btn-primary.disabled,
  body#eendrachtrouveen .btn-primary[disabled],
  fieldset[disabled] body#eendrachtrouveen .btn-primary,
  body#eendrachtrouveen .btn-primary.disabled:hover,
  body#eendrachtrouveen .btn-primary[disabled]:hover,
  fieldset[disabled] body#eendrachtrouveen .btn-primary:hover,
  body#eendrachtrouveen .btn-primary.disabled:focus,
  body#eendrachtrouveen .btn-primary[disabled]:focus,
  fieldset[disabled] body#eendrachtrouveen .btn-primary:focus,
  body#eendrachtrouveen .btn-primary.disabled:active,
  body#eendrachtrouveen .btn-primary[disabled]:active,
  fieldset[disabled] body#eendrachtrouveen .btn-primary:active,
  body#eendrachtrouveen .btn-primary.disabled.active,
  body#eendrachtrouveen .btn-primary[disabled].active,
  fieldset[disabled] body#eendrachtrouveen .btn-primary.active {
    background-color: #1c451a;
    border-color: #000000;
  }
  body#eendrachtrouveen .btn-primary .badge {
    color: #1c451a;
    background-color: #fff;
  }
  body#eendrachtrouveen .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #1e771a !important;
  }
  body#eendrachtrouveen .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #196215 !important;
  }
  body#eendrachtrouveen .navbar.navbar-default.navbar-fixed-top {
    background: #1c451a;
  }
  body#eendrachtrouveen .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#eendrachtrouveen .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #1e771a !important;
  }
  body#eendrachtrouveen .nav.navbar-nav ul {
    background: #143213;
  }
  body#eendrachtrouveen .nav.navbar-nav .has-submenu {
    background: #1c451a !important;
  }
  body#eendrachtrouveen .nav.navbar-nav .has-submenu + ul > li a {
    background: #143213 !important;
  }
  body#eendrachtrouveen .navbar-default .navbar-toggle:hover,
  body#eendrachtrouveen .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#eendrachtrouveen form.simple_form > .panel.setup-content {
    border-color: #1c451a;
  }
  body#eendrachtrouveen form.simple_form > .panel.setup-content .panel-heading {
    background-color: #1c451a;
    border-color: #1c451a;
    color: #fff;
  }
  body#eendrachtrouveen nav .open {
    background: #1c451a !important;
    color: #fff !important;
  }
  body#eendrachtrouveen .navbar-default .navbar-toggle {
    border: 0;
  }
  body#eendrachtrouveen .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  body#eendrachtrouveen .navbar-default .navbar-toggle:a {
    background: #fff !important;
  }
  body#eendrachtrouveen .navbar-default .navbar-toggle:a span {
    background: #fff;
  }
  body#eendrachtrouveen .results-btn-group a,
  body#eendrachtrouveen .shared-links a,
  body#eendrachtrouveen ul.pager > li a,
  body#eendrachtrouveen a i.fa-question-circle,
  body#eendrachtrouveen .nav.nav-tabs a:not(.btn-primary),
  body#eendrachtrouveen ol.breadcrumb a,
  body#eendrachtrouveen .pagination li:not(.disabled) a,
  body#eendrachtrouveen table tr th a,
  body#eendrachtrouveen .nav.nav-pills li:not(.active) a,
  body#eendrachtrouveen.attentions h4 a,
  body#eendrachtrouveen .help-icon a,
  body#eendrachtrouveen.attentions td:not(.seen-switch) a,
  body#eendrachtrouveen table td > a:not(.btn),
  body#eendrachtrouveen table td > ul > li > a:not(.btn),
  body#eendrachtrouveen .tablesorter thead tr.clickable th {
    color: #1c451a;
  }
  body#eendrachtrouveen .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#eendrachtrouveen .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #1c451a;
    color: #333;
  }
  body#eendrachtrouveen .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#eendrachtrouveen .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#eendrachtrouveen .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#eendrachtrouveen .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #1c451a;
  }
  body#eendrachtrouveen .progress-step.is-active .progress-marker,
  body#eendrachtrouveen .stepwizard-step a:not(.disabled) {
    background-color: #1c451a;
    border-color: #1c451a;
  }
  body#eendrachtrouveen .progress-step.is-complete .progress-marker,
  body#eendrachtrouveen .progress-step.is-complete::after,
  body#eendrachtrouveen .stepwizard-step a:not(.disabled) {
    background-color: #2e712b;
  }
  body#eendrachtrouveen ul.nav-pills li.active a,
  body#eendrachtrouveen ul.nav-pills li.active a:hover {
    background: #3a8f36;
    color: #fff;
  }
  body#eendrachtrouveen .milk-deliveries-table tr.sub-deliveries {
    border: solid #1c451a;
    display: none;
  }
  body#eendrachtrouveen .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #1c451a;
  }
  body#arvesta .btn-primary {
    color: #fff;
    background-color: #84bd00;
    border-color: #3d5700;
  }
  body#arvesta .btn-primary:hover,
  body#arvesta .btn-primary:focus,
  body#arvesta .btn-primary:active,
  body#arvesta .btn-primary.active,
  .open > .dropdown-togglebody#arvesta .btn-primary {
    color: #fff;
    background-color: #608a00;
    border-color: #121a00;
  }
  body#arvesta .btn-primary:active,
  body#arvesta .btn-primary.active,
  .open > .dropdown-togglebody#arvesta .btn-primary {
    background-image: none;
  }
  body#arvesta .btn-primary.disabled,
  body#arvesta .btn-primary[disabled],
  fieldset[disabled] body#arvesta .btn-primary,
  body#arvesta .btn-primary.disabled:hover,
  body#arvesta .btn-primary[disabled]:hover,
  fieldset[disabled] body#arvesta .btn-primary:hover,
  body#arvesta .btn-primary.disabled:focus,
  body#arvesta .btn-primary[disabled]:focus,
  fieldset[disabled] body#arvesta .btn-primary:focus,
  body#arvesta .btn-primary.disabled:active,
  body#arvesta .btn-primary[disabled]:active,
  fieldset[disabled] body#arvesta .btn-primary:active,
  body#arvesta .btn-primary.disabled.active,
  body#arvesta .btn-primary[disabled].active,
  fieldset[disabled] body#arvesta .btn-primary.active {
    background-color: #84bd00;
    border-color: #3d5700;
  }
  body#arvesta .btn-primary .badge {
    color: #84bd00;
    background-color: #fff;
  }
  body#arvesta .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #546223 !important;
  }
  body#arvesta .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #444f1c !important;
  }
  body#arvesta .navbar.navbar-default.navbar-fixed-top {
    background: #84bd00;
  }
  body#arvesta .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#arvesta .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #546223 !important;
  }
  body#arvesta .nav.navbar-nav ul {
    background: #72a400;
  }
  body#arvesta .nav.navbar-nav .has-submenu {
    background: #84bd00 !important;
  }
  body#arvesta .nav.navbar-nav .has-submenu + ul > li a {
    background: #72a400 !important;
  }
  body#arvesta .navbar-default .navbar-toggle:hover,
  body#arvesta .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#arvesta form.simple_form > .panel.setup-content {
    border-color: #84bd00;
  }
  body#arvesta form.simple_form > .panel.setup-content .panel-heading {
    background-color: #84bd00;
    border-color: #84bd00;
    color: #fff;
  }
  body#arvesta nav .open {
    background: #84bd00 !important;
    color: #fff !important;
  }
  body#arvesta .navbar-default .navbar-toggle {
    border: 0;
  }
  body#arvesta .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  body#arvesta .navbar-default .navbar-toggle:a {
    background: #fff !important;
  }
  body#arvesta .navbar-default .navbar-toggle:a span {
    background: #fff;
  }
  body#arvesta .results-btn-group a,
  body#arvesta .shared-links a,
  body#arvesta ul.pager > li a,
  body#arvesta a i.fa-question-circle,
  body#arvesta .nav.nav-tabs a:not(.btn-primary),
  body#arvesta ol.breadcrumb a,
  body#arvesta .pagination li:not(.disabled) a,
  body#arvesta table tr th a,
  body#arvesta .nav.nav-pills li:not(.active) a,
  body#arvesta.attentions h4 a,
  body#arvesta .help-icon a,
  body#arvesta.attentions td:not(.seen-switch) a,
  body#arvesta table td > a:not(.btn),
  body#arvesta table td > ul > li > a:not(.btn),
  body#arvesta .tablesorter thead tr.clickable th {
    color: #84bd00;
  }
  body#arvesta .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#arvesta .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #84bd00;
    color: #333;
  }
  body#arvesta .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#arvesta .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#arvesta .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#arvesta .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #84bd00;
  }
  body#arvesta .progress-step.is-active .progress-marker,
  body#arvesta .stepwizard-step a:not(.disabled) {
    background-color: #84bd00;
    border-color: #84bd00;
  }
  body#arvesta .progress-step.is-complete .progress-marker,
  body#arvesta .progress-step.is-complete::after,
  body#arvesta .stepwizard-step a:not(.disabled) {
    background-color: #affa00;
  }
  body#arvesta ul.nav-pills li.active a,
  body#arvesta ul.nav-pills li.active a:hover {
    background: #94ad3e;
    color: #fff;
  }
  body#arvesta .milk-deliveries-table tr.sub-deliveries {
    border: solid #84bd00;
    display: none;
  }
  body#arvesta .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #84bd00;
  }
  body#fuite .btn-primary,
  body#fuitegeit .btn-primary {
    color: #fff;
    background-color: #f8ae00;
    border-color: #926600;
  }
  body#fuite .btn-primary:hover,
  body#fuitegeit .btn-primary:hover,
  body#fuite .btn-primary:focus,
  body#fuitegeit .btn-primary:focus,
  body#fuite .btn-primary:active,
  body#fuitegeit .btn-primary:active,
  body#fuite .btn-primary.active,
  body#fuitegeit .btn-primary.active,
  .open > .dropdown-togglebody#fuite .btn-primary,
  .open > .dropdown-togglebody#fuitegeit .btn-primary {
    color: #fff;
    background-color: #c58a00;
    border-color: #553b00;
  }
  body#fuite .btn-primary:active,
  body#fuitegeit .btn-primary:active,
  body#fuite .btn-primary.active,
  body#fuitegeit .btn-primary.active,
  .open > .dropdown-togglebody#fuite .btn-primary,
  .open > .dropdown-togglebody#fuitegeit .btn-primary {
    background-image: none;
  }
  body#fuite .btn-primary.disabled,
  body#fuitegeit .btn-primary.disabled,
  body#fuite .btn-primary[disabled],
  body#fuitegeit .btn-primary[disabled],
  fieldset[disabled] body#fuite .btn-primary,
  fieldset[disabled] body#fuitegeit .btn-primary,
  body#fuite .btn-primary.disabled:hover,
  body#fuitegeit .btn-primary.disabled:hover,
  body#fuite .btn-primary[disabled]:hover,
  body#fuitegeit .btn-primary[disabled]:hover,
  fieldset[disabled] body#fuite .btn-primary:hover,
  fieldset[disabled] body#fuitegeit .btn-primary:hover,
  body#fuite .btn-primary.disabled:focus,
  body#fuitegeit .btn-primary.disabled:focus,
  body#fuite .btn-primary[disabled]:focus,
  body#fuitegeit .btn-primary[disabled]:focus,
  fieldset[disabled] body#fuite .btn-primary:focus,
  fieldset[disabled] body#fuitegeit .btn-primary:focus,
  body#fuite .btn-primary.disabled:active,
  body#fuitegeit .btn-primary.disabled:active,
  body#fuite .btn-primary[disabled]:active,
  body#fuitegeit .btn-primary[disabled]:active,
  fieldset[disabled] body#fuite .btn-primary:active,
  fieldset[disabled] body#fuitegeit .btn-primary:active,
  body#fuite .btn-primary.disabled.active,
  body#fuitegeit .btn-primary.disabled.active,
  body#fuite .btn-primary[disabled].active,
  body#fuitegeit .btn-primary[disabled].active,
  fieldset[disabled] body#fuite .btn-primary.active,
  fieldset[disabled] body#fuitegeit .btn-primary.active {
    background-color: #f8ae00;
    border-color: #926600;
  }
  body#fuite .btn-primary .badge,
  body#fuitegeit .btn-primary .badge {
    color: #f8ae00;
    background-color: #fff;
  }
  body#fuite .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body#fuitegeit .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #cf1717 !important;
  }
  body#fuite .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body#fuitegeit .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #b81414 !important;
  }
  body#fuite .navbar.navbar-default.navbar-fixed-top,
  body#fuitegeit .navbar.navbar-default.navbar-fixed-top {
    background: #f8ae00;
  }
  body#fuite .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body#fuitegeit .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#fuite .navbar.navbar-default.navbar-fixed-top li.current a,
  body#fuitegeit .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #cf1717 !important;
  }
  body#fuite .nav.navbar-nav ul,
  body#fuitegeit .nav.navbar-nav ul {
    background: #df9c00;
  }
  body#fuite .nav.navbar-nav .has-submenu,
  body#fuitegeit .nav.navbar-nav .has-submenu {
    background: #f8ae00 !important;
  }
  body#fuite .nav.navbar-nav .has-submenu + ul > li a,
  body#fuitegeit .nav.navbar-nav .has-submenu + ul > li a {
    background: #df9c00 !important;
  }
  body#fuite .navbar-default .navbar-toggle:hover,
  body#fuitegeit .navbar-default .navbar-toggle:hover,
  body#fuite .navbar-default .navbar-toggle:focus,
  body#fuitegeit .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#fuite form.simple_form > .panel.setup-content,
  body#fuitegeit form.simple_form > .panel.setup-content {
    border-color: #f8ae00;
  }
  body#fuite form.simple_form > .panel.setup-content .panel-heading,
  body#fuitegeit form.simple_form > .panel.setup-content .panel-heading {
    background-color: #f8ae00;
    border-color: #f8ae00;
    color: #fff;
  }
  body#fuite nav .open,
  body#fuitegeit nav .open {
    background: #f8ae00 !important;
    color: #cf1717 !important;
  }
  body#fuite .navbar-default .navbar-toggle,
  body#fuitegeit .navbar-default .navbar-toggle {
    border: 0;
  }
  body#fuite .navbar-default .navbar-toggle .icon-bar,
  body#fuitegeit .navbar-default .navbar-toggle .icon-bar {
    background: #cf1717;
  }
  body#fuite .navbar-default .navbar-toggle:a,
  body#fuitegeit .navbar-default .navbar-toggle:a {
    background: #f8ae00 !important;
  }
  body#fuite .navbar-default .navbar-toggle:a span,
  body#fuitegeit .navbar-default .navbar-toggle:a span {
    background: #cf1717;
  }
  body#fuite .results-btn-group a,
  body#fuitegeit .results-btn-group a,
  body#fuite .shared-links a,
  body#fuitegeit .shared-links a,
  body#fuite ul.pager > li a,
  body#fuitegeit ul.pager > li a,
  body#fuite a i.fa-question-circle,
  body#fuitegeit a i.fa-question-circle,
  body#fuite .nav.nav-tabs a:not(.btn-primary),
  body#fuitegeit .nav.nav-tabs a:not(.btn-primary),
  body#fuite ol.breadcrumb a,
  body#fuitegeit ol.breadcrumb a,
  body#fuite .pagination li:not(.disabled) a,
  body#fuitegeit .pagination li:not(.disabled) a,
  body#fuite table tr th a,
  body#fuitegeit table tr th a,
  body#fuite .nav.nav-pills li:not(.active) a,
  body#fuitegeit .nav.nav-pills li:not(.active) a,
  body#fuite.attentions h4 a,
  body#fuitegeit.attentions h4 a,
  body#fuite .help-icon a,
  body#fuitegeit .help-icon a,
  body#fuite.attentions td:not(.seen-switch) a,
  body#fuitegeit.attentions td:not(.seen-switch) a,
  body#fuite table td > a:not(.btn),
  body#fuitegeit table td > a:not(.btn),
  body#fuite table td > ul > li > a:not(.btn),
  body#fuitegeit table td > ul > li > a:not(.btn),
  body#fuite .tablesorter thead tr.clickable th,
  body#fuitegeit .tablesorter thead tr.clickable th {
    color: #cf1717;
  }
  body#fuite .sidebar-list-group a,
  body#fuitegeit .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#fuite .sidebar-list-group a.active,
  body#fuitegeit .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #cf1717;
    color: #333;
  }
  body#fuite .sidebar-list-group a.active i,
  body#fuitegeit .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#fuite .sidebar-list-group a:hover .list-group-item,
  body#fuitegeit .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#fuite .sidebar-list-group a:hover .list-group-item:not(.active),
  body#fuitegeit .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#fuite .sidebar-list-group a:hover .list-group-item.active,
  body#fuitegeit .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #cf1717;
  }
  body#fuite .progress-step.is-active .progress-marker,
  body#fuitegeit .progress-step.is-active .progress-marker,
  body#fuite .stepwizard-step a:not(.disabled),
  body#fuitegeit .stepwizard-step a:not(.disabled) {
    background-color: #cf1717;
    border-color: #cf1717;
  }
  body#fuite .progress-step.is-complete .progress-marker,
  body#fuitegeit .progress-step.is-complete .progress-marker,
  body#fuite .progress-step.is-complete::after,
  body#fuitegeit .progress-step.is-complete::after,
  body#fuite .stepwizard-step a:not(.disabled),
  body#fuitegeit .stepwizard-step a:not(.disabled) {
    background-color: #ed5f5f;
  }
  body#fuite ul.nav-pills li.active a,
  body#fuitegeit ul.nav-pills li.active a,
  body#fuite ul.nav-pills li.active a:hover,
  body#fuitegeit ul.nav-pills li.active a:hover {
    background: #ed5f5f;
    color: #fff;
  }
  body#fuite .milk-deliveries-table tr.sub-deliveries,
  body#fuitegeit .milk-deliveries-table tr.sub-deliveries {
    border: solid #f8ae00;
    display: none;
  }
  body#fuite .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries,
  body#fuitegeit .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #f8ae00;
  }
  body#denham .btn-primary {
    color: #fff;
    background-color: #006643;
    border-color: #000000;
  }
  body#denham .btn-primary:hover,
  body#denham .btn-primary:focus,
  body#denham .btn-primary:active,
  body#denham .btn-primary.active,
  .open > .dropdown-togglebody#denham .btn-primary {
    color: #fff;
    background-color: #003322;
    border-color: #000000;
  }
  body#denham .btn-primary:active,
  body#denham .btn-primary.active,
  .open > .dropdown-togglebody#denham .btn-primary {
    background-image: none;
  }
  body#denham .btn-primary.disabled,
  body#denham .btn-primary[disabled],
  fieldset[disabled] body#denham .btn-primary,
  body#denham .btn-primary.disabled:hover,
  body#denham .btn-primary[disabled]:hover,
  fieldset[disabled] body#denham .btn-primary:hover,
  body#denham .btn-primary.disabled:focus,
  body#denham .btn-primary[disabled]:focus,
  fieldset[disabled] body#denham .btn-primary:focus,
  body#denham .btn-primary.disabled:active,
  body#denham .btn-primary[disabled]:active,
  fieldset[disabled] body#denham .btn-primary:active,
  body#denham .btn-primary.disabled.active,
  body#denham .btn-primary[disabled].active,
  fieldset[disabled] body#denham .btn-primary.active {
    background-color: #006643;
    border-color: #000000;
  }
  body#denham .btn-primary .badge {
    color: #006643;
    background-color: #fff;
  }
  body#denham .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #006643 !important;
  }
  body#denham .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #004d32 !important;
  }
  body#denham .navbar.navbar-default.navbar-fixed-top {
    background: #70a489;
  }
  body#denham .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#denham .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #006643 !important;
  }
  body#denham .nav.navbar-nav ul {
    background: #61997c;
  }
  body#denham .nav.navbar-nav .has-submenu {
    background: #70a489 !important;
  }
  body#denham .nav.navbar-nav .has-submenu + ul > li a {
    background: #61997c !important;
  }
  body#denham .navbar-default .navbar-toggle:hover,
  body#denham .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#denham form.simple_form > .panel.setup-content {
    border-color: #70a489;
  }
  body#denham form.simple_form > .panel.setup-content .panel-heading {
    background-color: #70a489;
    border-color: #70a489;
    color: #fff;
  }
  body#denham nav .open {
    background: #006643 !important;
    color: #fdc82f !important;
  }
  body#denham .navbar-default .navbar-toggle {
    border: 0;
  }
  body#denham .navbar-default .navbar-toggle .icon-bar {
    background: #fdc82f;
  }
  body#denham .navbar-default .navbar-toggle:a {
    background: #fdc82f !important;
  }
  body#denham .navbar-default .navbar-toggle:a span {
    background: #fdc82f;
  }
  body#denham .results-btn-group a,
  body#denham .shared-links a,
  body#denham ul.pager > li a,
  body#denham a i.fa-question-circle,
  body#denham .nav.nav-tabs a:not(.btn-primary),
  body#denham ol.breadcrumb a,
  body#denham .pagination li:not(.disabled) a,
  body#denham table tr th a,
  body#denham .nav.nav-pills li:not(.active) a,
  body#denham.attentions h4 a,
  body#denham .help-icon a,
  body#denham.attentions td:not(.seen-switch) a,
  body#denham table td > a:not(.btn),
  body#denham table td > ul > li > a:not(.btn),
  body#denham .tablesorter thead tr.clickable th {
    color: #006643;
  }
  body#denham .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#denham .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #006643;
    color: #333;
  }
  body#denham .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#denham .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#denham .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#denham .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #006643;
  }
  body#denham .progress-step.is-active .progress-marker,
  body#denham .stepwizard-step a:not(.disabled) {
    background-color: #70a489;
    border-color: #70a489;
  }
  body#denham .progress-step.is-complete .progress-marker,
  body#denham .progress-step.is-complete::after,
  body#denham .stepwizard-step a:not(.disabled) {
    background-color: #aeccbc;
  }
  body#denham ul.nav-pills li.active a,
  body#denham ul.nav-pills li.active a:hover {
    background: #70a489;
    color: #fff;
  }
  body#denham .milk-deliveries-table tr.sub-deliveries {
    border: solid #70a489;
    display: none;
  }
  body#denham .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #70a489;
  }
  body#theeuwes .btn-primary,
  body#theeuwesgeit .btn-primary {
    color: #fff;
    background-color: #cf1717;
    border-color: #730d0d;
  }
  body#theeuwes .btn-primary:hover,
  body#theeuwesgeit .btn-primary:hover,
  body#theeuwes .btn-primary:focus,
  body#theeuwesgeit .btn-primary:focus,
  body#theeuwes .btn-primary:active,
  body#theeuwesgeit .btn-primary:active,
  body#theeuwes .btn-primary.active,
  body#theeuwesgeit .btn-primary.active,
  .open > .dropdown-togglebody#theeuwes .btn-primary,
  .open > .dropdown-togglebody#theeuwesgeit .btn-primary {
    color: #fff;
    background-color: #a11212;
    border-color: #3c0707;
  }
  body#theeuwes .btn-primary:active,
  body#theeuwesgeit .btn-primary:active,
  body#theeuwes .btn-primary.active,
  body#theeuwesgeit .btn-primary.active,
  .open > .dropdown-togglebody#theeuwes .btn-primary,
  .open > .dropdown-togglebody#theeuwesgeit .btn-primary {
    background-image: none;
  }
  body#theeuwes .btn-primary.disabled,
  body#theeuwesgeit .btn-primary.disabled,
  body#theeuwes .btn-primary[disabled],
  body#theeuwesgeit .btn-primary[disabled],
  fieldset[disabled] body#theeuwes .btn-primary,
  fieldset[disabled] body#theeuwesgeit .btn-primary,
  body#theeuwes .btn-primary.disabled:hover,
  body#theeuwesgeit .btn-primary.disabled:hover,
  body#theeuwes .btn-primary[disabled]:hover,
  body#theeuwesgeit .btn-primary[disabled]:hover,
  fieldset[disabled] body#theeuwes .btn-primary:hover,
  fieldset[disabled] body#theeuwesgeit .btn-primary:hover,
  body#theeuwes .btn-primary.disabled:focus,
  body#theeuwesgeit .btn-primary.disabled:focus,
  body#theeuwes .btn-primary[disabled]:focus,
  body#theeuwesgeit .btn-primary[disabled]:focus,
  fieldset[disabled] body#theeuwes .btn-primary:focus,
  fieldset[disabled] body#theeuwesgeit .btn-primary:focus,
  body#theeuwes .btn-primary.disabled:active,
  body#theeuwesgeit .btn-primary.disabled:active,
  body#theeuwes .btn-primary[disabled]:active,
  body#theeuwesgeit .btn-primary[disabled]:active,
  fieldset[disabled] body#theeuwes .btn-primary:active,
  fieldset[disabled] body#theeuwesgeit .btn-primary:active,
  body#theeuwes .btn-primary.disabled.active,
  body#theeuwesgeit .btn-primary.disabled.active,
  body#theeuwes .btn-primary[disabled].active,
  body#theeuwesgeit .btn-primary[disabled].active,
  fieldset[disabled] body#theeuwes .btn-primary.active,
  fieldset[disabled] body#theeuwesgeit .btn-primary.active {
    background-color: #cf1717;
    border-color: #730d0d;
  }
  body#theeuwes .btn-primary .badge,
  body#theeuwesgeit .btn-primary .badge {
    color: #cf1717;
    background-color: #fff;
  }
  body#theeuwes .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body#theeuwesgeit .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #cf1717 !important;
  }
  body#theeuwes .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body#theeuwesgeit .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #b81414 !important;
  }
  body#theeuwes .navbar.navbar-default.navbar-fixed-top,
  body#theeuwesgeit .navbar.navbar-default.navbar-fixed-top {
    background: #000000;
  }
  body#theeuwes .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body#theeuwesgeit .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#theeuwes .navbar.navbar-default.navbar-fixed-top li.current a,
  body#theeuwesgeit .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #cf1717 !important;
  }
  body#theeuwes .nav.navbar-nav ul,
  body#theeuwesgeit .nav.navbar-nav ul {
    background: #000000;
  }
  body#theeuwes .nav.navbar-nav .has-submenu,
  body#theeuwesgeit .nav.navbar-nav .has-submenu {
    background: #000000 !important;
  }
  body#theeuwes .nav.navbar-nav .has-submenu + ul > li a,
  body#theeuwesgeit .nav.navbar-nav .has-submenu + ul > li a {
    background: #000000 !important;
  }
  body#theeuwes .navbar-default .navbar-toggle:hover,
  body#theeuwesgeit .navbar-default .navbar-toggle:hover,
  body#theeuwes .navbar-default .navbar-toggle:focus,
  body#theeuwesgeit .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#theeuwes form.simple_form > .panel.setup-content,
  body#theeuwesgeit form.simple_form > .panel.setup-content {
    border-color: #000000;
  }
  body#theeuwes form.simple_form > .panel.setup-content .panel-heading,
  body#theeuwesgeit form.simple_form > .panel.setup-content .panel-heading {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
  }
  body#theeuwes nav .open,
  body#theeuwesgeit nav .open {
    background: #000000 !important;
    color: #cf1717 !important;
  }
  body#theeuwes .navbar-default .navbar-toggle,
  body#theeuwesgeit .navbar-default .navbar-toggle {
    border: 0;
  }
  body#theeuwes .navbar-default .navbar-toggle .icon-bar,
  body#theeuwesgeit .navbar-default .navbar-toggle .icon-bar {
    background: #cf1717;
  }
  body#theeuwes .navbar-default .navbar-toggle:a,
  body#theeuwesgeit .navbar-default .navbar-toggle:a {
    background: #cf1717 !important;
  }
  body#theeuwes .navbar-default .navbar-toggle:a span,
  body#theeuwesgeit .navbar-default .navbar-toggle:a span {
    background: #cf1717;
  }
  body#theeuwes .results-btn-group a,
  body#theeuwesgeit .results-btn-group a,
  body#theeuwes .shared-links a,
  body#theeuwesgeit .shared-links a,
  body#theeuwes ul.pager > li a,
  body#theeuwesgeit ul.pager > li a,
  body#theeuwes a i.fa-question-circle,
  body#theeuwesgeit a i.fa-question-circle,
  body#theeuwes .nav.nav-tabs a:not(.btn-primary),
  body#theeuwesgeit .nav.nav-tabs a:not(.btn-primary),
  body#theeuwes ol.breadcrumb a,
  body#theeuwesgeit ol.breadcrumb a,
  body#theeuwes .pagination li:not(.disabled) a,
  body#theeuwesgeit .pagination li:not(.disabled) a,
  body#theeuwes table tr th a,
  body#theeuwesgeit table tr th a,
  body#theeuwes .nav.nav-pills li:not(.active) a,
  body#theeuwesgeit .nav.nav-pills li:not(.active) a,
  body#theeuwes.attentions h4 a,
  body#theeuwesgeit.attentions h4 a,
  body#theeuwes .help-icon a,
  body#theeuwesgeit .help-icon a,
  body#theeuwes.attentions td:not(.seen-switch) a,
  body#theeuwesgeit.attentions td:not(.seen-switch) a,
  body#theeuwes table td > a:not(.btn),
  body#theeuwesgeit table td > a:not(.btn),
  body#theeuwes table td > ul > li > a:not(.btn),
  body#theeuwesgeit table td > ul > li > a:not(.btn),
  body#theeuwes .tablesorter thead tr.clickable th,
  body#theeuwesgeit .tablesorter thead tr.clickable th {
    color: #cf1717;
  }
  body#theeuwes .sidebar-list-group a,
  body#theeuwesgeit .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#theeuwes .sidebar-list-group a.active,
  body#theeuwesgeit .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #cf1717;
    color: #333;
  }
  body#theeuwes .sidebar-list-group a.active i,
  body#theeuwesgeit .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#theeuwes .sidebar-list-group a:hover .list-group-item,
  body#theeuwesgeit .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#theeuwes .sidebar-list-group a:hover .list-group-item:not(.active),
  body#theeuwesgeit .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#theeuwes .sidebar-list-group a:hover .list-group-item.active,
  body#theeuwesgeit .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #cf1717;
  }
  body#theeuwes .progress-step.is-active .progress-marker,
  body#theeuwesgeit .progress-step.is-active .progress-marker,
  body#theeuwes .stepwizard-step a:not(.disabled),
  body#theeuwesgeit .stepwizard-step a:not(.disabled) {
    background-color: #cf1717;
    border-color: #cf1717;
  }
  body#theeuwes .progress-step.is-complete .progress-marker,
  body#theeuwesgeit .progress-step.is-complete .progress-marker,
  body#theeuwes .progress-step.is-complete::after,
  body#theeuwesgeit .progress-step.is-complete::after,
  body#theeuwes .stepwizard-step a:not(.disabled),
  body#theeuwesgeit .stepwizard-step a:not(.disabled) {
    background-color: #ed5f5f;
  }
  body#theeuwes ul.nav-pills li.active a,
  body#theeuwesgeit ul.nav-pills li.active a,
  body#theeuwes ul.nav-pills li.active a:hover,
  body#theeuwesgeit ul.nav-pills li.active a:hover {
    background: #ed5f5f;
    color: #fff;
  }
  body#theeuwes .milk-deliveries-table tr.sub-deliveries,
  body#theeuwesgeit .milk-deliveries-table tr.sub-deliveries {
    border: solid #000000;
    display: none;
  }
  body#theeuwes .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries,
  body#theeuwesgeit .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #000000;
  }
  body#theeuwes a.navbar-brand,
  body#theeuwesgeit a.navbar-brand {
    background: #fff;
  }
  body#vitelia .btn-primary {
    color: #fff;
    background-color: #ec810d;
    border-color: #8b4c08;
  }
  body#vitelia .btn-primary:hover,
  body#vitelia .btn-primary:focus,
  body#vitelia .btn-primary:active,
  body#vitelia .btn-primary.active,
  .open > .dropdown-togglebody#vitelia .btn-primary {
    color: #fff;
    background-color: #bc670a;
    border-color: #512c04;
  }
  body#vitelia .btn-primary:active,
  body#vitelia .btn-primary.active,
  .open > .dropdown-togglebody#vitelia .btn-primary {
    background-image: none;
  }
  body#vitelia .btn-primary.disabled,
  body#vitelia .btn-primary[disabled],
  fieldset[disabled] body#vitelia .btn-primary,
  body#vitelia .btn-primary.disabled:hover,
  body#vitelia .btn-primary[disabled]:hover,
  fieldset[disabled] body#vitelia .btn-primary:hover,
  body#vitelia .btn-primary.disabled:focus,
  body#vitelia .btn-primary[disabled]:focus,
  fieldset[disabled] body#vitelia .btn-primary:focus,
  body#vitelia .btn-primary.disabled:active,
  body#vitelia .btn-primary[disabled]:active,
  fieldset[disabled] body#vitelia .btn-primary:active,
  body#vitelia .btn-primary.disabled.active,
  body#vitelia .btn-primary[disabled].active,
  fieldset[disabled] body#vitelia .btn-primary.active {
    background-color: #ec810d;
    border-color: #8b4c08;
  }
  body#vitelia .btn-primary .badge {
    color: #ec810d;
    background-color: #fff;
  }
  body#vitelia .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #ec810d !important;
  }
  body#vitelia .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #d4740c !important;
  }
  body#vitelia .navbar.navbar-default.navbar-fixed-top {
    background: #3f701a;
  }
  body#vitelia .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#vitelia .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #ec810d !important;
  }
  body#vitelia .nav.navbar-nav ul {
    background: #335b15;
  }
  body#vitelia .nav.navbar-nav .has-submenu {
    background: #3f701a !important;
  }
  body#vitelia .nav.navbar-nav .has-submenu + ul > li a {
    background: #335b15 !important;
  }
  body#vitelia .navbar-default .navbar-toggle:hover,
  body#vitelia .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#vitelia form.simple_form > .panel.setup-content {
    border-color: #3f701a;
  }
  body#vitelia form.simple_form > .panel.setup-content .panel-heading {
    background-color: #3f701a;
    border-color: #3f701a;
    color: #fff;
  }
  body#vitelia nav .open {
    background: #3f701a !important;
    color: #ec810d !important;
  }
  body#vitelia .navbar-default .navbar-toggle {
    border: 0;
  }
  body#vitelia .navbar-default .navbar-toggle .icon-bar {
    background: #ec810d;
  }
  body#vitelia .navbar-default .navbar-toggle:a {
    background: #ec810d !important;
  }
  body#vitelia .navbar-default .navbar-toggle:a span {
    background: #ec810d;
  }
  body#vitelia .results-btn-group a,
  body#vitelia .shared-links a,
  body#vitelia ul.pager > li a,
  body#vitelia a i.fa-question-circle,
  body#vitelia .nav.nav-tabs a:not(.btn-primary),
  body#vitelia ol.breadcrumb a,
  body#vitelia .pagination li:not(.disabled) a,
  body#vitelia table tr th a,
  body#vitelia .nav.nav-pills li:not(.active) a,
  body#vitelia.attentions h4 a,
  body#vitelia .help-icon a,
  body#vitelia.attentions td:not(.seen-switch) a,
  body#vitelia table td > a:not(.btn),
  body#vitelia table td > ul > li > a:not(.btn),
  body#vitelia .tablesorter thead tr.clickable th {
    color: #3f701a;
  }
  body#vitelia .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#vitelia .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #3f701a;
    color: #333;
  }
  body#vitelia .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#vitelia .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#vitelia .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#vitelia .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #3f701a;
  }
  body#vitelia .progress-step.is-active .progress-marker,
  body#vitelia .stepwizard-step a:not(.disabled) {
    background-color: #3f701a;
    border-color: #3f701a;
  }
  body#vitelia .progress-step.is-complete .progress-marker,
  body#vitelia .progress-step.is-complete::after,
  body#vitelia .stepwizard-step a:not(.disabled) {
    background-color: #569924;
  }
  body#vitelia ul.nav-pills li.active a,
  body#vitelia ul.nav-pills li.active a:hover {
    background: #3f701a;
    color: #fff;
  }
  body#vitelia .milk-deliveries-table tr.sub-deliveries {
    border: solid #3f701a;
    display: none;
  }
  body#vitelia .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #3f701a;
  }
  body#vitelia a.navbar-brand {
    margin-left: 15px;
    background: #fff;
  }
  body#kruidhof .btn-primary {
    color: #fff;
    background-color: #c6212f;
    border-color: #6f121a;
  }
  body#kruidhof .btn-primary:hover,
  body#kruidhof .btn-primary:focus,
  body#kruidhof .btn-primary:active,
  body#kruidhof .btn-primary.active,
  .open > .dropdown-togglebody#kruidhof .btn-primary {
    color: #fff;
    background-color: #9a1a25;
    border-color: #3a0a0e;
  }
  body#kruidhof .btn-primary:active,
  body#kruidhof .btn-primary.active,
  .open > .dropdown-togglebody#kruidhof .btn-primary {
    background-image: none;
  }
  body#kruidhof .btn-primary.disabled,
  body#kruidhof .btn-primary[disabled],
  fieldset[disabled] body#kruidhof .btn-primary,
  body#kruidhof .btn-primary.disabled:hover,
  body#kruidhof .btn-primary[disabled]:hover,
  fieldset[disabled] body#kruidhof .btn-primary:hover,
  body#kruidhof .btn-primary.disabled:focus,
  body#kruidhof .btn-primary[disabled]:focus,
  fieldset[disabled] body#kruidhof .btn-primary:focus,
  body#kruidhof .btn-primary.disabled:active,
  body#kruidhof .btn-primary[disabled]:active,
  fieldset[disabled] body#kruidhof .btn-primary:active,
  body#kruidhof .btn-primary.disabled.active,
  body#kruidhof .btn-primary[disabled].active,
  fieldset[disabled] body#kruidhof .btn-primary.active {
    background-color: #c6212f;
    border-color: #6f121a;
  }
  body#kruidhof .btn-primary .badge {
    color: #c6212f;
    background-color: #fff;
  }
  body#kruidhof .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #c6212f !important;
  }
  body#kruidhof .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #b01d2a !important;
  }
  body#kruidhof .navbar.navbar-default.navbar-fixed-top {
    background: #565352;
  }
  body#kruidhof .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#kruidhof .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #c6212f !important;
  }
  body#kruidhof .nav.navbar-nav ul {
    background: #494646;
  }
  body#kruidhof .nav.navbar-nav .has-submenu {
    background: #565352 !important;
  }
  body#kruidhof .nav.navbar-nav .has-submenu + ul > li a {
    background: #494646 !important;
  }
  body#kruidhof .navbar-default .navbar-toggle:hover,
  body#kruidhof .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#kruidhof form.simple_form > .panel.setup-content {
    border-color: #565352;
  }
  body#kruidhof form.simple_form > .panel.setup-content .panel-heading {
    background-color: #565352;
    border-color: #565352;
    color: #fff;
  }
  body#kruidhof nav .open {
    background: #565352 !important;
    color: #c6212f !important;
  }
  body#kruidhof .navbar-default .navbar-toggle {
    border: 0;
  }
  body#kruidhof .navbar-default .navbar-toggle .icon-bar {
    background: #c6212f;
  }
  body#kruidhof .navbar-default .navbar-toggle:a {
    background: #c6212f !important;
  }
  body#kruidhof .navbar-default .navbar-toggle:a span {
    background: #c6212f;
  }
  body#kruidhof .results-btn-group a,
  body#kruidhof .shared-links a,
  body#kruidhof ul.pager > li a,
  body#kruidhof a i.fa-question-circle,
  body#kruidhof .nav.nav-tabs a:not(.btn-primary),
  body#kruidhof ol.breadcrumb a,
  body#kruidhof .pagination li:not(.disabled) a,
  body#kruidhof table tr th a,
  body#kruidhof .nav.nav-pills li:not(.active) a,
  body#kruidhof.attentions h4 a,
  body#kruidhof .help-icon a,
  body#kruidhof.attentions td:not(.seen-switch) a,
  body#kruidhof table td > a:not(.btn),
  body#kruidhof table td > ul > li > a:not(.btn),
  body#kruidhof .tablesorter thead tr.clickable th {
    color: #c6212f;
  }
  body#kruidhof .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#kruidhof .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #565352;
    color: #333;
  }
  body#kruidhof .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#kruidhof .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#kruidhof .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#kruidhof .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #565352;
  }
  body#kruidhof .progress-step.is-active .progress-marker,
  body#kruidhof .stepwizard-step a:not(.disabled) {
    background-color: #565352;
    border-color: #565352;
  }
  body#kruidhof .progress-step.is-complete .progress-marker,
  body#kruidhof .progress-step.is-complete::after,
  body#kruidhof .stepwizard-step a:not(.disabled) {
    background-color: #706c6b;
  }
  body#kruidhof ul.nav-pills li.active a,
  body#kruidhof ul.nav-pills li.active a:hover {
    background: #565352;
    color: #fff;
  }
  body#kruidhof .milk-deliveries-table tr.sub-deliveries {
    border: solid #565352;
    display: none;
  }
  body#kruidhof .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #565352;
  }
  body#pbos .btn-primary {
    color: #000;
    background-color: #ffd100;
    border-color: #997d00;
  }
  body#pbos .btn-primary:hover,
  body#pbos .btn-primary:focus,
  body#pbos .btn-primary:active,
  body#pbos .btn-primary.active,
  .open > .dropdown-togglebody#pbos .btn-primary {
    color: #000;
    background-color: #cca700;
    border-color: #5c4b00;
  }
  body#pbos .btn-primary:active,
  body#pbos .btn-primary.active,
  .open > .dropdown-togglebody#pbos .btn-primary {
    background-image: none;
  }
  body#pbos .btn-primary.disabled,
  body#pbos .btn-primary[disabled],
  fieldset[disabled] body#pbos .btn-primary,
  body#pbos .btn-primary.disabled:hover,
  body#pbos .btn-primary[disabled]:hover,
  fieldset[disabled] body#pbos .btn-primary:hover,
  body#pbos .btn-primary.disabled:focus,
  body#pbos .btn-primary[disabled]:focus,
  fieldset[disabled] body#pbos .btn-primary:focus,
  body#pbos .btn-primary.disabled:active,
  body#pbos .btn-primary[disabled]:active,
  fieldset[disabled] body#pbos .btn-primary:active,
  body#pbos .btn-primary.disabled.active,
  body#pbos .btn-primary[disabled].active,
  fieldset[disabled] body#pbos .btn-primary.active {
    background-color: #ffd100;
    border-color: #997d00;
  }
  body#pbos .btn-primary .badge {
    color: #ffd100;
    background-color: #000;
  }
  body#pbos .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #ffd100 !important;
    background-color: #1d1d1b !important;
  }
  body#pbos .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #ffd100 !important;
    background: #10100f !important;
  }
  body#pbos .navbar.navbar-default.navbar-fixed-top {
    background: #ffd100;
  }
  body#pbos .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #000;
  }
  body#pbos .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #959595 !important;
  }
  body#pbos .nav.navbar-nav ul {
    background: #e6bc00;
  }
  body#pbos .nav.navbar-nav .has-submenu {
    background: #ffd100 !important;
  }
  body#pbos .nav.navbar-nav .has-submenu + ul > li a {
    background: #e6bc00 !important;
  }
  body#pbos .navbar-default .navbar-toggle:hover,
  body#pbos .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#pbos form.simple_form > .panel.setup-content {
    border-color: #ffd100;
  }
  body#pbos form.simple_form > .panel.setup-content .panel-heading {
    background-color: #ffd100;
    border-color: #ffd100;
    color: #000;
  }
  body#pbos nav .open {
    background: #ffd100 !important;
    color: #1d1d1b !important;
  }
  body#pbos .navbar-default .navbar-toggle {
    border: 0;
  }
  body#pbos .navbar-default .navbar-toggle .icon-bar {
    background: #1d1d1b;
  }
  body#pbos .navbar-default .navbar-toggle:a {
    background: #1d1d1b !important;
  }
  body#pbos .navbar-default .navbar-toggle:a span {
    background: #1d1d1b;
  }
  body#pbos .results-btn-group a,
  body#pbos .shared-links a,
  body#pbos ul.pager > li a,
  body#pbos a i.fa-question-circle,
  body#pbos .nav.nav-tabs a:not(.btn-primary),
  body#pbos ol.breadcrumb a,
  body#pbos .pagination li:not(.disabled) a,
  body#pbos table tr th a,
  body#pbos .nav.nav-pills li:not(.active) a,
  body#pbos.attentions h4 a,
  body#pbos .help-icon a,
  body#pbos.attentions td:not(.seen-switch) a,
  body#pbos table td > a:not(.btn),
  body#pbos table td > ul > li > a:not(.btn),
  body#pbos .tablesorter thead tr.clickable th {
    color: #959595;
  }
  body#pbos .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#pbos .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #ffd100;
    color: #333;
  }
  body#pbos .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#pbos .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#pbos .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#pbos .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #ffd100;
  }
  body#pbos .progress-step.is-active .progress-marker,
  body#pbos .stepwizard-step a:not(.disabled) {
    background-color: #ffd100;
    border-color: #ffd100;
  }
  body#pbos .progress-step.is-complete .progress-marker,
  body#pbos .progress-step.is-complete::after,
  body#pbos .stepwizard-step a:not(.disabled) {
    background-color: #ffda33;
  }
  body#pbos ul.nav-pills li.active a,
  body#pbos ul.nav-pills li.active a:hover {
    background: #ffd100;
    color: #fff;
  }
  body#pbos .milk-deliveries-table tr.sub-deliveries {
    border: solid #ffd100;
    display: none;
  }
  body#pbos .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #ffd100;
  }
  body#vanbenthem .btn-primary {
    color: #fff;
    background-color: #2e4933;
    border-color: #070a07;
  }
  body#vanbenthem .btn-primary:hover,
  body#vanbenthem .btn-primary:focus,
  body#vanbenthem .btn-primary:active,
  body#vanbenthem .btn-primary.active,
  .open > .dropdown-togglebody#vanbenthem .btn-primary {
    color: #fff;
    background-color: #1a2a1d;
    border-color: #000000;
  }
  body#vanbenthem .btn-primary:active,
  body#vanbenthem .btn-primary.active,
  .open > .dropdown-togglebody#vanbenthem .btn-primary {
    background-image: none;
  }
  body#vanbenthem .btn-primary.disabled,
  body#vanbenthem .btn-primary[disabled],
  fieldset[disabled] body#vanbenthem .btn-primary,
  body#vanbenthem .btn-primary.disabled:hover,
  body#vanbenthem .btn-primary[disabled]:hover,
  fieldset[disabled] body#vanbenthem .btn-primary:hover,
  body#vanbenthem .btn-primary.disabled:focus,
  body#vanbenthem .btn-primary[disabled]:focus,
  fieldset[disabled] body#vanbenthem .btn-primary:focus,
  body#vanbenthem .btn-primary.disabled:active,
  body#vanbenthem .btn-primary[disabled]:active,
  fieldset[disabled] body#vanbenthem .btn-primary:active,
  body#vanbenthem .btn-primary.disabled.active,
  body#vanbenthem .btn-primary[disabled].active,
  fieldset[disabled] body#vanbenthem .btn-primary.active {
    background-color: #2e4933;
    border-color: #070a07;
  }
  body#vanbenthem .btn-primary .badge {
    color: #2e4933;
    background-color: #fff;
  }
  body#vanbenthem .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #36563c !important;
    background-color: #fff !important;
  }
  body#vanbenthem .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #36563c !important;
    background: #f2f2f2 !important;
  }
  body#vanbenthem .navbar.navbar-default.navbar-fixed-top {
    background: #36563c;
  }
  body#vanbenthem .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#vanbenthem .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #00c1dc !important;
  }
  body#vanbenthem .nav.navbar-nav ul {
    background: #2c4631;
  }
  body#vanbenthem .nav.navbar-nav .has-submenu {
    background: #36563c !important;
  }
  body#vanbenthem .nav.navbar-nav .has-submenu + ul > li a {
    background: #2c4631 !important;
  }
  body#vanbenthem .navbar-default .navbar-toggle:hover,
  body#vanbenthem .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#vanbenthem form.simple_form > .panel.setup-content {
    border-color: #36563c;
  }
  body#vanbenthem form.simple_form > .panel.setup-content .panel-heading {
    background-color: #36563c;
    border-color: #36563c;
    color: #fff;
  }
  body#vanbenthem nav .open {
    background: #36563c !important;
    color: #2e4933 !important;
  }
  body#vanbenthem .navbar-default .navbar-toggle {
    border: 0;
  }
  body#vanbenthem .navbar-default .navbar-toggle .icon-bar {
    background: #2e4933;
  }
  body#vanbenthem .navbar-default .navbar-toggle:a {
    background: #2e4933 !important;
  }
  body#vanbenthem .navbar-default .navbar-toggle:a span {
    background: #2e4933;
  }
  body#vanbenthem .results-btn-group a,
  body#vanbenthem .shared-links a,
  body#vanbenthem ul.pager > li a,
  body#vanbenthem a i.fa-question-circle,
  body#vanbenthem .nav.nav-tabs a:not(.btn-primary),
  body#vanbenthem ol.breadcrumb a,
  body#vanbenthem .pagination li:not(.disabled) a,
  body#vanbenthem table tr th a,
  body#vanbenthem .nav.nav-pills li:not(.active) a,
  body#vanbenthem.attentions h4 a,
  body#vanbenthem .help-icon a,
  body#vanbenthem.attentions td:not(.seen-switch) a,
  body#vanbenthem table td > a:not(.btn),
  body#vanbenthem table td > ul > li > a:not(.btn),
  body#vanbenthem .tablesorter thead tr.clickable th {
    color: #00c1dc;
  }
  body#vanbenthem .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#vanbenthem .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #36563c;
    color: #333;
  }
  body#vanbenthem .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#vanbenthem .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#vanbenthem .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#vanbenthem .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #36563c;
  }
  body#vanbenthem .progress-step.is-active .progress-marker,
  body#vanbenthem .stepwizard-step a:not(.disabled) {
    background-color: #36563c;
    border-color: #36563c;
  }
  body#vanbenthem .progress-step.is-complete .progress-marker,
  body#vanbenthem .progress-step.is-complete::after,
  body#vanbenthem .stepwizard-step a:not(.disabled) {
    background-color: #4a7552;
  }
  body#vanbenthem ul.nav-pills li.active a,
  body#vanbenthem ul.nav-pills li.active a:hover {
    background: #36563c;
    color: #fff;
  }
  body#vanbenthem .milk-deliveries-table tr.sub-deliveries {
    border: solid #36563c;
    display: none;
  }
  body#vanbenthem .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #36563c;
  }
  body#vanbenthem .navbar-brand {
    padding-top: 10px !important;
  }
  body#bronsvoorthuizen .btn-primary {
    color: #fff;
    background-color: #00843e;
    border-color: #001e0e;
  }
  body#bronsvoorthuizen .btn-primary:hover,
  body#bronsvoorthuizen .btn-primary:focus,
  body#bronsvoorthuizen .btn-primary:active,
  body#bronsvoorthuizen .btn-primary.active,
  .open > .dropdown-togglebody#bronsvoorthuizen .btn-primary {
    color: #fff;
    background-color: #005126;
    border-color: #000000;
  }
  body#bronsvoorthuizen .btn-primary:active,
  body#bronsvoorthuizen .btn-primary.active,
  .open > .dropdown-togglebody#bronsvoorthuizen .btn-primary {
    background-image: none;
  }
  body#bronsvoorthuizen .btn-primary.disabled,
  body#bronsvoorthuizen .btn-primary[disabled],
  fieldset[disabled] body#bronsvoorthuizen .btn-primary,
  body#bronsvoorthuizen .btn-primary.disabled:hover,
  body#bronsvoorthuizen .btn-primary[disabled]:hover,
  fieldset[disabled] body#bronsvoorthuizen .btn-primary:hover,
  body#bronsvoorthuizen .btn-primary.disabled:focus,
  body#bronsvoorthuizen .btn-primary[disabled]:focus,
  fieldset[disabled] body#bronsvoorthuizen .btn-primary:focus,
  body#bronsvoorthuizen .btn-primary.disabled:active,
  body#bronsvoorthuizen .btn-primary[disabled]:active,
  fieldset[disabled] body#bronsvoorthuizen .btn-primary:active,
  body#bronsvoorthuizen .btn-primary.disabled.active,
  body#bronsvoorthuizen .btn-primary[disabled].active,
  fieldset[disabled] body#bronsvoorthuizen .btn-primary.active {
    background-color: #00843e;
    border-color: #001e0e;
  }
  body#bronsvoorthuizen .btn-primary .badge {
    color: #00843e;
    background-color: #fff;
  }
  body#bronsvoorthuizen .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #00843e !important;
    background-color: #fff !important;
  }
  body#bronsvoorthuizen .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #00843e !important;
    background: #f2f2f2 !important;
  }
  body#bronsvoorthuizen .navbar.navbar-default.navbar-fixed-top {
    background: #00843e;
  }
  body#bronsvoorthuizen .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#bronsvoorthuizen .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #bbe4d0 !important;
  }
  body#bronsvoorthuizen .nav.navbar-nav ul {
    background: #006b32;
  }
  body#bronsvoorthuizen .nav.navbar-nav .has-submenu {
    background: #00843e !important;
  }
  body#bronsvoorthuizen .nav.navbar-nav .has-submenu + ul > li a {
    background: #006b32 !important;
  }
  body#bronsvoorthuizen .navbar-default .navbar-toggle:hover,
  body#bronsvoorthuizen .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#bronsvoorthuizen form.simple_form > .panel.setup-content {
    border-color: #00843e;
  }
  body#bronsvoorthuizen form.simple_form > .panel.setup-content .panel-heading {
    background-color: #00843e;
    border-color: #00843e;
    color: #fff;
  }
  body#bronsvoorthuizen nav .open {
    background: #00843e !important;
    color: #d72221 !important;
  }
  body#bronsvoorthuizen .navbar-default .navbar-toggle {
    border: 0;
  }
  body#bronsvoorthuizen .navbar-default .navbar-toggle .icon-bar {
    background: #d72221;
  }
  body#bronsvoorthuizen .navbar-default .navbar-toggle:a {
    background: #d72221 !important;
  }
  body#bronsvoorthuizen .navbar-default .navbar-toggle:a span {
    background: #d72221;
  }
  body#bronsvoorthuizen .results-btn-group a,
  body#bronsvoorthuizen .shared-links a,
  body#bronsvoorthuizen ul.pager > li a,
  body#bronsvoorthuizen a i.fa-question-circle,
  body#bronsvoorthuizen .nav.nav-tabs a:not(.btn-primary),
  body#bronsvoorthuizen ol.breadcrumb a,
  body#bronsvoorthuizen .pagination li:not(.disabled) a,
  body#bronsvoorthuizen table tr th a,
  body#bronsvoorthuizen .nav.nav-pills li:not(.active) a,
  body#bronsvoorthuizen.attentions h4 a,
  body#bronsvoorthuizen .help-icon a,
  body#bronsvoorthuizen.attentions td:not(.seen-switch) a,
  body#bronsvoorthuizen table td > a:not(.btn),
  body#bronsvoorthuizen table td > ul > li > a:not(.btn),
  body#bronsvoorthuizen .tablesorter thead tr.clickable th {
    color: #00843e;
  }
  body#bronsvoorthuizen .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#bronsvoorthuizen .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #00843e;
    color: #333;
  }
  body#bronsvoorthuizen .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#bronsvoorthuizen .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#bronsvoorthuizen .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#bronsvoorthuizen .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #00843e;
  }
  body#bronsvoorthuizen .progress-step.is-active .progress-marker,
  body#bronsvoorthuizen .stepwizard-step a:not(.disabled) {
    background-color: #00843e;
    border-color: #00843e;
  }
  body#bronsvoorthuizen .progress-step.is-complete .progress-marker,
  body#bronsvoorthuizen .progress-step.is-complete::after,
  body#bronsvoorthuizen .stepwizard-step a:not(.disabled) {
    background-color: #00b756;
  }
  body#bronsvoorthuizen ul.nav-pills li.active a,
  body#bronsvoorthuizen ul.nav-pills li.active a:hover {
    background: #00ea6e;
    color: #fff;
  }
  body#bronsvoorthuizen .milk-deliveries-table tr.sub-deliveries {
    border: solid #00843e;
    display: none;
  }
  body#bronsvoorthuizen .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #00843e;
  }
  body#bronsvoorthuizen a.navbar-brand {
    margin-left: 15px;
    background: #fff;
  }
  body#deheus:not(.geurts) .btn-primary {
    color: #fff;
    background-color: #81cc29;
    border-color: #4b7718;
  }
  body#deheus:not(.geurts) .btn-primary:hover,
  body#deheus:not(.geurts) .btn-primary:focus,
  body#deheus:not(.geurts) .btn-primary:active,
  body#deheus:not(.geurts) .btn-primary.active,
  .open > .dropdown-togglebody#deheus:not(.geurts) .btn-primary {
    color: #fff;
    background-color: #66a220;
    border-color: #2b440e;
  }
  body#deheus:not(.geurts) .btn-primary:active,
  body#deheus:not(.geurts) .btn-primary.active,
  .open > .dropdown-togglebody#deheus:not(.geurts) .btn-primary {
    background-image: none;
  }
  body#deheus:not(.geurts) .btn-primary.disabled,
  body#deheus:not(.geurts) .btn-primary[disabled],
  fieldset[disabled] body#deheus:not(.geurts) .btn-primary,
  body#deheus:not(.geurts) .btn-primary.disabled:hover,
  body#deheus:not(.geurts) .btn-primary[disabled]:hover,
  fieldset[disabled] body#deheus:not(.geurts) .btn-primary:hover,
  body#deheus:not(.geurts) .btn-primary.disabled:focus,
  body#deheus:not(.geurts) .btn-primary[disabled]:focus,
  fieldset[disabled] body#deheus:not(.geurts) .btn-primary:focus,
  body#deheus:not(.geurts) .btn-primary.disabled:active,
  body#deheus:not(.geurts) .btn-primary[disabled]:active,
  fieldset[disabled] body#deheus:not(.geurts) .btn-primary:active,
  body#deheus:not(.geurts) .btn-primary.disabled.active,
  body#deheus:not(.geurts) .btn-primary[disabled].active,
  fieldset[disabled] body#deheus:not(.geurts) .btn-primary.active {
    background-color: #81cc29;
    border-color: #4b7718;
  }
  body#deheus:not(.geurts) .btn-primary .badge {
    color: #81cc29;
    background-color: #fff;
  }
  body#deheus:not(.geurts) .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #6fac46 !important;
  }
  body#deheus:not(.geurts) .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #639a3f !important;
  }
  body#deheus:not(.geurts) .navbar.navbar-default.navbar-fixed-top {
    background: #0163af;
  }
  body#deheus:not(.geurts) .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#deheus:not(.geurts) .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #81cc29 !important;
  }
  body#deheus:not(.geurts) .nav.navbar-nav ul {
    background: #015596;
  }
  body#deheus:not(.geurts) .nav.navbar-nav .has-submenu {
    background: #0163af !important;
  }
  body#deheus:not(.geurts) .nav.navbar-nav .has-submenu + ul > li a {
    background: #015596 !important;
  }
  body#deheus:not(.geurts) .navbar-default .navbar-toggle:hover,
  body#deheus:not(.geurts) .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#deheus:not(.geurts) form.simple_form > .panel.setup-content {
    border-color: #0163af;
  }
  body#deheus:not(.geurts) form.simple_form > .panel.setup-content .panel-heading {
    background-color: #0163af;
    border-color: #0163af;
    color: #fff;
  }
  body#deheus:not(.geurts) nav .open {
    background: #6fac46 !important;
    color: #0163af !important;
  }
  body#deheus:not(.geurts) .navbar-default .navbar-toggle {
    border: 0;
  }
  body#deheus:not(.geurts) .navbar-default .navbar-toggle .icon-bar {
    background: #6fac46;
  }
  body#deheus:not(.geurts) .navbar-default .navbar-toggle:a {
    background: #0163af !important;
  }
  body#deheus:not(.geurts) .navbar-default .navbar-toggle:a span {
    background: #6fac46;
  }
  body#deheus:not(.geurts) .results-btn-group a,
  body#deheus:not(.geurts) .shared-links a,
  body#deheus:not(.geurts) ul.pager > li a,
  body#deheus:not(.geurts) a i.fa-question-circle,
  body#deheus:not(.geurts) .nav.nav-tabs a:not(.btn-primary),
  body#deheus:not(.geurts) ol.breadcrumb a,
  body#deheus:not(.geurts) .pagination li:not(.disabled) a,
  body#deheus:not(.geurts) table tr th a,
  body#deheus:not(.geurts) .nav.nav-pills li:not(.active) a,
  body#deheus:not(.geurts).attentions h4 a,
  body#deheus:not(.geurts) .help-icon a,
  body#deheus:not(.geurts).attentions td:not(.seen-switch) a,
  body#deheus:not(.geurts) table td > a:not(.btn),
  body#deheus:not(.geurts) table td > ul > li > a:not(.btn),
  body#deheus:not(.geurts) .tablesorter thead tr.clickable th {
    color: #81cc29;
  }
  body#deheus:not(.geurts) .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#deheus:not(.geurts) .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #6fac46;
    color: #333;
  }
  body#deheus:not(.geurts) .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#deheus:not(.geurts) .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#deheus:not(.geurts) .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#deheus:not(.geurts) .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #6fac46;
  }
  body#deheus:not(.geurts) .progress-step.is-active .progress-marker,
  body#deheus:not(.geurts) .stepwizard-step a:not(.disabled) {
    background-color: #8bb91d;
    border-color: #8bb91d;
  }
  body#deheus:not(.geurts) .progress-step.is-complete .progress-marker,
  body#deheus:not(.geurts) .progress-step.is-complete::after,
  body#deheus:not(.geurts) .stepwizard-step a:not(.disabled) {
    background-color: #bbe557;
  }
  body#deheus:not(.geurts) ul.nav-pills li.active a,
  body#deheus:not(.geurts) ul.nav-pills li.active a:hover {
    background: #a5cf89;
    color: #fff;
  }
  body#deheus:not(.geurts) .milk-deliveries-table tr.sub-deliveries {
    border: solid #0163af;
    display: none;
  }
  body#deheus:not(.geurts) .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #0163af;
  }
  body#deheus:not(.geurts) a.navbar-brand {
    margin-left: 15px;
    background: #fff;
  }
  body#deheus.feijen .btn-primary {
    color: #323232;
    background-color: #f8bc31;
    border-color: #bd8606;
  }
  body#deheus.feijen .btn-primary:hover,
  body#deheus.feijen .btn-primary:focus,
  body#deheus.feijen .btn-primary:active,
  body#deheus.feijen .btn-primary.active,
  .open > .dropdown-togglebody#deheus.feijen .btn-primary {
    color: #323232;
    background-color: #eea908;
    border-color: #815c04;
  }
  body#deheus.feijen .btn-primary:active,
  body#deheus.feijen .btn-primary.active,
  .open > .dropdown-togglebody#deheus.feijen .btn-primary {
    background-image: none;
  }
  body#deheus.feijen .btn-primary.disabled,
  body#deheus.feijen .btn-primary[disabled],
  fieldset[disabled] body#deheus.feijen .btn-primary,
  body#deheus.feijen .btn-primary.disabled:hover,
  body#deheus.feijen .btn-primary[disabled]:hover,
  fieldset[disabled] body#deheus.feijen .btn-primary:hover,
  body#deheus.feijen .btn-primary.disabled:focus,
  body#deheus.feijen .btn-primary[disabled]:focus,
  fieldset[disabled] body#deheus.feijen .btn-primary:focus,
  body#deheus.feijen .btn-primary.disabled:active,
  body#deheus.feijen .btn-primary[disabled]:active,
  fieldset[disabled] body#deheus.feijen .btn-primary:active,
  body#deheus.feijen .btn-primary.disabled.active,
  body#deheus.feijen .btn-primary[disabled].active,
  fieldset[disabled] body#deheus.feijen .btn-primary.active {
    background-color: #f8bc31;
    border-color: #bd8606;
  }
  body#deheus.feijen .btn-primary .badge {
    color: #f8bc31;
    background-color: #323232;
  }
  body#deheus.feijen .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #f8bc31 !important;
  }
  body#deheus.feijen .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #f7b418 !important;
  }
  body#deheus.feijen .navbar.navbar-default.navbar-fixed-top {
    background: #6b6969;
  }
  body#deheus.feijen .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#deheus.feijen .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #f8bc31 !important;
  }
  body#deheus.feijen .nav.navbar-nav ul {
    background: #5e5c5c;
  }
  body#deheus.feijen .nav.navbar-nav .has-submenu {
    background: #6b6969 !important;
  }
  body#deheus.feijen .nav.navbar-nav .has-submenu + ul > li a {
    background: #5e5c5c !important;
  }
  body#deheus.feijen .navbar-default .navbar-toggle:hover,
  body#deheus.feijen .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#deheus.feijen form.simple_form > .panel.setup-content {
    border-color: #6b6969;
  }
  body#deheus.feijen form.simple_form > .panel.setup-content .panel-heading {
    background-color: #6b6969;
    border-color: #6b6969;
    color: #fff;
  }
  body#deheus.feijen nav .open {
    background: #6b6969 !important;
    color: #f8bc31 !important;
  }
  body#deheus.feijen .navbar-default .navbar-toggle {
    border: 0;
  }
  body#deheus.feijen .navbar-default .navbar-toggle .icon-bar {
    background: #f8bc31;
  }
  body#deheus.feijen .navbar-default .navbar-toggle:a {
    background: #f8bc31 !important;
  }
  body#deheus.feijen .navbar-default .navbar-toggle:a span {
    background: #f8bc31;
  }
  body#deheus.feijen .results-btn-group a,
  body#deheus.feijen .shared-links a,
  body#deheus.feijen ul.pager > li a,
  body#deheus.feijen a i.fa-question-circle,
  body#deheus.feijen .nav.nav-tabs a:not(.btn-primary),
  body#deheus.feijen ol.breadcrumb a,
  body#deheus.feijen .pagination li:not(.disabled) a,
  body#deheus.feijen table tr th a,
  body#deheus.feijen .nav.nav-pills li:not(.active) a,
  body#deheus.feijen.attentions h4 a,
  body#deheus.feijen .help-icon a,
  body#deheus.feijen.attentions td:not(.seen-switch) a,
  body#deheus.feijen table td > a:not(.btn),
  body#deheus.feijen table td > ul > li > a:not(.btn),
  body#deheus.feijen .tablesorter thead tr.clickable th {
    color: #f8bc31;
  }
  body#deheus.feijen .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#deheus.feijen .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #6b6969;
    color: #333;
  }
  body#deheus.feijen .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#deheus.feijen .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#deheus.feijen .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#deheus.feijen .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #6b6969;
  }
  body#deheus.feijen .progress-step.is-active .progress-marker,
  body#deheus.feijen .stepwizard-step a:not(.disabled) {
    background-color: #6b6969;
    border-color: #6b6969;
  }
  body#deheus.feijen .progress-step.is-complete .progress-marker,
  body#deheus.feijen .progress-step.is-complete::after,
  body#deheus.feijen .stepwizard-step a:not(.disabled) {
    background-color: #858282;
  }
  body#deheus.feijen ul.nav-pills li.active a,
  body#deheus.feijen ul.nav-pills li.active a:hover {
    background: #6b6969;
    color: #fff;
  }
  body#deheus.feijen .milk-deliveries-table tr.sub-deliveries {
    border: solid #6b6969;
    display: none;
  }
  body#deheus.feijen .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #6b6969;
  }
  body#deheus.geurts .btn-primary {
    color: #323232;
    background-color: #ecaa28;
    border-color: #a06f0e;
  }
  body#deheus.geurts .btn-primary:hover,
  body#deheus.geurts .btn-primary:focus,
  body#deheus.geurts .btn-primary:active,
  body#deheus.geurts .btn-primary.active,
  .open > .dropdown-togglebody#deheus.geurts .btn-primary {
    color: #323232;
    background-color: #cf8f12;
    border-color: #684809;
  }
  body#deheus.geurts .btn-primary:active,
  body#deheus.geurts .btn-primary.active,
  .open > .dropdown-togglebody#deheus.geurts .btn-primary {
    background-image: none;
  }
  body#deheus.geurts .btn-primary.disabled,
  body#deheus.geurts .btn-primary[disabled],
  fieldset[disabled] body#deheus.geurts .btn-primary,
  body#deheus.geurts .btn-primary.disabled:hover,
  body#deheus.geurts .btn-primary[disabled]:hover,
  fieldset[disabled] body#deheus.geurts .btn-primary:hover,
  body#deheus.geurts .btn-primary.disabled:focus,
  body#deheus.geurts .btn-primary[disabled]:focus,
  fieldset[disabled] body#deheus.geurts .btn-primary:focus,
  body#deheus.geurts .btn-primary.disabled:active,
  body#deheus.geurts .btn-primary[disabled]:active,
  fieldset[disabled] body#deheus.geurts .btn-primary:active,
  body#deheus.geurts .btn-primary.disabled.active,
  body#deheus.geurts .btn-primary[disabled].active,
  fieldset[disabled] body#deheus.geurts .btn-primary.active {
    background-color: #ecaa28;
    border-color: #a06f0e;
  }
  body#deheus.geurts .btn-primary .badge {
    color: #ecaa28;
    background-color: #323232;
  }
  body#deheus.geurts .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #004b8e !important;
    background-color: #ecaa28 !important;
  }
  body#deheus.geurts .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #004b8e !important;
    background: #e6a014 !important;
  }
  body#deheus.geurts .navbar.navbar-default.navbar-fixed-top {
    background: #004b8e;
  }
  body#deheus.geurts .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#deheus.geurts .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #ecaa28 !important;
  }
  body#deheus.geurts .nav.navbar-nav ul {
    background: #003e75;
  }
  body#deheus.geurts .nav.navbar-nav .has-submenu {
    background: #004b8e !important;
  }
  body#deheus.geurts .nav.navbar-nav .has-submenu + ul > li a {
    background: #003e75 !important;
  }
  body#deheus.geurts .navbar-default .navbar-toggle:hover,
  body#deheus.geurts .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#deheus.geurts form.simple_form > .panel.setup-content {
    border-color: #004b8e;
  }
  body#deheus.geurts form.simple_form > .panel.setup-content .panel-heading {
    background-color: #004b8e;
    border-color: #004b8e;
    color: #fff;
  }
  body#deheus.geurts nav .open {
    background: #004b8e !important;
    color: #ecaa28 !important;
  }
  body#deheus.geurts .navbar-default .navbar-toggle {
    border: 0;
  }
  body#deheus.geurts .navbar-default .navbar-toggle .icon-bar {
    background: #ecaa28;
  }
  body#deheus.geurts .navbar-default .navbar-toggle:a {
    background: #ecaa28 !important;
  }
  body#deheus.geurts .navbar-default .navbar-toggle:a span {
    background: #ecaa28;
  }
  body#deheus.geurts .results-btn-group a,
  body#deheus.geurts .shared-links a,
  body#deheus.geurts ul.pager > li a,
  body#deheus.geurts a i.fa-question-circle,
  body#deheus.geurts .nav.nav-tabs a:not(.btn-primary),
  body#deheus.geurts ol.breadcrumb a,
  body#deheus.geurts .pagination li:not(.disabled) a,
  body#deheus.geurts table tr th a,
  body#deheus.geurts .nav.nav-pills li:not(.active) a,
  body#deheus.geurts.attentions h4 a,
  body#deheus.geurts .help-icon a,
  body#deheus.geurts.attentions td:not(.seen-switch) a,
  body#deheus.geurts table td > a:not(.btn),
  body#deheus.geurts table td > ul > li > a:not(.btn),
  body#deheus.geurts .tablesorter thead tr.clickable th {
    color: #004b8e;
  }
  body#deheus.geurts .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#deheus.geurts .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #004b8e;
    color: #333;
  }
  body#deheus.geurts .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#deheus.geurts .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#deheus.geurts .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#deheus.geurts .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #004b8e;
  }
  body#deheus.geurts .progress-step.is-active .progress-marker,
  body#deheus.geurts .stepwizard-step a:not(.disabled) {
    background-color: #004b8e;
    border-color: #004b8e;
  }
  body#deheus.geurts .progress-step.is-complete .progress-marker,
  body#deheus.geurts .progress-step.is-complete::after,
  body#deheus.geurts .stepwizard-step a:not(.disabled) {
    background-color: #0081f4;
  }
  body#deheus.geurts ul.nav-pills li.active a,
  body#deheus.geurts ul.nav-pills li.active a:hover {
    background: #006bb6;
    color: #fff;
  }
  body#deheus.geurts .milk-deliveries-table tr.sub-deliveries {
    border: solid #004b8e;
    display: none;
  }
  body#deheus.geurts .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #004b8e;
  }
  body#deheus.coops .btn-primary {
    color: #fff;
    background-color: #004697;
    border-color: #001731;
  }
  body#deheus.coops .btn-primary:hover,
  body#deheus.coops .btn-primary:focus,
  body#deheus.coops .btn-primary:active,
  body#deheus.coops .btn-primary.active,
  .open > .dropdown-togglebody#deheus.coops .btn-primary {
    color: #fff;
    background-color: #002e64;
    border-color: #000000;
  }
  body#deheus.coops .btn-primary:active,
  body#deheus.coops .btn-primary.active,
  .open > .dropdown-togglebody#deheus.coops .btn-primary {
    background-image: none;
  }
  body#deheus.coops .btn-primary.disabled,
  body#deheus.coops .btn-primary[disabled],
  fieldset[disabled] body#deheus.coops .btn-primary,
  body#deheus.coops .btn-primary.disabled:hover,
  body#deheus.coops .btn-primary[disabled]:hover,
  fieldset[disabled] body#deheus.coops .btn-primary:hover,
  body#deheus.coops .btn-primary.disabled:focus,
  body#deheus.coops .btn-primary[disabled]:focus,
  fieldset[disabled] body#deheus.coops .btn-primary:focus,
  body#deheus.coops .btn-primary.disabled:active,
  body#deheus.coops .btn-primary[disabled]:active,
  fieldset[disabled] body#deheus.coops .btn-primary:active,
  body#deheus.coops .btn-primary.disabled.active,
  body#deheus.coops .btn-primary[disabled].active,
  fieldset[disabled] body#deheus.coops .btn-primary.active {
    background-color: #004697;
    border-color: #001731;
  }
  body#deheus.coops .btn-primary .badge {
    color: #004697;
    background-color: #fff;
  }
  body#deheus.coops .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #d22730 !important;
  }
  body#deheus.coops .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #bc232b !important;
  }
  body#deheus.coops .navbar.navbar-default.navbar-fixed-top {
    background: #004697;
  }
  body#deheus.coops .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#deheus.coops .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #d22730 !important;
  }
  body#deheus.coops .nav.navbar-nav ul {
    background: #003a7e;
  }
  body#deheus.coops .nav.navbar-nav .has-submenu {
    background: #004697 !important;
  }
  body#deheus.coops .nav.navbar-nav .has-submenu + ul > li a {
    background: #003a7e !important;
  }
  body#deheus.coops .navbar-default .navbar-toggle:hover,
  body#deheus.coops .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#deheus.coops form.simple_form > .panel.setup-content {
    border-color: #004697;
  }
  body#deheus.coops form.simple_form > .panel.setup-content .panel-heading {
    background-color: #004697;
    border-color: #004697;
    color: #fff;
  }
  body#deheus.coops nav .open {
    background: #004697 !important;
    color: #d22730 !important;
  }
  body#deheus.coops .navbar-default .navbar-toggle {
    border: 0;
  }
  body#deheus.coops .navbar-default .navbar-toggle .icon-bar {
    background: #d22730;
  }
  body#deheus.coops .navbar-default .navbar-toggle:a {
    background: #d22730 !important;
  }
  body#deheus.coops .navbar-default .navbar-toggle:a span {
    background: #d22730;
  }
  body#deheus.coops .results-btn-group a,
  body#deheus.coops .shared-links a,
  body#deheus.coops ul.pager > li a,
  body#deheus.coops a i.fa-question-circle,
  body#deheus.coops .nav.nav-tabs a:not(.btn-primary),
  body#deheus.coops ol.breadcrumb a,
  body#deheus.coops .pagination li:not(.disabled) a,
  body#deheus.coops table tr th a,
  body#deheus.coops .nav.nav-pills li:not(.active) a,
  body#deheus.coops.attentions h4 a,
  body#deheus.coops .help-icon a,
  body#deheus.coops.attentions td:not(.seen-switch) a,
  body#deheus.coops table td > a:not(.btn),
  body#deheus.coops table td > ul > li > a:not(.btn),
  body#deheus.coops .tablesorter thead tr.clickable th {
    color: #004697;
  }
  body#deheus.coops .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#deheus.coops .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #004697;
    color: #333;
  }
  body#deheus.coops .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#deheus.coops .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#deheus.coops .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#deheus.coops .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #004697;
  }
  body#deheus.coops .progress-step.is-active .progress-marker,
  body#deheus.coops .stepwizard-step a:not(.disabled) {
    background-color: #004697;
    border-color: #004697;
  }
  body#deheus.coops .progress-step.is-complete .progress-marker,
  body#deheus.coops .progress-step.is-complete::after,
  body#deheus.coops .stepwizard-step a:not(.disabled) {
    background-color: #0075fd;
  }
  body#deheus.coops ul.nav-pills li.active a,
  body#deheus.coops ul.nav-pills li.active a:hover {
    background: #006bb6;
    color: #fff;
  }
  body#deheus.coops .milk-deliveries-table tr.sub-deliveries {
    border: solid #004697;
    display: none;
  }
  body#deheus.coops .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #004697;
  }
  body#zosalland .btn-primary {
    color: #fff;
    background-color: #3867b9;
    border-color: #203b6b;
  }
  body#zosalland .btn-primary:hover,
  body#zosalland .btn-primary:focus,
  body#zosalland .btn-primary:active,
  body#zosalland .btn-primary.active,
  .open > .dropdown-togglebody#zosalland .btn-primary {
    color: #fff;
    background-color: #2c5192;
    border-color: #12213c;
  }
  body#zosalland .btn-primary:active,
  body#zosalland .btn-primary.active,
  .open > .dropdown-togglebody#zosalland .btn-primary {
    background-image: none;
  }
  body#zosalland .btn-primary.disabled,
  body#zosalland .btn-primary[disabled],
  fieldset[disabled] body#zosalland .btn-primary,
  body#zosalland .btn-primary.disabled:hover,
  body#zosalland .btn-primary[disabled]:hover,
  fieldset[disabled] body#zosalland .btn-primary:hover,
  body#zosalland .btn-primary.disabled:focus,
  body#zosalland .btn-primary[disabled]:focus,
  fieldset[disabled] body#zosalland .btn-primary:focus,
  body#zosalland .btn-primary.disabled:active,
  body#zosalland .btn-primary[disabled]:active,
  fieldset[disabled] body#zosalland .btn-primary:active,
  body#zosalland .btn-primary.disabled.active,
  body#zosalland .btn-primary[disabled].active,
  fieldset[disabled] body#zosalland .btn-primary.active {
    background-color: #3867b9;
    border-color: #203b6b;
  }
  body#zosalland .btn-primary .badge {
    color: #3867b9;
    background-color: #fff;
  }
  body#zosalland .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #3867b9 !important;
  }
  body#zosalland .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #325ca5 !important;
  }
  body#zosalland .navbar.navbar-default.navbar-fixed-top {
    background: #00aa53;
  }
  body#zosalland .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#zosalland .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #fff !important;
  }
  body#zosalland .nav.navbar-nav ul {
    background: #009147;
  }
  body#zosalland .nav.navbar-nav .has-submenu {
    background: #00aa53 !important;
  }
  body#zosalland .nav.navbar-nav .has-submenu + ul > li a {
    background: #009147 !important;
  }
  body#zosalland .navbar-default .navbar-toggle:hover,
  body#zosalland .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#zosalland form.simple_form > .panel.setup-content {
    border-color: #00aa53;
  }
  body#zosalland form.simple_form > .panel.setup-content .panel-heading {
    background-color: #00aa53;
    border-color: #00aa53;
    color: #fff;
  }
  body#zosalland nav .open {
    background: #00aa53 !important;
    color: #000 !important;
  }
  body#zosalland .navbar-default .navbar-toggle {
    border: 0;
  }
  body#zosalland .navbar-default .navbar-toggle .icon-bar {
    background: #00aa53;
  }
  body#zosalland .navbar-default .navbar-toggle:a {
    background: #00aa53 !important;
  }
  body#zosalland .navbar-default .navbar-toggle:a span {
    background: #00aa53;
  }
  body#zosalland .results-btn-group a,
  body#zosalland .shared-links a,
  body#zosalland ul.pager > li a,
  body#zosalland a i.fa-question-circle,
  body#zosalland .nav.nav-tabs a:not(.btn-primary),
  body#zosalland ol.breadcrumb a,
  body#zosalland .pagination li:not(.disabled) a,
  body#zosalland table tr th a,
  body#zosalland .nav.nav-pills li:not(.active) a,
  body#zosalland.attentions h4 a,
  body#zosalland .help-icon a,
  body#zosalland.attentions td:not(.seen-switch) a,
  body#zosalland table td > a:not(.btn),
  body#zosalland table td > ul > li > a:not(.btn),
  body#zosalland .tablesorter thead tr.clickable th {
    color: #000;
  }
  body#zosalland .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#zosalland .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #00aa53;
    color: #333;
  }
  body#zosalland .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#zosalland .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#zosalland .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#zosalland .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #00aa53;
  }
  body#zosalland .progress-step.is-active .progress-marker,
  body#zosalland .stepwizard-step a:not(.disabled) {
    background-color: #00aa53;
    border-color: #00aa53;
  }
  body#zosalland .progress-step.is-complete .progress-marker,
  body#zosalland .progress-step.is-complete::after,
  body#zosalland .stepwizard-step a:not(.disabled) {
    background-color: #00dd6c;
  }
  body#zosalland ul.nav-pills li.active a,
  body#zosalland ul.nav-pills li.active a:hover {
    background: #00aa53;
    color: #fff;
  }
  body#zosalland .milk-deliveries-table tr.sub-deliveries {
    border: solid #00aa53;
    display: none;
  }
  body#zosalland .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #00aa53;
  }
  body#zosalland a.navbar-brand {
    margin-left: 15px;
    background: #fff;
  }
  body#bieleman .btn-primary {
    color: #fff;
    background-color: #ff0a1e;
    border-color: #a3000d;
  }
  body#bieleman .btn-primary:hover,
  body#bieleman .btn-primary:focus,
  body#bieleman .btn-primary:active,
  body#bieleman .btn-primary.active,
  .open > .dropdown-togglebody#bieleman .btn-primary {
    color: #fff;
    background-color: #d60011;
    border-color: #660008;
  }
  body#bieleman .btn-primary:active,
  body#bieleman .btn-primary.active,
  .open > .dropdown-togglebody#bieleman .btn-primary {
    background-image: none;
  }
  body#bieleman .btn-primary.disabled,
  body#bieleman .btn-primary[disabled],
  fieldset[disabled] body#bieleman .btn-primary,
  body#bieleman .btn-primary.disabled:hover,
  body#bieleman .btn-primary[disabled]:hover,
  fieldset[disabled] body#bieleman .btn-primary:hover,
  body#bieleman .btn-primary.disabled:focus,
  body#bieleman .btn-primary[disabled]:focus,
  fieldset[disabled] body#bieleman .btn-primary:focus,
  body#bieleman .btn-primary.disabled:active,
  body#bieleman .btn-primary[disabled]:active,
  fieldset[disabled] body#bieleman .btn-primary:active,
  body#bieleman .btn-primary.disabled.active,
  body#bieleman .btn-primary[disabled].active,
  fieldset[disabled] body#bieleman .btn-primary.active {
    background-color: #ff0a1e;
    border-color: #a3000d;
  }
  body#bieleman .btn-primary .badge {
    color: #ff0a1e;
    background-color: #fff;
  }
  body#bieleman .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fff !important;
    background-color: #ff0a1e !important;
  }
  body#bieleman .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fff !important;
    background: #f00014 !important;
  }
  body#bieleman .navbar.navbar-default.navbar-fixed-top {
    background: #009819;
  }
  body#bieleman .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#bieleman .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #ff0a1e !important;
  }
  body#bieleman .nav.navbar-nav ul {
    background: #007f15;
  }
  body#bieleman .nav.navbar-nav .has-submenu {
    background: #009819 !important;
  }
  body#bieleman .nav.navbar-nav .has-submenu + ul > li a {
    background: #007f15 !important;
  }
  body#bieleman .navbar-default .navbar-toggle:hover,
  body#bieleman .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#bieleman form.simple_form > .panel.setup-content {
    border-color: #009819;
  }
  body#bieleman form.simple_form > .panel.setup-content .panel-heading {
    background-color: #009819;
    border-color: #009819;
    color: #fff;
  }
  body#bieleman nav .open {
    background: #009819 !important;
    color: #000 !important;
  }
  body#bieleman .navbar-default .navbar-toggle {
    border: 0;
  }
  body#bieleman .navbar-default .navbar-toggle .icon-bar {
    background: #009819;
  }
  body#bieleman .navbar-default .navbar-toggle:a {
    background: #009819 !important;
  }
  body#bieleman .navbar-default .navbar-toggle:a span {
    background: #009819;
  }
  body#bieleman .results-btn-group a,
  body#bieleman .shared-links a,
  body#bieleman ul.pager > li a,
  body#bieleman a i.fa-question-circle,
  body#bieleman .nav.nav-tabs a:not(.btn-primary),
  body#bieleman ol.breadcrumb a,
  body#bieleman .pagination li:not(.disabled) a,
  body#bieleman table tr th a,
  body#bieleman .nav.nav-pills li:not(.active) a,
  body#bieleman.attentions h4 a,
  body#bieleman .help-icon a,
  body#bieleman.attentions td:not(.seen-switch) a,
  body#bieleman table td > a:not(.btn),
  body#bieleman table td > ul > li > a:not(.btn),
  body#bieleman .tablesorter thead tr.clickable th {
    color: #000;
  }
  body#bieleman .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#bieleman .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #009819;
    color: #333;
  }
  body#bieleman .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#bieleman .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#bieleman .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#bieleman .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #009819;
  }
  body#bieleman .progress-step.is-active .progress-marker,
  body#bieleman .stepwizard-step a:not(.disabled) {
    background-color: #009819;
    border-color: #009819;
  }
  body#bieleman .progress-step.is-complete .progress-marker,
  body#bieleman .progress-step.is-complete::after,
  body#bieleman .stepwizard-step a:not(.disabled) {
    background-color: #00cb21;
  }
  body#bieleman ul.nav-pills li.active a,
  body#bieleman ul.nav-pills li.active a:hover {
    background: #009819;
    color: #fff;
  }
  body#bieleman .milk-deliveries-table tr.sub-deliveries {
    border: solid #009819;
    display: none;
  }
  body#bieleman .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #009819;
  }
  body#raiffeisen-ems-vechte .btn-primary {
    color: #fff;
    background-color: #51aa36;
    border-color: #2c5d1d;
  }
  body#raiffeisen-ems-vechte .btn-primary:hover,
  body#raiffeisen-ems-vechte .btn-primary:focus,
  body#raiffeisen-ems-vechte .btn-primary:active,
  body#raiffeisen-ems-vechte .btn-primary.active,
  .open > .dropdown-togglebody#raiffeisen-ems-vechte .btn-primary {
    color: #fff;
    background-color: #3f832a;
    border-color: #162e0f;
  }
  body#raiffeisen-ems-vechte .btn-primary:active,
  body#raiffeisen-ems-vechte .btn-primary.active,
  .open > .dropdown-togglebody#raiffeisen-ems-vechte .btn-primary {
    background-image: none;
  }
  body#raiffeisen-ems-vechte .btn-primary.disabled,
  body#raiffeisen-ems-vechte .btn-primary[disabled],
  fieldset[disabled] body#raiffeisen-ems-vechte .btn-primary,
  body#raiffeisen-ems-vechte .btn-primary.disabled:hover,
  body#raiffeisen-ems-vechte .btn-primary[disabled]:hover,
  fieldset[disabled] body#raiffeisen-ems-vechte .btn-primary:hover,
  body#raiffeisen-ems-vechte .btn-primary.disabled:focus,
  body#raiffeisen-ems-vechte .btn-primary[disabled]:focus,
  fieldset[disabled] body#raiffeisen-ems-vechte .btn-primary:focus,
  body#raiffeisen-ems-vechte .btn-primary.disabled:active,
  body#raiffeisen-ems-vechte .btn-primary[disabled]:active,
  fieldset[disabled] body#raiffeisen-ems-vechte .btn-primary:active,
  body#raiffeisen-ems-vechte .btn-primary.disabled.active,
  body#raiffeisen-ems-vechte .btn-primary[disabled].active,
  fieldset[disabled] body#raiffeisen-ems-vechte .btn-primary.active {
    background-color: #51aa36;
    border-color: #2c5d1d;
  }
  body#raiffeisen-ems-vechte .btn-primary .badge {
    color: #51aa36;
    background-color: #fff;
  }
  body#raiffeisen-ems-vechte .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #51aa36 !important;
    background-color: #fff !important;
  }
  body#raiffeisen-ems-vechte .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #51aa36 !important;
    background: #f2f2f2 !important;
  }
  body#raiffeisen-ems-vechte .navbar.navbar-default.navbar-fixed-top {
    background: #51aa36;
  }
  body#raiffeisen-ems-vechte .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#raiffeisen-ems-vechte .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #51aa36 !important;
  }
  body#raiffeisen-ems-vechte .nav.navbar-nav ul {
    background: #489730;
  }
  body#raiffeisen-ems-vechte .nav.navbar-nav .has-submenu {
    background: #51aa36 !important;
  }
  body#raiffeisen-ems-vechte .nav.navbar-nav .has-submenu + ul > li a {
    background: #489730 !important;
  }
  body#raiffeisen-ems-vechte .navbar-default .navbar-toggle:hover,
  body#raiffeisen-ems-vechte .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#raiffeisen-ems-vechte form.simple_form > .panel.setup-content {
    border-color: #51aa36;
  }
  body#raiffeisen-ems-vechte form.simple_form > .panel.setup-content .panel-heading {
    background-color: #51aa36;
    border-color: #51aa36;
    color: #fff;
  }
  body#raiffeisen-ems-vechte nav .open {
    background: #51aa36 !important;
    color: #000 !important;
  }
  body#raiffeisen-ems-vechte .navbar-default .navbar-toggle {
    border: 0;
  }
  body#raiffeisen-ems-vechte .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  body#raiffeisen-ems-vechte .navbar-default .navbar-toggle:a {
    background: #51aa36 !important;
  }
  body#raiffeisen-ems-vechte .navbar-default .navbar-toggle:a span {
    background: #fff;
  }
  body#raiffeisen-ems-vechte .results-btn-group a,
  body#raiffeisen-ems-vechte .shared-links a,
  body#raiffeisen-ems-vechte ul.pager > li a,
  body#raiffeisen-ems-vechte a i.fa-question-circle,
  body#raiffeisen-ems-vechte .nav.nav-tabs a:not(.btn-primary),
  body#raiffeisen-ems-vechte ol.breadcrumb a,
  body#raiffeisen-ems-vechte .pagination li:not(.disabled) a,
  body#raiffeisen-ems-vechte table tr th a,
  body#raiffeisen-ems-vechte .nav.nav-pills li:not(.active) a,
  body#raiffeisen-ems-vechte.attentions h4 a,
  body#raiffeisen-ems-vechte .help-icon a,
  body#raiffeisen-ems-vechte.attentions td:not(.seen-switch) a,
  body#raiffeisen-ems-vechte table td > a:not(.btn),
  body#raiffeisen-ems-vechte table td > ul > li > a:not(.btn),
  body#raiffeisen-ems-vechte .tablesorter thead tr.clickable th {
    color: #000;
  }
  body#raiffeisen-ems-vechte .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#raiffeisen-ems-vechte .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #51aa36;
    color: #333;
  }
  body#raiffeisen-ems-vechte .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#raiffeisen-ems-vechte .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#raiffeisen-ems-vechte .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#raiffeisen-ems-vechte .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #51aa36;
  }
  body#raiffeisen-ems-vechte .progress-step.is-active .progress-marker,
  body#raiffeisen-ems-vechte .stepwizard-step a:not(.disabled) {
    background-color: #51aa36;
    border-color: #51aa36;
  }
  body#raiffeisen-ems-vechte .progress-step.is-complete .progress-marker,
  body#raiffeisen-ems-vechte .progress-step.is-complete::after,
  body#raiffeisen-ems-vechte .stepwizard-step a:not(.disabled) {
    background-color: #69c64d;
  }
  body#raiffeisen-ems-vechte ul.nav-pills li.active a,
  body#raiffeisen-ems-vechte ul.nav-pills li.active a:hover {
    background: #51aa36;
    color: #fff;
  }
  body#raiffeisen-ems-vechte .milk-deliveries-table tr.sub-deliveries {
    border: solid #51aa36;
    display: none;
  }
  body#raiffeisen-ems-vechte .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #51aa36;
  }
  body#raiffeisen-ems-vechte .navbar-brand img {
    margin-top: -0.66em !important;
  }
  body#voergroepzuid .btn-primary {
    color: #fff;
    background-color: #96c11e;
    border-color: #516910;
  }
  body#voergroepzuid .btn-primary:hover,
  body#voergroepzuid .btn-primary:focus,
  body#voergroepzuid .btn-primary:active,
  body#voergroepzuid .btn-primary.active,
  .open > .dropdown-togglebody#voergroepzuid .btn-primary {
    color: #fff;
    background-color: #749517;
    border-color: #283408;
  }
  body#voergroepzuid .btn-primary:active,
  body#voergroepzuid .btn-primary.active,
  .open > .dropdown-togglebody#voergroepzuid .btn-primary {
    background-image: none;
  }
  body#voergroepzuid .btn-primary.disabled,
  body#voergroepzuid .btn-primary[disabled],
  fieldset[disabled] body#voergroepzuid .btn-primary,
  body#voergroepzuid .btn-primary.disabled:hover,
  body#voergroepzuid .btn-primary[disabled]:hover,
  fieldset[disabled] body#voergroepzuid .btn-primary:hover,
  body#voergroepzuid .btn-primary.disabled:focus,
  body#voergroepzuid .btn-primary[disabled]:focus,
  fieldset[disabled] body#voergroepzuid .btn-primary:focus,
  body#voergroepzuid .btn-primary.disabled:active,
  body#voergroepzuid .btn-primary[disabled]:active,
  fieldset[disabled] body#voergroepzuid .btn-primary:active,
  body#voergroepzuid .btn-primary.disabled.active,
  body#voergroepzuid .btn-primary[disabled].active,
  fieldset[disabled] body#voergroepzuid .btn-primary.active {
    background-color: #96c11e;
    border-color: #516910;
  }
  body#voergroepzuid .btn-primary .badge {
    color: #96c11e;
    background-color: #fff;
  }
  body#voergroepzuid .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #96c11e !important;
    background-color: #fff !important;
  }
  body#voergroepzuid .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #96c11e !important;
    background: #f2f2f2 !important;
  }
  body#voergroepzuid .navbar.navbar-default.navbar-fixed-top {
    background: #96c11e;
  }
  body#voergroepzuid .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#voergroepzuid .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #96c11e !important;
  }
  body#voergroepzuid .nav.navbar-nav ul {
    background: #85ab1b;
  }
  body#voergroepzuid .nav.navbar-nav .has-submenu {
    background: #96c11e !important;
  }
  body#voergroepzuid .nav.navbar-nav .has-submenu + ul > li a {
    background: #85ab1b !important;
  }
  body#voergroepzuid .navbar-default .navbar-toggle:hover,
  body#voergroepzuid .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#voergroepzuid form.simple_form > .panel.setup-content {
    border-color: #96c11e;
  }
  body#voergroepzuid form.simple_form > .panel.setup-content .panel-heading {
    background-color: #96c11e;
    border-color: #96c11e;
    color: #fff;
  }
  body#voergroepzuid nav .open {
    background: #96c11e !important;
    color: #000 !important;
  }
  body#voergroepzuid .navbar-default .navbar-toggle {
    border: 0;
  }
  body#voergroepzuid .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  body#voergroepzuid .navbar-default .navbar-toggle:a {
    background: #96c11e !important;
  }
  body#voergroepzuid .navbar-default .navbar-toggle:a span {
    background: #fff;
  }
  body#voergroepzuid .results-btn-group a,
  body#voergroepzuid .shared-links a,
  body#voergroepzuid ul.pager > li a,
  body#voergroepzuid a i.fa-question-circle,
  body#voergroepzuid .nav.nav-tabs a:not(.btn-primary),
  body#voergroepzuid ol.breadcrumb a,
  body#voergroepzuid .pagination li:not(.disabled) a,
  body#voergroepzuid table tr th a,
  body#voergroepzuid .nav.nav-pills li:not(.active) a,
  body#voergroepzuid.attentions h4 a,
  body#voergroepzuid .help-icon a,
  body#voergroepzuid.attentions td:not(.seen-switch) a,
  body#voergroepzuid table td > a:not(.btn),
  body#voergroepzuid table td > ul > li > a:not(.btn),
  body#voergroepzuid .tablesorter thead tr.clickable th {
    color: #000;
  }
  body#voergroepzuid .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#voergroepzuid .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #96c11e;
    color: #333;
  }
  body#voergroepzuid .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#voergroepzuid .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#voergroepzuid .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#voergroepzuid .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #96c11e;
  }
  body#voergroepzuid .progress-step.is-active .progress-marker,
  body#voergroepzuid .stepwizard-step a:not(.disabled) {
    background-color: #96c11e;
    border-color: #96c11e;
  }
  body#voergroepzuid .progress-step.is-complete .progress-marker,
  body#voergroepzuid .progress-step.is-complete::after,
  body#voergroepzuid .stepwizard-step a:not(.disabled) {
    background-color: #b2df33;
  }
  body#voergroepzuid ul.nav-pills li.active a,
  body#voergroepzuid ul.nav-pills li.active a:hover {
    background: #96c11e;
    color: #fff;
  }
  body#voergroepzuid .milk-deliveries-table tr.sub-deliveries {
    border: solid #96c11e;
    display: none;
  }
  body#voergroepzuid .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #96c11e;
  }
  body#voergroepzuid .navbar-brand img {
    margin-top: -0.66em !important;
  }
  body#havensvoedersgeit .btn-primary,
  body#havensvoeders .btn-primary {
    color: #323232;
    background-color: #ffe711;
    border-color: #aa9900;
  }
  body#havensvoedersgeit .btn-primary:hover,
  body#havensvoeders .btn-primary:hover,
  body#havensvoedersgeit .btn-primary:focus,
  body#havensvoeders .btn-primary:focus,
  body#havensvoedersgeit .btn-primary:active,
  body#havensvoeders .btn-primary:active,
  body#havensvoedersgeit .btn-primary.active,
  body#havensvoeders .btn-primary.active,
  .open > .dropdown-togglebody#havensvoedersgeit .btn-primary,
  .open > .dropdown-togglebody#havensvoeders .btn-primary {
    color: #323232;
    background-color: #ddc700;
    border-color: #6d6200;
  }
  body#havensvoedersgeit .btn-primary:active,
  body#havensvoeders .btn-primary:active,
  body#havensvoedersgeit .btn-primary.active,
  body#havensvoeders .btn-primary.active,
  .open > .dropdown-togglebody#havensvoedersgeit .btn-primary,
  .open > .dropdown-togglebody#havensvoeders .btn-primary {
    background-image: none;
  }
  body#havensvoedersgeit .btn-primary.disabled,
  body#havensvoeders .btn-primary.disabled,
  body#havensvoedersgeit .btn-primary[disabled],
  body#havensvoeders .btn-primary[disabled],
  fieldset[disabled] body#havensvoedersgeit .btn-primary,
  fieldset[disabled] body#havensvoeders .btn-primary,
  body#havensvoedersgeit .btn-primary.disabled:hover,
  body#havensvoeders .btn-primary.disabled:hover,
  body#havensvoedersgeit .btn-primary[disabled]:hover,
  body#havensvoeders .btn-primary[disabled]:hover,
  fieldset[disabled] body#havensvoedersgeit .btn-primary:hover,
  fieldset[disabled] body#havensvoeders .btn-primary:hover,
  body#havensvoedersgeit .btn-primary.disabled:focus,
  body#havensvoeders .btn-primary.disabled:focus,
  body#havensvoedersgeit .btn-primary[disabled]:focus,
  body#havensvoeders .btn-primary[disabled]:focus,
  fieldset[disabled] body#havensvoedersgeit .btn-primary:focus,
  fieldset[disabled] body#havensvoeders .btn-primary:focus,
  body#havensvoedersgeit .btn-primary.disabled:active,
  body#havensvoeders .btn-primary.disabled:active,
  body#havensvoedersgeit .btn-primary[disabled]:active,
  body#havensvoeders .btn-primary[disabled]:active,
  fieldset[disabled] body#havensvoedersgeit .btn-primary:active,
  fieldset[disabled] body#havensvoeders .btn-primary:active,
  body#havensvoedersgeit .btn-primary.disabled.active,
  body#havensvoeders .btn-primary.disabled.active,
  body#havensvoedersgeit .btn-primary[disabled].active,
  body#havensvoeders .btn-primary[disabled].active,
  fieldset[disabled] body#havensvoedersgeit .btn-primary.active,
  fieldset[disabled] body#havensvoeders .btn-primary.active {
    background-color: #ffe711;
    border-color: #aa9900;
  }
  body#havensvoedersgeit .btn-primary .badge,
  body#havensvoeders .btn-primary .badge {
    color: #ffe711;
    background-color: #323232;
  }
  body#havensvoedersgeit .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body#havensvoeders .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #203b59 !important;
    background-color: #ffe711 !important;
  }
  body#havensvoedersgeit .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body#havensvoeders .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #203b59 !important;
    background: #f7de00 !important;
  }
  body#havensvoedersgeit .navbar.navbar-default.navbar-fixed-top,
  body#havensvoeders .navbar.navbar-default.navbar-fixed-top {
    background: #203b59;
  }
  body#havensvoedersgeit .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body#havensvoeders .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #fff;
  }
  body#havensvoedersgeit .navbar.navbar-default.navbar-fixed-top li.current a,
  body#havensvoeders .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #ffe711 !important;
  }
  body#havensvoedersgeit .nav.navbar-nav ul,
  body#havensvoeders .nav.navbar-nav ul {
    background: #192f46;
  }
  body#havensvoedersgeit .nav.navbar-nav .has-submenu,
  body#havensvoeders .nav.navbar-nav .has-submenu {
    background: #203b59 !important;
  }
  body#havensvoedersgeit .nav.navbar-nav .has-submenu + ul > li a,
  body#havensvoeders .nav.navbar-nav .has-submenu + ul > li a {
    background: #192f46 !important;
  }
  body#havensvoedersgeit .navbar-default .navbar-toggle:hover,
  body#havensvoeders .navbar-default .navbar-toggle:hover,
  body#havensvoedersgeit .navbar-default .navbar-toggle:focus,
  body#havensvoeders .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#havensvoedersgeit form.simple_form > .panel.setup-content,
  body#havensvoeders form.simple_form > .panel.setup-content {
    border-color: #203b59;
  }
  body#havensvoedersgeit form.simple_form > .panel.setup-content .panel-heading,
  body#havensvoeders form.simple_form > .panel.setup-content .panel-heading {
    background-color: #203b59;
    border-color: #203b59;
    color: #fff;
  }
  body#havensvoedersgeit nav .open,
  body#havensvoeders nav .open {
    background: #203b59 !important;
    color: #ffe711 !important;
  }
  body#havensvoedersgeit .navbar-default .navbar-toggle,
  body#havensvoeders .navbar-default .navbar-toggle {
    border: 0;
  }
  body#havensvoedersgeit .navbar-default .navbar-toggle .icon-bar,
  body#havensvoeders .navbar-default .navbar-toggle .icon-bar {
    background: #ffe711;
  }
  body#havensvoedersgeit .navbar-default .navbar-toggle:a,
  body#havensvoeders .navbar-default .navbar-toggle:a {
    background: #ffe711 !important;
  }
  body#havensvoedersgeit .navbar-default .navbar-toggle:a span,
  body#havensvoeders .navbar-default .navbar-toggle:a span {
    background: #ffe711;
  }
  body#havensvoedersgeit .results-btn-group a,
  body#havensvoeders .results-btn-group a,
  body#havensvoedersgeit .shared-links a,
  body#havensvoeders .shared-links a,
  body#havensvoedersgeit ul.pager > li a,
  body#havensvoeders ul.pager > li a,
  body#havensvoedersgeit a i.fa-question-circle,
  body#havensvoeders a i.fa-question-circle,
  body#havensvoedersgeit .nav.nav-tabs a:not(.btn-primary),
  body#havensvoeders .nav.nav-tabs a:not(.btn-primary),
  body#havensvoedersgeit ol.breadcrumb a,
  body#havensvoeders ol.breadcrumb a,
  body#havensvoedersgeit .pagination li:not(.disabled) a,
  body#havensvoeders .pagination li:not(.disabled) a,
  body#havensvoedersgeit table tr th a,
  body#havensvoeders table tr th a,
  body#havensvoedersgeit .nav.nav-pills li:not(.active) a,
  body#havensvoeders .nav.nav-pills li:not(.active) a,
  body#havensvoedersgeit.attentions h4 a,
  body#havensvoeders.attentions h4 a,
  body#havensvoedersgeit .help-icon a,
  body#havensvoeders .help-icon a,
  body#havensvoedersgeit.attentions td:not(.seen-switch) a,
  body#havensvoeders.attentions td:not(.seen-switch) a,
  body#havensvoedersgeit table td > a:not(.btn),
  body#havensvoeders table td > a:not(.btn),
  body#havensvoedersgeit table td > ul > li > a:not(.btn),
  body#havensvoeders table td > ul > li > a:not(.btn),
  body#havensvoedersgeit .tablesorter thead tr.clickable th,
  body#havensvoeders .tablesorter thead tr.clickable th {
    color: #203b59;
  }
  body#havensvoedersgeit .sidebar-list-group a,
  body#havensvoeders .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#havensvoedersgeit .sidebar-list-group a.active,
  body#havensvoeders .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #203b59;
    color: #333;
  }
  body#havensvoedersgeit .sidebar-list-group a.active i,
  body#havensvoeders .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#havensvoedersgeit .sidebar-list-group a:hover .list-group-item,
  body#havensvoeders .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#havensvoedersgeit .sidebar-list-group a:hover .list-group-item:not(.active),
  body#havensvoeders .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#havensvoedersgeit .sidebar-list-group a:hover .list-group-item.active,
  body#havensvoeders .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #203b59;
  }
  body#havensvoedersgeit .progress-step.is-active .progress-marker,
  body#havensvoeders .progress-step.is-active .progress-marker,
  body#havensvoedersgeit .stepwizard-step a:not(.disabled),
  body#havensvoeders .stepwizard-step a:not(.disabled) {
    background-color: #203b59;
    border-color: #203b59;
  }
  body#havensvoedersgeit .progress-step.is-complete .progress-marker,
  body#havensvoeders .progress-step.is-complete .progress-marker,
  body#havensvoedersgeit .progress-step.is-complete::after,
  body#havensvoeders .progress-step.is-complete::after,
  body#havensvoedersgeit .stepwizard-step a:not(.disabled),
  body#havensvoeders .stepwizard-step a:not(.disabled) {
    background-color: #3b6da4;
  }
  body#havensvoedersgeit ul.nav-pills li.active a,
  body#havensvoeders ul.nav-pills li.active a,
  body#havensvoedersgeit ul.nav-pills li.active a:hover,
  body#havensvoeders ul.nav-pills li.active a:hover {
    background: #203b59;
    color: #fff;
  }
  body#havensvoedersgeit .milk-deliveries-table tr.sub-deliveries,
  body#havensvoeders .milk-deliveries-table tr.sub-deliveries {
    border: solid #203b59;
    display: none;
  }
  body#havensvoedersgeit .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries,
  body#havensvoeders .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #203b59;
  }
  body#havensvoedersgeit .navbar-brand img,
  body#havensvoeders .navbar-brand img {
    margin-top: -1.1em !important;
  }
  body#ar .btn-primary,
  body#argeit .btn-primary {
    color: #fff;
    background-color: #23a148;
    border-color: #114d23;
  }
  body#ar .btn-primary:hover,
  body#argeit .btn-primary:hover,
  body#ar .btn-primary:focus,
  body#argeit .btn-primary:focus,
  body#ar .btn-primary:active,
  body#argeit .btn-primary:active,
  body#ar .btn-primary.active,
  body#argeit .btn-primary.active,
  .open > .dropdown-togglebody#ar .btn-primary,
  .open > .dropdown-togglebody#argeit .btn-primary {
    color: #fff;
    background-color: #1a7735;
    border-color: #061b0c;
  }
  body#ar .btn-primary:active,
  body#argeit .btn-primary:active,
  body#ar .btn-primary.active,
  body#argeit .btn-primary.active,
  .open > .dropdown-togglebody#ar .btn-primary,
  .open > .dropdown-togglebody#argeit .btn-primary {
    background-image: none;
  }
  body#ar .btn-primary.disabled,
  body#argeit .btn-primary.disabled,
  body#ar .btn-primary[disabled],
  body#argeit .btn-primary[disabled],
  fieldset[disabled] body#ar .btn-primary,
  fieldset[disabled] body#argeit .btn-primary,
  body#ar .btn-primary.disabled:hover,
  body#argeit .btn-primary.disabled:hover,
  body#ar .btn-primary[disabled]:hover,
  body#argeit .btn-primary[disabled]:hover,
  fieldset[disabled] body#ar .btn-primary:hover,
  fieldset[disabled] body#argeit .btn-primary:hover,
  body#ar .btn-primary.disabled:focus,
  body#argeit .btn-primary.disabled:focus,
  body#ar .btn-primary[disabled]:focus,
  body#argeit .btn-primary[disabled]:focus,
  fieldset[disabled] body#ar .btn-primary:focus,
  fieldset[disabled] body#argeit .btn-primary:focus,
  body#ar .btn-primary.disabled:active,
  body#argeit .btn-primary.disabled:active,
  body#ar .btn-primary[disabled]:active,
  body#argeit .btn-primary[disabled]:active,
  fieldset[disabled] body#ar .btn-primary:active,
  fieldset[disabled] body#argeit .btn-primary:active,
  body#ar .btn-primary.disabled.active,
  body#argeit .btn-primary.disabled.active,
  body#ar .btn-primary[disabled].active,
  body#argeit .btn-primary[disabled].active,
  fieldset[disabled] body#ar .btn-primary.active,
  fieldset[disabled] body#argeit .btn-primary.active {
    background-color: #23a148;
    border-color: #114d23;
  }
  body#ar .btn-primary .badge,
  body#argeit .btn-primary .badge {
    color: #23a148;
    background-color: #fff;
  }
  body#ar .navbar.navbar-default.navbar-fixed-top ul li.current a,
  body#argeit .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fdec0a !important;
    background-color: #23a148 !important;
  }
  body#ar .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a,
  body#argeit .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fdec0a !important;
    background: #1e8c3f !important;
  }
  body#ar .navbar.navbar-default.navbar-fixed-top,
  body#argeit .navbar.navbar-default.navbar-fixed-top {
    background: #fdec0a;
  }
  body#ar .navbar.navbar-default.navbar-fixed-top li:not(.current) a,
  body#argeit .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #000;
  }
  body#ar .navbar.navbar-default.navbar-fixed-top li.current a,
  body#argeit .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #23a148 !important;
  }
  body#ar .nav.navbar-nav ul,
  body#argeit .nav.navbar-nav ul {
    background: #ecdb02;
  }
  body#ar .nav.navbar-nav .has-submenu,
  body#argeit .nav.navbar-nav .has-submenu {
    background: #fdec0a !important;
  }
  body#ar .nav.navbar-nav .has-submenu + ul > li a,
  body#argeit .nav.navbar-nav .has-submenu + ul > li a {
    background: #ecdb02 !important;
  }
  body#ar .navbar-default .navbar-toggle:hover,
  body#argeit .navbar-default .navbar-toggle:hover,
  body#ar .navbar-default .navbar-toggle:focus,
  body#argeit .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#ar form.simple_form > .panel.setup-content,
  body#argeit form.simple_form > .panel.setup-content {
    border-color: #fdec0a;
  }
  body#ar form.simple_form > .panel.setup-content .panel-heading,
  body#argeit form.simple_form > .panel.setup-content .panel-heading {
    background-color: #fdec0a;
    border-color: #fdec0a;
    color: #000;
  }
  body#ar nav .open,
  body#argeit nav .open {
    background: #fdec0a !important;
    color: #23a148 !important;
  }
  body#ar .navbar-default .navbar-toggle,
  body#argeit .navbar-default .navbar-toggle {
    border: 0;
  }
  body#ar .navbar-default .navbar-toggle .icon-bar,
  body#argeit .navbar-default .navbar-toggle .icon-bar {
    background: #23a148;
  }
  body#ar .navbar-default .navbar-toggle:a,
  body#argeit .navbar-default .navbar-toggle:a {
    background: #23a148 !important;
  }
  body#ar .navbar-default .navbar-toggle:a span,
  body#argeit .navbar-default .navbar-toggle:a span {
    background: #23a148;
  }
  body#ar .results-btn-group a,
  body#argeit .results-btn-group a,
  body#ar .shared-links a,
  body#argeit .shared-links a,
  body#ar ul.pager > li a,
  body#argeit ul.pager > li a,
  body#ar a i.fa-question-circle,
  body#argeit a i.fa-question-circle,
  body#ar .nav.nav-tabs a:not(.btn-primary),
  body#argeit .nav.nav-tabs a:not(.btn-primary),
  body#ar ol.breadcrumb a,
  body#argeit ol.breadcrumb a,
  body#ar .pagination li:not(.disabled) a,
  body#argeit .pagination li:not(.disabled) a,
  body#ar table tr th a,
  body#argeit table tr th a,
  body#ar .nav.nav-pills li:not(.active) a,
  body#argeit .nav.nav-pills li:not(.active) a,
  body#ar.attentions h4 a,
  body#argeit.attentions h4 a,
  body#ar .help-icon a,
  body#argeit .help-icon a,
  body#ar.attentions td:not(.seen-switch) a,
  body#argeit.attentions td:not(.seen-switch) a,
  body#ar table td > a:not(.btn),
  body#argeit table td > a:not(.btn),
  body#ar table td > ul > li > a:not(.btn),
  body#argeit table td > ul > li > a:not(.btn),
  body#ar .tablesorter thead tr.clickable th,
  body#argeit .tablesorter thead tr.clickable th {
    color: #23a148;
  }
  body#ar .sidebar-list-group a,
  body#argeit .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#ar .sidebar-list-group a.active,
  body#argeit .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #23a148;
    color: #333;
  }
  body#ar .sidebar-list-group a.active i,
  body#argeit .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#ar .sidebar-list-group a:hover .list-group-item,
  body#argeit .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#ar .sidebar-list-group a:hover .list-group-item:not(.active),
  body#argeit .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#ar .sidebar-list-group a:hover .list-group-item.active,
  body#argeit .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #23a148;
  }
  body#ar .progress-step.is-active .progress-marker,
  body#argeit .progress-step.is-active .progress-marker,
  body#ar .stepwizard-step a:not(.disabled),
  body#argeit .stepwizard-step a:not(.disabled) {
    background-color: #fdec0a;
    border-color: #fdec0a;
  }
  body#ar .progress-step.is-complete .progress-marker,
  body#argeit .progress-step.is-complete .progress-marker,
  body#ar .progress-step.is-complete::after,
  body#argeit .progress-step.is-complete::after,
  body#ar .stepwizard-step a:not(.disabled),
  body#argeit .stepwizard-step a:not(.disabled) {
    background-color: #fdf03d;
  }
  body#ar ul.nav-pills li.active a,
  body#argeit ul.nav-pills li.active a,
  body#ar ul.nav-pills li.active a:hover,
  body#argeit ul.nav-pills li.active a:hover {
    background: #fdec0a;
    color: #fff;
  }
  body#ar .milk-deliveries-table tr.sub-deliveries,
  body#argeit .milk-deliveries-table tr.sub-deliveries {
    border: solid #fdec0a;
    display: none;
  }
  body#ar .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries,
  body#argeit .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #fdec0a;
  }
  body#tvp .btn-primary {
    color: #fff;
    background-color: #00519f;
    border-color: #001d39;
  }
  body#tvp .btn-primary:hover,
  body#tvp .btn-primary:focus,
  body#tvp .btn-primary:active,
  body#tvp .btn-primary.active,
  .open > .dropdown-togglebody#tvp .btn-primary {
    color: #fff;
    background-color: #00376c;
    border-color: #000000;
  }
  body#tvp .btn-primary:active,
  body#tvp .btn-primary.active,
  .open > .dropdown-togglebody#tvp .btn-primary {
    background-image: none;
  }
  body#tvp .btn-primary.disabled,
  body#tvp .btn-primary[disabled],
  fieldset[disabled] body#tvp .btn-primary,
  body#tvp .btn-primary.disabled:hover,
  body#tvp .btn-primary[disabled]:hover,
  fieldset[disabled] body#tvp .btn-primary:hover,
  body#tvp .btn-primary.disabled:focus,
  body#tvp .btn-primary[disabled]:focus,
  fieldset[disabled] body#tvp .btn-primary:focus,
  body#tvp .btn-primary.disabled:active,
  body#tvp .btn-primary[disabled]:active,
  fieldset[disabled] body#tvp .btn-primary:active,
  body#tvp .btn-primary.disabled.active,
  body#tvp .btn-primary[disabled].active,
  fieldset[disabled] body#tvp .btn-primary.active {
    background-color: #00519f;
    border-color: #001d39;
  }
  body#tvp .btn-primary .badge {
    color: #00519f;
    background-color: #fff;
  }
  body#tvp .navbar.navbar-default.navbar-fixed-top ul li.current a {
    color: #fee501 !important;
    background-color: #00519f !important;
  }
  body#tvp .navbar.navbar-default.navbar-fixed-top li.dropdown .has-submenu + ul > li.current a {
    color: #fee501 !important;
    background: #004486 !important;
  }
  body#tvp .navbar.navbar-default.navbar-fixed-top {
    background: #fee501;
  }
  body#tvp .navbar.navbar-default.navbar-fixed-top li:not(.current) a {
    color: #000;
  }
  body#tvp .navbar.navbar-default.navbar-fixed-top li.current a {
    color: #00519f !important;
  }
  body#tvp .nav.navbar-nav ul {
    background: #e5ce01;
  }
  body#tvp .nav.navbar-nav .has-submenu {
    background: #fee501 !important;
  }
  body#tvp .nav.navbar-nav .has-submenu + ul > li a {
    background: #e5ce01 !important;
  }
  body#tvp .navbar-default .navbar-toggle:hover,
  body#tvp .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  body#tvp form.simple_form > .panel.setup-content {
    border-color: #fee501;
  }
  body#tvp form.simple_form > .panel.setup-content .panel-heading {
    background-color: #fee501;
    border-color: #fee501;
    color: #000;
  }
  body#tvp nav .open {
    background: #fee501 !important;
    color: #00519f !important;
  }
  body#tvp .navbar-default .navbar-toggle {
    border: 0;
  }
  body#tvp .navbar-default .navbar-toggle .icon-bar {
    background: #00519f;
  }
  body#tvp .navbar-default .navbar-toggle:a {
    background: #00519f !important;
  }
  body#tvp .navbar-default .navbar-toggle:a span {
    background: #00519f;
  }
  body#tvp .results-btn-group a,
  body#tvp .shared-links a,
  body#tvp ul.pager > li a,
  body#tvp a i.fa-question-circle,
  body#tvp .nav.nav-tabs a:not(.btn-primary),
  body#tvp ol.breadcrumb a,
  body#tvp .pagination li:not(.disabled) a,
  body#tvp table tr th a,
  body#tvp .nav.nav-pills li:not(.active) a,
  body#tvp.attentions h4 a,
  body#tvp .help-icon a,
  body#tvp.attentions td:not(.seen-switch) a,
  body#tvp table td > a:not(.btn),
  body#tvp table td > ul > li > a:not(.btn),
  body#tvp .tablesorter thead tr.clickable th {
    color: #00519f;
  }
  body#tvp .sidebar-list-group a {
    color: #323232;
    text-decoration: none;
  }
  body#tvp .sidebar-list-group a.active {
    background: #f6f6f6;
    border-color: #e1e1e1;
    border-left: 3px solid #00519f;
    color: #333;
  }
  body#tvp .sidebar-list-group a.active i {
    margin-left: -2px;
  }
  body#tvp .sidebar-list-group a:hover .list-group-item {
    background: #eee;
    color: #323232;
  }
  body#tvp .sidebar-list-group a:hover .list-group-item:not(.active) {
    border-color: #eee;
  }
  body#tvp .sidebar-list-group a:hover .list-group-item.active {
    border-color: #eee #eee #eee #00519f;
  }
  body#tvp .progress-step.is-active .progress-marker,
  body#tvp .stepwizard-step a:not(.disabled) {
    background-color: #fee501;
    border-color: #fee501;
  }
  body#tvp .progress-step.is-complete .progress-marker,
  body#tvp .progress-step.is-complete::after,
  body#tvp .stepwizard-step a:not(.disabled) {
    background-color: #feea34;
  }
  body#tvp ul.nav-pills li.active a,
  body#tvp ul.nav-pills li.active a:hover {
    background: #fee501;
    color: #fff;
  }
  body#tvp .milk-deliveries-table tr.sub-deliveries {
    border: solid #fee501;
    display: none;
  }
  body#tvp .milk-deliveries-table tr.has-sub-deliveries td .sign-sub-deliveries {
    color: #fee501;
  }
  /* End palettes */
  body:not(.panel-heading) {
    color: #000 !important;
  }
  .new-page {
    page-break-before: always;
  }
  .trends-panel .footnotes {
    margin: 1em 0 0 1em;
  }
  .pbi-avoid {
    page-break-inside: avoid !important;
  }
  table.production-table-company-report tr.bold td,
  table.table-condensed tr.bold td {
    font-weight: bold;
  }
  .attention-table tr {
    page-break-inside: avoid !important;
    display: 'inline-block';
  }
  .print-logo-bronsvoorthuizen {
    height: 5em;
    width: 13em;
    position: absolute !important;
    left: 30px;
    top: 6px;
  }
  .print-logo-kruidhof {
    width: 15em;
    position: absolute !important;
    left: 22px;
    top: 10px;
  }
  .print-logo-denham {
    width: 8em;
    position: absolute !important;
    left: 30px;
    top: 3px;
  }
  .print-logo-havensvoeders,
  .print-logo-havensvoedersgeit {
    width: 8em;
    position: absolute !important;
    left: 30px;
    top: 3px;
    margin-top: -1.1em !important;
  }
  .print-logo-deheus {
    width: 7em;
    position: absolute !important;
    left: 30px;
    top: 3px;
  }
  .print-logo-deheus-feijen,
  .print-logo-deheus-geurts {
    height: 5.5em;
    width: 5.5em;
    position: absolute !important;
    left: 30px;
    top: 4px;
  }
  .print-logo-deheus-coops {
    height: 2.5em;
    width: 7.5em;
    position: absolute !important;
    left: 30px;
    top: 32px;
  }
  .print-logo-desamenwerking,
  .print-logo-abzdesamenwerking,
  .print-logo-abzdesamenwerkinggeit {
    width: 14em;
    height: 6em;
    padding: 5px;
    position: absolute !important;
    left: 20px;
    top: 1px;
  }
  .print-logo-melior {
    width: 11em;
    position: absolute !important;
    left: 30px;
    top: 1px;
  }
  .print-logo-dvwgeit,
  .print-logo-dvw {
    width: 7em;
    height: 6em;
    padding: 5px;
    position: absolute !important;
    left: 20px;
    top: 1px;
  }
  .print-logo-fuitegeit,
  .print-logo-fuite {
    height: 5.5em;
    width: 5.5em;
    position: absolute !important;
    left: 30px;
    top: 4px;
  }
  .print-logo-feedm {
    width: 12em;
    position: absolute !important;
    left: 30px;
    top: 1px;
  }
  .print-logo-ar,
  .print-logo-argeit {
    width: 6em;
    height: 6em;
    position: absolute !important;
    left: 30px;
    top: 1px;
  }
  .print-logo-arvesta {
    width: 12em;
    position: absolute !important;
    left: 30px;
    top: 1px;
  }
  .print-logo-arvesta-aveve,
  .print-logo-arvesta-proxani {
    width: 10em;
    position: absolute !important;
    left: 30px;
    top: 1px;
  }
  .print-logo-pbos {
    width: 12em;
    position: absolute !important;
    left: 30px;
    top: 3px;
  }
  .print-logo-raiffeisen-ems-vechte {
    background-color: #fff !important;
    width: 15em;
    padding: 5px;
    position: absolute !important;
    left: 20px;
    top: 20px;
  }
  .print-logo-rudolfpeters {
    background-color: #fff !important;
    width: 15em;
    padding: 5px;
    position: absolute !important;
    left: 20px;
    top: 20px;
  }
  .print-logo-theeuwes {
    background-color: #fff !important;
    width: 13em;
    padding: 5px;
    position: absolute !important;
    left: 30px;
    top: 7px;
  }
  .print-logo-vitelia {
    background-color: #fff !important;
    width: 14em;
    padding: 2px;
    position: absolute !important;
    left: 30px;
    top: 5px;
  }
  .print-logo-vanbenthem {
    background-color: #fff !important;
    width: 16em;
    padding: 5px;
    position: absolute !important;
    left: 18px;
    top: 15px;
  }
  .print-logo-voergroepzuid {
    background-color: #fff !important;
    width: 16em;
    padding: 5px;
    position: absolute !important;
    left: 18px;
    top: 10px;
  }
  .print-logo-zosalland {
    background-color: #fff !important;
    width: 14em;
    padding: 5px;
    position: absolute !important;
    left: 30px;
    top: 9px;
  }
}
@media print and print {
  body:not(#abzdesamenwerking) table,
  body:not(#abzdesamenwerkinggeit) table,
  body:not(#arvesta) table,
  body:not(#bieleman) table,
  body:not(#bronsvoorthuizen) table,
  body:not(#deheus) table,
  body:not(#denham) table,
  body:not(#dvw) table,
  body:not(#dvwgeit) table,
  body:not(#eendrachtrouveen) table,
  body:not(#fuite) table,
  body:not(#fuitegeit) table,
  body:not(#havensvoeders) table,
  body:not(#havensvoedersgeit) table,
  body:not(#kruidhof) table,
  body:not(#pbos) table,
  body:not(#raiffeisen-ems-vechte) table,
  body:not(#rudolfpeters) table,
  body:not(#theeuwes) table,
  body:not(#theeuwesgeit) table,
  body:not(#tvp) table,
  body:not(#vanbenthem) table,
  body:not(#vitelia) table,
  body:not(#voergroepzuid) table,
  body:not(#zosalland) table {
    font-size: 8px;
  }
  body:not(#abzdesamenwerking) .panel .panel-heading .panel-title,
  body:not(#abzdesamenwerkinggeit) .panel .panel-heading .panel-title,
  body:not(#arvesta) .panel .panel-heading .panel-title,
  body:not(#bieleman) .panel .panel-heading .panel-title,
  body:not(#bronsvoorthuizen) .panel .panel-heading .panel-title,
  body:not(#deheus) .panel .panel-heading .panel-title,
  body:not(#denham) .panel .panel-heading .panel-title,
  body:not(#dvw) .panel .panel-heading .panel-title,
  body:not(#dvwgeit) .panel .panel-heading .panel-title,
  body:not(#eendrachtrouveen) .panel .panel-heading .panel-title,
  body:not(#fuite) .panel .panel-heading .panel-title,
  body:not(#fuitegeit) .panel .panel-heading .panel-title,
  body:not(#havensvoeders) .panel .panel-heading .panel-title,
  body:not(#havensvoedersgeit) .panel .panel-heading .panel-title,
  body:not(#kruidhof) .panel .panel-heading .panel-title,
  body:not(#pbos) .panel .panel-heading .panel-title,
  body:not(#raiffeisen-ems-vechte) .panel .panel-heading .panel-title,
  body:not(#rudolfpeters) .panel .panel-heading .panel-title,
  body:not(#theeuwes) .panel .panel-heading .panel-title,
  body:not(#theeuwesgeit) .panel .panel-heading .panel-title,
  body:not(#tvp) .panel .panel-heading .panel-title,
  body:not(#vanbenthem) .panel .panel-heading .panel-title,
  body:not(#vitelia) .panel .panel-heading .panel-title,
  body:not(#voergroepzuid) .panel .panel-heading .panel-title,
  body:not(#zosalland) .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body:not(#abzdesamenwerking) table.header-table,
  body:not(#abzdesamenwerkinggeit) table.header-table,
  body:not(#arvesta) table.header-table,
  body:not(#bieleman) table.header-table,
  body:not(#bronsvoorthuizen) table.header-table,
  body:not(#deheus) table.header-table,
  body:not(#denham) table.header-table,
  body:not(#dvw) table.header-table,
  body:not(#dvwgeit) table.header-table,
  body:not(#eendrachtrouveen) table.header-table,
  body:not(#fuite) table.header-table,
  body:not(#fuitegeit) table.header-table,
  body:not(#havensvoeders) table.header-table,
  body:not(#havensvoedersgeit) table.header-table,
  body:not(#kruidhof) table.header-table,
  body:not(#pbos) table.header-table,
  body:not(#raiffeisen-ems-vechte) table.header-table,
  body:not(#rudolfpeters) table.header-table,
  body:not(#theeuwes) table.header-table,
  body:not(#theeuwesgeit) table.header-table,
  body:not(#tvp) table.header-table,
  body:not(#vanbenthem) table.header-table,
  body:not(#vitelia) table.header-table,
  body:not(#voergroepzuid) table.header-table,
  body:not(#zosalland) table.header-table {
    margin-bottom: -10px;
  }
  body:not(#abzdesamenwerking) table.header-table tbody tr.top-row,
  body:not(#abzdesamenwerkinggeit) table.header-table tbody tr.top-row,
  body:not(#arvesta) table.header-table tbody tr.top-row,
  body:not(#bieleman) table.header-table tbody tr.top-row,
  body:not(#bronsvoorthuizen) table.header-table tbody tr.top-row,
  body:not(#deheus) table.header-table tbody tr.top-row,
  body:not(#denham) table.header-table tbody tr.top-row,
  body:not(#dvw) table.header-table tbody tr.top-row,
  body:not(#dvwgeit) table.header-table tbody tr.top-row,
  body:not(#eendrachtrouveen) table.header-table tbody tr.top-row,
  body:not(#fuite) table.header-table tbody tr.top-row,
  body:not(#fuitegeit) table.header-table tbody tr.top-row,
  body:not(#havensvoeders) table.header-table tbody tr.top-row,
  body:not(#havensvoedersgeit) table.header-table tbody tr.top-row,
  body:not(#kruidhof) table.header-table tbody tr.top-row,
  body:not(#pbos) table.header-table tbody tr.top-row,
  body:not(#raiffeisen-ems-vechte) table.header-table tbody tr.top-row,
  body:not(#rudolfpeters) table.header-table tbody tr.top-row,
  body:not(#theeuwes) table.header-table tbody tr.top-row,
  body:not(#theeuwesgeit) table.header-table tbody tr.top-row,
  body:not(#tvp) table.header-table tbody tr.top-row,
  body:not(#vanbenthem) table.header-table tbody tr.top-row,
  body:not(#vitelia) table.header-table tbody tr.top-row,
  body:not(#voergroepzuid) table.header-table tbody tr.top-row,
  body:not(#zosalland) table.header-table tbody tr.top-row {
    background: #f5f5f5 !important;
  }
  body:not(#abzdesamenwerking) table.header-table tbody tr.top-row td span,
  body:not(#abzdesamenwerkinggeit) table.header-table tbody tr.top-row td span,
  body:not(#arvesta) table.header-table tbody tr.top-row td span,
  body:not(#bieleman) table.header-table tbody tr.top-row td span,
  body:not(#bronsvoorthuizen) table.header-table tbody tr.top-row td span,
  body:not(#deheus) table.header-table tbody tr.top-row td span,
  body:not(#denham) table.header-table tbody tr.top-row td span,
  body:not(#dvw) table.header-table tbody tr.top-row td span,
  body:not(#dvwgeit) table.header-table tbody tr.top-row td span,
  body:not(#eendrachtrouveen) table.header-table tbody tr.top-row td span,
  body:not(#fuite) table.header-table tbody tr.top-row td span,
  body:not(#fuitegeit) table.header-table tbody tr.top-row td span,
  body:not(#havensvoeders) table.header-table tbody tr.top-row td span,
  body:not(#havensvoedersgeit) table.header-table tbody tr.top-row td span,
  body:not(#kruidhof) table.header-table tbody tr.top-row td span,
  body:not(#pbos) table.header-table tbody tr.top-row td span,
  body:not(#raiffeisen-ems-vechte) table.header-table tbody tr.top-row td span,
  body:not(#rudolfpeters) table.header-table tbody tr.top-row td span,
  body:not(#theeuwes) table.header-table tbody tr.top-row td span,
  body:not(#theeuwesgeit) table.header-table tbody tr.top-row td span,
  body:not(#tvp) table.header-table tbody tr.top-row td span,
  body:not(#vanbenthem) table.header-table tbody tr.top-row td span,
  body:not(#vitelia) table.header-table tbody tr.top-row td span,
  body:not(#voergroepzuid) table.header-table tbody tr.top-row td span,
  body:not(#zosalland) table.header-table tbody tr.top-row td span {
    color: #000 !important;
  }
  body:not(#abzdesamenwerking) table.header-table tbody tr.bottom-row,
  body:not(#abzdesamenwerkinggeit) table.header-table tbody tr.bottom-row,
  body:not(#arvesta) table.header-table tbody tr.bottom-row,
  body:not(#bieleman) table.header-table tbody tr.bottom-row,
  body:not(#bronsvoorthuizen) table.header-table tbody tr.bottom-row,
  body:not(#deheus) table.header-table tbody tr.bottom-row,
  body:not(#denham) table.header-table tbody tr.bottom-row,
  body:not(#dvw) table.header-table tbody tr.bottom-row,
  body:not(#dvwgeit) table.header-table tbody tr.bottom-row,
  body:not(#eendrachtrouveen) table.header-table tbody tr.bottom-row,
  body:not(#fuite) table.header-table tbody tr.bottom-row,
  body:not(#fuitegeit) table.header-table tbody tr.bottom-row,
  body:not(#havensvoeders) table.header-table tbody tr.bottom-row,
  body:not(#havensvoedersgeit) table.header-table tbody tr.bottom-row,
  body:not(#kruidhof) table.header-table tbody tr.bottom-row,
  body:not(#pbos) table.header-table tbody tr.bottom-row,
  body:not(#raiffeisen-ems-vechte) table.header-table tbody tr.bottom-row,
  body:not(#rudolfpeters) table.header-table tbody tr.bottom-row,
  body:not(#theeuwes) table.header-table tbody tr.bottom-row,
  body:not(#theeuwesgeit) table.header-table tbody tr.bottom-row,
  body:not(#tvp) table.header-table tbody tr.bottom-row,
  body:not(#vanbenthem) table.header-table tbody tr.bottom-row,
  body:not(#vitelia) table.header-table tbody tr.bottom-row,
  body:not(#voergroepzuid) table.header-table tbody tr.bottom-row,
  body:not(#zosalland) table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body:not(#abzdesamenwerking) table.header-table tbody tr td,
  body:not(#abzdesamenwerkinggeit) table.header-table tbody tr td,
  body:not(#arvesta) table.header-table tbody tr td,
  body:not(#bieleman) table.header-table tbody tr td,
  body:not(#bronsvoorthuizen) table.header-table tbody tr td,
  body:not(#deheus) table.header-table tbody tr td,
  body:not(#denham) table.header-table tbody tr td,
  body:not(#dvw) table.header-table tbody tr td,
  body:not(#dvwgeit) table.header-table tbody tr td,
  body:not(#eendrachtrouveen) table.header-table tbody tr td,
  body:not(#fuite) table.header-table tbody tr td,
  body:not(#fuitegeit) table.header-table tbody tr td,
  body:not(#havensvoeders) table.header-table tbody tr td,
  body:not(#havensvoedersgeit) table.header-table tbody tr td,
  body:not(#kruidhof) table.header-table tbody tr td,
  body:not(#pbos) table.header-table tbody tr td,
  body:not(#raiffeisen-ems-vechte) table.header-table tbody tr td,
  body:not(#rudolfpeters) table.header-table tbody tr td,
  body:not(#theeuwes) table.header-table tbody tr td,
  body:not(#theeuwesgeit) table.header-table tbody tr td,
  body:not(#tvp) table.header-table tbody tr td,
  body:not(#vanbenthem) table.header-table tbody tr td,
  body:not(#vitelia) table.header-table tbody tr td,
  body:not(#voergroepzuid) table.header-table tbody tr td,
  body:not(#zosalland) table.header-table tbody tr td {
    height: 30px;
  }
  body:not(#abzdesamenwerking) table.header-table tbody tr td:nth-child(1),
  body:not(#abzdesamenwerkinggeit) table.header-table tbody tr td:nth-child(1),
  body:not(#arvesta) table.header-table tbody tr td:nth-child(1),
  body:not(#bieleman) table.header-table tbody tr td:nth-child(1),
  body:not(#bronsvoorthuizen) table.header-table tbody tr td:nth-child(1),
  body:not(#deheus) table.header-table tbody tr td:nth-child(1),
  body:not(#denham) table.header-table tbody tr td:nth-child(1),
  body:not(#dvw) table.header-table tbody tr td:nth-child(1),
  body:not(#dvwgeit) table.header-table tbody tr td:nth-child(1),
  body:not(#eendrachtrouveen) table.header-table tbody tr td:nth-child(1),
  body:not(#fuite) table.header-table tbody tr td:nth-child(1),
  body:not(#fuitegeit) table.header-table tbody tr td:nth-child(1),
  body:not(#havensvoeders) table.header-table tbody tr td:nth-child(1),
  body:not(#havensvoedersgeit) table.header-table tbody tr td:nth-child(1),
  body:not(#kruidhof) table.header-table tbody tr td:nth-child(1),
  body:not(#pbos) table.header-table tbody tr td:nth-child(1),
  body:not(#raiffeisen-ems-vechte) table.header-table tbody tr td:nth-child(1),
  body:not(#rudolfpeters) table.header-table tbody tr td:nth-child(1),
  body:not(#theeuwes) table.header-table tbody tr td:nth-child(1),
  body:not(#theeuwesgeit) table.header-table tbody tr td:nth-child(1),
  body:not(#tvp) table.header-table tbody tr td:nth-child(1),
  body:not(#vanbenthem) table.header-table tbody tr td:nth-child(1),
  body:not(#vitelia) table.header-table tbody tr td:nth-child(1),
  body:not(#voergroepzuid) table.header-table tbody tr td:nth-child(1),
  body:not(#zosalland) table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body:not(#abzdesamenwerking) table.header-table tbody tr td:nth-child(2),
  body:not(#abzdesamenwerkinggeit) table.header-table tbody tr td:nth-child(2),
  body:not(#arvesta) table.header-table tbody tr td:nth-child(2),
  body:not(#bieleman) table.header-table tbody tr td:nth-child(2),
  body:not(#bronsvoorthuizen) table.header-table tbody tr td:nth-child(2),
  body:not(#deheus) table.header-table tbody tr td:nth-child(2),
  body:not(#denham) table.header-table tbody tr td:nth-child(2),
  body:not(#dvw) table.header-table tbody tr td:nth-child(2),
  body:not(#dvwgeit) table.header-table tbody tr td:nth-child(2),
  body:not(#eendrachtrouveen) table.header-table tbody tr td:nth-child(2),
  body:not(#fuite) table.header-table tbody tr td:nth-child(2),
  body:not(#fuitegeit) table.header-table tbody tr td:nth-child(2),
  body:not(#havensvoeders) table.header-table tbody tr td:nth-child(2),
  body:not(#havensvoedersgeit) table.header-table tbody tr td:nth-child(2),
  body:not(#kruidhof) table.header-table tbody tr td:nth-child(2),
  body:not(#pbos) table.header-table tbody tr td:nth-child(2),
  body:not(#raiffeisen-ems-vechte) table.header-table tbody tr td:nth-child(2),
  body:not(#rudolfpeters) table.header-table tbody tr td:nth-child(2),
  body:not(#theeuwes) table.header-table tbody tr td:nth-child(2),
  body:not(#theeuwesgeit) table.header-table tbody tr td:nth-child(2),
  body:not(#tvp) table.header-table tbody tr td:nth-child(2),
  body:not(#vanbenthem) table.header-table tbody tr td:nth-child(2),
  body:not(#vitelia) table.header-table tbody tr td:nth-child(2),
  body:not(#voergroepzuid) table.header-table tbody tr td:nth-child(2),
  body:not(#zosalland) table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body:not(#abzdesamenwerking) table.header-table tbody tr td:nth-child(3),
  body:not(#abzdesamenwerkinggeit) table.header-table tbody tr td:nth-child(3),
  body:not(#arvesta) table.header-table tbody tr td:nth-child(3),
  body:not(#bieleman) table.header-table tbody tr td:nth-child(3),
  body:not(#bronsvoorthuizen) table.header-table tbody tr td:nth-child(3),
  body:not(#deheus) table.header-table tbody tr td:nth-child(3),
  body:not(#denham) table.header-table tbody tr td:nth-child(3),
  body:not(#dvw) table.header-table tbody tr td:nth-child(3),
  body:not(#dvwgeit) table.header-table tbody tr td:nth-child(3),
  body:not(#eendrachtrouveen) table.header-table tbody tr td:nth-child(3),
  body:not(#fuite) table.header-table tbody tr td:nth-child(3),
  body:not(#fuitegeit) table.header-table tbody tr td:nth-child(3),
  body:not(#havensvoeders) table.header-table tbody tr td:nth-child(3),
  body:not(#havensvoedersgeit) table.header-table tbody tr td:nth-child(3),
  body:not(#kruidhof) table.header-table tbody tr td:nth-child(3),
  body:not(#pbos) table.header-table tbody tr td:nth-child(3),
  body:not(#raiffeisen-ems-vechte) table.header-table tbody tr td:nth-child(3),
  body:not(#rudolfpeters) table.header-table tbody tr td:nth-child(3),
  body:not(#theeuwes) table.header-table tbody tr td:nth-child(3),
  body:not(#theeuwesgeit) table.header-table tbody tr td:nth-child(3),
  body:not(#tvp) table.header-table tbody tr td:nth-child(3),
  body:not(#vanbenthem) table.header-table tbody tr td:nth-child(3),
  body:not(#vitelia) table.header-table tbody tr td:nth-child(3),
  body:not(#voergroepzuid) table.header-table tbody tr td:nth-child(3),
  body:not(#zosalland) table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body:not(#abzdesamenwerking) .panel.panel-adjusted,
  body:not(#abzdesamenwerkinggeit) .panel.panel-adjusted,
  body:not(#arvesta) .panel.panel-adjusted,
  body:not(#bieleman) .panel.panel-adjusted,
  body:not(#bronsvoorthuizen) .panel.panel-adjusted,
  body:not(#deheus) .panel.panel-adjusted,
  body:not(#denham) .panel.panel-adjusted,
  body:not(#dvw) .panel.panel-adjusted,
  body:not(#dvwgeit) .panel.panel-adjusted,
  body:not(#eendrachtrouveen) .panel.panel-adjusted,
  body:not(#fuite) .panel.panel-adjusted,
  body:not(#fuitegeit) .panel.panel-adjusted,
  body:not(#havensvoeders) .panel.panel-adjusted,
  body:not(#havensvoedersgeit) .panel.panel-adjusted,
  body:not(#kruidhof) .panel.panel-adjusted,
  body:not(#pbos) .panel.panel-adjusted,
  body:not(#raiffeisen-ems-vechte) .panel.panel-adjusted,
  body:not(#rudolfpeters) .panel.panel-adjusted,
  body:not(#theeuwes) .panel.panel-adjusted,
  body:not(#theeuwesgeit) .panel.panel-adjusted,
  body:not(#tvp) .panel.panel-adjusted,
  body:not(#vanbenthem) .panel.panel-adjusted,
  body:not(#vitelia) .panel.panel-adjusted,
  body:not(#voergroepzuid) .panel.panel-adjusted,
  body:not(#zosalland) .panel.panel-adjusted {
    border-color: #f5f5f5 !important;
    z-index: 99;
  }
  body:not(#abzdesamenwerking) .panel.panel-adjusted > .panel-heading,
  body:not(#abzdesamenwerkinggeit) .panel.panel-adjusted > .panel-heading,
  body:not(#arvesta) .panel.panel-adjusted > .panel-heading,
  body:not(#bieleman) .panel.panel-adjusted > .panel-heading,
  body:not(#bronsvoorthuizen) .panel.panel-adjusted > .panel-heading,
  body:not(#deheus) .panel.panel-adjusted > .panel-heading,
  body:not(#denham) .panel.panel-adjusted > .panel-heading,
  body:not(#dvw) .panel.panel-adjusted > .panel-heading,
  body:not(#dvwgeit) .panel.panel-adjusted > .panel-heading,
  body:not(#eendrachtrouveen) .panel.panel-adjusted > .panel-heading,
  body:not(#fuite) .panel.panel-adjusted > .panel-heading,
  body:not(#fuitegeit) .panel.panel-adjusted > .panel-heading,
  body:not(#havensvoeders) .panel.panel-adjusted > .panel-heading,
  body:not(#havensvoedersgeit) .panel.panel-adjusted > .panel-heading,
  body:not(#kruidhof) .panel.panel-adjusted > .panel-heading,
  body:not(#pbos) .panel.panel-adjusted > .panel-heading,
  body:not(#raiffeisen-ems-vechte) .panel.panel-adjusted > .panel-heading,
  body:not(#rudolfpeters) .panel.panel-adjusted > .panel-heading,
  body:not(#theeuwes) .panel.panel-adjusted > .panel-heading,
  body:not(#theeuwesgeit) .panel.panel-adjusted > .panel-heading,
  body:not(#tvp) .panel.panel-adjusted > .panel-heading,
  body:not(#vanbenthem) .panel.panel-adjusted > .panel-heading,
  body:not(#vitelia) .panel.panel-adjusted > .panel-heading,
  body:not(#voergroepzuid) .panel.panel-adjusted > .panel-heading,
  body:not(#zosalland) .panel.panel-adjusted > .panel-heading {
    background: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body:not(#abzdesamenwerking) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#abzdesamenwerkinggeit) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#arvesta) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#bieleman) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#bronsvoorthuizen) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#deheus) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#denham) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#dvw) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#dvwgeit) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#eendrachtrouveen) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#fuite) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#fuitegeit) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#havensvoeders) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#havensvoedersgeit) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#kruidhof) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#pbos) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#raiffeisen-ems-vechte) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#rudolfpeters) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#theeuwes) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#theeuwesgeit) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#tvp) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#vanbenthem) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#vitelia) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#voergroepzuid) .panel.panel-adjusted > .panel-heading .panel-title,
  body:not(#zosalland) .panel.panel-adjusted > .panel-heading .panel-title {
    color: #000 !important;
  }
}
@media print and print {
  body#rudolfpeters table {
    font-size: 8px;
  }
  body#rudolfpeters .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#rudolfpeters table.header-table {
    margin-bottom: -10px;
  }
  body#rudolfpeters table.header-table tbody tr.top-row {
    background: #50742c !important;
  }
  body#rudolfpeters table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#rudolfpeters table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#rudolfpeters table.header-table tbody tr td {
    height: 30px;
  }
  body#rudolfpeters table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#rudolfpeters table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#rudolfpeters table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#rudolfpeters .panel.panel-adjusted {
    border-color: #50742c !important;
    z-index: 99;
  }
  body#rudolfpeters .panel.panel-adjusted > .panel-heading {
    background: #50742c !important;
    border-color: #50742c !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#rudolfpeters .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#abzdesamenwerking table,
  body#abzdesamenwerkinggeit table {
    font-size: 8px;
  }
  body#abzdesamenwerking .panel .panel-heading .panel-title,
  body#abzdesamenwerkinggeit .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#abzdesamenwerking table.header-table,
  body#abzdesamenwerkinggeit table.header-table {
    margin-bottom: -10px;
  }
  body#abzdesamenwerking table.header-table tbody tr.top-row,
  body#abzdesamenwerkinggeit table.header-table tbody tr.top-row {
    background: #6cb33f !important;
  }
  body#abzdesamenwerking table.header-table tbody tr.top-row td span,
  body#abzdesamenwerkinggeit table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#abzdesamenwerking table.header-table tbody tr.bottom-row,
  body#abzdesamenwerkinggeit table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#abzdesamenwerking table.header-table tbody tr td,
  body#abzdesamenwerkinggeit table.header-table tbody tr td {
    height: 30px;
  }
  body#abzdesamenwerking table.header-table tbody tr td:nth-child(1),
  body#abzdesamenwerkinggeit table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#abzdesamenwerking table.header-table tbody tr td:nth-child(2),
  body#abzdesamenwerkinggeit table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#abzdesamenwerking table.header-table tbody tr td:nth-child(3),
  body#abzdesamenwerkinggeit table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#abzdesamenwerking .panel.panel-adjusted,
  body#abzdesamenwerkinggeit .panel.panel-adjusted {
    border-color: #6cb33f !important;
    z-index: 99;
  }
  body#abzdesamenwerking .panel.panel-adjusted > .panel-heading,
  body#abzdesamenwerkinggeit .panel.panel-adjusted > .panel-heading {
    background: #6cb33f !important;
    border-color: #6cb33f !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#abzdesamenwerking .panel.panel-adjusted > .panel-heading .panel-title,
  body#abzdesamenwerkinggeit .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#dvw table,
  body#dvwgeit table {
    font-size: 8px;
  }
  body#dvw .panel .panel-heading .panel-title,
  body#dvwgeit .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#dvw table.header-table,
  body#dvwgeit table.header-table {
    margin-bottom: -10px;
  }
  body#dvw table.header-table tbody tr.top-row,
  body#dvwgeit table.header-table tbody tr.top-row {
    background: #0a902b !important;
  }
  body#dvw table.header-table tbody tr.top-row td span,
  body#dvwgeit table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#dvw table.header-table tbody tr.bottom-row,
  body#dvwgeit table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#dvw table.header-table tbody tr td,
  body#dvwgeit table.header-table tbody tr td {
    height: 30px;
  }
  body#dvw table.header-table tbody tr td:nth-child(1),
  body#dvwgeit table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#dvw table.header-table tbody tr td:nth-child(2),
  body#dvwgeit table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#dvw table.header-table tbody tr td:nth-child(3),
  body#dvwgeit table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#dvw .panel.panel-adjusted,
  body#dvwgeit .panel.panel-adjusted {
    border-color: #0a902b !important;
    z-index: 99;
  }
  body#dvw .panel.panel-adjusted > .panel-heading,
  body#dvwgeit .panel.panel-adjusted > .panel-heading {
    background: #0a902b !important;
    border-color: #0a902b !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#dvw .panel.panel-adjusted > .panel-heading .panel-title,
  body#dvwgeit .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#eendrachtrouveen table {
    font-size: 8px;
  }
  body#eendrachtrouveen .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#eendrachtrouveen table.header-table {
    margin-bottom: -10px;
  }
  body#eendrachtrouveen table.header-table tbody tr.top-row {
    background: #1c451a !important;
  }
  body#eendrachtrouveen table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#eendrachtrouveen table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#eendrachtrouveen table.header-table tbody tr td {
    height: 30px;
  }
  body#eendrachtrouveen table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#eendrachtrouveen table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#eendrachtrouveen table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#eendrachtrouveen .panel.panel-adjusted {
    border-color: #1c451a !important;
    z-index: 99;
  }
  body#eendrachtrouveen .panel.panel-adjusted > .panel-heading {
    background: #1c451a !important;
    border-color: #1c451a !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#eendrachtrouveen .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#arvesta table {
    font-size: 8px;
  }
  body#arvesta .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#arvesta table.header-table {
    margin-bottom: -10px;
  }
  body#arvesta table.header-table tbody tr.top-row {
    background: #84bd00 !important;
  }
  body#arvesta table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#arvesta table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#arvesta table.header-table tbody tr td {
    height: 30px;
  }
  body#arvesta table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#arvesta table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#arvesta table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#arvesta .panel.panel-adjusted {
    border-color: #84bd00 !important;
    z-index: 99;
  }
  body#arvesta .panel.panel-adjusted > .panel-heading {
    background: #84bd00 !important;
    border-color: #84bd00 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#arvesta .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#fuite table,
  body#fuitegeit table {
    font-size: 8px;
  }
  body#fuite .panel .panel-heading .panel-title,
  body#fuitegeit .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#fuite table.header-table,
  body#fuitegeit table.header-table {
    margin-bottom: -10px;
  }
  body#fuite table.header-table tbody tr.top-row,
  body#fuitegeit table.header-table tbody tr.top-row {
    background: #f8ae00 !important;
  }
  body#fuite table.header-table tbody tr.top-row td span,
  body#fuitegeit table.header-table tbody tr.top-row td span {
    color: #000 !important;
  }
  body#fuite table.header-table tbody tr.bottom-row,
  body#fuitegeit table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#fuite table.header-table tbody tr td,
  body#fuitegeit table.header-table tbody tr td {
    height: 30px;
  }
  body#fuite table.header-table tbody tr td:nth-child(1),
  body#fuitegeit table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#fuite table.header-table tbody tr td:nth-child(2),
  body#fuitegeit table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#fuite table.header-table tbody tr td:nth-child(3),
  body#fuitegeit table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#fuite .panel.panel-adjusted,
  body#fuitegeit .panel.panel-adjusted {
    border-color: #f8ae00 !important;
    z-index: 99;
  }
  body#fuite .panel.panel-adjusted > .panel-heading,
  body#fuitegeit .panel.panel-adjusted > .panel-heading {
    background: #f8ae00 !important;
    border-color: #f8ae00 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#fuite .panel.panel-adjusted > .panel-heading .panel-title,
  body#fuitegeit .panel.panel-adjusted > .panel-heading .panel-title {
    color: #000 !important;
  }
}
@media print and print {
  body#denham table {
    font-size: 8px;
  }
  body#denham .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#denham table.header-table {
    margin-bottom: -10px;
  }
  body#denham table.header-table tbody tr.top-row {
    background: #006643 !important;
  }
  body#denham table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#denham table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#denham table.header-table tbody tr td {
    height: 30px;
  }
  body#denham table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#denham table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#denham table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#denham .panel.panel-adjusted {
    border-color: #006643 !important;
    z-index: 99;
  }
  body#denham .panel.panel-adjusted > .panel-heading {
    background: #006643 !important;
    border-color: #006643 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#denham .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#theeuwes table,
  body#theeuwesgeit table {
    font-size: 8px;
  }
  body#theeuwes .panel .panel-heading .panel-title,
  body#theeuwesgeit .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#theeuwes table.header-table,
  body#theeuwesgeit table.header-table {
    margin-bottom: -10px;
  }
  body#theeuwes table.header-table tbody tr.top-row,
  body#theeuwesgeit table.header-table tbody tr.top-row {
    background: #000000 !important;
  }
  body#theeuwes table.header-table tbody tr.top-row td span,
  body#theeuwesgeit table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#theeuwes table.header-table tbody tr.bottom-row,
  body#theeuwesgeit table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#theeuwes table.header-table tbody tr td,
  body#theeuwesgeit table.header-table tbody tr td {
    height: 30px;
  }
  body#theeuwes table.header-table tbody tr td:nth-child(1),
  body#theeuwesgeit table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#theeuwes table.header-table tbody tr td:nth-child(2),
  body#theeuwesgeit table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#theeuwes table.header-table tbody tr td:nth-child(3),
  body#theeuwesgeit table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#theeuwes .panel.panel-adjusted,
  body#theeuwesgeit .panel.panel-adjusted {
    border-color: #000000 !important;
    z-index: 99;
  }
  body#theeuwes .panel.panel-adjusted > .panel-heading,
  body#theeuwesgeit .panel.panel-adjusted > .panel-heading {
    background: #000000 !important;
    border-color: #000000 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#theeuwes .panel.panel-adjusted > .panel-heading .panel-title,
  body#theeuwesgeit .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#vitelia table {
    font-size: 8px;
  }
  body#vitelia .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#vitelia table.header-table {
    margin-bottom: -10px;
  }
  body#vitelia table.header-table tbody tr.top-row {
    background: #3f701a !important;
  }
  body#vitelia table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#vitelia table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#vitelia table.header-table tbody tr td {
    height: 30px;
  }
  body#vitelia table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#vitelia table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#vitelia table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#vitelia .panel.panel-adjusted {
    border-color: #3f701a !important;
    z-index: 99;
  }
  body#vitelia .panel.panel-adjusted > .panel-heading {
    background: #3f701a !important;
    border-color: #3f701a !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#vitelia .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and (min-width: 768px) {
  body#vitelia a.navbar-brand {
    margin-left: 0;
  }
}
@media print and print {
  body#kruidhof table {
    font-size: 8px;
  }
  body#kruidhof .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#kruidhof table.header-table {
    margin-bottom: -10px;
  }
  body#kruidhof table.header-table tbody tr.top-row {
    background: #565352 !important;
  }
  body#kruidhof table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#kruidhof table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#kruidhof table.header-table tbody tr td {
    height: 30px;
  }
  body#kruidhof table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#kruidhof table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#kruidhof table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#kruidhof .panel.panel-adjusted {
    border-color: #565352 !important;
    z-index: 99;
  }
  body#kruidhof .panel.panel-adjusted > .panel-heading {
    background: #565352 !important;
    border-color: #565352 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#kruidhof .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#pbos table {
    font-size: 8px;
  }
  body#pbos .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#pbos table.header-table {
    margin-bottom: -10px;
  }
  body#pbos table.header-table tbody tr.top-row {
    background: #ffd100 !important;
  }
  body#pbos table.header-table tbody tr.top-row td span {
    color: #000 !important;
  }
  body#pbos table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#pbos table.header-table tbody tr td {
    height: 30px;
  }
  body#pbos table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#pbos table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#pbos table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#pbos .panel.panel-adjusted {
    border-color: #ffd100 !important;
    z-index: 99;
  }
  body#pbos .panel.panel-adjusted > .panel-heading {
    background: #ffd100 !important;
    border-color: #ffd100 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#pbos .panel.panel-adjusted > .panel-heading .panel-title {
    color: #000 !important;
  }
}
@media print and print {
  body#vanbenthem table {
    font-size: 8px;
  }
  body#vanbenthem .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#vanbenthem table.header-table {
    margin-bottom: -10px;
  }
  body#vanbenthem table.header-table tbody tr.top-row {
    background: #36563c !important;
  }
  body#vanbenthem table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#vanbenthem table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#vanbenthem table.header-table tbody tr td {
    height: 30px;
  }
  body#vanbenthem table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#vanbenthem table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#vanbenthem table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#vanbenthem .panel.panel-adjusted {
    border-color: #36563c !important;
    z-index: 99;
  }
  body#vanbenthem .panel.panel-adjusted > .panel-heading {
    background: #36563c !important;
    border-color: #36563c !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#vanbenthem .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#bronsvoorthuizen table {
    font-size: 8px;
  }
  body#bronsvoorthuizen .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#bronsvoorthuizen table.header-table {
    margin-bottom: -10px;
  }
  body#bronsvoorthuizen table.header-table tbody tr.top-row {
    background: #00843e !important;
  }
  body#bronsvoorthuizen table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#bronsvoorthuizen table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#bronsvoorthuizen table.header-table tbody tr td {
    height: 30px;
  }
  body#bronsvoorthuizen table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#bronsvoorthuizen table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#bronsvoorthuizen table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#bronsvoorthuizen .panel.panel-adjusted {
    border-color: #00843e !important;
    z-index: 99;
  }
  body#bronsvoorthuizen .panel.panel-adjusted > .panel-heading {
    background: #00843e !important;
    border-color: #00843e !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#bronsvoorthuizen .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and (min-width: 768px) {
  body#bronsvoorthuizen a.navbar-brand {
    margin-left: 0;
  }
}
@media print and print {
  body#deheus:not(.geurts) table {
    font-size: 8px;
  }
  body#deheus:not(.geurts) .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#deheus:not(.geurts) table.header-table {
    margin-bottom: -10px;
  }
  body#deheus:not(.geurts) table.header-table tbody tr.top-row {
    background: #0163af !important;
  }
  body#deheus:not(.geurts) table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#deheus:not(.geurts) table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#deheus:not(.geurts) table.header-table tbody tr td {
    height: 30px;
  }
  body#deheus:not(.geurts) table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#deheus:not(.geurts) table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#deheus:not(.geurts) table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#deheus:not(.geurts) .panel.panel-adjusted {
    border-color: #0163af !important;
    z-index: 99;
  }
  body#deheus:not(.geurts) .panel.panel-adjusted > .panel-heading {
    background: #0163af !important;
    border-color: #0163af !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#deheus:not(.geurts) .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and (min-width: 768px) {
  body#deheus:not(.geurts) a.navbar-brand {
    margin-left: 0;
  }
}
@media print and print {
  body#deheus.feijen table {
    font-size: 8px;
  }
  body#deheus.feijen .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#deheus.feijen table.header-table {
    margin-bottom: -10px;
  }
  body#deheus.feijen table.header-table tbody tr.top-row {
    background: #6b6969 !important;
  }
  body#deheus.feijen table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#deheus.feijen table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#deheus.feijen table.header-table tbody tr td {
    height: 30px;
  }
  body#deheus.feijen table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#deheus.feijen table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#deheus.feijen table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#deheus.feijen .panel.panel-adjusted {
    border-color: #6b6969 !important;
    z-index: 99;
  }
  body#deheus.feijen .panel.panel-adjusted > .panel-heading {
    background: #6b6969 !important;
    border-color: #6b6969 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#deheus.feijen .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#deheus.geurts table {
    font-size: 8px;
  }
  body#deheus.geurts .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#deheus.geurts table.header-table {
    margin-bottom: -10px;
  }
  body#deheus.geurts table.header-table tbody tr.top-row {
    background: #004b8e !important;
  }
  body#deheus.geurts table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#deheus.geurts table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#deheus.geurts table.header-table tbody tr td {
    height: 30px;
  }
  body#deheus.geurts table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#deheus.geurts table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#deheus.geurts table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#deheus.geurts .panel.panel-adjusted {
    border-color: #004b8e !important;
    z-index: 99;
  }
  body#deheus.geurts .panel.panel-adjusted > .panel-heading {
    background: #004b8e !important;
    border-color: #004b8e !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#deheus.geurts .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#deheus.coops table {
    font-size: 8px;
  }
  body#deheus.coops .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#deheus.coops table.header-table {
    margin-bottom: -10px;
  }
  body#deheus.coops table.header-table tbody tr.top-row {
    background: #004697 !important;
  }
  body#deheus.coops table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#deheus.coops table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#deheus.coops table.header-table tbody tr td {
    height: 30px;
  }
  body#deheus.coops table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#deheus.coops table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#deheus.coops table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#deheus.coops .panel.panel-adjusted {
    border-color: #004697 !important;
    z-index: 99;
  }
  body#deheus.coops .panel.panel-adjusted > .panel-heading {
    background: #004697 !important;
    border-color: #004697 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#deheus.coops .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#zosalland table {
    font-size: 8px;
  }
  body#zosalland .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#zosalland table.header-table {
    margin-bottom: -10px;
  }
  body#zosalland table.header-table tbody tr.top-row {
    background: #00aa53 !important;
  }
  body#zosalland table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#zosalland table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#zosalland table.header-table tbody tr td {
    height: 30px;
  }
  body#zosalland table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#zosalland table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#zosalland table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#zosalland .panel.panel-adjusted {
    border-color: #00aa53 !important;
    z-index: 99;
  }
  body#zosalland .panel.panel-adjusted > .panel-heading {
    background: #00aa53 !important;
    border-color: #00aa53 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#zosalland .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and (min-width: 768px) {
  body#zosalland a.navbar-brand {
    margin-left: 0;
  }
}
@media print and print {
  body#bieleman table {
    font-size: 8px;
  }
  body#bieleman .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#bieleman table.header-table {
    margin-bottom: -10px;
  }
  body#bieleman table.header-table tbody tr.top-row {
    background: #009819 !important;
  }
  body#bieleman table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#bieleman table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#bieleman table.header-table tbody tr td {
    height: 30px;
  }
  body#bieleman table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#bieleman table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#bieleman table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#bieleman .panel.panel-adjusted {
    border-color: #009819 !important;
    z-index: 99;
  }
  body#bieleman .panel.panel-adjusted > .panel-heading {
    background: #009819 !important;
    border-color: #009819 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#bieleman .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#raiffeisen-ems-vechte table {
    font-size: 8px;
  }
  body#raiffeisen-ems-vechte .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#raiffeisen-ems-vechte table.header-table {
    margin-bottom: -10px;
  }
  body#raiffeisen-ems-vechte table.header-table tbody tr.top-row {
    background: #51aa36 !important;
  }
  body#raiffeisen-ems-vechte table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#raiffeisen-ems-vechte table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#raiffeisen-ems-vechte table.header-table tbody tr td {
    height: 30px;
  }
  body#raiffeisen-ems-vechte table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#raiffeisen-ems-vechte table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#raiffeisen-ems-vechte table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#raiffeisen-ems-vechte .panel.panel-adjusted {
    border-color: #51aa36 !important;
    z-index: 99;
  }
  body#raiffeisen-ems-vechte .panel.panel-adjusted > .panel-heading {
    background: #51aa36 !important;
    border-color: #51aa36 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#raiffeisen-ems-vechte .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#voergroepzuid table {
    font-size: 8px;
  }
  body#voergroepzuid .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#voergroepzuid table.header-table {
    margin-bottom: -10px;
  }
  body#voergroepzuid table.header-table tbody tr.top-row {
    background: #96c11e !important;
  }
  body#voergroepzuid table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#voergroepzuid table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#voergroepzuid table.header-table tbody tr td {
    height: 30px;
  }
  body#voergroepzuid table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#voergroepzuid table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#voergroepzuid table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#voergroepzuid .panel.panel-adjusted {
    border-color: #96c11e !important;
    z-index: 99;
  }
  body#voergroepzuid .panel.panel-adjusted > .panel-heading {
    background: #96c11e !important;
    border-color: #96c11e !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#voergroepzuid .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#havensvoedersgeit table,
  body#havensvoeders table {
    font-size: 8px;
  }
  body#havensvoedersgeit .panel .panel-heading .panel-title,
  body#havensvoeders .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#havensvoedersgeit table.header-table,
  body#havensvoeders table.header-table {
    margin-bottom: -10px;
  }
  body#havensvoedersgeit table.header-table tbody tr.top-row,
  body#havensvoeders table.header-table tbody tr.top-row {
    background: #203b59 !important;
  }
  body#havensvoedersgeit table.header-table tbody tr.top-row td span,
  body#havensvoeders table.header-table tbody tr.top-row td span {
    color: #fff !important;
  }
  body#havensvoedersgeit table.header-table tbody tr.bottom-row,
  body#havensvoeders table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#havensvoedersgeit table.header-table tbody tr td,
  body#havensvoeders table.header-table tbody tr td {
    height: 30px;
  }
  body#havensvoedersgeit table.header-table tbody tr td:nth-child(1),
  body#havensvoeders table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#havensvoedersgeit table.header-table tbody tr td:nth-child(2),
  body#havensvoeders table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#havensvoedersgeit table.header-table tbody tr td:nth-child(3),
  body#havensvoeders table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#havensvoedersgeit .panel.panel-adjusted,
  body#havensvoeders .panel.panel-adjusted {
    border-color: #203b59 !important;
    z-index: 99;
  }
  body#havensvoedersgeit .panel.panel-adjusted > .panel-heading,
  body#havensvoeders .panel.panel-adjusted > .panel-heading {
    background: #203b59 !important;
    border-color: #203b59 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#havensvoedersgeit .panel.panel-adjusted > .panel-heading .panel-title,
  body#havensvoeders .panel.panel-adjusted > .panel-heading .panel-title {
    color: #fff !important;
  }
}
@media print and print {
  body#ar table,
  body#argeit table {
    font-size: 8px;
  }
  body#ar .panel .panel-heading .panel-title,
  body#argeit .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#ar table.header-table,
  body#argeit table.header-table {
    margin-bottom: -10px;
  }
  body#ar table.header-table tbody tr.top-row,
  body#argeit table.header-table tbody tr.top-row {
    background: #23a148 !important;
  }
  body#ar table.header-table tbody tr.top-row td span,
  body#argeit table.header-table tbody tr.top-row td span {
    color: #000 !important;
  }
  body#ar table.header-table tbody tr.bottom-row,
  body#argeit table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#ar table.header-table tbody tr td,
  body#argeit table.header-table tbody tr td {
    height: 30px;
  }
  body#ar table.header-table tbody tr td:nth-child(1),
  body#argeit table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#ar table.header-table tbody tr td:nth-child(2),
  body#argeit table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#ar table.header-table tbody tr td:nth-child(3),
  body#argeit table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#ar .panel.panel-adjusted,
  body#argeit .panel.panel-adjusted {
    border-color: #23a148 !important;
    z-index: 99;
  }
  body#ar .panel.panel-adjusted > .panel-heading,
  body#argeit .panel.panel-adjusted > .panel-heading {
    background: #23a148 !important;
    border-color: #23a148 !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#ar .panel.panel-adjusted > .panel-heading .panel-title,
  body#argeit .panel.panel-adjusted > .panel-heading .panel-title {
    color: #000 !important;
  }
}
@media print and print {
  body#tvp table {
    font-size: 8px;
  }
  body#tvp .panel .panel-heading .panel-title {
    font-size: 10px !important;
  }
  body#tvp table.header-table {
    margin-bottom: -10px;
  }
  body#tvp table.header-table tbody tr.top-row {
    background: #00519f !important;
  }
  body#tvp table.header-table tbody tr.top-row td span {
    color: #000 !important;
  }
  body#tvp table.header-table tbody tr.bottom-row {
    background: #eee !important;
  }
  body#tvp table.header-table tbody tr td {
    height: 30px;
  }
  body#tvp table.header-table tbody tr td:nth-child(1) {
    width: 190px;
  }
  body#tvp table.header-table tbody tr td:nth-child(2) {
    width: 266px;
  }
  body#tvp table.header-table tbody tr td:nth-child(3) {
    width: 304px;
  }
  body#tvp .panel.panel-adjusted {
    border-color: #00519f !important;
    z-index: 99;
  }
  body#tvp .panel.panel-adjusted > .panel-heading {
    background: #00519f !important;
    border-color: #00519f !important;
    -webkit-print-color-adjust: exact !important;
    padding: 0.1em;
  }
  body#tvp .panel.panel-adjusted > .panel-heading .panel-title {
    color: #000 !important;
  }
}
body#arvesta .main-logo-arvesta {
  width: 9em;
  padding: 0 10px;
  background-color: white;
  margin-top: -0.3em !important;
}
body#arvesta .main-logo-arvesta-aveve {
  width: 5em;
  padding: 0 10px;
  margin-top: -0.4em !important;
}
body#arvesta .main-logo-arvesta-proxani {
  width: 5em;
  background-color: white;
  padding: 0 1rem;
  margin-top: -1rem !important;
}
body#deheus .main-logo-deheus {
  height: 2.5em;
}
body#deheus .main-logo-deheus-feijen {
  height: 2.5em;
  padding: 0.4rem;
}
body#deheus .main-logo-deheus-geurts {
  height: 2.5em;
}
body#deheus .main-logo-deheus-coops {
  height: 2.5em;
  padding: 0.4rem;
}
.main-logo-havensvoeders,
.main-logo-havensvoedersgeit {
  height: 4em;
}
.main-logo-denham,
.main-logo-pbos,
.main-logo-vitelia {
  height: 2em;
}
.main-logo-agrifirm,
.main-logo-ar,
.main-logo-argeit,
.main-logo-bronsvoorthuizen,
.main-logo-dvw,
.main-logo-dvwgeit,
.main-logo-eendrachtrouveen,
.main-logo-feedm,
.main-logo-fransengerrits,
.main-logo-fuite,
.main-logo-fuitegeit,
.main-logo-kruidhof,
.main-logo-melior,
.main-logo-theeuwes,
.main-logo-theeuwesgeit,
.main-logo-victoria,
.main-logo-visserfourage,
.main-logo-zosalland {
  height: 2.5em;
}
.main-logo-provimi,
.main-logo-rudolfpeters,
.main-logo-tvp,
.main-logo-vonk {
  height: 2.5em;
  background: white;
}
.main-logo-abzdesamenwerking,
.main-logo-abzdesamenwerkinggeit,
.main-logo-asl,
.main-logo-koenis {
  height: 50px;
  background: white;
}
.main-logo-vanbenthem {
  background: white;
  height: 50px;
  width: 200px;
}
.main-logo-raiffeisen-ems-vechte,
.main-logo-voergroepzuid {
  background: white;
  height: 50px;
  padding: 0 10px;
  width: 250px;
}
@media (min-width: 768px) {
  .abzdesamenwerking-logo img,
  .abzdesamenwerkinggeit-logo img,
  .agrifirm-logo img,
  .bronsvoorthuizen-logo img,
  .eendrachtrouveen-logo img,
  .feedm-logo img,
  .kruidhof-logo img,
  .melior-logo img,
  .provimi-logo img,
  .raiffeisen-ems-vechte-logo img,
  .theeuwes-logo img,
  .theeuwesgeit-logo img,
  .tvp-logo img,
  .vanbenthem-logo img,
  .vitelia-logo img,
  .voergroepzuid-logo img,
  .zosalland-logo img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .pbos-logo img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .pbos-logo img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .ar-logo img,
  .argeit-logo img,
  .asl-logo img,
  .dvw-logo img,
  .dvwgeit-logo img,
  .fransengerrits-logo img,
  .fuite-logo img,
  .fuitegeit-logo img,
  .koenis-logo img,
  .victoria-logo img {
    width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .ar-logo img,
  .argeit-logo img,
  .asl-logo img,
  .dvw-logo img,
  .dvwgeit-logo img,
  .fransengerrits-logo img,
  .fuite-logo img,
  .fuitegeit-logo img,
  .koenis-logo img,
  .victoria-logo img {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .arvesta-logo img,
  .deheus-logo img,
  .denham-logo img,
  .havensvoeders-logo img,
  .havensvoedersgeit-logo img {
    width: 35%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .arvesta-logo img,
  .deheus-logo img,
  .denham-logo img,
  .havensvoeders-logo img,
  .havensvoedersgeit-logo img {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .rudolfpeters-logo img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .rudolfpeters-logo img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .coops-logo img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .coops-logo img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .vonk-logo img {
    width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .vonk-logo img {
    width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.fertilities table > tbody:not(:first-of-type)::before {
  content: '';
  display: table-row;
  height: 2em;
}
.tablesorter-headerRow {
  background: white;
}
.ration_monitoring_report_templates.edit .graph-row {
  margin-top: 1em;
}
.sidebar-list-group .sidebar-list-item-icon {
  margin-left: 1em !important;
  margin-right: 3px;
}
.error-wrapper {
  background: #EEE;
  padding: 3em;
  border: 5px solid #ff7272;
  margin-top: 5em;
}
@charset "UTF-8";
td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;
  cursor: pointer;
}

tr.dt-hasChild td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: "Glyphicons Halflings";
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  opacity: 0.5;
  content: "";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  opacity: 0.5;
  content: "";
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

tr.even td {
  background-color: #ffffff;
}

tr.odd td {
  background-color: #f9f9f9;
}

tr.selected td {
  background-color: #0088cc;
}

thead th {
  background-color: white;
}

tfoot th {
  background-color: white;
}

th.dtfc-fixed-left,
th.dtfc-fixed-right,
td.dtfc-fixed-left,
td.dtfc-fixed-right {
  z-index: 1;
}

div.dtfc-right-top-blocker,
div.dtfc-left-top-blocker {
  margin-top: 6px;
  border-bottom: 0px solid #ddd !important;
}

table.dataTable.table-bordered.dtfc-has-left {
  border-left: none;
}

div.dataTables_scroll.dtfc-has-left table.table-bordered {
  border-left: none;
}

div.dataTables_scrollBody {
  border-left: 1px solid #ddd !important;
}

div.dataTables_scrollFootInner table.table-bordered tr th:first-child,
div.dataTables_scrollHeadInner table.table-bordered tr th:first-child {
  border-left: 1px solid #ddd !important;
}

tr.dt-rowReorder-moving td.dtfc-fixed-left,
tr.dt-rowReorder-moving td.dtfc-fixed-right {
  border-top: 2px solid #888 !important;
  border-bottom: 2px solid #888 !important;
}
tr.dt-rowReorder-moving td.dtfc-fixed-left:first-child {
  border-left: 2px solid #888 !important;
}
tr.dt-rowReorder-moving td.dtfc-fixed-right:last-child {
  border-right: 2px solid #888 !important;
}

table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

table.dataTable.fixedHeader-locked {
  position: absolute !important;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}

.dataTable > thead > tr > th[class*='sort']:after {
  content: '' !important;
}
table.mmm-table.dataTable thead > tr > th {
  padding: 0.5em;
}
.feed-efficiency-label {
  display: inline-block;
  border-radius: 1rem !important;
  padding: 1rem;
  margin-bottom: 1rem;
}
.feed-efficiency-label.feed-efficiency-label-excellent {
  background-color: darkgreen !important;
}
.feed-efficiency-label.feed-efficiency-label-great {
  background-color: lightgreen !important;
}
.feed-efficiency-label.feed-efficiency-label-good,
.feed-efficiency-label.feed-efficiency-label-average {
  background-color: skyblue !important;
}
.feed-efficiency-label.feed-efficiency-label-below-average {
  background-color: gold !important;
}
.feed-efficiency-label.feed-efficiency-label-insufficient {
  background-color: red !important;
}
.feed-efficiency-label.feed-efficiency-label-excellent .feed-efficiency-value,
.feed-efficiency-label.feed-efficiency-label-insufficient .feed-efficiency-value,
.feed-efficiency-label.feed-efficiency-label-excellent .feed-efficiency-rating,
.feed-efficiency-label.feed-efficiency-label-insufficient .feed-efficiency-rating {
  color: white !important;
}
.feed-efficiency-label .feed-efficiency-value {
  font-size: 2rem;
  margin-bottom: 0.4rem;
}
@font-face {
  font-family: 'icomoon';
  src: url(/assets/icomoon-206ae5fa06e8669e0ec09a0576959cda53292ad9e10c71fcedb2b3cff268ab64.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

#loading-icon.show {
  display: block;
  position: fixed;
  z-index: 100;
  background-image: url(/assets/ajax-loader-fd7f32a8862609f42dd58dd94f33acfa1ad5d0895687fe5420e3e5c1e94b1857.gif);
  background-color: white;
  opacity: 0.7;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.




































 */
