﻿html {
    background-color: #343a40;
}

body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
}

footer {
    margin-top: 30px;
    padding: 10px;
    background-color: #606060;
    width: 100%;
    color: #ffffff;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.nomaxwidth {
    max-width: unset;
}

.nopadding {
    padding: 0 !important;

}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}


.orglogo {
    max-width: 200px;
    max-height: 100px;
}

.orglogomini {
    max-width: 200px;
    max-height: 50px;
}

/* TEKST */
.tekst_subtitel {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.contactinfo {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.2em;
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-check-input {
    width: 16px;
    height: 16px;
}

/* GLOW BOEKINGROOSTER */
.boekingrooster th, .boekingrooster td {
    text-align: center;
    padding: 0.5rem;
}

.slot_status0 {
    position: relative;
    border: 1px solid #888;
}

.slot_status1 {
    border: 1px solid #888;
    background-color: #c7c7c7;
}

.slot_status99 {
    border: 1px solid #888;
    background-color: #c7c7c7;
}

.slot_adres_0 {
}

.slot_adres_1 {
    background-color: #eaf592;
}

.slot_adres_2 {
    background-color: #96eed2;
}

.slot_adres_3 {
    background-color: #96d0ee;
}

.celklik {
    cursor: pointer;
}

    .celklik:hover {
        background-color: deepskyblue;
    }

.blokje {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 10px;
}

.txt_mini {
    font-size: .7em;
}

.grijs {
    background-color: lightgray;
}

.doorstreept {
    text-decoration: line-through;
}
