﻿@charset "UTF-8";
* {
  -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: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #f1f1f1;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #006699;
  text-decoration: none;
}
a:hover, a:focus {
  color: #555;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #f1f1f1;
  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;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.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;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@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;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f1f1f1;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: rgb(119.085, 119.085, 119.085);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgb(119.085, 119.085, 119.085);
}
.form-control::-webkit-input-placeholder {
  color: rgb(119.085, 119.085, 119.085);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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 {
  position: relative;
  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=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .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-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  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: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.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, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  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: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.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, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  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: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@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 .form-control-static {
    display: inline-block;
  }
  .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;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #555555;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #555555;
  background-color: #e8e8e8;
  border-color: rgb(219.25, 219.25, 219.25);
}
.btn-default:focus, .btn-default.focus {
  color: #555555;
  background-color: rgb(206.5, 206.5, 206.5);
  border-color: rgb(155.5, 155.5, 155.5);
}
.btn-default:hover {
  color: #555555;
  background-color: rgb(206.5, 206.5, 206.5);
  border-color: rgb(188.65, 188.65, 188.65);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #555555;
  background-color: rgb(206.5, 206.5, 206.5);
  border-color: rgb(188.65, 188.65, 188.65);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #555555;
  background-color: rgb(188.65, 188.65, 188.65);
  border-color: rgb(155.5, 155.5, 155.5);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #e8e8e8;
  border-color: rgb(219.25, 219.25, 219.25);
}
.btn-default .badge {
  color: #e8e8e8;
  background-color: #555555;
}

.btn-primary {
  color: #fff;
  background-color: #1E7EAE;
  border-color: rgb(18.75, 78.75, 108.75);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(22.5, 94.5, 130.5);
  border-color: black;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(22.5, 94.5, 130.5);
  border-color: rgb(9.75, 40.95, 56.55);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(22.5, 94.5, 130.5);
  border-color: rgb(9.75, 40.95, 56.55);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(17.25, 72.45, 100.05);
  border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #1E7EAE;
  border-color: rgb(18.75, 78.75, 108.75);
}
.btn-primary .badge {
  color: #1E7EAE;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #16b85f;
  border-color: rgb(19.2766990291, 161.2233009709, 83.2402912621);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(16.5533980583, 138.4466019417, 71.4805825243);
  border-color: rgb(5.6601941748, 47.3398058252, 24.4417475728);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(16.5533980583, 138.4466019417, 71.4805825243);
  border-color: rgb(12.740776699, 106.559223301, 55.0169902913);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(16.5533980583, 138.4466019417, 71.4805825243);
  border-color: rgb(12.740776699, 106.559223301, 55.0169902913);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(12.740776699, 106.559223301, 55.0169902913);
  border-color: rgb(5.6601941748, 47.3398058252, 24.4417475728);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #16b85f;
  border-color: rgb(19.2766990291, 161.2233009709, 83.2402912621);
}
.btn-success .badge {
  color: #16b85f;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #127cb8;
  border-color: rgb(15.7277227723, 108.3465346535, 160.7722772277);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(13.4554455446, 92.6930693069, 137.5445544554);
  border-color: rgb(4.3663366337, 30.0792079208, 44.6336633663);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(13.4554455446, 92.6930693069, 137.5445544554);
  border-color: rgb(10.2742574257, 70.7782178218, 105.0257425743);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(13.4554455446, 92.6930693069, 137.5445544554);
  border-color: rgb(10.2742574257, 70.7782178218, 105.0257425743);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(10.2742574257, 70.7782178218, 105.0257425743);
  border-color: rgb(4.3663366337, 30.0792079208, 44.6336633663);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #127cb8;
  border-color: rgb(15.7277227723, 108.3465346535, 160.7722772277);
}
.btn-info .badge {
  color: #127cb8;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #fff4cc;
  border-color: rgb(255, 238.5, 178.5);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ffe999;
  border-color: #ffd333;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ffe999;
  border-color: rgb(255, 225.3, 117.3);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffe999;
  border-color: rgb(255, 225.3, 117.3);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(255, 225.3, 117.3);
  border-color: #ffd333;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #fff4cc;
  border-color: rgb(255, 238.5, 178.5);
}
.btn-warning .badge {
  color: #fff4cc;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #cc3333;
  border-color: rgb(183.6, 45.9, 45.9);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(163.2, 40.8, 40.8);
  border-color: rgb(81.6, 20.4, 20.4);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(163.2, 40.8, 40.8);
  border-color: rgb(134.64, 33.66, 33.66);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(163.2, 40.8, 40.8);
  border-color: rgb(134.64, 33.66, 33.66);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(134.64, 33.66, 33.66);
  border-color: rgb(81.6, 20.4, 20.4);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #cc3333;
  border-color: rgb(183.6, 45.9, 45.9);
}
.btn-danger .badge {
  color: #cc3333;
  background-color: #fff;
}

.btn-link {
  color: #006699;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .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: #555;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.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.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(38.25, 38.25, 38.25);
  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: #1E7EAE;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.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.428571429;
  color: rgb(119.085, 119.085, 119.085);
  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 dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.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:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-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, .btn-group.btn-group-lg > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.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-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: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  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 {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #006699;
}
.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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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: #1E7EAE;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-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, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f1f1f1;
  }
}

.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;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .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:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .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-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .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;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .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: 992px) {
  .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: 991px) {
  .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: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.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 .form-control-static {
    display: inline-block;
  }
  .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: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .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-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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  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: rgb(231.425, 231.425, 231.425);
}
.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: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgb(231.425, 231.425, 231.425);
  color: #555;
}
@media (max-width: 991px) {
  .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: rgb(231.425, 231.425, 231.425);
  }
  .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, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(119.085, 119.085, 119.085);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(119.085, 119.085, 119.085);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(119.085, 119.085, 119.085);
}
.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: rgb(8.5, 8.5, 8.5);
}
.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: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(119.085, 119.085, 119.085);
  }
  .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: rgb(8.5, 8.5, 8.5);
  }
  .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: rgb(119.085, 119.085, 119.085);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(119.085, 119.085, 119.085);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  border: 1px solid #c8c8c8;
  position: relative;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
.breadcrumb .breadcrumb-nodes {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-nodes {
    margin-right: 0;
  }
}
.breadcrumb .breadcrumb-nodes .breadcrumb-node {
  color: #666666;
}
.breadcrumb .breadcrumb-nodes .breadcrumb-node + .breadcrumb-node:before {
  content: "";
  padding: 0 10px;
  color: #666666;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAZElEQVQImUXNMQrCQABE0Rd3T7GlV9hbhdQWgo2VhE0IKcT7WHkNGwuPIASbXfKbDwMz0+WcCz6YVCLeWBAwQkgpvfDFjB+esTbu2KrDwc5W3bWwxwMXXCMGrDjj1t6POKG0nT9vPRFQvhA46wAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: 7px 6px;
}
.breadcrumb .breadcrumb-nodes .breadcrumb-node a,
.breadcrumb .breadcrumb-nodes .breadcrumb-node a:visited {
  color: #006699;
}
.breadcrumb .col-xs-2 {
  padding: 4px;
}
.breadcrumb .print {
  text-align: center;
  border-left: 1px solid #c8c8c8;
  vertical-align: middle;
  color: #006699;
  text-decoration: underline;
  border-left: 1px solid #e3e3e3;
  font-weight: bold;
}

.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;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: #1E7EAE;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(22.5, 94.5, 130.5);
}

.label-success {
  background-color: #16b85f;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(16.5533980583, 138.4466019417, 71.4805825243);
}

.label-info {
  background-color: #127cb8;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(13.4554455446, 92.6930693069, 137.5445544554);
}

.label-warning {
  background-color: #fff4cc;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ffe999;
}

.label-danger {
  background-color: #cc3333;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(163.2, 40.8, 40.8);
}

.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: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  color: #3c763d;
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #31708f;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  color: #a94442;
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.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-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.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,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > 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,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .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,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.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 caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.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,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 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,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.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,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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 > h2.panel-heading {
  font-size: 14px;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #1E7EAE;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1E7EAE;
  border-color: #1E7EAE;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1E7EAE;
}
.panel-primary > .panel-heading .badge {
  color: #1E7EAE;
  background-color: #fff;
}
.panel-primary > h2.panel-heading {
  font-size: 14px;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1E7EAE;
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > h2.panel-heading {
  font-size: 14px;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > h2.panel-heading {
  font-size: 14px;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > h2.panel-heading {
  font-size: 14px;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > h2.panel-heading {
  font-size: 14px;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

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: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -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: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(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.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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;
  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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -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;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  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);
}
.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;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  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;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: #1E7EAE;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(22.5, 94.5, 130.5);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.no-gutter-row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media only screen {
  .no-gutter-col {
    padding-right: 0;
    padding-left: 0;
  }
  .no-gutter-left-col {
    padding-left: 0;
  }
  .no-gutter-right-col {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .no-gutter-col-lg {
    padding-right: 0;
    padding-left: 0;
  }
  .no-gutter-left-col-lg {
    padding-left: 0;
  }
  .no-gutter-right-col-lg {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .no-gutter-col-md {
    padding-right: 0;
    padding-left: 0;
  }
  .no-gutter-left-col-md {
    padding-left: 0;
  }
  .no-gutter-right-col-md {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .no-gutter-col-sm {
    padding-right: 0;
    padding-left: 0;
  }
  .no-gutter-left-col-sm {
    padding-left: 0;
  }
  .no-gutter-right-col-sm {
    padding-right: 0;
  }
}
@media only screen and (min-width: 480px) {
  .no-gutter-col-xs {
    padding-right: 0;
    padding-left: 0;
  }
  .no-gutter-left-col-xs {
    padding-left: 0;
  }
  .no-gutter-right-col-xs {
    padding-right: 0;
  }
}
.col-centered-xs {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
  vertical-align: text-top;
}

@media (min-width: 768px) {
  .col-centered-sm {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    vertical-align: text-top;
  }
}
@media (min-width: 992px) {
  .col-centered-md {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    vertical-align: text-top;
  }
}
@media (min-width: 1200px) {
  .col-centered-lg {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    vertical-align: text-top;
  }
}
.text-xs-center {
  text-align: center !important;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

@media (min-width: 768px) {
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .text-md-center {
    text-align: center !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
}
.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;
}

.modal ul {
  display: block;
  list-style: disc;
  padding-left: 40px;
}

.navbar-pro {
  background-color: #333;
  margin-bottom: 0;
  min-height: 40px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
@media (max-width: 991px) {
  .navbar-pro {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .navbar-pro .navbar-brand {
    padding: 8px 15px;
    height: auto;
  }
}
.navbar-pro .navbar-notifications {
  display: block;
  height: 50px;
}
.navbar-pro .navbar-notifications a {
  display: block;
  position: relative;
  top: 50%;
  margin-top: -20px;
  background-image: url(Images/probar-notification-bell.png);
  background-position: 6px 10px;
  background-repeat: no-repeat;
  text-decoration: none;
  width: 32px;
  height: 40px;
}
.navbar-pro .navbar-notifications a .notification-bell-badge {
  position: absolute;
  display: block;
  background: #ffb400;
  height: 12px;
  top: 6px;
  left: 15px;
  width: 12px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .navbar-pro .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .navbar-pro .navbar-nav.navbar-left > li > a {
    background-image: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.navbar-pro .navbar-nav > li {
  padding-bottom: 0;
}
.navbar-pro .navbar-nav > li > a {
  color: #fff;
  padding: 10px 15px;
  text-decoration: underline;
}
.navbar-pro .navbar-nav > li > a:hover, .navbar-pro .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar-pro .navbar-nav > li > a {
    text-decoration: none;
  }
  .navbar-pro .navbar-nav > li > a:hover, .navbar-pro .navbar-nav > li > a:focus {
    text-decoration: underline;
  }
}
.navbar-pro .navbar-nav > li.tab-logo > a {
  padding: 8px 10px 8px 0;
}
@media screen and (min-width: 768px) {
  .navbar-pro .navbar-nav > li.tab-favorites {
    margin-top: 2px;
    margin-right: 2px;
  }
}
.navbar-pro .navbar-nav > li.tab-favorites > a {
  background-color: rgba(0, 0, 0, 0.13);
  background-image: url(Images/probar-favorite-white.png);
  background-position: 16px center;
  background-repeat: no-repeat;
  padding-top: 8px;
  padding-left: 40px;
}
.navbar-pro .navbar-nav > li.tab-favorites > a:hover, .navbar-pro .navbar-nav > li.tab-favorites > a:focus {
  background-color: rgba(0, 0, 0, 0.23);
}
.navbar-pro .navbar-nav > li.tab-favorites.active {
  margin-top: 0;
}
.navbar-pro .navbar-nav > li.tab-favorites.active > a {
  background-color: transparent;
  background-image: url(Images/probar-favorite-grey.png);
  color: #333;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .navbar-pro .navbar-nav > li.tab-sessions {
    margin-top: 2px;
    margin-right: 2px;
  }
}
.navbar-pro .navbar-nav > li.tab-sessions > a {
  background-color: rgba(0, 0, 0, 0.13);
  background-image: url(Images/probar-session-white.png);
  background-position: 16px center;
  background-repeat: no-repeat;
  background-size: 13px 12px;
  padding-top: 8px;
  padding-left: 40px;
}
.navbar-pro .navbar-nav > li.tab-sessions > a:hover, .navbar-pro .navbar-nav > li.tab-sessions > a:focus {
  background-color: rgba(0, 0, 0, 0.23);
}
.navbar-pro .navbar-nav > li.tab-sessions.active {
  margin-top: 0;
}
.navbar-pro .navbar-nav > li.tab-sessions.active > a {
  background-color: transparent;
  background-image: url(Images/probar-session-grey.png);
  color: #333;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .navbar-pro .navbar-nav > li.tab-offerings {
    margin-top: 2px;
    margin-right: 2px;
    display: none;
  }
}
.navbar-pro .navbar-nav > li.tab-offerings > a {
  background-color: rgba(0, 0, 0, 0.13);
  background-image: url(Images/probar-diensten-white.png);
  background-position: 16px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  padding-top: 8px;
  padding-left: 40px;
}
.navbar-pro .navbar-nav > li.tab-offerings > a:hover, .navbar-pro .navbar-nav > li.tab-offerings > a:focus {
  background-color: rgba(0, 0, 0, 0.23);
}
.navbar-pro .navbar-nav > li.tab-offerings.active {
  margin-top: 0;
}
.navbar-pro .navbar-nav > li.tab-offerings.active > a {
  background-color: transparent;
  background-image: url(Images/probar-diensten-grey.png);
  color: #333;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .navbar-pro .navbar-nav > li.tab-dashboard {
    margin-top: 2px;
    margin-right: 2px;
  }
}
.navbar-pro .navbar-nav > li.tab-dashboard > a {
  background-color: rgba(0, 0, 0, 0.13);
  background-image: url(Images/probar-dashboard-white.png);
  background-position: 16px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  padding-top: 8px;
  padding-left: 40px;
}
.navbar-pro .navbar-nav > li.tab-dashboard > a:hover, .navbar-pro .navbar-nav > li.tab-dashboard > a:focus {
  background-color: rgba(0, 0, 0, 0.23);
}
.navbar-pro .navbar-nav > li.tab-dashboard.active {
  margin-top: 0;
}
.navbar-pro .navbar-nav > li.tab-dashboard.active > a {
  background-color: transparent;
  background-image: url(Images/probar-dashboard-grey.png);
  color: #333;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .navbar-pro .navbar-nav > li.tab-mynetwork {
    margin-top: 2px;
    margin-right: 2px;
  }
}
.navbar-pro .navbar-nav > li.tab-mynetwork > a {
  background-color: rgba(0, 0, 0, 0.13);
  background-image: url(Images/probar-mynetwork-white.png);
  background-position: 16px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  padding-top: 8px;
  padding-left: 40px;
}
.navbar-pro .navbar-nav > li.tab-mynetwork > a:hover, .navbar-pro .navbar-nav > li.tab-mynetwork > a:focus {
  background-color: rgba(0, 0, 0, 0.23);
}
.navbar-pro .navbar-nav > li.tab-mynetwork.active {
  margin-top: 0;
}
.navbar-pro .navbar-nav > li.tab-mynetwork.active > a {
  background-color: transparent;
  background-image: url(Images/probar-mynetwork-grey.png);
  color: #333;
  padding-top: 10px;
}
.navbar-pro .navbar-nav > li.tab-notifications {
  height: 40px;
}
.navbar-pro .navbar-nav > li.tab-notifications a {
  display: block;
  position: relative;
  top: 50%;
  margin-top: -20px;
  background-image: url(Images/probar-notification-bell.png);
  background-position: 6px 10px;
  background-repeat: no-repeat;
  text-decoration: none;
  width: 32px;
  height: 40px;
}
.navbar-pro .navbar-nav > li.tab-notifications a .notification-bell-badge {
  position: absolute;
  display: block;
  background: #ffb400;
  height: 12px;
  top: 6px;
  left: 15px;
  width: 12px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.navbar-pro .navbar-nav > li.tab-userinfo > a {
  background-image: url(Images/navbar-user-icon.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 35px;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-pro .navbar-nav > li.tab-userinfo > a {
    padding-left: 30px;
  }
}
.navbar-pro .navbar-nav > li.tab-userinfo .account-name {
  max-width: 156px;
  padding-right: 2px;
  display: inline-block;
  float: left;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .navbar-pro .navbar-nav > li.tab-userinfo .account-name {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .navbar-pro .navbar-nav > li.tab-dashboard > a {
    padding-left: 40px;
  }
}
.navbar-pro .navbar-nav > li.active {
  background-color: #f3f3f3;
}
.navbar-pro .navbar-nav > .active > a, .navbar-pro .navbar-nav > .active > a:hover, .navbar-pro .navbar-nav > .active > a:focus {
  color: #fff;
  text-decoration: none;
}
.navbar-pro .navbar-nav .dropdown-menu {
  background-color: #333;
  color: #fff;
  font-size: 16px;
  padding: 0;
  border: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -2px;
}
.navbar-pro .navbar-nav .dropdown-menu > li > a {
  color: #fff;
  border-bottom: 1px solid #999;
  line-height: 34px;
  text-decoration: underline;
}
.navbar-pro .navbar-nav .dropdown-menu > li > a:hover, .navbar-pro .navbar-nav .dropdown-menu > li > a:focus {
  background-color: #333;
  text-decoration: underline;
}
.navbar-pro .navbar-nav .dropdown-menu > li:last-of-type > a {
  border-bottom: none;
}
.navbar-pro .navbar-toggle {
  border-color: #fff;
}
.navbar-pro .navbar-toggle:hover {
  background-color: #f3f3f3;
}
.navbar-pro .navbar-toggle:hover .icon-bar {
  background-color: #333;
}
.navbar-pro .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-pro .navbar-nav > .open > a, .navbar-pro .navbar-nav > .open > a:hover, .navbar-pro .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}

/* custom input/button sizes */
.input-md {
  height: 36px;
  padding: 6px 13px;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.size-medium {
  padding: 7px 13px;
  line-height: 22px;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Extra Small Devices */
@media (max-width: 767px) {
  .xs-btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
/* Small Devices */
@media (min-width: 768px) and (max-width: 991px) {
  .sm-btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.panel-grey {
  border-color: #ccc;
  background-color: #e1e1e1;
}

.panel-notification {
  border-color: #d9d9d9;
  background-color: #f1f1f1;
}
.panel-notification > .panel-heading {
  color: #333;
  background-color: #f1f1f1;
  border-color: #d9d9d9;
}
.panel-notification > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d9d9d9;
}
.panel-notification > .panel-heading .badge {
  color: #f1f1f1;
  background-color: #333;
}
.panel-notification > h2.panel-heading {
  font-size: 14px;
}
.panel-notification > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d9d9d9;
}
.panel-notification h1 {
  font-size: 18px !important;
  font-weight: bold;
}
.panel-notification .panel-body {
  padding: 19px 27px;
}

.modal-danger {
  color: #fff;
  background-color: #d9534f;
}

.close {
  text-decoration: none;
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.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;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
.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 #333333 !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-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .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-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: none !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;
  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: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  -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);
  pointer-events: none;
  opacity: 0.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, 0.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 white;
  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, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  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:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  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;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* ZOESOKA-2140 */
.toast-message-truncated {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toast-message a,
.toast-message a:visited,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  /*right: 0;
  width: 100%;*/
}

.toast-bottom-center {
  bottom: 0;
  margin-bottom: 30px;
  /*right: 0;
  width: 100%;*/
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  /*-moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;*/
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  /*-moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;*/
  color: #ffffff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  filter: alpha(opacity=95);
}

#toast-container > :hover {
  /*-moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;*/
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXRJREFUeNrEl7FOAkEQhu+uwpBI4yUKJpZUJtBQ+wA26iMYOx7EVh7A8ABwF30CngAKKc5EGwtjog3UXtZ/zJBcVoGdAfYm+e4ugX/+3b3LzmxojAkcog4uwBk4BYegBmbgAzyBEUjB+9psZLqCFhiCb+MW9L+EdUvzLvuhAu4EZnbkrK+4mh6BsdlOjDnfStNj8Gq2Gy+c91/TPTAxu4kJ5/9j2jO7jZ5t2hJ+NH3QAfcCDeVvF00T4ahj1sVCXbIwbfAnLokbNr0W6mi2dRJ2le9optR1Q1wG2JiuAn8xpJlmitE+gnPwoNBmNFPatPeFo43BFzgAn0LtnEyNYonCYs0Qi5Uz3cT0d6YZHpoeTZ8jXKaB35hGXPF9xoiWt4GHNxB5WN4cnGj33mJ1Uu29mipTZV11kyojrae3tHHzXV1PS+scSumRSusG7b43V5rl/A6d+167w0+FHX66rsMPBWeZS+ssQ0Vibp1lEpezzI8AAwDpeDeIXs71SwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATpJREFUeNrsl8GKwjAQhqcKCt70MfaB3MM+wVrxOTzuIto97E0WWnwD62v4GMazB83+gSxkS5pJWhov/eEvJAz9mOlM2pKUcgR/whfZrYTmjAiXDxlX60RlSEQziiehoJIia0BPUA81pZ75Cv7yiD3AJ/6Obj3gVPUarJpu54gt4CE8gUvXTTnoUscQA8418C/OCebK+wInlVKncGbsFfAbfDf2bmoem5ZX6swSS8ZbS4ak13mb8nLgYGAIVCmzgIOBoVAX2Bvo00hVzWpm++FsnAaNVJ3DuvJycxxc3qKmaZImYGoBzB1dvWsDLTzGIhjMNdIUHhvrIfwDvxp77/DWcnKd2zTSUZ+l3FiYGS/0y8Iq38+VEr7CcyYu0xluKpn/U/+N1DlURGYKBd1Hhn6T8S8jYv3L/AowAMS8DmpF0pYMAAAAAElFTkSuQmCC") !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQkFGODhEOTZGNjExMUU1OUI1QTg3NkQ2NTU3RjZDNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQkFGODhEQTZGNjExMUU1OUI1QTg3NkQ2NTU3RjZDNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJCQUY4OEQ3NkY2MTExRTU5QjVBODc2RDY1NTdGNkM0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJCQUY4OEQ4NkY2MTExRTU5QjVBODc2RDY1NTdGNkM0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nMLQ1QAAAiZJREFUeNpi+P//PxsQTwTit/9pC95B7WFjABIT/tMXdDCCfMjAwCDEQD/wDmTpfwY6AyaGAQDDx9KJ97YwrHx6BKc8C7UtnPNwN8PcR3sYGIGQi5mdwVfClLY+Xfb0EMOk+1vB7P9AWHtzOcOe1xdpZ+nGF6cYOm+vRxH79/8fw6aXp2lj6a7XFxjqb64A+w4ZGAsoM3RpxlHf0kNvrzFUXl8M9hUy0OGTY5isk8rAwcxGmqUvf35guPP1OU75Ux9uM5RcW8Dw+99fFHFVbkmGabrpDDwsHKRlmfe/vzCkXJzKkHZxOsOj728w5C9/esiQf3kOw4+/v1DE5ThFGGbqZzIIsHKTlk8///nOkHJhKsPDb68Z3vz6BGRPAfsaBm4DfZ95aSbD178/UfSJswswzDHIYRBh48MbJVjL3rSL0xhOvL+F4YOFhvlAi34wxJ6bCA4JZCDMxguWB6kjBLBaeur9bYacK7Mxgk4FGFegUED2NQjws3IxzDPIBcclMQBnLQNKlYVX52IkEnQASiwz9TIZdPnkKS977YS1GNo0YhiYGHEncFB2mKSTQpKFBLOMu5ghQ4N6OLgcRQesTMwMfdqJDCYCKtSvZQIkzBnKVAJRNQF93wksaWyENGlXtUXL2DHkKnpDEgEQNqlHMLiI6pNdihFdtaXKuzJ8AWYXSXZBBj8JM4qKztE2Es0tfUdnO9+BLF1MZ0vnMCD1Zd7Rqy8DEGAAwKAP6N5zvRgAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAaCAYAAABLlle3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAX5JREFUeNpi+P//PwOJmA2IVwHxVyjNRqoZDGRY2vAfFTSQagYj2GbigSwQ3wBiLiSxb0CsDsRPiDWEiYE00IZmIQOU306SKSQEizkQ//uPHYDEzagdp6BoOPYfPzgGVUc1SyP/EwciqWUpFxA/RDL4FxD7AjE7EBeiWQpSx0kNS2vRDN6NJv8aTb6WUkulgfgzmqFb0NQ8RJMHqZfCZy6hLNMKxDwkZiseaNYiK5+aAHEsA3kgFqqfJEsZgbifjMID2dw+qDlEWxoKxDYMlAFbIA4h1lIOIO5koA7ohJpH0NIiIFbAY5Aqkj5BIBbDo1YRiAsJlb0SQPyJiJJnKxDnA/EpItR+hJqLM5/O/U8bMAeXpUZA/JdIQ+5DDbpPpHqQuYbYLD1ApAGg4BKB6hGB8okB+9EtDSYhqK6hRck1EvQGwSwF1RZ3SYyjVCDmgNKkgDsg+0CWlv2nLygF1fTPgDlHkoF+4AUTBeUruYARZGEaED+mk4Uge9IAAgwA5xMFhQ+K0BMAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: auto;
  margin: auto;
  max-width: 900px;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

.toast {
  background-color: #030303;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=9);
}

.toast-success {
  background-color: #16b85f;
  color: #fff !important;
}

.toast-error {
  background-color: #ca3538;
}

.toast-info {
  background-color: #127cb8;
}

.toast-warning {
  background-color: #f6982c;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
/*@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}*/
@font-face {
  font-family: "socialekaart";
  src: url("IconFont/socialekaart.ttf?7n1eu4") format("truetype"), url("IconFont/socialekaart.woff?7n1eu4") format("woff"), url("IconFont/socialekaart.svg?7n1eu4#socialekaart") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icomoon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "socialekaart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-C21-0:before {
  content: "\e909";
}

.icon-C22-0:before {
  content: "\e90a";
}

.icon-C23-0:before {
  content: "\e90b";
}

.icon-C24-0:before {
  content: "\e90c";
}

.icon-C25-0:before {
  content: "\e90d";
}

.icon-C26-0:before {
  content: "\e90e";
}

.icon-C27-0:before {
  content: "\e90f";
}

.icon-C28-0:before {
  content: "\e910";
}

.icon-C29-0:before {
  content: "\e911";
}

.icon-C30-0:before {
  content: "\e912";
}

.icon-C31-0:before {
  content: "\e913";
}

.icon-C32-0:before {
  content: "\e905";
}

.icon-C33-0:before {
  content: "\e904";
}

.icon-C34-0:before {
  content: "\e907";
}

.icon-C35-0:before {
  content: "\e906";
}

.icon-C36-0:before {
  content: "\e900";
}

.icon-C37-0:before {
  content: "\e903";
}

.icon-C38-0:before {
  content: "\e901";
}

.icon-C38-1:before {
  content: "\e91f";
}

.icon-C39-0:before {
  content: "\e908";
}

.icon-C40-0:before {
  content: "\e902";
}

.icon-C00-0:before {
  content: "\e914";
}

.icon-C21-1:before {
  content: "\e91a";
}

.icon-C24-1:before {
  content: "\e919";
}

.icon-C25-1:before {
  content: "\e917";
}

.icon-C31-1:before {
  content: "\e915";
}

.icon-C41-0:before {
  content: "\e91b";
}

.icon-C42-0:before {
  content: "\e918";
}

.icon-C43-0:before {
  content: "\e922";
}

.icon-C44-0:before {
  content: "\e916";
}

.icon-C45-0:before {
  content: "\e91d";
}

.icon-C46-0:before {
  content: "\e920";
}

.icon-C47-0:before {
  content: "\e921";
}

.icon-C48-0:before {
  content: "\e91e";
}

.icon-C49-0:before {
  content: "\e923";
}

.icon-C50-0:before {
  content: "\e919";
}

.icon-QualityMark:before {
  content: "\e91c";
}

.icon-C51-0:before {
  content: "\e924";
}

.icon-C52-0:before {
  content: "\e926";
}

.icon-C53-0:before {
  content: "\e920";
}

.icon-C54-0:before {
  content: "\e927";
}

.icon-C55-0:before {
  content: "\e928";
}

.icon-C56-0:before {
  content: "\e929";
}

.icon-C57-0:before {
  content: "\e912";
}

.icon-C58-0:before {
  content: "\e921";
}

.icon-C59-0:before {
  content: "\e92a";
}

textarea {
  resize: none;
}
textarea.tall {
  height: 270px;
  width: 100%;
}

html {
  min-width: 320px;
  min-height: 100%;
  position: relative;
}

html, body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  background-color: #ffffff;
}

body {
  margin-bottom: 50px;
}

footer {
  min-height: 50px;
  padding-top: 15px;
  bottom: 0;
  position: absolute;
  width: 100%;
}
footer .item-right-spacing {
  margin-right: 20px;
  color: #ffffff;
}
footer a, footer a:visited, footer a:hover, footer a:focus {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  footer div[class^=col] {
    text-align: center !important;
  }
}
input, select, textarea, button {
  font-family: inherit;
}

input[type=number] {
  -moz-appearance: textfield; /* Remove controls from Firefox */
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; /* Remove controls Safari and Chrome */
  margin: 0;
}

a {
  text-decoration: underline;
  border: thin solid transparent;
}
a:hover {
  text-decoration: underline;
  border: thin solid #ffffff;
  border-radius: 1px;
}
a:focus {
  outline: none;
  border: thin solid #ffffff;
  border-radius: 1px;
  box-shadow: 0 0 0 1px #1E7EAE;
}

/*************** start button styles *****************/
.btn {
  border: thin solid transparent;
  font-size: 15px;
  text-decoration: none;
}
.btn:focus:not(.disabled) {
  outline: none;
  border: thin solid #007cbf;
  -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), 0 0 8px rgba(90, 140, 255, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.btn.large {
  height: 50px;
  font-weight: bold;
  letter-spacing: 1.1px;
  font-size: 18px;
  padding: 0 15px;
}
.btn.xsmall {
  border-radius: 3px;
  padding: 0 8px;
  font-weight: bold;
  font-size: 14px;
  height: 26px;
  line-height: 20px;
}

.btn-default {
  color: #555555;
  background-color: #e8e8e8;
  border: thin solid rgb(219.25, 219.25, 219.25);
}
.btn-default:focus:not(.disabled), .btn-default:hover:not(.disabled) {
  color: rgb(59.5, 59.5, 59.5);
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.btn-primary {
  color: #fff;
  background-color: #1E7EAE;
  border: thin solid rgb(18.75, 78.75, 108.75);
}
.btn-primary:hover:not(.disabled), .btn-primary:focus:not(.disabled) {
  background-color: rgb(22.5, 94.5, 130.5);
  border-color: #0099ff;
}

.btn-secondary {
  color: #fff;
  background-color: #333;
  border: thin solid rgb(38.25, 38.25, 38.25);
}
.btn-secondary:hover:not(.disabled), .btn-secondary:focus:not(.disabled) {
  color: navajowhite !important;
}

.btn-quaternary {
  color: #ffffff;
  background-color: #006699;
  border-color: #006699;
}
.btn-quaternary:focus, .btn-quaternary.focus {
  color: #ffffff;
  background-color: #004466;
  border-color: rgb(0, 17, 25.5);
}
.btn-quaternary:hover {
  color: #ffffff;
  background-color: #004466;
  border-color: rgb(0, 61.2, 91.8);
}
.btn-quaternary:active, .btn-quaternary.active, .open > .btn-quaternary.dropdown-toggle {
  color: #ffffff;
  background-color: #004466;
  border-color: rgb(0, 61.2, 91.8);
}
.btn-quaternary:active:hover, .btn-quaternary:active:focus, .btn-quaternary:active.focus, .btn-quaternary.active:hover, .btn-quaternary.active:focus, .btn-quaternary.active.focus, .open > .btn-quaternary.dropdown-toggle:hover, .open > .btn-quaternary.dropdown-toggle:focus, .open > .btn-quaternary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: rgb(0, 44.2, 66.3);
  border-color: rgb(0, 17, 25.5);
}
.btn-quaternary:active, .btn-quaternary.active, .open > .btn-quaternary.dropdown-toggle {
  background-image: none;
}
.btn-quaternary.disabled, .btn-quaternary.disabled:hover, .btn-quaternary.disabled:focus, .btn-quaternary.disabled.focus, .btn-quaternary.disabled:active, .btn-quaternary.disabled.active, .btn-quaternary[disabled], .btn-quaternary[disabled]:hover, .btn-quaternary[disabled]:focus, .btn-quaternary[disabled].focus, .btn-quaternary[disabled]:active, .btn-quaternary[disabled].active, fieldset[disabled] .btn-quaternary, fieldset[disabled] .btn-quaternary:hover, fieldset[disabled] .btn-quaternary:focus, fieldset[disabled] .btn-quaternary.focus, fieldset[disabled] .btn-quaternary:active, fieldset[disabled] .btn-quaternary.active {
  background-color: #006699;
  border-color: #006699;
}
.btn-quaternary .badge {
  color: #006699;
  background-color: #ffffff;
}
.btn-quaternary:visited {
  color: #ffffff !important;
}

.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.btn-delete {
  border: none;
  padding: 0;
  border-radius: 4px;
  height: 34px;
  width: 34px;
  font-size: 20px;
  color: #fff;
  background-color: #cc3333;
  border: thin solid #cc3333;
}
.btn-delete span {
  height: 34px;
}
.btn-delete:hover:not(.disabled), .btn-delete:active:not(.disabled), .btn-delete:focus:not(.disabled) {
  outline: none;
  border: thin solid #ffffff;
  box-shadow: 0 0 0 1px #1E7EAE;
  border-radius: 4px;
}

.bootstrap-select .btn {
  color: #555555 !important;
  border-color: #e3e3e3;
}
.bootstrap-select:active {
  box-shadow: none;
}
.bootstrap-select:focus {
  outline: none !important;
}
.bootstrap-select .filter-option {
  font-size: 16px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFN0QzQjRDMDMwNzExMUU1OTUzQUVFRDUxQ0M5NEUyRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFN0QzQjRDMTMwNzExMUU1OTUzQUVFRDUxQ0M5NEUyRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3RDNCNEJFMzA3MTExRTU5NTNBRUVENTFDQzk0RTJFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU3RDNCNEJGMzA3MTExRTU5NTNBRUVENTFDQzk0RTJFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qP486QAAAQBJREFUeNpi/P//PwMlgImBQjDIDMjLy5tw8eJFEVyKz58/Lw5SgyIICkQQBkno6ends7S0vHTlyhV+mDgMX758md/a2vq8rq7uw/z8/F6YONwFfn5+c1lYWH5/+/ZNNysra/ft27c5YHIgdnZ29u7Pnz8bgNQA1c7DcAEI79ixw0hfX/8e0CX/7e3tT927d48ZhEFskJiBgcGd7du3GyHrYUB36oYNG2xBXgFpcHZ2/u/q6vofxAYZvH79elt09RgGgPCqVatcQBqAGK55xYoV7tjUYjUAhBctWuQHdck9EBuXOhZcURYbG7vpx48fXP/+/WMGsXGpYxzNCwwAAQYAM8XxVQlm2GsAAAAASUVORK5CYII=");
  position: static;
  display: inline-block;
  border: none;
  width: 15px;
  height: 15px;
}

/*************** end button styles *******************/
/*************** colors ***********************/
.white-color {
  color: #ffffff;
}

.primary-color {
  color: #1E7EAE;
}

.secondary-color {
  color: #2C8500;
}

.tertiary-color {
  color: #333333;
}

.quaternary-color {
  color: #f3f3f3;
}

.senary-color {
  color: #666666;
}

.octonary-color {
  color: #e8e8e8;
}

.white-background-color {
  background-color: #ffffff;
}

.primary-background-color {
  background-color: #1E7EAE;
}

.secondary-background-color {
  background-color: #2C8500;
}

.tertiary-background-color {
  background-color: #333333;
}

.quaternary-background-color {
  background-color: #f3f3f3;
}

.quinary-background-color {
  background-color: #f8f8f8;
}

.senary-background-color {
  background-color: #666666;
}

.octonary-background-color {
  background-color: #e8e8e8;
}

/**************************************/
/************ Headings ****************/
h1 {
  font-size: 28px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 16px;
}

/**************************************/
/*********** Table Styles *************/
.table.borderless td,
.table.borderless th {
  border: none;
}
.table .indent {
  padding-left: 30px !important;
}

/**************************************/
.break-all {
  /* add class to Prevent Long URL’s From Breaking Out of Container*/
  /* Be VERY careful with this, breaks normal words wh_erever */
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media screen and (max-width: 767px) {
  .mobile-break-all {
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

.word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.label-quality-mark,
.label-contracted-organisation,
.label-contracted-offering {
  background-color: #e8e8e8;
  color: #666;
  border: 1px solid #d0d0d0;
  font-size: 12px;
  padding: 0px 8px;
  vertical-align: top;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}

.label-quality-mark .icomoon-icon {
  padding-right: 8px;
  color: #007bc1;
}
.label-quality-mark.single-option {
  cursor: default;
}

.label-contracted-organisation,
.label-quality-mark {
  cursor: pointer;
}

.add-top-margin {
  margin-top: 30px;
}

.add-bottom-margin {
  margin-bottom: 30px;
}

.add-bottom-padding {
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .add-bottom-margin-sm {
    margin-bottom: 10px;
  }
  .add-top-margin-sm {
    margin-top: 10px;
  }
}
.addTopMargin {
  margin-top: 30px;
}

.removeBottomMargin {
  margin-bottom: 0;
}

.border {
  border: 1px solid #cccccc;
}

strong {
  font-weight: bold;
}

i {
  font-style: italic;
  font-weight: normal;
}

em {
  font-style: italic;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.print-logo {
  display: none;
}

.monospace {
  font-family: monospace;
  font-weight: bold;
}

.field-validation-error {
  color: #cc3333;
  font-style: italic;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  clear: both;
}

.field-validation-valid {
  display: none;
}

::-ms-clear {
  height: 30px;
}

.highlight-result {
  font-weight: bold;
}

.highlight-detail {
  background-color: #fff4cc;
  padding: 0 3px;
  border-radius: 4px;
}

label {
  display: block;
  cursor: pointer;
  line-height: 17px;
}

.custom-checkbox input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  margin-left: -12px;
  position: absolute;
}
.custom-checkbox input[type=checkbox] ~ label {
  clear: none;
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  padding-left: 26px;
  padding-right: 2px;
  height: 20px;
  background: url("Images/sprite-checkboxes.png") 0 0 no-repeat;
  background-position: 0 0;
  border: 1px solid transparent;
}
.custom-checkbox input[type=checkbox]:disabled ~ label, .custom-checkbox input[type=checkbox].disabled ~ label {
  opacity: 0.6;
  background-position: 0 -20px;
  cursor: not-allowed;
}
.custom-checkbox input[type=checkbox]:checked ~ label {
  background-position: 0 -40px;
  font-weight: bold;
}
.custom-checkbox input[type=checkbox]:disabled:checked ~ label, .custom-checkbox input[type=checkbox].disabled:checked ~ label {
  background-position: 0 -60px;
  cursor: not-allowed;
}
.custom-checkbox input[type=checkbox]:hover ~ label {
  color: #1E7EAE;
}
.custom-checkbox input[type=checkbox]:focus ~ label {
  outline: none;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 1px #1E7EAE;
  border-radius: 1px;
}

/* To align the checkbox and text */
.checkbox-line {
  position: relative;
  bottom: 2px;
}

/************** grid/layout end *********************/
/************** start button icons ******************/
.doc-icon {
  background-image: url("Images/doc_icon.png");
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 27px;
  font-weight: bold;
}

.globe-icon {
  background-image: url("Images/globe_icon.png");
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 27px;
  font-weight: bold;
}

.help-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-bottom: 6px;
  cursor: pointer;
}

/************** end button icons *********************/
/************** start content-bar styles *************/
.google-map-on .content-bar-container {
  width: 100%;
}
.content-bar-container .content-bar {
  border: 1px solid #f3f3f3;
  padding: 0 0 6px;
  margin-bottom: 15px;
  border-radius: 3px;
  position: relative;
  font-size: 14px;
  min-height: 34px;
  background-color: #f3f3f3;
  color: #666666;
}
.content-bar-container .content-bar:before, .content-bar-container .content-bar:after {
  content: " ";
  display: table;
}
.content-bar-container .content-bar:after {
  clear: both;
}
.content-bar-container .content-bar ul {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.content-bar-container .content-bar ul li {
  display: inline-block;
  padding: 0 15px;
  font-weight: bold;
}
.content-bar-container .content-bar ul li a {
  color: #006699;
  text-decoration: underline;
}
.content-bar-container .content-bar ul li.right-border {
  border-right: 1px solid #e3e3e3;
}
@media only screen and (max-width: 480px) {
  .content-bar-container .content-bar ul li.right-border {
    border-right: none !important;
  }
}
.content-bar-container .content-bar ul li.last {
  display: flex !important;
  align-items: center;
  gap: 0.5em;
  padding-top: 0.5em;
}
.content-bar-container .content-bar ul li select {
  font-size: 14px;
  border: none;
  outline: 0;
  background-color: #f8f8f8;
}
.content-bar-container .content-bar ul li.number-of-results span {
  color: #000000;
  max-width: 260px;
  display: inline-block;
  vertical-align: top;
}
.content-bar-container .content-bar ul li.result-sort a {
  text-decoration: none;
}
.content-bar-container .content-bar ul li.result-sort .selected {
  background-color: #006699;
  padding: 2px 5px 3px;
  color: #f3f3f3;
  border-radius: 3px;
}

/* hack for IE8 only  */
.ie8 .content-bar ul li.number-of-results span {
  max-width: 230px;
}

.Results .content-bar {
  margin-bottom: 10px;
}

/*************** end content-bar styles ***************/
/*************** navbar styles ****************/
@media (max-width: 991px) {
  .navbar-right > li.tab-notifications {
    display: none;
  }
}

.navbar-header .navbar-brand {
  padding-right: 10px;
}
@media (min-width: 992px) {
  .navbar-header .navbar-notifications {
    display: none;
  }
}

/*************** end navbar styles ****************/
/************** start form styles *********************/
fieldset {
  margin: 20px 0 0;
}
fieldset legend {
  background: #cccccc none repeat scroll 0 0;
  border-radius: 3px;
  color: #333333;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 8px 10px;
  width: 100%;
}
fieldset legend.sublegend {
  font-size: inherit;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 8px;
  background: none;
  padding-left: 0;
}
fieldset.subfieldset {
  margin: 0;
}
fieldset.subfieldset legend {
  color: #333333;
  font-size: inherit;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 8px;
  background: none;
  padding-left: 0;
}
fieldset.subfieldset legend:first-child {
  padding-top: 0px;
}

.form-control,
.select2-container,
.bootstrap-select .dropdown-toggle {
  border-radius: 4px;
  border: 1px solid rgb(119.085, 119.085, 119.085);
}
.form-control a:focus,
.form-control .select2-choice,
.select2-container a:focus,
.select2-container .select2-choice,
.bootstrap-select .dropdown-toggle a:focus,
.bootstrap-select .dropdown-toggle .select2-choice {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.form-control.select2-container-active, .form-control:focus,
.select2-container.select2-container-active,
.select2-container:focus,
.bootstrap-select .dropdown-toggle.select2-container-active,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  border: 1px solid #007cbf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(90, 140, 255, 0.6);
}

.select2-drop-active,
.bootstrap-select.open .dropdown-toggle {
  border: 1px solid #007cbf !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(90, 140, 255, 0.6);
}
.select2-drop-active:focus,
.bootstrap-select.open .dropdown-toggle:focus {
  outline: none !important;
}

.select2-dropdown-open .select2-choice {
  background-color: #f1fafe !important;
}

/************** end form styles *********************/
/************** start contact form styles ***********/
.dropdown-container {
  width: 100%;
  height: 34px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFN0QzQjRDMDMwNzExMUU1OTUzQUVFRDUxQ0M5NEUyRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFN0QzQjRDMTMwNzExMUU1OTUzQUVFRDUxQ0M5NEUyRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3RDNCNEJFMzA3MTExRTU5NTNBRUVENTFDQzk0RTJFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU3RDNCNEJGMzA3MTExRTU5NTNBRUVENTFDQzk0RTJFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qP486QAAAQBJREFUeNpi/P//PwMlgImBQjDIDMjLy5tw8eJFEVyKz58/Lw5SgyIICkQQBkno6ends7S0vHTlyhV+mDgMX758md/a2vq8rq7uw/z8/F6YONwFfn5+c1lYWH5/+/ZNNysra/ft27c5YHIgdnZ29u7Pnz8bgNQA1c7DcAEI79ixw0hfX/8e0CX/7e3tT927d48ZhEFskJiBgcGd7du3GyHrYUB36oYNG2xBXgFpcHZ2/u/q6vofxAYZvH79elt09RgGgPCqVatcQBqAGK55xYoV7tjUYjUAhBctWuQHdck9EBuXOhZcURYbG7vpx48fXP/+/WMGsXGpYxzNCwwAAQYAM8XxVQlm2GsAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.dropdown-container select {
  background: transparent;
  width: 100%;
  height: 34px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.dropdown-container select::-ms-expand {
  display: none;
}
.dropdown-container select::-ms-value {
  background: transparent;
  color: inherit;
}
.dropdown-container select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}

/************** end contact form styles *************/
/************** start login page styles *************/
.info-link {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #f3f3f3;
}
.info-link img {
  height: 20px;
  width: 20px;
}

.password-container {
  position: relative;
}
.password-container input::-ms-clear,
.password-container input::-ms-reveal {
  display: none;
}

.show-password {
  position: absolute;
  right: 10px;
  top: 7px;
}

/* ZOESOKA-1106/1804 IE8/9 placeholder fix */
#Emailadres.placeholder {
  background: #ffffff url("Images/placeholder-email.png") 12px 10px no-repeat;
}

#Password.placeholder,
#PasswordText.placeholder {
  background: #ffffff url("Images/placeholder-wachtwoord.png") 12px 10px no-repeat;
}

#form-favoriet {
  background-color: #ffffff !important;
}
#form-favoriet.placeholder {
  background: #ffffff url("Images/placeholder-favourite.png") 12px 12px no-repeat;
}

#form-sessie {
  background-color: #ffffff !important;
}
#form-sessie.placeholder {
  background: #ffffff url("Images/placeholder-session.png") 12px 12px no-repeat;
}

/************** end login page styles ***************/
#form-favoriet::-moz-placeholder,
#form-sessie::-moz-placeholder {
  opacity: 1;
}

#noAccesModal .modal-body {
  line-height: 16px;
}

#SuggestedLocationsModal {
  text-align: left;
  line-height: 18px;
}

.btnContent a.btn.btn-light-grey:hover,
.btnContent .btn.btn-light-grey:hover,
.btnContent input[type=button].btn.btn-light-grey:hover {
  opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#editPasswordModal .modal-body {
  display: inline-block;
}
#editPasswordModal #formSide {
  width: 238px;
  float: left;
}
#editPasswordModal #formSide input::-ms-clear,
#editPasswordModal #formSide input::-ms-reveal {
  display: none;
}
#editPasswordModal #pswRequirementsSide {
  float: left;
  width: 100%;
}
#editPasswordModal #pswRequirementsSide .highlight-detail {
  border-radius: 6px;
  padding: 15px 10px;
}
#editPasswordModal .form-group .form-control {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
}

#editAccount input[type=checkbox], #createAccount input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  margin-left: -12px;
  position: absolute;
}
#editAccount input[type=checkbox] ~ label, #createAccount input[type=checkbox] ~ label {
  clear: none;
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  padding-left: 26px;
  padding-right: 2px;
  height: 20px;
  background: url("Images/sprite-checkboxes.png") 0 0 no-repeat;
  background-position: 0 0;
  border: 1px solid transparent;
}
#editAccount input[type=checkbox]:disabled ~ label, #editAccount input[type=checkbox].disabled ~ label, #createAccount input[type=checkbox]:disabled ~ label, #createAccount input[type=checkbox].disabled ~ label {
  opacity: 0.6;
  background-position: 0 -20px;
  cursor: not-allowed;
}
#editAccount input[type=checkbox]:checked ~ label, #createAccount input[type=checkbox]:checked ~ label {
  background-position: 0 -40px;
  font-weight: bold;
}
#editAccount input[type=checkbox]:disabled:checked ~ label, #editAccount input[type=checkbox].disabled:checked ~ label, #createAccount input[type=checkbox]:disabled:checked ~ label, #createAccount input[type=checkbox].disabled:checked ~ label {
  background-position: 0 -60px;
  cursor: not-allowed;
}
#editAccount input[type=checkbox]:hover ~ label, #createAccount input[type=checkbox]:hover ~ label {
  color: #1E7EAE;
}
#editAccount input[type=checkbox]:focus ~ label, #createAccount input[type=checkbox]:focus ~ label {
  outline: none;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 1px #1E7EAE;
  border-radius: 1px;
}
#editAccount .btnContent, #createAccount .btnContent {
  margin-top: 15px;
}
#editAccount p + .form-group, #createAccount p + .form-group {
  margin-top: 15px;
}
#editAccount .select-all-happenings, #createAccount .select-all-happenings {
  display: block;
  margin-top: 5px;
}
#editAccount .privacy-agreement, #createAccount .privacy-agreement {
  display: none;
  margin-top: 10px;
}
#editAccount .privacy-agreement .form-group, #createAccount .privacy-agreement .form-group {
  margin-bottom: 0px;
}
#editAccount .fullname-info, #createAccount .fullname-info {
  display: none;
}

.password-legenda ul {
  list-style-type: disc;
  margin: 0 !important;
}
.password-legenda ul li {
  padding-bottom: 7.4px;
}
.password-legenda ul li:last-of-type {
  padding-bottom: 0px;
}
.password-legenda .symbols {
  padding-top: 7.4px;
  display: block;
}

@media only screen and (min-width: 480px) {
  #explainingTextModal .modal-dialog {
    width: 480px;
    margin: auto;
    margin-top: 150px;
  }
}
#explainingTextModal .modal-header {
  border-bottom: none;
}
#explainingTextModal .modal-footer {
  border-top: none;
}
#explainingTextModal .modal-body {
  padding: 0 70px;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  #explainingTextModal .modal-body {
    padding: 0 20px;
  }
}
#explainingTextModal .modal-body h1 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 35px;
}
#explainingTextModal .modal-body .btn {
  margin-top: 35px;
  margin-bottom: 5px;
  width: 145px;
}

@media only screen and (min-width: 480px) {
  #explicitPersistentLoginModal .modal-dialog {
    width: 480px;
    margin: auto;
    margin-top: 150px;
  }
}

.login-container {
  padding: 60px 30px;
  border-radius: 4px;
}
@media only screen and (min-width: 1200px) {
  .login-container .alert.alert-dismissable {
    padding-right: 15px;
  }
  .login-container .alert.alert-dismissable .close {
    right: -5px;
  }
}

.placeholder,
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #666666;
  font-style: italic;
}

.appleios input[type=text] {
  line-height: normal;
}

/* end Form Styling */
/* header and form layout */
/* start page */
.start-search .start-search-header .logo {
  height: 140px;
}
@media only screen and (max-width: 767px) {
  .start-search .start-search-header .logo {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .start-search .start-search-header .logo:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
}
.start-search .start-search-header img {
  display: inline-block;
  padding: 20px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .start-search .start-search-header img {
    padding: 10px 0;
  }
}
.start-search .start-search-header img.img-responsive {
  max-width: 99%;
}
.start-search .start-search-content {
  background-color: #007cbf;
  width: 100%;
  text-align: center;
  position: relative;
}
.start-search .start-search-content .start-start-gradient {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#59000000", endColorstr="#00000000",GradientType=1 );
}
@media only screen and (min-width: 768px) {
  .start-search .start-search-content .start-start-gradient {
    min-height: 480px;
  }
}
.start-search .start-search-content .start-start-gradient .select2-container.select2-container-active, .start-search .start-search-content .start-start-gradient .select2-container:focus,
.start-search .start-search-content .start-start-gradient .bootstrap-select .dropdown-toggle.select2-container-active,
.start-search .start-search-content .start-start-gradient .bootstrap-select .dropdown-toggle:focus {
  border: 1px solid black;
  box-shadow: inset 0 1px 1px rgb(34.425, 34.425, 34.425), 0 0 8px rgb(238.425, 238.425, 238.425);
}
.start-search .start-search-content .start-start-gradient .select2-drop-active,
.start-search .start-search-content .start-start-gradient .bootstrap-select.open .dropdown-toggle {
  border: 1px solid black;
  box-shadow: inset 0 1px 1px rgb(34.425, 34.425, 34.425), 0 0 8px rgb(238.425, 238.425, 238.425);
}
@media only screen and (min-width: 768px) {
  .start-search .start-search-content .start-start-no-gradient {
    min-height: 480px;
  }
}
.start-search .start-search-content .start-search-text {
  padding-top: 60px;
}
.start-search .start-search-content .start-search-text h1 {
  font-size: 43px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .start-search .start-search-content .start-search-text h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.start-search .start-search-content .start-search-text p {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 25px;
}
.start-search .start-search-content .start-search-text-description {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
.start-search .start-search-form .has-error > input[type=text],
.start-search .start-search-form .has-error > button.btn-category-select {
  border: 1px #DA1010 solid;
  background-color: #f7d8d8;
}
.start-search .start-search-form .what-error,
.start-search .start-search-form .where-error,
.start-search .start-search-form .category-error {
  text-align: left;
  font-size: 15pxpx;
  font-weight: normal;
  color: #DA1010;
  padding: 5px 7px;
  margin-top: 7px;
  display: none;
  margin: auto;
}
.start-search .start-search-form .what-error .error-arrow,
.start-search .start-search-form .where-error .error-arrow,
.start-search .start-search-form .category-error .error-arrow {
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #f3f3f3 transparent;
  position: absolute;
  top: 37px;
  left: 22px;
}
.start-search .start-search-form input[type=text] {
  font-size: 18px;
  color: #000000;
  font-style: normal;
  height: 44px;
  background-color: #f3f3f3;
}
.start-search .start-search-form input[type=text]:-ms-input-placeholder {
  color: #666666;
  font-style: italic;
}
.start-search .start-search-form label {
  text-align: left;
  font-size: 20px;
  color: #ffffff;
  cursor: default;
  font-weight: normal;
  line-height: 28px;
}
.start-search .start-search-form .btn {
  height: 44px;
  font-weight: bold;
  letter-spacing: 1.1px;
  font-size: 18px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .start-search .start-search-form .btn.large {
    margin-top: 10px;
  }
}
.start-search .start-search-form .form-group-where {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .start-search .start-search-form .col-what-label,
  .start-search .start-search-form .col-where-label {
    margin-left: 45px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .start-search .start-search-form .col-what-label,
  .start-search .start-search-form .col-where-label {
    margin-left: 65px;
  }
}
.start-search .start-search-form .categories-title {
  font-size: 17px;
  margin-bottom: 20px;
  color: #ffffff;
}
.start-search .start-search-form .panel-category-buttons {
  margin-bottom: 20px;
  border-radius: 5px;
}
.start-search .start-search-form .panel-category-buttons label {
  color: #333333;
}
.start-search .start-search-form .panel-category-buttons .category-buttons {
  padding: 25px 45px;
}
@media screen and (max-width: 991px) {
  .start-search .start-search-form .panel-category-buttons .category-buttons {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .start-search .start-search-form .panel-category-buttons .category-buttons {
    padding: 10px 10px;
  }
}
.start-search .start-search-form .panel-category-buttons .category-buttons a {
  text-decoration: none;
}
.start-search .start-search-form .panel-category-buttons .category-buttons .btn-category {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #333333;
}
.start-search .start-search-form .panel-category-buttons .category-buttons .btn-category:active, .start-search .start-search-form .panel-category-buttons .category-buttons .btn-category:visited {
  color: #333333;
  box-shadow: none;
}
.start-search .start-search-form .panel-category-buttons .category-buttons .btn-category:hover {
  color: #006699;
}
.start-search .start-search-form .panel-category-buttons .category-buttons .btn-category img {
  margin-right: 10px;
}
.ie8 .start-search .start-search-form .panel-category-buttons .category-buttons .btn-category {
  font-size: 14px;
}
.start-search .start-search-form .panel-category-buttons .category-buttons .btn-category .icomoon-icon {
  font-size: 48px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}
.start-search .start-search-form .panel-category-buttons .category-buttons .btn-category .category-label {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding-left: 10px;
}

/*********** start top search header ****************/
.search-header {
  background-color: #f3f3f3;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .search-header.categorized-search .btn-secondary {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .search-header .logo {
    line-height: 100px;
    display: block;
  }
  .search-header .btn-secondary {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .search-header.categorized-search .logo {
    line-height: 123px;
  }
  .search-header .logo {
    line-height: 80px;
    display: block;
    border-right: 1px solid #e3e3e3;
    margin-top: 34px;
    margin-bottom: 34px;
  }
}
.search-header .collapse-link {
  position: absolute;
  right: 0;
  bottom: -25px;
  background-color: #f1f1f1;
  text-align: center;
  padding: 5px 0;
  border-radius: 0 0 5px 5px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  border: none;
  text-decoration: none;
  height: 27px;
  width: 156px;
  z-index: 10;
}
.search-header .collapse-link .caret-down {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.search-header .collapse-link .caret-up {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.search-header .search-header-form {
  display: block;
}
@media screen and (max-width: 991px) {
  .search-header .search-header-form.collapsable {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .search-header .search-header-form .form-horizontal {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .search-header .search-header-form .form-horizontal {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}
.search-header .search-header-form .form-horizontal .has-error > input[type=text],
.search-header .search-header-form .form-horizontal .has-error > button.btn-category-select {
  border: 1px #DA1010 solid;
  background-color: #f7d8d8;
}
.search-header .search-header-form .form-horizontal .what-error,
.search-header .search-header-form .form-horizontal .where-error,
.search-header .search-header-form .form-horizontal .category-error {
  text-align: left;
  font-size: 14pxpx;
  font-weight: normal;
  color: #DA1010;
  padding: 0 5px;
  margin-top: 7px;
  display: none;
  margin: auto;
}
.search-header .search-header-form .form-horizontal .what-error .error-arrow,
.search-header .search-header-form .form-horizontal .where-error .error-arrow,
.search-header .search-header-form .form-horizontal .category-error .error-arrow {
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #f3f3f3 transparent;
  position: absolute;
  top: 37px;
  left: 22px;
}
.search-header .search-header-form .form-horizontal .control-label {
  text-align: left;
  font-size: 16px;
  color: #333333;
  cursor: default;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 5px;
}
.search-header .search-header-form .form-horizontal .form-group {
  margin-bottom: 10px;
}
.search-header .search-header-form .btn-category-select {
  color: #333333 !important;
  background-color: #ffffff;
}
.search-header .search-header-form .btn-category-select .filter-option {
  font-size: 16px;
}
.search-header .search-header-form select.bs-select-hidden,
.search-header .search-header-form select.selectpicker {
  display: block !important;
  height: 36px;
  width: 100%;
  border-radius: 4px;
  padding-left: 12px;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  color: #333333;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.search-header .search-header-form select.bs-select-hidden::-ms-expand,
.search-header .search-header-form select.selectpicker::-ms-expand {
  display: none;
}
.search-header .search-header-form .bootstrap-select .filter-option .icomoon-icon:before {
  display: none;
}
.search-header .search-header-form .bootstrap-select .dropdown-menu .category-item {
  line-height: 38px;
  padding: 5px 20px 5px 20px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .search-header .search-header-form .bootstrap-select .dropdown-menu .category-item {
    padding: 5px 6px 5px 51px;
  }
}
.search-header .search-header-form .bootstrap-select .dropdown-menu .category-item span {
  vertical-align: middle;
}
.search-header .search-header-form .bootstrap-select .dropdown-menu .category-item .icomoon-icon {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .search-header .search-header-form .bootstrap-select .dropdown-menu .category-item .icomoon-icon:before {
    left: 6px;
  }
}
.search-header .search-header-form .bootstrap-select .dropdown-menu li a {
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  background: none;
}
.search-header .search-header-form .bootstrap-select .dropdown-menu li a:hover {
  color: #006699;
}
@media screen and (max-width: 767px) {
  .search-header .search-header-form .bootstrap-select .dropdown-menu li a {
    font-size: 15px;
  }
}
.search-header .search-header-form .bootstrap-select .dropdown-menu li a:focus {
  outline: none;
}
.search-header .search-header-form .bootstrap-select .dropdown-menu .selected a {
  background-color: #f3f3f3;
  color: #006699;
}
.search-header .search-header-form .bootstrap-select.open .btn-category-select {
  background-color: #f1fafe;
}

/* top search header on other pages */
.common-header,
.filter-header {
  background-color: #f3f3f3;
}
.common-header .collapse-link,
.filter-header .collapse-link {
  position: absolute;
  right: 0;
  bottom: -25px;
  background-color: #f1f1f1;
  text-align: center;
  padding: 5px 0;
  border-radius: 0 0 5px 5px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  border: none;
  text-decoration: none;
  height: 27px;
  width: 156px;
  z-index: 10;
}
.common-header .collapse-link .caret-down,
.filter-header .collapse-link .caret-down {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.common-header .collapse-link .caret-up,
.filter-header .collapse-link .caret-up {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.common-header img,
.filter-header img {
  display: inline-block;
}
.common-header .select2location .select2-choice, .common-header .select2mynetwork .select2-choice,
.filter-header .select2location .select2-choice,
.filter-header .select2mynetwork .select2-choice {
  height: 36px !important;
  line-height: 32px;
  font-size: 16px;
}
.common-header .select2location .select2-choice .select2-arrow b, .common-header .select2mynetwork .select2-choice .select2-arrow b,
.filter-header .select2location .select2-choice .select2-arrow b,
.filter-header .select2mynetwork .select2-choice .select2-arrow b {
  background-position: 0 4px;
}
@media screen and (max-width: 767px) {
  .common-header .filter-header-form,
  .filter-header .filter-header-form {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .common-header .filter-header-form,
  .filter-header .filter-header-form {
    display: block !important;
  }
}
.common-header .filter-header-form .form-horizontal,
.filter-header .filter-header-form .form-horizontal {
  margin-top: 32px;
  margin-bottom: 32px;
}
.common-header .filter-header-form .form-horizontal .control-label,
.filter-header .filter-header-form .form-horizontal .control-label {
  text-align: left;
  font-size: 16px;
  color: #333333;
  cursor: default;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 5px;
}
.common-header .filter-header-form .form-horizontal .form-group,
.filter-header .filter-header-form .form-horizontal .form-group {
  margin-bottom: 10px;
}

/************* end top search header ****************/
/* header and form layout */
.appleios .placeholder,
.appleios ::-webkit-input-placeholder,
.appleios :-moz-placeholder,
.appleios ::-moz-placeholder,
.appleios :-ms-input-placeholder {
  line-height: normal;
}

.iphone {
  -webkit-text-size-adjust: 100%; /* disable auto-enlargement of small text in mobile Safari */
}
.iphone .placeholder,
.iphone ::-webkit-input-placeholder,
.iphone :-moz-placeholder,
.iphone ::-moz-placeholder {
  line-height: normal;
}

/********* start ui-autocomplete overwrite **********/
.ui-autocomplete {
  max-height: 210px;
  overflow-y: auto;
}
.ui-autocomplete .ui-menu-item {
  margin: 0;
  padding: 0 !important;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-autocomplete .ui-menu-item a {
  text-align: left;
  padding: 10px !important;
  display: block;
  line-height: 1.5;
  zoom: 1;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .ui-autocomplete .ui-menu-item a {
    max-width: 400px;
  }
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background: none !important;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background-color: #e8e8e8 !important;
}
.ui-autocomplete .ui-corner-all {
  border-radius: 0;
}
.ui-autocomplete .ui-menu {
  padding: 0 !important;
}

/********** end ui-autocomplete overwrite ***********/
.favorite-icon {
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.favorite-icon img {
  width: 24px;
  height: 24px;
}
.favorite-icon.collapse {
  display: none;
}

.session-icon {
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.session-icon img {
  width: 24px;
  height: 24px;
}
.session-icon.collapse {
  display: none;
}

/***************** start dashboard ******************/
.dashboard-wrapper .more-container {
  clear: both;
}
.dashboard-wrapper .organisations {
  clear: both;
}
.dashboard-wrapper .organisations .organisation-item {
  clear: both;
  margin-bottom: 2px;
}
.dashboard-wrapper .organisations .organisation-item .favorite-icon,
.dashboard-wrapper .organisations .organisation-item .session-icon {
  float: left;
  margin-right: 4px;
}
.dashboard-wrapper .organisations .organisation-item .organisation-link {
  display: flex;
  align-items: center;
  min-height: 26px;
}
.dashboard-wrapper .suggestion-heading.has-content {
  cursor: pointer;
  text-decoration: underline;
}
.dashboard-wrapper .show-last-visited-organisations-more-link,
.dashboard-wrapper .show-most-visited-organisations-more-link,
.dashboard-wrapper .show-suggested-organisations-more-link {
  display: block;
}
.dashboard-wrapper .btnContent.add-bottom-margin {
  margin-bottom: 27px;
}
.dashboard-wrapper .btnContent .btn {
  margin-bottom: 3px;
}

/****************** end dashboard *******************/
/***************** start favorites ******************/
.favorite-wrapper .FavorietenWrapper .Favorieten {
  height: 40px;
  line-height: 35px;
  font-size: 25px;
  font-weight: bold;
  color: #333333;
}
.favorite-wrapper .FavorietenWrapper .GeenFavorieten {
  color: #333333;
  max-width: 500px;
  margin: 0 auto;
  display: table;
  padding: 30px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.favorite-wrapper .FavorietenWrapper .GeenFavorieten h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.favorite-wrapper .FavorietenWrapper .GeenFavorieten h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}
.favorite-wrapper .FavorietenWrapper .GeenFavorieten ul {
  font-size: 16px;
}
.favorite-wrapper .FavorietenWrapper .GeenFavorieten ul li {
  padding-bottom: 25px;
  padding-left: 35px;
}
.favorite-wrapper .FavorietenWrapper .GeenFavorieten ul li:last-of-type {
  padding-bottom: 0;
}
.favorite-wrapper .FavorietenWrapper .GeenFavorieten .btn {
  font-size: 16px;
  font-weight: bold;
  margin-left: 0;
  padding: 10px 15px;
  color: #ffffff;
  text-decoration: none;
  white-space: pre-line;
}
.favorite-wrapper .FavorietenWrapper .GeenFavorieten #searchButton {
  margin-left: 35px;
}
.favorite-wrapper .results-paging-container {
  margin-top: 10px;
}
.favorite-wrapper #categoriesContainer {
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .favorite-wrapper #categoriesContainer {
    margin-top: 10px;
  }
}
.favorite-wrapper #categoriesContainer ul li {
  border: 1px solid #d7d7d7;
  background-color: #f8f8f8;
  right: -1px;
  position: relative;
  border-bottom: none;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #333333;
}
.favorite-wrapper #categoriesContainer ul li.active {
  background-color: #ffffff;
  border-right: 0;
  width: 100%;
  display: inline-block;
}
.favorite-wrapper #categoriesContainer ul li.active a {
  color: #006699;
}
.favorite-wrapper #categoriesContainer ul li:hover {
  background-color: #e8e8e8;
}
.favorite-wrapper #categoriesContainer ul li a {
  color: #000000;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
}
.favorite-wrapper #categoriesContainer ul li a .results {
  font-size: 12px;
  color: #707070;
}
.favorite-wrapper #categoriesContainer ul li.pseudo-category {
  margin-top: 0;
  font-weight: bold;
  font-size: 16px;
}
.favorite-wrapper #categoriesContainer ul li.pseudo-category .results {
  font-size: 16px;
  font-weight: normal;
}
.favorite-wrapper #categoriesContainer ul li.pseudo-category:first-child {
  border-radius: 4px 0 0 0;
}
.favorite-wrapper #categoriesContainer ul li.last-category {
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0 0 0 4px;
}
@media (max-width: 992px) {
  .favorite-wrapper #categoriesContainer ul li.pseudo-category:first-child {
    border-top-right-radius: 4px;
  }
  .favorite-wrapper #categoriesContainer ul li.active {
    border-right: 1px solid #d8d8d8;
  }
  .favorite-wrapper #categoriesContainer ul li.active a {
    border: 0 !important;
  }
  .favorite-wrapper #categoriesContainer ul li.last-category {
    border-bottom-right-radius: 4px;
  }
}
.favorite-wrapper #favoritesContainer {
  border: 1px solid #d8d8d8;
  padding: 20px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .favorite-wrapper #favoritesContainer .results-paging {
    margin-top: 10px;
  }
}
.favorite-wrapper #favoritesContainer #favoritesContent .results-paging {
  margin-bottom: 0;
  display: none;
}
.favorite-wrapper #favoritesContainer #favoritesContent #messageCategory {
  margin-bottom: 15px;
}
.favorite-wrapper #favoritesContainer #favoritesContent #messageCategory .goToAllFavorites {
  text-decoration: underline;
  cursor: pointer;
}
.favorite-wrapper #favoritesContainer #favoritesContent ul.categories li {
  padding: 5px 6px;
  background-color: #f0f9fe;
  margin: 8px 10px 0 0;
  display: inline-block;
  font-weight: normal;
  line-height: 13px;
  font-size: 13px;
  color: #1679ab;
  border: 1px solid #b0d5e9;
  border-radius: 4px;
}
.favorite-wrapper #favoritesContainer #favoritesContent ul.categories li:first-child {
  margin-left: 0;
}
.favorite-wrapper #favoritesContainer #favoritesContent #noFavoritesResults {
  background-color: #d8d8d8;
}
.favorite-wrapper #favoritesContainer #favoritesContent .contactInfo span {
  padding-right: 10px;
}
.favorite-wrapper #favoritesContainer #favoritesContent .contactInfo span:last-of-type {
  padding-right: 0;
}
.favorite-wrapper #favoritesContainer #favoritesContent .contactInfo .emailadres {
  display: inline-block;
}
.favorite-wrapper #favoritesContainer #favoritesContent .contactInfo .notitie {
  display: inline-block;
  cursor: pointer;
  margin-top: 0;
}
@media (max-width: 992px) {
  .favorite-wrapper #categoriesContainer ul li.active a {
    border-right: 1px solid #d8d8d8;
  }
}
@media (max-width: 992px) {
  .favorite-wrapper #favoritesContainer {
    border-radius: 4px;
  }
}

#suggestedOrganisationsModal .modal-dialog {
  overflow-y: initial !important;
}
#suggestedOrganisationsModal .modal-dialog .modal-header {
  font-size: 16px;
  font-weight: bold;
  padding-left: 50px;
}
#suggestedOrganisationsModal .modal-dialog .modal-body {
  overflow-y: auto;
  padding: 25px 50px;
}
#suggestedOrganisationsModal .modal-dialog .modal-body .organisation-item-container {
  display: table;
  border-collapse: collapse;
}
#suggestedOrganisationsModal .modal-dialog .modal-body .organisation-item-container .organisation-item {
  display: table-row;
  border-bottom: 1px solid #e3e3e3;
  height: 80px;
}
#suggestedOrganisationsModal .modal-dialog .modal-body .organisation-item-container .organisation-item:last-of-type {
  border-bottom: none;
}
#suggestedOrganisationsModal .modal-dialog .modal-body .organisation-item-container .organisation-item .col-details,
#suggestedOrganisationsModal .modal-dialog .modal-body .organisation-item-container .organisation-item .col-link,
#suggestedOrganisationsModal .modal-dialog .modal-body .organisation-item-container .organisation-item .col-icon {
  display: table-cell;
  vertical-align: middle;
}
#suggestedOrganisationsModal .modal-dialog .modal-body .organisation-item-container .organisation-item a {
  text-decoration: underline;
}
#suggestedOrganisationsModal .modal-dialog .modal-body .organisation-item-container .organisation-item .col-details {
  width: 100%;
  padding: 5px 0px 5px 5px;
}
#suggestedOrganisationsModal .modal-dialog .modal-body .organisation-item-container .organisation-item .col-details.details-disabled {
  color: #707070;
}
#suggestedOrganisationsModal .modal-dialog .modal-body .organisation-item-container .organisation-item .col-details.details-disabled a {
  color: #707070;
}
#suggestedOrganisationsModal .modal-dialog .modal-body .organisation-item-container .organisation-item .col-link {
  padding: 5px;
}
#suggestedOrganisationsModal .modal-dialog .modal-body .organisation-item-container .organisation-item .col-icon {
  padding: 5px;
}
#suggestedOrganisationsModal .modal-dialog .modal-body .organisation-item-container.empty {
  display: block;
  padding-top: 25px;
}

/****************** end favorites *******************/
/***************** start my network ******************/
.mynetwork-wrapper .bootstrap-select {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mynetwork-wrapper .bootstrap-select {
    display: inline !important;
  }
  .mynetwork-wrapper .bootstrap-select .dropdown-menu {
    left: 0;
    right: 0;
    position: relative;
  }
  .mynetwork-wrapper .bootstrap-select .dropdown-menu > li > a {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.mynetwork-wrapper .bootstrap-select .btn .filter-option {
  text-overflow: ellipsis;
}
.mynetwork-wrapper .MembersWrapper .GeenMembers {
  color: #333333;
  max-width: 500px;
  margin: 0 auto;
  display: table;
  padding: 30px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mynetwork-wrapper .MembersWrapper .GeenMembers h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.mynetwork-wrapper .MembersWrapper .GeenMembers ul {
  font-size: 16px;
}
.mynetwork-wrapper .MembersWrapper .GeenMembers ul li {
  padding-bottom: 25px;
  padding-left: 35px;
}
.mynetwork-wrapper .MembersWrapper .GeenMembers ul li:last-of-type {
  padding-bottom: 0;
}
.mynetwork-wrapper .MembersWrapper .GeenMembers .btn {
  font-size: 16px;
  font-weight: bold;
  margin-left: 0;
  padding: 10px 15px;
  color: #ffffff;
  text-decoration: none;
  white-space: pre-line;
}
.mynetwork-wrapper .MembersWrapper .GeenMembers #searchButton {
  margin-left: 35px;
}
.mynetwork-wrapper .results-paging-container {
  margin-top: 10px;
}
.mynetwork-wrapper #groupsContainer {
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .mynetwork-wrapper #groupsContainer {
    margin-top: 10px;
  }
}
.mynetwork-wrapper #groupsContainer ul li {
  border: 1px solid #d7d7d7;
  background-color: #f8f8f8;
  right: -1px;
  position: relative;
  border-bottom: none;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #333333;
}
.mynetwork-wrapper #groupsContainer ul li.active {
  background-color: #ffffff;
  border-right: 0;
  width: 100%;
  display: inline-block;
}
.mynetwork-wrapper #groupsContainer ul li.active a {
  color: #006699;
}
.mynetwork-wrapper #groupsContainer ul li:hover {
  background-color: #e8e8e8;
}
.mynetwork-wrapper #groupsContainer ul li a {
  color: #000000;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
}
.mynetwork-wrapper #groupsContainer ul li a .results {
  font-size: 12px;
  color: #707070;
}
.mynetwork-wrapper #groupsContainer ul li.pseudo-group {
  margin-top: 0;
  font-weight: bold;
  font-size: 16px;
}
.mynetwork-wrapper #groupsContainer ul li.pseudo-group .results {
  font-size: 16px;
  font-weight: normal;
}
.mynetwork-wrapper #groupsContainer ul li.pseudo-group:first-child {
  border-radius: 4px 0 0 0;
}
.mynetwork-wrapper #groupsContainer ul li.last-group {
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0 0 0 4px;
}
@media (max-width: 992px) {
  .mynetwork-wrapper #groupsContainer ul li.pseudo-group:first-child {
    border-top-right-radius: 4px;
  }
  .mynetwork-wrapper #groupsContainer ul li.active {
    border-right: 1px solid #d8d8d8;
  }
  .mynetwork-wrapper #groupsContainer ul li.active a {
    border: 0 !important;
  }
  .mynetwork-wrapper #groupsContainer ul li.last-group {
    border-bottom-right-radius: 4px;
  }
}
.mynetwork-wrapper #myNetworkContainer {
  border: 1px solid #d8d8d8;
  padding: 20px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .mynetwork-wrapper #myNetworkContainer .results-paging {
    margin-top: 10px;
  }
}
.mynetwork-wrapper #myNetworkContainer #myNetworkContent .results-paging {
  margin-bottom: 0;
  display: none;
}
.mynetwork-wrapper #myNetworkContainer #myNetworkContent .member-item {
  padding: 10px;
}
.mynetwork-wrapper #myNetworkContainer #myNetworkContent .member-item:nth-child(even) {
  background-color: #f3f3f3;
}
.mynetwork-wrapper #myNetworkContainer #myNetworkContent .member-item .no-account {
  cursor: pointer;
  color: #333333 !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #333333;
}
.mynetwork-wrapper #myNetworkContainer #myNetworkContent .member-item .collection-label {
  font-size: 14px;
  margin-top: 8px;
  font-weight: bold;
}
.mynetwork-wrapper #myNetworkContainer #myNetworkContent #messageGroup {
  margin-bottom: 15px;
}
.mynetwork-wrapper #myNetworkContainer #myNetworkContent #messageGroup .goToAllMembers {
  text-decoration: underline;
  cursor: pointer;
}
.mynetwork-wrapper #myNetworkContainer #myNetworkContent #buttonGroup {
  margin-bottom: 12px;
}
.mynetwork-wrapper #myNetworkContainer #myNetworkContent #buttonGroup button {
  margin-bottom: 3px;
}
.mynetwork-wrapper #myNetworkContainer #myNetworkContent .additonalWorkDataPanel {
  background-color: #fff6df;
  border-left: 4px solid #ffefc8;
  border-top: 1px solid #ffefc8;
  border-right: 1px solid #ffefc8;
  border-bottom: 1px solid #ffefc8;
  padding: 5px 10px;
  max-height: 85px;
  overflow-y: auto;
  border-radius: 2px;
}
.mynetwork-wrapper #myNetworkContainer #myNetworkContent ul.collection li {
  padding: 5px 6px;
  background-color: #f0f9fe;
  margin: 8px 10px 0 0;
  display: inline-block;
  font-weight: normal;
  line-height: 13px;
  font-size: 13px;
  color: #1679ab;
  border: 1px solid #b0d5e9;
  border-radius: 4px;
}
.mynetwork-wrapper #myNetworkContainer #myNetworkContent ul.collection li:first-child {
  margin-left: 0;
}
.mynetwork-wrapper #myNetworkContainer #myNetworkContent #noMembersResults {
  background-color: #d8d8d8;
}
@media (min-width: 992px) {
  .mynetwork-wrapper #myNetworkContainer #myNetworkContent .delete-member-button {
    float: right;
  }
}
@media (max-width: 992px) {
  .mynetwork-wrapper #groupsContainer ul li.active a {
    border-right: 1px solid #d8d8d8;
  }
}
@media (max-width: 992px) {
  .mynetwork-wrapper #myNetworkContainer {
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .mynetwork-wrapper #myNetworkContainer {
    margin-top: 10px;
  }
}

/****************** end mynetwork *******************/
/****************** start results *******************/
.results-wrapper #resultSuggested {
  background: #fff4cc;
  margin-bottom: 10px;
  padding: 10px;
}
.results-wrapper #resultSuggested:before, .results-wrapper #resultSuggested:after {
  content: " ";
  display: table;
}
.results-wrapper #resultSuggested:after {
  clear: both;
}
.results-wrapper #resultSuggested a {
  color: #006699;
  text-decoration: underline;
}
.results-wrapper #resultSuggested a:hover {
  color: #333333;
}
.results-wrapper .nation-wide-portal-warning {
  background-color: #f3f3f3;
  border: 1px solid #d8d8d8;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 14px;
  color: #333333;
}
.results-wrapper .nation-wide-portal-warning .alert {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.results-wrapper .no-results-found {
  line-height: 18px;
  display: table;
  margin: 0 auto;
}
.results-wrapper .no-results-found p {
  margin-top: 20px;
}
.results-wrapper .no-results-found ul {
  list-style: disc;
  margin: 14px 0px 14px 30px;
}
.results-wrapper .no-results-found a {
  text-decoration: underline;
}
.results-wrapper .page-title h1 {
  line-height: 20px;
}

.google-map-on iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 991px) {
  .google-map-on iframe {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .google-map-on iframe {
    height: 250px;
  }
}
.google-map-on #googleMapContainer {
  display: block;
  margin-bottom: 20px;
}
.google-map-on #googleMapContent {
  display: block;
  margin: 10px 0 20px;
}
.google-map-on #googleMapActions {
  margin-top: 10px;
  display: block;
  background-color: #fff4cc;
}
.google-map-on #googleMapActions .message {
  display: block;
  padding: 10px 10px 5px;
}
.google-map-on #googleMapActions .pin {
  display: inline;
  float: left;
  margin: 10px;
}
.google-map-on #googleMapActions p {
  padding: 10px 0;
}
.google-map-on #googleMapActions #btnViewSearchedArea {
  margin-top: 10px;
}
.google-map-on #btnViewAll {
  padding: 0 10px 14px;
  display: block;
  color: #007cbf;
  text-decoration: underline;
}
.google-map-on #btnViewAll:hover {
  color: #333333;
}
.google-map-on .faceted-search {
  display: none;
}
.google-map-on .resultsList li {
  line-height: 22px;
  margin-top: 5px;
  padding: 5px;
}
.google-map-on .resultsList li .organisation-description,
.google-map-on .resultsList li .offerings {
  display: none;
}
.google-map-on .resultsList li .contactInfo .doelgroep {
  display: none;
}
.google-map-on .resultsList li h2 .label-contracted-organisation {
  display: none;
}
.google-map-on .resultsList li:hover {
  background-color: #e8e8e8;
}

.googleMapsNaam {
  text-align: center;
  padding: 5px 0px 5px;
}

.googleMapsAdres {
  padding: 0px 0px 15px;
}

.googleMapsTelEmail {
  padding: 0px 0px 15px;
}

#googleMapContent {
  display: none;
}

.gm-style-iw {
  width: auto;
  box-sizing: border-box;
}

.gm-style-iw > div {
  overflow-x: hidden !important;
}

.gm-style-iw > div > div {
  overflow-x: hidden !important;
}

.labels {
  visibility: hidden;
}

.icon-favorite {
  padding-right: 9px;
  position: relative;
  top: -3px;
}

.faceted-search {
  color: #666666;
}
@media screen and (max-width: 767px) {
  .faceted-search {
    margin-top: 10px;
  }
}

.facet {
  margin-bottom: 10px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 0 10px;
}
.facet fieldset {
  margin: 0;
}
.facet.age {
  padding-bottom: 10px;
}

.facet-title {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  border-bottom: 1px solid #e3e3e3;
  display: inline-block;
  margin-bottom: 10px;
  background: none;
}
.facet-title .popover-link {
  color: #666666 !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #666666;
}
.facet-title a {
  color: rgb(119.085, 119.085, 119.085);
}
.facet-title a:hover {
  text-decoration: none;
  color: rgb(85.425, 85.425, 85.425);
}
.facet-title .facet-clear {
  color: #006699;
  float: right;
}
.facet-title .facet-clear:hover {
  text-decoration: underline;
}
.facet-title .facet-contracted-care-title {
  cursor: pointer;
}

.facet-list li {
  padding-right: 4px;
  line-height: 16px;
  margin-bottom: 2px;
}
.facet-list li a {
  color: #333333;
  text-decoration: none;
  word-wrap: break-word;
}
.facet-list li a:hover {
  text-decoration: underline;
  color: #006699;
}
.facet-list li.selected a {
  font-weight: bold;
  text-decoration: underline;
}
.facet-list li.selected span {
  color: #707070;
  font-weight: normal;
}
.facet-list li.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.facet-list span {
  line-height: 18px;
  color: rgb(119.085, 119.085, 119.085);
  margin-top: 2px;
  position: relative;
  text-align: left;
}
.facet-list span.results {
  font-size: 12px;
  margin-left: 5px;
}
.facet-list label {
  font-weight: normal;
}
.facet-list .info {
  color: #666666 !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #666666;
}

.collapsed .facet-list.moreItems {
  display: none;
}

#ageFacet .facet-list li span {
  line-height: 16px;
  float: none;
}

.facet-list li span {
  line-height: 16px;
  float: none;
}

#locFacet .facet-list li span {
  line-height: 16px;
}

.facet-more-less {
  position: relative;
  margin-top: 10px;
  padding-bottom: 15px;
  color: #006699;
  cursor: pointer;
  font-weight: bold;
  clear: both;
}
.facet-more-less a:visited {
  color: #006699;
}
.facet-more-less a:hover {
  text-decoration: underline;
  color: rgb(85.425, 85.425, 85.425);
}
.facet-more-less .more-link {
  display: none;
}

#qmFacet .icon-QualityMark::before {
  padding-right: 8px;
  color: #007BC1;
}

.ie7 .facet-more-less .more-link .arrow {
  top: 1px;
}

.ie7 .facet-more-less .less-link .arrow {
  top: -4px;
}

.collapsed .facet-more-less .more-link {
  display: inline;
  text-decoration: underline;
}
.collapsed .facet-more-less .less-link {
  display: none;
  text-decoration: underline;
}

.resultSelected {
  padding-bottom: 5px;
}
.resultSelected:before, .resultSelected:after {
  content: " ";
  display: table;
}
.resultSelected:after {
  clear: both;
}
.resultSelected.noFilters {
  display: none;
}
.resultSelected span.title {
  display: block;
  float: left;
  margin: 0 2px 0 2px;
  padding: 3px 0;
  color: #333333;
}
.resultSelected a {
  float: left;
  border-radius: 3px;
  margin: 2px 2px 4px;
  padding: 0 7px 1px 8px;
  color: rgb(85.425, 85.425, 85.425);
  background: #e3e3e3;
  border: 1px #e8e8e8 solid;
  text-decoration: none;
}
.resultSelected a:hover {
  background: #e8e8e8;
}
.resultSelected a span {
  display: inline-block;
  margin-left: 5px;
  width: 11px;
  position: relative;
  font-weight: bolder;
  font-size: 16px;
}

.resultsList ul {
  margin: 0px !important;
}
.resultsList li {
  padding: 20px 0 5px 0;
  line-height: 22px;
}
.resultsList li.noResultsLocation {
  padding: 10px 0 10px 0;
  text-indent: 10px;
  background: #fff4cc;
}
.resultsList li.noResultsLocation span {
  font-weight: bold;
}
.resultsList li.searchSuggestion a {
  font-family: monospace;
  font-weight: bold;
}
.resultsList li.searchSuggestedLocFacetItem {
  background: #fff4cc;
  padding: 0px;
}
.resultsList li.searchSuggestedLocFacetItem span {
  font-weight: bold;
  cursor: pointer;
}
.resultsList li.searchSuggestedLocFacetItem a {
  padding: 10px 0 10px 0;
  text-indent: 10px;
  width: 100%;
  display: inline-block;
}
.resultsList li p {
  color: #333333;
  line-height: 18px;
  margin-bottom: 5px;
}
.resultsList li p.organisation-description, .resultsList li p.offering-description {
  max-height: 54px; /* three lines */
  overflow: hidden;
  overflow-y: auto;
}
.resultsList .active {
  background-color: #e8e8e8;
}

.Results #activeFilters {
  display: block;
  margin-left: 80px;
}

@media (max-width: 480px) {
  .Results #activeFilters {
    margin-left: 0px;
  }
}
.resultSuggesties {
  background: #d8d8d8;
  padding: 20px;
  border-radius: 3px;
  clear: both;
}
.resultSuggesties h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.resultSuggesties ul {
  font-size: 16px;
  list-style: disc;
  padding: 0 0 0 20px;
}
.resultSuggesties ul li {
  line-height: 22px;
}
.resultSuggesties ul li a {
  text-decoration: underline;
}
.resultSuggesties ul li a:hover {
  text-decoration: none;
}

.resultsList li {
  padding: 20px 0 5px 0;
  line-height: 22px;
}
.resultsList li.noResultsLocation {
  padding: 10px 0 10px 0;
  text-indent: 10px;
  background: #fff4cc;
}
.resultsList li.noResultsLocation span {
  font-weight: bold;
}
.resultsList li.whereIsEmptyMsg {
  padding: 10px 0 10px 0;
  text-indent: 10px;
  background: #fff4cc;
}
.resultsList li.whereIsEmptyMsg span {
  font-weight: bold;
}
.resultsList li.searchSuggestion {
  padding: 10px 0 10px 0;
  text-indent: 10px;
  background: #fff4cc;
  margin-bottom: 2px;
}
.resultsList li.searchSuggestion a {
  font-family: monospace;
  font-weight: bold;
}
.resultsList li.searchSuggestion span {
  font-weight: bold;
}
.resultsList li.searchSuggestedLocFacetItem {
  background: #fff4cc;
  padding: 0px;
}
.resultsList li.searchSuggestedLocFacetItem span {
  font-weight: bold;
  cursor: pointer;
}
.resultsList li.searchSuggestedLocFacetItem a {
  padding: 10px 0 10px 0;
  text-indent: 10px;
  width: 100%;
  display: inline-block;
}
.resultsList li h2 {
  font-size: 17px !important;
  border-bottom: none !important;
  margin: 0px !important;
  font-weight: bold;
}
.resultsList li h2.Favoriet {
  padding-left: 23px;
  background: url(Images/icon-star-zoekresultaat.png) no-repeat 0 1px;
}
.resultsList li h2 a {
  text-decoration: underline;
}
.resultsList li h2 a:hover {
  color: #333333;
}
.resultsList li h2 a:active {
  color: #2C8500;
}
.resultsList li h2 a:focus {
  color: #2C8500;
}
.resultsList li h2 a:visited {
  color: #663399 !important;
}
.resultsList li h2 a:visited:active {
  color: #2C8500 !important;
}
.resultsList li h2 a:visited:focus {
  color: #2C8500 !important;
}
.resultsList li h2 a:visited:hover {
  color: #333333 !important;
}
.resultsList li h3 a.active {
  color: #333333 !important;
}

#cardActions {
  padding-bottom: 3px;
}

.resultsList li p {
  color: #333333;
  line-height: 18px;
}
.resultsList li .contactInfo {
  display: block;
  width: 100%;
  color: #666666;
  padding-right: 60px;
}
.resultsList li .contactInfo .adress {
  color: #666666;
}
.resultsList li .contactInfo span.first:first-child {
  padding: 0 10px 0 0;
  border-left: 0 solid #cccccc;
}
.resultsList li .contactInfo span.address a {
  color: #666666 !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #666666;
}
.resultsList li .contactInfo span.doelgroep {
  padding: 0 10px;
  border-left: 1px solid #cccccc;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .resultsList li .contactInfo span.doelgroep {
    white-space: normal;
  }
}
.resultsList li .contactInfo span.doelgroep:first-child {
  padding: 0 0 0 25px;
  background-position: 0 0;
  border-left: 0 solid #cccccc;
}
.resultsList li .contactInfo span.doelgroep a {
  color: #666666 !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #666666;
}
.resultsList li .contactInfo span.doelgroep img {
  padding-right: 10px;
  padding-bottom: 2px;
}
.resultsList li .contactInfo span.doelgroepwrap {
  border-left: 0;
  padding-left: 0;
  display: inline-block;
}
.resultsList li .contactInfo .site a:hover {
  color: #666666;
}
.resultsList li .contactInfo .site a:active {
  color: #2C8500;
}
.resultsList li .contactInfo .site a:focus {
  color: #2C8500;
}
.resultsList li .contactInfo .site a:visited {
  color: #663399 !important;
}
.resultsList li .contactInfo .site a:visited:hover {
  color: #333333 !important;
}
.resultsList li .contactInfo .site a:visited:active {
  color: #2C8500 !important;
}
.resultsList li .contactInfo .site a:visited:focus {
  color: #2C8500 !important;
}
.resultsList li .contactInfo .notitie {
  margin-top: 2px;
}
.resultsList li .contactInfo .notitie a {
  padding-right: 2px;
  display: inline-block;
}
.resultsList li .distance {
  position: absolute;
  background-color: #f5f5f5;
  right: 0;
  bottom: 0;
  min-width: 56px;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-radius: 2px 0 0 0;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  text-align: center;
}
.resultsList li .distance a {
  color: #666666 !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #666666;
}

/************** start results paging ****************/
.results-paging {
  width: 100%;
  padding: 0;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  height: 39px;
}
.results-paging ul {
  display: flex;
  width: 100%;
}
.results-paging ul li {
  flex: 1;
  text-align: center;
  min-width: 20px;
  max-width: 40px;
}
@media (max-width: 991px) {
  .results-paging ul li.hide-mobile {
    display: none;
  }
}
.results-paging ul li:first-child {
  text-align: right;
  min-width: 80px;
  max-width: 100%;
}
.results-paging ul li:first-child a, .results-paging ul li:first-child span.Page {
  padding-right: 12px;
}
.results-paging ul li:last-child {
  text-align: left;
  min-width: 80px;
  max-width: 100%;
}
.results-paging ul li:last-child a, .results-paging ul li:last-child span.Page {
  padding-left: 12px;
}
.results-paging a, .results-paging span.Page {
  width: 100%;
  border-right: 1px solid #c8c8c8;
  color: #006699;
  float: left;
  line-height: 33px;
  padding: 2px 0;
  text-decoration: none;
}
.results-paging a:hover, .results-paging span.Page:hover {
  background: #f3f3f3;
  text-decoration: underline;
  color: rgb(85.425, 85.425, 85.425);
}
.results-paging a.Next, .results-paging span.Page.Next {
  border: none;
}
.results-paging a.Selected, .results-paging span.Page.Selected {
  background: #e8e8e8;
  font-size: 16px;
  font-weight: bold;
}
.results-paging a.Selected:hover, .results-paging span.Page.Selected:hover {
  text-decoration: none;
}
.results-paging a.Disabled, .results-paging span.Page.Disabled {
  color: #888888;
  cursor: default;
}
.results-paging a.Disabled:hover, .results-paging span.Page.Disabled:hover {
  background: none;
  text-decoration: none;
}

/*************** end results paging ****************/
/****************** start  popover *****************/
.popover-link {
  color: #333333 !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #333333;
}

.popover-link-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 0px 2px 2px;
  cursor: pointer;
}

.popover-default {
  max-height: 260px;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .popover-default {
    max-height: 112px;
    max-width: 260px;
  }
}
.popover-default .popover-title {
  padding: 8px 14px !important;
  font-size: 14px !important;
  border-bottom: 1px solid #ebebeb !important;
  font-style: normal !important;
}
.popover-default .popover-content {
  max-height: 260px;
  max-width: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  font-size: 14px;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .popover-default .popover-content {
    max-height: 70px;
    max-width: 260px;
    padding: 2px;
  }
}
.popover-default .popover-content a {
  color: #006699 !important;
  text-decoration: none !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: initial !important;
  margin: 0 !important;
}
.popover-default .popover-content a:hover {
  color: #555 !important;
  text-decoration: underline !important;
}
.popover-default .popover-content ul li {
  padding: 0 !important;
  border: none !important;
  margin-bottom: 0px !important;
}
.popover-default .popover-content pre {
  white-space: pre-line;
}
.popover-default .popover-content .search-area {
  display: inline-block;
}

.popover-notifications {
  font-size: 14px;
  line-height: 16px;
  max-width: 320px;
  width: 320px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border-color: #cccccc;
}
.popover-notifications .popover-title {
  border-bottom: none !important;
  font-size: 18px !important;
  font-weight: bold;
  text-align: center;
  padding-top: 22px !important;
  padding-bottom: 22px !important;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .popover-notifications .popover-title {
    padding-top: 4px !important;
    padding-bottom: 2px !important;
  }
}
.popover-notifications .popover-title .notification-count {
  color: #006699;
}
.popover-notifications .popover-content {
  overflow: hidden;
  overflow-y: auto;
  padding: 9px 14px 0 14px;
  background-color: #f7f7f7;
}
.popover-notifications .popover-content .alert-notification {
  width: 284px;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 5px;
  padding: 8px;
}
.popover-notifications .popover-content .alert-notification .last-of-type {
  margin-bottom: 0;
}
.popover-notifications .popover-content .alert-notification .notification-item-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 20px;
}
.popover-notifications .popover-content .alert-notification .notification-item-title.icon-new-mynetowrk-notification::before {
  content: "";
  background-image: url("Images/icon-new-mynetowrk-notification.png");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  left: 9px;
  position: absolute;
  width: 12px;
  height: 14px;
}
.popover-notifications .popover-content .alert-notification .notification-item-title.icon-new-shared-note-notification::before {
  content: "";
  background-image: url("Images/icon-new-shared-note-notification.png");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  left: 9px;
  position: absolute;
  width: 12px;
  height: 14px;
}
.popover-notifications .popover-content .alert-notification .notification-item-title.icon-new-shared-contact-notification::before {
  content: "";
  background-image: url("Images/icon-new-shared-contact-notification.png");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  left: 9px;
  position: absolute;
  width: 12px;
  height: 14px;
}
.popover-notifications .popover-content .alert-notification .notification-item-title.icon-new-favorite-suggestions-notification::before {
  content: "";
  background-image: url("Images/icon-new-favorite-suggestions-notification.png");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  left: 9px;
  position: absolute;
  width: 12px;
  height: 14px;
}
.popover-notifications .popover-content .alert-notification .notification-item-content {
  font-size: 14px;
  line-height: 18px;
  padding-left: 20px;
}
.popover-notifications .popover-content .alert-notification .close {
  margin-top: -5px !important;
}
.popover-notifications .popover-footer {
  background-color: #f7f7f7;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.popover-notifications .popover-footer .notifications-popover-more-link {
  text-decoration: underline;
}
.popover-notifications .arrow {
  border-bottom-color: #cccccc !important;
}
.popover-notifications .arrow:after {
  border-bottom-color: #f7f7f7 !important;
}

/****************** end  popover  ********************/
/*********** start offering details page *************/
.offering-wrapper .offering-details {
  color: #666666;
}
.offering-wrapper .offering-details > section p {
  line-height: 19px;
  margin: 0 0 16px;
}
.offering-wrapper .offering-details > section ul {
  list-style-position: inside;
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 16px;
}
.offering-wrapper .offering-details > section ol {
  list-style-position: inside;
  list-style: decimal;
  margin-left: 30px;
  margin-bottom: 16px;
}
.offering-wrapper .offering-address,
.offering-wrapper .offering-explanation {
  display: block;
}
.offering-wrapper .button-wrapper {
  margin: 30px 0 18px;
  display: block;
}
.offering-wrapper .button-wrapper button {
  margin-right: 5px;
}
.offering-wrapper .button-wrapper a {
  color: #ffffff;
  text-decoration: none;
}
.offering-wrapper .offering-properties {
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  padding: 15px;
  font-size: 14px;
  color: #444444;
  line-height: 22px;
  margin-bottom: 30px;
}
.offering-wrapper .offering-properties .header {
  font-weight: bold;
}
.offering-wrapper .offering-properties .content {
  padding-bottom: 22px;
}
.offering-wrapper .offering-properties .content:last-of-type {
  padding-bottom: 0;
}
.offering-wrapper .offering-properties .content .item,
.offering-wrapper .offering-properties .content .contracted-municipality {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #444444;
}
.offering-wrapper .offering-properties .content .item:first-of-type,
.offering-wrapper .offering-properties .content .contracted-municipality:first-of-type {
  padding-left: 0;
}
.offering-wrapper .offering-properties .content .item:last-of-type,
.offering-wrapper .offering-properties .content .contracted-municipality:last-of-type {
  padding-right: 0;
  border-right: none;
}
.offering-wrapper .offering-properties .contracted,
.offering-wrapper .offering-properties .tooltip {
  cursor: pointer;
}

.offering-info-box {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  display: block;
  line-height: 22px;
  margin-bottom: 30px;
}
.offering-info-box .heading {
  background: #d8d8d8;
  height: 50px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  padding-left: 20px;
}
.offering-info-box h3 {
  font-size: 20px !important;
  font-weight: bold !important;
  padding: 10px 15px;
  margin: 0 !important;
  text-align: left;
}
.offering-info-box .content {
  width: 100%;
  line-height: 22px;
}
.offering-info-box table > tbody > tr > td:first-of-type {
  padding-left: 15px;
}
.offering-info-box table > tbody > tr > td:last-of-type {
  padding-right: 15px;
}
.offering-info-box table > tbody > tr > td.contact-persons > section {
  margin-bottom: 1em;
}
.offering-info-box table > tbody > tr > td.contact-persons > section:last-child {
  margin-bottom: 0;
}
.offering-info-box table > tbody > tr > td.contact-persons > section.info-box-general-contact-persons > div, .offering-info-box table > tbody > tr > td.contact-persons > section.info-box-own-contact-persons > div, .offering-info-box table > tbody > tr > td.contact-persons > section.info-box-shared-contact-persons > div {
  margin-bottom: 1em;
}
.offering-info-box table > tbody > tr > td.contact-persons > section.info-box-general-contact-persons > div:last-child, .offering-info-box table > tbody > tr > td.contact-persons > section.info-box-own-contact-persons > div:last-child, .offering-info-box table > tbody > tr > td.contact-persons > section.info-box-shared-contact-persons > div:last-child {
  margin-bottom: 0;
}

/************ end offering details page **************/
/*********** start progress indicator ****************/
#progressIndicator {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #f3f3f3;
  display: none;
}
#progressIndicator #indicator {
  background-image: url("Images/progress_blue.gif");
  background-position: center center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
}
.appleios #progressIndicator #indicator {
  top: 30%;
}
#progressIndicator img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -31px;
}

.mobileOverlay {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 999;
  top: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}

.to-top {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 100px;
  z-index: 100;
  display: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+100,ffffff+100&0+0,1+100 */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-8 */
}
.to-top a {
  position: fixed;
  bottom: 30px;
  right: 10px;
  background-color: #222222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 16px;
}
@media screen and (max-width: 480px) {
  .to-top a {
    bottom: 90px;
  }
}
.ie9 .to-top {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  filter: none;
}

/************* end progress indicator ****************/
/***************** start score info ******************/
@media screen and (max-width: 767px) {
  .score-info {
    display: none;
  }
}
.score-info .score-info-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
}
.score-info.explain-other {
  position: relative;
  top: -15px;
}
.score-info a {
  color: #ffffff;
  background: rgb(119.085, 119.085, 119.085);
  padding: 5px 5px;
  margin: 6px;
  text-decoration: none;
}
.score-info .score-info-dialog {
  display: none;
}
.score-info .score-info-dialog pre {
  font-family: monospace;
}
.score-info .score-info-dialog td {
  padding: 5px;
}

/****************** end score info *******************/
.content-wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-wrapper:before, .content-wrapper:after {
  content: " ";
  display: table;
}
.content-wrapper:after {
  clear: both;
}
.content-wrapper.start-page {
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .content-wrapper.search-result-page, .content-wrapper.organisation-details-page, .content-wrapper.offering-details-page, .content-wrapper.dashboard-wrapper {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrapper.favorite-wrapper, .content-wrapper.mynetwork-wrapper {
    padding-top: 50px;
  }
}

.simple-html-content h1, .simple-html-content h2, .simple-html-content h3, .simple-html-content h4, .simple-html-content h5, .simple-html-content h6 {
  color: #333333;
}
.simple-html-content h1 {
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 6px;
}
.simple-html-content h2,
.simple-html-content section h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 20px;
  border-bottom: 1px solid #cccccc;
}
.simple-html-content h3,
.simple-html-content section h2,
.simple-html-content section section h1 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 3px;
  border-bottom: medium none;
}
.simple-html-content h4,
.simple-html-content section h3,
.simple-html-content section section h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
}
.simple-html-content h5,
.simple-html-content section h4,
.simple-html-content section section h3 {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  margin: 0px;
}
.simple-html-content h6,
.simple-html-content section h5,
.simple-html-content section section h4 {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin: 0px;
}
.simple-html-content section h6,
.simple-html-content section section h5,
.simple-html-content section section h6 {
  /* normal styling */
  font-weight: normal;
  font-style: normal;
}
.simple-html-content b {
  font-weight: bold;
}
.simple-html-content p {
  margin-bottom: 10px;
}
.simple-html-content p:last-of-type {
  margin-bottom: 1em;
}
.simple-html-content ul {
  list-style-position: inside;
  list-style: disc;
  padding-left: 40px;
  margin: 14px 0px;
}
.simple-html-content ul ol, .simple-html-content ol ul, .simple-html-content ol ol, .simple-html-content ul ul {
  margin: 0px;
}
.simple-html-content ol {
  list-style-position: inside;
  list-style: decimal;
  padding-left: 40px;
  margin: 14px 0px;
}
.simple-html-content li {
  padding-left: 3px;
}

.google-map-on .resultsList li {
  padding: 10px 10px 10px 15px;
  margin-bottom: 10px;
}
.resultsList li {
  padding: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #444444;
  position: relative;
}
@media screen and (max-width: 767px) {
  .resultsList li {
    margin-bottom: 10px;
  }
}
.resultsList li h2 a {
  font-size: 18px;
  line-height: 24px;
  color: #006699;
  font-weight: bold;
  margin-right: 5px;
}
.resultsList li h2 a:hover, .resultsList li h2 a:active {
  text-decoration: none;
}
.resultsList li h2 a.inline-text-link {
  margin-right: 0px;
}
.resultsList li .offerings {
  border-left: 3px solid #c8e6f6;
  margin: 15px 0;
  width: 100%;
}
.resultsList li .offerings .header {
  color: #333333;
  font-weight: bold;
  padding-left: 8px;
  text-align: left;
}
.resultsList li .offerings .content {
  width: 100%;
}
.resultsList li .offerings .content .noofferings {
  color: #666666 !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #666666;
  font-style: italic;
}
.resultsList li .offerings .content:before, .resultsList li .offerings .content:after {
  content: " ";
  display: table;
}
.resultsList li .offerings .content:after {
  clear: both;
}
.resultsList li .offerings .content,
.resultsList li .offerings .show-all-offerings {
  padding-left: 8px;
}
.resultsList li .offerings .content .offering-link-container,
.resultsList li .offerings .show-all-offerings .offering-link-container {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px;
  margin-bottom: 6px;
  vertical-align: top;
}
.resultsList li .offerings .content .offering-link-container a,
.resultsList li .offerings .show-all-offerings .offering-link-container a {
  display: block;
}
.resultsList li .offerings .content a,
.resultsList li .offerings .show-all-offerings a {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 1px 6px;
  margin-right: 5px;
  text-decoration: none;
  -ms-word-wrap: normal;
  word-wrap: normal;
}
.resultsList li .offerings .content a, .resultsList li .offerings .content a:active, .resultsList li .offerings .content a:visited,
.resultsList li .offerings .show-all-offerings a,
.resultsList li .offerings .show-all-offerings a:active,
.resultsList li .offerings .show-all-offerings a:visited {
  color: #006699;
}
.resultsList li .offerings .content a:hover,
.resultsList li .offerings .show-all-offerings a:hover {
  color: #333333;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.search-result-page .subject-container .subject-description-container, .search-result-page .subject-container .subject-local-container {
  margin-bottom: 15px;
  overflow: hidden;
}
.search-result-page .subject-container .subject-description-container .description, .search-result-page .subject-container .subject-local-container .description {
  position: relative;
  overflow: hidden;
}
.search-result-page .subject-container .subject-description-container .description {
  max-height: 136px;
}
@media (min-width: 992px) {
  .search-result-page .subject-container .subject-description-container .description {
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .search-result-page .subject-container .subject-description-container .description {
    line-height: 1.7;
  }
}
.search-result-page .subject-container .subject-description-container .gradient {
  height: 75px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100;White+to+Transparent */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-8 */
  display: none;
}
.ie9 .search-result-page .subject-container .subject-description-container .gradient {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  filter: none;
}
.search-result-page .subject-container .subject-local-container .description {
  max-height: 125px;
}
.search-result-page .subject-container .subject-local-container .gradient {
  height: 75px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgPC9saW5lYXJHcmFkaWVudD4NCiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(243, 243, 243, 0) 0%, rgb(243, 243, 243) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(243, 243, 243, 0)), color-stop(100%, rgb(243, 243, 243))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(243, 243, 243, 0) 0%, rgb(243, 243, 243) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(243, 243, 243, 0) 0%, rgb(243, 243, 243) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(243, 243, 243, 0) 0%, rgb(255, 255, 255) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, rgb(243, 243, 243) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f3f3f3", endColorstr="#f3f3f3",GradientType=0 ); /* IE6-8 */
  display: none;
}
.ie9 .search-result-page .subject-container .subject-local-container .gradient {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  filter: none;
}
.search-result-page .subject-container .subject-local-container .content {
  padding: 10px;
  margin-bottom: 0px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  background-color: #f3f3f3;
  color: #666666;
}
.search-result-page .subject-container .subject-local-container .content h1.subject-local-title {
  margin-top: 0px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  border-bottom: none;
}
.search-result-page .category-container .gradient {
  height: 75px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100;White+to+Transparent */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-8 */
  display: none;
}
.ie9 .search-result-page .category-container .gradient {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  filter: none;
}
.search-result-page .category-container .subjects {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  width: 100%;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.search-result-page .category-container .subjects .header {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 10px;
  padding: 10px 0px;
  text-align: left;
}
.search-result-page .category-container .subjects .header .result-sort {
  display: inline-block;
  float: right;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .search-result-page .category-container .subjects .header .result-sort {
    display: block;
    float: none;
  }
}
.search-result-page .category-container .subjects .header .result-sort a {
  text-decoration: none;
}
.search-result-page .category-container .subjects .header .result-sort .selected {
  background-color: #006699;
  padding: 2px 5px 3px;
  color: #f3f3f3;
  border-radius: 3px;
}
.search-result-page .category-container .subjects .content {
  width: 100%;
}
.search-result-page .category-container .subjects .content:before, .search-result-page .category-container .subjects .content:after {
  content: " ";
  display: table;
}
.search-result-page .category-container .subjects .content:after {
  clear: both;
}
.search-result-page .category-container .subjects .content .subject-link-container {
  display: inline-block;
  max-width: 49%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 6px;
}
.search-result-page .category-container .subjects .content .subject-link-container a {
  border-radius: 4px;
  border: 1px solid #006699;
  padding: 4px 8px;
  display: block;
  background-color: #f3f3f3;
  padding: 1px 6px;
  margin-right: 5px;
  text-decoration: none;
  -ms-word-wrap: normal;
  word-wrap: normal;
}
.search-result-page .category-container .subjects .content .subject-link-container a:active, .search-result-page .category-container .subjects .content .subject-link-container a:visited {
  color: #006699;
}
@media (max-width: 480px) {
  .search-result-page .category-container .subjects .content .subject-link-container {
    display: block;
    max-width: none;
  }
  .search-result-page .category-container .subjects .content .subject-link-container a {
    width: 100%;
  }
}
.search-result-page .category-container .category-description-container {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.search-result-page .category-container .category-description-container .description {
  max-height: 136px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .search-result-page .category-container .category-description-container .description {
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .search-result-page .category-container .category-description-container .description {
    line-height: 1.7;
  }
}
.search-result-page .category-container .category-description-container .description p {
  margin-bottom: 10px;
}
.search-result-page .category-container .category-description-container .gradient {
  height: 75px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100;White+to+Transparent */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-8 */
  display: none;
}
.ie9 .search-result-page .category-container .category-description-container .gradient {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  filter: none;
}
.search-result-page .categorized-search-title,
.search-result-page .categorized-search-subject-title {
  margin-bottom: 15px;
}
.search-result-page .categorized-search-title .table,
.search-result-page .categorized-search-subject-title .table {
  display: table-row;
  color: #333333;
}
.search-result-page .categorized-search-title .table .icomoon-icon,
.search-result-page .categorized-search-subject-title .table .icomoon-icon {
  font-size: 50px;
  padding-right: 10px;
}
.search-result-page .categorized-search-title .table h1 {
  font-size: 24px;
}
.search-result-page .categorized-search-title .table div, .search-result-page .categorized-search-title .table h1 {
  display: table-cell;
  vertical-align: middle;
}
.search-result-page .categorized-search-subject-title .table span {
  font-size: 24px;
  line-height: 20px;
}
.search-result-page .categorized-search-subject-title .table div {
  display: table-cell;
  vertical-align: middle;
}
.search-result-page .categorized-search-subject-title .table h1 {
  font-size: 20px;
  font-weight: normal;
}

/*********** start offering details page *************/
.organisation-wrapper {
  /* Begin quick fix for ZOESOKA-1825 */
  /* End quick fix for ZOESOKA-1825 */
}
.organisation-wrapper h1 {
  font-size: 28px;
  color: #333333;
}
.organisation-wrapper .organisation-control-button {
  width: 200px;
  margin-top: 15px;
}
.organisation-wrapper .organisation-details h2,
.organisation-wrapper .organisation-details section h1 {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: #333333;
  margin: 10px 0 25px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  line-height: 1;
}
.organisation-wrapper .organisation-details section h2,
.organisation-wrapper .organisation-details section section h1 {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  margin: 0 0 6px 0;
  padding: 0;
  border-bottom: none;
  line-height: 1;
}
.organisation-wrapper .organisation-details section h3,
.organisation-wrapper .organisation-details section section h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #333333;
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
  line-height: 1;
}
.organisation-wrapper .organisation-details section h4,
.organisation-wrapper .organisation-details section section h3 {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  color: #666666;
  margin: 0;
  padding: 0;
  border-bottom: none;
  line-height: 1;
}
.organisation-wrapper .organisation-details section h5 {
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  color: #333333;
  margin: 0;
  padding: 0;
  border-bottom: none;
  line-height: 1;
}
.organisation-wrapper .organisation-details {
  margin-bottom: 25px;
  line-height: 22px;
  font-size: 14px;
  color: #333333;
}
.organisation-wrapper .organisation-details a {
  color: #006699;
  text-decoration: underline;
}
.organisation-wrapper .organisation-details a:hover, .organisation-wrapper .organisation-details a:active {
  text-decoration: none;
}
.organisation-wrapper .organisation-details h1 {
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  margin: 0 0 6px 0;
  padding: 0;
  border: 0;
  line-height: 30px;
}
.organisation-wrapper .organisation-details p {
  line-height: 22px;
  margin-bottom: 16px;
}
.organisation-wrapper .organisation-details b,
.organisation-wrapper .organisation-details strong {
  font-weight: bold;
}
.organisation-wrapper .organisation-details ul {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 16px;
}
.organisation-wrapper .organisation-details ul.select2-choices {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.organisation-wrapper .organisation-details ul.nav {
  margin-left: 0;
}
.organisation-wrapper .organisation-details ol {
  list-style: decimal;
  margin-left: 30px;
  margin-bottom: 16px;
}
.organisation-wrapper .organisation-details .diensten {
  margin-top: 20px;
}
.organisation-wrapper .organisation-details .diensten h2 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}
.organisation-wrapper .organisation-details .diensten .heading a {
  display: inline;
  font-size: 18px;
  line-height: 22px;
  color: #006699;
  text-decoration: underline;
  margin-right: 5px;
}
.organisation-wrapper .organisation-details .diensten .heading a:hover, .organisation-wrapper .organisation-details .diensten .heading a:active {
  text-decoration: none;
}
.organisation-wrapper .organisation-details .diensten .content {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 42px;
}
.organisation-wrapper .organisation-details .diensten .content pre {
  white-space: pre-line;
}
.organisation-wrapper .organisation-details .diensten a {
  display: block;
  color: #006699;
  text-decoration: underline;
}
.organisation-wrapper .organisation-details .diensten a:hover, .organisation-wrapper .organisation-details .diensten a:active {
  text-decoration: none;
}
.organisation-wrapper .organisation-details .diensten .contracted-text {
  padding: 10px;
  background: #fff4cc;
  margin-bottom: 20px;
}
.organisation-wrapper .organisation-details .diensten .contracted-text a {
  display: inline;
}
.organisation-wrapper .organisation-details .diensten .contracted-text a:hover {
  color: #333333;
  text-decoration: underline;
}
.organisation-wrapper .organisation-details .favorite-session-links {
  margin: 0 0 10px 0;
}
.organisation-wrapper .organisation-details .favorite-session-links:before, .organisation-wrapper .organisation-details .favorite-session-links:after {
  content: " ";
  display: table;
}
.organisation-wrapper .organisation-details .favorite-session-links:after {
  clear: both;
}
.organisation-wrapper .organisation-details .favorite-organisation a,
.organisation-wrapper .organisation-details .no-favorite-organisation a {
  text-decoration: underline;
}
.organisation-wrapper .organisation-details .favorite-organisation a:hover,
.organisation-wrapper .organisation-details .no-favorite-organisation a:hover {
  color: #006699;
  text-decoration: none;
}
.organisation-wrapper .organisation-details .favorite-organisation .favorite-icon,
.organisation-wrapper .organisation-details .no-favorite-organisation .favorite-icon {
  cursor: pointer;
  position: relative;
  padding-right: 4px;
  top: -2px;
}
.organisation-wrapper .organisation-details .session-active {
  position: relative;
  top: 0;
  left: -2px;
}
.organisation-wrapper .organisation-details .session-not-active {
  position: relative;
  padding-right: 5px;
  top: 0;
  left: 1px;
}
.organisation-wrapper .organisation-details .organisation-content .organisation-text {
  position: relative;
}
.organisation-wrapper .organisation-details .organisation-content .organisation-text-gradient {
  height: 75px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100;White+to+Transparent */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-8 */
  display: none;
}
.ie9 .organisation-wrapper .organisation-details .organisation-content .organisation-text-gradient {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  filter: none;
}
.organisation-wrapper .organisation-details .offering-content .header {
  padding: 16px 0;
}
.organisation-wrapper .organisation-details .offering-content .header h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 5px;
  border-top: 2px solid #e1e1e1;
  border-bottom: none;
}
.organisation-wrapper .organisation-details .offering-content .header .show-offerings {
  display: block;
  background-color: #fff4cc;
  padding: 5px 10px;
}
.organisation-wrapper .organisation-details .offering-content .diensten {
  margin-top: 0;
}
.organisation-wrapper .organisation-details .favorite-categories-content {
  margin-bottom: 14px;
}
.organisation-wrapper .organisation-details .favorite-categories-content .title {
  margin: 0 0 5px 5px;
}
.organisation-wrapper .organisation-details .favorite-categories-content .favorite-categories {
  width: 100%;
}
.organisation-wrapper .organisation-properties {
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  padding: 15px;
  font-size: 14px;
  color: #444444;
  line-height: 22px;
  margin-bottom: 30px;
}
.organisation-wrapper .organisation-properties .header {
  font-weight: bold;
}
.organisation-wrapper .organisation-properties .content {
  padding-bottom: 22px;
}
.organisation-wrapper .organisation-properties .content:last-of-type {
  padding-bottom: 0;
}
.organisation-wrapper .organisation-properties .content .item,
.organisation-wrapper .organisation-properties .content .contracted-municipality {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #444444;
}
.organisation-wrapper .organisation-properties .content .item:first-of-type,
.organisation-wrapper .organisation-properties .content .contracted-municipality:first-of-type {
  padding-left: 0;
}
.organisation-wrapper .organisation-properties .content .item:last-of-type,
.organisation-wrapper .organisation-properties .content .contracted-municipality:last-of-type {
  padding-right: 0;
  border-right: none;
}
.organisation-wrapper .organisation-properties .contracted,
.organisation-wrapper .organisation-properties .tooltip {
  cursor: pointer;
}
.organisation-wrapper .regelhulp-container {
  background-color: #A2D7EF;
  margin-bottom: 26px;
  display: none;
  border-radius: 3px;
}
.organisation-wrapper .regelhulp-container .row {
  width: 100%;
}
.organisation-wrapper .regelhulp-container .regelhulp-top {
  background-color: #164273;
  border: 1px solid #003066;
  border: 0;
  padding: 13px 15px;
  color: #ffffff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 15px;
  font-weight: bold;
}
.organisation-wrapper .regelhulp-container .regelhulp-content {
  padding: 12px 20px 12px 20px;
}
.organisation-wrapper .regelhulp-container .regelhulp-content li a {
  font-size: 14px;
  line-height: 26px;
  color: #005C8A;
  text-decoration: underline;
}
.organisation-wrapper .regelhulp-container .regelhulp-content .regelhulp-ajax li a:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAG1BMVEX///8pKSmIiIgpKSmIiIgpKSlFUliIiIii1+/UKzztAAAABXRSTlMAw8PExAble6MAAAA5SURBVHhefcuxCQAgDADBt3AW13AFkexhI8kCSsZWhLRWxxcPSUQaZHdfQZkPWx/2/Tp2YxAUVa0cwhYd02j3WGEAAAAASUVORK5CYII=");
  width: 12px;
  height: 12px;
  position: absolute;
  content: "";
  margin: 5px 0 0 2px;
}

#session p > a {
  text-decoration: underline;
  color: #006699;
}
#session p > a:visited {
  color: #006699;
}
#session p > a:visited:active {
  color: #000000;
}
#session p > a:visited:hover {
  text-decoration: none;
}

#note-personal {
  margin-bottom: 20px;
}

#note-shared .note-bar h2 {
  height: 34px;
}
#note-shared .shared-note-message {
  background: #ffefc8;
  padding: 0 10px;
  line-height: 20px;
  margin-top: -5px;
  padding-bottom: 7px;
}

#note-shared-by-others {
  margin-top: 20px;
}
#note-shared-by-others .note-shared-by-others-description {
  line-height: 20px;
}
#note-shared-by-others .note-shared-by-others-user {
  display: block;
  font-size: 12px;
  color: #888888;
  padding-bottom: 10px;
}
#note-shared-by-others .note-shared-by-others-user:last-of-type {
  padding-bottom: 0;
}

.common-contact-person,
.own-contact-persons,
.shared-contact-persons {
  margin-bottom: 10px;
}
.common-contact-person h2.contact-persons-title,
.own-contact-persons h2.contact-persons-title,
.shared-contact-persons h2.contact-persons-title {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 6px 0;
  padding: 0;
  border-bottom: none;
}
.common-contact-person .no-contact-persons-text,
.own-contact-persons .no-contact-persons-text,
.shared-contact-persons .no-contact-persons-text {
  font-style: italic;
}
.common-contact-person .contact-person-details,
.own-contact-persons .contact-person-details,
.shared-contact-persons .contact-person-details {
  margin-bottom: 20px;
}
.common-contact-person .contact-person-details:last-of-type,
.own-contact-persons .contact-person-details:last-of-type,
.shared-contact-persons .contact-person-details:last-of-type {
  margin-bottom: 0;
}
.common-contact-person .contact-person-details .text,
.own-contact-persons .contact-person-details .text,
.shared-contact-persons .contact-person-details .text {
  border: 1px solid #666666;
  margin: 0;
  padding: 10px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  color: #666666;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 20px;
}
.common-contact-person .status,
.own-contact-persons .status,
.shared-contact-persons .status {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: inherit;
}
.common-contact-person .status .status-text,
.own-contact-persons .status .status-text,
.shared-contact-persons .status .status-text {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .common-contact-person .status .status-text,
  .own-contact-persons .status .status-text,
  .shared-contact-persons .status .status-text {
    width: 80%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .common-contact-person .status .status-text,
  .own-contact-persons .status .status-text,
  .shared-contact-persons .status .status-text {
    width: 65%;
  }
}
.common-contact-person .status .status-text .shared-with-text,
.own-contact-persons .status .status-text .shared-with-text,
.shared-contact-persons .status .status-text .shared-with-text {
  color: #666666;
  font-size: 12px;
  line-height: normal;
  padding-left: 25px;
  position: relative;
}
.common-contact-person .status .status-text .shared-with-text.icon-item-shared::before,
.own-contact-persons .status .status-text .shared-with-text.icon-item-shared::before,
.shared-contact-persons .status .status-text .shared-with-text.icon-item-shared::before {
  content: "";
  background-image: url("Images/icon-item-shared.png");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  left: 10px;
  position: absolute;
  width: 15px;
  height: 15px;
}
.common-contact-person .status .status-text .shared-with-text.icon-item-not-shared::before,
.own-contact-persons .status .status-text .shared-with-text.icon-item-not-shared::before,
.shared-contact-persons .status .status-text .shared-with-text.icon-item-not-shared::before {
  content: "";
  background-image: url("Images/icon-item-not-shared.png");
  background-repeat: no-repeat;
  background-position: 0 1px;
  left: 10px;
  position: absolute;
  width: 15px;
  height: 15px;
}
.common-contact-person .status .status-text .last-change,
.own-contact-persons .status .status-text .last-change,
.shared-contact-persons .status .status-text .last-change {
  line-height: normal;
  padding-left: 10px;
}
.common-contact-person .status .status-actions,
.own-contact-persons .status .status-actions,
.shared-contact-persons .status .status-actions {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
@media screen and (max-width: 767px) {
  .common-contact-person .status .status-actions,
  .own-contact-persons .status .status-actions,
  .shared-contact-persons .status .status-actions {
    width: 20%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .common-contact-person .status .status-actions,
  .own-contact-persons .status .status-actions,
  .shared-contact-persons .status .status-actions {
    width: 35%;
  }
}
.common-contact-person .status .status-actions .actions .edit-link,
.common-contact-person .status .status-actions .actions .delete-link,
.own-contact-persons .status .status-actions .actions .edit-link,
.own-contact-persons .status .status-actions .actions .delete-link,
.shared-contact-persons .status .status-actions .actions .edit-link,
.shared-contact-persons .status .status-actions .actions .delete-link {
  float: none;
  line-height: inherit;
}

.no-common-contact-person,
.no-own-contact-persons {
  margin-bottom: 20px;
}

#addOrUpdateOwnContactPersonModal input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  margin-left: -12px;
  position: absolute;
}
#addOrUpdateOwnContactPersonModal input[type=checkbox] ~ label {
  clear: none;
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  padding-left: 26px;
  padding-right: 2px;
  height: 20px;
  background: url("Images/sprite-checkboxes.png") 0 0 no-repeat;
  background-position: 0 0;
  border: 1px solid transparent;
}
#addOrUpdateOwnContactPersonModal input[type=checkbox]:disabled ~ label, #addOrUpdateOwnContactPersonModal input[type=checkbox].disabled ~ label {
  opacity: 0.6;
  background-position: 0 -20px;
  cursor: not-allowed;
}
#addOrUpdateOwnContactPersonModal input[type=checkbox]:checked ~ label {
  background-position: 0 -40px;
  font-weight: bold;
}
#addOrUpdateOwnContactPersonModal input[type=checkbox]:disabled:checked ~ label, #addOrUpdateOwnContactPersonModal input[type=checkbox].disabled:checked ~ label {
  background-position: 0 -60px;
  cursor: not-allowed;
}
#addOrUpdateOwnContactPersonModal input[type=checkbox]:hover ~ label {
  color: #1E7EAE;
}
#addOrUpdateOwnContactPersonModal input[type=checkbox]:focus ~ label {
  outline: none;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 1px #1E7EAE;
  border-radius: 1px;
}

#addOrUpdateNoteModal input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  margin-left: -12px;
  position: absolute;
}
#addOrUpdateNoteModal input[type=checkbox] ~ label {
  clear: none;
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  padding-left: 26px;
  padding-right: 2px;
  height: 20px;
  background: url("Images/sprite-checkboxes.png") 0 0 no-repeat;
  background-position: 0 0;
  border: 1px solid transparent;
}
#addOrUpdateNoteModal input[type=checkbox]:disabled ~ label, #addOrUpdateNoteModal input[type=checkbox].disabled ~ label {
  opacity: 0.6;
  background-position: 0 -20px;
  cursor: not-allowed;
}
#addOrUpdateNoteModal input[type=checkbox]:checked ~ label {
  background-position: 0 -40px;
  font-weight: bold;
}
#addOrUpdateNoteModal input[type=checkbox]:disabled:checked ~ label, #addOrUpdateNoteModal input[type=checkbox].disabled:checked ~ label {
  background-position: 0 -60px;
  cursor: not-allowed;
}
#addOrUpdateNoteModal input[type=checkbox]:hover ~ label {
  color: #1E7EAE;
}
#addOrUpdateNoteModal input[type=checkbox]:focus ~ label {
  outline: none;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 1px #1E7EAE;
  border-radius: 1px;
}
#addOrUpdateNoteModal .foreign-note-sharing-text {
  font-style: italic;
}

.own-notes .own-note-add-link,
.own-notes .own-shared-note-add-link,
.foreign-notes .own-note-add-link,
.foreign-notes .own-shared-note-add-link {
  display: block;
  margin-bottom: 10px;
}
.own-notes .own-note-add-link.collapse,
.own-notes .own-shared-note-add-link.collapse,
.foreign-notes .own-note-add-link.collapse,
.foreign-notes .own-shared-note-add-link.collapse {
  display: none;
}
.own-notes h2.own-notes-title,
.own-notes h2.foreign-notes-title,
.foreign-notes h2.own-notes-title,
.foreign-notes h2.foreign-notes-title {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 6px 0;
  padding: 0;
  border-bottom: none;
}
.own-notes .foreign-note-sharing-text,
.own-notes .no-foreign-notes-text,
.foreign-notes .foreign-note-sharing-text,
.foreign-notes .no-foreign-notes-text {
  font-style: italic;
}
.own-notes .status,
.foreign-notes .status {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: inherit;
}
.own-notes .status .status-text,
.foreign-notes .status .status-text {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .own-notes .status .status-text,
  .foreign-notes .status .status-text {
    width: 80%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .own-notes .status .status-text,
  .foreign-notes .status .status-text {
    width: 65%;
  }
}
.own-notes .status .status-text .shared-with-text,
.foreign-notes .status .status-text .shared-with-text {
  color: #666666;
  font-size: 12px;
  line-height: normal;
  padding-left: 25px;
  position: relative;
}
.own-notes .status .status-text .shared-with-text.icon-item-shared::before,
.foreign-notes .status .status-text .shared-with-text.icon-item-shared::before {
  content: "";
  background-image: url("Images/icon-item-shared.png");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  left: 10px;
  position: absolute;
  width: 15px;
  height: 15px;
}
.own-notes .status .status-text .shared-with-text.icon-item-not-shared::before,
.foreign-notes .status .status-text .shared-with-text.icon-item-not-shared::before {
  content: "";
  background-image: url("Images/icon-item-not-shared.png");
  background-repeat: no-repeat;
  background-position: 0 1px;
  left: 10px;
  position: absolute;
  width: 15px;
  height: 15px;
}
.own-notes .status .status-text .last-change,
.foreign-notes .status .status-text .last-change {
  line-height: normal;
  padding-left: 10px;
}
.own-notes .status .status-actions,
.foreign-notes .status .status-actions {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
@media screen and (max-width: 767px) {
  .own-notes .status .status-actions,
  .foreign-notes .status .status-actions {
    width: 20%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .own-notes .status .status-actions,
  .foreign-notes .status .status-actions {
    width: 35%;
  }
}
.own-notes .status .status-actions .actions .edit-link,
.own-notes .status .status-actions .actions .delete-link,
.foreign-notes .status .status-actions .actions .edit-link,
.foreign-notes .status .status-actions .actions .delete-link {
  float: none;
  line-height: inherit;
}

.note-details .text {
  background-color: #fff6df;
}
.note-details .status {
  background-color: #ffefc8;
}

.contact-person-details .text {
  background-color: #f3f3f3;
}
.contact-person-details .status {
  background-color: #e8e8e8;
}

/* Shared settings for notes and contacts */
.note-details,
.contact-person-details {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  background: #ffefc8;
}
.note-details:last-of-type,
.contact-person-details:last-of-type {
  margin-bottom: 10px;
}
.note-details textarea,
.contact-person-details textarea {
  border: 1px solid #666666;
  border-bottom: none;
  margin: 0;
  padding: 10px;
  background: #fff6df;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  color: #666666;
  min-height: 60px;
  width: 100%;
  resize: none;
  vertical-align: top;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
  line-height: 20px;
}
.note-details textarea:active, .note-details textarea:focus,
.contact-person-details textarea:active,
.contact-person-details textarea:focus {
  outline: none;
}
.note-details p,
.contact-person-details p {
  line-height: 22px;
  min-height: 50px;
  padding: 12px 10px;
  color: #666666;
  margin: 0;
  background: #fff6df;
}
.note-details p a,
.contact-person-details p a {
  color: #006699;
  text-decoration: underline;
}
.note-details p a:hover,
.contact-person-details p a:hover {
  text-decoration: none;
}
.note-details h2, .note-details label,
.contact-person-details h2,
.contact-person-details label {
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
  background: #ffefc8;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  border-radius: 3px 3px 0 0;
}
.note-details h2 a, .note-details label a,
.contact-person-details h2 a,
.contact-person-details label a {
  color: #333333;
  text-decoration: underline;
}
.note-details h2 a:hover, .note-details label a:hover,
.contact-person-details h2 a:hover,
.contact-person-details label a:hover {
  text-decoration: none;
}
.note-details .text,
.contact-person-details .text {
  cursor: text;
  border: 1px solid #666666;
  border-bottom: none;
  margin: 0;
  padding: 10px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  color: #666666;
  min-height: 60px;
  resize: none;
  vertical-align: top;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 20px;
  min-height: 50px !important;
}
.note-details .read-more,
.contact-person-details .read-more {
  background: #fff6df;
  border: 1px solid #666666;
  border-top: none;
  border-bottom: none;
  margin: 0;
  padding: 0 10px 10px 10px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  color: #666666;
  vertical-align: top;
  line-height: 30px;
  display: none;
}
.note-details .read-more a,
.contact-person-details .read-more a {
  text-decoration: underline;
}
.note-details .read-more a:hover,
.contact-person-details .read-more a:hover {
  text-decoration: none;
}
.note-details .status,
.contact-person-details .status {
  border-top: 1px solid #666666;
  min-height: 34px;
  line-height: 34px;
  border-radius: 0 0 3px 3px;
}
.note-details .status:before, .note-details .status:after,
.contact-person-details .status:before,
.contact-person-details .status:after {
  content: " ";
  display: table;
}
.note-details .status:after,
.contact-person-details .status:after {
  clear: both;
}
.note-details .status .done-button,
.contact-person-details .status .done-button {
  float: left;
  margin-left: 4px;
  margin-top: 4px;
}
.note-details .status .done-button:focus,
.contact-person-details .status .done-button:focus {
  color: #ffffff;
}
.note-details .status .change-saved,
.contact-person-details .status .change-saved {
  float: left;
  color: #666666;
  font-size: 14px;
  padding-left: 25px;
  background: url(Images/icon-wijziging-opgeslagen.png) no-repeat 6px 10px;
}
.note-details .status .fail-status,
.contact-person-details .status .fail-status {
  padding-left: 5px;
  color: #666666;
  font-size: 14px;
}
.note-details .status .loader-status,
.contact-person-details .status .loader-status {
  float: left;
  color: #666666;
  font-size: 14px;
  padding-left: 25px;
  background: url(Images/icon-loader.gif) no-repeat 6px 10px;
}
.note-details .status .last-change,
.contact-person-details .status .last-change {
  color: #666666;
  float: left;
  font-size: 12px;
  padding-left: 10px;
}
.note-details .status .delete-confirm,
.contact-person-details .status .delete-confirm {
  float: right;
  padding-right: 10px;
}
.note-details .status .delete-confirm .cancel-button,
.contact-person-details .status .delete-confirm .cancel-button {
  font-size: 14px;
  text-decoration: underline;
}
.note-details .status .delete-confirm .cancel-button:hover,
.contact-person-details .status .delete-confirm .cancel-button:hover {
  text-decoration: none;
}
.note-details .status .actions,
.contact-person-details .status .actions {
  float: right;
}
.note-details .status .edit-link,
.contact-person-details .status .edit-link {
  cursor: pointer;
  background: rgba(0, 0, 0, 0) url("Images/icon-item-edit.png") no-repeat scroll 0 9px;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 25px;
  margin-top: 2px;
  padding-left: 19px;
  padding-right: 13px;
  text-decoration: underline;
  line-height: 30px;
}
.note-details .status .edit-link:hover,
.contact-person-details .status .edit-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .note-details .status .edit-link,
  .contact-person-details .status .edit-link {
    padding-right: 5px;
  }
}
.note-details .status .edit-link.edit-link-disabled,
.contact-person-details .status .edit-link.edit-link-disabled {
  color: #006699;
  opacity: 0.5;
  cursor: default;
}
.note-details .status .edit-link.edit-link-disabled:hover,
.contact-person-details .status .edit-link.edit-link-disabled:hover {
  text-decoration: underline;
}
.note-details .status .delete-icon,
.contact-person-details .status .delete-icon {
  background-image: url(Images/icon-button-verwijder.png);
  background-repeat: no-repeat;
  background-position: 6px 6px;
  padding-left: 20px !important;
}
.note-details .status .delete-link,
.contact-person-details .status .delete-link {
  cursor: pointer;
  background: rgba(0, 0, 0, 0) url("Images/icon-item-delete.png") no-repeat scroll 0 9px;
  color: #cc3333 !important;
  display: inline-block;
  float: right;
  font-size: 14px;
  height: 25px;
  margin-top: 2px;
  padding-left: 19px;
  padding-right: 13px;
  text-decoration: underline;
  line-height: 30px;
}
.note-details .status .delete-link:hover,
.contact-person-details .status .delete-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .note-details .status .delete-link,
  .contact-person-details .status .delete-link {
    padding-right: 0;
  }
}
.note-details .description:read-only,
.contact-person-details .description:read-only {
  cursor: not-allowed !important;
}

.organisation-address {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin-bottom: 30px;
}
.organisation-address .google-maps {
  width: 100%;
  height: 170px;
  border-bottom: 1px solid #d8d8d8;
}
.organisation-address .google-maps iframe {
  width: 100%;
  height: 100%;
}
.organisation-address table > tbody > tr > td:first-of-type {
  padding-left: 15px;
}
.organisation-address table > tbody > tr > td:last-of-type {
  padding-right: 15px;
}
.organisation-address table > tbody > tr > td.contact-persons > section {
  margin-bottom: 1em;
}
.organisation-address table > tbody > tr > td.contact-persons > section:last-child {
  margin-bottom: 0;
}
.organisation-address table > tbody > tr > td.contact-persons > section.info-box-general-contact-persons > div, .organisation-address table > tbody > tr > td.contact-persons > section.info-box-own-contact-persons > div, .organisation-address table > tbody > tr > td.contact-persons > section.info-box-shared-contact-persons > div {
  margin-bottom: 1em;
}
.organisation-address table > tbody > tr > td.contact-persons > section.info-box-general-contact-persons > div:last-child, .organisation-address table > tbody > tr > td.contact-persons > section.info-box-own-contact-persons > div:last-child, .organisation-address table > tbody > tr > td.contact-persons > section.info-box-shared-contact-persons > div:last-child {
  margin-bottom: 0;
}
.organisation-address table > tbody > tr > td > span.telephone_addition {
  padding-left: 5px;
  font-style: italic;
}

.change-box {
  font-size: 14px;
  padding: 0 15px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
  margin-bottom: 30px;
}
.change-box a {
  font-weight: normal;
  text-decoration: underline;
  color: #006699;
  display: block;
}

.guid-box {
  font-size: 15px;
  background: #e8e8e8;
  border-radius: 3px;
  padding: 10px 10px;
  margin-bottom: 30px;
  text-align: center;
  color: #333333;
  line-height: 23px;
  margin-bottom: 30px;
}

/************ end organisation details page **************/
/****************** start numbered list ******************/
.numbered-list { /* malte*/
  list-style: none;
}
.numbered-list li {
  position: relative;
}
.numbered-list li:before {
  position: absolute;
  top: 0;
  margin: 0 10px 0 -35px;
  background: #666666;
  content: "";
  color: #ffffff;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 25px;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}
.numbered-list li.no-number:before {
  display: none;
}
.numbered-list li:nth-child(1):before {
  content: "1";
}
.numbered-list li:nth-child(2):before {
  content: "2";
}
.numbered-list li:nth-child(3):before {
  content: "3";
}
.numbered-list li:nth-child(4):before {
  content: "4";
}
.numbered-list li:nth-child(5):before {
  content: "5";
}
.numbered-list li:nth-child(6):before {
  content: "6";
}
.numbered-list li:nth-child(7):before {
  content: "7";
}
.numbered-list li:nth-child(8):before {
  content: "8";
}
.numbered-list li:nth-child(9):before {
  content: "9";
}
.numbered-list li:nth-child(10):before {
  content: "10";
}

/***************** end numbered list *****************/
/*************** start sessions page *****************/
#sessionDetails .subTitle {
  font-weight: bold;
  font-size: 15px;
}
#sessionDetails .date {
  margin: 5px 0;
}
#sessionDetails .message-info {
  padding-top: 5px;
  font-style: italic;
}
#sessionDetails .resultsListHeader {
  background-color: #e8e8e8;
  width: 100%;
  margin: 0px;
  padding: 6px 10px;
  font-weight: 600;
  font-size: 16px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#sessionDetails .resultsList li {
  padding: 10px 15px;
  margin-top: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#sessionDetails .resultsList li:first-of-type {
  margin-top: 0px;
}
#sessionDetails .resultsList li:nth-child(even) {
  background-color: transparent;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
#sessionDetails .resultsList li:nth-child(odd) {
  background-color: #f3f3f3;
}
#sessionDetails .resultsList li .website {
  background-image: url("Images/Sessions/Images/link_seo.png");
  width: 15px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  padding-right: 10px;
}
#sessionDetails .resultsList li .telephone {
  background-image: url("Images/Sessions/Images/telephone.png");
  width: 15px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  padding-right: 10px;
}
#sessionDetails .resultsList li .email {
  background-image: url("Images/Sessions/Images/email_envelope.png");
  width: 16px;
  height: 11px;
  background-repeat: no-repeat;
  display: inline-block;
  padding-right: 10px;
}

@media only screen and (max-width: 768px) {
  #sessionDetails #topContent .btn {
    margin-bottom: 5px;
  }
}
#sessionDetails input[type=submit]:active, #sessionDetails input[type=submit]:focus, #sessionDetails .btn:active, #sessionDetails #topContent .btn:focus {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  outline-style: none;
  outline-width: 0;
}

@media only screen and (max-width: 768px) {
  #sessionDetails .resultsList {
    margin-bottom: 40px;
  }
}
#sessionEdit .checkboxContent input[type=checkbox] {
  display: none;
}

#sessionEdit textarea {
  max-width: 100%;
  max-height: 200px;
  height: 100px;
  min-width: 100%;
}

#sessionEdit .form-group {
  margin-bottom: 10px;
}

#sessionEdit #sessionDetails .resultsList {
  margin-top: 0px;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
#sessionEdit #sessionDetails .resultsList li {
  padding: 20px 15px;
}
#sessionEdit #sessionDetails .resultsList li .organisation {
  width: 100%;
  position: relative;
}

#sessionEdit .checkboxContent {
  position: absolute;
  right: 20px;
  bottom: 0;
}

#sessionEdit .cancel {
  margin-left: 5px;
}

#sessionEdit #sessionDetails .title {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 6px 10px;
  background-color: #e8e8e8;
  font-weight: 600;
  font-size: 16px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#sessionEdit #editSessionModal .modal-body {
  max-height: 462px;
  overflow-x: auto;
  overflow-y: auto;
}

#startSessionModal input[type=text],
#sessionEdit textarea,
#sessionEdit input[type=text],
#addEditGroupModal input[type=text] {
  border-radius: 4px;
  width: 100%;
  padding: 10px 8px;
  -webkit-box-sizing: border-box; /* To include padding */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-color: #cccccc #f5f5f5 #f5f5f5 #cccccc;
  background-color: #f8f8f8;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
}

.explanation-bar {
  width: 100%;
  padding: 10px;
  background-color: #fff4cc;
  border-bottom: 1px solid #f4e097;
  border-top: 1px solid #f4e097;
  position: relative;
  z-index: 1;
  min-height: 40px;
  font-weight: bold;
}
.explanation-bar a {
  font-weight: normal;
}

.active-session-bar {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .active-session-bar {
    padding-top: 25px;
  }
}
.active-session-bar .personal-data-block,
.active-session-bar .active-session-block {
  display: inline-block;
}
.active-session-bar .personal-data-block .lock-icon,
.active-session-bar .personal-data-block .active-session-icon,
.active-session-bar .active-session-block .lock-icon,
.active-session-bar .active-session-block .active-session-icon {
  position: relative;
  margin-right: 2px;
  top: -2px;
}
.active-session-bar .personal-data-block .show-personal-data-link,
.active-session-bar .personal-data-block .stop-active-session-link,
.active-session-bar .active-session-block .show-personal-data-link,
.active-session-bar .active-session-block .stop-active-session-link {
  display: inline-block;
  margin-right: 15px;
}

#quitSessionModal #checkbox {
  margin-top: 15px;
}
#quitSessionModal #checkbox span {
  position: relative;
  bottom: 2px;
}

/**************** end sessions page ******************/
/**************** start content skip *****************/
#contentSkip {
  width: 980px;
  margin-left: auto;
  position: relative;
  margin-right: auto;
}

.contentSkip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
}

a.contentSkip:active,
a.contentSkip:focus,
a.contentSkip:hover {
  left: 0;
  top: 130px;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 999;
  border: 1px solid #006699;
  background: #f8f8f8;
  color: #006699;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  outline-style: none;
  outline-width: 0;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}

/***************** end content skip ******************/
#Results, #detailContent, #dienstColContent1 {
  outline: none;
}

/***************** start focus styles ****************/
.display-mode a.btn:focus {
  outline: 2px solid #006699 !important;
  outline-offset: -4px;
}

.display-mode a.btn.active:focus {
  outline: 2px solid #ffffff !important;
  outline-offset: -4px;
}

#loginFieldsWrapper input[type=checkbox]:focus + input + label {
  border: none;
  outline: thin solid #a4c6fd;
}

/****************** end focus styles *****************/
/*************** start session overview **************/
.icon-session {
  position: relative;
  padding-right: 10px;
  top: -3px;
}

.icon-session-add {
  position: relative;
  top: 0;
  left: 5px;
}

.session-list .highlight-detail {
  background-color: #fff4cc;
  padding: 15px;
  margin-bottom: 20px;
}
.session-list .resultsList li a {
  display: inline-block;
}

#sessionOverview .title {
  height: 40px;
  line-height: 35px;
  font-size: 25px;
  font-weight: bold;
  color: #333333;
}

#sessionOverview .ResultsColumn {
  width: 100%;
}

#sessionOverview .Results {
  width: 100%;
}

#sessionOverview #createFirstSession {
  margin-left: 35px;
}

#sessionOverview .SessieWrapper .GeenSessies h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

#sessionOverview .SessieWrapper .GeenSessies ul li {
  padding-bottom: 25px;
  padding-left: 34px;
}

#sessionOverview .SessieWrapper #createFirstSession {
  font-weight: bold;
}

#sessionOverview .SessieWrapper .GeenSessies ul {
  font-size: 16px;
}

#sessionOverview .modal {
  top: 20%;
}

#sessionEdit textarea {
  height: 100px;
  max-height: 400px;
}

#sessionEdit .form-group {
  margin-bottom: 10px;
}

#startSessionModal .highlight-detail {
  margin-bottom: 0px;
}

#startSessionModal #btnClose {
  margin-left: 5px;
}

#startSessionModal .alert-active-session {
  padding: 10px 0px;
  margin-top: 10px;
}

#sessionOverview .form-group.sessions .form-control {
  width: 200px;
  float: left;
  font-size: 16px;
  display: block;
  height: 38px;
  padding: 0 0 0 10px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  border-bottom: #f5f5f5 1px solid;
  border-right: #f5f5f5 1px solid;
  line-height: 38px\9 ;
}

#sessionOverview .form-group.sessions {
  margin-top: 22px;
}

#sessionOverview .searchContainer {
  display: inline-block;
  position: relative;
  float: right;
}

#sessionOverview .results-paging {
  display: none;
}

.modal .highlight-detail {
  background-color: #fff4cc;
  padding: 15px;
  margin-bottom: 20px;
  width: 100%;
}

/**************** end session overview ***************/
/**************** start my network *******************/
.icon-mynetwork {
  position: relative;
  padding-right: 10px;
  top: -3px;
}

/**************** end my network *********************/
.add-icon {
  background-image: url("Images/icon-add-organisation.png");
  background-position: 14px center;
}

.contact-icon {
  background-image: url("Images/icon-contactformulier.png");
  background-position: 11px center;
}

.btn-label {
  height: 40px;
  line-height: 40px;
  position: relative;
  color: #555555 !important;
}

.btn-icon {
  padding: 0 20px 8px 0;
  margin: 25px 0 0 5px;
  height: 42px;
}
.btn-icon .icon {
  background-color: #c8c8c8;
  background-repeat: no-repeat;
  border-radius: 3px 0 0 3px;
  display: inline-block;
  margin-right: 20px;
  float: left;
  height: 40px;
  width: 40px;
}
.btn-icon:hover .icon {
  background-color: #888888;
}

.display-mode .btn {
  width: 50%;
  line-height: 20px;
  border: 1px solid #006699 !important;
  float: left;
  margin-right: 0;
  margin-bottom: 10px;
  color: #006699;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  outline-style: none;
  outline-width: 0;
}
.display-mode .btn.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.display-mode .btn.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.display-mode .btn.active {
  color: #ffffff;
  background: #006699;
  box-shadow: none;
  cursor: default;
}
.display-mode .btn.active:hover {
  text-decoration: none;
}

/************** end button styles *********************/
/************** start select2 styles ******************/
.select2-input {
  line-height: normal;
  padding: 5px 8px !important;
}

/************** end select2 styles ********************/
.orderform-wrapper .number-input {
  margin-top: -7px;
  width: 60px;
}
.orderform-wrapper .costs-table td {
  vertical-align: top;
  padding: 7px 5px 5px 0px;
}
.orderform-wrapper .costs-table th {
  font-weight: bold;
}
.orderform-wrapper .costs-table .summary {
  font-size: 20px;
  font-weight: bold;
}
.orderform-wrapper .current-organisation-box {
  width: 100%;
  overflow-x: hidden;
}
.orderform-wrapper .current-organisation-box ul {
  padding: 0px !important;
}
.orderform-wrapper .current-organisation-box li {
  list-style: none;
  padding: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}
.orderform-wrapper .current-organisation-box.single {
  overflow-y: visible;
}
.orderform-wrapper .current-organisation-box.multiple {
  border: 1px solid #cccccc;
  max-height: 400px;
  overflow-y: auto;
  padding: 5px;
}
.orderform-wrapper textarea {
  width: 100%;
}

.application-wrapper {
  /************** Headings *********************/
  /************** info boxes *****************/
  /************** zoeken *********************/
  /************** input, controls and error *********************/
  /* toggle with radio buttons  */
  /************** form styles *********************/
  /* inputs */
  /************** label/required styles *********************/
  /************** wijzig formulier *********************/
  /************** contact formulier *********************/
  /**************** IE8 fix *********************/
  /**************** IE9 fix *********************/
}
.application-wrapper .hidden-category-template {
  display: block;
  visibility: hidden;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
}
.application-wrapper .change-form h2 {
  margin: 15px 0 25px;
  font-size: 18px;
}
.application-wrapper .mutedColor,
.application-wrapper .infoColor {
  color: #666666;
}
.application-wrapper .actionColor:visited {
  color: #006699;
}
.application-wrapper a:hover {
  color: rgb(85.425, 85.425, 85.425);
}
.application-wrapper a.danger {
  color: #cc3333;
}
.application-wrapper .italic {
  font-style: italic;
}
.application-wrapper h1 {
  font-size: 28px;
}
.application-wrapper .infoBox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  position: relative;
  display: block;
}
.application-wrapper .infoBoxGrey {
  background: #e8e8e8;
  width: 100%;
  height: auto;
}
.application-wrapper .alert h4 {
  margin-bottom: 10px;
}
.application-wrapper .alert p {
  margin: 0;
}
.application-wrapper #header-info-box {
  margin-top: 56px;
}
.application-wrapper #form-wekgebied-infobox {
  display: none;
  background: #e8e8e8;
  margin-top: 23px;
}
.application-wrapper #form-wekgebied-infobox.active {
  display: block;
}
.application-wrapper #form-telefoonnummer-infobox {
  display: none;
  background: #e8e8e8;
  padding: 16px;
  margin-top: 10px;
}
.application-wrapper #form-telefoonnummer-infobox.active {
  display: block;
}
.application-wrapper #form-waar-container {
  margin-left: 10px;
}
.application-wrapper #zoekBtn {
  margin-left: 10px;
}
.application-wrapper #popup {
  width: 300px;
  height: auto;
  background: #e8e8e8;
  padding: 30px;
}
.application-wrapper #popup #plaats-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.application-wrapper #popup #plaats-list ul li {
  position: relative;
}
.application-wrapper #popup #plaats-list input[type=text] {
  left: 87px;
  position: absolute;
  top: -10px;
}
.application-wrapper #form-voeg-toe-telefoonnummers-list {
  display: block;
}
.application-wrapper #form-voeg-toe-telefoonnummers-list:visited, .application-wrapper #form-voeg-toe-telefoonnummers-list:focus {
  color: #006699;
  text-decoration: underline;
}
.application-wrapper #form-voeg-toe-telefoonnummers-list:visited:hover, .application-wrapper #form-voeg-toe-telefoonnummers-list:focus:hover {
  color: rgb(85.425, 85.425, 85.425);
}
.application-wrapper #form-omschrijving-info {
  display: none;
}
.application-wrapper #form-omschrijving-info div {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 2px;
}
.application-wrapper #form-omschrijving-info ul {
  margin: 0 0 0 17px;
  padding: 0;
}
.application-wrapper #form-omschrijving-info ul li {
  padding: 3px 0;
  list-style-type: disc;
}
.application-wrapper #form-omschrijving-info p:first-of-type {
  margin-top: 0;
}
.application-wrapper #form-omschrijving-info.active {
  display: block;
}
.application-wrapper #kenmerken-checkboxList .kenmerk {
  border: 1px solid #cccccc;
  padding: 15px;
  border-radius: 3px;
}
.application-wrapper #kenmerken-checkboxList .kenmerk:first-child {
  margin-left: 0;
}
.application-wrapper #kenmerken-checkboxList .kenmerk .sublegend {
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 8px;
  padding-left: 8px;
}
.application-wrapper #kenmerken-checkboxList .kenmerk.changed {
  background: #fff4cc;
}
.application-wrapper #kenmerken-checkboxList .kenmerk > fieldset {
  margin-bottom: 0;
  margin-top: 0;
}
.application-wrapper #kenmerken-checkboxList .kenmerk ul {
  list-style: none;
  padding: 0;
  margin-top: 5px;
}
.application-wrapper #kenmerken-checkboxList .kenmerk ul li .errorMsg {
  margin-top: 10px;
}
.application-wrapper #kenmerken-checkboxList .kenmerk .no-category-options {
  visibility: hidden;
  height: 0;
}
.application-wrapper #aanmelden {
  margin: 0 0 0 40px;
  padding: 0;
}
.application-wrapper #aanmelden li {
  padding: 3px 0;
  list-style-type: disc;
}
.application-wrapper #telefoonnummer-toelichting {
  display: none;
}
.application-wrapper #telefoonnummer-toelichting.active {
  display: block;
}
.application-wrapper #form-telefoonnummer-container2 .imgbtn-delete,
.application-wrapper #form-telefoonnummer-container3 .imgbtn-delete {
  margin-top: 22px;
}
.application-wrapper #form-visiting-address-toggle,
.application-wrapper #form-postal-address-toggle {
  display: none;
  margin-top: 0;
}
.application-wrapper #form-visiting-address-toggle.active,
.application-wrapper #form-postal-address-toggle.active {
  display: block;
}
.application-wrapper #bezoeker,
.application-wrapper #beheerder {
  display: none;
  margin-top: 5px;
}
.application-wrapper #bezoeker.active,
.application-wrapper #beheerder.active {
  display: block;
}
.application-wrapper #contactpersoonOrganisatieChoice {
  display: none;
}
.application-wrapper #contactpersoonOrganisatieChoice.active {
  display: block;
}
.application-wrapper #contact-info-input {
  /*display: none;*/
  background: none repeat scroll 0 0 #e8e8e8;
  border-radius: 3px;
  padding: 15px 20px 10px;
  margin-top: 0;
}
.application-wrapper #contact-info-input.active {
  display: block;
}
.application-wrapper #contact-info-input legend {
  position: relative;
}
.application-wrapper #ldlCategoriesChoice,
.application-wrapper #targetGroupsChoice,
.application-wrapper #agesChoice {
  margin-top: 5px;
  border-top: 1px solid #cccccc;
}
.application-wrapper #ldlCategoriesChoice.active,
.application-wrapper #targetGroupsChoice.active,
.application-wrapper #agesChoice.active {
  display: block;
}
.application-wrapper #ldlCategoriesChoice.no-options,
.application-wrapper #targetGroupsChoice.no-options,
.application-wrapper #agesChoice.no-options {
  margin-top: -8px;
  border-top: none;
}
.application-wrapper .check-validation {
  display: none;
}
.application-wrapper #more-info-dialog {
  margin: 10px;
}
.application-wrapper #more-info-dialog ul {
  list-style: disc;
  margin: 20px 0 20px 35px;
}
.application-wrapper legend {
  background: #d8d8d8;
  color: #444444;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 8px 10px;
  width: 100%;
  border-radius: 3px;
}
.application-wrapper .sublegend {
  font-weight: bold;
  margin-bottom: 5px;
}
.application-wrapper .form-group {
  margin-bottom: 20px;
}
.application-wrapper .form-group.changeForm {
  margin-bottom: 0px;
}
.application-wrapper .form-group label {
  font-weight: bold;
  margin-bottom: 5px;
}
.application-wrapper .form-group.horizontal {
  float: left;
}
.application-wrapper .form-group .col1 { /*float:left;*/ }
.application-wrapper .form-group .col2 { /* float:left;*/
  margin-left: 20px;
}
.application-wrapper .form-group .form-error .errorMsg {
  display: none;
  padding-left: 0;
  font-size: 12px;
  margin-top: 3px;
}
.application-wrapper .form-group .form-error.error .errorMsg {
  display: block;
  color: #cc3333;
  font-style: italic;
}
.application-wrapper .form-group .changedLabel, .application-wrapper .changedLabel {
  display: none;
  margin-left: 0;
  padding: 5px 10px;
  margin-left: 5px;
  background: #fff4cc;
  color: #8A6C00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.application-wrapper .form-group .changedLabel.changed, .application-wrapper .changedLabel.changed {
  display: inline;
}
.application-wrapper .form-group .changedLabel.active {
  display: inline-block;
}
.application-wrapper .form-group.changed .form-control, .application-wrapper .form-control.changed {
  border-color: #e2cc7f;
  background: #fff4cc;
  float: none;
}
.application-wrapper .form-group.changed .form-control.input-validation-error, .application-wrapper .form-control.changed.input-validation-error {
  border: 1px solid #cc3333;
}
.application-wrapper #form-visiting-address-toggle.form-group-collection, .application-wrapper #form-postal-address-toggle.form-group-collection {
  background: #e8e8e8;
  padding: 15px 20px 10px;
  border-radius: 3px;
}
.application-wrapper .changedLabel.active {
  display: inline-block;
  margin-left: 0px;
  margin-bottom: 5px;
}
.application-wrapper #telefoonnummer-change-label.changedLabel {
  float: left;
  margin-left: 5px;
  margin-top: 22px;
}
.application-wrapper #visiting-address-change-label.changedLabel {
  margin-top: 0;
}
.application-wrapper #postal-address-change-label.changedLabel {
  margin-top: 0;
}
.application-wrapper .changed .address-panel {
  border-color: #e2cc7f;
  background: #fff4cc;
}
.application-wrapper fieldset #kenmerken-organisatie {
  margin-bottom: 90px;
}
.application-wrapper fieldset #algemene-informatie {
  margin-bottom: 19px;
}
.application-wrapper fieldset.input-group {
  margin: 0;
}
.application-wrapper .radio, .application-wrapper .checkbox {
  display: inline-block !important;
}
.application-wrapper input[type=radio] {
  opacity: 0;
  filter: alpha(opacity=0);
  margin-left: -12px;
  position: absolute;
}
.application-wrapper input[type=radio] ~ label {
  clear: none;
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  padding-left: 26px;
  padding-right: 2px;
  height: 20px;
  background: url("Images/sprite-radiobuttons.png") 0 0 no-repeat;
  background-position: 0 0;
  border: 1px solid transparent;
}
.application-wrapper input[type=radio]:disabled ~ label, .application-wrapper input[type=radio].disabled ~ label {
  opacity: 0.6;
  background-position: 0 -20px;
  cursor: not-allowed;
}
.application-wrapper input[type=radio]:checked ~ label {
  background-position: 0 -40px;
  font-weight: bold;
}
.application-wrapper input[type=radio]:disabled:checked ~ label, .application-wrapper input[type=radio].disabled:checked ~ label {
  background-position: 0 -60px;
  cursor: not-allowed;
}
.application-wrapper input[type=radio]:hover ~ label {
  color: #1E7EAE;
}
.application-wrapper input[type=radio]:focus ~ label {
  outline: none;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 1px #1E7EAE;
  border-radius: 1px;
}
.horizontal .application-wrapper input[type=radio] {
  float: left;
}
.application-wrapper input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  margin-left: -12px;
  position: absolute;
}
.application-wrapper input[type=checkbox] ~ label {
  clear: none;
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  padding-left: 26px;
  padding-right: 2px;
  height: 20px;
  background: url("Images/sprite-checkboxes.png") 0 0 no-repeat;
  background-position: 0 0;
  border: 1px solid transparent;
}
.application-wrapper input[type=checkbox]:disabled ~ label, .application-wrapper input[type=checkbox].disabled ~ label {
  opacity: 0.6;
  background-position: 0 -20px;
  cursor: not-allowed;
}
.application-wrapper input[type=checkbox]:checked ~ label {
  background-position: 0 -40px;
  font-weight: bold;
}
.application-wrapper input[type=checkbox]:disabled:checked ~ label, .application-wrapper input[type=checkbox].disabled:checked ~ label {
  background-position: 0 -60px;
  cursor: not-allowed;
}
.application-wrapper input[type=checkbox]:hover ~ label {
  color: #1E7EAE;
}
.application-wrapper input[type=checkbox]:focus ~ label {
  outline: none;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 1px #1E7EAE;
  border-radius: 1px;
}
.application-wrapper .textareWrapper {
  font-size: 14px;
}
.application-wrapper textarea.form-control {
  resize: none;
  width: 100%;
  font: inherit;
}
.application-wrapper label.label-block {
  display: block;
}
.application-wrapper label .required,
.application-wrapper legend .required,
.application-wrapper .form-group .required {
  color: #666666;
  display: inline-block;
  font-weight: normal;
  height: 18px;
  margin-left: 5px;
}
.application-wrapper .form-group .required {
  margin-bottom: 0;
}
.application-wrapper .form-group.error label .required,
.application-wrapper .form-group.error .sublegend .required,
.application-wrapper .form-group.error .form-group .required,
.application-wrapper .form-group .col1.error .required,
.application-wrapper .form-group .col2.error .required {
  color: #cc3333;
}
.application-wrapper #navwrapper .form-control {
  display: inline-block;
  height: 25px;
  color: #666666;
  font-size: 15px;
  width: 215px;
}
.application-wrapper #navwrapper .form-control .btn {
  height: 38px;
  margin-left: 7px;
}
.application-wrapper #formulier-part1.active,
.application-wrapper #formulier-part2.active,
.application-wrapper #formulier-part3.active,
.application-wrapper #formulier-part4.active {
  display: block;
}
.application-wrapper .formulier-toggle {
  display: none;
}
.application-wrapper .apply-message,
.application-wrapper .change-message {
  width: 960px;
  margin: 10px 0 0 0;
}
.application-wrapper .subject-dropdown {
  width: 320px;
  height: 34px;
  overflow: hidden;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFN0QzQjRDMDMwNzExMUU1OTUzQUVFRDUxQ0M5NEUyRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFN0QzQjRDMTMwNzExMUU1OTUzQUVFRDUxQ0M5NEUyRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3RDNCNEJFMzA3MTExRTU5NTNBRUVENTFDQzk0RTJFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU3RDNCNEJGMzA3MTExRTU5NTNBRUVENTFDQzk0RTJFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qP486QAAAQBJREFUeNpi/P//PwMlgImBQjDIDMjLy5tw8eJFEVyKz58/Lw5SgyIICkQQBkno6ends7S0vHTlyhV+mDgMX758md/a2vq8rq7uw/z8/F6YONwFfn5+c1lYWH5/+/ZNNysra/ft27c5YHIgdnZ29u7Pnz8bgNQA1c7DcAEI79ixw0hfX/8e0CX/7e3tT927d48ZhEFskJiBgcGd7du3GyHrYUB36oYNG2xBXgFpcHZ2/u/q6vofxAYZvH79elt09RgGgPCqVatcQBqAGK55xYoV7tjUYjUAhBctWuQHdck9EBuXOhZcURYbG7vpx48fXP/+/WMGsXGpYxzNCwwAAQYAM8XxVQlm2GsAAAAASUVORK5CYII=") no-repeat 300px 9px;
}
.application-wrapper .subject-dropdown select {
  background: transparent;
  width: 320px;
  height: 34px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.application-wrapper .subject-dropdown select::-ms-expand {
  display: none;
}
.application-wrapper .subject-dropdown select::-ms-value {
  background: transparent;
  color: inherit;
}
.application-wrapper .subject-dropdown select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}
.application-wrapper #DeliveryAddressPanel {
  margin-bottom: 0;
}
.application-wrapper #DeliveryAddressPanel .panel-body {
  min-height: 68px;
}
.application-wrapper #DeliveryAddressPanel.panel-success {
  border-color: #2C8500;
}
.application-wrapper #DeliveryAddressPanel.panel-error {
  border-color: #cc3333;
}
.application-wrapper #contracted-care-section .select2-container .select2-search-field .select2-input {
  min-width: 210px;
}
.ie8 .application-wrapper {
  /* contact formulier: use standard dropdown arrow */
}
.ie8 .application-wrapper #kenmerken-checkboxList .kenmerk {
  margin: 0 0 0 15px;
}
.ie8 .application-wrapper #kenmerken-checkboxList .kenmerk:first-child {
  margin-left: 0;
}
.ie8 .application-wrapper #kenmerken-checkboxList .kenmerk.doelgroep {
  width: 300px;
}
.ie8 .application-wrapper .subject-dropdown {
  background: transparent;
}
.ie9 .application-wrapper {
  /* contact formulier: use standard dropdown arrow */
}
.ie9 .application-wrapper .subject-dropdown {
  background: transparent;
}
@media screen and (min-width: 768px) {
  .application-wrapper .form-workingareas-infobox-container {
    min-height: 135px;
  }
}
@media screen and (min-width: 992px) {
  .application-wrapper .form-workingareas-infobox-container {
    min-height: 120px;
  }
}

/****************** start where field control ************/
.select2location .select2-chosen,
.select2mynetwork .select2-chosen {
  text-align: left;
}
.select2location .select2-choice,
.select2mynetwork .select2-choice {
  background-image: none;
  background-color: #fff;
  display: block !important;
  background-image: none !important;
}
.select2location .select2-choice .select2-arrow b,
.select2mynetwork .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
}
.has-error .select2location .select2-choice,
.has-error .select2mynetwork .select2-choice {
  background-color: #f7d8d8 !important;
  border-color: #DA1010 !important;
}

.select2-default {
  color: #777 !important;
}

.search-header .select2location .select2-choice,
.search-header .select2mynetwork .select2-choice {
  height: 36px !important;
  line-height: 32px;
  font-size: 16px;
}
.search-header .select2location .select2-choice .select2-arrow b,
.search-header .select2mynetwork .select2-choice .select2-arrow b {
  background-position: 0 4px;
}
.search-header .help-icon {
  background-image: url("Images/help-black.svg");
}

#startSearch .panel-body {
  padding-left: 0px;
  padding-right: 0px;
}
#startSearch .what-label {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  color: #000000;
}
#startSearch .where-error {
  margin-top: 5px;
  background-color: #f3f3f3;
}
#startSearch .select2location .select2-choice,
#startSearch .select2mynetwork .select2-choice {
  height: 36px !important;
  line-height: 32px !important;
  font-size: 16px;
}
#startSearch .select2location .select2-choice .select2-arrow b,
#startSearch .select2mynetwork .select2-choice .select2-arrow b {
  background-position: 0 4px;
}

.select2-result-label .myLocation {
  display: inline-block;
  width: 20px;
  height: 24px;
  background-image: url("Images/mylocation-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.select2-result-label .restrictedArea {
  display: inline-block;
  width: 20px;
  height: 24px;
  background-image: url("Images/restrictedarea-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.select2-result-label .countryWideArea {
  display: inline-block;
  width: 20px;
  height: 24px;
  background-image: url("Images/countrywide-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.where-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  display: inline-block;
}
.where-container .in {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
}
.where-container .change {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 82px;
  text-align: right;
}
.where-container .where {
  max-width: 100%;
  display: inline-block;
  padding: 0 82px 0 20px;
}
.where-container .edit-where-large {
  margin-left: 5px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 15px;
}
.where-container a.edit-where {
  color: #ffffff;
  text-decoration: underline;
}

.where-label {
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  text-align: left;
}
.where-label .myLocation {
  display: inline-block;
  width: 20px;
  height: 24px;
  background-image: url("Images/mylocation-white.svg");
  background-repeat: no-repeat;
  background-position: right center;
  vertical-align: middle;
  margin-right: 6px;
  background-size: 10px 17px;
}
.where-label .restrictedArea {
  display: inline-block;
  width: 20px;
  height: 24px;
  background-image: url("Images/restrictedarea-white.svg");
  background-repeat: no-repeat;
  background-position: right center;
  vertical-align: middle;
  margin-right: 6px;
  background-size: 13px 13px;
}
.where-label .countryWideArea {
  display: inline-block;
  width: 20px;
  height: 24px;
  background-image: url("Images/countrywide-white.svg");
  background-repeat: no-repeat;
  background-position: right 1px;
  vertical-align: middle;
  margin-right: 6px;
  background-size: 17px 17px;
}

/****************** end where field control ************/
.nav.nav-tabs.nav-details.nav-tabs-details {
  border-bottom: 1px solid #e8e8e8;
}
.nav.nav-tabs.nav-details.nav-tabs-details > li {
  margin-top: 3px; /*margin for if the tabs are wrapped to multiple rows*/
}
.nav.nav-tabs.nav-details.nav-tabs-details > li > a {
  background-color: #f3f3f3;
}
@media only screen and (max-width: 768px) {
  .nav.nav-tabs.nav-details.nav-tabs-details > li > a {
    padding: 10px 5px !important;
  }
}
.nav.nav-tabs.nav-details.nav-tabs-details > li > a:hover, .nav.nav-tabs.nav-details.nav-tabs-details > li > a:focus {
  border: 1px solid #e8e8e8;
  background-color: rgba(243, 243, 243, 0.3); /*#f3f3f3 with an opacity of 0.3*/
}
.nav.nav-tabs.nav-details.nav-tabs-details > li.active > a, .nav.nav-tabs.nav-details.nav-tabs-details > li.active > a:hover, .nav.nav-tabs.nav-details.nav-tabs-details > li.active > a:focus {
  text-decoration: none;
  background-color: #fff;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

.show-offerings-tab .navbar-pro .navbar-nav > li.tab-offerings {
  display: block;
}

.offering-organisations .content-bar-container {
  margin-top: 16px;
}
.offering-organisations .resultsList li.no-results {
  border: none;
  background-color: inherit;
}
.offering-organisations .resultsList ul.contacts li {
  padding: 0px;
  margin: 0px 0px 8px 0px;
  border: none;
  background-color: inherit;
}
.offering-organisations .googleMapsAdres {
  padding-bottom: 5px;
}

.acknowledgement-text {
  margin-top: 25px;
  font-size: 16px;
}

.acknowledgement-logos img {
  max-height: 40px;
  margin: 10px 0px 0px 20px;
}

ul.categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 1200px) {
  ul.categories {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablet */
  }
}
@media (max-width: 768px) {
  ul.categories {
    grid-template-columns: 1fr; /* 1 column on mobile */
  }
}
.js-category-choice legend {
  font-weight: bold;
  font-size: 14px;
  background: inherit;
  border: 0;
  padding: 5px 0 5px 0;
  margin: 0;
}

/* top search header on other pages */
.common-header .logo,
.filter-header .logo {
  height: 100px;
  display: inline-block;
}
.common-header .logo .logo-helper,
.filter-header .logo .logo-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
