/* DATEI: stylesheet.css */
HTML {
	scroll-behavior: smooth;
	overflow-y: scroll; /* always show vertical scrollbar, otherwise the centered layout shifts when the scrollbar is shown */
	}

BODY {
    font-family: "Verdana", "Tahoma", "Arial", "Helvetica";
    font-size: 10pt;
    color: #000000;
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;

    }

P {
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica";
    font-size: 10pt;
    color: #000000;
    padding: 5px;
    margin: 0px;
	}
	
DIV.error {
	color: white;
	font-weight: bold;
	padding: 10px;
	margin: 15px 0px 15px 0px;
	border-radius: 5px;
	background-color: #FD5353;
}

DIV.success {
	color: white;
	font-weight: bold;
	padding: 10px;
	margin: 15px 0px 15px 0px;
	border-radius: 5px;
	background-color: #4BB14E;
}

DIV.message {
	color: black;
	padding: 10px;
	margin: 15px 0px 15px 0px;
	border-radius: 5px;
	background-color: #FFFF99;
	border: 1px solid #FFCC00;
}

DIV.footnote {
	color: black;
	padding: 10px;
	margin: 15px 0px 15px 0px;
	border-radius: 5px;
	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;
	font-size: 8pt;
}

DIV.link {
	width: 300px;
	color: black;
	padding: 10px;
	margin: 15px 0px 15px 0px;
	border-radius: 5px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

h1 {
    color: #04334D;  
    font-size: 14pt;
    font-weight: bold;
	margin-top: 15px;
}

h2 {
    font-weight: bold;
    font-size: 11pt;
    margin: 20px 0px 5px 0px;
	padding: 5px;
}

h2::before {
  content: "";              /* Needed for pseudo-element */
  display: inline-block;    /* Make it a box */
  width: 14px;              /* Square size */
  height: 14px;
  background-color: #1394CD;    /* Change color as needed */
  margin-right: 8px;        /* Space between box and text */
  vertical-align: middle;   /* Align with text */
  border-radius: 3px; /* round corners */
}

h2.white::before {
  content: "";              /* Needed for pseudo-element */
  display: inline-block;    /* Make it a box */
  width: 14px;              /* Square size */
  height: 14px;
  background-color: #FFFFFF;    /* Change color as needed */
  margin-right: 8px;        /* Space between box and text */
  vertical-align: middle;   /* Align with text */
  border-radius: 3px; /* round corners */
}


h3 {
	color: #1394CD;
    font-weight: bold;
    font-size: 11pt;
    margin: 20px 0px 5px 0px;
	padding: 5px;
}


A:link {
    color: #666666;
    text-decoration: underline;
    }

A:visited {
    color: #666666;
    text-decoration: underline;
    }
    
A:hover {
    color: #000000;
    text-decoration: underline;
    }

A:active {
    color: #000000;
    text-decoration: underline;
    }

.messageOK {
	width: 350px;
	background:#4BB14E;
	color: white;
	font-size: 11pt;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	padding: 5px;
	border-radius: 10px;
}

.user {
	width: 150px;
	padding: 5px;
	margin-right: 25px;
	border-bottom: 5px solid white;
	border-radius: 5px;
	font-size: 8pt;
	text-align: left;
}

.menu {
	display: block;
	width: 175px;
	text-decoration: none;
	padding: 5px;
	margin-right: 25px;
	border-right: 5px solid #0099CC;
	border-bottom: 5px solid white;
	background-color: #EBEBEB;
	border-radius: 5px;
	color: black;
	cursor: pointer;
	text-align: right;
}

.menu:link {	border-right: 5px solid #0099CC;	background-color: #EBEBEB;	text-decoration: none;	color: black;    }
.menu:visited {	border-right: 5px solid #0099CC;	background-color: #EBEBEB;	text-decoration: none;	color: black;    }
.menu:hover {	border-right: 5px solid #003366;	background-color: #FFFFFF;	text-decoration: none;	color: black;    }
.menu:active {	border-right: 5px solid #003366;	background-color: #FFFFFF;	text-decoration: none;	color: black;    }

.usermenu {
	display: block;
	width: 100%px;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
	color: black;
	cursor: pointer;
	text-align: right;
}

.usermenu:link {	text-decoration: none;	color: black;    }
.usermenu:visited {	text-decoration: none;	color: black;    }
.usermenu:hover {	background-color: #FFFFFF;	text-decoration: none;	color: black;    }
.usermenu:active {	background-color: #FFFFFF;	text-decoration: none;	color: black;    }

.itineraryTileContainer {
	border: 1px solid #ECECEC;
	border-radius: 5px;
	cursor: pointer; 
	background-color: #ECECEC;
	padding-left: 10px;
}

.itineraryTileContainer:hover {
	border: 1px solid #999999;
	background-color: white;
}

div.tilewrapper {
	display: inline-block;
	vertical-align: bottom;
	width: 28px;
}

div.tilecounter {
	font-size: 8px;
	width: 26px;
	text-align: right;
	margin-bottom: -4px;
	padding-right: 5px;
	font-weight: bold;
	color: #666666;
}

.help-icon {
  display: inline-block;
  margin-left: 4px;
  background: #ccc;
  color: #000;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  cursor: help;
}
.tooltiptext {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 10;
}
.tooltiptext a {
  color: #fff;  			/* make hyperlinks white inside the tooltip */
  text-decoration: underline; 
}
.tooltip-bridge {         /* Transparent bridge that fills the gap between the help-icon and the tooltiptext, so that the user can hover and click on links inside the tooltip */
  position: absolute;
  bottom: 100%;           /* sits between icon and tooltip */
  left: 0;
  width: 100%;
  height: 20px;           /* adjust to cover the gap */
  background: transparent;
}
.help-wrapper {
  position: relative;
  display: inline-block;
}
.help-wrapper:hover .tooltiptext, .tooltiptext:hover, .tooltip-bridge:hover {   /* keep tooltip open on hover on all 3 elements */
  visibility: visible;
  opacity: 1;
}

INPUT, SELECT, TEXTAREA, BUTTON {
    border: 1px solid #04334D;
    font-size: 11pt;
    color: #04334D;
    font-family: "verdana";
    background-color: #CDF3FF;
	border-radius: 3px;
    }
	
div.pqRowWrap {
	padding-bottom: 6px;
	vertical-align: middle;
}

input.pqRadio {
	display: inline-block;
	vertical-align: middle;
}

div.pqLabel {
	display: inline-block;
	vertical-align: middle;
}

img.pqIcon {
	display: inline-block;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 8px;
	width: 20px;
	height: 20px;
}

.badge {
	background-color: red;
	color: white;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	font-weight: bold;
	text-shadow:
	-1px -1px 0 red,
	 1px -1px 0 red,
	-1px  1px 0 red,
	 1px  1px 0 red;
}

.headerBadge {
	display: none;
	float: right; 
	width: 25px; 
	height: 25px; 
	margin: 10px; 
	cursor: pointer; 
	background-color: red; 
	color: white; 
	border-radius: 50%; 
	font-size: 12px; 
	font-weight: bold; 
	justify-content: center; 
	align-items: center;
}

.mobileMenuPane {
	background-color: white;
	color: black;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	border: 0px;
	border-radius: 5px;
	max-height: 0px;
}

.mobileMenuButton {
	display: none;
}

@media print {
   .noPrint {
	  display: none !important;
   }
   .fullSize {
	  margin-left: 0px !important;
	  width: 950px !important;
   }
}

#sideNav {
  display: block;
}

#contentFrame {
	margin-left: 210px;
}

#mainFrame {
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

.menuBlock, .logoBlock {
	display: block;
	vertical-align: top;
	margin-right: 15px;
	border-radius: 5px; 
	padding: 5px 0px 5px 6px;
}

/* On screens that are 1100px wide or less */
@media screen and (max-width: 1100px) {
	#sideNav {
		display: none;
	}
	#contentFrame {
		margin-left: 50px;
	}
	#mainFrame {
		width: 850px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.mobileMenuButton {
		display: block;
	}
	.menuBlock {
		display: inline-block;
		margin-right: 5px;
		height: 250px;
	}
	.logoBlock {
		display: none;
	}
	.menu {
		display: inline-block;
		margin-right: 5px;
		font-weight: bold;
	}
	.user {
		display: inline-block;
		margin-right: 5px;
		font-weight: bold;
	}
}

/* On screens that are 900px wide or less */
@media screen and (max-width: 900px) {
	#contentFrame {
		margin-left: 20px;
	}
}




