﻿@import 'navbar.css';

body {
    background: #CFCFCF;
}

body, table, .btn {
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
}

h1 {
    font-size: 2.15rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1rem;
}

footer {
    margin-top: 50px;
    font-size: 13px;
    min-height: 100px;
    background-color: #262626;
    padding-bottom: 20px;
    color: #ffffff;
    height: 100%;
}

    footer a {
        color: #ffffff;
    }


a.nav-link
a.nav-link:hover,
a.nav-link:visited {
    text-decoration-line: none !important;
}

.container {
    max-width: 800px;
}

.navbar-brand-logo {
    width: 180px;
}

span.navbar-brand {
    width: 200px;
}

.text-muted {
    color: #b5bfc9 !important;
}

.div-login {
    display: block;
}

.divInfo {
    padding: 1rem;
    margin: 1rem;
    border: 1px gray dotted;
    border-radius: 10px;
}

.div-login-container {
    position: relative;
    width: 500px;
    left: 50%;
    top:380px;
    transform: translateX(-50%);
    z-index: 1000;
}


.confirmation-delete-yes {
    background: #C82333;
    padding-left: 17px !important;
    color: #ffffff;
    padding: 3px;
    height: 30px;
    width: 100px;
    margin: 5px;
    text-align: center;
}

.confirmation-send-yes {
    background: green;
    padding-left: 17px !important;
    color: #ffffff;
    padding: 3px;
    height: 30px;
    width: 100px;
    margin: 5px;
    text-align: center;
}

.confirmation-delete-no {
    background: #5A6268;
    padding-left: 15px !important;
    color: #ffffff;
    padding: 3px;
    height: 30px;
    width: 100px;
    margin: 5px;
    text-align: center;
}

.form-control {
    /*border-color: #767676;*/
    font-size: 15px;
    /*height: calc(2rem + 2px);*/
}

    .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-size: 15px;
        color: #ababab;
        opacity: 1; /* Firefox */
    }

    .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 15px;
        color: #ababab;
    }

    .form-control::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 15px;
        color: #ababab;
    }

select.form-control:invalid {
    color: #ababab;
}

.chk-dsgvo input[type='checkbox'] {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 2px solid #555;
}

.table-dsgvo-error {
    border: 3px red solid;
}

input.has-error,
div.has-error,
select.has-error {
    border: 2px red solid;
}

.valSummary {
    margin-top: 15px;
    color: red;
    background-color: #ffffff;
    border: 2px red solid;
    z-index: 100;
    position: inherit;
    padding: 5px;
}

    .valSummary ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }

    .valSummary li, valSummaryInner li {
        color: red;
    }

.div-appointment .valSummary {
    margin: 0;
}

.loginview {
    font-size: 14px;
}

.text-gray {
    color: #646464;
}

.text-light-gray {
    color: rgb(153, 153, 151);
}

.text-small {
    font-size: 13px;
}

.div-head {
    background: #ffffff;
}

.div-checkin {
    background: green;
    color: white;
    text-align: center;
}

.col-kv {
    padding: 0;
    background: 0;
}

.col-content {
    min-height: 2px;
    padding-bottom: 20px;
    /*background: #fff*/
}

.col-content-marker {
    background-image: url('../img/marker.jpg');
    background-repeat: no-repeat;
    background-position: 15px 4px;
    background-size: 14px 170px;
    padding: 5px 15px 0 49px;
}

.color-customer {
    background: #5B9BD4;
    color: #ffffff;
}

.card-header.color-customer {
    font-weight: bold;
}

.btn-custom, .btn-custom:visited {
    background-color: #5B9BD4;
    color: #fff;
    text-transform: none;
    border-color: #5B9BD4;
}

    .btn-custom:hover,
    .btn-custom:focus,
    .btn-custom.focus,
    .btn-custom:active,
    .btn-custom.active,
    .open > .dropdown-toggle.btn-custom {
        color: #c9c9c9;
        background-color: #5B9BD4;
        border-color: #5B9BD4;
    }

    .btn-custom:active,
    .btn-custom.active,
    .open > .dropdown-toggle.btn-custom {
        background-image: none;
    }

    .btn-custom.disabled,
    .btn-custom[disabled],
    fieldset[disabled] .btn-custom,
    .btn-custom.disabled:hover,
    .btn-custom[disabled]:hover,
    fieldset[disabled] .btn-custom:hover,
    .btn-custom.disabled:focus,
    .btn-custom[disabled]:focus,
    fieldset[disabled] .btn-custom:focus,
    .btn-custom.disabled.focus,
    .btn-custom[disabled].focus,
    fieldset[disabled] .btn-custom.focus,
    .btn-custom.disabled:active,
    .btn-custom[disabled]:active,
    fieldset[disabled] .btn-custom:active,
    .btn-custom.disabled.active,
    .btn-custom[disabled].active,
    fieldset[disabled] .btn-custom.active {
        background-color: #53a778;
        border-color: #53a778;
        color: lightgray;
    }

.open > .dropdown-toggle.btn-default {
    background-image: none !important;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #EBEBE4 !important;
    border-color: #ccc !important;
    color: #C6C6C6 !important;
    cursor: not-allowed !important;
}

.btn-default,
.btn-primary,
.btn-secondary {
    text-transform: none;
    font-weight: normal;
}


.cellSlotHeader {
    font-weight: bold;
    font-size: 8pt;
    padding: 5px;
    border: 1px solid lightgrey;
    background-color: #eeeeee;
    white-space: nowrap;
    width: 4%;
    height: 130px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
}

div.appointment {
    font-size: 15px;
    font-weight: bold;
    background: #BFBFBF;
    width: 75px;
    text-align: center;
    margin: 5px;
    height: 40px;
}

    div.appointment a,
    div.appointment span {
        margin-top: 6px;
        color: #000000;
        text-decoration: none;
        width: 75px;
        height: 40px;
        display: block;
    }

    div.appointment.booked-out {
        background: #F2F2F2;
    }

        div.appointment.booked-out span {
            color: lightgray;
        }

    div.appointment.selected {
        background: #5B9BD4;
    }

        div.appointment.selected span {
            color: #ffffff;
        }

.badge a {
    color: #ffffff;
}

.badge-pill-delete {
    font-size: 14px;
    padding: 5px 7px 7px;
    margin: 5px;
}

.timeCell {
    background-color: #F8F8F8;
    font-size: 12px;
    border: 1px black dotted;
    font-weight: bold;
    margin: 5px;
    padding: 0.5rem;
    height: 5rem;
}

.cell-slot-text {
    font-size: 12px;
    overflow-y: auto;
    height: 70%;
}

.cellSlotCell {
    background-color: #F8F8F8;
    border: 1px #625d5d solid;
    width: 250px;
    height: 150px;
    margin: 5px;
    padding: 3px;
}

    .cellSlotCell.booked-by-tn {
        background-color: #FFFFE0;
    }

    .cellSlotCell.booked-out,
    .cellSlotCell.not-bookable {
        background-color: #F2F2F2;
    }

    .cellSlotCell.not-bookable,
    .booked-out .cell-slot-text,
    .booked-out .cell-slot-button {
        color: gray;
    }

.cell-slot-button-container {
    padding-top: 3px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cell-slot-button {
    margin: 0 auto;
    border: 1px gray dotted;
    font-size: 12px;
    color: black;
    width: 120px;
    height: 25px;
    border-radius: 5px;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden;
    text-align: center;
}

.cell-slot-button-yes,
.cell-slot-button-yes a {
    color: white !important;
    background-color: #19496B !important;
}

.cell-slot-button-no,
.cell-slot-button-no a {
    color: white !important;
    background-color: #DC143C !important;
}

.div-gdpr {
    padding: 10px;
    height: 500px;
    overflow-y: auto;
    border-width: 1px;
    border-style: solid;
    border-color: lightgray;
    margin-bottom: 1rem;
}

.form-summary label.form-control,
.form-group label.form-control {
    background-color: #F2F2F2;
    color: gray;
    height: auto;
    min-height: calc(1.5em + .75rem + 2px);
}

.divHeader {
    border: 1px #9fa5a8 dotted;
}

.opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
}

.center-horizontal {
    display: flex;
    justify-content: center;
}


.dropdown-menu {
    font-size: inherit;
}

.mt-semi {
    margin-top: 50px;
}

.mt-big {
    margin-top: 100px;
}

.footer-links {
    padding-bottom: 20px;
    padding-top: 28px;
}

    .footer-links a {
        font-size: 80% !important;
        font-weight: 400;
        color: #646464 !important;
    }

.footer-social {
    padding-bottom: 10px;
}

    .footer-social img {
        width: auto;
        height: 30px;
        display: inline-block;
        margin: 0 20px 0 0;
    }

.divDevelop {
    top: 120px;
    left: 20px;
    height: 50px;
    line-height: 45px;
    display: block;
}


.btn {
    padding: 5px 20px;
}


.div-sked-container {
    max-height: 700px;
    overflow-y: auto;
}


.sked-tape__location,
.sked-tape__event.singleEvent {
    background: #004562;
    border: 1px #ffffff dotted;
    color: #ffffff;
}

    .sked-tape__location.VW,
    .sked-tape__event.singleEvent.VW {
        background: #ffffff;
        color: #4D5356;
        border: 1px #4D5356 dotted;
    }

    .sked-tape__location.Audi,
    .sked-tape__event.singleEvent.Audi {
        background: #A21F4D;
    }

    .sked-tape__location.Cu a,
    .sked-tape__event.singleEvent.Cupra {
        background: #D8AA01;
    }

    .sked-tape__location.VWFS,
    .sked-tape__event.singleEvent.VWFS {
        background: #4D5356;
    }

.singleEvent:hover {
    background-color: rgba(56, 193, 13, 0.79) !important;
    color: #ffffff !important;
    border-color: #579842;
    cursor: pointer;
}

.sked-tape__event.sked-tape__event--disabled {
    background: lightgray;
    color: gray;
}
/*.singleEvent {
    background-color: #4F81BD;
    color: #ffffff;
    border: 1px #385D8A solid;
}
*/
.combiEvent {
    background-color: #CCCCCC;
    color: #000000;
    border: 1px #385D8A solid;
}

div.form.editReservation {
    min-height: 500px;
}

.nav-link.active {
    border-top-color: orange !important;
}

.form-check-label {
    margin-left: 1.0rem;
}

.form-check-input {
    height: 25px;
    width: 25px;
    margin-left: -1.25rem;
    margin-top: 0;
}

.callout {
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-left: 4px solid #c8ced3;
    border-radius: .25rem;
    margin: 1rem 0;
    padding: .75rem 1.25rem;
    position: relative;
}

.divMsgWizard h4 {
    margin-bottom: 10px;
}

.divMsgWizard {
    min-height: 100px;
}

.repListAnfragen .table {
    border: 1px lightgray solid;
}

.div-login {
    margin: 10px auto;
    top: -400px;
}

.repListAnfragen {
    margin-bottom: 0;
}

.striped-background {
    background-color: rgba(0,0,0,.05);
}

.repListAnfragen-ws .row {
    border: 1px solid lightgray;
    border-radius: 3px;
}

    .repListAnfragen-ws .row:last-child {
        border-top-width: 0;
    }

    .repListAnfragen-ws .row:not(:last-child) {
        border-bottom-width: 0;
    }

.ws-entry {
    padding: 20px !important;
    margin: 20px 0 !important;
    border: 1px solid #eee !important;
    border-left-color: #777 !important;
    border-left-width: 5px !important;
    border-radius: 3px !important;
}

}

@media (max-width: 980px) {
    h1 {
        background: white;
        font-size: 2rem;
    }

    .divDevelop {
        top: 15px;
        left: 40px;
    }

    .div-login-container {
    }
}
