body {
    background-image: url("../img/background_new.cc95657862b0.png");
}

#content:not(body.login #content) {
    box-sizing: border-box;
    background-color: white;
    padding: 2rem !important;
    box-shadow: 0 0 10px 0 #000000;
    border-radius: 0.5rem;
}

#container #header, #changelist-filter h2 {
    background-color: #760909;
}

div.breadcrumbs {
    background-color: #417690;
    border-bottom: 0 !important;
}

#header #navigation-menu {
    border-bottom: 0;
    color: white;
}

#changelist-filter {
    margin: 0.1rem 0.1rem;
    background: white;
}

#branding {
    -webkit-writing-mode: vertical-lr;
}

.logo {
    width: 10rem;
    border-radius: 0.5rem;
    margin: 0.5rem;
}

.section-title, .dashboard-title {
    color: #760909;
    text-align: center;
    margin-top: 0;
}

.dashboard-title {
    font-size: x-large;
}

/* FIX DATETIME SHORTCUTS */
body .aligned .form-row.field-date > div {
    width: auto;
}

.form-row.field-date label {
    display: none;
}

body .aligned .form-row {
    display: block;
}

.aligned label + p.datetime {
    margin-left: 0;
    color: #333;
}


p.datetime br {
    display: none;
}

p.datetime .datetimeshortcuts {
    margin-right: 15px;
}

.calendarbox.module {
    width: auto;
}

.clockbox.module {
    min-width: 150px;
    z-index: 9999;
}

.clockbox.module ul.timelist {
    height: 314px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

body .aligned .form-row > div {
    width: auto;
}

body .aligned .form-row-field-note > div {
    width: 100% !important;
}

fieldset.aligned {
    display: contents;
}

@media (max-width: 1024px) {
    .form-row .datetime input.vDateField, .form-row .datetime input.vTimeField {
        width: auto !important;
    }
}

@media (max-width: 708px) {
    .colM .aligned .vLargeTextField, .colM .aligned .vXMLLargeTextField {
        width: auto !important
    }
}

@media (max-width: 768px) {
    .clockbox.module ul.timelist {
        height: 308px;
        background: white;
    }
}

@media (max-width: 535px) {
    .aligned .form-row.field-date p.datetime {
        white-space: pre-wrap;
    }
    .datetime input#id_date_1 {
        margin-left: 11px;
    }
}

.service-type-list {
    background-color: #79aec8;
    border-radius: 0.3rem;
    color: white;
    margin-left: 0 !important;
    padding: 0.2rem;
}

.service-type-divider {
    color: #eee;
    background-color: #eee;
}

.service-type-divider:last-child {
    visibility: hidden;
}

.service-type-price {
    float: right;
}
