/*@import url('icons.css');
@import url('wes.fancybox-1.3.4.css');
@import url('sds.flowbox.css');
@import url('wes.datepicker.1.8.16.css');*/


/*--------------- Standard Content Elements ----------------------------------*/
strong {
  font-weight: bold;
}

tr.strong td, div.strong p, div.strong label {
  font-weight: bold !important;
}

a:link, a:visited {
  color: #0066b3;
}

  a:hover, a:focus, a:active {
    color: #00427f;
  }

.headline {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.325em;
  margin: 0 0 0 0;
  color: #00121a;
}

  #header_text .headline {
    color: #1a1a1a;
    font-weight: bold;
    font-size: 29px;
    line-height: 1.325em;
    margin: 0 0 0 0;
  }

.subline {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin: 20px 0 0 0;
  color: #808080;
}

  .lightbox_content .subline {
    margin-top: 7px;
    margin-bottom: 20px;
    padding-left: 8px;
  }
  .lightbox_content .contact_logo {
    margin-top: 7px;
    margin-bottom: 10px;
    padding-left: 8px;
  }

.caption {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
  color: #333;
  margin: 1.7em 0 0 0;
  padding: 0 0 0em 0;
}

.content_text {
  font-size: 13px;
  line-height: 22px;
  margin: 16px 0 0 0;
  color: #000;
}

  #header_text .content_text {
    color: #808080;
    font-size: 18px;
    line-height: 1.3em;
    margin: 5px 0 0 0;
  }

.content_list {
  padding: 0 0 6px 15px;
  margin: 0.2em 0 0 0;
  font-size: 0.875em;
  display: table; /* Sorgt dafür, dass Listen neben links-floatenden Bildern korrekt angezeigt werden */
}

.content_list ol,
.content_list ul {
  padding: 0 0 6px 15px;
  margin: 0.5em 0 0 0;
}

  .content_list li {
    background: url(../images/content_list_image.gif) no-repeat 0 7px;
    padding: 0 0 0 12px;
    margin: 0.35em 0 0 0;
  }

ol.content_list {
  list-style: decimal;
}

  ol.content_list li {
    background: none;
    vertical-align: top;
    display: list-item;
    list-style: decimal;
    margin-left: 10px;
    padding: 0;
  }

.link_list {
  padding: 0 0 6px 0;
  margin: 1.5em 0 0 0;
}

  .link_list li {
    font-size: 0.875em;
    padding: 0;
    margin: 0.35em 0 0 0;
  }

/* Div box über die ganze Breite */
.full_content_width {
  margin: 0px -29px 0 -29px;
}

.overflow_hider {
  overflow: hidden;
  display: block;
}

  .overflow_hider * {
    display: inline-block;
    width: 500px;
  }

/*--------------- Formulare --------------------------------------------------*/
.standard_form {
  margin: 0;
  color: #1f2d33;
  font-size: 13px;
  clear: both;
}

.standard_form .field_align_right
{
    text-align: right;
}

  .standard_form .multi_col {
    /*width: 400px; BH: chanaged for longer labels see  line 244 ff:-moz-animation:
        .standard_form .multi_col div.picker_container,
          .standard_form .multi_col div.checkbox_container,
          .standard_form .multi_col div.radiobutton_container .....
    */
    width: 450px;
  }

  .standard_form .left_col {
    width: 50%;
    float: left;
  }

  .standard_form .right_col {
    width: 50%;
    float: left;
  }

    .standard_form fieldset,
    .standard_form .fieldset {
      margin: 0px 0 0 0;
      padding: 18px 13px 13px 13px;
      border-bottom: 1px solid #ccc;
    }

      .standard_form legend,
      .standard_form .legend {
        font-size: 18px;
        color: #808080;
        margin: 0 0 -4px 0;
        line-height: 24px;
        font-weight: normal;
      }

      .standard_form legend {
        margin-top: 0;
        padding-top: 20px;
      }

        .standard_form .inner_shadow_box .legend {
          margin: 2px 0 16px 0;
        }

        .standard_form div.form_row {
          clear: both;
          position: relative;
          margin: 5px 0;
          padding: 1px 0 1px 0;
          text-align: left;
        }

          .standard_form div.button_row {
            padding-top: 2px;
          }

        .standard_form div.picker_row,
        .standard_form div.checkbox_row,
        .standard_form div.radiobutton_row {
          text-align: left;
          padding-left: 218px;
          position: relative;
          margin: 0;
        }

          .standard_form div.input_field_large {
            display: inline-block;
			text-align:left;
			width: 422px;
          }

          .standard_form div.input_radio_image_container {
            display: inline-block;
			text-align:left;
			width: 390px;
          }

          .standard_form div.input_field_large select.field,
          .standard_form div.input_field_large input.field {
			width: 368px;
		  }


          .standard_form div.picker_row .field_container,
          .standard_form div.checkbox_row .field_container,
          .standard_form div.radiobutton_row .field_container {
            display: inline-block;
            max-width: 288px;
          }

          .standard_form div.picker_container,
          .standard_form div.checkbox_container,
          .standard_form div.radiobutton_container {
            padding: 1px 0 5px;
            /*width: 288px; @todo */
			width: 320px;
			display: inline-block;
          }

            .standard_form .label div.picker_container,
            .standard_form .label div.checkbox_container,
            .standard_form .label div.radiobutton_container {
              padding: 0;
              min-width: 0;
            }

          .standard_form .multi_col div.picker_container,
          .standard_form .multi_col div.checkbox_container,
          .standard_form .multi_col div.radiobutton_container {
            /*min-width: 143px;*/
            min-width: 143px;
            /*width: 143px BH: changed for longer labels*/;
            width: 225px; /*225 is max*/
            float: left;
          }

          .standard_form .multi_col .multi div.radiobutton_container {
            min-width: 110px;
            width: 110px; /*225 is max*/
            float: left;
          }

          form.standard_form div.radiobutton_container {
            /*float: none;*/
          }

          form.standard_form div.switcher {
            background: url(../images/input_field_bg.png) no-repeat -1248px -100px;
            height: 31px;
            width: 83px;
            display: inline-block;
            margin: -3px 0 -2px -3px;
            cursor: pointer;
          }

          form.standard_form div.switched_on {
            background-position: -1248px 0;
          }

            form.standard_form div.switcher .switcher_on {
              height: 31px;
              width: 42px;
              float: left;
            }

            form.standard_form div.switcher .switcher_off {
              height: 31px;
              width: 41px;
              float: right;
            }

			/* für die nächsten beiden Klassen ist die Reihenfolge essetiell, da sonst immer .switcher.deactivated statt .switcher_on.deactivated zieht */
            form.standard_form .switcher.deactivated,
            form.standard_form .switcher_off.deactivated {
              background: url(../images/colored_icons.png) no-repeat 4px -1606px;
              cursor: default;
            }
            form.standard_form .switcher_on.deactivated,
            form.standard_form .switched_on.deactivated {
              background: url(../images/colored_icons.png) no-repeat 3px -1556px;
              cursor: default;
            }

			/* Status Text neben einem Switcher mit Label */
			.standard_form div.switcher .status_info {
			  line-height: 20px;
			  padding: 6px 0px 0px 115px;
			}
			.standard_form div.switcher .status_info {
			  color: #949495;
			}
			.standard_form div.switched_on .status_info {
			  color: #02498F;
			}

            .standard_form div.form_row label,
            .label {
              vertical-align: top;
              color: #333;
              display: block;
              float: left;
              width: 207px;
              font-size: 13px;
              line-height: 22px;
              padding: 1px 10px 7px 0;
            }

            .standard_form .multi_col div.form_row label,
            .multi_col .label {
              width: auto;
              float: none;
            }

            .standard_form div.form_row .text_field {
              padding: 4px 10px 6px 0;
              display: inline-block;
            }

            .fixed_width_280 {
                width: 280px;
                overflow: hidden;
            }

            /* Bild-Label */
            label.image_label {
              clear: both;
              width: auto !important;
              float: none !important;
            }

              .image_label {
                padding-top: 0px;
                clear: both;
              }

                .image_label .image_label_caption {
                  color: #333;
                  font-size: 11px;
                  padding: 0 7px 0 0;
                }

            .standard_form div.picker_row .picker_title,
            .standard_form div.checkbox_row .checkbox_title,
            .standard_form div.radiobutton_row p.radiobutton_title {
              position: absolute;
              left: 0;
              top: 6px;
              width: 207px;
              font-size: 13px;
              display: block;
              z-index: 6000000;
            }

            .standard_form div.checkbox_container label,
            .standard_form div.radiobutton_container label {
              display: block;
			  margin: 0 2px 0 5px;
              padding: 0 10px 0 0;
              width: auto;
			  float: none;
              cursor: pointer;
            }

            .standard_form div.picker_container label {
              display: inline;
              margin: 0 0 0 0;
              padding: 0 10px 0 0;
              width: auto;
              float: none;
			  color: #0066b3;
              cursor: default;
            }

              .standard_form div.picker_container.error label,
              .standard_form .error div.checkbox_container label,
              .standard_form .error div.radiobutton_container label {
                color: #ff0000;
              }

        .standard_form .input_field_container {
          background: url(../images/input_field_bg.png) no-repeat 0 0;
          display: inline-block;
          margin-right: 2px;
          padding: 0 10px 0 10px;
        }

        .standard_form .file_field_container {
          overflow: visible;
          width: 279px;
          padding: 1px 3px 1px 8px;
        }

            .standard_form input {
              width: 268px;
              margin: 0;
              background: none;
              vertical-align: top;
              color: #333;
              border: none;
              padding: 5px 0 5px 0;
              font-size: 12px;
              line-height: 16px;
              font-size: 12px;
              font-family: "Lucida Sans","Lucida Grande","Lucida Sans Unicode",Helvetica,Corbel,Arial,sans-serif;
            }


            .standard_form .textarea_container,
            .standard_form select {
              width: 268px;
              background: url(../images/input_field_bg.png) no-repeat 0 0;
              margin: 0;
              vertical-align: top;
              color: #333;
              border: none;
              padding: 5px 10px 5px 10px;
              font-size: 12px;
              line-height: 16px;
              font-size: 12px;
              font-family: "Lucida Sans","Lucida Grande","Lucida Sans Unicode",Helvetica,Corbel,Arial,sans-serif;
            }

	          .standard_form .input_field_large {
				background: url(../images/input_field_large_bg.png) no-repeat 0 0;
                background-position: 0 0;
              }

                .standard_form .input_field_large input {
                  width: 280px;
                }

              .standard_form .input_field_medium {
                background-position: -500px 0;
              }

                .standard_form .input_field_medium input {
                  width: 163px;
                }
				.standard_form .input_field_medium select.field {
                  width: 170px;
                }


              .standard_form .input_field_small {
                background-position: -1000px 0;
              }

                .standard_form .input_field_small input {
                  width: 78px;
                }

                .standard_form .input_field_micro input { width: 35px; }
                .standard_form .input_field_micro select.field { width: 41px; }

                .standard_form .input_field_micro {
                  background: #fff;
                  border: 1px solid rgba(0,0,0,.2);
                  border-radius: 6px;
                  box-shadow: inset 2px 2px 4px rgba(0,0,0,.3);
                  transition: .3s;
                  display: inline-block;
                  margin-right: 2px;
                  padding: 0 10px 0 10px;
                }


                .standard_form .input_field_small select.field {
                  width: 84px;
                }

			.standard_form span.suffix {
			  padding: 0 0 0 15px;
			  line-height: 24px;
			}

        /* verschiedene Stati der Felder */
          .standard_form .input_field_container.error {
            background-position: 0 -100px;
          }

          .standard_form .input_field_large.error {
			background: url(../images/input_field_large_bg.png) no-repeat 0 0;
            background-position: 0 -100px;
          }

          .standard_form .input_field_medium.error {
            background-position: -500px -100px;
          }

          .standard_form .input_field_small.error {
            background-position: -1000px -100px;
          }

          .standard_form .textarea_container.error {
            background-position: -1500px -400px !important;
          }


          .standard_form .input_field_container.disabled {
            background-position: 0 -200px;
          }

          .standard_form .input_field_large.disabled {
			background: url(../images/input_field_large_bg.png) no-repeat 0 0;
            background-position: 0px -200px;
          }

          .standard_form .input_field_medium.disabled {
            background-position: -500px -200px;
          }

          .standard_form .input_field_small.disabled {
            background-position: -1000px -200px;
          }

          .standard_form .textarea_container.disabled {
            background-position: -1500px -200px !important;
          }

			.standard_form .disabled input,
			.standard_form .disabled select {
			  color: #999;
			  cursor: default !important;
			}

            .standard_form div.picker_container input,
            .standard_form div.checkbox_container input,
            .standard_form div.radiobutton_container input {
              float: left;
              padding: 0;
              width: auto;
              height: auto;
              min-height: auto;
            }

			.selection_area_container select {
			  margin:7px 0px 0px 7px !important;
			}
            .standard_form div.form_row select {
              /*padding: 4px 3px 4px 8px;*/
              padding: 1px 0px 1px 0px;
              margin: 3px -4px 3px -2px;
              cursor: pointer;
              background: transparent;
              width: 274px;
              line-height: 15px;
			  height: 19px;
			  display: inline; /*display: block; // changed because of suffix! */
            }

              body:nth-child(258) .standard_form div.form_row select {
                border: 1px solid #ccc;
              }

            .standard_form div.form_row input[type=file] {
              width: 410px;
              padding: 2px 5px 1px 5px;
              border-color: transparent;
            }

              body:nth-child(258) .standard_form .file_field_container {
                width: auto;
              }

              body:nth-child(258) .standard_form div.form_row input[type=file] {
                padding: 4px 5px 4px 5px;
                width: 382px;
              }

              .standard_form div.form_row select option {
                padding-left: 10px;
                background: #fff;
              }

                .standard_form div.form_row .textarea_container {
                  height: 121px;
                  max-height: 121px;
                  width: 276px;
                  max-width: 276px;
                  font-size: 12px;
                  background-position: -1500px 0;
                  overflow: visible;
                  padding: 2px 2px 2px 10px;
                  float: left;
                }

                  .standard_form div.form_row textarea,
                  .standard_form div.form_row .textarea {
                    border: none;
                    background: none;
                    resize: none;
                    overflow: auto;
                    margin: 0;
                    padding: 1px 0;
                    height: 119px;
                    max-height: 119px;
                    width: 276px;
                    max-width: 276px;
                    line-height: 16px;
                    font-size: 12px;
                    font-family: "Lucida Sans","Lucida Grande","Lucida Sans Unicode",Helvetica,Corbel,Arial,sans-serif;
                  }

        /* Ganze Blöcke neben einem einzigen Label */
        .standard_form div.input_block {
          float: left;
        }

        /* Block ohne Label */
        .standard_form div.no_label_block {
          padding-left: 217px;
        }

          .standard_form div.form_row .selection_area_container {
            margin: 0 7px 6px 0;
            padding: 2px 2px 2px 0;
            height: 121px;
            max-height: 121px;
            width: 286px;
            max-width: 286px;
            overflow: visible;
            float: left;
            display: inline-block;
          }

          /* mehrfach Auswahl-Feld */
          .standard_form div.form_row .selection_area {
            overflow: auto;
            height: 100%;
            padding: 0;
          }

            .standard_form div.form_row .selection_area ul {
              padding: 5px 0;
              overflow: hidden;
            }

            .standard_form div.form_row .selection_area .picker_container,
            .standard_form div.form_row .selection_area .checkbox_container,
            .standard_form div.form_row .selection_area .radiobutton_container,
            .standard_form div.form_row .selection_area .text_field_container {
              float: none;
              width: auto;
              clear: both;
              display: block;
              padding: 0px 10px 0px 8px;
              margin-left: 2px;
              line-height: 20px;
            }

            .standard_form div.form_row .selection_area .text_field_container {
              padding: 4px 10px 4px 14px;
            }

              .standard_form div.form_row .selection_area .icon_link {
                float: none;
                display: block;
                margin: 0;
                padding: 0 0 3px 23px;
              }

              .standard_form div.form_row .selection_area label {
                width: auto;
                padding: 3px 0;
                margin-left: 20px;
                float: none;
                line-height: 20px;
              }

              .standard_form div.form_row .selection_area input.checkbox,
              .standard_form div.form_row .selection_area input.radiobutton {
                float: left;
                margin: 7px 2px 0 0;
              }

                .standard_form .selection_area li.checkbox_container:hover,
                .standard_form .selection_area li.radiobutton_container:hover {
                  background: #dbdcde url(../images/selection_area_item_hover_bg.png) repeat-x 0 0;
                }


          /* Innere Schattenbox */
          .inner_shadow_box {
            position: relative;
            background: #fff url(../images/gradient_grey_medium.png) repeat-x 0 0;
            padding: 9px 13px 9px 12px;
            margin: 22px 0 22px 0;
          }

          .file_shadow_box {
            background: #fff;
            margin: 0 0 11px 0;
          }

            .standard_form .inner_shadow_box div.form_row label,
            .inner_shadow_box .label {
              width: 195px;
            }

            /* Icons in Formularen */
            .standard_form div.form_row .icon,
            .standalonequestionmark_icon.icon.icon_help.tooltip,
			.standalone_icon {
              height: 20px;
              width: 20px;
              display: inline-block;
              cursor: pointer;
              margin: 3px 2px -2px 0px;
              vertical-align: top;
            }

            .standard_form .hint {
              float: left;
              color: #808080;
              padding: 8px 0 0 16px;
              font-size: 11px;
            }

            .standard_form div.form_row input.checkbox,
            .standard_form div.form_row input.radiobutton {
              width: auto;
              margin: 6px 2px 0 0;
              padding: 0;
              background: none;
              border: none;
              cursor: pointer;
            }

            .standard_form input.submit_button,
            .standard_form input.small_submit_button,
            .standard_form input.medium_submit_button,
            .standard_form input.large_submit_button,
            .standard_form input.huge_submit_button,
            .standard_form input.large_narrow_submit_button {
              width: 184px;
              display: block;
              float: right;
              background: transparent url(../images/medium_submit_button.png) no-repeat 0 0;
              min-height: 24px;
              height: auto !important;
              height: 24px;
              border: none;
              color: #fff;
              cursor: pointer;
              margin: 1px 0 0 5px;
              padding: 0 0 2px 0;
              font-size: 13px;
              font-weight: bold;
              text-shadow: 0 -1px 0 #01519d;
              text-transform: uppercase;
              text-decoration: none;
              text-align: center;
            }

            form.standard_form input.small_submit_button {
              background-image: url(../images/small_submit_button.png);
              width: 95px;
              cursor: pointer;
            }

			form.standard_form input.medium_submit_button {
			  background-image: url(../images/medium_submit_button.png);
			  width: 148px;
			  cursor: pointer;
			}

            form.standard_form input.large_submit_button,
            form.standard_form input.large_narrow_submit_button {
              background-image: url(../images/large_submit_button.png);
              width: 180px;
              cursor: pointer;
              margin-left: 5px;
            }

			form.standard_form input.huge_submit_button {
              background-image: url(../images/huge_submit_button.png);
              width: 320px;
              cursor: pointer;
              margin-left: 5px;
            }

            .standard_form div.left_col div.html,
            .standard_form div.right_col div.html {
              border-bottom: 1px solid #fc9200;
              text-transform: uppercase;
            }

            .standard_form div.right_col div.html {
              margin: 5px 0 61px 0;
            }

              .standard_form div.html small {
                font-size: 10px;
                text-transform: none;
              }

            form.standard_form small {
              font-size: 11px;
              float: left;
              margin-left: 219px;
            }

            form.standard_form .form_link {
              margin: 4px 3px 4px 1px;
              padding: 0px 0 2px 0;
              vertical-align: bottom;
              display: inline-block;
              font-size: 13px;
            }

            form.standard_form .icon_link {
              padding: 1px 0 2px 23px;
              margin-top: 4px;
            }

            #main #content_login_box {
              max-width: 505px;
            }

              #main #content_login_box .input_field_container {
                margin-right: 0;
              }

      .folding_tab_content {
        display: none;
      }

/* Filteroptionen */
.filter_options_form {
  margin: 6px 15 -11px 0;
  padding-bottom: 1px;
}

  .filter_options_form .multi_col div.checkbox_container,
  .filter_options_form .multi_col div.radiobutton_container {
    min-width: 143px;
    width: auto;
  }

/* SolarLogInfo */
.slinfo_top_content {
    float: left;
    margin-bottom: 30px;
}

.slinfo_box_large {
    width: 770px;
    clear: left;
}

.slinfo_box_large_content {
    border: 1px solid #E7E7E7;
    width: 760px;
    margin-bottom: 15px;
    float: left;
    padding: 5px;
}

.slinfo_box_large_content_row div {
    padding: 2px;
    width: 240px;
    float: left;
}

.slinfo_box_medium_content_row div {
    padding: 2px;
    width: 140px;
    float: left;
}

.slinfo_box_small {
    width: 260px;
    margin-left: 30px;
    margin-bottom: 15px;
}

.slinfo_box_small_content {
    border: 1px solid #E7E7E7;
    padding: 5px;
}

.slinfo_box_small_content div {
    padding: 2px;
    width: 250px;
}

.slinfo_box_headline {
    font-size: 16px;
}

.slinfo_box_topic {
    font-size: 12px;
    font-weight: bold;
}

.slinfo_box_text {
    font-size: 11px;
}

.slinfo_box_x_large_content_row div {
    padding: 2px;
    width: 750px;
    float: left;
}

.slinfo_headline {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.slinfo_image_box {
    width: 480px;
    height: 360px;
    text-align: center;
}


/* Fancybox Einstellungen */
.lightbox_content {
  max-height: 800px;
  min-height: 60px;
  /*overflow: hidden;*/
  padding: 11px 9px 11px 9px;
}

  .loader .lightbox_content {
    background: url(../images/loading_icon_lightbox.gif) no-repeat 50% 50%;
  }

.lightbox_content .standard_form {
  padding: 4px 0 0 0;
  margin-top: 2px;
}

.lightbox_content .record_item_container .standard_form { padding: 0px; margin: 0px;}

  .lightbox_content .shadow_box .standard_form {
    margin-top: 0;
  }

  .lightbox_content .standard_form div.form_row label,
  .lightbox_content .label {
    width: 118px;
  }

    .lightbox_content .inner_shadow_box {
      margin-bottom: 12px;
      margin-top: 0;
    }

    .lightbox_content .inner_shadow_box,
    .lightbox_content .standard_form fieldset {
      padding: 9px 8px 9px 10px;
    }

    .lightbox_content .standard_form input.submit_button,
    .lightbox_content .standard_form input.small_submit_button,
    .lightbox_content .standard_form input.medium_submit_button,
    .lightbox_content .standard_form input.large_submit_button,
    .lightbox_content .standard_form input.huge_submit_button {
      margin-left: 7px;
    }

      .lightbox_content .standard_form div.form_row {
        text-align: left;
      }

        .lightbox_content .standard_form div.form_row label,
        .lightbox_content .standard_form div.form_row .label {
          text-align: left;
        }


/*--------------- Tooltip ----------------------------------------------------*/
.tooltip_text {
  display: none;
}

.tooltip_box_container {
  position: absolute;
  height: 1px;
  width: 1px;
  z-index: 10000;
}

  .tooltip_box {
    position: absolute;
    bottom: 0;
    left: -100px;
    z-index: 10000;
    width: 200px;
    height: auto !important;
    font-size: 11px;
    line-height: 14px;
    padding: 0 0 5px 0;
    color: #fff;
    background: url(../images/corners/tooltip/corners_background.png);
    text-align: center;
  }
    .tooltip_content_title {
	  font-weight: bold;
	  white-space: nowrap;
	  padding: 0px 0px 3px 0px;
	}
    .tooltip_content_text {
      position: relative;
      margin-top: 0px;
      height: auto !important;
      padding: 0 4px 0 0;
    }

    /* arrow down */
    body .tooltip_box .arrow {
      background: url(../images/corners/tooltip/corners_arrow_down.png) no-repeat 50% bottom;
      height: 13px;
      width: 100%;
      position: absolute;
      bottom: -16px;
      left: 0;
    }

    /* arrow left */
    body .tooltip_box_container .tooltip_arrow_left {
      text-align: left;
      left: 0;
      top: 0;
      bottom: auto;
    }

    body .tooltip_box_container .tooltip_box_help {
      width: 170px;
      left: 0;
      top: 0;
      bottom: auto;
      text-align: left;
    }

    body .tooltip_box_container .tooltip_arrow_left .arrow {
      background: url(../images/corners/tooltip/corners_arrow_left.png) no-repeat 0 -3px;
      height: 100%;
      width: 8px;
      left: -16px;
      top: -2px;
      bottom: 0;
    }

      /* tooltip box / borders / corners */
    body .tooltip_box_container .corners .corners_top {
      height: 8px;
      top: -8px;
    }

      body .tooltip_box .corners .corners_top .center {
		background: url(../images/corners/tooltip/edges_top_bottom.png) repeat-x 0 0;
        height: 8px;
      }

    body .tooltip_box .corners .corners_left {
      width: 10px;
      left: -10px;
    }

      body .tooltip_box .corners .corners_left .top {
		background: url(../images/corners/tooltip/corners.png) no-repeat 0 0;
        height: 8px;
        left: 0;
        top: -8px;
      }

      body .tooltip_box .corners .corners_left .center {
		background: url(../images/corners/tooltip/edges_left_right.png) repeat-y 0 0;
      }

    body .tooltip_box .corners .corners_right {
      width: 10px;
      right: -10px;
    }

      body .tooltip_box .corners .corners_right .top {
		background: url(../images/corners/tooltip/corners.png) no-repeat -12px 0;
        height: 8px;
        top: -8px;
        width: 10px;
      }

      body .tooltip_box .corners .corners_right .center {
		background: url(../images/corners/tooltip/edges_left_right.png) repeat-y -10px 0;
      }

    body .tooltip_box .corners .corners_bottom {
      height: 10px;
      bottom: -10px;
    }

      body .tooltip_box .corners .corners_bottom .left {
		background: url(../images/corners/tooltip/corners.png) no-repeat 0 -10px;
        width: 10px;
        left: -10px;
      }

      body .tooltip_box .corners .corners_bottom .center {
		background: url(../images/corners/tooltip/edges_top_bottom.png) repeat-x 0 -8px;
        left: 0;
      }

      body .tooltip_box .corners .corners_bottom .right {
		background: url(../images/corners/tooltip/corners.png) no-repeat -12px -10px;
        width: 10px;
        right: -10px;
      }

/* Error-Tooltip-Box */

  .tooltip_box_error {
    background-image: url(../images/corners/tooltip-error/corners_background.png);
    width: 170px;
    bottom: auto;
    left: 0;
    top: 0;
    text-align: left;
  }

    /* arrow down */
    body .tooltip_box_container .tooltip_box_error .arrow {
      background-image: url(../images/corners/tooltip-error/corners_arrow_down.png);
    }

    /* arrow left */
    body .tooltip_box_error .tooltip_arrow_left .arrow {
      background-image: url(../images/corners/tooltip-error/corners_arrow_left.png);
    }

      body .tooltip_box_error .corners .corners_top .center {
        background-image: url(../images/corners/tooltip-error/corners_top_edge.png);
      }

      body .tooltip_box_error .corners .corners_left .top {
        background-image: url(../images/corners/tooltip-error/corners_left_top_corner.png);
      }

      body .tooltip_box_error .corners .corners_left .center {
        background-image: url(../images/corners/tooltip-error/corners_left_edge.png);
      }

      body .tooltip_box_error .corners .corners_right .top {
        background-image: url(../images/corners/tooltip-error/corners_right_top_corner.png);
      }

      body .tooltip_box_error .corners .corners_right .center {
        background-image: url(../images/corners/tooltip-error/corners_right_edge.png);
      }

      body .tooltip_box_error .corners .corners_bottom .left {
        background-image: url(../images/corners/tooltip-error/corners_left_bottom_corner.png);
      }

      body .tooltip_box_error .corners .corners_bottom .center {
        background-image: url(../images/corners/tooltip-error/corners_bottom_edge.png);
      }

      body .tooltip_box_error .corners .corners_bottom .right {
        background-image: url(../images/corners/tooltip-error/corners_right_bottom_corner.png);
      }

/* Status Tooltip Box */

.tooltip_box_status {
  width: 340px;
  margin-left: -70px;
  text-align: left;
}

  body .tooltip_box_status .arrow_container {
    overflow: hidden;
    height: 13px;
    width: 100%;
    position: absolute;
    bottom: -16px;
    left: 0;
  }

    body .tooltip_box_status .arrow_container .arrow {
      bottom: 0;
      left: 0px;
    }

  .tooltip_box_status .tooltip_content_text {
    padding: 0;
  }

    .tooltip_box .state_item {
      min-height: 14px;
      width: 102px;
      float: left;
      position: relative;
      padding: 0 6px 0 2px;
    }

      .tooltip_box .state_item .state_text {
        width: auto;
        padding: 2px 0 2px 20px;
      }

      .tooltip_box .state_item .icon {
        width: 19px;
        height: 16px;
        position: absolute;
        top: 0;
        left: 0px;
        z-index: 20;
      }

      .tooltip_box .state_item .icon_ok {
        background-position: 1px -349px;
      }

      .tooltip_box .state_item .icon_warning {
        background-position: 0px -399px;
      }

td.icon_ok { width:20px; }

/* Große Schatten */
.big_shadow_box_corners div {
  z-index: 1;
}

  .big_shadow_box_content {
    margin: -29px -41px -22px;
    padding: 1px;
    position: relative;
    z-index: 2;
  }

/* Pagebrowser */
.pagebrowser {
  text-align: center;
  font-size: 11px;
  margin: 5px 3px 5px 3px;
  padding: 0 90px;
  position: relative;
  overflow: visible;
}

  .pagebrowser li {
    background: url(../images/pagebrowser_link_bg.png) no-repeat 0 -200px;
    display: inline-block;
    font-weight: bold;
    margin: 0 4px;
    height: 22px;
	min-width: 30px;
  }

    .pagebrowser strong {
	  cursor:default;
	}
    .pagebrowser a,
    .pagebrowser strong {
      background: url(../images/pagebrowser_link_bg.png) no-repeat right -250px;
      display: inline-block;
      padding: 3px 8px;
      text-decoration: none;
      text-transform: uppercase;
      height: 16px;
	  min-width: 14px;
    }

  .pagebrowser li.previous_page {
    position: absolute;
    left: 0;
    top: -2px;
    margin: 0;
    background-position: 0 0;
    height: 26px;
  }

    .pagebrowser li.previous_page a,
    .pagebrowser li.next_page a {
      background-position: right -50px;
      height: 16px;
      padding: 5px 14px;
    }

  .pagebrowser li.next_page {
    position: absolute;
    right: 0;
    margin: 0;
    top: -2px;
    background-position: 0 0;
    height: 26px;
  }

  .pagebrowser li.page_punctuation {
    background: none;
  }

    .pagebrowser li.page_punctuation strong {
      background: none;
      color: #00539f;
      padding: 3px 5px;
    }

  .pagebrowser li.current_page,
  .pagebrowser li.page_link:hover {
    background-position: 0 -300px;
  }

    .pagebrowser li.current_page strong,
    .pagebrowser li.page_link:hover a {
      background-position: right -350px;
      color: #fff;
    }

  .pagebrowser li.previous_page:hover,
  .pagebrowser li.next_page:hover {
    background-position: 0 -100px;
  }

    .pagebrowser li.previous_page:hover a,
    .pagebrowser li.next_page:hover a {
      background-position: right -150px;
      color: #fff;
    }


#content.pageview{ margin-top: 21px; /*overflow: auto;*/}
#content.pagemanager{}
#content.adminview{}

/*------------------------- frontend module specific styles -------------------------*/

.page_content
{
    /*border: 1px dotted green;*/
    font-size: 12px;
}


.sds_content_headline
{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 18px;
}

/* module ImageText */
.mod_image_text_image_float_left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
.mod_image_text_image_float_right
{
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}
.mod_image_text_image_top_left
{
    margin-bottom: 10px;
}

.mod_image_text_image_top_center
{
    text-align: center;
    margin-bottom: 10px;
}

.mod_image_text_image_top_right
{
    text-align: right;
    margin-bottom: 10px;
}
.mod_image_text_image_bottom_left
{
    margin-top: 10px;
}

.mod_image_text_image_bottom_center
{
    text-align: center;
    margin-top: 10px;
}

.mod_image_text_image_bottom_right
{
    text-align: right;
    margin-top: 10px;
}

.map_canvas
{
    margin-left: 220px;
    margin-top: 8px;
    width: 450;
    height: 450px;
}

.page_content .map_canvas
{
    margin: 0px;
    width: 100%;
    height: 675px;
}

#gmap_plugin_map
{
    margin: 0px;
    width: 675px;
    height: 350px;
}

.hidden_row
{
    display: none;
}

.beautifulChooser {
	position:absolute;
	z-index:1000;
	border-top:1px solid #CCC;
	border-left:1px solid #BBB;
	border-right:1px solid #777;
	border-bottom:1px solid #666;
	background-color:#F6F6F6;
}
.beautifulChooser li.bc_group{
	padding:8px 0px 2px 3px;
	border-bottom:1px solid #CCC;
	font-weight:bold;
}
.beautifulChooser li.bc_entry{
	padding:3px 10px 3px 15px;
}
.beautifulChooser li.bc_entry.over,
.beautifulChooser li.bc_entry:hover{
	padding:3px 10px 3px 15px;
	background-color:#00529D;
	color:white;
	cursor:pointer;
}

/*allows longer form fields in fancy boxes*/
#fancybox-wrap .standard_form div.form_row label,
.label {
    padding: 1px 0px 7px 0;
	/* @todo jw, 20120508, check more space depending on wes.fancybox-1.3.4.css#fancybox-outer:width*/
	width: 150px;
}

#fancybox-wrap .standard_form .inner_shadow_box div.form_row label.label_large {
    /* width: 195px !important; */
    width: 195px;
}

#fancybox-wrap .standard_form .inner_shadow_box div.form_row label.label_huge {
    width: 350px;
}

#fancybox-wrap .standard_form .inner_shadow_box div.form_row p.text_field {
    white-space: nowrap;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.important {
	color: #98190A;
}
.important_small {
	color: #98190A;
	padding: 20px 0 0 0;
	font-size: 11px;
}

.CONTENT_BREAK {
	margin:10px 0 10px 0;
	/* border:1px solid red; */
}

.select-logger {
	position: absolute;
	width: 770px;
	text-align: right;
	margin-bottom: 5px;
}
.select-logger label {
	font-weight: bold;
}

.notice {
	color: #808080;
	padding: 20px 0 0 0;
	font-size: 11px;
}

/* PLantMonitoring ListHead/Body */
#listplantmonitoringitems .category_list .category_item_head div.col2{
  width: 70px !important;
}
#listplantmonitoringitems .category_list .category_item div.col2 {
  width: 70px !important;
}

#listplantmonitoringitems .category_list .category_item_head div.col3{
  width: 70px !important;
}
#listplantmonitoringitems .category_list .category_item div.col3 {
  width: 70px !important;
}

#listplantmonitoringitems .category_list .category_item_head div.col4{
  width: 90px !important;
}
#listplantmonitoringitems .category_list .category_item div.col4 {
  width: 90px !important;
}

#listplantmonitoringitems .category_list .category_item_head div.col5{
  width: 180px !important;
}
#listplantmonitoringitems .category_list .category_item div.col5 {
  width: 195px !important;
}


/* PLantLogbook ListHead/Body */
#listplantlogbookitems .category_list .category_item_head div.col2{
  width: 70px !important;
}
#listplantlogbookitems .category_list .category_item div.col2 {
  width: 70px !important;
}

#listplantlogbookitems .category_list .category_item_head div.col3{
  width: 200px !important;
}
#listplantlogbookitems .category_list .category_item div.col3 {
  width: 200px !important;
}

#listplantlogbookitems .category_list .category_item_head div.col4{
  width: 80px !important;
}
#listplantlogbookitems .category_list .category_item div.col4 {
  width: 80px !important;
}

#listplantlogbookitems .category_list .category_item_head div.col5{
  width: 60px !important;
}
#listplantlogbookitems .category_list .category_item div.col5 {
  width: 75px !important;
}



#listplantlogbookitems .category_list .category_item .history_entry div.history_col2 {
  width: 278px !important;
}

#listplantlogbookitems .category_list .category_item .history_entry div.history_col3 {
  width: 80px !important;
}

#listplantlogbookitems .category_list .category_item .history_entry div.history_col4 {
  width: 75px !important;
}

/* make lists possible in content modules but keep list behaviour for plant_monitoring module*/
.page_content:not(.plant_monitoring) ul, .page_content:not(.watson) ol
{
    padding-left: 20px;
    list-style-position: inside;
}

.page_content:not(.plant_monitoring) ul:not(.level1) li
{
    list-style-type: disc;
}
.page_content:not(.plant_monitoring) ul:not(.level2) li
{
    list-style-type: disc;
}

.page_content:not(.plant_monitoring) ol li
{
    list-style-type: decimal;
}

input[readonly="readonly"],
input[readonly=""]
{
    color:#999999 !important;
}

.escape_message
{
	position: absolute;
	display: none;
	z-index: 9000001;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.escape_message p
{
	width: 60%;
	margin: auto;
	background-color: #4F5C63;
	color: white;
	font-size: 16px;
	padding: 5px;
	border: 2px solid #5F6A70;
}

/* classes for table layout */
.layout_table {
    display: table;
    width: auto !important;
}
.layout_table_row {
    display: table-row;
    width: auto !important;
}
.layout_table_cell {
    display: table-cell;
}

/* Preview FancyBox */
#previewContainer #navPart {
    display: block;
    float: left;
    min-width: 200px;
}
#previewContainer #modulePart {
    display: block;
}
#previewContainer {
    display: table;
}
#previewContainer .tableRow {
    display: table-row;
}
#previewContainer .tableCell {
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
}

.standard_form div.form_row .loginas_select {
	width:180px;
}

/*ENEREST BG*/
.enerest_package_icons{
    width: 150px;
    margin: 10px 30px;
}

.enerest_package_icons_disabled{
    width: 150px;
    margin: 10px 30px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.enerest_package_content{
    margin: 0px 20px 20px 33px;
}

.enerest_payment_icons{
    margin: 5px 55px 0 54px;
}

.enerest_list li{
    color: #fab512;
    list-style-type: initial !important;
	padding: 5px 0 0 0;
}

.enerest_list span{
    color: #646363;
}

.enerest_list_disabled li{
    color: #B7B6B6;
    list-style-type: initial !important;
}

.enerest_list_disabled span{
    color: #B7B6B6;
}

input[type=radio]:checked + .installer_div{
    visibility: hidden;
}

input[type=radio]:checked + .enerest_div{
/* old browser; FF3.6-15; Chrome10-25,Safari5.1-6; W3C,IE10+,FF16+,Chrome26+,Opera12+,Safari7+; IE6-9 */
	background: #00539F;
	background: -moz-linear-gradient(top, #00539F 0%, #004C92 100%);
	background: -webkit-linear-gradient(top, #00539F 0%, #004C92 100%) !important;
	background: linear-gradient(to bottom, #00539F 0%, #004C92 100%);
	background: #00539F linear-gradient(to right bottom, #00539F 0%, #004C92 100%) repeat scroll 0 0 !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00539F', endColorstr='#004C92',GradientType=0 );
}

.enerest_div {
    /*border:1px solid #646363; */
    float: left;
    width: 215px;
	border-style: solid;
	border-width: 1px;
	border-color: lightgrey grey grey lightgrey;
	background: white !important;
}
.enerest_div:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #A2D8FF #00427f #00427f #A2D8FF;
	background: white !important;
}

input[type="radio"]:checked + .enerest_div > .enerest_payment_image {
	border-color: grey lightgrey lightgrey grey;
}

input[type="radio"]:checked + .enerest_div > .enerest_package_content > ul.enerest_list > li > span,
input[type="radio"]:checked + .enerest_div > .enerest_package_content > p,
input[type="radio"]:checked + .enerest_div > .enerest_package_content > p a,
input[type="radio"]:checked + .enerest_div > .enerest_package_content > p a:visited {
	color: white !important;
}

.enerest_payment_image {
	background-color: white !important;
	display: inline-block;
	margin: 3px;
}

.enerest_input{
    visibility: hidden !important;
}

.enerest_label{
    margin: 10px 10px 20px 32px;
    padding: 0 !important;
    float: left !important;
	width: 220px !important;
	line-height: 22px !important;
	margin: 0 2px 0 11px !important;
}
.package_logo_payment{
	margin-top: 5px;
}

.annual_costs{
	font-size: 10px;
}

div.bypasserrormessage
{
	float: left;
	margin: 10px 0px 10px 0px;
	color: #98190A;
}

.m_error{
	color:#98190A;
}
.m_success {
    color: #fff;
    background-color: #163970;
    padding: 4px;
    text-align: center !important;
    font-weight: bolder;
    font-size: larger;
	display:table;
	width:99%;
	
}
.m_success:empty
{
	display:none;
}

.standard_form input.extended_submit_button{
	width:245px !important;
	background-size: 245px !important;
}

.statuserror_table td, .statuserror_table th
{
  padding: 7px 4px 6px 9px;
}