/* Basics load first JS! */
.tk-hidden {
    display: none;
}
/* ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
/* Base for jQuery UI Widget and Form Elements */
.ui-widget .excluding-days-display,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.ui-widget .excluding-days-display,
.ui-widget input,
.ui-widget textarea {
    width: 96%;
}

.ui-widget button,
.ui-button {
    display: inline-block;
    width: auto;
    margin: 0.2rem;
    border: none;
}


/* ------------------------------------------------------------------------------- */

.ui-widget input:focus,
.ui-widget select:focus,
.ui-widget textarea:focus,
.ui-widget button:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ui-widget input[disabled],
.ui-widget select[disabled],
.ui-widget textarea[disabled],
.ui-widget button[disabled],
fieldset[disabled] .ui-widget input,
fieldset[disabled] .ui-widget select,
fieldset[disabled] .ui-widget textarea,
fieldset[disabled] .ui-widget button {
    background: #e9ecef;
    opacity: 1;
}

.ui-widget input[type='checkbox'] {
    display: inline-block;
    width: 1rem;
    margin: 0 1.4rem 0 0;
}



.ui-widget .ui_info {
    font-size: 0.8rem;
    color: #9ecdff;
}


/* ------------------------------------------------------------------------------- */
/* Bootstrap-like button classes */
.bootstrap_button_line {
    display: flex;
    flex-wrap: wrap;
}
.bootstrap_button_line .bootstrap_button,
.bootstrap_button {
    width: auto;
    font-weight: 600;
    background-color: #fff;
    /*background: #0056b3;*/
    /*color: #fff;*/
    white-space: nowrap;
    border: 1px solid #898989;
    font-size: 0.8rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    /*margin-left: 0.5rem;*/
    margin: 0.2rem 0 0.2rem 0.15rem;
    /*padding: 0.375rem 0.75rem;*/
    padding: 0.2rem 0.15rem;
}
/* Color variants - default state */
.bootstrap_button_line .bootstrap_primary,
.bootstrap_primary {
    color: #0056b3;
    border-color: #0056b3;
}
.bootstrap_button_line .bootstrap_info,
.bootstrap_info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.bootstrap_button_line .bootstrap_success,
.bootstrap_success {
    color: #28a745;
    border-color: #28a745;
}
.bootstrap_button_line .bootstrap_warning,
.bootstrap_warning {
    color: #ffc107;
    border-color: #ffc107;
}
.bootstrap_button_line .bootstrap_dark,
.bootstrap_dark {
    color: #343a40;
    border-color: #343a40;
}

.ter-kal-button-form .button-danger,
.button-danger {
    background-color: #dc3232;
    color: #fff;
    border-color: #a31919;
}
.ter-kal-button-form .button-danger:hover,
.button-danger:hover {
    background-color: #a31919;
    color: #fff;
    border-color: #dc3232;
}

/* Hover states - unified pattern */
.bootstrap_primary:hover,
.bootstrap_info:hover,
.bootstrap_success:hover,
.bootstrap_warning:hover,
.bootstrap_dark:hover {
    color: #fff;
    border-color: #898989;
}
.bootstrap_primary:hover {
    background-color: #0056b3;
}
.bootstrap_info:hover {
    background-color: #17a2b8;
}
.bootstrap_success:hover {
    background-color: #28a745;
}
.bootstrap_warning:hover {
    background-color: #ffc107;
}
.bootstrap_dark:hover {
    background-color: #343a40;
}
/* ------------------------------------------------------------------------------- */

.event-title {
    font-weight: 600;
    font-size: 1.6rem;
}

.event-time {
    font-weight: 600;
    font-size: 1rem;
}

/* ---------------------------- */
.ter_kal_info {
    font-size: 0.9rem;
    color: #495057;
}
/* ---------------------------- */

.event-details-html {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.event-subdetail-item {
    font-size: 0.7rem;
    color: #666666;
}




/* ------------------------------------------------------------------------------- */
/* Image Formatting - From termin_kalender_format_buttons.js */
.wp-block-image {
    max-width: 100%;
    height: auto;
}
/* ------------------------------------------------------------------------------- */








