@charset "UTF-8";
.navbar-default {
  background: #0B9D9D;
}

.list-direction {
  background: #0B9D9D;
  color: white;
  font-weight: bold;
}
.list-direction.active {
  border-left: 10px solid #116666;
  background: #0B9D9D;
  min-height: 30px;
  color: white;
  font-weight: bold;
}

.list-head.active {
  border-left-color: #0B9D9D;
}

.user-header {
  background: #0B9D9D;
}

.navbar-default .navbar-nav > .open > a {
  background-color: #0B9D9D;
}
.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:active, .navbar-default .navbar-nav > .open > a:hover {
  background-color: #0B9D9D;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: #0B9D9D;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0B9D9D;
}

.navbar-default {
  background: transparent;
}

#main-content {
  background-color: #F7F9FD !important;
}

.content-wrapper {
  background: transparent !important;
}

.border-secondary {
  border-color: #FA3759 !important;
}

a:hover {
  text-decoration: underline;
}

.text-secondary {
  color: #FA3759 !important;
}

.text-primary {
  color: #0B9D9D !important;
}

.table-seperate {
  border-spacing: 16px;
  border-collapse: separate;
}

.text-esthetisch {
  color: rgba(58, 181, 73, 0.8);
}

.text-economisch {
  color: rgba(238, 31, 36, 0.8);
}

.text-individualistisch {
  color: rgba(204, 27, 115, 0.8);
}

.text-sociaal {
  color: rgba(21, 154, 155, 0.8);
}

.text-theoretisch {
  color: rgba(242, 106, 35, 0.8);
}

.text-traditionalistisch {
  color: rgba(35, 68, 155, 0.8);
}

.border-esthetisch {
  border-color: rgba(58, 181, 73, 0.8);
}

.border-economisch {
  border-color: rgba(238, 31, 36, 0.8);
}

.border-individualistisch {
  border-color: rgba(204, 27, 115, 0.8);
}

.border-sociaal {
  border-color: rgba(21, 154, 155, 0.8);
}

.border-theoretisch {
  border-color: rgba(242, 106, 35, 0.8);
}

.border-traditionalistisch {
  border-color: rgba(35, 68, 155, 0.8);
}

.text-rood {
  color: #E5282B;
}

.border-rood {
  border-color: #E5282B;
}

.text-geel {
  color: #FDCE07;
}

.border-geel {
  border-color: #FDCE07;
}

.text-groen {
  color: #49A246;
}

.border-groen {
  border-color: #49A246;
}

.text-blauw {
  color: #3B5E82;
}

.border-blauw {
  border-color: #3B5E82;
}

.list {
  list-style: none !important;
}

.list li::before {
  content: "•";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.pagination {
  margin: auto !important;
}

.clickable-checkbox:after {
  content: attr(value);
  margin-left: 32px;
  white-space: nowrap;
  display: inline-block;
}
