html {
  position: relative;
  min-height: 100%;
}

body {
  /*min-height: 2000px; only to test scroll function*/
  padding-top: 70px;
  padding-bottom: 30px;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.tooltip-inner {
    width: 550px;
    white-space:pre-wrap;
}

.btn-sample { 
  color: #ffffff; 
  background-color: #611BBD; 
  border-color: #130269; 
}

#hideOpmerking
{
  color: #337ab7;
  background-color: #ffffff;
  border-color: #337ab7; 
}

#hideOpmerking2
{
  color: #337ab7;
  background-color: #ffffff;
  border-color: #337ab7; 
}

#hideOpmerking3
{
  color: #337ab7;
  background-color: #ffffff;
  border-color: #337ab7; 
}

#hideOpmerking4
{
  color: #337ab7;
  background-color: #ffffff;
  border-color: #337ab7; 
}

#hideOpmerking5
{
  color: #337ab7;
  background-color: #ffffff;
  border-color: #337ab7; 
}

#hideOpmerking1
{
  color: #337ab7;
  background-color: #ffffff;
  border-color: #337ab7; 
}
 
.btn-sample:hover, 
.btn-sample:focus, 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  color: #ffffff; 
  background-color: #49247A; 
  border-color: #130269; 
} 
 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  background-image: none; 
} 
 
.btn-sample.disabled, 
.btn-sample[disabled], 
fieldset[disabled] .btn-sample, 
.btn-sample.disabled:hover, 
.btn-sample[disabled]:hover, 
fieldset[disabled] .btn-sample:hover, 
.btn-sample.disabled:focus, 
.btn-sample[disabled]:focus, 
fieldset[disabled] .btn-sample:focus, 
.btn-sample.disabled:active, 
.btn-sample[disabled]:active, 
fieldset[disabled] .btn-sample:active, 
.btn-sample.disabled.active, 
.btn-sample[disabled].active, 
fieldset[disabled] .btn-sample.active { 
  background-color: #611BBD; 
  border-color: #130269; 
} 
 
.btn-sample .badge { 
  color: #611BBD; 
  background-color: #ffffff; 
}

.btn-secondary {
    background-color: #dad8d8;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #f5f5f5;
}

.container {
  width: auto;
  max-width: 1180px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 10px 0;
}

.glyphicon.glyphicon-home {
    font-size: 30px;
}

h1>.glyphicon.glyphicon-console
{
  font-size: 30px;
}

.glyphicon.glyphicon-euro {
    font-size: 30px;
}

h1>.glyphicon.glyphicon-edit {
    font-size: 30px;
}

.glyphicon.glyphicon-arrow-up {
    font-size: 30px;
}

.glyphicon.glyphicon-piggy-bank {
    font-size: 30px;
}

.glyphicon.glyphicon-signal {
    font-size: 30px;
}

h1>.glyphicon.glyphicon-info-sign {
    font-size: 30px;
}

h1>.glyphicon.glyphicon-question-sign {
    font-size: 30px;
}

h1>.glyphicon.glyphicon-fullscreen
{
  font-size: 30px;
}

.glyphicon.glyphicon-object-align-vertical {
    font-size: 30px;
}

h1>.glyphicon.glyphicon-th {
    font-size: 30px;
}

h1>.glyphicon.glyphicon-import
{
  font-size: 30px;
}

h1>.glyphicon.glyphicon-export
{
  font-size: 30px;
}

.glyphicon.glyphicon-list-alt {
  font-size: 30px;
}

h1>.glyphicon.glyphicon-eye-open {
  font-size: 30px;
}

h1>.glyphicon.glyphicon-cog {
  font-size: 30px;
}

h1>.glyphicon.glyphicon-user {
  font-size: 30px;
}

.glyphicon.glyphicon-hand-right
{
  font-size: 30px;
}

.glyphicon.glyphicon-paperclip 
{
  font-size: 30px;
}

.help-header {
  border-bottom: 0px;
}

.help {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#search
{
  width:140px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-right-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-right-color: #fff;
}

.dropdown-submenu.pull-right {
    float: none;
}

.dropdown-submenu.pull-right>.dropdown-menu {
    right: -100%;
    margin-right: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 45px;
    height: 45px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.navbar-fixed-bottom
{
    width: 100%;
    height: 50px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
    font-size: 9px;
}

.navbar-fixed-bottom-commands .text-muted {
    padding-top: 6px;
    font-size: 9px;
}

.navbar-collapse.in {
    overflow: hidden;
    max-height: none !important;
    height: auto !important;
}

.navbar-fixed-bottom-commands
{
  width: 100%;
  height: 50px;
  border-top: 1px solid #ddd;
  background-color: #f5f5f5;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  bottom: 0;
  margin-bottom: 0;
  padding-top: 4px;
}

.nav-tabs>li>a
{
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.nav-tabs>li.active, .nav-tabs>li.active>:focus
{
    background-color: #f0f0f0;
}

.alert
{
    margin-bottom: 0px !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a>:focus
{
    background-color: #f0f0f0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
  background-color: #f0f0f0 !important;
}

.nav-tabs
{
    width: 100%;
    position: relative;
    z-index: 6;
    clear: both;
}
.nav-tabs>li>a
{
    margin-right: 0px;
}

.feed_title {
    height: 36px;
}

.feed_title .glyphicon, .feed_title .statusquote {
    line-height: 20px;
    top: 0;
}

a.anchor {
    display: block;
    position: relative;
    top: -80px;
    top: -140px;
    visibility: hidden;
    -webkit-transform: translateZ( 0 );
    transform: translateZ( 0 );
    -webkit-transition: -webkit-transform 1.6s ease-in-out;
    transition: transform 1.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}



@media (min-width: 768px) {

  td>.form-control
  {
    display: inline-block;
    width: 100% !important;
    vertical-align: middle;
  }

  #header_navbar-right_mobile {
      display: none;
  }

  #header_navbar-right_desktop {
      display: block;
  }

}

@media (max-width: 768px) {
  .nav-justified > li {
    display: inline-block;
    width: 13%;
    border:0px solid red;
    float:left;
    padding:0px;
  }
  .nav-justified > li > a  {
    border-bottom: 1px solid #ddd !important;
    border-radius: 4px 4px 0 0 !important;
    margin-bottom: 0 !important;
    padding:0px;
  }

  .tab-content>.table
  {
    width: 80%;
  }

  h1
  {
    font-size: 200%;
  }

  .table td
  {
    font-size:80%;
  }

  .table th
  {
    font-size:80%;
  }

  #header_navbar-right_mobile {
      display: block;
  }

  #header_navbar-right_desktop {
      display: none;
  }
}

.table th
{
  padding-left:8px !important;
}

.clear
{
  clear:both;
}

.select-padding
{
  padding:7px 12px !important;
  margin:0px;
}

.select-padding:hover
{
  background-color:#ffffff;
}

.nosize
{
height:0px !important;
width:0px !important;
margin:0px !important;
padding:0px !important;
overflow:hidden !important;
visibility:collapse !important;
}

.table {
  table-layout:fixed;
}

.table .overflowcell {

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-group
{
  margin-top:4px;
  margin-bottom:4px;
}

.startpage-button
{
  background-color:#f0f0f0;
}

.startpage-button .glyphicon,
.startpage-button .fa
{
  font-size:300%;
  margin:30px 20px 10px 20px;
}

.test
{
  color: red;
}

.startpage-button .description
{
  font-size:100%;
  margin:10px 20px 30px 20px;
}

h1
{
    font-family: Verdana;
    font-size: 20px;
    font-weight: bolder;
    padding-top: 0px;
    color: rgb(51, 63, 82);
}

.navbar
{
  margin-bottom:4px;
}

.width-100
{
  display:block;
  width:200px;
}

.extra-small
{
  font-size:40%;
  }

.chunky-icon
{
  font-size:300%;
}

.tab-content
{
    /*background-color: #f0f0f0;*/
    /*border-left: 1px solid #ddd;*/
    /*border-right: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
    margin-top: 15px;
}

.table-striped>tbody>tr:nth-of-type(odd), table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
     background-color: inherit !important;
}

table tr.odd:hover, table tr.even:hover, table.dataTable.display tbody tr.odd:hover, table.dataTable.display tbody tr.even:hover  {
     background-color: #f9f9f9 !important;
}

.navbar-fixed-bottom-commands .container {
    background-color: inherit;
}

.container>.div-center {
    left: 25%;
}

#accoord_table tbody tr
{
  cursor: pointer;
}

#accoord_table tbody tr
{
  cursor: pointer;
}

#accoord_tableAf tbody tr
{
  cursor: pointer;
}

#accoord_tableGoed tbody tr
{
  cursor: pointer;
}

#accoord_tableEx tbody tr
{
  cursor: pointer;
}

#accoord_tableVerwerk tbody tr
{
  cursor: pointer;
}

#assignments_table2 tbody tr
{
  cursor: pointer;
}

#ontbrekende_werkbrieven_tabel tbody tr
{
  cursor: pointer;
}

#leegdatabase
{
  cursor: pointer;
}

#testemail
{
  cursor: pointer;
}

.modal {
    overflow-y: scroll;
}

#assignments_table2_d, #ontbrekende_werkbrieven_tabel_d
{
  cursor: pointer;
}

.h-divider{
 margin-top:10px;
 margin-bottom:10px;
 height:1px;
 width:100%;
 border-top:1px solid gray;
}

.table>tbody>tr>td, .table>tfoot>tr>td, .table>thead>tr>td {
    vertical-align: middle;
}

.first_col {
    width: 300px;
}

table.dataTable.no-footer {
    border-bottom: none;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
}

table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1, table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: inherit;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-image: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}

.table .overflowcell:last-child {
  text-overflow: clip;
}

table.dataTable.display tbody tr:first-child td {
    border-top: 1px solid #ddd;;
}

#overzichten #tab03 .example-select-all,
#overzichten #tab03 .selectbox,
#overzichten #tab04 .example-select-all,
#overzichten #tab04 .selectbox,
#overzichten #tab05 .example-select-all,
#overzichten #tab05 .selectbox,
#overzichten #tab06 .example-select-all,
#overzichten #tab06 .selectbox,
#overzichten #tab07 .example-select-all,
#overzichten #tab07 .selectbox {
    display: none;
}

.row {
    clear: both;
}

.filled_wb_message {
    margin: 15px 0 10px 0;
    height: 53px;
}

.filled_wb .col-xs-12 {
    padding: 0;
}

.filiaalfilter {
    float: right;
    clear: both;

}

.filiaalfilter .form-group {
    margin: 0 !important;
}

.page-header {
    margin: 40px 0 12px !important;
}

#assignments_table2_wrapper {
    margin-top: 10px;
    display: inline-block;
}

.data_verwerktPeriode label {
    float: left;
    padding: 3px 0 0 0;
}

.data_verwerktPeriode select{
    width: 200px;
    float: left;
    margin-left: 5px;
}

.incorrect {
    background: red !important;
}

.statusquote {
    float: left;
    width: 178px;
}

.contentContainer {
  width: auto;
  max-width: 1180px;
  padding: 0 15px;
}

.contentContainer .vlak-wit .table>tbody>tr>td, #dashboard_nieuwsoverzicht tbody>tr>td{
    /*padding: 0;*/
}

.contentContainer .vlak-wit .table>tbody>tr>td:hover, #dashboard_nieuwsoverzicht .table>tbody>tr>td:hover, #dashboard_info td:hover, #dashboard_info td.active, #dashboard_nieuwsoverzicht td:hover, #dashboard_nieuwsoverzicht td.active {
    /*background: #B1E435;*/
    background: #f0f0f0;
    color: #333F52;
}

.contentContainer .vlak-wit .table>tbody>tr>td:hover a, #dashboard_nieuwsoverzicht .table>tbody>tr>td:hover a, #dashboard_info td a:hover, #dashboard_info td.active a, #dashboard_nieuwsoverzicht td a:hover, #dashboard_nieuwsoverzicht td.active a{
    color: #333F52;
    text-decoration: none;
}

.contentContainer .vlak-wit .table>tbody>tr a, #dashboard_nieuwsoverzicht tr a, #dashboard_info tr a {
    width: 100%;
    display: block;
    color: #333F52;
    /*padding: 8px;*/
}

.contentContainer .vlak-wit .table-responsive {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.bekijk-overzicht-copy {
    height: 16px;
    width: 120px;
    color: #B1E435;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    right: 9px;
    bottom: 16px;
    position: absolute;
}

.bekijk-overzicht-copy a, .bekijk-overzicht-left a{
    color: #B1E435;
    text-decoration: underline;
}

.contentContainer .vlak-wit .right, #dashboard_nieuwsoverzicht .right, #dashboard_info .right {
    float: right;
    margin-right: 5px;
    color: #333F52;
}

#dashboard_nieuwsoverzicht td a, #dashboard_info td a, #dashboard_nieuws td a{
    display: block;
    padding: 8px;
    height: 52px;
}

#dashboard_nieuwsoverzicht .right, #dashboard_info .right, #dashboard_nieuws .right{
    line-height: 30px;
}

.pubInfo {
    float: left;
    overflow: hidden;
    width: 90%;
}

.pubTitle {
    float: left;
    width: 300px;
}

.pubDate {
    float: left;
    clear: both;
    font-size: 10px;
}

.btn-full {
        width: 100%;
}

.btn-green {
    color: #fff;
    background-color: #B1E435;
    border-color: #B1E435;
}

.yearFilter {
    float: right;
}

#columnchart_values {
    margin-top: 60px;
}

#dashboard_reserveringen tr {
    height: 28px;
}

#dashboard_reserveringen tr:hover td{
    background: #f0f0f0;
}

table#reservationSettings.dataTable thead th, table#reservationSettings.dataTable thead td {
    padding: 10px 10px;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 25px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 8px;
}

#showUpdates .modal-dialog {
    width: 60%;
}

#update_info img {
    max-width:100%;
    height:auto;
}

.selectedManager {
    color: green;
}

.datetimepicker {
    margin-top: 36px;
}

.yearSelection {
    float: left;
}

.workerInfo {
    float: right;
}

#edit_worker_form .form-check-input {
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
}

.bodyHeader {
    margin-bottom: 30px;
}

td.fc-day-sat, td.fc-day-sun {
    background-color: #f7f8f9 !important;
}

.fc-daygrid-event {
    border-radius: 0 !important;
}

.fc .fc-bg-event {
    opacity: 1 !important;
    opacity: var(--fc-bg-event-opacity, 1) !important;
}

.fc .fc-bg-event .fc-event-title {
    font-style: normal !important;
    color: #0c0c0c;
}

.fc .fc-bg-event .fc-event-title {
    color: #ffffff;
}

.fc-bg-event.fc-event-today {
    background: none !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background: none !important;
}

.fc .fc-daygrid-day.fc-day-today  .fc-daygrid-day-top {
    background-color: #76828E !important;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top a {
    color: #ffffff;
}

.fade.show {
    opacity: 1;
}

.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.nav-tabs>li>a:hover, .nav-tabs>li>a.active {
    border-color: #eee #eee #ddd;
}

.nav>li>a.active {
    text-decoration: none;
    background-color: #eee;
}

.cancelled {
    color: red;
}

#logs_overview_table >tbody>tr:hover, #logs_overview_table >tbody>tr:nth-of-type(odd):hover {
    cursor: pointer;
    background-color: #f0f0f0 !important;
    color: #333F52;
}

@media (min-width: 768px) {

    td>.form-control
    {
        display: inline-block;
        width: 100% !important;
        vertical-align: middle;
    }

    #formMobiel,.formMobiel
    {
        display: none;
    }

    #formMobiel,.formMobiel
    {
        visibility: hidden;
    }

    .company_name {
        float: right;
    }

    .nextbutton {
        margin-top: 5px;
    }

    .container {
        width: 90%;
        /*width: 95% !important;*/
        /*max-width: 1200px !important;*/
        max-width: 90%;
        /*padding: 0 0 0 60px !important;*/
        /*padding: 0 36px;*/
        /*background: white;*/
        border-radius: 4px;
        margin-right: 0;
        margin-left: 101px;
    }

    body {
        padding-top: 0 !important;
    }

    .versionUpdate {
        top: 10px;
        right: 10px;
        position: absolute;
    }

    .overflowcell .btn-group {
        margin-top: 0;
        margin-bottom: 0;
    }

    .contentContainer {
        width: 90%;
        max-width: 90%;
        margin-right: 0;
        margin-left: 101px;
        margin-top: 20px;
        /*margin-bottom: 130px;*/
    }

    .contentContainer .one_half, .container .one_half {
        width: 49%;
        margin-right: 2%;
        float: left;
    }

    .contentContainer .one_half:last-child {
        margin-right: 0;
        margin-bottom: 60px;
    }

    .container .two_fifth {
        /*width: 49%;*/
        /*margin-right: 2%;*/
        width: 38.5%;
        margin-right: 1.5%;
        float: left;
    }

    .container .three_fifth:last-child {
        width: 60%;
        float: left;
    }

    .vlak-wit {
        /*height: 260px;*/
        /*width: 567px;*/
        width: 100%;
        border-radius: 4px;
        background-color: #FFFFFF;
        box-shadow: 5px 5px 6px 0 rgba(0,16,34,0.13);
        padding: 15px;
        margin-bottom: 15px;
        margin-right: 25px;
        float: left;
        position: relative;
        min-height: 260px;
    }

    .container .vlak-wit {
        margin-right: 0;
        margin-top: 15px;
        width: 100%;
        width: -moz-available;          /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
        width: fill-available;
    }


    #dashboard_werkbriefjes .weekdate {
        float: left;
    }
    #dashboard_werkbriefjes .week {
        width: 100px;
        float: left;
        color: #029BE5;
    }

    #dashboard_werkbriefjes .date {
        width: 100px;
        clear: both;
        float: left;
    }
    #dashboard_werkbriefjes .uren {
        width: 300px;
        float: left;
        line-height: 40px;
    }

    /*.vlak-wit #dashboard_werkbriefjes .right {*/
    /*    line-height: 40px;*/
    /*}*/

    .page-header {
        /*margin: 30px 0 0 !important;*/
        margin: 0 !important;
        padding-bottom: 0;
        float: left;
        width: 100%;
        border-bottom: none;
    }

    .page-header h1 {
        margin-top: 5px !important;
    }

    .container {
        margin-top: 30px;
    }

    .navbar-fixed-bottom-commands .container, .navbar-fixed-bottom .container {
        margin-top: 0;
    }

    .vlak-wit img {
        display: block;
        max-width:659px;
        max-height:705px;
        width: auto;
        height: auto;
    }

    .vlak-wit #loaderDiv img {
        display: block;
        max-width:659px;
        max-height:20px;
        width: auto;
        height: 20px;
    }

    .pubInfo {
        width: 94%;
    }

    .form-loginpage{
        width: 320px;
        margin-left: 35%;
        padding: 20px 20px;
        border-radius: 4px;
        background-color: #FFFFFF;
        box-shadow: 5px 5px 6px 0 rgba(0,16,34,0.13);
        margin-bottom: 15px;
        margin-right: 25px;
        float: left;
        position: relative;
    }

    #users_table {
        display: table;
        overflow-x: auto;
        white-space: nowrap;
    }

    .no-js #loader { display: none;  }
    .js #loader { display: block; position: absolute; left: 100px; top: 0; }
    .se-pre-con {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url(../assets/img/loader.gif) center no-repeat #fff;
    }

    .checkbox input[type=checkbox] {
        margin-left: initial;
    }

    #customer_table td.sorting_1, #contacts_table td.sorting_1, #workers_table td.sorting_1, #users_table td.sorting_1, #reservations_table td.sorting_1, #assignments_table td.sorting_1{
        padding-left: 18px;
        text-align: left;
    }

    #alleeneigen {
        margin-left: -20px;
    }

    table.selectContacts, table.selectInleners, table.selectWorkers {
        width: 100%;
        margin: 0;
        text-align: left;
    }

}

@media (min-width: 769px) and (max-width: 1340px) {
    .container {
        width: auto !important;
        max-width: 1200px !important;
    }

    .contentContainer {
        width: auto !important;
        max-width: 1200px !important;
    }
}

@media (max-width:768px) {

    body {
        background: #ffffff;
    }

    .first_col {
        width: 100px;
    }

    .form-control {
        padding: 8px;
        min-width: 30px;
    }

    .nav-justified > li {
        display: inline-block;
        width: 13%;
        border:0px solid red;
        float:left;
        padding:0px;
    }
    .nav-justified > li > a  {
        border-bottom: 1px solid #ddd !important;
        border-radius: 4px 4px 0 0 !important;
        margin-bottom: 0 !important;
        padding:0px;
    }

    #formDesktop,.formDesktop
    {
        display: none;
    }

    .nav-tabs>li>a
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    #formDesktop,.formDesktop
    {
        visibility: hidden;
    }

    .nav-tabs>li>a
    {
        font-size: 80%;
    }

    .tab-content>.table
    {
        width: 80%;
    }

    h1
    {
        font-size: 150%;
    }

    h1>.glyphicon {
        font-size: 100% !important;
    }

    .table td
    {
        font-size:80%;
    }

    .table th
    {
        font-size:80%;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-heading  a:before {
       font-family: 'Glyphicons Halflings';
       content: "\e114";
       float: right;
       transition: all 0.5s;
    }
    .panel-heading.active a:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .panel-heading a:focus, .panel-heading a:hover {
        text-decoration: none;
    }

    #assignments_table2 {
        min-width: 710px;
    }

    .nomobile {
        display: none;
    }

    .page-header {
        margin: 0 !important;
        padding-bottom: 0;
        border-bottom: none;
        float: left;
        /*width: 65%;*/
    }

    .filiaalfilter {
        float: right;
        clear: none;
        margin-top: 20px;
    }

    .vlak-wit img {
        display: block;
        max-width:315px;
        max-height:705px;
        width: auto;
        height: auto;
    }

    .vlak-wit #loaderDiv img {
        display: block;
        max-width:315px;
        max-height:20px;
        width: auto;
        height: 20px;
    }

    .container { display: flex; flex-flow: column; }

    .navbar-fixed-bottom-commands .container {
        display: block;
    }

    .three_fifth {
        order: 1;
    }

    .two_fifth {
        /*clear: both;*/
        order: 2;
    }

    .startpage-button .glyphicon, .startpage-button .fa {
        margin: 20px 20px 10px 20px;
    }

    .startpage-button .description {
        margin: 10px 20px 20px 20px;
    }

    .tab-contents h3 {
        font-size: 20px;
    }

    #gewerkte_uren_form .panel-body, #gewerkte_uren_form_edit .panel-body {
        padding: 0 15px;
    }

    .collapse .panel-body {
        padding: 15px !important;
    }

    .dataTables_length {
        display: none
    }
    .loggedInUser {
        color: #337ab7 !important;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        line-height: 20px;
    }

    .dtr-modal-content .selectbox, .dtr-modal-content .example-select-all {
        display: none;
    }

    .mobileSmall {
        width: 10px !important;
        padding: 0 0 0 10px !important;
    }

    .mobileSmall:after{
        display: none !important;
    }

    .container .btn-group {
        float: left;
    }

    .pull-right .btn-group {
        float: left;
        margin-right: 1px;
    }

    li.paginate_button.previous {
        display: inline !important;
    }

    li.paginate_button.next {
        display: inline !important;
    }

    li.paginate_button {
        display: none !important;
    }

    div.dataTables_wrapper div.dataTables_info {
        white-space: inherit;
    }

    #ontbrekende_werkbrieven_tabel td:first-child:before {
        display: none !important;
    }

    #ontbrekende_werkbrieven_tabel td:first-child, #ontbrekende_werkbrieven_tabel th:first-child {
        padding-left: 10px !important;
    }

    .filled_wb_message {
        margin: 15px 0 10px 0;
        height: 80px;
    }

    .versionUpdate {
        top: 65px;
        right: 10px;
    }

    .container {
        overflow: hidden;
    }

    .contentContainer .vlak-wit .table>tbody>tr>td, #dashboard_nieuwsoverzicht .table>tbody>tr>td {
        padding: 8px 5px;
    }

    .statusquote {
        width: 150px;
    }

    .bekijk-overzicht-copy {
        position: relative;
    }

    body {
        background: #f0f1f3;
    }

    .contentContainer .vlak-wit .table>tbody>tr>td, #dashboard_nieuwsoverzicht .table>tbody>tr>td {
        padding: 8px 5px;
    }

    .vlak-wit {
        /*height: 260px;*/
        /*width: 567px;*/
        width: 100%;
        border-radius: 4px;
        background-color: #FFFFFF;
        box-shadow: 5px 5px 6px 0 rgba(0,16,34,0.13);
        padding: 15px;
        margin-bottom: 15px;
        margin-right: 25px;
        float: left;
        position: relative;
    }

    .container .vlak-wit, .contentContainer .vlak-wit {
        margin-right: 0;
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        width: -moz-available;          /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
        width: fill-available;
    }

    .vlak-wit .panel-body, #gewerkte_uren_form .panel-body, #gewerkte_uren_form_edit .panel-body, .vlak-wit .col-md-4, .vlak-wit .col-md-3, .vlak-wit .col-md-2 {
        padding: 0;
    }

    /*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {*/
    /*    padding: 0;*/
    /*}*/

    .contentContainer .vlak-wit .table>tbody>tr>td, #dashboard_nieuwsoverzicht tbody>tr>td{
        padding: 0;
    }

    .contentContainer .vlak-wit .table>tbody>tr>td:hover, #dashboard_nieuwsoverzicht .table>tbody>tr>td:hover, #dashboard_info td:hover, #dashboard_info td.active, #dashboard_nieuwsoverzicht td:hover, #dashboard_nieuwsoverzicht td.active {
        /*background: #B1E435;*/
        background: #f0f0f0;
        color: #333F52;
    }

    .contentContainer .vlak-wit .table>tbody>tr>td:hover a, #dashboard_nieuwsoverzicht .table>tbody>tr>td:hover a, #dashboard_info td a:hover, #dashboard_info td.active a, #dashboard_nieuwsoverzicht td a:hover, #dashboard_nieuwsoverzicht td.active a{
        color: #333F52;
        text-decoration: none;
    }

    .contentContainer .vlak-wit .table>tbody>tr a, #dashboard_nieuwsoverzicht tr a, #dashboard_info tr a {
        width: 100%;
        display: block;
        color: #333F52;
        padding: 8px;
    }

    .contentContainer .one_half:last-child .vlak-wit:last-child {
        margin-right: 0;
        margin-bottom: 80px;
    }

}


/* IE 11 CSS hack */
@media all and (-ms-high-contrast:none) {
     #logo img { height: 36px; } /* IE10 */
 }
 
 
 
 
 .btn, .btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
 
.btn-primary, .btn-primary.active {
	background-color: #558EFA;
	border: 3px solid #558EFA;
}
 
 .btn-primary:hover,  .btn-primary.active:hover {
	background-color: #1D69F7;
	border: 3px solid #1D69F7;
}
 
.btn-primary:active, .btn-primary.active:active, .btn-primary:active:hover, .btn-primary.active:active:hover {
	background-color: #1D69F7;
	border: 3px solid #72B0F2;
}

.btn-primary:focus, .btn-primary.active:focus, .btn-primary:focus-visible, .btn-primary.active:focus-visible  {
	background-color: #1D69F7;
	border: 3px solid #72B0F2;
	outline: none;
}
 
.btn-primary.disabled, btn-primary.disabled:hover, btn-primary.disabled:active, btn-primary.disabled:focus {
	background-color: #88B0FC;
	border: 3px solid #88B0FC;
}



.btn-secondary, .btn-secondary.active {
	background-color: #191A3F;
	border: 3px solid #191A3F;
	color: #fff;
}
 
 .btn-secondary:hover,  .btn-secondary.active:hover {
	background-color: #05061F;
	border: 3px solid #05061F;
	color: #fff;
}
 
.btn-secondary:active, .btn-secondary.active:active, .btn-secondary:active:hover, .btn-secondary.active:active:hover {
	background-color: #05061F;
	border: 3px solid #A8ADB1;
	color: #fff;
}

.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:focus-visible, .btn-secondary.active:focus-visible  {
	background-color: #05061F;
	border: 3px solid #A8ADB1;
	outline: none;
	color: #fff;
}
 
.btn-secondary.disabled, btn-secondary.disabled:hover, btn-secondary.disabled:active, btn-secondary.disabled:focus {
	background-color: #545576;
	border: 3px solid #545576;
	color: #fff;
}





.btn-success, .btn-success.active {
	background-color: #28A745;
	border: 3px solid #28A745;
}
 
 .btn-success:hover,  .btn-success.active:hover {
	background-color: #218838;
	border: 3px solid #218838;
}
 
.btn-success:active, .btn-success.active:active, .btn-success:active:hover, .btn-success.active:active:hover {
	background-color: #218838;
	border: 3px solid #86C695;
}

.btn-success:focus, .btn-success.active:focus, .btn-success:focus-visible, .btn-success.active:focus-visible  {
	background-color: #218838;
	border: 3px solid #86C695;
	outline: none;
}
 
.btn-success.disabled, btn-success.disabled:hover, btn-success.disabled:active, btn-success.disabled:focus {
	background-color: #74C686;
	border: 3px solid #74C686;
}


.btn-danger, .btn-danger.active {
	background-color: #DC3545;
	border: 3px solid #DC3545;
}
 
 .btn-danger:hover,  .btn-danger.active:hover {
	background-color: #C82333;
	border: 3px solid #C82333;
}
 
.btn-danger:active, .btn-danger.active:active, .btn-danger:active:hover, .btn-danger.active:active:hover {
	background-color: #C82333;
	border: 3px solid #E08D95;
}

.btn-danger:focus, .btn-danger.active:focus, .btn-danger:focus-visible, .btn-danger.active:focus-visible  {
	background-color: #C82333;
	border: 3px solid #E08D95;
	outline: none;
}
 
.btn-danger.disabled, btn-danger.disabled:hover, btn-danger.disabled:active, btn-danger.disabled:focus {
	background-color: #E97B86;
	border: 3px solid #E97B86;
}



.btn-warning, .btn-warning.active {
	background-color: #FFC107;
	border: 3px solid #FFC107;
	color: #343A40;
}
 
 .btn-warning:hover,  .btn-warning.active:hover {
	background-color: #E0A800;
	border: 3px solid #E0A800;
	color: #343A40;
}
 
.btn-warning:active, .btn-warning.active:active, .btn-warning:active:hover, .btn-warning.active:active:hover {
	background-color: #E0A800;
	border: 3px solid #F2D376;
	color: #343A40;
}

.btn-warning:focus, .btn-warning.active:focus, .btn-warning:focus-visible, .btn-warning.active:focus-visible  {
	background-color: #E0A800;
	border: 3px solid #F2D376;
	outline: none;
	color: #343A40;
}
 
.btn-warning.disabled, btn-warning.disabled:hover, btn-warning.disabled:active, btn-warning.disabled:focus {
	background-color: #FFD75E;
	border: 3px solid #FFD75E;
	color: #343A40;
}




@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1O4a0Ew.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, h1, h2, h3 {
	font-family: Outfit, Arial;
}



/* Inlogknop. Is niet op basis van btn-primay, maar btn-green.
   We willen nu vooral de css aanpassen, en niet in bestande php bestanden werken.
   Daarom deze aanpassing in css.
   */
.btn-green{
	color: #fff;
	background-color: #558EFA;
	border: 3px solid #558EFA;
}
 
 .btn-green:hover {
	color: #fff;
	background-color: #1D69F7;
	border: 3px solid #1D69F7;
}
 
.btn-green:active, .btn-green:active:hover {
	color: #fff;
	background-color: #1D69F7;
	border: 3px solid #72B0F2;
}

.btn-green:focus, .btn-.btn-green:focus-visible  {
	color: #fff;
	background-color: #1D69F7;
	border: 3px solid #72B0F2;
	outline: none;
}