.step1 .select2-container {
  margin: 1em 0 3em; }

.step1 .category .categoryitem {
  background: #EFF7FA;
  min-height: 10rem;
  color: #333333; }
  .step1 .category .categoryitem h3 {
    color: #005DA1;
    border: none;
    margin: 0; }
  .step1 .category .categoryitem:hover {
    background-color: #005DA1;
    color: rgba(255, 255, 255, 0.65); }
    .step1 .category .categoryitem:hover h3 {
      color: #fff; }

.step1 .category .icon {
  display: inline-block;
  background-image: url(../img/Categories.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px; }

.step1 .category .categoryitem-milieu-en-gezondheid .icon {
  background-position: 0 -100px; }

.step1 .category .categoryitem-organisatie-en-personeel .icon {
  background-position: 0 -200px; }

.step1 .category .categoryitem-all .icon {
  background-position: 0 -300px; }

.schemeselect .schemeitem {
  background-color: #005DA1;
  color: rgba(255, 255, 255, 0.65);
  padding: 1em 1em;
  margin-bottom: 1.5em;
  position: relative;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .schemeselect .schemeitem .tooltip-inner {
    width: auto;
    white-space: nowrap;
    background-color: #D5332B;
    font-size: 90%; }
  .step1 .schemeselect .schemeitem {
    cursor: pointer; }
    .step1 .schemeselect .schemeitem p {
      padding-right: 0.5em; }
    .step1 .schemeselect .schemeitem:hover, .step1 .schemeselect .schemeitem.active {
      background-color: #00AAC5; }
  .schemeselect .schemeitem h3 {
    color: #fff;
    font-size: 130%;
    margin: 0 0 0.5em 0;
    padding-bottom: 0.5em;
    line-height: 1.3;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
    .site-confirm .schemeselect .schemeitem h3 {
      border: none; }
  .schemeselect .schemeitem label {
    font-size: 120%;
    color: #fff;
    margin-bottom: 1em; }
  .schemeselect .schemeitem .tip {
    position: absolute;
    top: 0;
    right: 0; }
  .schemeselect .schemeitem .form-group {
    margin-bottom: 0; }
  .schemeselect .schemeitem .help-block {
    display: none; }

.schemeselect .item {
  width: 49%; }

.qlist {
  margin-bottom: 2em;
  border-bottom: solid 1px #DEEFF5; }
  .qlist .checkbox label {
    margin-bottom: 0.5em;
    font-weight: normal; }
  .qlist .qcontent {
    border-left: solid 2px #00AAC5;
    padding: 1em 1em 0.1em 1em;
    margin-bottom: 1.5em; }

.calculator h5 {
  color: #333333;
  font-weight: 500; }

.calculator .btn {
  margin-top: 2em; }

.calculator .icon {
  font-size: 250%;
  text-align: center;
  padding-top: 0.5em;
  color: #00AAC5; }

.import h5 {
  color: #333333;
  font-weight: 500; }

.import .btn {
  margin-top: 0.5em; }

.cblock {
  margin-bottom: 4em; }

.locitem {
  border-top: solid 1px #EFF7FA;
  padding: 1em 0; }
  .locitem .locname {
    font-size: 125%;
    text-align: center; }
  .locitem h4 {
    border-left: solid 2px #00AAC5; }
  .locitem .glyphicon {
    font-size: 150%;
    margin: 0 0 0.5em;
    color: #E47E67; }

.site-index .select2-selection {
  font-size: 120%;
  line-height: 1.1;
  height: auto; }

.site-index .select2 .select2-selection__rendered {
  font-weight: 500;
  color: #005DA1;
  margin-top: -2px; }
  .site-index .select2 .select2-selection__rendered:before {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
    font-size: 120%;
    color: #00AAC5;
    position: relative;
    top: 3px; }

.intro {
  background-color: #EFF7FA;
  margin-bottom: 2.5em;
  border-bottom: solid 1px #DEEFF5; }
  .intro .text {
    padding: 1.5em 2em; }
  .intro .col-md-4 {
    padding: 0; }
  .intro ul {
    margin: 0;
    padding: 0 0 0 1.25em;
    list-style: square;
    color: #00AAC5; }
    .intro ul li {
      margin-bottom: 0.25em; }
    .intro ul span {
      color: #333333; }
  .intro h4 {
    margin-top: 2em;
    color: #333333; }
  .intro .readmore {
    margin-right: 0.5em; }

.site-confirm .quest {
  margin-bottom: 1.5em; }
  .site-confirm .quest ul {
    margin: 0;
    padding: 0 0 0 1.25em;
    list-style: square; }
    .site-confirm .quest ul span {
      color: #333333; }

.site-confirm .gender label {
  margin-right: 1em; }

.site-confirm .schemeitem {
  font-size: 90%; }

.site-confirm .location {
  border-top: solid 1px #EFF7FA;
  padding: 0.5em 0; }

.tooltip-inner {
  background-color: #00AAC5;
  color: #fff;
  padding: 0.75em;
  white-space: pre-wrap;
  width: 500px;
  max-width: 500px;
  text-align: left;
  line-height: 1.5; }

.frontoffice .support {
  position: fixed;
  right: 2em;
  top: 2em;
  font-size: 110%;
  z-index: 10001;
  text-align: right; }
  @media screen and (max-width: 500px) {
    .frontoffice .support {
      font-size: 90%; } }
  .frontoffice .support .glyphicon {
    color: #E47E67;
    margin-right: 0.5em; }
  .frontoffice .support .langmenu {
    border: 0;
    top: -1em;
    right: 1em; }

.frontoffice .product label {
  display: block;
  line-height: 3; }

.frontoffice .bbar {
  margin-top: 1em;
  padding-top: 0.5em;
  margin-bottom: 2em; }
  .frontoffice .bbar .btn-success[type=submit] {
    font-size: 130%;
    padding-left: 1.5em;
    padding-right: 1.5em; }
    .frontoffice .bbar .btn-success[type=submit]:after {
      font-family: 'Glyphicons Halflings';
      margin-left: 0.5em;
      content: "\e080"; }

.frontoffice .navbar-toggle .icon-bar {
  background-color: #00AAC5; }

.frontoffice #quotes-scope_id label {
  width: 31%;
  padding-right: 1em;
  padding-left: 25px; }
  @media screen and (max-width: 600px) {
    .frontoffice #quotes-scope_id label {
      width: 100%; } }
  .frontoffice #quotes-scope_id label input {
    margin-left: -25px; }

.frontoffice hr {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.grid-view .summary {
  text-align: center;
  color: #005DA1;
  padding: 1em 0; }

.grid-view .mainlink {
  color: #00AAC5;
  font-weight: 500; }

.bbar .btn {
  margin-bottom: 1px; }

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #D5332B;
  border-color: #D5332B; }

.backoffice .maincontainer {
  padding-top: 2em; }

.backoffice .cblock {
  margin-bottom: 2em; }

.backoffice .freesearch .buttons {
  padding-top: 2em; }

.backoffice h2 {
  background: none;
  text-align: left;
  padding-bottom: 0.5em;
  font-size: 130%;
  border-bottom: solid 2px #E47E67; }

.backoffice h3 {
  font-size: 110%; }

.backoffice .maincontent {
  padding-bottom: 2em; }

.backoffice .quotenav {
  margin: 1.5em 0 2em;
  background-color: #00AAC5; }
  .backoffice .quotenav li {
    border-right: solid 1px #EFF7FA;
    font-weight: 500; }
  .backoffice .quotenav > li + li {
    margin: 0; }
  .backoffice .quotenav a {
    color: #fff; }
  .backoffice .quotenav .glyphicon {
    margin-left: 0.75em;
    font-size: 120%;
    position: relative;
    top: 0.2em; }
    .backoffice .quotenav .glyphicon.glyphicon-remove-circle {
      color: #FCAB10; }

.backoffice .locitem .scope h4 {
  border: none;
  color: #00AAC5;
  padding-top: 1.75em;
  font-size: 100%;
  margin: 0; }

.backoffice .locitem a {
  font-size: 60%; }

.backoffice table.visits {
  margin-bottom: 1em; }
  .backoffice table.visits .locname {
    color: #005DA1; }
  .backoffice table.visits .stage {
    color: #00AAC5; }

.backoffice table th {
  color: #00AAC5;
  padding: 0.5em 0; }
  .backoffice table th a {
    color: #00AAC5; }

.backoffice table .stage {
  border-top: solid 1px #DEEFF5; }
  .backoffice table .stage span {
    color: #333333;
    opacity: 0.5;
    font-size: 80%; }
  .backoffice table .stage .md11 {
    opacity: 0.4; }
    .backoffice table .stage .md11 label {
      text-decoration: line-through; }
  .backoffice table .stage td {
    padding: 0.5em 1em; }
    .backoffice table .stage td.activestage {
      font-weight: bold;
      color: #005DA1;
      background-color: #EFF7FA; }

.backoffice table .total {
  color: #D5332B;
  font-weight: 500;
  border-color: #00AAC5; }

.backoffice table .marked {
  color: #00AAC5; }

.backoffice .locationtable td {
  min-width: 380px; }

.backoffice .historyitem {
  border-bottom: solid 1px #DEEFF5;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em; }

.backoffice .copied {
  margin: 0.25em 0 1em 0;
  display: inline-block; }

.backoffice .pricing .form-group, .backoffice .inline .form-group {
  display: inline-block; }

.backoffice .pricing label, .backoffice .inline label {
  display: inline-block; }

.backoffice .pricing input, .backoffice .pricing button, .backoffice .pricing select, .backoffice .inline input, .backoffice .inline button, .backoffice .inline select {
  display: inline-block;
  width: auto;
  margin-left: 0.25em; }

.backoffice .pricing button, .backoffice .inline button {
  margin-top: -3px; }

.backoffice .modal-lg {
  width: 80%; }

.backoffice .quotes-company h2 .delete {
  font-size: 80%; }

.backoffice .quotes-locations h2 .pull-right {
  font-size: 80%; }
  .backoffice .quotes-locations h2 .pull-right .label {
    margin-left: 1em; }

.backoffice .quotes-modifiers-form .active .description {
  font-weight: bold; }

.backoffice .quotes-modifiers-form .active .glyphicon {
  font-size: 140%;
  color: #7FB800;
  vertical-align: middle;
  margin-right: 0.25em; }

.menu {
  background-color: #005DA1; }
  .menu ul {
    margin-left: -15px;
    margin-right: -15px; }
  .menu .nav > li {
    border-bottom: solid 1px #2876B4; }
  .menu .nav > li > a {
    color: #85A4D1;
    border-left: solid 3px #005DA1;
    padding-top: 1.25em;
    padding-bottom: 1.25em; }
  .menu .icon {
    display: inline-block;
    width: 22px;
    height: 24px;
    margin-right: 1em;
    float: left;
    background-image: url(../img/Menu.png);
    background-repeat: no-repeat;
    background-position: 0 0; }
  .menu .active .products .icon {
    background-position: 0 -250px; }
  .menu .company .icon {
    background-position: 0 -50px; }
  .menu .active .company .icon {
    background-position: 0 -300px; }
  .menu .locations .icon {
    background-position: 0 -100px; }
  .menu .active .locations .icon {
    background-position: 0 -350px; }
  .menu .questions .icon {
    background-position: 0 -150px; }
  .menu .active .questions .icon {
    background-position: 0 -400px; }
  .menu .confirm .icon {
    background-position: 0 -200px; }
  .menu .active .confirm .icon {
    background-position: 0 -450px; }
  .menu .setting .icon {
    background-position: 0 -500px; }
  .menu .active .setting .icon {
    background-position: 0 -550px; }
  .menu .nav > li > a:hover, .menu .nav > li > a:focus {
    background-color: inherit;
    color: #fff; }
  .menu .nav > li.active > a {
    background-color: #EFF7FA;
    font-weight: bold;
    color: #333333;
    border-color: #E47E67; }

.nav-pills > li > a {
  border-radius: 0; }
  .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    color: #fff;
    background-color: #00AAC5; }

.navbar {
  border-bottom: solid 2px #D5332B;
  background-color: #fff; }
  .navbar .logo img {
    width: 180px;
    margin: 0.75em 0; }
  .navbar .navbar-toggle {
    display: none; }

.postalapiload {
  position: absolute;
  top: 2.5em;
  right: 2em; }

html {
  font-size: 100%; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 80%;
  color: #333333;
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.75em;
  font-weight: 500;
  color: #005DA1; }

h1 {
  font-size: 200%;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
  background-image: url(../img/Seperator.png);
  background-position: 0 bottom;
  background-repeat: no-repeat; }

h2 {
  font-size: 140%;
  padding-bottom: 0.75em;
  margin-bottom: 1.25em;
  border-bottom: solid 2px #E47E67; }
  h2.text-left {
    background-position: left bottom;
    margin-bottom: 0.5em; }

h3 {
  font-size: 150%;
  margin-bottom: 0.5em; }
  h3 .glyphicon {
    color: #00AAC5; }

h4 {
  font-size: 120%;
  margin-bottom: 0.5em; }

h5 {
  font-size: 100%;
  margin-bottom: 0.25em; }

a {
  color: #005DA1; }
  a:hover {
    color: #D5332B; }

p {
  margin-bottom: 1.5em; }

.btn,
.nav a {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.btn {
  border-radius: 0;
  border: none;
  font-weight: 500;
  font-size: 105%; }
  .btn.delete {
    font-weight: normal;
    color: #333333; }
    .btn.delete:hover {
      color: #D5332B; }

.btn-primary {
  background-color: #005DA1;
  border: solid 1px #DEEFF5; }
  .btn-primary:hover {
    background-color: #00AAC5; }

.btn-secondary {
  background-color: #fff; }
  .btn-secondary:hover {
    background-color: #00AAC5;
    color: #fff; }

.btn-success {
  background-color: #D5332B; }
  .btn-success:hover {
    background-color: #00AAC5; }

.btn-outline {
  border: solid 1px #DEEFF5; }
  .btn-outline:hover {
    background-color: #DEEFF5; }

.btn-disabled {
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-sm {
  font-size: 90%; }

.btn-light {
  font-weight: normal; }

.btn-default {
  border: solid 1px #DEEFF5; }

.label {
  font-size: 100%;
  padding: 0.4em 0.8em; }
  .label.label-primary {
    background-color: #EFF7FA;
    color: #005DA1;
    border: solid 1px #DEEFF5; }
  .label.label-sm {
    font-size: 90%; }
  .label.label-default {
    background-color: #fff;
    border: solid 1px #DEEFF5;
    color: #333333; }
  .label .badge {
    background-color: #EFF7FA;
    color: #005DA1; }

.form-control {
  border-radius: 0; }

input[type=text]:focus, .form-group textarea:focus,
.select2.select2-container .select2-selection--multiple input.select2-search__field:focus,
.select2 .select2-selection:focus,
select.form-control:focus {
  background-color: #fff;
  border-color: #E47E67; }

input[type=text]:focus, .form-group textarea:focus, .select2.select2-container .select2-selection--multiple input.select2-search__field:focus, .select2 .select2-selection:focus {
  background-color: transparent; }

label input[type=checkbox],
label input[type=radio] {
  margin-right: 0.25em; }

.form-group {
  margin-bottom: 1em; }

.has-success .form-control {
  border-color: #44AF69; }

.control-label {
  color: #333333; }

form div.required label.control-label:after {
  content: " * ";
  color: #D5332B; }

form label.control-label[data-toggle=tooltip]:after,
.frontoffice form label.control-label[data-toggle=tooltip]:after {
  font-family: 'Glyphicons Halflings';
  content: "\e085";
  color: #00AAC5;
  position: relative;
  top: 1px;
  left: 0.5em; }

form label.control-label[data-toggle=tooltip]:hover:after {
  color: #00AAC5; }

.table-responsive {
  display: block; }

.radio {
  margin-top: 0.5em; }
  .radio label {
    margin-right: 1em;
    margin-bottom: 0.5em; }

.alert {
  border-radius: 0; }

.alert-danger {
  color: #D5332B; }

.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: #D5332B; }

.has-error .form-control {
  border-color: #D5332B; }

.select2 .select2-selection, .select2-dropdown {
  border-radius: 0; }

.select2 .select2-selection .select2-selection__choice {
  border-radius: 0; }

.select2-selection__rendered .keywords {
  display: none; }

.select2-results .keywords {
  color: #333333;
  font-size: 95%;
  font-weight: normal; }

.select2-results .select2-results__options {
  overflow-x: hidden; }

.select2-results .select2-results__option {
  font-weight: 500; }

.select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: #00AAC5; }
  .select2-results .select2-results__option--highlighted[aria-selected] .keywords {
    color: #EFF7FA; }

.container-fluid.base {
  padding-top: 5.75em; }

.header {
  max-height: 200px;
  margin-bottom: 2.5em;
  overflow: hidden; }
  .header img {
    position: relative;
    top: -60px; }

.maincontainer {
  padding: 0 2em;
  position: relative; }

.vcaitem {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: solid 2px #00AAC5; }
  .vcaitem h3 {
    border-bottom: solid 1px #DEEFF5;
    padding-bottom: 0.5em;
    font-size: 110%;
    font-weight: 500; }
    .vcaitem h3:before {
      content: "\e062";
      font-weight: normal;
      margin-right: 0.5em;
      font-family: 'Glyphicons Halflings';
      color: #E47E67; }
  .vcaitem.certiitem h3:before {
    content: "\e067"; }

.fadeblock, .site-confirm .companyinfo {
  background-color: #EFF7FA;
  border: solid 1px #DEEFF5;
  padding: 1em; }
  .fadeblock strong, .site-confirm .companyinfo strong {
    color: #005DA1; }

.schemeselect label {
  /*font-family: 'Montserrat', sans-serif;*/
  /*margin-top: 1em;*/
  padding: 0.5em 1.25em;
  color: #005DA1;
  border: solid 1px #DEEFF5;
  background-color: #EFF7FA; }
  .schemeselect label.active {
    background-color: #00AAC5;
    color: #fff; }
