@import url('/css/fonts.css');


.searchfield {
	
display: inline;
  padding-top: 550px/15;
  border: 0px;
  border-radius: 0; // For iOS
  border-color: #baeb9e ;
  border-bottom: solid 550px/150 #baeb9e;
  background: #111111;
  font-size: 550px/15;
  transition: .3s ease;
}



.searchfield_inp {	
  display: inline;
  font-family:  Roboto; 
  font-size: 16px;
  font-weight: 500;
  padding-top: 550px/15;
  width: 7.1%;
  height: 35px;
  padding: 12px 20px;
  box-sizing: border-box;
  outline: 1px solid #baeb9e;
  border-radius: 2px;
  border: 0px solid #baeb9e;
  background-color: #111111;
  transition: width 0.4s ease-in-out;
  padding-left: 20px;
  
}

.searchfield_inp[type=text]:focus {
  border-radius: 2px;
  width: 14.7%;
  border: 0px solid #baeb9e;
  outline: 1px solid orange;
  color: orange;
}

.searchfield_inp:hover {
-webkit-box-shadow:0px 0px 112px 7px rgba(253,184,36,0.55);
 -moz-box-shadow: 0px 0px 112px 7px rgba(253,184,36,0.55);
  box-shadow: 0px 0px 112px 7px rgba(253,184,36,0.55);
  border: 0px solid #baeb9e;
  outline: 1px solid #baeb9e;
  width: 7.1%;
  border-radius: 2px;
  outline: 3px solid #fdb924;
	} 


::placeholder { 
   color:    #aab2bb;
}






@keyframes text-glowbow {
  0% {
    opacity: 0.9;
  }
  25% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.7;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes text-flicker {
  0% {
    opacity: 0.9;
  }
  2% {
    opacity: 1;
  }
  8% {
    opacity: 0.7;
  }
  9% {
    opacity: 1;
  }
  12% {
    opacity: 0.7;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.6;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  72% {
    opacity: 0.9;
  }
  77% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.9;
  }
}

.link { background-color: #112a44;color:#a8b2bc; }
.dropbtn { background-color: #112a44;color:#a8b2bc; }


/* Tabelle Main */
table, td, th {
  border: 0.1px solid #1a1a1a; 
  padding: 3px; 
  text-align:center;
  border-collapse: collapse;
}

th {
  background-color: #112a44;color:#a8b2bc;
}



#log {
  height: 40em; 
  text-align: left; 
  overflow-y: scroll; 
  font-size:13px; 
  background-color: #000000; 
  color: #b1eee9;
}

/* Server Activity table */
table.active-qso {
  border: 0;
  text-align: center;
  width: 80%;
  border-spacing: 0 px;
  border-collapse: collapse;
  /*background-color: #1a1a1a;*/ 
  font-family:  ShareTechMono;  
}
.active-qso th {
  background-color: #112a44;color:#a8b2bc;
  border-radius: 0px;

  font-weight: bold;
  height: 22px;
    background-color: #1d2025;
	text-align: center;
}
.active-qso td {
  line-height: 1.3em;
  height: 60px;
  border-radius: 4px;
  border: 0px solid #2e3440;
  background-color: black;
  font-size: 45pt;   /* <-- */
  font-weight:bold;
  
}

table.active-qso2 {
  border: 0;
  text-align: center;
  width: 100%;
  border-spacing: 0 0px;
  border-collapse: separate;
}
.active-qso2 th {
  background-color: #112a44;color:#a8b2bc;
  border-radius: 4px;
  font-size : 09pt;
  font-weight: bold;
  height: 45px;
}
.active-qso2 td {
  line-height: 1.3em;
  height: 20px
  border-radius: 4px;
  border: 0px solid Grey;
  background-color: black;
  font-size: 52pt; 
  font-weight:bold;
}









/* Static TG table */
table.stctg {
	font-family: SourceCodePro;
	font-weight: lighter;
	font-size: 11pt;
	
  table-layout:fixed;
  width:100%;
  margin-top:5px;
  margin-bottom:5px;
  background-color: #19191919;
}
.ts1-bkgnd {
  background-color: #1616169d;
}
.stctg .th1wd {width: 120px;}
.stctg .th2wd {width: 190px;}
.stctg .th3wd {width: 110px;}
.stctg .th4wd {width: 40px;}
.stctg .th5wd {width: 50%;}
.stctg .th6wd {width: 65px;}
.stctg .th7wd {width: 65px;}
.stctg .connted-bkgnd {background-color:#2e5642;}
.stctg .location{font-size: 92%; color:#b5651d; font-weight:bold}

/* Master peer table */
table.lnksys {
	font-family: SourceCodePro;
	font-weight: lighter;
	font-size: 11pt;
	
	table-layout:fixed;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	background-color: #1f1f1f;
  
}


.lnksys .th1wd {width: 120px;}
.lnksys .th2wd {width: 190px;}
.lnksys .th3wd {width: 110px;}
.lnksys .th4wd {width: 40px;}
.lnksys .th5wd {width: 50%;}
.lnksys .th6wd {width: 40%;}
.lnksys .connted-bkgnd {background-color:#2e5642;}
.lnksys .location {font-size: 92%; color: #b5651d; font-weight:bold}
.lnksys .peer-conn {font-size: 9pt; background-color: #2e5642;}
.lnksys .peer-disc {font-size: 9pt; background-color: #b70101;}

/* Last heard table */
table.log {
  background-color: #2e363f;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
    border-color: #000000;
    font-family: SourceCodePro;
    font-weight: lighter;
    font-size: 11pt;
}

.log th {
  height: 30px;

}
.log tr:nth-child(even) {
  background-color: #212529;

}

.conn2srv {
  font-size: 10pt;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: linear-gradient(to bottom, #e9e9e9 50%, #bcbaba 100%);
  border: 1px solid LightGrey;
  border-radius: 10px;

}
.conn2srv .tittle {
  margin-left: 7px;
  margin-bottom: 5px;
  float:left;
  color:#464646;
  font-weight:600;
  line-height:1.5;
}
.conn2srv .hs-peers {
  clear: left;
  text-align: left;
  font-size: 9.5pt;
  font-weight: bold;
  margin: 10px 25px;
  line-height: 1.4;
  white-space: normal;
}
div.tooltiptext.c2s-pos1 {
  left:115%;
  top:-10px;
  font-size: 9.5pt;
  padding-left: 15px;
}
span.tooltiptext.c2s-pos2 {
  font-size: 9.5pt;
  top:120%;
  left:50%;
  margin-left:-70%;
  width:100px;
  padding: 2px 0;
  text-align: center;
}

a:link {
  text-decoration: none;
  font-size: 9.5pt;
  font-weight:bold;
  color:#60d7c6;
  text-shadow: 1px 1px 1px black, 0 0 0.5em LightGrey, 0 0 .1em lime;
}

/* visited link */
a:visited {
  color: #60d7c6;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: none;
}
/* selected link */
a:active {
  color: #0066ff;
  text-decoration: none;
}
.tooltip {
  position: relative;
  opacity: .9;
  display: inline-block;
  border-bottom: 0px dotted white;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #1f1f1f;
  box-shadow: 4px 4px 6px #1a1a1a;
  color: #a3aeb7;
  text-align: left;
  border-radius: 8px;
  padding: 8px 0;
  left: 100%;
  opacity: 1;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  right: 100%;
  opacity: 1;
  visibility: visible;
}
a.button {
	/*  background-color: #112a44;color:#a8b2bc;
 */
 
  background-color: #111111;
  color:#a8b2bc; 
  font-family:  Roboto;  
  
  text-shadow: none;
  border: 0.1px solid #aeee99; 
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 7px 3px;
  
  border-radius: 4px;
  /*border-radius: 8px;*/
  box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
}

.button:hover {
	background-color:rgb(140,140,140);
	background: #aeee99; 
	color:black;
	-webkit-box-shadow:0px 0px 93px 9px rgba(186,235,158,0.9);
	-moz-box-shadow: 0px 0px 93px 9px rgba(186,235,158,0.9);
	box-shadow: 0px 0px 93px 9px rgba(186,235,158,0.9);-webkit-box-shadow:0px 0px 93px 9px rgba(186,235,158,0.9);
	-moz-box-shadow: 0px 0px 93px 9px rgba(186,235,158,0.9);
	box-shadow: 0px 0px 93px 9px rgba(186,235,158,0.9);
	}  

.dropdown:hover .dropbtn {
	
	background-color:rgb(140,140,140);
	background: #aeee99; 
	color:black;
	-webkit-box-shadow:0px 0px 93px 9px rgba(186,235,158,0.9);
	-moz-box-shadow: 0px 0px 93px 9px rgba(186,235,158,0.9);
	box-shadow: 0px 0px 93px 9px rgba(186,235,158,0.9);-webkit-box-shadow:0px 0px 93px 9px rgba(186,235,158,0.9);
	-moz-box-shadow: 0px 0px 93px 9px rgba(186,235,158,0.9);
	box-shadow: 0px 0px 93px 9px rgba(186,235,158,0.9);
	
	} 


a.buttonA {
 
  background-color: #111111;
  color:#be4245; 
  font-family:  Roboto;
  
  text-shadow: none;
  border: 0.1px solid #aeee99; 
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 7px 3px;
  
  border-radius: 4px;
  /*border-radius: 8px;*/
  box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
}
.buttonA:hover {
	background-color:rgb(140,140,140);
	background: #aeee99; 
	color:red;
	-webkit-box-shadow:0px 0px 93px 9px rgba(186,235,158,0.9);
	-moz-box-shadow: 0px 0px 93px 9px rgba(186,235,158,0.9);
	box-shadow: 0px 0px 93px 9px rgba(186,235,158,0.9);
	}





a.buttonDB {
	/*  background-color: #112a44;color:#a8b2bc;
 */
 
  background-color: #111111;
  color:#a8b2bc; 
  font-family:  Roboto;  
  
  text-shadow: none;
  border: 0.1px solid orange; 
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 7px 3px;
  
  border-radius: 4px;
  /*border-radius: 8px;*/
  box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
}

.buttonDB:hover {

 -webkit-box-shadow:0px 0px 112px 7px rgba(253,184,36,0.55);
 -moz-box-shadow: 0px 0px 112px 7px rgba(253,184,36,0.55);
  box-shadow: 0px 0px 112px 7px rgba(253,184,36,0.55);
  border-radius: 2px;

	}  


















.dropbtn {
  background-color: #111111;
  color:#a8b2bc; 
  font-family:  Roboto;  
  
  text-shadow: none;
  border: 0.1px solid #aeee99; 
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 7px 3px;
  
  border-radius: 4px;
  /*border-radius: 8px;*/
  box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
}

/* The container - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	 border: 0.1px solid #aeee99;
	font-family:  Roboto;
	text-shadow: none;
  display: none;
  position: absolute;
  background-color: #111111;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1000;

}

/* Links inside the dropdown */
.dropdown-content a {
  color:#a8b2bc;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  text-shadow: none;
    font-size: 15px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color:rgb(140,140,140);
	background: #aeee99; 
	color:black;
	-webkit-box-shadow:0px 0px 93px 9px rgba(186,235,158,0.9);
	-moz-box-shadow: 0px 0px 93px 9px rgba(186,235,158,0.9);
	box-shadow: 0px 0px 93px 9px rgba(186,235,158,0.9);
	
	
	}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/*  NEW CHANGES HERE  */



/*  Main Body  ECHO BASE HERE*/
body {
  margin: auto;
  width: 1200px;
  background-color: black;
  color: #a8aaa9;
  font-size: 46px;
  font-family:  JuliusSansOne; 
  text-align: center;

  
}

::-webkit-scrollbar {
  width: 5px;
  background: black;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px black; 
  border-radius: 10px;
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #172a43;
}


::-webkit-scrollbar-thumb:hover {
  background: #555;
}



/* Top image */
.img-top {
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
/* Server tittle */
.srv-tittle {
 /* color: #0900; */
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 7px;
}

/* fieldset general */
fieldset {
  /*background-color: #111111;*/
  color: #a9b3bb; 
  border: none;
  border-radius: 4px;
  border-color: #baeb9e;
  margin: 15px auto;
}

fieldset.big{
  width: 1100px;

}



fieldset.med {
  width: 900px;
}
fieldset.small {
  width: 70%;
}
legend {
	color: #a9b3bb;
	margin-left: 20px;
	text-align: left;
	padding: 0 5px;
}

/* Waiting for server data tabble */
.w4data {
  width: 100%;
  background-color:black;
  font: 18pt arial, sans-serif;
  margin-top:4px;
  margin-bottom:4px;
  border:none;
  height:60px;
  text-align:center;
  color: brown;
}
table.opb {
  background-color: #1a1a1a;
  table-layout:fixed;
  width:100%;
  margin-top:5px;
  margin-bottom:5px;
}
.opb .col1 {text-align: left; padding-left: 20px;}
.opb .col2 {font-size: 9pt;}
.opb .col3 {font-size: 9pt; font-weight: 600; color:#000000;}

.opb .th1wd {width: 12%;}
.opb .th2wd {width: 12%;}
.opb .th3wd {width: 70%;}

/* sysinfo page */
.images img {display: block; padding-bottom: 10px; margin-left: auto; margin-right: auto; }











.bkgnd-1d1 {background: #78283f;} 
/*  DATA Indicator */


.bkgnd-8ecfb4 {background-color: darkblue;} 
/*  dont know */

.bkgnd-cefdce {background-color: #000000;}
.bkgnd-ff0000 {background-color: #ff0000;}

.txt-yellow {color: #fff85b;}

.txt-b70101 {color: red;}
/* TS1 Indicator */
.txt-3a4aa6 {color: #57dbc8;} 
/* TS2 indicator */

.txt-green {color: #baeb9e;} 
/* TG Names */
.txt-blue {color: #baeb9e;}
/* #callsign */

.txt-red {color: red;}

.txt-white {color: #FFFFFF;}



.txt-008000 {color: hotpink;} 

.txt-0065ff {color: #7bd8bf;} 
/* Hotspot Name */

.txt-b5651d {color: #b5651d;} 
/* #TG Numbers */


.txt-464646 {color: hotpink;} 
/* #dontknow */

.txt-002d62 {color: #1cdfc8;}
/* Names */


.txt-back {color: #346e9f;}

.TX {background-color: #375543;

}

.RX {background-color: #6f2f3f;

}

.fnt-7pt {font-size: 7pt;}
.fnt-8pt {font-size: 8pt;}

.cred {
  font-size: 10px;
  font-family:  JuliusSansOne; 
  text-align: center;
}
.ver {
  font-size: 10px;
  font-family:  Dosis; 
  text-align: right;
  font-family: 'SourceCodePro';
}
.aqso-redarrow {
  color: red;
  text-shadow: rgba(255,0,51,0.9) 0px 0px 39px;
  animation: text-flicker 9s linear infinite;
}

.aqso-bluearrow {
  color: #346e9f;
  text-shadow: rgba(3,68,233,1) 0px 0px 35px;
  animation: text-flicker 9s linear infinite;
}

.aqso-talkgroup {
  color: #ab682e;
  text-shadow: rgba(171,104,46,0.75) 0px 0px 35px;
  animation: text-glowbow 3s linear infinite;
}

.aqso-name {
  color: #65dbc8;
  text-shadow: rgba(101,219,199,0.75) 0px 0px 35px;
  animation: text-glowbow 3s linear infinite;
}

.test1 {
font-size: 50px;
color: #65dbc8;
text-shadow: rgba(101,219,199,0.75) 0px 0px 35px;
animation: text-wobbi1 3s linear infinite;
}
.test2 {
	font-size: 50px;
color: #65dbc8;
text-shadow: rgba(101,219,199,0.75) 0px 0px 35px;
animation: text-wobbi2 3s linear infinite;
}
.test3 {
	font-size: 50px;
color: #65dbc8;
text-shadow: rgba(101,219,199,0.75) 0px 0px 35px;
animation: text-wobbi3 3s linear infinite;
}

#uhr {
	font-size: 2.5em;
	  font-family:  play; 
	margin: .3em auto;
}
.echo2 {
	  font-family: 'ShareTechMono';
	font-size: 35px;
color: #7f8f76;
text-shadow: #fff85b 0px 0px 35px;

}





@keyframes ticker {
  0% {
    transform: translate3d(22%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}


#news-inner-container {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: ticker 210s linear infinite;
    font-family: 'ShareTechMono';
  font-size: 50px; /* Hier wird die Schriftgröße auf 20 Pixel gesetzt */
  
}

.important-news {
  color: red; /* Stilisierung für wichtige Nachrichten */
}

/* Hinzufügen von Abstand zwischen den News-Meldungen */
#news-inner-container span {
  margin-right: 10px; /* Abstand zwischen den einzelnen News-Meldungen */

}

/* Platzhalter für den Abstand zwischen den News-Meldungen */
#news-inner-container span::after {
	color: #7f8f76;
  content: "  |  "; /* Hier können Sie den Platzhalter nach Bedarf anpassen */
}
.lauflicht {
  display: flex;
  align-items: center;
  gap: 0; /* Hier den gewünschten Abstand anpassen */
  justify-content: center; /* Fügt horizontale Zentrierung hinzu */
}

.lauflicht-red {
  margin-right: 0px; /* Abstand zwischen den Richtungen */
}

.lauflicht-blue {
  margin-left: 0px; /* Abstand zwischen den Richtungen */
}

.pfeil {
  font-size: 66px; /* Hier die gewünschte Größe anpassen */
  animation: lauflichtAnimation 11s infinite;
  transform-origin: center;
}

.lauflicht-red .pfeil {
  color: red;
  animation-direction: normal;
}

.lauflicht-blue .pfeil {
  color: blue;
  animation-direction: alternate-reverse;
}

.pfeil:nth-child(1) { animation-delay: 0s; }
.pfeil:nth-child(2) { animation-delay: 0.15s; }
.pfeil:nth-child(3) { animation-delay: 0.3s; }
.lauflicht-blue .pfeil:nth-child(1) { animation-direction: alternate-reverse; animation-delay: 0.3s; }
.lauflicht-blue .pfeil:nth-child(2) { animation-direction: alternate-reverse; animation-delay: 0.15s; }
.lauflicht-blue .pfeil:nth-child(3) { animation-direction: alternate-reverse; animation-delay: 0s; }



@keyframes lauflichtAnimation {
  0%, 100% {
    opacity: 0.0;
    transform: translateX(0);
  }
  8.33%, 25%, 41.67%, 58.33%, 75%, 91.67% {
    opacity: 0.4;
    transform: translateX(-2px);
  }
  16.67%, 33.33%, 50%, 66.67%, 83.33% {
    opacity: 0.8;
    transform: translateX(2px);
  }
}

#gwde-status {
        font-size: 22px;
        position: absolute;
        top: 490px;
        left: 910px;
        line-height: 30px;
        padding: 15px;
        border-radius: 5px;
        color: #a8e89e;
        opacity: 0;
        visibility: hidden;
        transition: opacity 2.5s ease, visibility 2.5s ease;
		white-space: nowrap;
}

#page-container {
        position: relative;
}

#gwde-status.active {
        opacity: 0.7;
        visibility: visible;
}