@import "dlrg/ribbons.css";
body {
  background: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url('../assets/bg.jpg') no-repeat!important;
  background-size: cover!important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
  border-left: 10px solid rgba(255, 255, 255, 0.5);
}

table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before {
  border-top: 10px solid rgba(255, 255, 255, 0.5);
}

.dlrg-background-transparent, .dark-version .card {
    background-color:rgba(1,1,1,0.75)!important;
    color: #a1a1a1!important;
}

.dark-version .main-content{
    background: transparent!important;
}

/** Globale Stile für die Scrollleiste */
body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #343a40;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #3F474E;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #343a40;  /* creates padding around scroll thumb */
}

.breadcrumb-item.active {
  color: white!important;
}

.gg_active_element {
  color: black!important;
  background-color: #ffed00!important;;
  font-weight: bolder!important;
}

.gg_active_dropdown {
   box-shadow: 2px 2px 1px 1px rgba(1,1,1,0.5);
   border-radius: 2px;
   background: rgba(255,255,255,0.2)!important;
}

.gg_active_dropdown:after {
    transform: rotate(90deg);
}

.navbar-dropdown-subelement {
  width: 80%!important;
  float: right!important;
}

td, th, tr {
  vertical-align: middle!important;
  padding-left: 0.5em!important;
  padding-right: 0.5em!important;
  color: white!important;
  text-transform: none!important;
}

hr {
  border-top: 1px solid white!important;
}

.nav.nav-pills .nav-link {
 color: white!important;
}

.nav.nav-pills .nav-link.active {
  background-color: #e30613!important;
}

.customSelect, .customForm, .select2-selection {
  display: inline-block!important;
  width: 100%!important;
  border-radius: 0.3em!important;
  background-color: #0e456d!important;
  outline: none!important;
  color: white!important;
  padding: 0.5em!important;
}

.select2-container {
  width: 100%!important;
}

.select2-search, .select2-search__field, .select2-results__option {
  color: white!important;
  background-color: #0e456d!important;
}

.select2-results__option:hover {
  background-color: #125687!important;
}

.select2-selection__choice {
  background-color: #125687!important;
}

.customForm {
  border: none;
}

.customSelect option {
  padding: 0.5em!important;
  vertical-align: middle!important;
}

.customSelect option:disabled {
  color: #ffed00;
  font-weight: bolder;
}

.wem-1 { width: 1em!important; }
.wem-2 { width: 2em!important; }
.wem-3 { width: 3em!important; }
.wem-4 { width: 4em!important; }
.wem-5 { width: 5em!important; }
.wem-6 { width: 6em!important; }
.wem-7 { width: 7em!important; }
.wem-8 { width: 8em!important; }
.wem-9 { width: 9em!important; }
.wem-10 { width: 10em!important; }
.wem-11 { width: 11em!important; }
.wem-12 { width: 12em!important; }
.wem-13 { width: 13em!important; }
.wem-14 { width: 14em!important; }
.wem-15 { width: 15em!important; }
.wem-16 { width: 16em!important; }
.wem-17 { width: 17em!important; }
.wem-18 { width: 18em!important; }
.wem-19 { width: 19em!important; }
.wem-20 { width: 20em!important; }
.wem-22 { width: 22em!important; }
.wem-23 { width: 23em!important; }
.pl-0   { padding-left: 0em!important;}

/* Custom HTML Tags */
dlrg-lagersize {
  font-size: 1.5em;
  font-weight: bold;
}

dlrg-lagerammount {
  font-size: 1.1em;
}

.active > .page-link {
  background-color: #ffed00!important;
  color: black!important;
  font-weight: bolder!important;
}

.disabled > .page-link {
  background-color: #0d376f!important;
}

.badge {
  margin-bottom: -0.1em!important;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(100%) sepia(0%) saturate(1000%) hue-rotate(0deg) brightness(1000%);
}

.text-gallina {
  color: #ffed00!important;;
}

.btn-dlrg-gelb {
  color: #ffed00!important;
  border: 1px solid #ffed00!important;
}

.btn-dlrg-gelb:hover {
  color: black!important;
  background-color: #ffed00!important;
}

.modal-content {
  background-color: #202940!important;
}

.link-dlrg-gelb {
  color: #ffed00!important;
}

.link-info:hover, .link-primary:hover, .link-dlrg-gelb:hover {
  text-decoration: underline;
}

.text-dlrg-yellow {
  color: #ffed00!important;
}
.text-dlrg-red {
  color: #e30613!important;
}

.bg-dlrg-yellow {
  background-color: #ffed00!important;
}
.bg-dlrg-yellow th {
  color: #000000!important;
}
.bg-dlrg-red {
  background-color: #e30613!important;
}

.bs-red {
  box-shadow: inset 0 0 0.5em #e30613!important;
}
.bs-yellow {
  box-shadow: inset 0 0 0.5em #ffed00!important;
}
.bs-green {
  box-shadow: inset 0 0 0.5em #4dff4d!important;
}
.bs-grey {
  box-shadow: inset 0 0 0.5em rgb(99, 95, 95) !important;
}

input[type="datetime-local"]:disabled {
  background: transparent!important;
  color: grey!important;
}

.radio-group {
  display: flex;
  gap: 0px; /* Vermeide negative Lücken */
  width: 100%; /* Nimmt die gesamte Breite des Containers ein */
}

.radio-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 2px solid #007BFF;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 1s ease;
  line-height: 2.5;
  flex-grow: 1; /* Beide Buttons nehmen gleichmäßig Platz ein */
  flex-basis: 0; /* Basisgröße auf 0 setzen, damit flex-grow arbeitet */
}

.radio-button input {
  display: none; /* Verstecke den eigentlichen Radio-Button */
}

.radio-button span {
  font-size: 13px;
  color: #007BFF;
  text-align: center; /* Text zentrieren */
  width: 100%; /* Nimmt die gesamte Breite des Buttons ein */
}

/* Wenn der Radio-Button aktiviert ist */
.radio-button input:checked + span {
  background-color: #007BFF;
  color: white;
}