body {
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #171717;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1290px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }
}

.bg-grey {
    background: #ddd;
}

.clr {
    clear: both;
}

#logo {
    max-height: 60px;
    filter: grayscale(0.16) brightness(1.12);
    opacity: 0.85;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 10px 0;
    font-family: "Khula", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

h1 {
    font-size: 35px;
}

h6 {
    width: 100%;
    font-size: 14px;
}

.hidden {
    display: none;
}

.heading {
    display: inline-block;
    padding-top: 11px;
    font-family: "Khula", sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
}

label {
    display: inline-block;
    margin-right: 20px;
    width: calc(100% - 20px);
}

input {
    padding: 5px 10px;
    width: calc(100% - 20px);
    border: 0;
}

select {
    width: 100%;
    padding: 14px 10px;
    font-size: 16px;
}

.textfield {
    margin-top: 20px;
}

textarea {
    width: calc(100% - 20px);
    min-height: 160px;
}

.radiobuttonsHolder label, .radiobuttonsHolder input {
    width: initial;
}

#loginform,
#changewwform,
#formComplaint,
#formNotice {
    margin-top: 60px;
}

a,
a:visited {
    color: #171717;
}

a:hover {
    color: #171717;
    text-decoration: underline;
}

.button_holder {
    background-color: #fa9b55;
}

button,
.button {
    display: inline-block;
    padding: 20px 24px 13px 24px;
    font-family: "Khula", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    color: #171717;
    background-color: #fa9b55;
    -webkit-transition: background-color 0.5s ease-out, color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out, color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out, color 0.5s ease-out;
    transition: background-color 0.5s ease-out, color 0.5s ease-out;
}

button:focus,
.button:focus {
    outline: none;
}

.grey,
button.grey,
.button.grey {
    background-color: #f0f0f0;
}

button.full-width,
.button.full-width {
    display: block;
    padding: 19px 0 13px 0;
    width: 100%;
    text-align: center;
}

button:hover,
.button:hover {
    text-decoration: none;
    /*
    color: #777;
    background-color: #fb9b65;
*/
}

.msg {
    display: inline-block;
    margin: 5px 0;
    padding: 0 6px;
    background: #171717;
}

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

span.false {
    padding: 0 3px;
    color: #fff;
    background: #f00;
}

#header {
    position: fixed;
    padding: 5px 0;
    width: 100%;
    background: #fff;
/*
    -webkit-box-shadow: 0px 10px 13px -7px #999, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #999, 5px 5px 15px 5px rgba(0, 0, 0, 0);
*/
    z-index: 2;
}

#header .container {
    padding-left: 0;
    padding-right: 0;
}

#main {
    padding-top: 73px;
}

/* /////////////////////// FILTERS ///////////////////////// */
#filters {
    position: fixed;
    top: 72px;
    width: 100%;
    z-index: 1;
}

#filters .container {
    padding-left: 0;
    padding-right: 0;
}

#filters form {
    margin-bottom: 0;
}

#routeFilter {
    padding: 15px 30px 0 30px;
}

#routeFilterLabel {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0px 5px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.baseRoutesName {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0px 5px;
    font-size: 12px;
    color: #333;
    border-radius: 20px;
    background-color: #adf;
}

.baseRoutesName input,
.baseRoutesName label {
    display: block;
    float: left;
    margin: 0 0 0 5px;
    width: auto;
}

.baseRoutesName input {
    margin-top: 2px;
}

.filter {
    margin: 10px 0;
    padding: 5px;
    font-size: 11px;
    background: #f0f0f0;
}

.filter.button_holder {
    background-color: #fa9b55;
}

.filter label {
    margin: 0;
    width: 100%;
    height: 15px;
    line-height: 15px;
}

.id_passagier {
    background: #fa9b55;
}


/* /////////////////////// ROUTES ///////////////////////// */
/*
.noticeLinkHolder {
    padding-top: 20px;
}

.noticeLinkHolder a {
    color: #fa9b55;
    text-decoration: underline;
}
*/

#routes {
    padding: 120px 0;
}

#routes .row {
    margin-left: 0;
    margin-right: 0;
}

.routeBlock {
    height: 0;
    padding-bottom: 0px;
    overflow: hidden;
}

.routeBlock.active {
    height: auto;
    padding-bottom: 20px;
}

.newRitdatum {
    margin-top: 60px;
    padding-top: 8px;
    text-align: center;
    color: #fff;
}

.newRitdatum h3,
.newRitdatum h4,
.newRitdatum h5 {
    padding: 0;
}

.route {
    margin-bottom: 2px;
    padding: 1px 0;
    font-size: 12px;
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 1024px) {
    .route {
        font-size: 10px;
    }
}

.route.newRitId {
    margin-top: 2px;
    padding-bottom: 5px;
    border-top: 3px solid #333;
}

.route.routeheader {
    font-size: 24px;
    font-weight: bold;
}

.route.heads {
    font-size: 10px;
    font-weight: bold;
}

.ritNaam {
    font-size: 20px;
}

.ritNaam a {
    font-size: 14px;
    color: #fa9b55;
    text-decoration: underline;
}

.route div {
    overflow: hidden;
}

.route.routefooter {
    padding: 8px 0 6px 0;
    border-bottom: 1px solid #6c757d;
}

.info_button {
    float: left;
    background: #fa9b55;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 0 7px;
    border-radius: 20px;
}

.info_button.bg-secondary {
    padding: 0 7px 0 8px;
    color: #fff;
}

.info_button.complaint {
    margin-left: 3px;
    padding-left: 8px;
    background: #f00;
}

.info_button a {
    color: #fff;
}

.chauffeur_holder {
    float: left;
    margin: 0 0 5px 5px;
}

.info_holder {
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
}

/* /////////////////////// KLACHTEN ////////////////////////// */
.row.klacht {
    background: #fff;
    margin: 10px 0;
}

.row.klacht .cel {
    padding-top: 10px;
    padding-bottom: 10px;
}

.omschrijving {
    background: rgba(255, 0, 0, 0.16);
}

.onderzoek {
    background: rgba(255, 120, 50, 0.16);
}

.afhandeling {
    background: rgba(0, 255, 0, 0.16);
}

.effectmeting {
    background: rgba(0, 0, 255, 0.16);
}
