body {
  background-image: url("");
    background-color: #061019;
    color: #FFFFFF;
    background-size: cover;
    background-repeat: no-repeat;

}


th {
       
        color: transparent;
        background-color: #ff0000;
}

table{
max-width:100%;
}

.table-wrapper{
overflow-x:auto;
}

       
.table_width_300 {
    width: 300px;
}

.gruenerlink {
  background-color: transparent;
  color: #9c0; 

 }
 
.showMinutes {
    
    width: 15px;
    background-color: #000000;
    color: #ffa800;
    padding: 0 1px 0 0;
    border: 1px solid #ffa800;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    z-index: 10;
    line-height: 14px;
    text-align: center;
}

.table_ohne_formatierung {
    border: 0px;
    border: none;
    background: none;
}

.updatebutton {
  background-color: transparent;
  color: green;
  border: 2px solid #4CAF50; 
  cursor: pointer;
}
.deletebutton {
  background-color: transparent;
  color: red;
  border: 2px solid red; 
  cursor: pointer;
}

.navi
{
    background-color: #13181d
}

.button {

background:#1f2937;
color:#e5e7eb;

border:1px solid #334155;
border-radius:8px;

padding:6px 12px;

cursor:pointer;
outline:none;

transition:all 0.2s ease;

}

/* Hover */
.button:hover {

background:#2563eb;
color:#ffffff;

border-color:#3b82f6;

}

/* Active (Klick Effekt) */
.button:active {

transform:translateY(1px);

}

.border_links_rechts_unten
{
   border: 1px;
   border-style: solid;
   color: #FFFFFF;
   background-color: #061019; 
   border-top-style: none;
   
    
}
.online
{
   border: 1px;
   border-style: none;
   color: #00EF00;
   font-family: Verdana;
   font-size: 12px;

  
}
.offline
{
   border: 1px;
   border-style: none;
   color: #E60039;
   font-family: Verdana;
   font-size: 12px; 
  
}

.td
{
   border: 1px;
   border-style: solid;
   color: #FFFFFF;
   background-color: #d43734; 
}
.td2
{
   border: 1px;
   border-style: solid;
   color: #FFFFFF;
   background-color: #061019; 
   border-top-style: none;
   border-left-style: none;
}
.td3
{
   border: 1px;
   border-style: solid;
   color: #FFFFFF;
   background-color: #061019; 
   border-top-style: none;
   border-right-style: none;
}
.noborder
{
   border: none;
}



.iframe{
  background-color:#FFFFFF;
  float:right;
  margin-top:30px;
  border:outset;
  border-width:6px;
  color: #FFFFFF;
}

a {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
    text-decoration:none;
}

b.redlink
{
    color: #000000;
}

a.navi
{
    color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-family: Verdana;
	font-size: 12px;
    text-decoration:none;
}

a:hover {
	color: #c0c0c0;
	
	font-family: Verdana;
	font-size: 12px;
	
}

.form-field  {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0.49;
  padding: 4px;
  border: none;
  font: normal 12px/normal Verdana, Geneva, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 0 0 20px rgba(255,255,255, 0.5) , 2px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  
}


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

td.test {
    width: 20px;
    border: 1px solid #AAAAAA;
}

table {
width: 75%;
opacity: 0.9;

}
table td, table th {
padding: 2px 10px;
border: 1px solid #212a33;
font-family: Verdana;
font-size: 12px;
}
table th {
     color: #ffffff;
background-color: #181515;

}

#eventTable th {
    color: #fff;              /* weiß */
    cursor: pointer;
    user-select: none;
}

#eventTable th:hover {
    background: #333;         /* leichtes Hover-Feedback */
}
table tr:nth-child(1n+2) {
background-color: #13181d;
color: #848484;
}
table tr:nth-child(2n+3) {
background-color: #212a33;
color: #848484;
}
table tr:hover {
background-color: #13181d;
color: #FFFFFF;
}

#overlay {
  position: fixed;
  display: none;
  width: 200px; 
  height: 200px;
  top: 100px;
  left: 250px;
  text-align: left;
  right: 0;
  bottom: 0;
  border: solid;
  border: 1px;
  /*background-color: rgba(0,0,0,0.5);*/ 
  z-index: 2; 
  cursor: pointer; 
}



/* Mouse OVER */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  text-align: left;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  text-align: left;
}



.box {
     float: left;
     
     width: 10;
     padding: 20px;
     box-sizing: border-box;
     border: 1px, solid;
}

#tfTable th {
    color: #eee;              /* helle Schrift */
    background: #222;         /* leicht dunkler Hintergrund */
    font-weight: bold;
    cursor: pointer;
    padding: 6px 8px;
}

#tfTable th:hover {
    background: #333;         /* Hover-Effekt */
}

.table-container{
overflow-x:auto;
width:100%;
}

/* Overlay-Styling */
.overlay {
  position: absolute;
  display: none;
  background-color: rgba(0, 0, 0, 0.75); /* Halbtransparenter schwarzer Hintergrund */
  color: white;
  padding: 10px;
  border-radius: 5px;
  z-index: 10;
  max-width: 300px; /* maximale Breite des Overlays */
}

.admin-link{
display:block;
width:100%;
padding:1px 0;
text-align:center;
border-bottom:1px solid #1f2937;
}

/* Admin-Navi soll volle Sidebar-Breite haben */
table.admin-table {
    width: 100%;
   
}

/* keine Innenabstände in der Navi */
table.admin-table td {
    padding: 0;
}

.fleetvalue-cell {
  position: relative;
}

.tr-umod {
    background-color: #067384;
    color: #ffffff;
}
.tr-umod a {
    color: #ffffff;
}

.umod-text {
    color: #00ffda;
    font-weight: 600;
}
.umod-text a {
    color: #00ffda;
}

/* Zeigt das Overlay bei Hover */
.fleetvalue-cell:hover .overlay {
  display: block;
  top: 100%; /* Positioniert das Overlay unterhalb des Fleet Value */
  left: 0;
}

.overlay2 {
  position: absolute; /* Make sure the overlay is positioned relative to the table */
  background: rgba(0, 0, 0, 0.8); /* Dark background */
  color: white; /* White text */
  padding: 5px; /* Weniger Padding, um den Rand zu reduzieren */
  border-radius: 2px; /* Ein sanfterer Rand, um das Design zu verbessern */
  z-index: 9999; /* Make sure it is on top */
  display: none; /* Hidden by default */
  width: auto;
  max-width: 400px; /* Limit the maximum width */
  height: auto; /* Automatic height based on content */
  max-height: 90vh; /* Optional: cap the maximum height at 90% of the viewport height */
  box-sizing: border-box; /* Include padding and border in width/height calculations */
  overflow: hidden; /* Remove scrollbars */
}

.overlay2-content {
  background-color: rgba(0, 0, 0, 0.9); /* Dunklerer Hintergrund für den Inhalt */
  padding: 5px; /* Weniger Padding, um den Rand zu reduzieren */
  border-radius: 2px; /* Ein sanfterer Rand, um das Design zu verbessern */
  max-width: 100%; /* Maximale Breite der Box */
  width: 100%; /* Nimmt die volle verfügbare Breite ein */
  max-height: 90vh; /* Maximale Höhe auf 90% des Viewport */
  overflow-y: auto; /* Scrollen, wenn der Inhalt zu groß für die Box ist */
  overflow-x: hidden; /* Keine horizontale Scrollleiste */
  box-sizing: border-box; /* Inklusive Padding und Border bei der Berechnung der Boxgröße */
}

#progress-container {
    width: 150px;
    height: 14px;
    background: rgba(255,255,255,0.08);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
}

#progress-bar {
    height: 100%;
    width: 0%;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        #ff3b3b,
        #ffcc00,
        #7CFC00
    );
    background-size: 300% 100%;
    transition: width 0.6s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 8px rgba(124,252,0,0.6);
    position: relative;
}

/* Flow nur während Laden */
#progress-bar.flow {
    animation: progressFlow 3s linear infinite;
}

/* Fertig = ruhig & grün */
#progress-bar.done {
    background: #1aff1a;
    animation: none;
    box-shadow: 0 0 12px rgba(26,255,26,1);
}

#progress-text {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #fff;
    text-shadow: 0 0 4px #000;
    white-space: nowrap;
}

@keyframes progressFlow {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

/* Dark Input */
.input-dark{
  background:#111827;
  color:#e5e7eb;
  border:1px solid #334155;
  padding:8px 10px;
  border-radius:8px;
  outline:none;
  transition:border-color .15s ease, box-shadow .15s ease;
}

.input-dark::placeholder{
  color:#94a3b8;
}

.input-dark:focus{
  border-color:#3b82f6;
  box-shadow:0 0 0 3px rgba(59,130,246,.25);
}

/* Dark Button */
/* Basis Button */
.btn-green,
.btn-red,
.btn-dark{

background:#111827;
padding:6px 10px;
border-radius:8px;
text-decoration:none;
display:inline-block;
font-size:12px;
min-width:95px;
text-align:center;
cursor:pointer;

}

/* Standard Button */
.btn-dark{
color:#e5e7eb;
border:1px solid #334155;
}

.btn-dark:hover{
background:#2563eb;
color:#ffffff;
}

/* Aktivieren */
.btn-green{
color:#22c55e;
border:1px solid #14532d;
}

.btn-green:hover{
background:#14532d;
color:#bbf7d0;
border-color:#22c55e;
}

/* Deaktivieren */
.btn-red{
color:#ef4444;
border:1px solid #7f1d1d;
}

.btn-red:hover{
background:#7f1d1d;
color:#fecaca;
border-color:#ef4444;
}
/* Link-States für Button-Links fixen */
a.btn-green:link,
a.btn-green:visited,
a.btn-green:hover,
a.btn-green:active,
a.btn-green:focus{
  color:#22c55e !important;
  text-decoration:none !important;
}

a.btn-red:link,
a.btn-red:visited,
a.btn-red:hover,
a.btn-red:active,
a.btn-red:focus{
  color:#ef4444 !important;
  text-decoration:none !important;
}

a.btn-dark:link,
a.btn-dark:visited,
a.btn-dark:hover,
a.btn-dark:active,
a.btn-dark:focus{
  color:#e5e7eb !important;
  text-decoration:none !important;
}

td:last-child{
 white-space:nowrap;
}



/* Container für das gesamte Scan-Element */
#progress-container {
    position: relative;
    padding: 10px;
    background: transparent !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
    height: auto !important;
    overflow: visible !important;
    box-shadow: none !important;
}

#last-entry {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #df49ff; /* Viel helleres, strahlendes Lila */
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* Mehrfacher Glow für mehr Strahlkraft */
    text-shadow: 0 0 5px #df49ff, 0 0 15px rgba(223, 73, 255, 0.6);
}

/* Die Laser-Linie: Hellerer Kern */
#progress-line {
    width: 100%;
    height: 2px;
    position: relative;
    background: linear-gradient(90deg, 
        rgba(223, 73, 255, 0) 0%, 
        rgba(223, 73, 255, 1) 50%, 
        rgba(223, 73, 255, 0) 100%);
    box-shadow: 0 0 15px rgba(223, 73, 255, 0.5);
}

/* Der Laserpunkt: Deutlich reduziertes Weiß, starker lila Glow */
.scan {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px; 
    height: 4px;
    background: #f7d9ff; /* Sehr helles Lila statt Weiß */
    border-radius: 2px;
    box-shadow: 
        0 0 10px #df49ff, 
        0 0 25px #df49ff, 
        0 0 40px #bc13fe;
    animation: scanMove 2.5s ease-in-out infinite;
}

#progress-text {
    position: relative !important;
    margin-top: 12px;
    color: #df49ff;
    font-size: 16px;
    font-weight: 800;
    /* Intensiver Glow-Effekt */
    text-shadow: 0 0 8px #df49ff, 0 0 20px rgba(223, 73, 255, 0.8);
}

@keyframes scanMove {
    0% { left: 5%; opacity: 0.6; }
    50% { left: 50%; opacity: 1; transform: translateY(-50%) scale(1.2); }
    100% { left: 95%; opacity: 0.6; }
}

.highlight-player {
        background-color: #00ff15 !important; /* Gelbe Hervorhebung */
        color: #000 !important;              /* Schwarzer Text für Lesbarkeit */
    }
    
    /* Optional: Zeiger-Symbol beim Drüberfahren über Namen */
    .sortierbar td:first-child {
        cursor: pointer;
    }

  /* ab hier TEST --------------------------------------------------------------------------------- */