/***********************************************************************************************************************************************************/
/* START: no js
/***********************************************************************************************************************************************************/
#nojs #alert {
    text-align: center;
    color: #000000;
    background-color: #ffdd00;
    height: 24px;
    width: 100%;
    padding-top: 8px;
}

#nojs #alert a, #nojs #alert a:visited {
    color: #000000;
    font-weight: bold;
}

#nojs #alert a:hover, #nojs #alert a:active, #nojs #alert a:focus {
    color: #26ade4;
    text-decoration: none;
}

.alert-danger a, .alert-danger a:visited, .alert-danger a:hover {
    color: #a94442 !important;
    text-decoration: underline !important;
}

/***********************************************************************************************************************************************************/
/* ENDE: no js
/***********************************************************************************************************************************************************/


/***********************************************************************************************************************************************************/
/* START: error
/***********************************************************************************************************************************************************/
.error_title {
    font-size: 5rem !important;
}

.error_info {
    font-size: 2rem !important;
}
/***********************************************************************************************************************************************************/
/* END: error
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
/* START: direction Right to Left
/***********************************************************************************************************************************************************/
html[dir="rtl"] .form-check {
    position: relative;
    display: block;
    padding-right: 1.25rem;
    text-align: right;
}
html[dir="rtl"] .form-check-input{
    margin-right: -1.25rem;
}

html[dir="rtl"] .col-form-label,
html[dir="rtl"] div.buttonbox,
html[dir="rtl"] div.distance_4_top,
html[dir="rtl"] h2,
html[dir="rtl"] p,
html[dir="rtl"] table td,
html[dir="rtl"] #dropdown-menu-language,
html[dir="rtl"] #div_notices
{
    text-align: right;
}
html[dir="rtl"] #dropdown-menu-language .dropdown-item img
{
    margin-left: 0.5rem;
}
html[dir="rtl"] .modal-header{
    display: inline;
}
/***********************************************************************************************************************************************************/
/* ENDE: direction Right to Left
/***********************************************************************************************************************************************************/



/***********************************************************************************************************************************************************/
/* START: divs in index.php
/***********************************************************************************************************************************************************/
div#div-bad-browser {
    font-size: 1.1em;
    height: 50px;
    text-align: center;
    padding-top: 15px;
}

div#footer {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #aba69d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #aba69d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #aba69d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#aba69d', GradientType=0); /* IE6-9 */

    height: 40px;
    margin: auto;
    width: 100%;
    z-index: 9999;
}

div#footer a {
    color: #26ade4;
    margin-right: 20px;
}

div#footer_inside {
    padding-top: 15px;
    width: 970px;
    margin: auto;
}
/***********************************************************************************************************************************************************/
/* END: divs in index.php
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
/* START: divs content start
/***********************************************************************************************************************************************************/
div#login_outer {
    /*background-color: yellow;*/
    padding: 15px;
}

#body-content-customer div#div_content {
    margin-bottom: 100px
}

/***********************************************************************************************************************************************************/
/* END: divs content start
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
/* START: loader
/***********************************************************************************************************************************************************/
#loader_background {
    background-color: #aaaaaa;
    opacity: .30;
    filter: Alpha(Opacity=30);
    display: none;
    position: absolute;

    top: 0;
    left: 0;
    z-index: 9998;
    overflow: hidden;
    width: 100%; /* width of the loader gif */
    height: 100%; /*hight of the loader gif +2px to fix IE8 issue */
}

#loader_bar {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    text-align: center;
    width: 100px;
    height: 102px;
    z-index: 9999;
}

/***********************************************************************************************************************************************************/
/* END: loader
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
/* START: diverse standards
/***********************************************************************************************************************************************************/

.red {
    color: #ff0000;
}

.green {
    color: #446C32;
}

/*.green { color: green; }*/

.bg_green {
    background-color: #dff0d8;
}

.bg_yellow {
    background-color: #fcf8e3;
}

.bg_red {
    background-color: #f2dede;
}

.color_accent_1 {
    color: #26ade4;
}

.strong {
    font-weight: bold;
}

img {
    border: none;
}

.required:after {
    content: " *";
    color: #26ade4;
}

.required-accent-color {
    color: #26ade4;
}

.cursor_pointer {
    cursor: pointer
}

div.distance_1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.distance_2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.distance_3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

div.distance_4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.distance_1_top {
    margin-top: 5px;
}

div.distance_2_top {
    margin-top: 10px;
}

div.distance_3_top {
    margin-top: 15px;
}

div.distance_4_top {
    margin-top: 20px;
}

div.distance_1_bot {
    margin-bottom: 5px;
}

div.distance_2_bot {
    margin-bottom: 10px;
}

div.distance_3_bot {
    margin-bottom: 15px;
}

div.distance_4_bot {
    margin-bottom: 20px;
}

div.buttonbox {
    clear: both;
    margin: 0px;
    padding-top: 15px;
}

/* 2025-01-07, jbu, muss das sein? sieht im editor anders aus? */
table td {
    vertical-align: top;
}

.table-column-fit {
    width: 1%;
}

.table-column-slim {
    width: 0.5rem;
    padding: 0px !important;
}

div.dropzone-panel {
    background-color: #d9edf7;
    background-image: url("../admin/img/icons/dropzone.png");
    background-repeat: no-repeat;
    background-position: center center;
}

div.dropzone-panel.hover {
    background-color: #bce8f1;
}

div.dropzone {
    border: 1px dashed #bce8f1;
    background-color: #d9edf7;
    border-radius: 4px;
    background-image: url("../admin/img/icons/dropzone.png");
    background-repeat: no-repeat;
}

div.dropzone.in {
}

div.dropzone.hover {
    border: 1px dashed red;
    background-color: #bce8f1;
}

div.dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

/***********************************************************************************************************************************************************/
/* END: diverse standards
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
/* END: dialog
/***********************************************************************************************************************************************************/
.dialog_no_padding {
    padding: 0px !important;
}

.dialog_notices .success, .dialog_notices .info, .dialog_notices .error {
    margin: 5px;
}

.dialog_notices ul.missing li {
    padding-bottom: 3px;
    margin-left: 50px;
    list-style-type: disc;
}

.dialog_controls {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #f0f0f0;
    padding: 5px;
    border-top: 1px solid #dadada;
}

.dialog_controls input {
    float: right;
}

.dialog_header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #f0f0f0;
    padding: 5px;
    border-bottom: 1px solid #dadada;
}

.dialog_header [class^="icon-sprite-"] {
    margin-top: 4px;
}

.dialog_header button, .dialog_header input {
    margin-top: 2px;
    margin-bottom: 2px;
}

/***********************************************************************************************************************************************************/
/* END: dialog
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
/* START: client/event
/***********************************************************************************************************************************************************/
body {
    background-color: #fff;
}

hr.dashed {
    border: none;
    border-top: 1px dotted black;
    background-color: #F1F3F4;
    height: 1px;

    margin-bottom: 5px;
    margin-top: 5px;
}

div.register-image-step {
    background-color: #A8A8A8;
    height: 100%;
}

div.border {
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    padding: 10px;
}

.default-margin-bottom {
    margin-bottom: 10px;
}

/***********************************************************************************************************************************************************/
/* END: client/event
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
/* START: sprite
/***********************************************************************************************************************************************************/
[class^="btn-sprite-"],
[class^="icon-sprite-"] {
    background-image: url(../img/style/sprite.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: text-bottom;
    width: 16px;
}

.icon-sprite-menu-open {
    background-position: 0px -0px;
}

.icon-sprite-menu-closed {
    background-position: -16px -0px;
}

/***********************************************************************************************************************************************************/
/* END: sprite
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
/* START: bootstrap additions/overwrites
/***********************************************************************************************************************************************************/
.bg-classes p {
    padding: 15px;
}

.datepicker {
    z-index: 1030 !important;
}

.form-group .input-group input:not(:last-child) {
    border-right: none;
}

.table > tbody > tr > td.seperator, .table > tbody > tr > th.seperator, .table > tfoot > tr > td.seperator, .table > tfoot > tr > th.seperator, .table > thead > tr > td.seperator, .table > thead > tr > th.seperator {
    border-top: 2px solid #ddd
}

table.default, table.default td {
    border: none;
}

div.panel-dist-bottom {
    padding-bottom: 20px;
}

div.panel-dist-top {
    padding-top: 20px;
}
.w-0{
    width: 0%;
}
@media (min-width: 768px) {
    .color_size.color-field {
        width: 65%;
    }
}
@media (min-width: 1200px) {
    .color_size.color-field {
        width: 77%;
    }
    .color_size.size-unit {
        width: 0%;
    }
}

@media (min-width: 1170px) {
    .modal-xl {
        width: 1170px;
    }
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-truncate-left {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rtl;
}

.d-inline-block {
    display: inline-block !important;
}

.alert > label {
    margin-bottom: 0px;
}

.has-feedback .form-control {
    padding-right: inherit;
}

/*#body-content-customer {*/
/*    padding-top: 50px;*/
/*}*/

#body-content-customer div.datepicker-days td.day {
    font-weight: bold;
}

#body-content-customer div.datepicker-days td.disabled.day {
    color: #949494;
    cursor: not-allowed;
    font-weight: normal;
}

option:disabled{
    color: #949494;
}

.div-content-customer .navbar p {
    line-height: 1;
    margin: 1rem 0;
}

.list-group-addon {
    display: inline;
}

/* pull-left was removed in bootstrap4 */
.pull-left {
    float: left !important;
}
/* pull-right was removed in bootstrap4 */
.pull-right {
    float: right !important;
}

.page-link {
    color: #12355F;
}

.page-item.active .page-link {
    background-color: #12355f;
    border-color: #12355f;
}

/* boostrap-selectpicker */
.bootstrap-select button, .bootstrap-select button:hover {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ced4da;
}

.bootstrap-select button.disabled {
    background-color: #e9ecef;
}

/***********************************************************************************************************************************************************/
/* END: bootstrap additions/overwrites
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
/* START: jquery additions/overwrites
/***********************************************************************************************************************************************************/
.ui-dialog {
    padding: 0px;
}

.ui-corner-all {
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -khtml-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -khtml-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.ui-widget-header {
    border: 0
}

/***********************************************************************************************************************************************************/
/* END: jquery additions/overwrites
/***********************************************************************************************************************************************************/

/***********************************************************************************************************************************************************/
/* START: bootstrap navbar (overwrite)
/***********************************************************************************************************************************************************/

nav#navigation-bar-footer {
    font-size: 14px;
    margin-bottom: 0px;
}

/*.container-fluid {*/
/*    max-width: 1170px;*/
/*}*/

.navbar {
    border: none;
    border-radius: 0px;
}

nav#navigation-bar-header ul.navbar-right {
    margin-right: 10px !important;
}

nav#navigation-bar-header ul.navbar-right li:hover {
    background-color: transparent;
}

/*contentbox overwrite*/
/*.div-content-customer nav .nav {*/
/*    margin: 0 !important;*/
/*    padding-inline-start: unset !important;*/
/*}*/
/*.div-content-customer nav .navbar-nav {*/
/*    margin: 0 !important;*/
/*    margin-left: auto !important;*/
/*    padding-inline-start: unset !important;*/
/*}*/

/***********************************************************************************************************************************************************/
/* END: bootstrap navbar (overwrite)
/***********************************************************************************************************************************************************/

/* google map marker infowindow */
.gm-ui-hover-effect:focus {
    outline: none;
    box-shadow: none;
}

/***********************************************************************************************************************************************************/
/* START: file preview
/***********************************************************************************************************************************************************/
.t-image-preview {
    max-width: 150px;
}

/***********************************************************************************************************************************************************/
/* END: file preview
/***********************************************************************************************************************************************************/

input[id ^='copy_uid_'] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
    opacity: 0;
}


.page-header-add-new-btn {
    padding-bottom: 18px;
    margin: 0px 0 12px;
    border-bottom: 1px solid #eee;
}

table.table-overview {
    width: 100%;
}

table.table-overview th {
    padding: 8px !important;
}

table.table-overview > tbody > tr > td:nth-child(1) {
    min-width: 15%;
    font-weight: bold;
}

table.table-overview td {
    padding: 8px !important;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

table.table-overview td:first-child {
    padding-right: 40px !important;
}

table.table-overview thead tr:first-child {
    border-bottom: 1px solid #dee2e6;
}

table.table-overview tbody th {
    border-bottom: 1px solid #dee2e6;
}

/*table.table-overview thead th, table.table-overview tfoot th { font-weight: bold; } unused*/

table.table-overview.fee th:nth-child(2) {
    text-align: right;
}

table.table-overview.fee td:nth-child(2) {
    text-align: right;
}


table.table-overview.fee tr.header th{
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}


table#survey-overview-hotel-occupancy th {
    padding: 8px !important;
}

table#survey-overview-hotel-occupancy td {
    padding: 8px !important;
}

table#survey-overview-hotel-occupancy tr:first-child {
    border-bottom: 1px solid #ddd;
}

table#survey-overview-hotel-occupancy td {
    border-bottom: 1px solid #ddd;
}

table#survey-overview-hotel-occupancy tr:first-child th {
    border-top: none
}

.calendar table.month td.disabled,
.calendar table.month td.disabled:hover {
    color: #DEDDDF !important;
}

.activity_selector_select_card_selected > div > div > .stretched-link {
    color: transparent;
}

.activity_selector_calendar_day_selected {
    border-radius: 0 !important;
    border-bottom: 3px solid #f89d3c;
}

.activity_selector_calendar_day_active {
    border-radius: 0 !important;
    border-bottom: 3px solid #0a5a96;
}

.order::after {
    font-weight: normal;
    color: #f59e2d;
    display: inline-block;
    padding-left: 2px;
    text-decoration: none;
}

.order.asc::after {
    font-family: 'Font Awesome 5 Pro';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f15d";
    font-size: 12px;
    font-weight: 900;
    #content: "⇧";
}

.order.desc::after {
    font-family: 'Font Awesome 5 Pro';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f882";
    font-size: 12px;
    font-weight: 900;
    #content: "⇩";
}


/***********************************************************************************************************************************************************/
/* START: badge-ticket-builder
/***********************************************************************************************************************************************************/
#btn-btb-edit-cancel:focus {
    margin-left: 4px;
}

/***********************************************************************************************************************************************************/
/* END: badge-ticket-builder
/***********************************************************************************************************************************************************/

#dropdown-menu-language > .dropdown-item:not(:first-child){
    border-top: 1px solid white;
}

#popup_questions_edit_row_activities_form .form-control {
    min-width: 150px;
}

#page-edit {
    background-color: #FFFFFF;
}

/***********************************************************************************************************************************************************/
/* START: progressbar
/***********************************************************************************************************************************************************/
.step-card{
    border: 0;
    display: inline-flex;
    background-color: transparent;
}

.idle-step{
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: 60px; height: 60px; border-radius: 30px;
}

.current-step{
    display: inherit;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    /*animation-name: current_animate;*/
    /*animation-duration: 1s;*/
    /*animation-timing-function: linear;*/
    /*animation-delay: 1s;*/
    /*animation-iteration-count: infinite;*/
    /*animation-direction: alternate;*/
}

.circle-status-idle{
    font-size: 10px;
    position: absolute;
    right: 25px;
}

.circle-status-current{
    font-size: 12px;
    position: absolute;
    right: 23px;
}

.text-idle{
    width: 90px;
}

.text-current{
    width: 90px;
}

.main-icon{
    margin: auto auto;
    font-size: 30px;
}

.step-text{
    font-size: 12px !important;
}

.div-dots{
    display: inline-flex; width: 35px;
}

.div-dots i{
    /*font-size: 10px;*/
    /*margin: 0 auto;*/
    /*position: relative;*/
    /*top: -5px;*/

    font-size: 50px;
    margin: 0 auto;
    position: relative;
    top: 10px;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:12px;
    margin-right:-10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}


/**
START page gallerie
 */

.grid__col-sizer,
.photo-item {
    width: 32%;
}

.grid__gutter-sizer {
    width: 2%;
}

.photo-item {
    margin-bottom: 10px;
    float: left;
}

.photo-item p {
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.75));
    height: 50px;
    line-height: 50px;
    margin: 0 !important;
}

.photo-item__image {
    display: block;
    width: 100%;
}

.photo-item__caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: 0;
    padding-left: 10px;
}

.photo-item__caption a {
    color: white !important;
    font-size: 1.5rem;
    text-decoration: none;
    opacity: .7;
}
.photo-item__caption span{
    margin-left: 15px;
    color: white;
    /*opacity: .7;*/
}
.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}

/**
END page gallerie
 */

.span_qr_source{
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.ui-autocomplete {
    z-index:9999999 !important;
    background-color: #e6e6e6;
}


@keyframes current_animate {
    100% {border-color:white;}
}

@media (max-width: 767px) {
    .hide_progressbar_mobile {
        display: none;
    }
    .photo-item__caption a {
        font-size: 1rem;
    }
    .photo-item p {
        height: 60px;
    }
}

/***********************************************************************************************************************************************************/
/* END: progressbar
/***********************************************************************************************************************************************************/

@media (prefers-color-scheme: dark){
    .toast-body{
        color: black;
    }
}

#editPanel {
    top: 300px !important;
    /*height: 80vh !important;*/

}

#editPanel iframe {
    height: calc(100vh - (300px + 64px)) !important;
}

#button_save_box {
    z-index: 99;
}