/* Add here all your CSS customizations */

/* Aktiver Menüpunkt: roter Hintergrund statt roter Schriftfarbe */
.nav-link.nav-active {
    color: #ffffff !important;
    background-color: #dd151b !important;
    border-radius: 4px;
}
.f {
    font-weight: bold !important;
}

.lh12 {
    line-height: 1.2 !important;
}

.copybutton_success {
  color: #198754 !important;
}
.copybutton_error {
  color: var(--rt-rot) !important;
}

.color-red, .error {
	color: var(--rt-rot) !important;
}
.color-green, .status-active {
	color: #198754 !important;
}
.color-orange, .status-pendingdelete {
	color: #FF8000 !important;
}
.color-darkorange, .status-delete_restorable {
	color: #FF2B00 !important;
}
.color-blue {
	color: #557FFF !important;
}
.color-grey {
  color: #6f6f6f !important;
}
.color-neureg {
	background-color: #D3EDDB;
}
.color-renewal {
	background-color: #EEECD2;
}
.color-success {
	background-color: #D3EDED;
}
.text-right {
	text-align: right;
}

/* Legende im Card-Header */
.verify-legend {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 6px 10px;
    background: #f8f9fa;
    font-size: 12px;
    line-height: 1.8;
}
.verify-legend-title {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: 2px;
    letter-spacing: 0.04em;
}

/* Verifizierungs-Status: farbiger Rahmen um den jeweiligen Wert */
.verify-status {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    border-left: 4px solid transparent;
}
.verify-approved {
    border-color: #198754;
}
.verify-failed {
    border-color: #dc3545;
}
.verify-pending {
    border-color: #ec8f04;
}
.badge {
    font-size: 13px !important;
    margin-bottom: 2px;
}
.legende {
    float: right;
    margin-right: 20px;
}
.idtable tbody, .idtable tr {
    border: 0 !important;
}
.idtable td {
    padding-left: 0 !important;
}
.idwrapper {
    height: 1px;
}
@media only screen and (max-width: 991px) {
    .center_left {
        text-align: left;
    }
    .idwrapper {
        height: 100%;
    }
}
.center_left {
    text-align: center;
}


#ajax-spinner-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
}
#ajax-spinner-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ajax-spinner-inner {
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.loading-text {
  font-size: 18px !important;
}

/* Sticky thead: beide Scroll-Achsen im selben Container, damit position:sticky funktioniert */
.spezialpreise-body {
    max-height: calc(100vh - 220px);
    overflow-x: auto;
    overflow-y: auto;
}
.spezialpreise-body thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f8f9fa;
    box-shadow: 0 1px 0 #dee2e6;
}

.tabs-vertical .nav-tabs {
    width: 10%;
}

.nobreak {
	white-space: nowrap;
}
.table-responsive {
    overflow-x: unset;
}