* {
	/*font-family: MuseoSans, Calibri, Source Sans Pro, Helvetica Neue, Arial, Sans-serif;*/
	/*font-family: 'Segoe UI', 'Lucida Grande','Ubuntu','sans-serif';*/
	font-family: 'Segoe UI', 'Lucida Grande','Ubuntu','sans-serif';
	/*background-color: #fff;*/
    /*color: #444;*/
	font-kerning: auto;
	font-style: normal;
	font-size: 1em;
	/*font-weight: 500;*/
	letter-spacing: 0em;
	/*line-height: 1.5em;*/
	/*text-align: left;*/
	text-decoration: none;
	text-transform: none;
	word-spacing: 0em;
}

a {
	color: black;
}

.toolbar {
	float: left;
}


/* unvisited link */
a:link {
    color: #183990;
    text-decoration: underline;
	font-weight: 600;
}

/* visited link */
a:visited {
    color: black;
	text-decoration: underline;
	font-weight: 600;
}

/* mouse over link */
a:hover {
    color: #bc1717;
    text-decoration: underline;
	font-weight: 600;
}

/* selected link */
a:active {
    color: #00ff00;
    text-decoration: underline;
	font-weight: 600;
}



input, textarea {
	border-style: solid;
	padding: 3px;
	border-width: 1px;
	border-radius: 3px;
	border-color: #c7c7c7;
	color: #2c2c2c;
}


input[type=submit] {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.3em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  color: black;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e2e2e2;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  text-decoration: none;
  outline: none;
  box-shadow: inset 1px 1px 3px #999999;  
}

input[type=submit]:hover {
  border: 1px solid #666;
  background-color: #e0e0e0;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
  box-shadow: 2px 2px 4px #999999;  
}


input:focus, textarea:focus {
	/*outline: none;*/
	background-color: #fcfcfc;
	color: #444;
	outline: 0;
	border: 2px solid #95D2DF;
	/*RK-webkit-box-shadow: 0 0 5px 4px rgba(36, 184, 194, 0.10);
	-moz-box-shadow: 0 0 5px 4px rgba(36, 184, 194, 0.10);
	box-shadow: 0 0 5px 4px rgba(36, 184, 194, 0.10);
	-webkit-box-shadow: 0px 4px 10px 4px #999;
	-moz-box-shadow: 0px 4px 10px 4px #999;
	box-shadow: 0px 4px 10px 4px #999;*/
}

button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.3em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  font-weight: 600;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e2e2e2;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  text-decoration: none;
  outline: none;
  box-shadow: inset 1px 1px 3px #999999;
}


button:hover {
  border: 1px solid #666;
  background-color: #e0e0e0;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
  box-shadow: 2px 2px 4px #999999; 
}

button.win7 {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.3em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e2e2e2;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  text-decoration: none;
  outline: none;
  box-shadow: inset 0px 0px 0px #999999;
}


/*button.win7 span {
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999;
	padding: 0;
	background-color: #e9e9e9;
	background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
	background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
	background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
	background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
	background-image: linear-gradient(top, white 0%, #e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		StartColorStr='white', EndColorStr='#e9e9e9');
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}*/

/*button.win7 span span {
	border: 1px solid #fff;
	padding: 3px;
}*/

button.linked {
  background: none;
  border: none;
  padding: 0;
  width: 250px;
  /*text-align: center;*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.3em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  color: black;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e2e2e2;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  text-decoration: none;
  outline: none;
  box-shadow: inset 0px 0px 0px #999999;
}

button.linked:HOVER{
	cursor: pointer;
	box-shadow: 1px 1px 3px #999999;	
}

/*button.linked span {
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	background-color: #D7E0F9;
	background-image: -webkit-linear-gradient(top, white 0%, #D7E0F9 100%);
	background-image: -moz-linear-gradient(top, white 0%, #D7E0F9 100%);
	background-image: -ms-linear-gradient(top, white 0%, #D7E0F9 100%);
	background-image: -o-linear-gradient(top, white 0%, #D7E0F9 100%);
	background-image: linear-gradient(top, white 0%, #D7E0F9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		StartColorStr='white', EndColorStr='#D7E0F9');
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}*/

/*button.linked span span {
	border: 1px solid #fff;
	padding: 3px;
}*/

select {
	background: linear-gradient(45deg, transparent 50%, black 50%),
		linear-gradient(135deg, black 50%, transparent 50%),
		linear-gradient(to right, #F0F0F0, #F0F0F0);
	background-position: calc(100% - 16px) calc(0.6em + 2px),
		calc(100% - 11px) calc(0.6em + 2px), 100% 0;
	background-size: 5px 4px, 5px 4px, 2em 2em;
	background-repeat: no-repeat;
	border: thin solid #c7c7c7;
	font: 300 1em/100% "Helvetica Neue", Arial, sans-serif;
	line-height: 1.5em;
	padding: 0.1em 2.0em 0.1em 0.1em;
	border-radius: 3px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #4770E5;
}

a.topline {
	color: #FFFFFF;
	text-decoration: none;
	/*background-color: #508200;*/
	padding: 3px;
	font-size: 0.9em;
}

a.topline:hover {
	color: white;
	text-shadow: 0 0 0px white, 0 0 0px white;
	padding: 3px;
	/*padding: 8px;*/
	background-color: #4D79F0;
	font-size: 0.9em;
}

a.navbar {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	/*background-color: #183990;*/
	padding: 3px;
}

a.navbar:hover, h1.title {
	color: white;
	text-shadow: 0 0 0px white, 0 0 0px white;
	padding: 3px;
	/*padding: 8px;*/
	background-color: #4D79F0;
}

a.navbar:active, h1.title {
	color: white;
	text-shadow: 0 0 0px white, 0 0 0px white;
	padding: 3px;
	/*padding: 8px;*/
	background-color: #4D79F0;
}


.toptaas_tooltip {
	font-size: 0.9em;
	background-color: #eeff8c;
	display: inline-block;
	border-radius: 5px;
	padding: 8px;
	-webkit-box-shadow: 12px 12px 15px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 12px 12px 15px 1px rgba(0,0,0,0.4);
	box-shadow: 12px 12px 15px 1px rgba(0,0,0,0.4);
	/*position: absolute;
	z-index: 100;*/		
}





a.topnavbar {
	color: #FFFFFF;
	display: block;
	/*background-color: #183990;*/
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.1em;
	height: 24px;
}

a.topnavbar:hover {
	/*RK color: black;*/
	color: #bc1717;
	text-shadow: 0 0 0px white, 0 0 0px white;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	/*padding: 8px;*/
	/*RK:background-color: #D7E0F9;*/
	background-color: white;
	border-radius: 3px;
	vertical-align: middle;
}

a.startopti {
	color: #000000;
	/*background-color: #183990;*/
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 0.9em;
}

a.startopti:hover {
	color: black;
	text-shadow: 0 0 0px white, 0 0 0px white;
	padding-top: 3px;
	padding-bottom: 3px;
	/*padding: 8px;*/
	background-color: #D7E0F9;
	border-radius: 3px;
}

nav div.unselected {
	padding: 3px;
}

nav div.selected {
	font: bold;
	padding: 3px;
	background-color: #4D79F0;
}

table.dataTable tbody tr.selected {
	background-color: rgb(215, 224, 249) !important;
}

.menu_text {
	color: #FFFFFF;
}

.menu_area {
	/*position: fixed;*/
	margin: 0px;
	margin-top: 33px;
	/*float: left;*/
	width: 152px;
	/*height: 100%;*/
	/*top: 30px;*/
	padding-top: 0px;
	background-color: #1D1D1D;
	z-index: 10;
	justify-content: flex-start;
	-ms-flex-pack: start;
}

.top_line {
	position: fixed;
	vertical-align: middle;
	color: white;
	/*text-align: right;*/
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	/*width: 100%;*/
	height: 36px;
	background-color: #4770E5;
	z-index: 2;
}

.top_line1 {
	position: absolute;
	vertical-align: middle;
	color: white;
	/*text-align: right;*/
	top: 0;
	margin: 0px;
	padding: 0px;
	height: 36px;
	right: 5px;
	z-index: 2;
	background-color: #4770E5;
}

.title {
	float: left;
	width: 150px;
	text-align: center;
	z-index: 4;
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	/*padding-bottom:3px;*/
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 0px;
	background-color: #4770E5;
	border-color: white;
}

#map_container_top, div.map_container_top {
	position: fixed;
	width: 100%;
	height: 300px;
	left: 0px;
	top: 0px;
	margin-left: 10px;
	padding-right: 20px;
	padding-top: 42px;
	/*margin-left: 155px;*/
	display: none;
	z-index: 1;
	box-sizing: border-box;
}

.title_version {
	margin: 0px;
	padding: 0px;
	width: 150px;
	text-align: center;
	z-index: 1;
	color: #AAAAAA;
	font-size: 0.7em;
	font-weight: normal;
}

.imgtitle {
	margin: 0px;
	padding: 0px;
}

.context {
	vertical-align: middle;
	float: left;
	text-align: left;
	z-index: 3;
	color: white;
	margin: 2px;
	padding-left: 5px;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 4px;
	height: 25px;
	overflow: hidden;
}

#name.confvalue_name {
	font-size: 1.0em;
	font-weight: bold;
}

#TopMenu, div.TopMenu {
	height: 70%;
	vertical-align: middle;
	float: right;
	text-align: left;
	z-index: 2;
	color: white;
	margin: 2px;
	padding-left: 5px;
	font-size: 0.9em;
}

span.topMenuItem {
	float: left;
	padding-left: 2px;
	padding-right: 2px;
}

.loginuser {
	vertical-align: middle;
	float: right;
	text-align: left;
	margin: 2px;
	padding-right: 5px;
	z-index: 2;
	color: #FFF;
	font-size: 1.1em;
	padding-top: 3px;
}

.back_button {
	float: left;
	z-index: 4;
	vertical-align: middle;
	padding-top: 0px;
	padding-left: 5px;
}

.progressbar {
	float: left;
	width: 200px;
	vertical-align: middle;
	text-align: left;
	z-index: 4;
	color: white;
	font-size: 1.1em;
	padding-top: 3px;
	padding-left: 0px;
	margin: 2px;
	background-color: #4770E5;
}

.progress {
	text-align: left;
	z-index: 3;
	color: white;
	font-size: 1.1em;
}

.work_area {
	margin-top: 42px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 4px;
	padding-top: 5px;
	padding-right: 5px;
	/*position: absolute;*/
	/*float: left;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*top: 34px;*/
	/*left: 155px;*/
	overflow: auto;
	width: 100%;
	/*height: 100%;*/
	background-color: #FFFFFF;
	border-radius: 3px;
	-moz-box-shadow: 5px 7px 5px 0px #3F4247;
	-webkit-box-shadow: 5px 7px 5px 0px #3F4247;
	box-shadow: 5px 7px 5px 0px #3F4247;
}

.dialog_area {
	background-color: #FFFFFF;
	/* fallback falls bild nicht geht */
	/*background-image: url('../img/toptaas_dlg.jpg');*/
	background-size: cover;
	background-repeat: no-repeat;
    min-height: 100%;
	margin: 0px;
	padding: 0px;
	height:100%;
	font-size: 1.1em;
	font-weight: bold;
}
	
}

.dialog_smlarea {
	margin: 10%;
	padding: 0%;
	background-color: #FFFFFF;
	height:80%;
}

.centered {
	/*display: inline-block;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	background-color: rgb(215, 224, 249);
	padding: 3px;
	/*+box-shadow: 5px 7px 5px 0px #2B4611;*/
	-moz-box-shadow: 5px 7px 5px 0px #3F4247;
	-webkit-box-shadow: 5px 7px 5px 0px #3F4247;
	box-shadow: 5px 7px 5px 0px #3F4247;
}

#result {
	float: left;
	z-index: 1;
	width: 48%;
	height: 100%;
}

#divOpti {
	height: 100%;
}

#map_result {
	float: left;
	z-index: 2;
	min-width: 300px;
	width: 49%;
	height: 600px;
	padding-left: 3px;
}

table.opti td {
	vertical-align: top;
}

td.details-control {
	background: url('../media/images/details_open.png') no-repeat center
		center;
	cursor: pointer;
}

tr.shown td.details-control {
	background: url('../media/images/details_close.png') no-repeat center
		center;
}

.column_align {
	text-align: left;
}

.info_background {
	background-image: url('../img/kartenhintergrund3.png');
	background-size: cover;
}

.background {
	padding-left: 4em;
	padding-top: 1em;
	padding-right: 4em;
	font-size: large;
}

.apetito_background {
	/*opacity: .4;*/
	background-color: #FFFFFF;
	/* fallback falls bild nicht geht */
	background-image: url('../img/apetito.jpg');
	background-size: cover;
	background-repeat: no-repeat;
    min-height: 100%;
	margin: 0px;
	padding: 0px;
	height:100%;
	font-size: 1.1em;
	font-weight: bold;
}

.apetito_info {
	display: table;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 40em;
	padding-left: 4em;
	padding-top: 5em;
	padding-right: 4em;
	font-size: large;
	font-weight: bold;
}

/*Fullscreen Karten funktionieren mit den Standardeinstellung
 nicht in allen Browsern*/
.map:-webkit-full-screen {
	height: 100%;
	width: 100%;
}

.map:-moz-full-screen {
	height: 100%;
	width: 100%;
}

.map:-ms-fullscreen {
	height: 100%;
	width: 100%;
}

.map:fullscreen {
	height: 100%;
	width: 100%;
}

div.ui-widget-header {
	border: 1px solid #4770E5;
	background: #4770E5 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png")
		50% 50% repeat-x;
}

.hinweisClass .ui-dialog .ui-dialog-titlebar{
    
    color:green;
    
}

.hinweisClass .ui-button-text{
    font-size: 1em; 
    padding-left:5px;
    padding-right:5px;
    padding-top:0px;
    padding-bottom:0px;
    color:black;
}

.hinweisClass .ui-dialog-buttonpane {
    margin: 0px;
    padding: 0px;
    color:black;
}

.hinweisClass .ui-dialog-buttonpane button{
    margin: 0px;
    color:black;
    
}

body.example {
	background-color: white;
	height:auto;
}

pre.example {
	background-color: white;
}


table.example {
	width: 100%;
	border-collapse:collapse;
}

tr.example {
	vertical-align: top;
}

h1.example {
	font-size: x-large;
}

.example.col1 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color:white;
	background-color: #4770E5;
}

.example.col2 {
padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	padding-left: 30px;
}

th.csvimport{
	text-align: left;
}

th span.qualif_station{
	display:block;
	border-left:1px solid black;
	padding-left:3px;
}

apetito_pic{
    background:url('img/apetito.jpg') center center no-repeat;
	/* The Magic */
	background-size:cover;
    /* Ensure the html element always takes up the full height of the browser window */
    min-height:100%;
}