body
{
	margin: 2px;
	padding: 2px;
	width: 99%;
	background-color: black;
}
table
{
	font-size: 11px;
	font-family: Verdana, arial, helvetica, serif;
	font-weight: bold;
}
td
{
	padding-right: 3px;
}

a:link { color: deepskyblue; }
a:visited, a:hover, a:active { color: #0ff; }

tr .css1 td
{
	visibility: hidden;
}

.datetime
{ 
	color: #0cf;
	vertical-align: top;
	white-space: nowrap;
}
.type  { color: #0c0; vertical-align: top; text-align: center; white-space: nowrap; }
.capcode { margin-left: 1px; color: #fff; white-space: nowrap; text-align: center; }

.MSGambu a: link, .MSGbrw a: link, .MSGpol a: link, .MSGkw a: link, .MSGrb a: link, .MSGheli a: link { color: #0cf; }

.MSG { color: #9cf; vertical-align: top; }
.MSGambu, .MSGbrw, .MSGpol, .MSGkw, .MSGrb, .MSGheli, .MSGg { color: #0cf; vertical-align: top; }
.MSGn { color: #f00; vertical-align: top; }
.MSGinc { text-align: center; }

.c01, .c02 { color: #ff0; }
.c03, .c18 { color: #f00; }
.c04 { color: #f90; }
.c05 { color: #60f; }
.c06 { color: #099; }
.c07 { color: #fff; }
.c08 { color: #3c3; }
.c09 { color: #ccc; }
.c10 { color: #760; }
.c11 { color: #f3f; }
.c12, .c19 { color: #003df5; }
.c13 { color: #f3f; }
.c14 { color: #3d9; }
.c15, .c21 { color: #f90; }
.c16 { color: #00f; }
.c17 { color: #cfc; }
.c20 { color: #3d9; }
 
span
{
	margin-left: 0px;	// was 3
	font-weight: bold;
} 

.INC
{
	display: block;
	background-color: #f00;
	color: #fff;
	font-size: 11px;
	text-align: center;
	margin: -3px 0px;
	padding: 3px 10px;
	text-shadow: 1px 1px 2px black;
}
span#inc.INC	/* whole incident block */
{
	border-radius: 5px;
}
span#inc1.INC	/* first incident block */
{
	border-radius: 5px 5px 0px 0px;
}
span#inc2.INC	/* second incident block */
{
	border-radius: 0px 0px 5px 5px;
}
span#mmt.INC	/* MMT block */
{
	border-radius: 5px;
	background-color: orange;
	display: inline;
	margin: 0px;
	padding: 3px 5px;
}

#F
{
	margin-left: 3px;
} 
#B
{
	color: #f96;
}

#p2ktooltipOUD
{
	position: absolute;
	max-width: 500px;
	color: #fff;
	border: 2px solid #757575;
	border-radius: 9px;
	font-size: 11px;
	font-family: Verdana, arial, helvetica, serif;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
	padding: 2px 5px;
	background-color: #f60;
	visibility: hidden;
	z-index: 100;
}
#p2ktooltip 
{
	position: absolute;
	max-width: 500px;
	color: #fff;
	border: 2px solid #757575;
	border-radius: 9px;
	font-size: 11px;
	font-family: Verdana, arial, helvetica, serif;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
	padding: 2px 5px;
	background-color: #f60;
	opacity: 0;
	transform: scale(0);
	pointer-events: none;
	z-index: 1000;
	transform-origin: top left;
}
#p2ktooltip.visible
{
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
	transition: transform 0.4s ease, opacity 0.4s ease;
}
#p2ktooltip.hiding
{
	opacity: 0;
	transform: scale(0);
	transition: transform 0.2s ease, opacity 0.2s ease;
}
#p2ktooltip h1
{
	font-size: 14px;
	margin: 0;
	padding: 0 0 5px 5px;
	color: yellow;
}
.brandbase
{
	padding-top: 10px;
	color: deepskyblue;
	font-size: 10px;
	text-shadow: 1px;
}

.TIP
{
	font-size: 11px;
	border-bottom: 1px dotted;
	font-family: Verdana, arial, helvetica, serif;
	margin-left: 0;
}
.TIP#BB
{
	color: deepskyblue;
}
.TIP:hover
{
	background-color: #f60;
	color: #fff;
	border-radius: 2px;
}
#headerX
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background-color: #000;
	transition: height 0.5s ease; /* add transition for smooth resizing */
	overflow: hidden; /* hide overflow when height reduces */
}
#headerX.hidden
{
	height: 0;
}

#header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background-color: #000;
	overflow: hidden;                /* hide content while collapsing */
}

div#infobar
{
	text-align: center;
}
#infobar
{
	position: relative;
	top: 25px;
	left: 0;
	margin: 10px auto;
	overflow: hidden; /* hide overflow when height reduces */
	box-sizing: border-box;
	height: 20px;              /* choose a value >= expected content height */
	transition: height 1.2s ease-in, margin 1.5s ease-out, opacity 1.5s ease;
}
#infobar span
{
	color: #fff;
	border: 2px solid #757575;
	border-radius: 9px;
	font-size: 12px;
	font-family: Verdana, arial, helvetica, serif;
	font-weight: bold;
	width: auto;
	padding: 2px 5px;
	background-color: #f60;
	opacity: 1;
}
#infobar.hidden
{
	opacity: 0;
	height: 0;         /* collapses the box height */
}
#infobar.nomargins
{
	margin: 0;
}

#incident
{
	font-family: Verdana, arial, helvetica, serif;
	font-size: 12px;
	background-color: #bfbfbf;
	color: #000;
	margin-top: 5px;
} 
#result
{
	margin-top: 30px;
}

.clock
{
	font-size: 1.4rem; /* Automatically scales the font size */
	font-family: Verdana, arial, helvetica, serif;
	font-weight: bold;
	color: lightgray; /* Optional: text color for the clock */
	text-align: center; /* Center-align the text */
	line-height: 1; /* Adjust the line height for better readability */
	margin-top: 5px;
	margin-left: 8px;
	position: absolute;
	transition: transform 1s, opacity 1s; /* Adding transition for scaling and opacity */
}
.clock#hidden
{
	transform: scale(0); /* Scale down to 0 */
	opacity: 0; /* Fades out */
}

#settings
{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 11%;
	position: absolute;
}
#colors
{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 16%;
	position: absolute 
} 
#audio
{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 21%;
	position: absolute;
} 
#monitor
{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 26%;
	position: absolute;
} 
#blocked
{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 30%;
	visibility: hidden;
	position: absolute;
} 
#searchtext
{
	border: 1px solid #848484;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	outline: 0;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 3px;
	margin-bottom: 4px;
	margin-left: 32%;
	width: 10%;
	position: absolute;
} 
#searchbutton
{
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 45%;
	position: absolute;
} 
#list
{
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 50%;
	width: 11%;
	position: absolute;
}
#info
{
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 60%;
	position: absolute;
}
#users
{
	right: 200px;
	width: 80px;
	position: absolute;
} 
#userimg
{
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 20px;
	position: absolute;
} 
#usercount
{
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 50px;
	color: lightgray;
	position: absolute;
} 
#logo
{
	margin-top: 5px;
	margin-bottom: 3px;
	right: 50px;
	position: absolute;
}
#telegram_logo
{
	margin-top: 2px;
	position: absolute;
	right: 5px;
}
#feestdagen
{
	position: fixed;
	top: 35px;
	right: 5px;
}
#copyright : link { color: #3cf; }
#copyright : visited { color: #0ff; }
#copyright : hover { color: #0ff; }
#copyright : active { color: #0ff; }
#copyright
{
	font-family: Verdana, arial, helvetica, serif;
	font-size: 9px;
	color: #ff3;
	text-align: center;
} 
#phptime
{
	font-family: Verdana, arial, helvetica, serif;
	font-size: 9px;
	color: #ff3;
	text-align: center;
}
#error
{
	margin-top: 3px;
	margin-bottom: 3px;
	right: 300px;
	visibility: hidden;
	position: absolute;
} 
#sysmessage
{
	position: fixed;
	bottom: 10px;
	left: 10%;
	width: 80%;
	height: 18px;
	color: #fff;
	background: #223;
	visibility: hidden;
	text-align: center;
	font-weight: bold;
	padding: 9px 
}

.new
{
	background-color: #333;
}

#airborne, #airborne a: link
{
	color: gold;
}

.collapsible
{
	background-color: #555;
	cursor: pointer;
}

.active, .collapsible: hover
{
	background-color: #777;
}
.collapsible_content
{
	display: none;
	overflow: hidden;
	background-color: #555;
}

.loading
{
	text-align: center;
	color: yellow;
}

.extra_location
{
	font-size: 9px;
	text-align: center;
	font-weight: bold;
}

h1
{
	color: white;
}

.progress-bar
{
	position: fixed;
	top: 0; /* Align to the top of the page */
	left: 0; /* Align to the left */
	height: 3px; /* Height of the progress bar */
	width: 100%; /* Start fully filled */
	background-color: black; /* Start color is black */
	transition: width 0.1s linear, background-color 0.1s linear; /* Smooth transition for both width and color */
	z-index: 9999; /* Ensure it’s on top */
}

.new-messages
{
	display: flex; /* Use flexbox for layout */
	align-items: center; /* Center vertically */
	justify-content: center; /* Center horizontally */
	position: relative; /* Position relative for the line */
	padding-top: 10px;
	color: #eee;
	text-shadow: 1px 1px 2px black;
	font-weight: bold;
}
.newmsg-line
{
	flex-grow: 1; /* Line takes remaining space */
	border-top: 2px solid #ddd; /* Line style */
	margin: 0; /* Remove margin */
}
.new-messages span
{
	padding: 2px 10px; /* Space around the text */
	margin-bottom: 19px;
	background: red; /* Optional: background color */
	border: 2px solid #ddd; /* Line style */
	border-radius: 5px 5px 0 0;
}

.notification
{
	position: fixed;
	right: 50%; /* Center horizontally */
	top: 25%; /* Center vertically */
	transform: translate(-50%, -50%); /* Offset the width and height to truly center */
	background-color: red; /* Red background color */
	color: white; /* White text color */
	font-size: 20px; /* Set your desired font size */
	font-weight: bold;
	border: 3px solid yellow; /* Yellow border */
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	z-index: 1000;
}
#notification
{
	transform: scale(0); /* Start at scale 0 */
	transition: transform 1s ease, opacity 1s ease; /* Transition for scaling and fading out */
}
#notification.hidden
{
	display: none; /* Hide the element; ensure to set this in CSS */
}
#notification.visible
{
	display: block; /* Show the element when it's visible */
	opacity: 1; /* Ensure the opacity is full when visible */
}
