/* 	AVA Template 
*	
*	Version 1.0
*	
*	Nick Rüdlinger
*


*/

/* ****** Globale Einstellungen ****** */
html, body {
	font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans,
		Helvetica Neue, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	background: #ffffff;
}

.ui-datepicker {
	width: 220px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

p.justify {
	text-align: justify;
}

/* ::selection {
  background: rgb(0, 80, 40); // WebKit/Blink Browsers
  color: #fff;
}
::-moz-selection {
  background: rgb(0, 80, 40); //  Gecko Browsers 
  color: #fff;
} */
.ui-datepicker table {
	width: 220px;
}

.ui-datepicker table td {
	text-align: center;
	background: #fff;
}

.ui-datepicker table td:hover {
	color: #000;
	background: rgb(218, 233, 223);
}

select.ui-datepicker-year {
	width: 40px;
	text-align: center;
}

select.ui-datepicker-month {
	width: 100px;
	text-align: left;
}

.ui-datepicker table td a {
	color: rgb(0, 80, 40);
}

.ui-datepicker table td:hover a {
	color: #000;
}

.ui-datepicker table td a:hover {
	color: #000;
	text-decoration: none;
}

.ui-datepicker a {
	cursor: pointer;
	text-decoration: none;
}

.ui-datepicker-header {
	background: #fff;
}

.ui-datepicker-prev {
	background: #fff;
}

.ui-datepicker-next {
	background: #fff;
	float: right;
}

.ui-datepicker-title {
	text-align: center;
	font-weight: normal;
	background: #fff;
}

/* ****** Überschriften ****** */
h1 {
	
}

h2 {
	
}

h3 {
	
}

/* ****** Header ****** */
div.header {
	position: relative;
	display: block;
	margin: auto;
	background: #fff;
	width: 100%;
	max-width: 1000px;
	min-width: 630px;
	height: 75px;
}

a.title {
	position: relative;
	color: rgb(0, 80, 40);
	font-weight: bold;
	font-size: 20px;
	z-index: 1002;
}

a.link:link, a.link:visited {
	color: rgb(0, 80, 40);
	text-decoration: none;
}

a.link:hover {
	text-decoration: underline;
}

a#verybig {
	font-size: 40px;
}

a#verybiglight {
	font-size: 40px;
	color: #ff0000;
	padding-left: 5px;
	padding-right: 5px;
}

#logo {
	position: relative;
	width: 250px;
	float: right;
	z-index: 1002;
}

img#graph_1 {
	width: 100%;
}

canvas#chart {
	width: 100%;
	max-height: 400px;
}

/* ****** Footer ****** */
div.footer {
	display: block;
	margin: auto;
	background: #fff;
	width: 100%;
	max-width: 1000px;
	min-width: 630px;
	height: 70px;
	text-align: center;
}

div#footer_text {
	margin-top: 30px;
}

/* ****** Input_Form ****** */
div.input_form, div.output_table {
	display: block;
	margin: auto;
	background: #fff;
	width: 100%;
	max-width: 1000px;
	min-width: 630px;
}

/* ** Table ** */
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table tr th {
	background: rgb(0, 80, 40);
	color: rgb(255, 255, 255);
	text-align: left;
}

table tr th.bold {
	text-transform: uppercase;
	padding-left: 5px;
}

table tr td {
	padding: 0;
	margin: 0;
	/*border: 2px solid #fff;*/
	min-width: 20px;
	height: 32px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

table tr td.gray {
	background: rgb(255, 255, 255);
}

p.bold {
	font-weight: bold;
}

table tr td[class*='bold'] {
	font-weight: bold;
}

table tr td.small {
	font-size: 12px;
}

table.input_table tr td.small#left {
	float: rigth;
}

table tr[class*='border_bottom'] {
	border-bottom: 1px solid rgb(180, 180, 180);
}

table tr td#button_row {
	height: 40px;
}

/* ** Select Boxes ** */
select { /*Default*/
	font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans,
		Helvetica Neue, Arial, sans-serif;
	font-size: 14px;
	background: rgb(181, 210, 192);
	border: none;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: block;
	width: 99%;
	height: 22px;
	padding-left: 4px;
}

select::-ms-expand {
	display: none;
}

select option {
	height: 22px;
	border: none;
}

select:activ, :hover {
	outline-color: rgb(172, 202, 184);
}

select:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: 0 0 5px rgba(172, 202, 184, 1);
	border: 1px solid rgba(172, 202, 184, 1);
	height: 22px;
}

select.short {
	max-width: 60px;
	float: right;
}

/* ** Text Felder ** */
input {
	font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans,
		Helvetica Neue, Arial, sans-serif;
	font-size: 14px;
	background: rgb(181, 210, 192);
	border: none;
	height: 22px;
	width: 98%;
	appearance: block;
	text-indent: 5px;
	padding-right: 5px;
}

input[class*='green_light'] {
	background: rgb(218, 233, 223);
}

input:focus {
	outline: none;
	outline-style: none;
	box-shadow: none;
	border-color: transparent;
	box-shadow: 0 0 5px rgba(172, 202, 184, 1);
	/*padding: 3px 0px 3px 3px;
  	margin: 5px 1px 3px 0px;*/
	border: 1px solid rgba(172, 202, 184, 1);
	height: 22px;
}

input[class*='short'] {
	max-width: 60px;
	float: right;
	text-align: center;
}

input[class*='bold'] {
	font-weight: bold;
}

input[class*='output'] {
	background: rgb(242, 242, 242);
}

input[class*='cur'] {
	width: 98%;
	text-align: right;
	text-indent-right: 5px;
}

input.cur_error {
	border: 1px solid #ff0000;
}

input.date_error {
	border: 1px solid #ff0000;
}

span.fr {
	background: rgb(220, 220, 220);
	width: 58%;
	height: 38px;
	font-size: 14px;
}

/* ** Range Slider ** */
input[type=range] {
	/*-webkit-appearance: none;*/
	background: rgb(255, 255, 255);
	max-height: 22px;
}

input[type=range]::-ms-fill-lower {
	background: rgb(0, 80, 40);
}

input:disabled {
	color: rgb(70, 70, 70);
}

select:disabled {
	color: rgb(70, 70, 70);
}

.tooltip {
	background-color: #000;
	border: 1px solid #fff;
	padding: 10px 15px;
	width: 200px;
	display: none;
	color: #fff;
	text-align: left;
	font-size: 12px;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.1em 1em;
	text-transform: uppercase;
	font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans,
		Helvetica Neue, Arial, sans-serif;
	font-size: 16px;
	background: rgb(0, 80, 40);
	color: #fff;
	border: none;
	margin-left: 5px;
}

button:hover {
	background: #fff;
	color: rgb(0, 80, 40);
	/*border: 3px solid rgb(0, 80, 40);*/
}

button:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#ava_slider {
	margin-left: 20px;
	margin-right: 5px;
}

.tickLabel {
	font-size: 16px;
	font-weight: normal;
	font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans,
		Helvetica Neue, Arial, sans-serif;
}

img#legend_img {
	width: 30px;
	height: 20px;
	padding-top: 3px;
}

img#var {
	width: 50px;
	height: 20px;
}

a#textbuttons {
	float: right;
	margin-right: 20px;
	font-weight: bold;
}

#hideit {
	display: none;
}

.vp2 {
	display: none;
}

div#infobox {
	background: rgb(218, 233, 223);
	z-index: 1000;
	position: absolute;
	display: none;
	width: 250px;
	height: 140px;
	font-size: 14px;
	text-align: center;
	horizontal-align: center;
	border: 1px solid #333;
	padding: 3px;
	visible: none;
}

div#infobox2 {
	background: rgb(218, 233, 223);
	z-index: 1000;
	position: absolute;
	display: block;
	width: 250px;
	height: 140px;
	font-size: 14px;
	text-align: center;
	horizontal-align: center;
	border: 1px solid #333;
	padding: 3px;
}

div.infoSelect {
	clear: both;
}

div.error {
	padding: 10px;
	display: block;
	background: #ffecec;
	border: 1px solid #f5aca6;
	height: 50px;
	color: #d94e4e;
}

div.info {
	padding: 10px;
	display: block;
	background: #e9ffd9;
	border: 1px solid #a6ca8a;
	min-height: 50px;
	color: rgb(0, 80, 40);
}

td#button_row {
	text-align: center;
}

button#simbtn {
	float: center;
}

button#reset_btn {
	float: right;
	font-size: 14px;
}

button#hilfe {
	float: right;
	font-size: 14px;
}

input.dissub:disabled {
	color: #000;
}

p.header {
	
}

button#logout {
	position: absolute;
	padding: 0.0em 0.1em;
	font-size: 14px;
	bottom: 2px;
	right: 0px;
	z-index: 999999;
}

.introjs-helperNumberLayer {
	background: rgb(0, 80, 40);
}

/********************************************************************************************* 
input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
/* background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
/*border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/

/*   color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}
*/