body.ctl-loginModule {
    background-color: #2d2a28;
}

.robotoSlab {
    font-family: "Roboto Slab", "Roboto";
}

.roboto {
    font-family: "Roboto";
}

.normalWeight {
    font-weight: normal;
}

.align-center {
    text-align: center;
}

.transparent {
    background-color: transparent!important;
}

.sidebar {
    background-color: rgba(0, 0, 0, .5);
}

.contentItem {
    background-color: rgba(0, 0, 0, .3);
}

.not-avaiable {
    cursor: pointer;
}

.blueColor {
    color: #4cc0df!important;
}

.whiteColor {
    color: #fff;
}

.redColor {
    color: #c5374a;
}

input,
button,
select,
textarea {
    color: #000;
}

.form-control {
    display: block;
    width: 60%;
    height: 2.62rem;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ctl-loginModule .form-control {
    width: 100%;
    height: 50px;
    border-radius: 0px;
}

.form-control,
.form-control:disabled,
.form-control:focus,
.form-control[readonly] {
    background-color: #fff;
}

.form-control:focus {
    color: #000;
}

.form-control.col-xs-4 {
    width: 33.33333333%;
    margin-right: 3%;
}

.btn-send-remember {
    margin-right: 3%;
    width: 18%;
    color: #000;
}

.btn-send-remember.active {
    background-color: #00b2e8;
}

.form-group label {
    float: left;
    width: 30%;
    margin-right: 4.5%;
}

.gridWrapper {
    background-color: #aaa;
    padding: 10px;
}

.clock {
    padding: 0px;
    background: none;
    margin-left: 0;
}

.content--full {
    padding: 0;
    margin-top: 75px;
    padding-top: 20px;
    height: 890px;
}

.content--full .row:nth-child(1) {
    background-color: #f2f2f2;
    margin: 0px;
    border-radius: 2px;
}

.content--full-res {
    padding: 130px 30px 0;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-top: 95px;
    padding: 0px!important;
    margin: 15px;
    height: 100%;
    margin-top: 95px;
}

.content--full-res .row:nth-child(0)>div {
    background-color: #f2f2f2;
}

.noPadding {
    padding: 0px;
}

.reservation-overview-box {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--ci-grey-20);
    border-bottom: 1px solid #000;
    margin-bottom: 3px;
}

.reservation-overview-box h5 {
    color: #000;
}

.tableImage.table_4 {
    width: 191px;
    height: 94px;
}

.borderRight {
    /* border-right: 1px solid #d4d4d4;*/
    border: 0px solid #d4d4d4;
    border-right-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*-webkit-box-shadow: -5px 4px 0px -4px #d4d4d4;
    -moz-box-shadow: -5px 4px 0px -4px #d4d4d4;
    box-shadow: -5px 4px 0px -4px #d4d4d4;*/
    /* Das stoert */
}

.highlight {
    padding: 5px 10px;
}

.reservationTotal {
    text-align: right;
    font-size: 42px;
    position: relative;
    top: -16px;
}

.reservationTotalInfo {
    text-align: left;
    position: relative;
    margin-top: 9px;
    margin-left: -15px;
}

.peopleTotal {
    text-align: center;
}

.roomOverviewCreator {
    -webkit-transition: width 0.5s, height 0.5s, margin 0.5s;
    -moz-transition: width 0.5s, height 0.5s, margin 0.5s;
    -ms-transition: width 0.5s, height 0.5s, margin 0.5s;
    transition: width 0.5s, height 0.5s, margin 0.5s;
}

.ctl-loginModule .content {
    padding: 0px!important;
    background-color: var(--ci-grey-10);
}

.login__block {
    background: none;
    max-width: 480px;
    box-shadow: none;
}

.login__block__header {
    background: none;
}

.login__block__header > img.img-responsive {
    margin: auto;
    max-width: 270px;
}

#loginForm .form-group label {
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
}

.main-nav {
    list-style: none;
    margin-top: -10px;
    margin-left: 0px;
    padding: 0px;
}

.main-nav li {
    list-style: none;
    float: left;
    margin: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    text-align: center;
    padding-bottom: 24px;
    padding-top: 24px;
    min-width: 152px;
}

.main-nav li a {
    color: #959493;
    text-transform: uppercase;
}

.main-nav li.active,
.main-nav li:hover {
    background-color: #00b2e8;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b2e8+75,000000+99,2989d8+100 */
    background: #00b2e8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #00b2e8 75%, #000000 99%, #2989d8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00b2e8 75%, #000000 99%, #2989d8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00b2e8 75%, #000000 99%, #2989d8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00b2e8', endColorstr='#2989d8', GradientType=0);
    /* IE6-9 */
}

.main-nav li.active a,
.main-nav li:hover a {
    color: #000;
}

.main-nav li polyline,
.main-nav li path,
.main-nav li polygon {
    fill: none;
    stroke: #969594;
}

.main-nav li.active polyline,
.main-nav li.active line,
.main-nav li.active path,
.main-nav li.active rect,
.main-nav li:hover polyline,
.main-nav li:hover line,
.main-nav li:hover path,
.main-nav li:hover rect {
    fill: none!important;
    stroke: #000;
}

.main-nav li.nohover:hover {
    background: none;
}

.main-nav li a img {
    margin-bottom: 7px;
}

.dataTables_wrapper .table {
    margin: 40px 0 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.time>span:not(:last-child)::after {
    content: '';
}

.time__hours::after {
    content: ':'!important;
}

.gridIcon {
    margin-bottom: 30px;
}


/*
.fc-toolbar.fc-header-toolbar {
    display: none;
}*/

.ui-draggable-dragging {
    border: 1px solid #ff0000;
    z-index: 1;
}

.roomOverviewCreator {
    position: relative;
    z-index: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 0, .05) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, .05) 1px, transparent 1px), linear-gradient(-90deg, rgba(0, 0, 0, .04) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, .04) 1px, transparent 1px), linear-gradient(transparent 3px, #f2f2f2 3px, #f2f2f2 78px, transparent 78px), linear-gradient(-90deg, #aaa 1px, transparent 1px), linear-gradient(-90deg, transparent 3px, #f2f2f2 3px, #f2f2f2 78px, transparent 78px), linear-gradient(#aaa 1px, transparent 1px), #f2f2f2!important;
    background-size: 40px 40px, 40px 40px, 80px 80px, 80px 80px, 80px 80px, 80px 80px, 80px 80px, 80px 80px!important;
    ;
}

.rooms li {
    position: relative;
    text-align: center;
}

.roomOverviewCreator .delete {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ff0000;
    cursor: pointer;
}

.deleteRoom {
    position: absolute;
    top: -5px;
    right: -5px;
    color: #ff0000;
    cursor: pointer;
}

.editRoom {
    position: absolute;
    top: -5px;
    right: 20px;
    color: #ff0000;
    cursor: pointer;
}

.roomElement.wall {
    filter: grayscale(1) contrast(1.75);
}

.textFieldTable .number {
    color: var(--ci-grey-100);
    border-radius: 5px;
    padding: 5px 10px;
	font-weight: 500;
	font-size: 1.4rem;
    background-color: var(--ci-grey-30);
}

.freeTables ul.rooms {
    position: relative;
    bottom: 0%;
    margin: 0px;
    margin-left: 0px;
    margin-left: 0px;
    padding: 0px;
    list-style: none;
    margin-left: 0;
    left: 0;
}

.freeTables ul.rooms li {
    position: relative;
    bottom: 0%;
    margin: 0px;
    margin-left: 0px;
    margin-left: 0px;
    padding: 15px 21px !important;
    list-style: none;
    margin-left: 0;
    left: 0;
    background-color: var(--ci-grey-10);
    font-family: "Roboto Slab", "Roboto";
}

ul.rooms li a {
    color: #81807e;
}

.freeTables ul.rooms li.active {
    background-color: #4cc0df;
}

.freeTables ul.rooms li.active a {
    color: #fff;
}

.main-nav .svg {
    max-width: 41px;
}


/*
.loc_27 .roomTable .reservations ul{
    list-style: none;
    list-style: none;
    max-height: 75px;
    overflow: hidden;
}
.loc_27 .roomTable .reservations li
{
    width:130px;
    cursor: pointer;
    margin-bottom: 2px;
}
.loc_27 .roomTable .reservations .reservationTime {
    background-color: #fff;
    color: #000;
    margin-right: 2px;
    padding:2px;
    font-size: 18px;
     font-weight: 700;
}
.loc_27 .roomTable .reservations .reservationPeople {
    color: #fff;
    background-color: #000;
    padding:2px;
    font-size: 18px;
    font-weight: 700;
}*/

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    color: #000;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    user-select: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #000;
    border: 0px;
    border-bottom: 1px solid #aaa;
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--ci-blue-100);
    color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--ci-grey-40);
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.select2-container--open {
    z-index: 10501;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: 1px solid #fff;
}

.reservisation-functions {
    padding-top: 20px;
    -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.5);
    box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.5);
    border-bottom: 0px;
}

.reservisation-functions ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

.reservisation-functions ul li {
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

.reservisation-functions ul li img {
    margin-bottom: 10px;
}

.reservisation-functions ul li svg {
    margin-bottom: 7px;
}

.reservisation-functions ul li a {
    color: var(--ci-grey-80);
    display: block;
}


/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic>.scroll-element,
.scrollbar-dynamic>.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
    opacity: 0.3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
    background-color: #6c6e71;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}


/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}


/* hover & drag */

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}

.modal-dialog.reservation .modal-footer {
    display: flex;
    padding: 0 15%;
}

.modal-dialog.reservation .modal-footer .spacer {
    flex: auto;
}

.modal-dialog.reservation .lastChangedButton {
    font-size: 15px;
    text-align: left;
	font-weight: 700;
}

.custom-modal-footer {
    padding: 0px;
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    min-height: 50px;
}

.modal-headline {
    background-color: #474543;
    -webkit-box-shadow: 0px 4px 3px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 4px 3px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 4px 3px rgba(50, 50, 50, 0.5);
    border: 0px solid #000;
    position: relative;
    z-index: 9999;
    display: block;
    font-size: 1.64rem;
    padding: 0 0 0.38rem 1.15rem;
    margin-top: 0.77rem;
    margin-bottom: 1.54rem;
}

.reservationInfoRow,
.reservationInfoRow span {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto";
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #80bb3d;
    margin-left: 0px;
    margin-right: 0px;
}

.clock-timepicker {
    left: 50%;
    margin-left: -38%;
}

.timeInfo.absoluteTime {
    position: absolute;
    top: 0px;
    color: #4cc0df;
    font-size: 31px;
    font-weight: bold;
    right: 7%;
    top: 10%;
}

.stylish-input-group .input-group-addon {
    background: white !important;
    color: #000;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.fc-event .fc-title {
    font-weight: 400;
    color: #000;
    text-align: center;
}

.img-responsive-cr,
.existingTable .ui-wrapper,
.resOverview div .tableImage {
    width: 100%!important;
    height: 100%!important;
}

.roomOverviewCreator .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.roomOverviewCreator .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.roomOverviewCreator .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.roomOverviewCreator .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.roomOverviewCreator .ui-resizable-se {
    cursor: se-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    bottom: -5px;
}

.roomOverviewCreator .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.roomOverviewCreator .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.roomOverviewCreator .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.roomOverviewCreator .ui-resizable-handle {
    background: #f5dc58;
    border: 1px solid #FFF;
    z-index: 999999;
}

.table-reservation-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
}


/*
.ui-slider.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    border: 0px;
    background: transparent;
}*/

.time {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.time.out_of_range {
    background: -moz-linear-gradient(top, rgba(255, 215, 113, 0) 0%, rgba(255, 215, 113, 0.65) 100%)!important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 215, 113, 0) 0%, rgba(255, 215, 113, 0.65) 100%)!important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 215, 113, 0) 0%, rgba(255, 215, 113, 0.65) 100%)!important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)!important;
    /* IE6-9 */
}

.clock .time {
    background: none;
}

#custom-handle .circle {
    position: absolute;
    font-weight: bold;
    left: 0;
    font-size: 18px;
    top: 4px;
    text-align: center;
    width: 35px;
}


/*#custom-handle .timeValue {
    color: #fff;
    bottom: -20px;
    position: absolute;
    left: 0px;
}*/

.ratingHeader {
    margin-top: 10px;
    background-color: #2d2a28;
    max-width: 98%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-radius: 2px;
}

.ratingBody {
    max-width: 98%;
    color: #000;
    max-height: 585px;
    overflow: auto;
}

.ratingAverageValues,
.ratingValues {
    margin: 0 auto;
}

.ratingHeader .ratingWholeInfoItem {
    color: #fff;
}

.ratingBody .ratingItem {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}

.ratingBody .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.ratingBody .ratingItem:nth-child(even),
.ratingBody .ratingItem:nth-child(even) .row {
    background-color: var(--ci-grey-10);
}

.ratingBody .ratingItem:nth-child(odd),
.ratingBody .ratingItem:nth-child(odd) .row {
    background-color: #dfdfdf;
}

.ratingBody .ratingItem:last-child {
    border-radius: 0px;
}

.option-value {
    background-color: #ffffff;
    min-height: 50px;
    margin-bottom: 9px;
    color: var(--ci-grey-80);
    line-height: 50px;
    font-size: 16px;
}


/*
.option-value.active,.option-value:hover {
    color:#fff;
    background-color:#4cc0df!important;
}*/

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 0px;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #aaa;
    color: var(--ci-grey-80);
}

.select2-search.select2-search--dropdown {
    display: none;
}

.customer-option-value.readonly {
    pointer-events: none;
}

.customer-option-value:hover {
    background-color: transparent;
}


/*
.customer-option-value-inner
{
    border:1px solid #8a8887;width:40px;height:40px;border-radius: 50%;background-color: transparent;
    margin-left: -20px;
}
.customer-option-value small {
    margin-left: -28px;
}
.customer-option-value-inner.active,.customer-option-value-inner:hover {
    border: 0px;
    border-radius: 0px;
    background-image: url(../Images/Icons/Customer/Start.svg);
    background-color: transparent;
    width: 40px;
    height: 39px;
    top: -2px;
}*/

.table-reservation-item .customer-option-value {
    line-height: 30px;
    min-height: 40px;
    background: transparent;
    color: #fff;
    font-size: 9px;
    width: 28px;
    text-align: center;
}

.form-control:disabled,
.form-control[readonly] {
    opacity: 1;
    padding: 0px;
    padding-left: 0px;
    height: 25px;
    padding-left: 5px;
    border-radius: 2px;
}

.table-reservation-item .customer-option-value-inner {
    width: 20px;
    height: 20px;
}

.roomTable.choosen rect,
.roomTable.choosen circle {
    fill: #4cc0df!important;
}

.roomTable.choosen.autoplace rect,
.roomTable.choosen.autoplace circle {
    background-color: #0cf5ac!important;
    fill: #0cf5ac!important;
    color: #000;
    --stroke: currentColor;
}

.roomTable.showConnected rect,
.roomTable.showConnected circle {
    fill: #4cc0df!important;
}

span.choose-button {
    display: block;
    background-color: var(--ci-grey-10);
}

span.choose-button input {
    border: 0px;
}

.choose-button,
.table-holder {
    background-color: var(--ci-grey-10);
    color: #000;
    /*width: 80%;*/
    margin-left: 10%;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Roboto Slab", "Roboto";
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    border: 0px;
}

.choose-button.confirm {
    background-color: #4cc0df;
    color: #fff;
}

.login__block__btn,
.login__block__btn:hover {
    background-color: #4cc0df;
    color: #fff;
    width: 100%;
    margin-left: 0;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Roboto";
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    border: 0px;
}


/***STATS**/

.ctl-stats h1 {
    margin: 0 0 5px 0;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
}

.ctl-stats h4 {
    background-color: #000;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    font-family: "Roboto";
}

#reservationList .ui-draggable-dragging {
    position: fixed !important;
}

.infoRow {
    margin-bottom: 6px;
}

.infoLabel {
    font-size: 14px;
    line-height: 55px;
}

.infoLabel.labelInput {
    line-height: 30px;
}

.infoInput {
    background-color: #f2f2f2;
    color: #676564;
    width: 70%;
    padding: 5px 10px;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
}

.infoText {
    position: relative;
    background-color: #2d2a28;
    width: 70%;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.infoText .infoHelper {
    position: absolute;
    top: 25%;
    right: 37%;
}

.infoText .infoHelper.left {
    position: absolute;
    top: 25%;
    left: 30%;
    width: 10px;
}

.infoText input,
.infoInput input,
.addInfo textarea {
    padding: 15px 10px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #fff;
    border: 0px;
    text-align: center;
}

.infoInput input,
.addInfo textarea {
    padding: 0px;
    text-align: left;
    color: #676564;
}


/* Hide HTML5 Up and Down arrows. */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.error {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    height: 26px;
    width: 100%;
    /*font-size: smaller;*/
    font-weight: normal;
    color: #ff0000;
}

.errorCRM {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    font-size: smaller;
    font-weight: normal;
    color: #ff0000;
    border: 2px solid;
}

button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    font-size: 42px;
    color: #fff;
    top: 0px;
    right: 24px;
    position: absolute;
    z-index: 10000;
}

.fc-timeline-event {
    background-color: #b2e8f8;
}

.fc-resource-area.fc-widget-content {
    overflow: hidden;
    background-color: #2d2a28;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 20px !important;
}

.fc-resource-area.fc-widget-content .fc-scroller {
    overflow: hidden !important;
}

.fc-time-area.fc-widget-content tr:nth-child(even) {
    background-color: #d5d4d4;
}

.fc-time-area.fc-widget-content tr:nth-child(odd) {
    background-color: #abaaa9;
}


/*.fc-resource-area .fc-cell-text
{
    background-color:#ff0000;
}*/

.fc-timelineWeek-view .fc-content .fc-widget-header {
    background-color: var(--ci-grey-10);
}

.fc-rows .fc-widget-content {
    position: relative; 
}

.fc-rows .fc-widget-content::before {
    content: '';
    position: absolute;
    left: 3px;
    bottom: 3px;
    width: 25px;
    height: 25px;
    background: #4cc0df;
    display: flex;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
}

.fc-rows .fc-widget-content .max-person-count {
    position: relative;
    left: -1px;
    bottom: -5px;
    max-width: 15px;
    max-height: 17px;
    font-size: 11px;
    color: #fff;
}

.fc-resource-area .fc-widget-header {
    background-color: #4cc0df!important;
    height: 50px!important;
    background-image: url(../Images/Icons/Reservation/tablebook.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.fc-rows .fc-widget-content div .fc-cell-text {
    position: relative;
    left: -10px;
}

.fc-center h2 {
    color: #000;
    font-family: "Roboto Slab", "Roboto";
}

.fc th,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
    text-align: center;
    width: 23%;
    margin: 0 auto;
    position: relative;
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    white-space: nowrap;
    cursor: pointer;
    border: 0px;
    background-: t;
    background-color: transparent;
    background: none;
    box-shadow: none;
}

#bookOverview {
    padding-top: 50px;
    padding-right: 10px;
}

#calendar,
#calendar-week {
    margin-top: 0px;
}

#calendar .fc-header-toolbar {
    display: none;
}

.fc-prev-button {
    position: absolute !important;
    left: 55px;
    background-image: url(../Images/Icons/HeadDatePrev.png)!important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    top: 0px;
}

.fc-next-button {
    position: absolute !important;
    right: 39px;
    background-image: url(../Images/Icons/HeadDateNext.png)!important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    top: 0px;
}

.custom-modal-footer .choose-button {
    margin-left: 0px;
    width: 18%;
    font-size: 1.23rem;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Roboto";
}

.tableImage path.cls-1 {
    fill: #2d2b2a;
    clip-path: none;
}

#rightChair .cls-1,
#leftChair .cls-1,
.tableSVGWrapper .cls-1,
path.cls-1 {
    fill: #2d2b2a;
}

.tableImage rect.cls-2 {
    fill: var(--reservation);
    clip-path: none;
}

.close:hover,
.close:focus {
    opacity: 1;
}

.filterItem {
    background-color: var(--ci-grey-10);
    border-bottom: 1px solid #aaa;
    text-align: center;
    font-size: 10px;
    color: #6c6a69;
    font-weight: 300;
}

.firstFilterItem {
    display: inherit;
    background-color: #4cc0df;
    color: #fff;
    border-bottom: 1px solid #aaa;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
}

.filterItem .filter {
    display: block;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

.filterItem .active {
    background-color: #4cc0df;
    color: #fff;
}

.reservationItem.status-checkedOut,
.reservationItem.status-storno {
    display: none;
}

.reservationItem.status-storno {
    display: none;
}

.infoText .deleteTable {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.reservation-list-box {
    max-height: 610px;
    height: 610px;
    overflow-y: auto;
    overflow-x: hidden;
}

.reservation-list-box.noticeBox {
    max-height: 100%;
}

.logoDashboard {
    margin-top: 25%;
}

.dashboardRow {
    height: 100%;
}

.statistik-customer-wrapper .customerList {
    max-height: 851px
}

@media only screen and (max-width: 1400px) {
    .main-nav li {
        list-style: none;
        float: left;
        margin: 10px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px;
        text-align: center;
        padding-bottom: 24px;
        padding-top: 24px;
        min-width: 100px;
        font-size: 11px;
    }
    .reservationSlider {
        position: absolute;
        right: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .content--full {
        height: 600px;
    }
    .statistik-customer-wrapper .customerList {
        max-height: 300px;
    }
    .customerDetail {
        float: left;
        margin-top: 30px;
    }
    /*    .sidebarNav li {
            width: 25%;
            float: left;
        }*/
    .dashboardRow {
        height: auto;
    }
    .reservation-list-box {
        max-height: 47%;
        ;
        height: 605px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .logoDashboard {
        margin-top: 0%;
    }
    .search input {
        width: 250px;
        height: 32px;
        background: #fcfcfc;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        max-width: 100%;
    }
    .search {
        position: relative;
        color: #aaa;
        font-size: 16px;
        top: 64px;
        height: 30px;
        max-width: 100%;
    }
    .search .fa-close {
        position: absolute;
        top: 7px;
        right: 6px;
    }
    .modal-dialog {
        max-width: 100% !important;
    }
}

.feedback {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    color: #ff0000;
    z-index: 9999999;
}

#ct_table .choose-button:last-child {
    margin-left: 0;
}

#ct_table .choose-button {
    width: 100%;
}

input[type='checkbox'] { appearance: checkbox; -webkit-appearance: checkbox; }

@media only screen and (max-width: 1900px) {
    .reservationItem .info {
        max-width: 600px;
    }
}

@media only screen and (max-width: 1400px) {
    .reservationItem .info {
        width: 40.7% !important;
    }
    .reservation-list-box {
        max-height: 60%;
        height: 605px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .reservationItem .person1 {
        width: 8%!important;
    }
}

@media only screen and (max-width: 1280px) {
    .reservationItem .info {
        width: 38.7% !important;
    }
    .reservation-list-box {
        max-height: 52%;
        height: 605px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .reservationItem .person1 {
        width: 8%!important;
    }
}

@media only screen and (max-width: 1024px) {
    .reservationItem .info {
        width: 33.7% !important;
    }
    .reservation-list-box {
        max-height: 52%;
        height: 605px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .rooms.col-xs-5 {
        width: 50%;
    }
    .reservationItem .person1 {
        width: 8%!important;
    }
}

#ct_customer .add-reservation-content-content .form-group {
    margin-bottom: 9px;
}

#ct_customer .add-reservation-content-content select.form-control:not([size]):not([multiple]) {
    height: 25px;
}

path.selectable,
path.minutes {
    fill: transparent;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 0.5px;
}

path.free {
    fill: #a6d9f5;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 0.5px;
    opacity: 0.5;
}

path.active {
    display: block;
    fill: #0db0e7;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 0.5px;
    opacity: 1;
}

.outletsChooser {
    position: fixed;
    top: var(--header-height);
    height: auto;
    max-height: 60%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    z-index: 999999;
    left: var(--frame-border);
    display: none;
    width: 24.5%;
    text-align: center;
    font-size: 20px;
}

.switchOutlet {
    color: #fff;
    border-bottom: 1px solid;
    width: 100%;
    display: block;
    padding: 0px;
}

.bookTable {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.bookTable td {
    width: 100px;
}

.book-container {
    /* Attach fixed-th-table to this container,
       in order to layout fixed-th-table
       in the same way as scolled-td-table" */
    position: relative;
    /* Truncate fixed-th-table */
    overflow: hidden;
}

.fixed-th-table-wrapper td,
.fixed-th-table-wrapper th,
.scrolled-td-table-wrapper td,
.scrolled-td-table-wrapper th {
    /* Set background to non-transparent color
       because two tables are one above another.
    */
    background: white;
}

.fixed-th-table-wrapper {
    /* Make table out of flow */
    position: absolute;
}

.fixed-th-table-wrapper th {
    /* Place fixed-th-table th-cells above 
       scrolled-td-table td-cells.
    */
    position: relative;
    z-index: 1;
}

.scrolled-td-table-wrapper td {
    /* Place scrolled-td-table td-cells
       above fixed-th-table.
    */
    position: relative;
}

.scrolled-td-table-wrapper {
    /* Make horizonal scrollbar if needed */
    overflow-x: auto;
}


/* Simulating border-collapse: collapse,
   because fixed-th-table borders
   are below ".scrolling-td-wrapper table" borders
*/


/*
table {
    border-spacing: 0;
}
td, th {
    border-style: solid;
    border-color: black;
    border-width: 1px 1px 0 0;
}
th:first-child {
    border-left-width: 1px;
}
tr:last-child td,
tr:last-child th {
    border-bottom-width: 1px;
}
*/


/* Unimportant styles */

.book-container {
    width: 100%;
    max-height: 300px;
}

td,
th {
    padding: 5px;
}


/*tr.even, th
{
    color:#fff;
}*/


/*tr.odd , tr.odd td a
{
    color:#000;
}*/

.\30 a0e05f2-1d95-42bf-b929-6b51c11c95be {
    fill: #ffd571;
}

.ajaxLoad .form-group {
    margin-bottom: 5px;
}


/*
.content--full .customerDetail .row:nth-child(1),.content--full .statOverview .row:nth-child(1)
{
    background-color:transparent;
    border-radius: 0px;
    margin-left: -15px;
    margin-right: -15px;
}
*/


/*.customerDetail th,.customerDetail tr.even, th{
    color:#000;
}*/

.ajaxLoad .dataTables_filter,
.customerDetail .dataTables_length {
    display: none;
}

.swal-content h1 {
    color: #000;
}

.modal-dialog.reservation.tableSet {
    position: absolute;
    left: 0px;
    width: 25% !important;
    top: 0px;
}

.swal-modal.placementInfo {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 650px;
}

.swal-modal.employee,
.swal-modal.employee_settingPassword {
    background-color: #4cc0df;
    color: #fff;
    width: 450px;
}

.swal-modal.admin_required {
    background-color: var(--note);
    color: #000;
    width: 450px;
}

.swal-modal.confirmationmail {
    background-color: transparent;
    color: #fff;
    width: 700px;
}

.creditcard_swal {
    background-color: var(--ci-grey-90);
    color: #fff;
    width: 650px
}

.swal-modal.employee_rating {
    background-color: #4cc0df;
    color: #fff;
    width: 800px;
}

.swal-modal.employee_rating .swal-title {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.swal-modal.placementInfo .swal-title {
    color: #fff;
}

.employee .swal-title,
.employee_settingPassword .swal-title {
    color: #fff;
    font-weight: 300;
    font-size: 19px;
}

.admin_required .swal-title {
    color: #000;
    font-weight: 300;
    font-size: 19px;
}

.employee .swal-title:first-child,
.employee_settingPassword .swal-title:first-child,
.admin_required .swal-title:first-child  {
    margin-top: 26px;
    margin-bottom: 26px;
}

.swal-modal.placementInfo .swal-button-container {
    margin: 5px;
    display: inline-block;
    position: relative;
    width: 100%;
}

.swal-modal.placementInfo .swal-footer {
    text-align: center;
}

.swal-modal.placementInfo .swal-button {
    width: 50%!important;
    background-color: #f2f2f2!important;
    color: #000!important;
    height: 50px!important;
}

.swal-modal.employee .swal-button,
.swal-modal.employee_settingPassword .swal-button,
.swal-modal.admin_required .swal-button {
    background-color: #f2f2f2!important;
    color: #000!important;
    height: 30px!important;
}

.swal-modal.employee .swal-button.swal-button--confirm,
.swal-modal.employee_settingPassword .swal-button.swal-button--confirm,
.swal-modaladmin_required .swal-button.swal-button--confirm {
    background-color: var(--checked-in)!important;
    color: #fff !important;
}

.swal-modal.employee .swal-text,
.swal-modal.employee_settingPassword .swal-text {
    color: #fff;
}

.swal-modal.admin_required .swal-text {
    color: #000;
}

.swal-modal.placementInfo .swal-button::before {
    content: "";
    display: block;
    /* background: url("../Images/Icons/place.svg") no-repeat;*/
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 6px 0 0;
    position: absolute;
    left: 118px;
    top: 11px;
}

.swal-modal.placementInfo .swal-button.swal-button--set::before {
    background: url("../Images/Icons/Messages/set.svg") no-repeat;
}

.swal-modal.placementInfo .swal-button.swal-button--remove::before {
    background: url("../Images/Icons/Messages/remove.svg") no-repeat;
}

.swal-modal.placementInfo .swal-button.swal-button--removeReservation::before {
    background: url("../Images/Icons/Messages/remove.svg") no-repeat;
}

.swal-modal.placementInfo .swal-button.swal-button--busy_time::before {
    background: url("../Images/Icons/Messages/busy.svg") no-repeat;
}

.swal-modal.placementInfo .swal-button.swal-button--more_tables::before {
    background: url("../Images/Icons/Messages/connect.svg") no-repeat;
}

.swal-modal.placementInfo .swal-button.swal-button--split::before {
    background: url("../Images/Icons/Messages/split.svg") no-repeat;
}

.swal-modal.placementInfo .swal-button.swal-button--checkout::before {
    background: url("../Images/Icons/Messages/checkout.svg") no-repeat;
}

.swal-modal.placementInfo .swal-button.swal-button--swap::before {
    background: url("../Images/Icons/Messages/change.svg") no-repeat;
}

#employeeForm .form-group label,
#intermediaryForm .form-group label,
.customer-detail .form-group label,
#commonForm .form-group label,
#settingForm label {
    float: left;
    width: 100px;
    margin-right: 4.5%;
    font-weight: normal;
}

.saveEmployee,
.saveIntermediary {
    background-color: #4cc0df;
}

.btn-intermediary {
    background-color: var(--buttons);
    color: var(--ci-grey-40);
}

.btn-intermediary.active {
    background-color: var(--ci-blue-100);
    color: #fff;
}

#intermediaryPopover {
    font-size: 1.1rem;
}

#intermediaryPopover .headline {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 5px;
    height: 2.8rem;
}

#intermediaryPopover .reset-intermediaryId {
    aspect-ratio: 1 / 1;
    height: 100%;
    border-radius: 3px;
    position: relative;
}

#intermediaryPopover .reset-intermediaryId::before,
#intermediaryPopover .reset-intermediaryId::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 1pt;
    top: 50%;
    left: 50%;
    background-color: black;
}

#intermediaryPopover .reset-intermediaryId::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#intermediaryPopover .reset-intermediaryId::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#intermediaryPopover input[name='intermediary-search'] {
    border-radius: 3px;
    padding: 5px;
    height: 100%;
    border: none;
}

#intermediarySelectList {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    row-gap: 10px;
    column-gap: 7px;
    max-height: 350px;
    overflow-y: auto;
}

#intermediarySelectList > div {
    display: contents;
}

#intermediaryPopover .choose-button {
    margin: 0;
    font-size: inherit;
    line-height: 1.05;
}

#intermediaryPopover span.company {
    display: inline-block;
    font-size: 0.75rem;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
}

textarea.form-control {
    height: 100px !important;
}

.infoPercent {
    height: 34px;
    font-size: 9px;
    top: -9px;
    position: relative;
    text-align: left;
}

.dashed {
    border-bottom: 1px dashed #969594;
    text-align: left;
    height: 6px;
    margin-bottom: 10px;
    margin-left: 28px;
}

.dashed span,
.nodash span {
    background: transparent;
    padding: 0 5px;
    position: relative;
    left: -32px;
    color: #969594;
}

.t0percent .dashed {
    border-bottom: 1px solid #969594;
}

.t50percent .dashed {
    border: 0px;
}

.infoPercent.danger {
    text-align: right;
}

.infoPercent.danger .dashed {
    border-bottom: 1px dashed #ffd771;
    text-align: left;
    margin-left: 7px;
}

.infoPercent.danger .dashed span {
    left: 100%;
    background-color: #ffd771;
    padding: 3px 5px;
    border-radius: 2px;
    color: #000;
    font-size: 10px;
    top: -3px;
    left: 101%;
}

.scrollDate {
    text-align: center;
    font-size: 14px;
    background-color: var(--ci-grey-30);
}

.scrollDate h3 {
    color: #000;
    margin-bottom: 0px;
}

.scrollDate.active {
    background-color: #4cc0df;
    color: #fff;
}

.scrollDate.active h3 {
    color: #fff;
}

.customer-action-item path {
    stroke: #969594;
}

#ct_customer .customerList {
    overflow-x: hidden;
    color: #fff;
    background-color: transparent;
}

.customer-result-item a {
    color: #000;
}

input[type="time"] {
    border: 0px;
}

.timeRow,
.openingTimes row {
    background-color: transparent!important;
}

.form-control[readonly].predefinedText {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    border-radius: 0px;
    background-color: #aaa;
    border: 0px;
    padding: 5px 10px;
    height: 30px;
}

.rangePicker .filterItem .filter,
.full .filterItem .filter {
    display: block;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 34px;
    display: block;
    line-height: 25px;
}

#custom-handle-book {
    width: 35px;
    height: 35px;
    background: none;
    border: 0px;
    top: -18px;
    background-image: url(../Images/Icons/handle-book.png);
    margin-left: 0;
}

.reservationSlider {
    border-left: 1px dashed #969594;
}

#blockTableForm input[type="time"] {
    border: 0;
    border: none;
    clip-path: inset(0 1.54rem 0 0);
    outline: none;
    outline: 0;
    text-align: center;
    background-color: #f2f2f2;
    margin-bottom: 3px;
    color: #a5a4a3;
    height: 3rem;
    font-size: 1.54rem;
    width: auto;
}

#blockTableForm label {
    font-size: 1.54rem;
    font-family: var(--roboto);
    font-weight: normal;
    float: left;
    width: 7.7rem;
}

#blockTableForm .form-control {
    background-color: #f2f2f2;
    height: 3rem;
    font-size: 1.54rem;
    text-align: center;
    border-radius: 2px;
}

#blockTableForm input[type="checkbox"].form-control {
    text-align: left;
}

#blockTableForm input[type="date"].form-control,
#blockTableForm input[type="time"].form-control {
    width: 100%;
}

.customer-option-value {
    background-color: transparent !important;
}

.choose .roomTable.blocked {
    pointer-events: none;
}

.splittedRes {
    background-color: #ffd771;
}

.choosen .splittedRes {
    background-color: var(--ci-blue-100);
}

.navbar-inverse {
    background-color: transparent;
}

.stats-control {
    text-align: center;
    font-size: 20px;
    padding: 5px 10px;
    height: 40px;
    font-weight: normal;
    border: 0px;
    color: #4cc0df;
    border-radius: 2px;
    width: 100%;
}

.pciButton {
    float: left;
    width: 48%!important;
    margin-right: 2%;
    text-transform: none!important;
    font-weight: 300;
    background-color: #fff !important;
    color: rgb(171, 170, 169) !important;
    height: 41px;
    margin-left: 0px!important;
    margin-top: 0px!important;
    border: 0px;
}

.pciButton.active {
    background-color: #4cc0df!important;
    color: #fff!important;
}

.firstFilterItem .select2-container--default .select2-selection--single {
    background-color: #4cc0df!important;
    color: #fff;
}

.firstFilterItem .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.filterItem .select2-dropdown {
    max-width: 100px;
}

.helper {
    width: 100%;
    position: relative;
    z-index: 999;
}

.choose .reservations li {
    pointer-events: none;
}

.walkin .nano-content,
.standard .nano-content {
    right: 0!important;
}

.updateNotice {
    width: 100%;
    height: 150px;
    background-color: var(--ci-blue-100);
    position: fixed;
    top: 0px;
    left: 0px;
    -webkit-box-shadow: 10px 10px 67px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 67px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 67px 0px rgba(0, 0, 0, 0.75);
    z-index: 999;
    border-radius: 4px;
    padding: 1% 2%;
    text-align: center;
    display: none;
}

.updateNotice .changelog {
    display: none;
}

.swal-optionresolve {
    background-color: var(--ci-grey-90);
    color: var(--ci-grey-30) !important;
    text-align: center;
    font-size: 16px;
    height: auto !important;
    width: 500px !important;
    padding: 20px !important;
}

.swal-optionresolve .headline {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
}

.swal-optionresolve .swal-footer {
    text-align: center;
    background-color: var(--ci-grey-95);
    margin: 20px -20px -20px;
}

.swal-optionresolve .swal-button {
    text-transform: uppercase;
}

.swal-optionresolve .swal-button--close {
    background-color: #c43749;
}

.swal-optionresolve .optionButtons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 30px;
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 15px;
}

.swal-optionresolve .optionButtons span {
    display: block;
}

.swal-optionresolve .optionButtons input {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    display: none;
}

.swal-optionresolve .optionButtons label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 30px;
    border-radius: 3px;
    font-weight: 300;
    margin: 0;
    flex: 1;
    min-width: 40%;
    background-color: #5f5d5c;
    text-transform: uppercase;
    cursor: pointer;
    color: var(--ci-grey-30);
    font-size: 1rem;
    line-height: 1;
}

.swal-optionresolve .optionButtons input:checked + label,
.swal-optionresolve .optionButtons:not(.storno) input[checked] + label {
    background-color: var(--ci-blue-100);
    color: #ffffff;
}

.swal-optionresolve .optionButtons.storno input:checked + label {
    background-color: #c43749;
    color: #ffffff;
}

.swal-optionresolve fieldset {
    min-width: unset;
    padding: unset;
    margin: unset;
    border: 1px solid currentColor;
    border-radius: 4px;
}

.swal-optionresolve fieldset legend {
    width: auto;
    margin: 0;
    padding: 0 5px;
    border: 0;
    font-size: smaller;
    color: inherit;
}

.swal-optionresolve textarea {
    width: 100%;
    height: 165px;
    border: 0;
    resize: vertical;
    height: 165px;
    color: inherit;
    font-size: inherit;
    background-color: transparent;
}

.swal-systemblocked {
    background-color: #c43749;
}

.swal-systemblocked .swal-title {
    text-transform: uppercase;
}

.swal-systemblocked .swal-title, .swal-systemblocked .swal-text {
    color: #fff;
}

.swal-blockwidget {
    background-color: var(--ci-grey-90);
}

.swal-blockwidget .swal-title {
    color: #fff;
}

.swal-blockwidget form {
    width: max-content;
    margin: 0 auto;
}

.swal-blockwidget label {
    display: block;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.swal-blockwidget input[type='checkbox'] {
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    display: inherit;
    outline: none;
    box-shadow: none;
    clip: rect(0,0,0,0);
}

.swal-blockwidget label :checked + div {
    background-color: var(--ci-blue-100);
    color: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.toggleSwitch {}

.toggleSwitch input {
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: var(--width, calc(2 * var(--height, 50px)));
  height: var(--height, 50px);
  border-radius: var(--height, 50px);
  color: #5f5d5c;
  background-color: currentColor;
  border: var(--border, 4px) solid currentColor;
  overflow: hidden;
}

.toggleSwitch input::before {
  content: '';
  position: absolute;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  left: 0;
}

.toggleSwitch input:checked {
  color: var(--active, #4cc0df) !important;
}

.toggleSwitch input:checked::before {
  left: 100%;
  transform: translateX(-100%);
}

.reservationHistory .modal-header {
    font-size: 2rem;
    color: var(--ci-blue-100);
}

.reservationHistory .modal-body {
    padding: 0 40px;
}

.reservationHistory .filterButtons {
    display: flex;
    position: relative;
    margin: 15px 0;
}

.reservationHistory .right {
    position: absolute;
    right: 0;
}

.reservationHistory .buttonLike {
    height: 35px;
    text-transform: uppercase;
    min-width: 135px;
}

.reservationHistory .scrollArea {
    max-height: 500px;
    overflow-y: auto;
}

.reservationHistory .historyEntry {
    margin-bottom: 12px;
    color: var(--ci-grey-18);
}

.reservationHistory .historyEntry .headline {
    display: flex;
    position: relative;
    height: 45px;
    overflow: hidden;
    align-items: center;
    background-color: var(--ci-grey-95);
}

.reservationHistory .historyEntry.original .headline {
    background-color: var(--ci-blue-50);
    color: var(--ci-grey-90);
}

.reservationHistory .historyEntry .headline::before {
    content: '';
    display: block;
    align-self: flex-start;
    border-style: solid;
    border-color: var(--ci-blue-100) transparent transparent var(--ci-blue-100);
    border-width: 30px 22px;
}

.reservationHistory .historyEntry .headline::after {
    content: '';
    position: absolute;
    align-self: flex-start;
    width: 100%;
    bottom: 0;
    box-shadow: var(--ci-grey-100) 0px 0px 20px 8px;
}

.reservationHistory .historyEntry .headline .nr {
    color: var(--ci-blue-100);
    font-weight: bold;
    margin: 0 10px;
}

.reservationHistory .historyEntry .headline span:not(:first-child):not(:last-child)::after {
    content: '|';
    margin: 0 2px;
}

.reservationHistory .mainEntry {
    padding: 5px;
    background-color: var(--ci-grey-85);
}

.reservationHistory .mainEntry > div {
    display: grid;
    grid-template-columns: minmax(250px, max-content) 1fr 1fr;
    grid-auto-rows: auto;
}

.reservationHistory .historyEntry.original .mainEntry > div {
    display: grid;
    grid-template-columns: repeat(5, max-content) auto;
    grid-auto-rows: auto;
}

.reservationHistory .mainEntry > div > div {
    display: flex;
    min-height: 45px;
    width: 100%;
    align-items: center;
    padding: 8px 15px;
}

.reservationHistory .historyEntry.original .mainEntry > div > div {
    background-color: var(--ci-grey-76);
}

.reservationHistory .historyEntry.original .mainEntry > div > div.darker {
    background-color: var(--ci-grey-80);
    color: var(--ci-blue-100);
    font-weight: bold;
}

.reservationHistory .historyEntry.original .mainEntry > div > div:nth-child(even) {
    background-color: var(--ci-grey-70);
}

.reservationHistory .historyEntry.original .mainEntry > div > div.darker:nth-child(even) {
    background-color: var(--ci-grey-76);
}

.reservationHistory .mainEntry .legend {
    height: 35px;
}

.reservationHistory .mainEntry .what {
    background-color: var(--ci-grey-60);
    color: #fff;
}

.reservationHistory .mainEntry .what.even {
    background-color: var(--ci-grey-50);
}

.reservationHistory .mainEntry .how {
    background-color: var(--ci-grey-76);
    color: var(--ci-blue-100);
    font-weight: bold;
    font-size: 1.1rem;
}

.reservationHistory .mainEntry .how.even {
    background-color: var(--ci-grey-70);
}

.reservationHistory .scrollArea:not(.detailed) .how.from {
    visibility: hidden;
}

.reservationHistory .scrollArea:not(.detailed) .mainEntry .legend {
    display: none;
}

.reservationHistory .mainEntry ul {
    margin: 0;
    padding: 0;
}

.reservationHistory .mainEntry ul li {
    display: block;
}

.reservationHistory .mainEntry ul b {
    font-size: larger;
    line-height: 1;
}

.reservationHistory .mainEntry ul .green {
    color: var(--paid);
}

.reservationHistory .mainEntry ul .red {
    color: var(--color-coding-4);
}

.reservationHistory .modal-footer {
    height: auto;
    min-height: 5.8rem;
    padding: 10px 0;
}

.reservationHistory .modal-footer > div {
    margin: 0 40px;
    width: 100%;
}

.reservationHistory .modal-footer .buttons {
    position: relative;
    display: flex;
    justify-content: center;
}

.reservationHistory .modal-footer button {
    height: 35px;
    border-radius: 2px;
    border: none;
    color: var(--ci-grey-100);
}

.buttonLike {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    margin: 3px;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
    font-weight: initial;
}

.buttonLike::after {
    content: '';
    box-shadow: var(--ci-grey-100) 0 0 20px 4px;
    width: 200%;
}

.buttonLike input {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: none;
    outline: none;
}

.buttonLike .main-label {
    display: flex;
    min-width: max-content;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 5px 10px;
    background-color: var(--ci-grey-60);
    color: var(--ci-grey-30);
}
  
.buttonLike input:checked + .main-label {
    background-color: var(--ci-blue-100);
    color: #fff;
}

label.invisibleLabel {
    display: contents;
}

label.invisibleLabel input {
    display: none;
}

#uploadTickets.processing {
    background-color: var(--note);
    pointer-events: none;
}

#uploadTickets.successful {
    background-color: var(--paid);
    color: #fff;
}

#uploadTickets.erroneous {
    background-color: var(--error-message);
    color: #fff;
}

.personInfo .reservationTime {
    display: inline-flex;
    align-items: center;
    --fill: var(--ci-blue-100);
}

.reservationTime .live {
    color: var(--fill);
}

.reservationTime > span:not(.live) + svg {
    display: none;
}

.reservationTime .live + svg {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin-inline: 3px;
}

.reservationTime .endTime:not(.live) {
    color:var(--ci-grey-50);
}

.status-waiting .reservationTime .endTime:not(.live) {
    color:var(--ci-grey-18);
}

body.standalone .reservision-logo {
    display: block;
    top: 15px;
    left: 0;
    --color: #fff;
    width: auto;
}

@media (min-width: 481px) {
    body.standalone .reservision-logo {
        position: fixed;
    }
}

body .reservision-logo svg {
    width: 100vw;
    max-width: 400px;
    display: block;
    margin-inline: auto;
}

.circle-input {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--ci-blue-100);
    background-color: #fff;
    color: var(--ci-blue-100);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px; 
    padding: 6px 5px 5px 5px;
    font-weight: 500;
}

.circle-input:hover {
    background-color: var(--ci-blue-100);
    color: #fff;
    cursor: pointer;
}

#time-selection-modal {
    animation: fadeIn 0.3s;
}

#timeSelectionModalCleanUp {
    background-color: transparent;
    top: -110px;
    left: -100px;
    z-index: 9999;
}

#timeSelectionTable {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
}

.circle.clean-up-time-new {
    position: relative;
    padding: 0;
    margin: 1em auto;
    width: 20em;
    height: 20em;
    border-radius: 50%;
    list-style: none;
    overflow: hidden;
}
  
li.clean-up-time-new {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50%;
    transform-origin: 0% 100%;
    border: 1px solid var(--ci-grey-40);
}
  
.text.clean-up-time-new {
    position: absolute;
    left: -100%;
    width: 200%;
    height: 200%;
    text-align: center;
    transform: skewY(60deg) rotate(15deg);
    padding-top: 20px;
}

.time-table-clean-up th:first-child,
.time-table-clean-up td:first-child {
    opacity: 1 !important;
}
  
li.clean-up-time-new:first-child {
    transform: rotate(-15deg) skewY(-60deg);
}
  
li.clean-up-time-new:nth-child(2) {
    transform: rotate(15deg) skewY(-60deg);
}
  
li.clean-up-time-new:nth-child(3) {
    transform: rotate(45deg) skewY(-60deg);
}
  
li.clean-up-time-new:nth-child(4) {
    transform: rotate(75deg) skewY(-60deg);
}
  
li.clean-up-time-new:nth-child(5) {
    transform: rotate(105deg) skewY(-60deg);
}
  
li.clean-up-time-new:nth-child(6) {
    transform: rotate(135deg) skewY(-60deg);
}
  
li.clean-up-time-new:nth-child(7) {
    transform: rotate(165deg) skewY(-60deg);
}
  
li.clean-up-time-new:nth-child(8) {
    transform: rotate(195deg) skewY(-60deg);
}
  
li.clean-up-time-new:nth-child(9) {
    transform: rotate(225deg) skewY(-60deg);
}
  
li.clean-up-time-new:nth-child(10) {
    transform: rotate(255deg) skewY(-60deg);
}
  
li.clean-up-time-new:nth-child(11) {
    transform: rotate(285deg) skewY(-60deg);
}
  
li.clean-up-time-new:nth-child(12) {
    transform: rotate(315deg) skewY(-60deg);
}
  
li.clean-up-time-new .text.clean-up-time-new {
    background: var(--ci-grey-85);
    color: var(--ci-grey-18);
}

li.clean-up-time-new:nth-child(even) .text.clean-up-time-new {
    background: var(--ci-grey-76);
    color: var(--ci-grey-18);
}


li.clean-up-time-new .text.clean-up-time-new:hover {
    background: var(--ci-blue-100);
    cursor: pointer;
    color: #ffffff;
}

.clean-up-container {
    position: relative;
    display: inline-block;
}

.clean-up-center,
.clean-up-center-time {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6em;
    height: 6em;
    background: #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5em;
    transform: translate(-50%, -50%);
    z-index: 300; 
    border: 2px solid var(--ci-grey-40);
}

.clean-up-center-text-minutes,
.clean-up-center-text-minutes-time {
    position: absolute;
    top: 55px;
    color: var(--ci-blue-100);
}

.clean-up-center-text,
.clean-up-center-text-time {
    position: absolute;
    top: 30px;
    color: var(--ci-blue-100);
    font-weight: 600;
}

.clean-up-time-new {
    transition: opacity 0.1s ease-in-out;
    font-size: 15px;
}
.swal-modal.swal-documents {
    background-color: var(--ci-grey-92);
    border-radius: 2px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    min-width: 650px;
    width: 60vw;
    max-width: 1300px;
}

.swal-documents .btn {
    background-color: #fff;
    color: inherit;
}

.swal-documents .btn.btn-success {
    background-color: var(--ci-blue-100);
    color: #fff;
}

.swal-documents .btn.btn-success.showCount::after,
.quick-button.btn-addForm.showCount::after {
    content: attr(data-count);
    height: 1.25rem;
    aspect-ratio: 1 / 1;
    color: #fff;
    margin-left: 0.5rem;
    background-color: #fff;
    display: inline-flex;
    color: var(--ci-blue-100);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.swal-documents .swal-content {
    margin: 0;
    padding: 0;
    color: var(--ci-grey-30);
    text-align: left;
}

.swal-documents .swal-content svg ,
.swal-documents .swal-content .headline svg { 
    width: 20px;
}

.swal-documents .swal-content .swal-content-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0.75rem 1.5rem;
}

.swal-documents .swal-content .swal-content-header h2 {
    font-weight: bolder;
    font-family: 'Roboto';
    text-transform: uppercase;
    color: var(--ci-blue-100);
    justify-self: center;
}

.swal-documents .swal-content .swal-content-content { /* F*CKING BOOTSTRAP!! */
    background-color: var(--ci-grey-90);
    padding: 1.5rem;
}

.swal-documents .search-filter {
    background-color: transparent;
    color: inherit;
    border: 1px solid currentColor;
    margin-inline: 1rem;
}

.swal-documents .search-filter input {
    width: 12rem;
    color: inherit;
}

.swal-documents .search-filter input::placeholder {
    color: inherit;
}

.swal-documents .headline {
    display: flex;
    justify-content: space-between;
}

.swal-documents .headline fieldset {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

.swal-documents .headline fieldset input {
    appearance: none;
    height: 0;
    width: 0;
    border: none;
    outline: none;
}

.swal-documents .headline .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    appearance: none;
    border: none;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: var(--ci-grey-76);
    text-align: center;
    margin-right: 2px;
    user-select: none;
    cursor: pointer;
    color: inherit;
    font-weight: initial;
}

.swal-documents .headline span.legend {
    margin-right: 1.5rem;
}

.swal-documents .headline .button:has(:checked) {
    background-color: var(--ci-blue-100);
    color: #fff;
}

.swal-documents .headline svg {
    fill: currentColor;
    --fill: currentColor;
    --color: currentColor;
    height: 1.75rem;
}

.swal-documents .two-cols {
    display: flex;
    gap: 1rem;
    max-height: 80svh;
    height: 30rem;
}

.swal-documents .two-cols > * {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 0;
}

.swal-documents .two-cols > * .row {
    color: var(--ci-grey-30);
    display: grid;
    background-color: var(--ci-grey-100);
}

.swal-documents .two-cols > * .row::before,
.swal-documents .two-cols > * .row::after {
    content: none;
}

.swal-documents .two-cols > * .row:nth-child(even) {
    background-color: var(--ci-grey-92);
}

.swal-documents .two-cols > * .row:has(input[name='selection']:checked),
.swal-documents .two-cols > * .row:valid {
    background-color: var(--ci-blue-100);
    color: #fff;
}

.swal-documents .two-cols > * .row:nth-child(even):has(input[name='selection']:checked),
.swal-documents .two-cols > * .row:nth-child(even):valid {
    background-color: var(--ci-blue-85);
    color: #fff;
}

.swal-documents .two-cols > * .svg-container {
    display: flex;
    height: 1.75rem;
    --fill: currentColor;
    cursor: pointer;
}
.swal-documents .two-cols > * .row span {
    user-select: none;
    align-self: center;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.swal-documents .two-cols .form {
    flex: 1;
    background-color: var(--ci-grey-92);
    overflow-y: auto;
    overflow-x: hidden;
}

.swal-documents .row label.name {
    cursor: pointer;
}

.swal-documents output {
    color: inherit;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
}

.swal-documents #documentOverview .row {
    grid-template-columns: 1fr 3.5rem 3.5rem;
    height: 3.5rem;
    align-items: center;
}

.swal-documents #documentOverview .row .lang {
    display: none;
    font-weight: 400;
    text-align: center;
}

.swal-documents .headline:has(.favorites input:checked) + #documentOverview .row {
    grid-template-columns: 5rem 1fr 3.5rem 3.5rem;
}

.swal-documents .headline:has(.favorites input:checked) + #documentOverview .row .lang {
    display: block;
}

.swal-documents #documentOverview input[type='checkbox'] {
    appearance: none;
    height: 0;
    width: 0;
    border: none;
    outline: none;
}

.swal-documents #documentOverview .row .name {
    padding-left: 0.5rem;
}

.swal-documents #documentOverview .row .name span {
    margin-right: 2rem;
}

.swal-documents #documentOverview .row .favorites svg {
    --stroke: currentColor;
}

.swal-documents #documentOverview .row .favorites input:checked + svg {
    --fill: #FFD671;
}

.swal-documents #documentOverview .row .favorites input:checked + svg .inactive-icon,
.swal-documents #documentOverview .row .favorites input:not(:checked) + svg .active-icon {
    display: none;
}

.swal-documents #documentOverview .row:has(input[name='selection']:checked) .favorites input:checked + svg {
    --fill: #fff;
}

.swal-documents #onetimeUpload .row {
    grid-template-columns: 1fr 2.5rem;
    grid-template-rows: repeat(2, 2.5rem);
    align-items: center;
    justify-items: center;
    padding: 1rem 0.75rem;
    gap: 1.1rem 0.75rem;
}

.swal-documents #onetimeUpload .row input[name^='selection'] {
    display: none;
}

.swal-documents #onetimeUpload .input-label {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: inherit;
}

.swal-documents #onetimeUpload .input-label input {
    background-color: var(--ci-grey-90);
    color: inherit;
    border: none;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    padding-inline: 0.75rem;
    font-size: 1.2rem;
    font-weight: normal;
}

.swal-documents #onetimeUpload .input-label input::placeholder {
    color: inherit;
}

.swal-documents #onetimeUpload .input-label input:focus::placeholder {
    color: transparent;
}

.swal-documents #onetimeUpload .row:valid .input-label input {
    background-color: var(--ci-blue-70);
    color: #fff;
}

.swal-documents #onetimeUpload .input-label input.touched:invalid {
    background-color: var(--error-message);
}

.swal-documents #onetimeUpload .input-label span {
    font-size: 7.5pt;
    position: absolute;
    background-color: inherit;
    border-radius: 2px;
    top: 0;
    left: 0.75rem;
    transform: translateY(-60%);
    padding: 0 0.5rem;
}

.swal-documents .swal-footer {
    text-align: center;
    padding: 0.75rem 1rem;
    margin: 0;
}

.clean-up-time-new {
    opacity: 0;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.clean-up-time-new.visible {
    opacity: 1;
}


/* 
   telefonschnittstelle
*/

.telephone-interface-container {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    user-select: none;
    text-align: center;
}

.back-btn {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 6px;
}

.back-btn button {
    width: 40px;
    height: 40px;
    background-color: var(--ci-blue-50);
    color:  var(--ci-blue-100);
    border: none;
}

.telephone-interface {
    width: 160px;
}

.telephone-interface-container .arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ci-blue-100);
    border-radius: 0;
}
  
.telephone-interface-container .icon, 
.telephone-interface-container .arrow, 
.telephone-interface-container .count {
    display: inline-block;
    font-size: 24px;
}
  
.telephone-interface-container .icon {
    margin-right: 10px;
}
  
.telephone-interface-container.ringing .arrow {
    color: #ffffff;
    opacity: 0.2;
    transition: opacity 0.3s ease;
    animation: arrowAnimation 1.5s infinite;
}

.telephone-interface-container.ringing .back-circle-telephone-call {
    animation: back-telephone-call 2s infinite;
}

.telephone-interface-container.ringing .button-telephone-call {
    animation: ring-telephone-call 2s infinite;
}

.telephone-interface-container.ringing .phone-telephone-call {
    animation: call-telephone-call 2s infinite;
}

.telephone-interface-container.ringing .front-circle-telephone-call {
    animation: breath-telephone-call 2s infinite;
}
  
.telephone-interface-container .arrow:nth-child(2) {
    animation-delay: 0.3s;
}
  
.telephone-interface-container .arrow:nth-child(3) {
    animation-delay: 0.6s;
}
  
.telephone-interface-container .arrow:nth-child(4) {
    animation-delay: 0.9s;
}
  
.telephone-interface-container .count {
    background-color: var(--no-table);
    color: #fff;
    border-radius: 0;
    width: 24px;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 500;
    position: relative;
}

.telephone-contact-wrapper {
    display: none;
    position: static; 
    width: 100%;
    background-color: var(--ci-blue-100);
    padding: 5px;
}

.contact-card-headline {
    background-color: var(--ci-grey-90);
    color: #ffffff;
    width: 100px;
    padding: 5px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-card-headline p {
    margin: 0;
    font-weight: 500;
}

.contact-card-right-contrainer {
    background-color:  var(--ci-blue-100);
    margin-left: -1px;
}

.contact-card-name p {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--ci-grey-90);
    font-weight: 600;
}

.contact-card-phone span {
    font-size: 25px;
    font-weight: 400;
    color: var(--ci-grey-90);
}

.contact-card-top {
    border-bottom: 1px solid var(--ci-grey-90);
    justify-content: space-between;
    display: flex;
    background-color: transparent;
    padding-bottom: 5px;
}

.contact-card-center {
    position: relative;
    background-color: var(--ci-blue-50);
    padding: 5px 10px;
    border-radius: 0;
    width: 300px; 
    margin: 0 0 0 10px;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
}

.contact-card-right {
    position: relative;
    background-color: var(--ci-blue-100);
    padding: 20px;
    padding-right: 0;
    border-radius: 0;
    width: 20px; 
    margin: 0;
    margin-left: -15px;
    clip-path: polygon(calc(100% - 20px) 0, 100% 0, 100% 100%, calc(100% - 20px) 100%, 100% 50%);
}

.contact-card-right.call,
.contact-card-center.call {
    height: 100%
}

.contact-card-center.call {
    cursor: pointer;
}

.phone-list-caller {
    margin: 5px 0;
}

.contact-card-right-container {
    background-color: var(--ci-blue-100);
    width: 200px;
    margin-left: -1px;
}

.contact-card-background {
    background-color: var(--ci-blue-50);
    padding: 5px;
}

.contact-card-background.completed {
    background-color: var(--ci-blue-50);
    width: 84%;
}

.contact-card-background.completed .contact-card-right,
.contact-card-right-contrainer.completed {
    background-color: var(--no-table);
}

.telephone-contact-card, 
.contact-card-top, 
.contact-card-widget,
.contact-card-background {
    display: flex;
}

.contact-card-widget {
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
    max-width: 120px;
}

.contact-card-icon {
    margin-top: 5px;
    background-color: var(--ci-blue-50);
    margin-right: -1px;
    border: none;
    display: flex;
    height: 62px;
    align-items: center;
    justify-content: center;
    color: var(--ci-grey-90);
    flex: 1 1 auto; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-card-icon.call {
    height: 70%;
    display: flex;
    align-items: center;
}

.contact-card-icon .call {
    height:40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-card-icon .call.open {
    background-color: var(--ci-blue-100);
    cursor: pointer;
}

.all-check-in {
    display: flex;
    padding-left: 31px;
    width: 50%;
    align-items: center;
}

.all-check-in p {
    margin: 0;
    font-weight: 600;
    padding-left: 5px;
}
.contact-card-icon .call.completed{
    background-color: var(--no-table);
}

.phone-list-header .call.all-completed {
    border: 5px solid  var(--ci-blue-50);
    min-width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--no-table);
    cursor: pointer;
}

.phone-list-search input[type="text"] {
    color: #ffffff;
    font-weight: 400;
}

.contact-card-bottom {
    display: flex;
    padding-top: 8px;
}

.contact-card-bottom.call {
    padding-top: 2px;
}

.contact-card-bottom.call span {
    font-size: 25px;
}

.contact-card-outlets {
   display: flex;
   width: 100%;
   justify-content: center;
   margin-top: 10px;
   margin-bottom: 10px;
}

.contact-card-outlets p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    width: 160px;
    padding: 5px;
    line-height: 1;
}

.contact-card-outlet {
    background-color: #ffffff;
    padding: 5px; 
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.contact-card-outlet img {
    width: 25px;
}

.contact-card-functions {
    background-color: transparent;
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
    position: relative;
}

.telephone-wrapper {
    position: fixed;      
    left: 60%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    z-index: 900;
    transition: all 0.3s ease;
}

.phone-list-wrapper {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    background-color: var(--ci-blue-100);
    scroll-behavior: smooth;
}

.telephone-wrapper.open .phone-list-wrapper {
    max-height: 700px;
    opacity: 1;
    overflow-y: auto;
}

.telephone-wrapper.open .phone-list-wrapper::-webkit-scrollbar {
    width: 10px;
}
.telephone-wrapper.open .phone-list-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
.telephone-wrapper.open .phone-list-wrapper::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 10px;
}

.telephone-wrapper.open { 
    transform: none; 
    pointer-events: auto;
    top: 0;
}

.telephone-wrapper:not(.open) {
    pointer-events: none;
}
  
.telephone-wrapper:not(.open) .phone-toggle-header {
    pointer-events: auto;
    width: max-content;     
    margin: 0 auto;        
    display: inline-flex;  
}
  
.telephone-wrapper:not(.open) .telephone-interface {
    pointer-events: auto;
}
  
.phone-toggle-header {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.phone-list-wrapper .checkmark-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
}

.phone-list-wrapper .checkmark {
    color: var(--no-table);
    font-size: 24px;
    font-weight: bold;
    border: none;
    padding-left: 8px;
}

.phone-list {
    display: block;
    padding: 0 5px 0 5px;
}

.phone-list-header {
    display: block;
    position: sticky;
    top: 0;
    background: var(--ci-blue-100);
    z-index: 2; 
    padding-top: 10px;
}

.phone-list-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.phone-list-search {
    position: relative;
    width: 100%;
}

.phone-list-search input[type="text"] {
    width: 100%;
    padding: 15px 45px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    font-size: 14px;
    background-color: var(--ci-blue-100);
}

.search-icon {
    position: absolute;
    left: 10px;
    font-size: 16px;
    color: #ffffff;
    top: 13px;
}

.clear-icon {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
}

.arrow-container-animation {
    padding-left: 25px;
    display: flex;
    align-items: center;

}
@keyframes arrowAnimation {
    0% {
      opacity: 0.2;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.2;
    }
}

.container-telephone-call {
    display: block;
    margin-left: 10px;
    transform: translate(-50%, -50%);
}
  
.back-circle-telephone-call {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--ci-blue-50);
    opacity: 0;
    border-radius: 0;
    animation-delay: 0.3s;
}
  
.button-telephone-call {
    position: absolute;
    height: 25px;
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
    background-color: var(--ci-blue-50);
}
  
.phone-telephone-call {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13.75px;
    color: var(--ci-blue-100);
  
}
  
.front-circle-telephone-call {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    opacity: 0.2;
    border-radius: 100%;
    width: 0px;
    height: 0px;
}
  
/* Animationen mit weiter verkleinerten Größen */
  
@keyframes back-telephone-call {
    0% {
      height: 0px;
      width: 0px;
    }
    50% {
      height: 12.5px;
      width: 12.5px;
      opacity: 0.4;
    }
    70% {
      height: 37.5px;
      width: 37.5px;
      opacity: 0.1;
    }
    100% {
      height: 38.75px;
      width: 38.75px;
      opacity: 0;
    }
}
  
@keyframes ring-telephone-call {
    0% {}
    50% {
      height: 28.75px;
      width: 28.75px;
    }
}
  
@keyframes call-telephone-call {
    0% {}
    2.5% {
      transform: translate(-30%, -50%);
    }
    5% {
      transform: translate(-70%, -50%);
    }
    7.5% {
      transform: translate(-30%, -50%);
    }
    10% {
      transform: translate(-70%, -50%);
    }
    15% {
      transform: translate(-20%, -50%);
    }
    20% {
      transform: translate(-50%, -50%);
    }
    100% {}
}
  
@keyframes breath-telephone-call {
    0% {}
    50% {
      width: 25px;
      height: 25px;
    }
    100% {}
}

.telephone-next-reservision {
    margin-top: 6px;
    width: 100%;
}

.telephone-next-reservision .count,
.telephone-next-reservision .reservision-update {
    background-color: var(--ci-grey-60);
    color: var(--ci-grey-10);
    min-height: 100%;
    width: 80px;
    border-radius: 0;
    border: none;
    margin: 0;
}

.telephone-next-reservision .reservision-update .icon {
    margin: 0 3px;
}

.telephone-next-reservision .reservision-update {
    display: flex;
    width: 25%;
    justify-content: center;
    align-items: center;
}

.telephone-reservision .reservision-date {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
}

.telephone-reservision .reservision-update .colh-8 {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.telephone-reservision .reservision-update svg {
    width: 25px;
}

.telephone-reservision .reservision-update .calendar-eye-icon svg {
    width: 30px;
}

.telephone-reservision .reservision-update .info svg {
    width: 35px;
}

.telephone-reservision .reservision-date p {
   margin: 0;
   font-size: 14px;
   font-weight: 800;
}

.telephone-reservision .reservision-customer-big {
    font-size: 16px;
    font-weight: 800;
    color: var(--ci-grey-90);
}

.telephone-reservision .reservision-customer-info-wrapper {
    margin: 7px 0;
    width: 100%;
    display: block;
    padding: 0 10px;
    border-left: 1px solid var(--ci-grey-90);
    border-right: 1px solid var(--ci-grey-90);
}

.telephone-reservision .reservision-customer-time-icon {
    display: flex;
    align-items: center;
}

.telephone-reservision .reservision-customer-small {
    font-size: 14px;
    font-weight: 500;
    color: var(--ci-grey-60);
}

.telephone-reservision .reservision-customer-firma {
    font-size: 14px;
    font-weight: 500;
    color: var(--ci-grey-90);
    display: flex;
    justify-content: flex-start;
}

.telephone-reservision .reservision-customer-time {
    display: flex;
    align-items: center;
}

.telephone-reservision .reservision-customer-time  p{
   padding: 0 5px;
   font-size: 20px;
   margin: 0;
}

.telephone-reservision .reservision-customer-icon {
    display: flex;
    margin-left: 10px;
}

.telephone-reservision .reservision-customer-name {
   display: flex;
   justify-content: flex-start;
   color: var(--ci-grey-90);
   font-weight: 500;
}

.telephone-reservision .reservision-customer-info {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.telephone-reservision {
    background-color: #ffffff;
    padding: 5px;
    display: flex;
}

.telephone-reservision .number-of-people {
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 800;
    color: var(--ci-grey-90);
    width: 10%;
}

.telephone-reservision .colh-8:hover {
    cursor: pointer;
}

.telephone-next-reservision .reservision-date,
.telephone-next-reservision .reservision-customer-info,
.telephone-next-reservision .number-of-people {
    background-color: var(--ci-grey-20);
    color: var(--ci-grey-90);
}

.reservation-action-item-phone {
    width: 25px;
}

.go-back {
    display: flex;
    justify-content: flex-start;
    background-color: transparent;
    border: none;
}


.go-back svg {
  width: 15px;
}

.statistikDetail {
    display: none;
    position: relative;
    padding: 1rem;
    background-color: #ffffff;
    overflow-y: auto;
    max-height: 100vh;
}

.contact-card-right-contrainer {
    --stroke: var(--ci-blue-100);
    --frame-stroke: var(--ci-blue-100);
    --body-fill: var(--ci-blue-100);
    padding-bottom: 5px;
}

.contact-card-right-contrainer.completed {
    --stroke: var(--no-table);
    --frame-stroke: var(--no-table);
    --body-fill: var(--no-table);
    padding-bottom: 5px;
}

.reservation-count-badge-inline {
    background-color: #fff;
    color: var(--ci-blue-100);
    border-radius: 12px;
    font-size: 15px;
    text-align: center;
    position: absolute;
    font-weight: 600;
    left: 56px;
    top: -8px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    align-items: center;
    border: 1px solid var(--ci-blue-100);
}

.contact-card-right-contrainer.completed .reservation-count-badge-inline {
    color: var(--no-table);
    border: 1px solid var(--no-table);
}

.telephone-reservision.no-table .count, .telephone-next-reservision .telephone-reservision.no-table .reservision-update {
    background-color: var(--no-table);
}

.telephone-next-reservision .telephone-reservision.no-table .reservision-date,
.telephone-next-reservision .telephone-reservision.no-table .reservision-customer-info,
.telephone-next-reservision .telephone-reservision.no-table .number-of-people {
    background-color: var(--ci-grey-90);
    color: #fff;
}

.telephone-reservision.no-table .reservision-customer-big,
.telephone-reservision.no-table .reservision-customer-name,
.telephone-reservision.no-table .reservision-customer-firma {
    color: #fff;
}

.telephone-next-reservision .telephone-reservision.no-table .reservision-customer-info-wrapper {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.telephone-reservision.no-table .reservation-count {
    width: 40px;
}

.note-modal .swal-modal{
    background-color: var(--messages);
    color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    z-index: 9999;
    font-size: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    max-width: 500px;
}

.note-modal .swal-title {
    color: #fff;
}

.custom-note-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.note-modal .swal-button-container .swal-button,
.note-modal .swal-button-container .btn-primary {
    margin-top: 15px;
    padding: 6px 12px;
    background: var(--ci-blue-100);
    border: none;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    width: 75px;
    font-size: 16px;
}

.popover-note {
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    pointer-events: none;
    z-index: 10000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    opacity: 0.95;
}

.popover-note::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
}

.telephone-next-reservision h5 {
    text-align: left;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    font-family: inherit;
    padding-left: 0.5rem;
    border-bottom: 2px solid currentColor;
}

.phone-list-caller {
    will-change: transform, opacity;
}
  
.phone-list-caller.is-reordering {
    position: relative;           
    z-index: 1;
    transition: transform 320ms cubic-bezier(.2,.7,.2,1), opacity 320ms;
}

.auto-open-toggle { 
    display: flex; 
    align-items: center; 
    margin-right: 8px; 
    justify-content: flex-end;
}
  
.auto-open-checkbox {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
}

.auto-open-checkbox input[type="checkbox"] {
    width: 14px;
    height: 14px;
    accent-color: #fff;
}

#autoOpenIncoming{
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px; 
    border-radius: 2px;
    background: #fff;          
    display: inline-grid;
    place-content: center;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
}
  
#autoOpenIncoming::after{
    content: "";
    width: 8px;
    height: 12px;
    border-right: 2px solid var(--ci-blue-100);
    border-bottom: 2px solid var(--ci-blue-100);
    transform: rotate(45deg) scale(0);
    transition: transform 120ms ease-in-out;
    margin-top: -4px;
}
  
#autoOpenIncoming:checked::after{
    transform: rotate(45deg) scale(1);
}
  
#autoOpenIncoming:focus-visible{
    outline: none;
    box-shadow: 0 0 0 3px rgba(47,128,237,.3);
}

.telephone-contact-card{
    display: flex;           
    align-items: stretch;     
}
  
.contact-card-left{
    align-self: stretch;      
    display: flex;
    flex-direction: column;   
}
  
.contact-card-headline{
    height: auto;            
    flex: 0 0 auto;
}
  
.contact-card-icon,
.contact-card-icon.call{
    height: auto;             
    flex: 1 1 auto;           
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.contact-card-icon .call svg{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.contact-card-headline p.live{
    position: relative;
    padding: 2px 6px 6px; 
    font-weight: 700;
    letter-spacing: .5px;
}
  
.telephone-interface-container.ringing .contact-card-headline p.live::after{
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 2px;
    background-image: linear-gradient(90deg,
      transparent 0%,
      var(--ci-blue-50) 20%,
      var(--ci-blue-100) 50%,
      transparent 80%);
    background-size: 200% 100%;
    animation: liveSweep 1.2s linear infinite;
    animation-direction: reverse; 
    border-radius: 1px;
    opacity: .9;
}
  
@keyframes liveSweep{
    from { background-position: 0% 0; }
    to   { background-position: 200% 0; }
}
   
@media (max-width: 768px) {
    .all-check-in {
        padding-left: 0;
    }

    .contact-card-headline {
        width: 100%;
        height: 30%;
    }

    .reservation-count-badge-inline {
        left: 45px;
    }

    .contact-card-outlets p {
        font-size: 12px;
    }

    .contact-card-center {
        width: 60%;
    }

    .telephone-contact-card {
        width: 100%;
        height: 100%;
        align-items: stretch;
    }

    .contact-card-icon,
    .contact-card-icon.call {
        height: 70%;
        margin: 0;
    }

    .contact-card-left {
        width: 10%;
        display: flex;
        flex-direction: column;
    }

    .contact-card-background,
    .contact-card-background.completed {
        width: 90%;
    }

    .contact-card-name p {
        font-size: 14px;
        text-align: start;
    }

    .contact-card-bottom.call span {
        font-size: 16px;
    }

    .contact-card-right-contrainer {
        width: 40%;
    }

    .telephone-reservision .reservision-customer-time-icon {
        display: block;
    }

    .telephone-reservision .reservision-customer-icon {
        margin-left: 0;
    }

    .telephone-reservision .reservision-customer-firma {
        text-align: start;
    }

    .telephone-reservision .reservision-date {
        width: 25%;
    }

    .reservision-customer-icon {
        display: flex;
        flex-wrap: wrap;      
        align-items: center;
        gap: 0;           
    }

    .telephone-next-reservision {
        max-height: 420px;         
        overflow-y: auto;          
        -webkit-overflow-scrolling: touch;  
        overscroll-behavior: contain; 
    }
}