/* 
   =================================
   =================================
   !!! CORE STYLING !!!
   Gebruik voor custom styling per klant: /Content/css/client.less     
   ---
   Alle wijzigingen die je hier in maakt zullen bij updates verloren gaan.    
   =================================
   ================================= 
*/
/* ======== Kleurstelling ======== */
/* -- Algemene achtergrondkleur -- */
/* -- Hoofdkleur huisstijl -- */
/* ======== Lettertype ======== */

.mainfont {
  font-family: Roboto condensed, 'Fira Sans', sans-serif;
}
/* 
   =================================
   =================================
   !!! CORE STYLING !!!
   Gebruik voor custom styling per klant: /Content/css/client.less     
   ---
   Alle wijzigingen die je hier in maakt zullen bij updates verloren gaan.   
   =================================
   ================================= 
*/

html {
  font-size: 62.5%;
}
body {
  background: white;
  font-family: Roboto condensed, Fira Sans, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
a {
  text-decoration: none;
  font-weight: 400;
  color: #3b53a1;
}
h3 {
  color: #333333;
  margin-top: 30px;
  font-weight: 100;
  font-size: 1.4em;
}
hr {
  clear: both;
  float: left;
  width: 100%;
}
label {
  margin-top: 10px;
  margin-bottom: 0px;
}
.clearfix {
  clear: both;
}
::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #3b53a1;
}
::selection {
  color: white;
  background: #3b53a1;
}
.navbar-default.navbar-fixed-top {
  background-color: #3b53a1;
  border: 0;
  height: 50px;
}
.navbar-brand > img {
  height: 100%;
}
.navbar-default.navbar-fixed-top .dropdown a.dropdown-toggle {
  color: white;
  padding: 15px 15px;
  cursor: pointer;
  overflow: hidden;
}
.navbar-default.navbar-fixed-top .dropdown .icon {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  top: 3px;
}
.navbar-default.navbar-fixed-top .dropdown .icon.fa {
  float: right;
  margin: 1px 0 0 5px;
}
.navbar-header {
  background-color: #333333;
  width: 100%;
}
.navbar-brand {
  padding: 8px 15px;
}
.navbar input,
.navbar .btn {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.3);
}
.navbar .input-group.custom-search-form {
  float: right;
  background-color: white;
  margin: 8px 25px 0 0;
}
.navbar .input-group.custom-search-form form {
  display: inherit;
}
.navbar .input-group.custom-search-form input[type="text"],
.navbar .input-group.custom-search-form button:focus {
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #333333;
  float: left;
  outline: none;
}
.navbar .input-group.custom-search-form input[type="text"]:focus,
.navbar .input-group.custom-search-form input[type="text"]:active {
  border: 1px solid white;
  outline: none;
}
.navbar .input-group.custom-search-form button {
  float: left;
  color: #3b53a1;
}
.navbar .input-group.custom-search-form button i:before {
  font-size: 13px;
  font-size: 1.3rem;
}
.active,
.active a {
  color: #3b53a1;
}
.icon {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  margin-right: 10px;
}
.breadcrumb-container {
  margin-bottom: 18px;
}
.breadcrumb-container .icon-home {
  float: left;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
/** Formulieren **/

.form-control.big {
  width: 400px;
  clear: right;
}
.form-control.medium {
  width: 250px;
  clear: both;
}
.form-control.small {
  width: 50px;
  clear: right;
}
/** Notificaties **/

.melding {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: rgba(0, 0, 0, 0.025);
  margin-bottom: 10px;
  padding: 10px 13px;
}
.alert {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.alert:last-child {
  margin-bottom: 0;
}
#beep {
  visibility: hidden;
  position: fixed;
  left: -999px;
}
.messagebox-container,
.validation-summary-errors {
  display: none;
  position: fixed;
  right: 0;
  top: 25px;
  z-index: 9999;
  margin-right: 25px;
}
.messagebox-container.info .messagebox {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.messagebox-container.success .messagebox {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.messagebox-container.validation-summary-errors .messagebox,
.validation-summary-errors {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.messagebox-container .messagebox:before {
  margin-right: 10px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Simple-Line-Icons';
}
.messagebox-container.info .messagebox:before {
  content: "\e08b";
}
.messagebox-container .messagebox {
  padding: 15px;
  color: white;
  width: 400px;
  border: 1px solid #cccccc;
}
.messagebox-container #close {
  float: right;
  cursor: pointer;
}
.validation-summary-errors {
  color: white;
}
.validation-summary-errors ul {
  padding-top: 10px;
  padding-right: 20px;
}
.confirm {
  position: fixed;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  top: 250px;
  z-index: 9999;
  background-color: white;
  padding: 15px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.preloader {
  display: block;
  margin: 0 auto;
}
#overlay-save {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
}
#overlay-save #main-loader {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/** Sidebar **/

.nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.nav > li > a:focus {
  background-color: transparent;
  color: white;
}
/** Tabellen */

table {
  width: 100%;
}
table .options a,
table .options div {
  float: right;
}
table .options form {
  float: right;
}
table .options .unlock {
  background-color: transparent;
  border: 0;
  color: #3b53a1;
}
table tfoot td {
  font-weight: 700;
}
table .progress {
  margin-bottom: 0;
}
.fixed-table {
  table-layout: fixed;
}
.FixedHeader_Header {
  background-color: white;
}
.dataTables_wrapper .row {
  margin-right: 0;
}
table th {
  position: relative;
}
table.dataTable thead th:after {
  position: absolute;
  left: 0;
  font-size: 10px;
  font-size: 1rem;
  bottom: 11px;
}
.table > tbody > tr.goedgekeurd > td {
  background-color: #dff0d8;
}
.table > tbody > tr.gepland > td {
  background-color: #fcf8e3;
}
.table > tbody > tr.verantwoord > td {
  background-color: #d9edf7;
}
.tableOptions,
.tableOptions .ColVis,
.tableOptions .dataTables_length label,
div.dataTables_paginate ul.pagination {
  margin: 0 !important;
}
.tableOptions .dataTables_length label select {
  margin-right: 5px;
}
.tableOptions .ColVis {
  float: left;
}
.dataTables_length {
  float: left;
  text-transform: lowercase;
}
button.ColVis_Button,
button.ColVis_Button:hover,
ul.ColVis_collection li {
  border: 0;
  width: 34px;
  height: 34px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 0;
  float: left;
  background: #5bc0de;
  border-color: #46b8da;
  color: white !important;
  font-size: 15px;
  font-size: 1.5rem;
}
.tableOptions select {
  height: 34px;
  line-height: 34px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
  overflow: hidden;
  height: 34px;
}
.form-table {
  margin-top: 10px;
}
.form-table tr th {
  padding-bottom: 5px;
}
.form-table .flaticon-information35 {
  right: 0;
  top: 0;
}
.form-table .tooltip-arrow {
  display: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  color: #3b53a1;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #3b53a1;
  border-color: rgba(0, 0, 0, 0.1);
}
ul.ColVis_collection {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
  width: 250px;
}
ul.ColVis_collection li {
  width: 100%;
  height: auto;
  padding: 4px;
}
ul.ColVis_collection li:hover {
  border: 0;
  background-color: initial;
}
ul.ColVis_collection li label {
  margin: 0;
}
/** Dropdowns **/

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.dropdown-menu {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: -1px -1px 0 -1px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
/** Stamgegevens **/

.stamgegevens {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
}
.stamgegevens ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.stamgegevens ul li {
  width: 33.333%;
  float: left;
  text-align: center;
  background-color: #fafafa;
  border: 3px solid white;
}
.stamgegevens ul li a {
  display: block;
  padding: 15px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 700px;
  margin: 60px auto 0 auto;
}
.modal-content .modal-heading {
  background: #3b53a1;
  background-size: cover;
  background-position: center center;
  color: white;
  height: 120px;
  position: relative;
}
.modal-content .modal-heading .heading-title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 18px;
  z-index: 1;
  font-family: RobotoMedium;
}
.modal-body {
  width: 100%;
  padding: 20px;
}
.modal-body textarea {
  height: 300px;
}
/** Tabs **/

.ui-tabs-nav {
  float: right;
  list-style: none;
}
.ui-tabs-nav li {
  float: left;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
}
.ui-tabs-nav li:hover a {
  text-decoration: none;
}
.ui-tabs-nav li a .aantal {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  text-align: center;
}
.ui-tabs-nav li a {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0;
  padding: 11px 10px;
  display: block;
  margin-left: 5px;
}
.ui-tabs-nav li.ui-tabs-active a {
  background-color: white;
}
/** AutoComplete **/

.ui-helper-hidden-accessible {
  display: none;
}
.ui-autocomplete {
  padding: 0;
  list-style: none;
  background-color: white;
  width: 300px;
  border: 1px solid #cccccc;
}
.ui-autocomplete li a {
  display: block;
  padding: 6px 12px;
  cursor: pointer;
}
a.ui-state-focus {
  color: white;
  background-color: #3b53a1;
}
a.ui-state-focus:hover {
  text-decoration: none;
}
/** Content **/

#logo {
  height: 27px;
  margin-top: 3px;
}
#page-wrapper {
  padding: 25px 25px 1px 25px;
  margin-top: 50px;
  background-color: #f6f6f6;
  -moz-transition: margin 0.2s linear;
  -o-transition: margin 0.2s linear;
  -webkit-transition: margin 0.2s linear;
  transition: margin 0.2s linear;
}
#page-wrapper.login {
  margin: 0;
  padding-top: 50px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#page-wrapper.site {
  margin: 0;
}
.page-header {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  padding-left: 17px;
}
.breadcrumb {
  padding: 0 23px;
  font-size: 0.9em;
  color: #333333;
  font-weight: 100;
}
/** OptionBar + tableOptions **/

.optionbar,
.tableOptions {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: rgba(0, 0, 0, 0.025);
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
}
.optionbar form {
  float: left;
  margin: 0 5px 0 0;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.optionbar form:first-child {
  padding-left: 0;
  border-left: 0;
}
.optionbar label {
  float: left;
  padding: 7px 0;
  font-weight: 500;
  margin-right: 8px;
  margin-bottom: 0;
}
.optionbar input,
.optionbar select {
  width: auto;
}
.optionbar input[type="checkbox"] {
  float: left;
  position: relative;
  margin: 0 5px 0 0 !important;
  top: 3px;
}
.optionbar .legenda {
  position: relative;
  top: 6px;
}
.optionbar .btn {
  display: inline-block;
}
.optionbar .as_container {
  margin-right: 5px;
}
/** Grid **/

.col-centered {
  float: none;
  margin: 0 auto;
}
.panel {
  margin-bottom: 30px;
}
.panel-default {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-default > .panel-heading,
.modal-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #f9f9f9;
  padding: 17px 19px 12px 19px;
  font-size: 21px;
  font-size: 2.1rem;
  color: #3b53a1;
  font-family: Roboto condensed, Fira Sans, sans-serif;
}
/** Tour **/

.popover {
  max-width: 326px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
/** jQuery UI styling **/

#ui-datepicker-div {
  background: white;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 265px;
  text-align: center;
  z-index: 99999 !important;
  /** Inline CSS overrulen **/
  display: none;
}
#ui-datepicker-div table th,
#ui-datepicker-div table td {
  padding: 4px;
  text-align: center;
  border-bottom: 2px solid #cccccc;
}
#ui-datepicker-div table td {
  border-bottom: 0;
}
#ui-datepicker-div .ui-datepicker-prev {
  float: left;
}
#ui-datepicker-div .ui-datepicker-next {
  float: right;
}
.close-button {
  background-color: #3b53a1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  color: white;
  top: 10px;
  right: 10px;
  font-weight: 100;
  text-align: center;
}
.close-button:hover,
.close-button:focus {
  text-decoration: none;
}
/** Rechtermuisknop **/

#planning_context {
  position: absolute;
}
.contextMenu {
  position: absolute;
  width: 200px;
  background-color: white;
  border: 1px solid #b6b6b6;
  z-index: 5000;
  font-size: 13px;
  font-size: 1.3rem;
}
.contextMenu ul {
  margin: 0;
  width: 100%;
  padding-left: 0;
  list-style: none;
}
.contextMenu ul li {
  border-bottom: 1px solid #b6b6b6;
  padding: 5px;
}
.contextMenu ul li:hover {
  background-color: dodgerblue;
  color: white;
  cursor: pointer;
}
.contextMenu ul li:last-child {
  border-bottom: 0;
}
/** Auto's overzicht **/

.filters {
  margin-bottom: 15px;
}
.auto {
  float: left;
  padding: 15px;
  width: 33.3%;
  position: relative;
}
.auto .panel {
  margin: 0px;
  height: 180px;
}
.auto .foto {
  display: inline-block;
  float: left;
  margin: 0;
  cursor: pointer;
  max-width: 200px;
}
.auto .foto img {
  max-height: 150px;
}
.auto .foto span.icon {
  width: 200px;
  height: 150px;
  font-size: 130px;
  text-align: center;
  color: #e2e2e2;
  margin: 0;
}
.auto .titel,
.auto .extra-info {
  float: left;
  padding: 0px 0px 0px 15px;
  width: calc(100% - 200px);
}
.auto .titel {
  font-weight: 600;
}
.auto .btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
/** Auto details **/

.auto-details {
  padding: 30px;
}
.auto-details .foto-container,
.auto-details .prijzen {
  width: 100%;
}
.auto-details .foto {
  display: inline-block;
  float: left;
  margin: 0 30px 30px 0;
}
.auto-details .foto img {
  max-height: 380px;
  max-width: 100%;
}
.auto-details .foto-thumbnail {
  cursor: pointer;
  display: inline-block;
  float: left;
  border: 3px solid white;
  margin: 0 30px 30px 0;
}
.auto-details .foto-thumbnail img {
  height: 100px;
}
.auto-details .foto-thumbnail.selected {
  border: 3px solid #3b53a1;
}
.auto-details h3 {
  margin: 15px 0px;
}
.auto-details .bedrag {
  margin: 0px 5px;
  font-size: 2em;
}
.auto-details .foto-container,
.auto-details .prijzen,
.auto-details .gegevens-container,
.auto-details .technische-gegevens,
.auto-details .accessoires {
  float: left;
}
.auto-details .accessoires {
  margin: 0px 0px 15px;
}
.auto-details .prijzen {
  margin: 0 15px 15px 0;
}
.auto-details .gegevens-container {
  margin: 15px 0px;
}
.auto-details .technische-gegevens,
.auto-details .accessoires {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f9f9f9;
  padding: 15px 30px 30px 30px;
  width: 100%;
}
.auto-details .technische-gegevens {
  margin-bottom: 30px;
}
.auto-details .gegevens-container {
  width: 70%;
}
.auto-details .info-aanvragen {
  float: right;
  padding: 15px 30px 30px 30px;
  width: 30%;
}
.auto-details .info-aanvragen .radio {
  margin-top: 0px;
  margin-bottom: 0px;
}
.auto-details .technische-gegevens .optie,
.auto-details .accessoires .optie {
  float: left;
  width: 25%;
}
.auto-details .optie .optie-tekst {
  color: #928989;
}
@media (max-width: 500px) {
  .auto {
    width: 100%;
  }
  .auto .panel {
    height: auto;
  }
  .auto .foto img,
  .auto .titel,
  .auto .extra-info {
    width: 100%;
  }
  .auto .titel {
    margin-top: 10px;
  }
  .auto .btn {
    position: relative;
    float: left;
    width: 100%;
    right: 0;
    bottom: 0;
    margin-top: 10px;
  }
  .auto-details .gegevens-container,
  .auto-details .info-aanvragen {
    width: 100%;
  }
  .auto-details .gegevens-container .optie {
    width: 100%;
  }
  .auto-details .info-aanvragen {
    padding-top: 0px;
  }
}
@media (min-width: 500px) and (max-width: 1024px) {
  .auto {
    width: 100%;
  }
  .auto-details .gegevens-container,
  .auto-details .info-aanvragen {
    width: 100%;
  }
  .auto-details .gegevens-container .optie {
    width: 50%;
  }
  .auto-details .info-aanvragen {
    padding-top: 0px;
  }
}
@media (max-width: 1200px) {
  .auto-details .foto-container .foto {
    width: 100%;
  }
}
@media (min-width: 1028px) and (max-width: 1510px) {
  .auto {
    width: 50%;
  }
  .auto-details .gegevens-container .optie {
    width: 33.3%;
  }
}
/** Footer **/

footer {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
}
@media (max-width: 769px) {
  html,
  body {
    overflow-x: hidden;
  }
  #page-wrapper {
    padding: 30px 12px 0 12px;
    margin-top: 79px;
  }
  .no-desktop {
    display: block;
  }
  .FixedHeader_Cloned.FixedHeader_Cloned.FixedHeader_Header {
    display: none;
  }
  .dataTables_wrapper.form-inline {
    margin: 0;
  }
  .page-header {
    margin-top: 0;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .panel-default > .panel-heading .btn {
    width: 100%;
  }
  .panel-default > .panel-heading,
  .modal-heading {
    overflow: hidden;
  }
  ul.kpi li {
    width: 100%;
    padding: 5px 0;
    display: inline-block;
  }
  .panel {
    margin-bottom: 15px;
  }
  .navbar-top-links li {
    float: left;
  }
  .navbar-top-links li:last-child {
    margin-right: 0;
  }
  .navbar #mobile-logo {
    display: block;
    float: left;
    height: 25px;
    margin: 4px 0 0 15px;
  }
  .navbar {
    border: 0;
  }
  #logo {
    margin-top: 4px;
    height: 25px;
    width: auto;
  }
  .optionbar .btn {
    margin-right: 0;
    width: 100%;
    margin-bottom: 5px;
  }
  .optionbar form,
  .optionbar .form-control.as_container,
  .optionbar input,
  .optionbar select {
    width: 100%;
    clear: both;
  }
  .optionbar form input[type="checkbox"] {
    width: auto;
  }
  .optionbar form {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .optionbar form .form-group {
    margin-bottom: 0;
  }
  .optionbar #tablesearch {
    margin: 10px 0;
  }
  #side-menu.nav {
    display: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.9);
  }
  #side-menu.nav.open {
    display: block;
  }
  .navbar .input-group.custom-search-form {
    float: right;
    margin: 3px 15px 3px 0;
  }
  .no-mobile {
    display: none !important;
  }
  .sidebar .sidebar-nav.navbar-collapse {
    background-color: black;
    border-top: 0;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
  }
  .navbar-top-links li:first-child a {
    margin-left: 15px;
  }
  .navbar-top-links .dropdown-menu li a {
    margin-left: 0;
  }
  .navbar-default.navbar-fixed-top .dropdown a.dropdown-toggle {
    padding: 12px 8px 12px 0;
    min-height: initial;
  }
  .navbar-top-links li a span,
  .navbar-top-links li a .icon.fa {
    display: none;
  }
  .navbar-default .navbar-toggle {
    border: 0;
    padding: 0;
    margin-top: 16px;
  }
  .navbar-toggle .icon-bar {
    width: 35px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border-color: #3b53a1;
  }
  .navbar-default .navbar-toggle:focus .icon-bar,
  .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #3b53a1;
  }
  .navbar .input-group.custom-search-form input[type="text"] {
    width: 178px;
  }
  .ui-tabs-nav {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .ui-tabs-nav li {
    width: 100%;
    background-color: white;
  }
  .ui-tabs-nav li a {
    margin: 0;
  }
  .ui-tabs-nav li.ui-tabs-active a {
    font-weight: 500;
  }
  .ui-tabs-nav li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .form-inline {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .flaticon-information35 {
    display: none;
  }
}
@media (max-width: 736px) {
  .modal-dialog,
  .modal-content {
    width: 100%;
    margin: 0;
  }
  .stamgegevens ul li {
    width: 50%;
  }
}
