@media screen and (min-width: 768px) {
    #login-container, #login-alt-container {
        top: 50%;
        height: 307px;
        margin-top: -160px;
    }
}


@media print {

    .block-title {
        border: 1px solid #eaedf1;
        margin: 0 -20px 20px !important;
    }

    .block {
        margin: 20px !important;
    }

}

.nav.navbar-nav-custom > li > a > img {
    border-radius: 0;
}

@font-face {
    font-family: 'Kenteken';
    src: url('/assets/fonts/Kenteken.woff2') format('woff2'),
    url('/assets/fonts/Kenteken.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.kenteken {
    display: inline-block;
    background: url(../img/kenteken.svg) no-repeat -1px center;
    background-size: cover;
    color: black;
    padding: 2px 6px 2px 18px;
    min-width: 127px;
    text-align: center;
    font-size: 18px;

    font-family: 'Kenteken';
    font-weight: normal;
    font-style: normal;

    border: 1px solid #242424;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 31px;
    border-radius: 2px;
    line-height: 25px;
    text-transform: uppercase;
}

.row-inactive {
    text-decoration: line-through;
    opacity: 0.5;
}

.kenteken a {
    color: black;
}

.kenteken a:hover {
    text-decoration: none;
}

.form-group-branch {
    display: none;
}

.dataTables_processing {
    display: none !important;
}

div.dataTables_filter label {
    float: left;
}

div.dataTables_length {
    text-align: right;
}

.label-black {
    background: black;
}

.timeline-list {
    margin: 0 -15px;
}

@media screen and (min-width: 768px) {
    .timeline-list {
        margin: 0 -20px;
    }
}

.timeline-list .active .timeline-icon {
    background: none;
    border: 2px solid #efefef;
    overflow: hidden;
    left: 120px;
    top: 15px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.timeline-list .active .timeline-icon img {
    position: absolute;
    left: -2px;
    top: -1px;
}

.timeline-list .timeline-time {
    width: 110px;
}

.timeline-list .timeline-content {
    margin-left: 170px;
    padding-right: 20px;
}

.timeline-list:after {
    left: 119px;
}

.timeline-list li {
    padding: 20px 0;
}

.financial .payment {
    line-height: 32px;
}

.counter {
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    color: white;
    line-height: 24px;
    background: #e74c3c;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.financial .btn-group,
.table-rides .btn-group,
.table-contracts .btn-group {
    display: none;
}

.financial .payment:hover .btn-group,
.table-rides tr:hover .btn-group,
.table-contracts tr:hover .btn-group {
    display: inline-block;
}

.financial .payment img {
    border: 2px solid #efefef;
    border-radius: 16px;
}

.financial strong {
    font-size: 110%;
}

.finance-description {
    line-height: 18px;
}

.note-group {
    display: none;
    position: absolute;
    right: 20px;
    top: 25px;
}

.timeline-list li:hover,
.customer-info .form-group:hover,
.vehicle-info .form-group:hover,
.financial .payment:hover {
    background: #f9fafc;
}

.timeline-list li:hover .note-group {
    display: block;
}

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

.logo {
    width: 175px;
    background: url(../img/logo.svg) no-repeat center;
    height: 50px;
    background-size: auto 40px;
}

table.dataTable thead > tr > th {
    padding-left: 8px
}

.stalling {
    width: 100%;
    background: #f9fafc;
    text-align: center;
    border-collapse: separate;
    border-spacing: 30px;
}

.stalling table {
    width: 100%;
}

.stalling table {
    border-spacing: 6px;
    border-collapse: separate;
}

.stalling table.raasdorp_rechts td,
.stalling table.raasdorp_links td,
.stalling table.osdorp_links td,
.stalling table.osdorp_rechts td {
    width: 20%;
}

.stalling .place_merk {
    width: 100px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.stalling table.raasdorp_links td {
    width: 25%;
}

.stalling .place {
    padding: 0 5px;
    border: 1px solid;
    border-top: 0;
    background: #f3f3f3;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    position: relative;
}

.stalling .place:hover {
    background: #fff156;
}

.stalling .place:hover .place-title {
    background: #e6d300;
}

.stalling .place-content {
    height: 75px;
    width: 100px;
    margin: 0 auto;
    font-size: 90%;
    overflow: hidden;
    white-space: nowrap;;
}

.stalling .place-content strong {
    font-weight: 700;
    text-transform: uppercase;
}

.ui-autocomplete {
    z-index: 99999;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    max-height: 240px;
    background: white;
    width: 280px;
    margin-top: -4px;

    border: 1px solid #c4c4c4;
    cursor: default;

    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);

    -webkit-overflow-scrolling: touch;

    background: #ffffff;
}

.ui-autocomplete li {
    display: list-item;
    cursor: pointer;
    margin: 0;
    padding: 10px 6px;
    list-style: none;
    line-height: 15px;
    list-style: none;
}

.ui-autocomplete .ui-state-focus {
    background: #1bbae1;
    font-weight: 600;
    color: white;
}

.ui-autocomplete-term {
    font-weight: bold;
}

.stalling .percent {
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
}

.stalling .place-title {
    display: block;
    position: relative;
    font-weight: 600;
    margin: 0 -5px 5px;
    padding: 5px;
    background: #e6e6e6;
    -webkit-transition: all .1s ease-in-out;
}


.stalling .place-occupied {
    background: #f2dede;
    border-color: #ebccd1;
}

.stalling .place-occupied .place-title {
    background: #ebccd1;
}

.stalling .place-occupied .percent {
    background: #e597a3;
}

.stalling .place.active {
    border: 4px solid yellow;
}


.stalling .place-available {
    background: #ecf6e8;
    border-color: #dfeed3;
}

.stalling .place-available .place-title {
    background: #dfeed3;
}


.stalling .place-unavailable {
    background: #e7f1f6;
    border-color: #cbeef5;
}

.stalling .place-unavailable .place-title {
    background: #cbeef5;
}

.stalling .pad {
    background: white url(../img/arrows.svg) center bottom repeat-y;
    background-size: 150%;
    border-spacing: 0;
    border: 1px solid #dbe1e8;
    border-top: 0;
    border-bottom: 0;
}

.stalling .rent {
    background: white;
    padding: 10px;
}

.stalling .striped {
    background: white url(../img/striped.svg) center bottom repeat;
    background-size: 100px;
    border: 1px solid #dbe1e8;
}

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 8px 10px;
}

.navbar-nav .open .dropdown-menu > li > a:hover {
    color: white;
    background: #1bbae1;
}

.collapse.in .dropdown.open .dropdown-menu {
    margin-left: 0;
}

@media print {
    a[href]:after {
        content: none;
    }
}

@media (max-width: 480px) {
    .stalling {
        -webkit-transform: scale(.28);
        -webkit-transform-origin: 0 0;
    }
}

@media (min-width: 568px) {
    .stalling {
        -webkit-transform: scale(.38);
        -webkit-transform-origin: 0 0;
    }
}

@media (min-width: 569px) {
    .stalling {
        -webkit-transform: scale(.52);
        -webkit-transform-origin: 0 0;
    }
}

@media (min-width: 768px) {
    .stalling {
        -webkit-transform: scale(.49);
        -webkit-transform-origin: 0 0;
    }
}

@media (min-width: 992px) {
    .stalling {
        -webkit-transform: scale(.8);
        -webkit-transform-origin: 0 0;
    }
}

@media (min-width: 1000px) {
    .stalling {
        -webkit-transform: scale(.68);
        -webkit-transform-origin: 0 0;
    }
}

@media (min-width: 1200px) {
    .stalling {
        -webkit-transform: scale(0.8);
        -webkit-transform-origin: 0 0;
    }
}

@media (min-width: 1280px) {
    .stalling {
        -webkit-transform: scale(1);
        -webkit-transform-origin: 0 0;
    }
}