 /*
 * File: style.master.css
 * Project: style.master
 * File Created: Wednesday, 15th February 2023 2:24:00 pm
 * Author: Dirk Stegelmann (d.stegelmann@boa-fl.de)
 * -----
 * Last Modified: Wednesday, 15th February 2023 4:27:26 pm
 * Modified By: Dirk Stegelmann (d.stegelmann@boa-fl.de>)
 * -----
 * Copyright 2014 - 2023 BoA Betriebs GmbH & Co.KG
 */

@font-face {
    font-family: 'GeosansLight';
    src: url(../fonts/GeosansLight.ttf) format('woff');
}

body {
    padding: 0;
    margin: 0;
    font-family: 'GeosansLight';
    font-size: 1rem;
    background-color: #e5e5e5;
    color: #fff;
    user-select: none;
}
html, body, #container {
    margin: 0;
    padding: 0;
}
#container {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: .5rem;
}

img.iconset {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-top;
    filter: brightness(0) invert(1);
}
img.black {
    filter: brightness(0) invert(0);
}
img.red {
    filter: brightness(0) saturate(100%) invert(18%) sepia(67%) saturate(5629%) hue-rotate(355deg) brightness(93%) contrast(97%);
}
img.green {
    filter: brightness(0) saturate(100%) invert(12%) sepia(83%) saturate(5177%) hue-rotate(157deg) brightness(92%) contrast(101%);
}
img.onerem {
    width: 1.5rem;
    height: 1.2rem;
}
img.onetworem {
    width: 1.5rem;
    height: 1.2rem;
}
img.onefiverem {
    width: 1.5rem;
    height: 1.2rem;
}
a.detailrecord img.setclosed {
    filter: brightness(0) saturate(100%) invert(65%) sepia(40%) saturate(7156%) hue-rotate(87deg) brightness(99%) contrast(93%);
}
a.detailrecord img.setprogress {
    filter: brightness(0) saturate(100%) invert(63%) sepia(84%) saturate(1152%) hue-rotate(19deg) brightness(100%) contrast(89%);
}
a {
    text-decoration: none;
    color: #000;
}
a ion-icon {
    vertical-align: middle;
    margin-top: -.25rem;
}
button, input {
    font-family: 'GeosansLight';
    border-radius: .25rem;
}
button img.iconset {
    width: 2rem;
    height: 2rem;
    vertical-align: bottom;
}
div {
    margin: 0;
    padding:0;
}
div.warning {
    background-color: #ff0000 !important;
}
.nodata {
    text-align: center;
    color: #333;
}
.short {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1rem;
}
.strong {
    font-weight: bold;
}
.large {
    font-size: 1.6rem !important;
}
.small {
    font-size: .9rem !important;
}
.font-arial {
    font-family: Arial, Helvetica, sans-serif !important;
}
.red {
    color: red !important;
}
.green {
    color: green !important;
}
.blue {
    color: rgb(19, 0, 128) !important;
}
.button-record {
    width: calc(50% - .5rem);
    padding: .5rem;
    margin: .25rem;
    background-color: #438966;
    border: .0625rem solid #000;
    color: #fff;
    font-size: 1.5rem;
}
.choice {
    margin-right: .5%;
}
.unset {
    background-color: #EA1111;
    font-weight: bold;
    color: #fff;
}
.back {
    background-color: #fac51f;
    font-weight: bold;
    color: #000;
}
.option-link,
.option-link-back {
    padding: .5rem .5rem;
    border: .0625rem solid #222;
    font-weight: bold;
    font-size: 1rem;
    color: #FFF;
    cursor: pointer;
    border-radius: .25rem;
    width: calc(100% - 1.125rem);
    display: inline-block;    
}
.option-link {
    background-color: #438966;
}
.option-link-back {
    background-color: #EA1111;
}
.error {
    padding: .5rem;
    font-size: 1.2rem;
    background-color: #EA1111;
    color: #fff;
    text-align: center;
    width: calc(100% - 1rem) !important;
    line-height: 1.1rem;
}
.online {
    background-color: #438966;
}
.offline {
    background-color: #EA1111;
    animation: blink 1s;
    animation-iteration-count: infinite;
}
.closed {
    background-color: #d9fddb !important;
}
.closed > a > ion-icon {
    color: #caffce;
    font-size: 3rem;
    font-weight: bold;
}
.progress {
    background-color: #f8ffbc !important;
}
.progress > a > ion-icon {
    color: #bbb80e;
    font-size: 3rem;
    font-weight: bold;
}
.ghost {
    opacity: .5;
    background: #C8EBFB;
}
.sequence {
    background-size: 60% !important;
    background-repeat: no-repeat !important;
    background-position: center -.3rem !important;
}
.marker-new {
    background-image: url("../iconset/cabin_new.png");
    background-position: .1rem 0rem;
    background-size: 1rem;
    background-repeat: no-repeat;
}
.marker-image-black {
    background-image: url("../iconset/sequence-black.png");
}
.marker-image-white {
    background-image: url("../iconset/sequence-white.png");
}
.editmode {
    animation: blinkborder 1s;
    animation-iteration-count: infinite;
}
button:active {
    background-color: transparent;
    color: inherit;
    box-shadow: none;
    outline: none;
}

@keyframes blink { 50% { background-color:#000; }  }
@keyframes blinkborder { 50% { border: .25rem solid #EA1111 }  }
@keyframes blinkborder-list { 
    50% { 
        border-top: 1.5rem solid #EA1111;
        border-right: .25rem solid #EA1111; 
        border-bottom: 1.5rem solid #EA1111; 
        border-left: .25rem solid #EA1111; 
    }  
}

/*****************
** ICONS
*****************/
.icon-checkbox {
    color: #0bbf00;
    font-size: 1.2rem;
}

/*****************
** INIT
******************/
#header {
    flex: 0 0 auto;
    flex-direction: column;
    z-index: 10;
    width: 100%;
    display: flex;
}
#content {
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    display: none;
}
#content-block {
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
}
#content-block div.delivery-headline {
    flex: 0 0 auto;
    margin: 0;
    background-color: #000;
    width: 100%;
}
#content-block div.touren-list {
    flex: 1 1 auto;
    flex-direction: column;
    overflow-y: scroll;
    width: 100%;
    display: flex;
}
#content-block div.touren-list > div {
    flex: 0 0 auto;
    flex-direction: column;
    display: none;
}
#content-record-block {
    flex: 1 1 auto;
    overflow: hidden;
    padding: .5rem 0;
    background: white;
    display: none;
}
#content-record-block div.content {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
}
#content-record-block div.content div.record-detail {
    flex: 1 1 auto;
    overflow-y: scroll;
    width: 100%;
    background-color: #fff;
    padding: 0 .25rem 1rem .25rem;
}

/*****************
** KOPFBEREICH
*****************/
#header div.main-headline {
    padding: .125rem;
    text-align: right;
    background-image: url(../images/abcpwa-192x192.png);
    background-repeat: no-repeat;
    background-size: 2.3rem;
}
#header div.main-headline button {
    font-size: 1.1rem;
    margin: .2rem 0;
    padding: .25rem;
    background-color: #ffdf00;
    color: black;
    font-weight: bold;
    vertical-align: top;
    border-radius: .25rem;
    line-height: 1rem;
    display: inline-block;
}
#header div.main-headline h4 {
    font-size: 1rem;
    margin: 0 .25rem;
    display: inline-block;
}
#header div.main-headline h4 span {
    display: block;
}
#header div.main-headline h4 span:last-child {
    font-size: .6rem;
}
#header div.main-headline div {
    font-size: 2.5rem;
    width: 2.5rem;
    height: 2rem;
    margin-left: .5rem;
    vertical-align: top;
    display: inline-block;
}
#nav-open {
    display: none;
}

/*****************
** ANMELDUNG
*****************/
#login {
    position: relative;
    top: 5rem;
    margin: 0 auto;
    width: 80%;
    display: none;
}
#login div.login-block {
    padding: .5rem;
    background-color: #438966;
    box-shadow: 0 0 .5rem #333;
    border-radius: .15rem;
    width: 100%;
}
#login div.login-block p {
    width: 100%;
}
#login div.login-block div {
    margin: .5rem 0;
    font-size: 1.2rem;
    line-height: 1.6rem !important;
}
#login div.login-block input,
#login div.login-block button {
    width: calc(100% - .5rem);
    padding: .25rem;
    border: none;
    font-size: 1.2rem;
}
#login div.login-block button {
    width: 100%;
    background-color: #fac51f;
    color: #000;
    text-align: left;
    font-size: 1.8rem;
    margin: .5rem 0;
    line-height: 2.3rem !important;
}

/*****************
** INHALSTBEREICH
*****************/
#content-block div.delivery-headline button.weeknum-marker {
    width: 4.2rem;
    font-size: .85rem;
    font-weight: bold;
    border-radius: 4.2rem;
    height: 4.2rem;
    vertical-align: top;
    margin-top: .4rem;
    border: .25rem solid #fff;
    color: #fff;
    cursor: pointer;
}
#content-block div.delivery-headline div.content-inner {
    margin: 0;
    text-align: center;
    font-size: 1.6rem;
    width: calc(100% - 4.6rem);
    display: inline-block;
}
#content-block div.delivery-headline div.content-inner div.hdl-label {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
}
#content-block div.delivery-headline div.content-inner div.priolist {
    width: 100%;
    line-height: 1.1;
    margin: .1rem 0;
}
#content-block div.delivery-headline div.content-inner div.priolist a {
    font-size: 1.1rem;
    color: #FFF;
    display: block;
}
#content-block div.delivery-headline div.content-inner div.priolist a.active {
    background-color: #ff0000;
}
#content-block div.delivery-headline div.content-inner div.priolist a.inactive {
    background-color: #438966;
}
#content-block div.delivery-headline div > div:last-child {
    width: calc(100% - 5.2rem);
}
#content-block div.delivery-headline div > div:first-child span {
    line-height: 1rem;
    display: inline-block;
    height: 100%;
    padding-top: 1.2rem;
}
#content-block div.delivery-headline button.wn-5 {
    background-color: #ffdf00;
    color: #000;
}
#content-block div.delivery-headline button.wn-4 {
    background-color: #10a843;
}
#content-block div.delivery-headline button.wn-3 {
    background-color: #f38830;
}
#content-block div.delivery-headline button.wn-2 {
    background-color: #0470b8;
}
#content-block div.delivery-headline button.wn-1 {
    background-color: #dc2b31;
}
#content-block div.delivery-headline div.fchoice {
    padding: .1rem 0;
    text-align: center;
    white-space: nowrap;
    display: block;
}
#content-block div.delivery-headline div.fchoice button {
    font-size: 2rem;
    font-weight: bold;
    padding: .20rem .5rem .15rem .4rem;
    margin-right: .5rem;
    text-align: center;
    line-height: 1.6rem;
    border: .1rem solid #000;
    display: inline-block;
    cursor: pointer;
}
#content-block div.delivery-headline div.fchoice button.fpos-active {
    padding: .15rem .45rem .15rem .35rem !important;
    border: .1rem solid #fff;
}
#content-block div.delivery-headline button.fpos-1 {
    border: .0625rem solid #000000;
    background-color: #dc2b31;
    color: #ffffff;
}
#content-block div.delivery-headline button.fpos-2 {
    border: .0625rem solid #000000;
    background-color: #f38830;
    color: #ffffff;
}
#content-block div.delivery-headline button.fpos-3 {
    border: .0625rem solid #000000;
    background-color: #ffdf00;
    color: #000000;
}
#content-block div.delivery-headline button.fpos-4 {
    border: none;
    background-color: #10a843;
    color: #ffffff;
}
#content-block div.delivery-headline button.fpos-5 {
    border: .0625rem solid #000000;
    background-color: #0470b8;
    color: #ffffff;
}
#content-block div.delivery-headline button.fpos-99 {
    border: .0625rem solid #000000;
    background-color: #ff0000;
    color: #ffffff;
}
#content-block div.filter-note {
    padding: .25rem;
    color: #000;
    background-color: #f5f12e;
    font-size: 1.2rem;
    font-weight: bold;
    display: none;
}
#content-block div.filter-note ion-icon[name=warning] {
    color: #EA1111;
    margin-right: .5rem;
}
#content-block div.filter-note div {
    display: inline-block;
}
#content-block div.filter-note div:first-child {
    vertical-align: text-bottom;
}
#content-block button.filter-reset {
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    margin: .15rem;
    padding: .15rem .5rem;    
    background-color: #ea1111;
    color:white !important;
}
#content-block button.filter-reset img.iconset {
    width: 1.5rem;
    height: 1.2rem;
}
#content-record-block div.content div.record-detail > div {
    color: #000;
    font-size: 1.2rem;
    line-height: 1.2rem !important;
    padding: .125rem .25rem .125rem 0;
}
#content-record-block div.content div.record-detail div.address-block div.left {
    width: 90%;
    vertical-align: top;
    display: inline-block;
}
#content-record-block div.content div.record-detail div.address-block div.right {
    width: 10%;
    text-align: right;
    height: 2rem;
    display: inline-block;
}
#content-record-block div.content div.record-detail div.address-block div.right a {
    vertical-align: bottom;
    line-height: 2rem;
    font-size: 2.4rem;
    color: #0bbf00;
}
#content-record-block div.content div.record-detail div.address-block div.right a img {
    padding-top: .3rem;
}
#content-record-block div.content div.record-detail div.commenttext {
    border: .125rem solid red;
    border-radius: .25rem;
    background-color: #faefef;
    margin: 0 0 .5rem 0;
    padding: .5rem;
    height: 6rem;
    overflow-y: auto;
}
#content-record-block div.content div.record-detail div.commenttext div {
    border: none;
    user-select: text !important;
}
#content-record-block div.content div.record-detail div.option div.standard {
    font-size: 1.1rem;
}
#content-record-block div.content div.record-detail > div.option div.block {
    padding: .125rem 0;
}
#content-record-block div.content div.record-detail div.addon {
    font-size: 1rem;
    background-color: #eee;
    padding: .25rem;
    border-bottom: solid .0625rem #999;
    line-height: 1;
}
#content-record-block div.content div.record-detail > div.option div.option-block div.option-last {
    width: calc(20% - .5rem);
    vertical-align: text-bottom;
    text-align: right;
    line-height: 1rem;
    margin-right: .5rem;
    display: inline-block;
}
#content-record-block div.content div.record-detail > div.option p.option-actualweek,
#content-record-block div.content div.record-detail > div.option p.option-nextweek,
#content-record-block div.content div.record-detail > div.option p.option-default {
    margin-top: .5rem;
}
#content-record-block div.content div.record-detail > div.option div.block:last-child {
    border: none;
}
#content-record-block div.content div.record-detail div.headln {
    width: calc(100% - .25rem);
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #666;
    color: #fff;
    margin-bottom: .125rem;
    margin-top: 1rem;
}
#content-record-block div.content div.record-detail div.headln:first-child {
    margin-top: 0;
}
#content-record-block div.content div.record-detail div.comment {
    background-color: red;
    color: white;
}

#content-record-block div.content div.record-detail div.delivery span {
    width: 60%;
    text-align: left;
    display: inline-block;
}
#content-record-block div.content div.record-detail div.delivery span:last-child {
    width: 40%;
    text-align: right;
}
#content-record-block div.button-block {
    border-top: .25rem solid #222 !important;
    padding-top: .5rem !important;
    white-space: nowrap;
}

/***********************
** LIEFERLISTEN ELEMENT
***********************/
#content div.content-delivery {
    position: relative;
    border-bottom: .0625rem solid #222;
    background-color: #fff;
    height: 6.5rem;
    color: #000;
}
#content div.content-delivery a.detailrecord img {
    width: 2.4rem;
    height: 2.4rem;
}
#content div.content-delivery div.marker-abs {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    background-size: 1.4rem;
    background-repeat: no-repeat;
}
#content div.content-delivery div.marker-pickup {
    top: 5%;
    left: 17rem;
    background-image: url(../iconset/pickup.png);
    background-size: 90%;
}
#content div.content-delivery div.marker-dispenser {
    top: 5%;
    left: 18.2rem;
    background-image: url(../iconset/dispenser.png);
    background-size: 90%;
}
#content div.content-delivery div.marker-light {
    top: 5%;
    left: 19.4rem;
    background-image: url(../iconset/light.png);
    background-size: 90%;
}
#content div.content-delivery div.marker-heater {
    top: 5%;
    left: 20.6rem;
    background-image: url(../iconset/heater.png);
    background-size: 90%;
}
#content div.content-delivery div.marker-tank {
    top: 5%;
    left: 22rem;
    background-image: url(../iconset/tank.png);
    background-size: 90%;
}
#content div.content-delivery:first-child {
    border-top: .0625rem solid #222;
}
#content div.content-delivery div.draggable {
    height: 100%;
    display: block;
}
#content div.content-delivery div.draggable div {
    position: relative;
    display: inline-block;
}
#content div.content-delivery div.left-delivery {
    width: 2.2rem;
    height: 100%;
    background-color: #eaeaea;
    vertical-align: top;
}
#content div.content-delivery div.left-delivery > div {
    width: calc(100% - .5rem);
    height: calc(100% - 3.8rem) !important;
    padding: .8rem 0 0 !important;
    font-size: 2.8rem;
    font-weight: 300;
    text-align: center;
    border-top: 1.5rem solid;
    border-right: .25rem solid;
    border-bottom: 1.5rem solid;
    border-left: .25rem solid;
}
/* #content div.content-delivery div.left-delivery > div span {
    padding-top: 1rem;
    display: block;
} */

#content div.content-delivery div.item-delivery {
    width: calc(100% - 5.2rem);
    border-right: .0625rem solid #000;
    line-height: 1rem;
    padding: 0 .25rem;
}
#content div.content-delivery div.item-delivery > div {
    width: 100%;
    padding: .1rem 0;
}
#content div.content-delivery div.item-delivery > div:first-child {
    padding: .25rem;
}
#content div.content-delivery div.right-delivery {
    width: 2.2rem;
    height: 100%;
    background-color: #eee;
    vertical-align: top;
}
#content div.content-delivery div.right-delivery a {
    font-size: 2.2rem;
    padding-top: 2.2rem;
    text-align: center;
    display: block;
}
/* #content div.content-delivery span.flabel {
    font-size: 1.2rem;
    padding-bottom: .5rem;
    display: inline-block;
} */
#content div.content-delivery button.flist {
    font-size: 1.5rem;
    padding: .3rem .45rem;
    margin-right: .3rem;
    text-align: center;
    line-height: 1rem;
    background-color: #eee;
    border: .0625rem solid #999;
    color: #000000;
    display: inline-block;
    cursor: pointer;
}
#content div.content-delivery button.prio {
    font-weight: bold;
    border: .0625rem solid #ff0000;
    color: #000;
}
#content div.delivery-headline button.f-1,
#content div.content-delivery button.f-1-active {
    border: none;
    background-color: #dc2b31;
    color: #ffffff;
}
#content div.delivery-headline button.f-2,
#content div.content-delivery button.f-2-active {
    border: .0625rem solid #000000;
    background-color: #f38830;
    color: #ffffff;
}
#content div.delivery-headline button.f-3,
#content div.content-delivery button.f-3-active {
    border: .0625rem solid #000000;
    background-color: #ffdf00;
    color: #000000;
}
#content div.delivery-headline button.f-4,
#content div.content-delivery button.f-4-active {
    border: .0625rem solid #000000;
    background-color: #10a843;
    color: #ffffff;
}
#content div.delivery-headline button.f-5,
#content div.content-delivery button.f-5-active {
    border: .0625rem solid #000000;
    background-color: #0470b8;
    color: #ffffff;
}
#content div.content-delivery button.f-99-active {
    border: .0625rem solid #ff0000;
    background-color: #ff0000;
    color: #ffffff;
}

/* Erste Spalte Kabinen-Auflistung */
#content div.content-delivery div.left-delivery div.deliver {
    background-color: #e00000;
    color: #fff;
    border-color: #e00000;
}
#content div.content-delivery div.left-delivery div.delivered {
    background-color: #0045f0;
    color: #fff;
    border-color: #0045f0;
}
#content div.content-delivery div.left-delivery div.pickup {
    background-color: #ffa500;
    color: #000;
    border-color: #ffa500;
}
#content div.content-delivery div.left-delivery div.free {
    background-color: #727171;
    color: #000;
    border-color: #727171;
}
#content div.content-delivery div.left-delivery div.shutdown {
    background-color: #472727;
    color: #fff;
    border-color: #472727;
} 
#content div.content-delivery div.left-delivery div.event {
    background-color: #ff5e00;
    color: #fff;
    border-color: #ff5e00;
}
#content div.content-delivery div.left-delivery div.clean {
    background-color: #00ce83;
    color: #000;
    border-color: #00ce83;
}
#content div.content-delivery div.left-delivery div.exchange {
    background-color: #a1ce00;
    color: #000;
    border-color: #a1ce00;
}
#content div.content-delivery div.left-delivery div.extern {
    background-color: #ad00ce;
    color: #fff;
    border-color: #ad00ce;
}
#content div.content-delivery div.left-delivery div.move {
    background-color: #79eaed;
    color: #000;
    border-color: #79eaed;
}
#content div.content-delivery div.left-delivery div.highlight {
    animation: blinkborder-list 1s;
    animation-iteration-count: infinite;
    border-color: #000;
}

/***************************************
** LIEFERLISTEN ELEMENT TERMINAUFTRÄGE
***************************************/
#content div.deadline-block {
    border-left: .2rem solid #EA0000;
    border-right: .2rem solid #EA0000;
    border-top: .2rem solid #EA0000;
    border-bottom: .2rem solid #EA0000;
}
#content div.content-deadline {
    position: relative;
    border-bottom: .0625rem solid #222;
    background-color: #fff;
    height: 4rem;
    color: #000;
}
#content div.content-deadline a.detailrecord img {
    width: 2rem;
    height: 2rem;
}
#content div.content-deadline div.marker-abs {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    background-size: 1.4rem;
    background-repeat: no-repeat;
}
#content div.content-deadline div.marker-pickup {
    top: 5%;
    left: 17rem;
    background-image: url(../iconset/pickup.png);
    background-size: 90%;
}
#content div.content-deadline div.marker-dispenser {
    top: 5%;
    left: 18.2rem;
    background-image: url(../iconset/dispenser.png);
    background-size: 90%;
}
#content div.content-deadline div.marker-light {
    top: 5%;
    left: 19.4rem;
    background-image: url(../iconset/light.png);
    background-size: 90%;
}
#content div.content-deadline div.marker-heater {
    top: 5%;
    left: 20.6rem;
    background-image: url(../iconset/heater.png);
    background-size: 90%;
}
#content div.content-deadline div.marker-tank {
    top: 5%;
    left: 22rem;
    background-image: url(../iconset/tank.png);
    background-size: 90%;
}
#content div.content-deadline:first-child {
    border-top: .0625rem solid #222;
}
#content div.content-deadline div {
    position: relative;
    display: inline-block;
}
#content div.content-deadline div.left-delivery {
    width: 2rem;
    height: 100%;
    background-color: #eaeaea;
    vertical-align: top;
}
#content div.content-deadline div.left-delivery > div {
    width: 100%;
    height: calc(100% - .8rem) !important;
    padding-top: .8rem;
    font-size: 2.8rem;
    font-weight: 300;
    text-align: center;
}
#content div.content-deadline div.item-delivery {
    width: calc(100% - 4.8rem);
    border-right: .0625rem solid #000;
    line-height: 1rem;
    padding: 0 .25rem;
}
#content div.content-deadline div.item-delivery > div {
    width: 100%;
    padding: .05rem 0;
}
#content div.content-deadline div.item-delivery div.deadline {
    padding: .15rem 0 !important;
    font-family: sans-serif, arial;
}
#content div.content-deadline div.right-delivery {
    width: 2.21rem;
    height: 100%;
    background-color: #eee;
    vertical-align: top;
}
#content div.content-deadline div.right-delivery a {
    font-size: 2.2rem;
    padding-top: .9rem;
    text-align: center;
    display: block;
}
/* Erste Spalte Kabinen-Auflistung */
#content div.content-deadline div.left-delivery div.deliver {
    background-color: #e00000;
    color: #fff;
    border-color: #e00000;
}
#content div.content-deadline div.left-delivery div.delivered {
    background-color: #0045f0;
    color: #fff;
    border-color: #0045f0;
}
#content div.content-deadline div.left-delivery div.pickup {
    background-color: #ffa500;
    color: #000;
    border-color: #ffa500;
}
#content div.content-deadline div.left-delivery div.free {
    background-color: #727171;
    color: #000;
    border-color: #727171;
}
#content div.content-deadline div.left-delivery div.shutdown {
    background-color: #472727;
    color: #fff;
    border-color: #472727;
} 
#content div.content-deadline div.left-delivery div.event {
    background-color: #ff5e00;
    color: #fff;
    border-color: #ff5e00;
}
#content div.content-deadline div.left-delivery div.clean {
    background-color: #00ce83;
    color: #000;
    border-color: #00ce83;
}
#content div.content-deadline div.left-delivery div.exchange {
    background-color: #a1ce00;
    color: #000;
    border-color: #a1ce00;
}
#content div.content-deadline div.left-delivery div.extern {
    background-color: #ad00ce;
    color: #fff;
    border-color: #ad00ce;
}
#content div.content-deadline div.left-delivery div.move {
    background-color: #79eaed;
    color: #000;
    border-color: #79eaed;
}
#content div.content-deadline div.left-delivery div.highlight {
    animation: blinkborder-list 1s;
    animation-iteration-count: infinite;
    border-color: #000;
}

/***********************
** FUSSBEREICH
***********************/
#footer {
    width: 100%;
    height: 1.4rem;
    border-top: .0625rem solid #000;
    background-color: #000;
    bottom: 0;
    position: fixed;
    text-align: center;
}
#footer div {
    height: 1.4rem;
}

/***********************
** POPUP GENERELL
***********************/
#pwa-popup-modal {
    position: fixed;				
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 998;
    display: none;
    background-color: #cccccc;
    opacity: .3;
    overflow: hidden;
}
.popup {
    position: absolute;
    top: -99rem;
    left: 5%;
    right: 5%;
    margin: 0 auto;
    padding: .5rem;
    z-index: 999;
    display: block;
    border-radius: .15rem;
    box-shadow: 0 0 .5rem #333;
    border: .25rem solid #999;
    background-color: #f9f9f9;
    color: #666;
    text-align: center;
    min-height: 10rem;
}
.popup button.w50 {
    width: calc(100% - 52%) !important;
    display: inline-block;
}
.popup h2 {
    background-color: #666;
    color: #fff;
    font-weight: bold; 
}
.popup div {
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.popup div.text {
    padding: 1rem 0;
    font-weight: bold;
}
.popup div.text img.iconset {
    filter: invert(0);
    height: 1.5rem;
}
.popup img.onefiverem {
    margin-top: .2rem;
    margin-right: .4rem;
}
.popup div.submit-container {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: .25rem;
    padding-top: .25rem;;
    border-top: .0625rem solid #666;
}

/***********************
** PLEASE WAIT
***********************/
#pwa-popup-pleasewait div.spinner {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    position: relative;
    background-image: url(../images/ajax-loader.gif);
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: center 86%;
    height: 8rem;
    width: 100%;
    display: block;
}
#pwa-popup-pleasewait div.spinner h3 {
    margin: .5rem 0;
    padding: 0;
}

/***********************
** POPUP ERROR
***********************/
#pwa-popup-error div.text {
    font-size: 1.3rem;
    font-weight: bold;
}
#pwa-popup-error #close-popup {
    width: calc(66% - 0.5rem);
    padding: 0.5rem;
    margin: 0.25rem;
    border: 0.0625rem solid #000;
    font-size: 1.5rem;    
    background-color: #fac51f;
    font-weight: bold;
    color: #000;    
}

/***********************
** POPUP AUSWAHL
***********************/
#pwa-popup-favorite textarea,
#pwa-popup-choice textarea {
    height: 8rem;
    width: calc(100% - 1rem);
    background-color: #fff;
}
#pwa-popup-favorite button,
#pwa-popup-wastewaterplant button,
#pwa-popup-choice button,
#pwa-popup-unset button,
#pwa-popup-option button {
    background-color: #438966;
    color: #fff;
    border: .0625rem solid #000;
    margin-bottom: .25rem;
    padding: .5rem 0 .5rem 1.5rem;
    font-size: 1.6rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
#pwa-popup-favorite button,
#pwa-popup-wastewaterplant button,
#pwa-popup-unset #unset-set,
#pwa-popup-choice #choice-repair {
    color: white;
    background-color: #EA1111;
}
#pwa-popup-favorite #favorite-back,
#pwa-popup-wastewaterplant #wastewaterplant-back,
#pwa-popup-choice #choice-back,
#pwa-popup-unset #unset-back,
#pwa-popup-option #option-back {
    color: #000;
    background-color: #fac51f;
}
#pwa-popup-choice #choice-record {
    margin-top: 1rem;
    background-color: #0470b8;
}
#pwa-popup-choice #choice-commentset {
    background-color: #b85b04;
}

/***********************
** POPUP ZEF
***********************/
#pwa-popup-zef button {
    background-color: #2d5a44;
    color: #fff;
    border: .0625rem solid #000;
    width: 100%;
    margin-bottom: .25rem;
    padding: .5rem .25rem;
    font-size: 1.6rem;
}
#pwa-popup-zef #choice-zef-false {
    color: white;
    background-color: #EA1111;
}
#pwa-popup-zef #choice-zef-true {
    color: #000;
    margin-top: 2rem;
    background-color: #26fa1f;
}

/***********************
** POPUP OFFLINE
***********************/
#pwa-popup-offline {
    background-color: #EA1111;
}
