/* #1f1f1f; dark gray:   text dark         */
/* #253e78  blue-dark:   head verlauf      */
/* #3c5690  blue-light:  head verlauf      */

/* #7b7b7b; middle gray: background        */
/* #808080  middle gray: text light        */
/* #90c1ce  light blue:  button background */
/* #9a9a9a; middle gray: border login      */

/* #a1b4cf; blue medium: table dark        */
/* #bcbcbc  middle gray: head verlauf      */
/* #d5e1ec; light blue:  table light       */
/* #dfdfdf  middle gray: head verlauf      */
/* #e1e1e1; middle gray: login shadow      */
/* #e5001b  red:         AGFEO.red         */
/* #eeeeec  light gray:  body background   */
/* #ff0000; red:         active, error     */
/* #ff8a00; orange:      SmartHome orange  */
/* #ffd70a  yellow:      AGFEO yellow      */
/* #ffffff; white:                         */


/*
  The star selector is used to target every element.  This is
  often used to zero out the margin and padding.  This
  creates some common ground from which to begin.
*/
* {
  margin: 0;
  padding: 0; 
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  line-height: inherit;
  text-align: left;
  vertical-align: top; }


/*
  Most pages will have links. Let?s style them using a anchor
  element. Some will write this as a:link. I don?t ? I don?t
  see the need
*/
a {
  color: #253e78;
  text-decoration: none; }
  a:link {
    color: #253e78;
    text-decoration: none; }
  a:visited {
    color: #081572; }
  a:hover {
    color: #506594; }
  a:active {
    color: #506594; }


/*
  body is used to provide basic page styles meant to be inherited
  by nearly all of the page's children: font-face, size, alignment,
  etc. Some use the html selector, but I have never done that so
  it's not listed.
*/

html, body {
  height: 100%; } 

body {
  font: normal normal normal 9pt/1em "Arial", "Helvetica Neue", "Helvetica", "sans-serif"; 
  color: #1f1f1f;
  background-color: #eeeeec; }


h1 {
  font-size: 14pt;
}

h2 {
  font-size: 12pt;
}

/*-----------------------------------------------------------------------------
  container
-----------------------------------------------------------------------------*/
#containerRelHelp {
  height: 100%; 
  overflow: auto;
  min-width: 1024px;
  position: relative; }


/*-----------------------------------------------------------------------------
  head
-----------------------------------------------------------------------------*/
#containerAbsHelpHead {
  position: absolute; 
  top: 0px;
  left: 0px;
  width: 100%;
  height: 220px; }

#containerRelHelpHead {
  position: relative; 
  height: 100%;
  width: 100%; }

#containerRelHelpHead .rectangleGrey {
  position: fixed; 
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bcbcbc 100%);
  border-bottom: solid 3px #3c5690; }

#containerRelHelpHead .rectangleBlue {
  position: absolute; 
  top: 60px;
  left: 0px;
  /* z-index: 10; */ 
  width: 100%;
  height: 180px;
  /* background-image: linear-gradient(to bottom, #3c5690 0%, #253e78 100%); */
  background-color: #3c5690;
 }

#containerRelHelpHead .trapezoidBlue {
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom: 60px solid #3c5690;
  border-left: 60px solid transparent;
  border-right: 0px solid transparent;
  height: 0px;
  width: 130px; }

#containerRelHelpHead .trapezoidYellow {
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom: 4px solid #ffd70a;
  border-left: 4px solid transparent;
  border-right: 0px solid transparent;
  height: 0px;
  width: 130px; }

#containerRelHelpHead .logoAGFEO {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100px;
  height: 30px;
  background-image: url("/common/images/agfeo.svg"); }

#containerRelHelpHead h1 {
  position: absolute;
  left: 10px;
  top: 80px;
  z-index: 10;
  font-size: 24pt;
  color: white; }


/*-----------------------------------------------------------------------------
  status line: Login;Language;Host 
-----------------------------------------------------------------------------*/
#containerAbsHelpStatus {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 22px;
  border-top: 4px solid #e5001b;
  padding: 0.1em 182px 0.1em 0.5em;
  border-bottom-left-radius: 4px;
  background-color: #7b7b7b; }
  #containerAbsHelpStatus > span {
    color: #ffffff; }

/*-----------------------------------------------------------------------------
  connection status test!
-----------------------------------------------------------------------------*/
#containerAbsHelpConnectionState {
    position: absolute;
    top: 70px;
    left: 10px;
    line-height: 32px;
/*    width: 100%; */
    font-size: 18px;  
    font-weight: bold;
    color: #cfcfcf;
    background-color: transparent; }

/*-----------------------------------------------------------------------------
  menu
-----------------------------------------------------------------------------*/
#containerAbsHelpMenu {
  position: absolute;
  top: 30px;
  left: 30px; 
  min-width: 800px; 
  height: 30px; 
  /* z-index: 5; */
  /* background-color: #7b7b7b; */
  font-size: 140%;  }

#containerAbsHelpMenu ul {
  margin: 0px;
  list-style: none; }

#containerAbsHelpMenu li {
  float:left;
  min-width: 150px; 
  padding:0px; }

#containerAbsHelpMenu a {
  display:block;
  padding:9px 15px 9px;
  text-decoration: none;
  color: #7b7b7b; }

#containerAbsHelpMenu a.active {
  color: #ffffff;
  background-color: #3c5690; }

#containerAbsHelpMenu .fListElement {
  border-right: 1px solid  #3c5690; }

#containerAbsHelpMenu .fListElementRight {
  border-right: 0px solid  #ff0000; }


/*-----------------------------------------------------------------------------
  content
-----------------------------------------------------------------------------*/
#containerAbsHelpContent {
  position: absolute; 
  top: 240px;
  left: 0px;
  height: calc(100% - 250px); 
  width: 100%; }

#containerRelHelpContent {
  position: relative; 
  width: 100%;
  height: 100%; }


/*-----------------------------------------------------------------------------
  bottom
-----------------------------------------------------------------------------*/
#containerAbsHelpBottom {
  position: fixed; 
  bottom: 0px;
  left: 0px;
  z-index: 11;
  width: 100%;
  height: 30px;
  line-height: 16px;}

#containerRelHelpBottom {
  clear:both;
  width: 100%;
  height: 30px;
  color: #2f2f2f;
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bcbcbc 100%); }
  #containerRelHelpBottom a {
    color: #2f2f2f; }
    #containerRelHelpBottom a:hover {
      text-decoration: underline; }

#copyrightnote {
  margin: 0.5em 0 0 2.5em; }

#companylink {
  border-left: 1px solid #FFFFFF;
  margin: 0.5em 1em 0.5em 0.5em;
  padding-left: 0.5em; }

#companylink, #copyrightnote {
  float: left; }


/*-------------------------------------------------------------------------------------------------
  headline
-------------------------------------------------------------------------------------------------*/
#containerHeadline {
  position: absolute;
  top: 10px; 
  left: 10px; 
  right: 10px; 
  z-index: 20; }

#containerHeadline h1 {
/*  line-height: 32px; */
  font-size: 14pt;  
}

.fBold {
    font-weight: bold;
}

/*-----------------------------------------------------------------------------
  tableStatusLine
-----------------------------------------------------------------------------*/
#tableStatusLine {
    color: #FFFFFF;
    border: 0px solid white;
    line-height: 16px;
}

#tableStatusLine td {
    padding: 0px 4px 0px 4px;
}

#tableStatusLine td img {
    margin: 2px 0px 0px 2px ; 
}

#tableStatusLine td.seperator {
    border-left: 1px solid white;
}

#tableStatusLine .fTime2Timeout {
    width: 60px;
    color: #bcbcbc;
}

/* logout button */
#tableStatusLine a.fLogoutButton {
  color: #FFFFFF;
  padding-left: 22px; 
  background: url("../images/user-white.svg") no-repeat left center;
  background-size: 16px;
  float: left;  }

#tableStatusLine a.fLogoutButton:hover {
  color: #333333;
  background: url("../images/user-black.svg") no-repeat left center;
  background-size: 16px;
}

#tableStatusLine a {
  text-decoration: none; }


/* language menue */
#tableStatusLine .fChooseLanguageMenuView {
  border: 2px solid #7b7b7b;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  background-color: #7b7b7b;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); 
  position: absolute;
  z-index: 100; }
#tableStatusLine .fChooseLanguageMenuView tr:hover {
      background-color: rgba(200, 200, 200, 0.6); }

#tableStatusLine .fTable {
    border-collapse:collapse; 
    width: 100%; 
}

#tableStatusLine .fL1 {
    border: 0px solid #884513;
}









.fInputfeld
{
    background-color: #ffffff;
    text-align: left; 
    font: 9pt Arial, Helvetica Neue, Helvetica, sans-serif;
    vertical-align:middle;
    border: 0px;
}

.fSelectfeld
{
    background-color: #ffffff;
    text-align: left; 
    font: 9pt Arial, Helvetica Neue, Helvetica, sans-serif;
    vertical-align:middle;
    border: 0px;
}




/*-----------------------------------------------------------------------------
  navigationmenu
-----------------------------------------------------------------------------*/
ul, ol {
  list-style: none; }

ul#navigationmenu {
  padding: 1.5em 0 1em 20px; }
  ul#navigationmenu > li.pagelistgroup {
    vertical-align: top;
    min-width: 100px;
    min-height: 172px;
    text-align: left;
    float: left; }
    ul#navigationmenu > li.pagelistgroup > span.pagelisttoggler {
      color: #FFFFFF;
      margin: 0.1em 0 0.35em 0.375em;
      font-size: 11pt;
      text-transform: uppercase;
      display: inline-block; }
    ul#navigationmenu > li.pagelistgroup > a.pagelisttoggler {
      color: #FFFFFF;
      margin: 0.1em 0 0.35em 0.375em;
      font-size: 11pt;
      text-transform: uppercase;
      display: inline-block; }
    ul#navigationmenu > li.pagelistgroup > .pagelistelement {
      margin: 0 1em 0 0;
      display: block;
      text-align: left;
      color: #ffffff; }
      ul#navigationmenu > li.pagelistgroup > .pagelistelement > li.pagelist {
        display: block;
        margin: 0;
        color: #ffffff; }
      ul#navigationmenu > li.pagelistgroup > .pagelistelement > li.pagelistlast {
        border-bottom: 0px; }
      ul#navigationmenu > li.pagelistgroup > .pagelistelement > li > a {
        display: block;
        font-size: 10pt;
        color: #FFFFFF;
        padding: 0.25em 0.5em; }
        ul#navigationmenu > li.pagelistgroup > .pagelistelement > li > a:hover {
          background-color: #506594; }
        ul#navigationmenu > li.pagelistgroup > .pagelistelement > li > a.active {
          color: #253e78;
          background-color: #cdcdcd; }
        ul#navigationmenu > li.pagelistgroup > .pagelistelement > li > a.pagerpagelink {
          font-weight: normal; }
        ul#navigationmenu > li.pagelistgroup > .pagelistelement > li > a.pagerpagelinkactive {
          font-weight: bold; }
