/*
  Algemene styling 
*/

/* Alle header tags */
h1, h2, h3, h4, h5, h6 {
  color: #DF6508;
  font-family: 'Montserrat';
  margin: 0px;
}

html{ background: #F1F1F1; }

h3{ font-size: 18px; }

body{
  font-family: 'Montserrat';
  font-style: normal;
  color: #000000;
}

.white-box h3{ margin-bottom: 0px; }

.logo { display:none; }

h1, h2, h3{ color: #DF6508; }

.bg-title{ background: none; }

.bg-title h4{
  background: none;
  font-family: 'Montserrat';
  font-size: 24px;
  color: #243B68;
  font-weight: 700;
}

.white-box{
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

tbody{ color: #000000; }

/* Tommy booking logo */
/* uitgezet omdat plaatje over menuitems heen valt */
/*section::after, .sidebar-nav::after{*/
/*  z-index: 1;*/
/*  width: 200px;*/
/*  height: 250px;*/
/*  content:"";*/
/*  position: fixed;*/
/*  bottom: 0; */
/*  left: 0;*/
/*  background: transparent url('/images/yimVPJz.png') 0% 0% no-repeat padding-box;*/
/*}*/

/*
  Navigatie styling
*/

/* Placeholder & inkleuren van mijn */
.navbar-header {
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)
}

.navbar-top-links > .dropdown{ right: 25px; }

.navbar-top-links > li > a.open-close{ color: #243B68; }

.navbar-top-links > .dropdown > a {
  color: #3366CC;
  padding-right: 0px;
}

/* Kan alleen lichter maken met important doordat het in een b tag zit */
.navbar-top-links > .dropdown > a > b { font-weight: 400 !important; }

.navbar-top-links > li {
    margin-left: 7px;
}

.navbar-header .my-park {
  font: Bold 18px/18px Montserrat;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 58px;
}

.navbar-header .my-park .my-park-my {
    color: #DF6508;
}

.navbar-header .my-park .my-park-name {
  color: #243B68;
}

.navbar-top-links .dropdown-menu{
  box-shadow: 0px 3px 6px #00000029 !important;
  border: none;
  border-left: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
  border-radius: 2px;
  font-weight: 700;
  right: -25px;
}

.dropdown-menu li a{
  color: #243B68;
  font-weight: 700;
}

.profile-circle{
  background: #3366CC;
  color: #FFFFFF;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 18px;
  font-weight: 700;
}

/* Haalt de border top weg van de verkeerde plekken */
#edit_guest table.table.product-overview.table-hover.table-striped tbody tr:first-child{ border-top: none; }

#edit_guest table.table.table-striped tbody tr td{
  border-top: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

#edit_guest table.product-overview.table-hover > tbody > tr { border-bottom: 1px solid #243B68; }

#edit_guest button{
  padding-left: 0;
  padding-right: 0;
}

#edit_guest tr{ background: none !important; }

table.table.product-overview.table-hover.table-striped tbody tr td{ vertical-align: unset;}

/* Haalt de border top weg van de verkeerde plekken */
.table.product-overview .table th, .table.product-overview > thead > tr > th{
  border-top: none;
  text-align: left !important;
  vertical-align: middle;
}

.table.product-overview td{
  text-align: left !important;
  padding-right: 10px;
  vertical-align: middle;
}

.table.product-overview > tbody > tr > td > p[style] {
  line-height: unset;
  margin: 0px;
}

/* Omzetten van stijling - kan niet rechts uitlijnen vanwege inline tabs*/
.boxHeader .alert-danger{
  background: none;
  color: #DF6508;
}

/* Geeft alleen de eerste regel een border */
.table > tbody > tr:first-child { border-top: 2px solid #243B68; }

/* Alle hr tags in whitebox worden hiermee verborgen */
.white-box hr{ display: none; }

.bg-title .breadcrumb .active{ color: #243B68; }

.bg-title .breadcrumb a{
  color: #3366CC;
  text-decoration: underline;
}

/* Verberg de tooltip */
.ui-tooltip{ display: none !important; }

.bg-title .breadcrumb{
  font-size: 12px;
  font-weight: 300;
  padding-right: 2px;
}

.white-box .box-title {
  text-transform: capitalize;
  font-size: 18px;
}

/* Geen ruimte aan de linkerkant zodat alles naar links wordt uitgelijnt, om te compenseren krijgt de rechterkant dubbel zo veel ruimte */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
  padding-left: 0px;
  padding-right: 32px;
}

/* Ruimte voor cellen bepalen */
.table > tbody > tr > th, .table > thead > tr > th{
  padding-top: 6px;
  padding-bottom: 6px;
}

.table.product-overview > thead > tr > th{ width: 400px; }

/* Haalt de extra ruimte weg die vereist was voor de button aanpassen */
tbody > tr{ line-height: unset !important; }

/*
  Alle side menu stylings
*/

#side-menu > p{ display: none; }

#side-menu > li{ right: 0px; }

#side-menu > li > a.active{
  border-left: 3px solid #DF6508;
  margin-left: 0px;
}

#side-menu > li > a{ margin-left: 3px; }

#side-menu > li > a > i{
  text-align: center !important;
  margin-right: 5px;
}

#side-menu > li > a.active > i {
    color: #DF6508;
}

/*
Alert messages
*/

.alert-danger{
  background-color: #243B68;
  border-color: #243B68;
}

.errorMessage{
  background-color: #ff1744;
  border-color: #ff1744;
}

.text-danger{ color: #ff1744 !important; }

.text-success{ color: #00c853 !important; }

/*
Dashboard styling
*/

.ti-dashboard{ padding: 2px !important; }

#dashboard-top .white-box{ min-height: 180px }

#dashboard-top .white-box .box-title{
  font-size: 12px;
  line-height: unset;
  text-transform: uppercase;
  font-weight: 600;
}

#dashboard-top .re .white-box ul.two-part li{ display: block; }

#dashboard-top .re .white-box ul.two-part li{ text-align: left !important; }

#dashboard-top .re .white-box ul.two-part li span{ font-size: 24px; }

#dashboard-top .re .white-box ul.two-part li .btn-info{
  margin-top: 10px;
  font-size: 12px;
}

#dashboard-top .re .white-box ul.two-part li i{ display: none; }

#dashboard-top .row.re .col-xs-12:last-child .box-title{ margin-bottom: 20px; }

#dashboard-top .white-box i{ color: #000 !important; }

/*
Objecten
*/

.btn-info{
  padding-top: 10px;
  padding-bottom: 10px;
}

/*
Financiën
*/

/* Deze wilt maar niet stylen */
.input-group .form-control:not(:last-child)::placeholder{ text-transform: lowercase; }

.form-control+.input-group-addon:not(:first-child){
  color: #fff;
  background-color: #DF6508;
}

/*
Eigenaar reserveringen
*/
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus{
  border: 0;
  background-color: #0275d8;
  outline: 0 !important;
}

.btn-group input{
  border: 0;
  border-top: 1px solid #DF6508;
  border-bottom: 1px solid #DF6508;
  cursor: pointer;
}

.btn-group .input-group-addon{
  border: none;
  cursor: pointer;
}

.btn-group .input-group-addon:hover{
  border: 0;
  background-color: #0275d8;
  outline: 0 !important;
}

/*
Woning reserveren
*/

.tbs-totaal{
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tbs-amount{
  color: #000;
  font-size: 20px;
}

.tbs-col-xs-12 h2{ margin-top: 10px; }

.tbs-img-responsive{
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
}

/* Verstopte div elementen die de pagina onnodig extra lang maken */
.ui-helper-hidden-accessible{ display: none; }

footer.footer.text-center {
  text-align: left !important;
  font-size: 12px;
  color: #243B68;
  font-weight: 300;
  background: none;
}

footer.footer{
  padding-top: 10px; padding-bottom: 10px;
}

/* Ruimte tussen footer en content */
.container-fluid{ margin-bottom: 10px; }

#page-wrapper{ padding-bottom: 0px; }

span.hide-menu{
  font-weight: 700;
  color: #243B68;
}

/* Met de element attribute selector kan de inline font-size overschreven worden */
.ti-eye[style]{ font-size: 18px !important; }

.fa-edit, .fa-save{
  color: #3366CC !important;
  text-align: center;
  font-size: 18px !important;
}

.fa-close{
  color: #DF6508 !important;
  font-size: 18px !important;
}

.ti-eye{ color: #3366CC; }

.ti-calendar{ margin-right: 5px; }

.ti-flag{ padding-bottom: 2px; }

.ti-money{ padding-bottom: 4px; }

.ti-user, .fa-power-off{
  margin-right: 10px;
  text-align: center;
}

.ti-menu.icon-arrow-left-circle{ font-size: 18px; }

.login-box .white-box{
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

thead > tr > th{
  color: #243B68;
  font-weight: 700;
}

.table > thead > tr > th{ border-bottom: 2px solid #243B68; }

.table > tbody > tr > td{ border-top: 1px solid #243B68; }

/*
Button stylings
*/
.login-box .btn-info{
  text-transform: capitalize !important; /* geen efficiente code, de klasse uppercase staat hardcoded */ 
  width: 185px;
  margin-top: 10px;
  margin-left: -255px;
  font-size: 16px; 
}

.login-box .btn-primary{
  text-transform: capitalize !important;
  font-size: 16px;
  
}

.btn-info, .btn-primary{
  background: #DF6508; 
  border: none;
  border-radius: 4px;
}

/* Alle element states van buttons */
.btn-info:hover, .btn-info:active, .btn-info:focus,
.btn-success:hover, .btn-success:active, .btn-success:focus,
.tbs-btn-success:hover, .tbs-btn-success:active, .tbs-btn-success:focus,
.btn-primary:focus, .btn-primary:hover, .btn-primary:active,
.tbs-btn-info:hover, .tbs-btn-info:active, .tbs-btn-info:focus
{
  background-color: #3366CC;
  border: none;
  outline: 0 !important;
  color: white;
}

.btn-info:active:focus, .btn-info:active:hover,
.btn-primary:active:focus, .btn-primary:active:hover,
.btn-success:active:focus, .btn-success:active:hover
{
  background-color: #3366CC;
  border: none;
  outline: 0 !important;
  color: white;
  opacity: 1;
}

/* 
TBS Sectie
*/

.tbs-btn-success, .tbs-btn-info{
  background-color: #DF6508;
  border: 0;
}

.tbs-calendar .tbs-day.tbs-bezet{ background-color: #ff1744; }

.tbs-legenda .tbs-day.tbs-bezet{ background-color: #ff1744; }

.tbs-calendar .tbs-day.tbs-aankomstdag-bezet:after, .tbs-calendar .tbs-day.tbs-beschikbaar.tbs-aankomstdag-bezet:after, 
.tbs-calendar .tbs-day.tbs-vertrekdag-bezet::after, .tbs-calendar .tbs-day.tbs-beschikbaar.tbs-vertrekdag-bezet:after{
  background-color: #ff1744;
}

.tbs-calendar .tbs-day.tbs-beschikbaar div{ text-decoration: none; }

.tbs-calendar .tbs-day.tbs-beschikbaar{ background-color: #00c853; }

.tbs-legenda .tbs-day.tbs-beschikbaar{ background-color: #00c853; }

.tbs-calendar .tbs-day.tbs-beschikbaar:hover{ background-color: #3366CC; }

.tbs-calendar .tbs-day.tbs-selected{ background-color: #3366CC !important; }

.tbs-container-fluid{ background: white; }

.tbs-collapse{
  background-color: white;
  color: #3366CC;
}

.tbs-accommodatie{
  color: #000;
  font-size: 20px;
}

.tbs-navbar-default .tbs-navbar-nav li > a{
  color: #243B68;
  font-weight: 700;
}

.tbs-navbar-default .tbs-navbar-nav li > a > i{ margin-right: 5px; }

.tbs-navbar-default .tbs-navbar-nav li.tbs-active > a{
  background: none;
  color: #243B68 !important;
  border-bottom: 3px solid orange;
}

.tbs-navbar-default .tbs-navbar-nav > .tbs-active > a:hover, .tbs-navbar-default .tbs-navbar-nav > .tbs-active > a:focus{
  background: none;
  cursor: default;
}

.tbs-form-control{
  border: 1px solid #BCBCBC;
  color: #000;
}

.tbs-form-control:focus{
  border-color: #DF6508;
  -webkit-box-shadow: inset 0 1px 1px rgba(223, 101, 8, .075), 0 0 1px rgba(223, 101, 8, .6);
  box-shadow: inset 0 1px 1px rgba(223, 101, 8, .075), 0 0 1px rgba(223, 101, 8, .6);
}

.tbs-form-control::placeholder{ color: #BCBCBC; }

/* Alle knoppen in een tabel cel moeten veranderen in deze link */
td > a.btn.btn-info {
  background: none;
  padding: 0;
  /* line-height: 0px; */
  float: unset !important;
  margin-left: 10px;
  margin-bottom: 2.6px;
  text-decoration: underline;
  color: #3366CC;
}

.btn.text-inverse{ background: none; }

#btn_copy_guests{ color: #BCBCBC; }

.btn-default{
  color: #3366CC;
  background: none;
  border: none;
  text-decoration: underline;
}

.btn-default:hover, .btn-default.disabled:hover, .btn-default:focus, .btn-default.disabled:focus, .btn-default.focus, .btn-default.disabled.focus{
  background: none;
  border: none;
  color: #000;
  text-decoration: underline;
}

.btn-success{
  background: #DF6508;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  padding-top: 10px; padding-bottom: 10px; padding-left: 15px; padding-right: 15px;
}

/* Veranderen van sidebar login naar het midden */
.login-box, .login-sidebar {
  margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 500px;
  height: 310px;
  -webkit-box-shadow: 0px 3px 6px #00000029; 
  box-shadow: 0px 3px 6px #00000029;
  background: rgba(255,255,255, 0.85);
}

/* Mijn omgeving hardcoded css tekst in login-scherm */
#loginform:before{
  content: "Mijn";
  font: Bold 18px/18px Montserrat;
  text-transform: uppercase;
  position: relative;
  top: 15px;
  left: 0px;
  color: #DF6508;
}

#loginform:after{
  content: "Omgeving";
  font: Bold 18px/18px Montserrat;
  text-transform: uppercase;
  position: relative;
  top: -249px;
  left: 48px;
  color: #243B68;
}

#loginform{ margin-top: -10px; }

.login-box .form-material .form-control{
  background-image: none;
  border-radius: 4px;
  border: 1px solid #BCBCBC;
  width: 340px;
  padding-left: 10px;
  background-color: #ffffff;
}

#loginform > a > img[width]{ display: none; }

.form-material .form-control{
  background-image: none;
  border-bottom: 1px solid #BCBCBC;
  color: #DF6508;
}

.form-material .product-overview select.form-control{
  color: #BCBCBC;
  margin-left: 0;
  padding-left: 0;
}

.form-material .product-overview input.form-control, .form-material .product-overview select.form-control{
  margin-top: -14px;
  padding-top: 8px;
}

::placeholder{
  text-transform: capitalize;
  color: #BCBCBC;
}

.form-horizontal .form-group{ margin-bottom: 10px; }

#to-recover{
  color: #3366CC !important; 
  text-decoration: underline;
  float: none !important;
  margin-left: 22px;
}

.checkbox label::before {
  border: 1.2px solid #000000;
  border-radius: 2px;
  height: 14px;
  width: 14px;
  margin-top: 3px;
}

.checkbox label::after {
  border-radius: 2px;
  height: 14px;
  width: 14px;
  margin-top: 3px;
  font-size: 8.5px;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #DF6508;
  border-color: #DF6508;
}

.checkbox.checkbox-single label {
  height: 14px;
}

/* Verwijderd tomy booking logo als menu te klein is */
.content-wrapper .sidebar-nav::after{
  background: none;
}

/* Corrigeert marges als menu klein is */
.content-wrapper #side-menu li a{
  margin-left: 0px;
}

/* Verwijdert de achtergrond van de whitebox zodat de transparantie zichtbaar is */
.login-box .white-box{
  background: none;
  padding: 30px;
}

/* Witte overlay */
.login-register{
  -webkit-box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.7);
}

.table .fa.text-danger{
  display: none;
}

.table .fa.fa-map-marker.text-danger{
  display: unset;
  color: #243B68 !important;
  font-size: 15px;
  margin-right: 2px !important;
}

.boxHeader{
  height: 25px !important;
}

/* Veranderd tussen ruimte van eerste rij in tabel */
.pro-rd .table > tbody > tr:first-child > td, .pro-rd .table > tbody > tr:first-child > th{
  padding-top: 12px;
}

/* Veranderd tussen ruimte van rijen in de tabellen */
.pro-rd .table > tbody > tr > td{
  padding-top: 2px;
}

/* De eerste kolom krijgt zwart als kleur */
.pro-rd .table tbody tr td:nth-child(1){
  color: #000000;
}

/* De tweede kolom krijgt blauw als kleur */
.pro-rd .table tbody tr td:nth-child(2){
  color: #243B68;
}

/* Verwijdert alle afbeeldingen die zich bevinden in een cel met de inline waarde 'width' */
.pro-rd .table > tbody > tr > td > img[width]{
  display: none;
}

/* Uitzondering van h2 element die rechts uitlijnt */
.pro-rd .table > tbody > tr > td > h2{
  color: #000000;
  font-size: 18px;
  text-align: right;
  margin-right: -8px;
}

/* Nieuw - Zorgen dat factuurscherm responsive is */
.printableArea{
  overflow: auto;
}

.printableArea .table{
  width: 100% !important;
}

/* Datepicker */
.datepicker.datepicker-dropdown {
    z-index: 1000!important;
}

.form-horizontal.form-material .col-md-4 .form-group > .col-sm-12 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

/* 
  Responsive sectie
*/

@media only screen and (max-width: 991px) {

  .form-horizontal.form-material .col-md-2 .form-group {
      min-width: 220px;
  }

}

/* Nieuwe @ media om de filters responsive te maken */
@media only screen and (max-width: 768px) {
  .filter-period-datepicker{
    width: 100% !important;
  }
  
  table.table, .table-responsive{
    overflow: auto;
  }
 
  /* Nieuw - Verander de scrollbar styling voor telefoon */
  ::-webkit-scrollbar { -webkit-appearance: none; }

  ::-webkit-scrollbar:vertical { width: 12px; }

  ::-webkit-scrollbar:horizontal { height: 12px; }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
  }

  ::-webkit-scrollbar-track {
      border-radius: 10px;  
      background-color: #ffffff; 
  }
  
  .btn-group .btn-primary.input-group-addon.calendar-clear{
    margin-top: 3px;
    border-radius: 0px;
    margin-left: 0px;
  }
  
  .calendar-open{ border-radius: 0px !important; }
  
  .btn-group input{
    border:none;
    border-left: 1px solid #DF6508;
    border-right: 1px solid #DF6508;
    text-align: center;
    margin-bottom: -5px;
  }
  
  .btn-success.btn.btn-download-list{
    margin-top: 10px;
    margin-bottom: 3px;
  }
  
  .m-r-5{ margin-right: 0px !important; }
  
  .btn.btn-primary.waves-effect.waves-light.m-r-5{ margin-right: 5px !important; }
  
  .btn-group{ display: initial; }
  
  .btn.btn-info{ margin-bottom: 3px; }
  
  .btn.btn-success{   margin-bottom: 3px;  }
  
  .footer{ position: relative; }
  
  button.btn.btn-primary.dropdown-toggle.waves-effect.waves-light.m-r-5{
    margin-bottom: 3px;
  }
  
  span.input-group-addon.calendar-open.btn.btn-primary{
    margin-top: 5px;
  }
  
  section::after, .sidebar-nav::after{
    content: none;
  }
}

@media only screen and (max-width: 768px) {
   .login-box, .login-sidebar {
    margin: 0 auto;
    top: 50px;
    width: calc(100% - 60px);
    height: 340px; 
  }
  
  body{ min-height: 680px; }
  
  .login-box .form-material .form-control{ width: 100%; }
  
  .navbar-top-links .dropdown-menu{ margin-top: 5px; }
  
  .navbar-header:after{
    top: 22px;
    left: 112px;
  }
  
  .navbar-header .navbar-toggle{
    padding: 0 25px;
    padding-top: 5px;
    color: #243B68;
  }
  
  .navbar-header .navbar-toggle:focus, 
  .navbar-header .navbar-toggle:hover, .navbar-header .navbar-toggle:active{
    color: orange;
    background: none;
  }
  
  /*.ti-menu:before{*/
  /*  font-family: 'Font Awesome 5 Pro';*/
  /*  content: "\f0c9";*/
  /*}*/
  
  .ti-menu{ font-size: 24px; }
  
  .ti-close{ font-size: 20px; }
  
  .login-register{ position: fixed; }
  
  .checkbox label{ margin-right: 10px; }
  
  #to-recover{
    margin-left: 0px !important;
    display: inline-block;
  }
  
  .login-box .btn-info{
    width: 100%;
    margin-left: 0px;
  }
  
  .profile-circle{ margin-right: 0px; }
  
  .bg-title{ margin-bottom: 0px; }
  
  .bg-title .breadcrumb{ margin-top: 5px; }
  
  .container-fluid{ margin-bottom: 250px; }
  
  .sidebar-nav::after{ background: none; }
  
  #page-wrapper::after{
    z-index: 1;
    width: 200px;
    height: 250px;
    content:"";
    position: absolute;
    bottom: 0; 
    left: 0;
    background: transparent url('/images/yimVPJz.png') 0% 0% no-repeat padding-box;
  }
  
  .footer{ z-index: 2; }

  .form-control.input-limit-datepicker {  min-width: 185px;  }
}

@media only screen and (max-width: 575px) {

  .btn.btn-success{ 
    margin-top: 10px;
    margin-bottom: 3px; 
  }

  .btn-group{ 
    display: block; 
    margin-bottom: 20px!important;
  }
  
}
