/* DATEI: stylesheet.css */
HTML {
	scroll-behavior: smooth;
	}

BODY {
    font-family: "Verdana", "Tahoma", "Arial", "Helvetica";
    font-size: 10pt;
    color: #000000;
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
	overflow-y: scroll; //show vertical scrollbars because of animations
	-webkit-print-color-adjust: exact; //print background colors
	print-color-adjust: exact;
    }

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;
}

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;
}

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

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;
}

.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 {
	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;
	}
	.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;
	}
}




