﻿/*Colors
   DarkBlue #003c4c
   LightBlue #688bac
   Gray     #7f9fbe

   DarkGray #505050 Header
   Gray     #e3e3e3 Border Listitem?
   LightGray #f4f4f4 Background ListItem
   DarkGray #737373 (Button)


    */

/* Wobble Horizontal https://github.com/IanLunn/Hover/blob/master/css/hover.css */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.content-header {
    border-bottom: #505050 solid 2px;
    padding-top: 15px;
    height: 50px;
}

.content-area {
    
    padding:15px;
}

.content-background {
    background-color: whitesmoke; 
}

 .content-Description {
    text-align: right;
    color: Gray;
    top:55px;
    right: 0px;
    position:absolute; 
}

  .content-Description a {
    color: Gray !important;
}

 .content-symbol {
     width: 58px;
     height: 58px;
}

.bg-listItem {
    background-color: whitesmoke;
}

.listItem {
    overflow: auto;
    display: block;
    height: auto;
    
    padding: 5px;
    color: black;
    border-bottom: #515151;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    
    position:relative
}

.listItem:hover {
    background-color: lightgray;
}

.listItem-Header {
    display: block;
    font-size: 1.5em;
}
.listItem-MenuContainer {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 120px;
    height: 40px;
}

.symbol-button {
    padding: 2px;
    display: block;
    background-color: transparent;
    border-width: 0;
    background-repeat: no-repeat;
    background-position: center;
    -ms-background-size: 30px;
    background-size: 30px;
    color: transparent;
    width: 35px;
    height: 35px;
}

.symbol-button:hover
{
    background-color: #003c4c;
}

a.symbol-button {
    color: transparent
}

.content {
    margin-bottom: 50px;
    min-height: 150px;
}

.chart-menu-container {
    position: absolute;
    right: 0;
    height: 34px;
}
.chart-menu-container.nav{
    top: 0px;
}

.chart-menu-container.options{
    top: 40px;
}

.messageContainer {
    position: absolute;
    z-index: 5000;
    top: 50px;
    width: 100%;
    height: auto;
}

.contentMessageContainer {
    display: none;
    text-align: center;
    width: 100%;
    height: auto;
    
    margin-left: 0px;
    margin-right: 0px;
    color: white;

    z-index: 5000;

     box-shadow:         0px 3px 10px 0px black;
    -moz-box-shadow:    0px 3px 10px 0px black;
    -webkit-box-shadow: 0px 3px 10px 0px black;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    /*font-weight: bold;
    color: #ff0000;*/
}
.validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.validation-summary-valid {
    display: none;
}

.disabledEvent {
    color: darkred;
    font-style: italic;
}

td label {
    font-weight: normal;
}

.selectFolder li {
    
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}

/************************************************************************************************************************************************************/



img {
    border: none;
}

p {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

div.contact2col1 { min-height:24px; width:110px; float: left} 
div.contact2col2 { min-height:24px; margin-left:110px; width:100%} 



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 98%;         
    max-width: 1000px;  
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.menuButton {
    width: 76px;
    height: 90px;
    background-image: url(images/light/appbar.lines.horizontal.4.svg);
    background-position: top;
    -ms-background-size: 76px;
    background-size: 76px;
}
.feedbackButton {
    width: 76px;
    height: 38px;
    
}

.menuButton {
    width: 38px;
    height: 38px;
    -ms-background-size: 38px;
    background-size: 38px;
}

.left
{
    float: left;    
}

.right
{
    float:right;        
}


.chart {
    padding-top: 50px;
    /*cursor: zoom-in;*/
    height: auto;
}





.chart-menu {
    text-decoration: none;
    margin: 0;
}

.chart-menu li {
    background-color: #737373;
    padding: 0;
    display: inline;
    list-style: none;
    padding-bottom: 4px;
}

.chart-menu li a {    
    padding-left: 10px;    
    padding-right: 10px;    
    color: white;    
}

.chart-menu li:hover
{   
    background-color: #688bac;
}

.chart-menu li.selected {
    background-color: #003c4c;
}

ul#chartOptions {
  
    text-decoration: none;
 
}

ul#chartOptions li {
    
    background-color: #737373;
    padding: 0;
    display: inline;
    list-style: none;
    padding-bottom: 2px;
    
}

ul#chartOptions li a {    
    padding-left: 10px;    
    padding-right: 10px;    
    color: white;    
}

ul#chartOptions li:hover
{   
    background-color: #688bac;
}

ul#chartOptions li.selected {
    background-color: #003c4c;
}



#impressumdesign
{
    background-color: White; 
    padding:10px;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}



/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    padding: 0 0 2px;
    margin: 0;
    text-align: left;    
    font-size: 1.3em;    
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {    
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;   
}

ul#menu li a {    
    padding-right: 10px;    
    text-decoration: none;
    line-height: 2.8em;    

    color: #737373;    
}

ul#menu li a:hover 
{   
    color: #395a7b;
    text-decoration: none;    
}

ul#menu li.selected a {
    color: #000;
}

ul#menu li a.menueselected
{
    color: #003c4c;
    text-decoration: none;    
}

 
ul#folder {
    border-bottom: 1px #003c4c solid;
    padding: 0 0 0px;
    position: relative;
    margin: 0;
    text-align: left;    
    font-size: 1.0em;    
}

ul#folder li {
    display: inline;
    list-style: none;       
}

ul#folder li a {
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 2px;
    text-decoration: none;
    line-height: 1.5em;
    margin-right: -2px;
    
    color: rgb(72, 72, 72);
    background-color: #eceadc; 
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    
}

ul#folder li a:hover 
{    
    text-decoration: none;    
    
    border: 1px;
    border-color: #003c4c;
    border-style: solid;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: -2px;
}

ul#folder li a.folderselected
{    
    background-color:#003c4c;
    color: #fff;    
    text-decoration: none;    
}

ul#subfolder {
    border-bottom: 1px #003c4c solid;
    padding: 0 0 1px;
    position: relative;
    margin: 0;
    text-align: left;    
    font-size: 1.0em;    
}

ul#subfolder li {
    display: inline;
    list-style: none;
   
}

ul#subfolder li a {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-top: 1px;
    text-decoration: none;
    line-height: 1.5em;
    color: black;
    
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
}

ul#subfolder li a:hover 
{
    background-color: #cccccc;  
}

ul#subfolder li a.subfolderselected
{   
    color: #fff;
    background-color:#003c4c;       
    text-decoration: none;        
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.0em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.0em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;  /* ohne das geht es nicht, warum? */
    color: #444;    
}

input[type="file"] {
    font-size: 1.0em;
    padding: 5px;
    width: 100%
}

a.text-button {

    color: white;
    display: block;
    padding-top: 1px;  
    padding-bottom: 3px;
}

.text-button {
    font-size: 1.1em;
    -moz-min-width: 100px;
    -ms-min-width: 100px;
    -o-min-width: 100px;
    -webkit-min-width: 100px;
    min-width: 100px;
    height: auto;
    z-index: 900;
    background-color: #505050;
    text-align: center;
    margin-right: 10px;
}

.text-button:hover {

    background-color: #003c4c;
}



/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

/*.error {
    color: Red;
}*/

div#title {
    display: block;
    float: left;
    text-align: left;
}


/* Styles for editor and display helpers
----------------------------------------------------------*/


.message {
    color: green; /*#003c4c;*/
}

.errormessage {
    color: red; /*#003c4c;*/
}


.tablecenter {
     text-align: center;     
}

.alignTextRight {
     text-align: right;   
}

.hidden {
	display: none;
}

.hint
{
    font-size:0.8em;
    color:Gray;
}

legend
{
    font-weight: normal;
}

/*.error {
    background-color: rgb(185, 8, 8);
}*/

.content {
    margin-bottom: 50px;
    position: relative;
    min-height: 150px;
}
