html, body {
    max-width: 100%;
/*    overflow-x: hidden;*/
}
*{
	margin: 0px;
	padding: 0px;
}

header, nav, footer, aside, section {
    display: block;
    font:18px Arial;
}

hr {
	height:6px;
	background-color: #e29111;
	border: 0.1px solid black;

}

header {
	width: 100%;
	margin: 0 auto;
	height: 250px;
	list-style: none;
	position: relative;
}
#configmenu1 {

	float: left;
	display: block;
	visibility: hidden;
	position: relative;
	top: 15px;
	left: 628px;
	opacity: 0;
	border-radius: 0 0 5px 5px;
	transition: opacity 1s, visibility 1s ;
	width: 0px;
	height: 500px;
}
#startpageconf_lists {
	min-height:100px;
	margin-left:210px;
}
#adminmenu1 {
	float: left;
        display: block;
        visibility: hidden;
        position: relative;
        top: 15px;
        left: 722px;
        opacity: 0;
        border-radius: 20px 0 5px 5px;
        transition: opacity 1s, visibility 1s ;
        width: 0px;
	height: 0px;
}
li {
	list-style: none;
	height: 30px;
        border-radius: 0 0 5px 5px;
        transition: opacity 1s ease 1s;
        margin: 0;
}
li a {
	display: block;
	list-style: none;
	float: left;
}
header #logo {
	height: 105px;
	margin: 10px;
	position: relative;
}
header #mainMenu1,
header #mainMenu2,
header #greyboxHeadMenu,
header #greyboxHead {
	width: 70px;
	vertical-align: top;
	position: relative;
	/*left: -210px;
}
header #mainMenu2,
header #mainMenu1,
header #greyboxHeadMenu {
	opacity: 0.7;
	transition: width 0.5s, transform 2s, opacity 0.5s;
        width: 70px;
        vertical-align: top;
}
#mainMenu2:hover,
#mainMenu1:hover,
#greyboxHeadMenu:hover {
	opacity: 1.0;
	transition: width 0.3s, opacity 0.5s;
	width: 80px;
}
#configmenu1:hover,
#mainMenu1:hover + #configmenu1 {
	display: block;
	visibility: visible;
	opacity: 1;
	overflow: visible;
	padding: 0;
	transition: opacity 1s, height 1s;
	height: 550px;
	width: 0px;
}

#adminmenu1:hover,
#mainMenu2:hover + #adminmenu1 {
        display: block;
        visibility: visible;
        opacity: 1;
        overflow: visible;
        padding: 0;
        transition: opacity 0.5s, height 1s;
        height: 550px;
        width: 0px;
}
#greyboxHeadMenu:active {
	transform: rotateY(360deg);
	transition: width 0.3s, transform 2s;
}
li a#widgetconf {
	background: url(bilder/widgetconf.png) no-repeat;
	background-size: 70px 70px;
	width: 75px;
	height: 75px;
        margin: 0;
}
li a#scenarioconf {
	background: url(bilder/scenarioconf.png) no-repeat;
        background-size: 70px 70px;
        width: 75px;
        height: 75px;
        margin: 0;
}

li a#startpageconf {
        background: url(bilder/startpageconf.png) no-repeat;
        background-size: 70px 70px;
        width: 75px;
        height: 75px;
        margin: 0;
}
li a#autoreportconf {
        background: url(bilder/autoreportconf.png) no-repeat;
        background-size: 70px 70px;
        width: 75px;
        height: 75px;
        margin: 0;
}
li a#dbconf {
        background: url(bilder/dbconf.png) no-repeat;
        background-size: 70px 70px;
        width: 75px;
        height: 75px;
        margin: 0;
}
li a#userconf {
        background: url(bilder/userconf.png) no-repeat;
        background-size: 70px 70px;
        width: 75px;
        height: 75px;
        margin: 0;
}


header #greyboxHead2 {
	width: 222px;
        vertical-align: top;
	horizontal-align: right;
	position: relative;
	/*left: 0px;*/
	/*top: -155px;*/
}
#wrapper {
	width: 1420px;
	margin: 0 auto;
}
section {
	height: auto;
	min-height: 300px;
	width: 1420px;
	float: left;*/
	margin: 0 auto;

}
#mainframe {
	margin-left: 230px;
	margin-right: 230px;
	height: 700px;

}
footer {
	float:left;
	margin-top: auto;
	width: 100%;
	position: relative;

}
/*
#scenarios {

	display: -webkit-box;
	box-orient: vertical;
}

.scenarioboxes_copy,
.scenarioboxes {*/
  /* basic styling */
/*  width: 1420px;
  height: 150px;
  font: 20px Arial;
  font-style: bold;
  color: rgb(206,126,0);
  margin: 50px 0px 0px 0px;
  padding: 0px;

  /* flexbox setup */
/*  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;

  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;


  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;

    box-pack: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-box-pack: center;

  box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-box-align: center;

  text-align:center;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -moz-align-items: center;
  
}
/*
.scenarioboxes_copy > a {
	background: rgb(190,190,190);
}
.scenarioboxes_copy > a,
 .scenarioboxes > a {
  color: rgb(206,126,0);
  transition: width 0.1s ease-out;
  transition: height 0.1s ease-out;
  border: 1px solid #555;
  border-radius: 10px;
  border-color: rgb(206,126,0);
  border-width: 3px;
  box-shadow: insert 10px 10px 50px 10px;
  margin: 10px;
  padding: 25px;
  height: 20px;
  width: 270px;
  text-decoration: none;
  display: block;
}

*/
/* our colors */
/*
.scenarioboxes > a:nth-child(1){  }
.scenarioboxes > a:nth-child(2){ }
.scenarioboxes > a:nth-child(3){ }
.scenarioboxes > a:nth-child(4){  }

.scenarioboxes_copy > a:hover,
.scenarioboxes > a:hover {
  width: 270px;
  height:20px;
  background : rgb(102,159,209);
}
#startpageconf_lists {
	width: 1420px;

	text-align: center;
	padding: 0px 0px 100px 73px;
}
#startpageconf_lists #available_szenarios, #startpageconf_lists #stored_szenarios {
    border: 1px solid #eee;
    width: 360px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    font: 20px Arial;
  font-style: bold;
  color: rgb(206,126,0);
  text-align: center;
}
#startpageconf_lists #available_szenarios li,#startpageconf_lists #stored_szenarios li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 20px;
    width: 340px;
    border: 1px solid #555;
  border-radius: 10px;
  border-color: rgb(206,126,0);
  border-width: 3px;
  text-align: center;
  background: white;
}
.connectedSortable {
	text-align: center;
	align: center;
}

#startpageconf_header {
	text-align: center;
        height: 130px;
	width: 1420px;
	min-height:130px;
}
#startpageconf_header img {
	margin: 50px 0px 0px 0px;
	padding: 0px 180px;
}
#dragndrop {
  width: 70px;
  height: 70px;
  float: left;
  text-align: center;
  vertical-align: center;
}

#editsymbols {
  text-align: center;
        height: 70px;
	padding: 0px;
}
*/
input[type="text"],
input[type="password"]
{
    font-size:20px;
	height:30px !important;
}

#user_language,
#user_level,
#sc_readableUserLevel,
#sc_writableUserLevel,
#userselect {
	font-size: 20px;
	width: 300px;
}
/* MARKUS*/
label > input{ /* HIDE RADIO */
  visibility: hidden;
}
label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
label > input:hover + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid gray;
}
label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid black;
}
label > img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
label > img:hover { /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid gray;
}
label > img:active { /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid black;
}
a img:hover {
  border:2px solid gray;
}
a img:active { /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid black;
}
a img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
div > select {
	border: 0 !important; /*Removes border*/
	-webkit-appearance: none; /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	appearance:none;
	text-indent: 1px; /* Removes default arrow from firefox*/
	text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
	border-radius: 5px;
	box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
	font:20px Arial;
	width: 100% !important;
	background: url(bilder/down_arrow_select.jpg) no-repeat right #ddd;
    	background-position: 100% 50%, 0 0 ! important;    
    	background-repeat: no-repeat;
    	background-size: 25px 25px;
    	border: none  ! important;    
    	outline : none !important;
    	display: inline-flex !important;
    	vertical-align: top;
	padding-top:4px;
        height: 30px !important;
}
@-moz-document url-prefix() {
    div > select {
        color: rgba(0,0,0,0);
        text-shadow: 0 0 0 #000;
    }
}

select {
        border: 0 !important; /*Removes border*/
        -webkit-appearance: none; /*Removes default chrome and safari style*/
        -moz-appearance: none; /* Removes Default Firefox style*/
        appearance:none;
        text-indent: 1px; /* Removes default arrow from firefox*/
        text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
        border-radius: 5px;
        box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
        font:20px Arial;
        width: 100% !important;
        background: url(bilder/down_arrow_select.jpg) no-repeat right #ddd;
        background-position: 100% 50%, 0 0 ! important;
        background-repeat: no-repeat;
        background-size: 25px 25px;
        border: none  ! important;
        outline : none !important;
        display: inline-flex !important;
        vertical-align: top;
        padding-top:4px;
	height: 30px !important;
}

#colorid {
	border-radius: 15px;
}
#settings_table {
	background: #F2F2F2
}
#object_table {
	background: #F2F2F2
}
input[type="text"],input[type="password"], textarea {

  background-color : #F2F2F2; 

}
h3 {
	font-size: 20px;
}
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
  stroke-width: 2px;
}

.x.axis path {
  display: none;
}

.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.overlay {
  fill: none;
  pointer-events: all;
}

.focus circle {
  fill: none;
  stroke: steelblue;
}

.range {
    fill: #eee;
    opacity: .4;
    pointer-events: all;
    shape-rendering: crispEdges;
}

div.tooltip {   
  position: relative;           
  text-align: center;           
  width: 120px;                  
  height: 28px;                 
  padding: 2px;             
  border: 1px;      
  border-radius: 8px;           
  pointer-events: none;         
}
div.tooltiptext {
  position: relative;
  text-align: center;
  width: 60px;
  height: 28px;
  padding: 2px;
  border: 1px;
  border-radius: 8px;
  pointer-events: none;
}
.grid .tick {
    stroke: lightgrey;
    opacity: 0.7;
}
.grid path {
      stroke-width: 0;
}
.domain { 
  fill: none; 
  stroke: black; 
  stroke-width: 2px; 
}
.tick .line {
  fill: none;
  stroke: black;
  stroke-width: 2px;
}
.button {
	font-size:20px;
	width:200px;
	height:30px;
	cursor: pointer;
}
