<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.right {
    float: right;
}

.left {
    float: left;
}

ul.menu_ footer-menu {
}

ul.menu_footer-menu li {
    float: left;
    list-style: none;
    margin-top: 6px;
    margin-right: 10px;
}

#login p {
    color: #ccc;
    font-size: 0.8em;
}

#login p {
    color: #ccc;
    font-size: 0.9em;
    float: right;
    margin-left: 10px;
}

#nav-container {
 /*  padding-top: 60px; */
}

/* Legend */
div.legend {
    width: 500px;
}

h2.headline1 {
    font-family:'LatoLight',Helvetica, Arial, sans-serif;

    margin: 0;
    padding: 6px 12px;
    font-size: 24px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

    color: #ccc;
    text-shadow: 0px 1px 0px rgba(255,255,255, 0);
}

h2.headline2 {
    font-family:'LatoLight',Helvetica, Arial, sans-serif;

    margin: 0;
    padding: 4px 10px;
    font-size: 18px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

    color: #ccc;
    text-shadow: 0px 1px 0px rgba(255,255,255, 0);
}

h2.headline2 .symbol {
    float: left;
    margin-right: 10px;
}

h2.headline2 .text {
}

ul.legend {
    margin: 15px 0 0 15px;
}

ul.legend li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0 10px 0 10px;
}

ul.legend li span {
    margin: 0 0 0 5px;
}

.panel_link_block {
    width: 200px;
    float:left;
}

#control_panel_content {
    float: left;
}

.control_panel_content {
    margin-left: 20px;
    clear: left;
}

ul.control_panel {
    margin-left: 20px;
    list-style: none;
    float: left;
}

ul.control_panel li {
    float: left;
    margin-right: 15px;
}

ul.control_panel li .control_panel_icon {
    margin: 0;
    margin-top: 20px;
    padding: 15px 15px 15px 15px;
    border: 1px solid #aaa;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#pageNavPosition, #alarm_table_page_nav{
    margin: 0 0 15px 0;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#pageNavPosition a, #pageNavPosition a:hover, #pageNavPosition a:active {
    cursor: pointer;
}

td a {
    text-decoration: none;
    color: #f1a501;
}

td.show_table_label {
    text-align: left;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
}

td.pd_center {
    text-align: center;
}

td.pd_list_bar {
    width: 100px;
}

td.pd_list_percent {
    width: 30px;
}

.pd_list a {
    color: #000;
}

th {

}

.gradient_xxx h3 {
    background: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#ffffff)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #e8e8e8, #ffffff); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #e8e8e8, #ffffff); /* IE10 */
    background-image:      -o-linear-gradient(top, #e8e8e8, #ffffff); /* Opera 11.10+ */
    background-image:   linear-gradient(to bottom, #e8e8e8, #ffffff);

    padding: 3px 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#powerdog_list_map {
    z-index: 100;
    width: 100%;
    height: 400px;
    margin-top: 35px;
}

/* custom buttons */
#search { }
#search input.bt    { margin-left: 5px; padding-left: 5px; padding-right: 5px; height:21px; background:none; text-shadow: 0px 1px 0px rgba(50,50,50, 0.5); font-size:0.8em; }
#searchxxx input.grey  {
    color: #eee;
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; behavior: url(border-radius.htc);  /* Border Radius */
    background-color: #505151;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#505151), to(#979899)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #505151, #979899); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #505151, #979899); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #505151, #979899); /* IE10 */
    background-image:      -o-linear-gradient(top, #505151, #979899); /* Opera 11.10+ */
    background-image:   linear-gradient(to bottom, #505151, #979899);
}
#searchxxx input.grey:hover                {
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; behavior: url(border-radius.htc);  /* Border Radius */
    background-color: #505151;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#979899), to(#979899)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #979899, #979899); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #979899, #979899); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #979899, #979899); /* IE10 */
    background-image:      -o-linear-gradient(top, #979899, #979899); /* Opera 11.10+ */
    background-image:   linear-gradient(to bottom, #979899, #979899);
    color: #222;
    text-shadow: 0px 0px 0px rgba(255,255,255, 0.5); cursor:pointer;
}
#search input.orange			{ background-position:-200px 0px; }
#search input.orange:hover              { background-position:-200px -50px; text-shadow: 0px 0px 0px rgba(255,255,255, 0.5); cursor:pointer; }
#search input.forgot			{ width:21px; background-position:-100px 0px; }
#search input.forgot:hover              { width:21px; background-position:-100px -50px; text-shadow: 0px 0px 0px rgba(255,255,255, 0.5); cursor:pointer; }

.dark_bar {
    width: 928px;
    padding: 10px 0 0 10px;
    height: 33px;
    color: #ccc;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#powerdog_search {

}

#powerdog_search input      { margin-top: -4px; font-family:'LatoRegular',Helvetica, Arial, sans-serif; font-size:14px; border:none; display:block; float:left; }
#powerdog_search input.txt  { width:140px; height:25px; padding-left:10px; border-top:1px solid #222324; border-bottom:1px solid #4b4d4f; color:#c4c7cb; margin-right:10px;}
#powerdog_search input.txt  {
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; behavior: url(border-radius.htc);  /* Border Radius */
}

#powerdog_search .button_orange {
    margin-top: 0px;
}

#powerdog_location {
    margin: 0;
    padding: 20px 5px 0px 5px;
}

#powerdog_location input      { margin-top: -4px; font-family:'LatoRegular',Helvetica, Arial, sans-serif; font-size:14px; border:none; display:block; float:left; }
#powerdog_location input.txt  { width:280px; height:25px; padding-left:10px; border-top:1px solid #222324; border-bottom:1px solid #4b4d4f; color:#c4c7cb; margin-right:10px;}
#powerdog_location input.txt  {
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; behavior: url(border-radius.htc);  /* Border Radius */
}

#powerdog_location .button_orange {
    margin-top: 0px;
}
/*
#powerdog_location {
    padding: 5px;
}

#powerdog_location input      { font-family:'LatoRegular',Helvetica, Arial, sans-serif; font-size:11px; border:none; display:block; float:left; margin-left:15px; }
#powerdog_location input.txt  { width:340px; height:19px; padding-left:10px; border-top:1px solid #222324; border-bottom:1px solid #4b4d4f; color:#c4c7cb; }
#powerdog_location input.txt  {
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; behavior: url(border-radius.htc);
}
*/
.pd_button {
    margin: 2px;
    padding: 4px 10px;
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; behavior: url(border-radius.htc);  /* Border Radius */
    cursor:pointer;
}

.pd_button_tiny {
    margin: 2px;
    padding: 2px 5px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; behavior: url(border-radius.htc);  /* Border Radius */
    cursor:pointer;
}

.button_search {
    margin-left: 10px;
    height: 30px;
}

#portal_left {
    float: left;
    width: 220px;
    margin-top: -3px;
    padding: 3px 5px;
    /*
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    */
}

#portal_right {
    float: right;
    width: 670px;
    margin-top:	-3px;
}

.topbox_left {
    float: left;
    width: 250px;
    margin-right: 0px;
    /* background: #eee; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.topbox_right {
    float: right;
    /* margin-left: 270px; */
    width: 250px;
}

.topbox_middle {
    float: left;
    width: 400px;
    margin-left: 20px;
}

.topbox_single {
    width: 300px;
    margin: 0 auto;
}

ul.backnav {
    margin: 0 0 0 0;
    padding: 5px;
/*    border-top: 1px solid #ccc;
    background-color:#d8dade; display:-moz-inline-stack; display:inline-block; zoom:1; vertical-align:top; */
}

ul.backnav li {
    list-style: none;
    float: left;
    margin-top: 10px;
    margin-right: 4px;
    cursor: pointer;
}

.boxfull {
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.header-right {
    float: right;
    margin-left: 10px;
}

.header_image {
    float: left;
    width: 50px;
    text-align: left;
}

.header_image img {
    margin-top: 16px;
    width: 32px;
}

.acc2xxx &gt; a { padding: 3px 10px 4px 10px; display: block; overflow: hidden; background-color: #eceef1; border-bottom: 1px solid #d8dade; color: #34373b;
	   -moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
  	-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
  	        box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
	              behavior:url(ie-css3.htc);
        text-decoration: none;}

.acc2xxx on {
    background: #ff0;
    color: #222;
}

.acc2xxx over {
    cursor: pointer;
    background: #00f;
    color: #222;
}
/* Accordion */

.accSelection       { list-style:none; margin-bottom:2px; border: 1px solid #d8dade; border-bottom:none;}
.accSelection li    { padding: 3px 10px 4px 10px; display: block; overflow: hidden; background-color: #eceef1; border-bottom: 1px solid #d8dade; color: #34373b;
	   -moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
  	-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
  	        box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
	              behavior:url(ie-css3.htc);
        text-decoration: none;
        cursor: pointer;}
.accSelection li:first-child &gt; a {
	   -moz-box-shadow:inset 0px 0px 0px rgba(255,255,255,0.5);
  	-webkit-box-shadow:inset 0px 0px 0px rgba(255,255,255,0.5);
  	        box-shadow:inset 0px 0px 0px rgba(255,255,255,0.5);
	              behavior:url(ie-css3.htc); }
.accSelection li:hover 		{ background-color:#ffffff; color: #f1a501; }

.accSelection span a			{ padding: 3px 10px 4px 10px; display: block; overflow: hidden; background-color: #eceef1; border-bottom: 1px solid #d8dade; color: #34373b;
	   -moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
  	-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
  	        box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
	              behavior:url(ie-css3.htc);
        text-decoration: none;}

/* Accordion */

.accSelectionFooter       { list-style:none; margin-bottom:2px; border: 1px solid #d8dade; border-bottom:none;}
.accSelectionFooter li    { padding: 3px 10px 4px 10px; display: block; overflow: hidden; background-color: #cccccc; border-bottom: 1px solid #d8dade; color: #34373b;
	   -moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
  	-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
  	        box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
	              behavior:url(ie-css3.htc);
        text-decoration: none;
        cursor: pointer;}
.accSelectionFooter li:first-child &gt; a {
	   -moz-box-shadow:inset 0px 0px 0px rgba(255,255,255,0.5);
  	-webkit-box-shadow:inset 0px 0px 0px rgba(255,255,255,0.5);
  	        box-shadow:inset 0px 0px 0px rgba(255,255,255,0.5);
	              behavior:url(ie-css3.htc); }
.accSelectionFooter li:hover 		{ background-color:#ffffff; color: #f1a501; }

.accSelectionFooter span a			{ padding: 3px 10px 4px 10px; display: block; overflow: hidden; background-color: #eceef1; border-bottom: 1px solid #d8dade; color: #34373b;
	   -moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
  	-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
  	        box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
	              behavior:url(ie-css3.htc);
        text-decoration: none;}

/* Infobox fuer MouseOver */
#InfoBox {
    visibility:hidden;
    position:absolute;
    top:10px;
    left:10px;
    z-index:1;
    width: 350px;

    background-color:#FDFEFF;
    border:3px solid #444;
    border-radius: 9px; -moz-border-radius: 9px; -webkit-border-radius: 9px; -khtml-border-radius: 9px; behavior: url(border-radius.htc);  /* Border Radius */
}

#InfoBox table {
    border: 0;
    border-spacing: 0;
}

#InfoBox table th {
    background: #eee;
    font-size: 0.9em;
    text-align: center;
    padding: 2px 5px;
}

#InfoBox table th span {
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}

#InfoBox table td {
    background: #fff;
    border-top: 1px solid #000;
    text-align: left;
}

/* weitere Box in der Info-Box fÃ¼r padding */
#BoxInnen {
    padding:5px 5px 10px 5px;
    border:6px solid #aaa;
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; behavior: url(border-radius.htc);  /* Border Radius */
}

/* Formatierung Texte in der Info-Box */
#BoxInhalte {
    text-align: left;
    font-family: 'LatoLight',Helvetica, Arial, sans-serif;
    font-size:11px;
    color:#5F5F5F;
    line-height:130%;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; behavior: url(border-radius.htc);  /* Border Radius */
}

.accBtnHeaderxxx {
    background: #444;
    padding: 2px 4px 3px 4px;
}

.accBtnHeaderxxx:hover {
    background: #f2b100;
}

.accBtnHeaderxxx a {
    padding: 2px 6px 2px 6px; display: block; overflow: hidden; background-color: #444; border-bottom: 1px solid #d8dade; color: #ccc;
    text-decoration: none;
}

.accBtnListxxx {
    background: #ccc;
    padding: 0px 0px 0px 4px;
}

.accBtnListxxx:hover {
    background: #f2b100;
}

.accBtnListxxx span {
    padding: 2px 6px 2px 6px; display: block; overflow: hidden; background-color: #eceef1; border-bottom: 1px solid #d8dade; color: #34373b;
	   -moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
  	-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
  	        box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
	              behavior:url(ie-css3.htc);
        text-decoration: none;
}

ul.tabs {
    float: left;
    list-style: none;
}
ul.tabs li {
    float: left;
    width: 146px;
    height: 28px;

    /*padding: 6px 5px 2px 5px; MARKER JH - WIRD NICHT BENOETIGT*/

    border: 1px solid #cccccc;
    border-bottom-width: 0px;
    background: #ddd;
    margin: 0 0px 0px 0;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #cccccc, #dddddd); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #cccccc, #dddddd); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #cccccc, #dddddd); /* IE10 */
    background-image:      -o-linear-gradient(top, #cccccc, #dddddd); /* Opera 11.10+ */
    background-image:   linear-gradient(to bottom, #cccccc, #dddddd);

    font-size: 0.8em;
    /*text-align: center; MARKER JH, setzt optionen auf textalign center*/
    cursor: pointer;
}

ul.tabs li.first {
    width: 50px;
}

ul.tabs li a {
    text-decoration: none;
    color: #000;
}
ul.tabs li a:active {
    color: #000;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  {
    background: #eceef1;
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#f0f0f0)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #eeeeee, #f0f0f0); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #eeeeee, #f0f0f0); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #eeeeee, #f0f0f0); /* IE10 */
    background-image:      -o-linear-gradient(top, #eeeeee, #f0f0f0); /* Opera 11.10+ */
    background-image:   linear-gradient(to bottom, #eeeeee, #f0f0f0);
    color: #000;
}

.tab_container {
    clear: both;
    background: #eceef1;
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f8f8f8)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #f0f0f0, #f8f8f8); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #f0f0f0, #f8f8f8); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #f0f0f0, #f8f8f8); /* IE10 */
    background-image:      -o-linear-gradient(top, #f0f0f0, #f8f8f8); /* Opera 11.10+ */
    background-image:   linear-gradient(to bottom, #f0f0f0, #f8f8f8);

    border: 1px solid #cccccc;
    border-top-width: 0px;
    padding: 10px 5px 5px 5px;
}

h3.modulfield {
    margin: 15px 0 0 0;
    padding: 0;
}

.compare_container {
    /*margin: 10px 0; MARKER JH, wird nicht verwendet*/
}

#chart_controll {
    /*margin: 0px 0px 10px 0;*/
    /*padding: 3px 10px 3px 10px;*/
    /*border: 1px solid #ccc;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#area_production_data {
    margin-top: 20px;
    padding: 0;
}

.analysis_navbar {
    float: left;
    margin-right: 5px;
}

.analysis_navbar image {
    width: 32px;
}

.data_refresh {
    margin-right: 0;
}

.data_list_view {
    margin-right: 2px;
}

#btn_show_analysis_back, #btn_show_analysis_today, #btn_show_analysis_next, #btn_refresh_analysis, .date_selector {
    cursor: pointer;
}

fieldset    { border: 0; padding-bottom: 9px; }
label       { display: block; cursor: pointer; line-height: 20px; padding-bottom: 9px; text-shadow: 0 -1px 0 rgba(0,0,0,.2); float:left; margin-right: 20px;}
.radios     { padding-top: 2px; /* background: url(../images/divider.png) repeat-x 0 0; */ }
.label_check input,
.label_radio input  { margin-right: 0px; }
.has-js .label_check,
.has-js .label_radio { padding-left: 24px; background: #f00; }
.has-js .label_radio { background: url(../images/radio-off.png) no-repeat; }
.has-js .label_check { background: url(../images/check-off.png) no-repeat; }
.has-js label.c_on { background: url(../images/check-on.png) no-repeat; }
.has-js label.r_on { background: url(../images/radio-on.png) no-repeat; }
.has-js .label_check input,
.has-js .label_radio input { position: absolute; left: -9999px; }

.time_select_radios {
    display: none;
}

#current_load_bar {
    margin: 10px 0 0 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#current_load_bar_active {
    float: left;
    height: 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.width_235 {
    width: 235px;
}

.width_device_bar_summary {
    width: 230px;
}

.pd_load_bar {
    width: 100px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pd_load_bar_active {
    float: left;
    height: 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#current_load_bar span {
    padding: 6px 10px 3px 10px;
    font-size: 1.5em;
}

.top_left_window {
    padding: 5px;
}

#alarm_message_title {
    /*
    width: 300px;
    text-align: right;
    */
}

#alarm_message_title h2 {
    /*
    padding: 7px 2px 0px 0px;
    */
}

#powerdog_map {
    height: 140px;
    border: 1px solid #ccc;
}

.address_map {
    height: 140px;
    border: 1px solid #ccc;
}

.device_info_left {
    float: left;
    width: 250px;
    margin-right: 0px;
}

.device_info_right {
    float: right;
    width: 250px;
}

.device_info_middle {
    float: left;
    width: 400px;
    margin-left: 20px;
}

a.summary {
    text-decoration: none;
    color: #000;
}

.summary {
    margin: 0;
    padding: 0;
}

.diagram {
    height: 130px;
    border: 1px solid;
}
#slideshow_5 {
    margin-top: 50px;
}

.dummy {
    clear: both;
}

#summary_alertlist_header {
    padding: 2px 10px;
}

#summary_alertlist_header strong {
    text-transform: uppercase;
}

#page.message {
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius: 8px;
    behavior: url('templates/theme_606/scripts/PIE.php');
    background: -webkit-gradient(linear, 0 0, 0 150%, from(#fff), to(#f7f7f7));
    background: -moz-linear-gradient(#f00, #f7f7f7 150%);
    background: linear-gradient(#f00, #f7f7f7 150%);
    -pie-background: linear-gradient(#f00, #f7f7f7 150%);
}

#page.message {
    border:1px solid #DEDEDE;
    padding:16px;

    background:#FBC100;
    margin:5px 0 12px 0;
}

#page.message h2 {
    float: left;
    width: 200px;
}

dt.message {
    display:none;
}

h4.alert-heading {
    display: none;
}

#system-message
{
    font-weight: bold;
    color: #111;
    margin-bottom: 10px;
}

.alert-success {
    border: 2px #d6e9c6 solid;
    background: #dff0d8;
    padding: 10px 20px;
}

#system-message ul {
    list-style-type: none;
}

.sensorlist_switch {
    padding: 0;
    margin: 0px 0px 0 0;
    font-size: 0.9em;
    border: 1px solid #777;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;
    behavior: url('templates/theme_606/scripts/PIE.php');
    cursor: pointer;
}

.sensorlist_switch_checkbox {
    margin: 0;
}

.sensorlist_switch span {
    cursor: help;
}

.sensorlistxxx {
    padding: 0px 5px 5px 10px;
    margin: 2px 0px;
    font-size: 0.9em;
    border: 1px solid #ccc;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;
    behavior: url('templates/theme_606/scripts/PIE.php');
    cursor: pointer;
    background: #eeeeee;
}

.inverterxxx {
    padding-top: 6px;
}

.sensorlistxxx:hover, .sensorlistxxx:active {
    background: #f2b100; /* #f5d41d */
}

.sensorlist_checkboxxxx {
    margin: 10px 5px 0 0;
}

.sensorlistxxx span {
    cursor: help;
}

.button_full {
    width: 95%;
    /* padding: 0 5px; */
}

#period_type_status {
    margin-top: 15px;
    padding: 5px 10px;
    height: 46px;
    color: #000;
    /*border: 1px solid #ccc;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#label_time_period_1 {
    border: 1px solid #777;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    behavior: url('templates/theme_606/scripts/PIE.php');
}

#label_time_period_1 .symbol {
    width: 32px;
    height: 32px;
    float: left;
    background: #fff url(../images/time_select_day.png) no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url('templates/theme_606/scripts/PIE.php');
}

#label_time_period_1 span {
    display: block;
    float: right;
    width: 30px;
    padding: 6px 0 0 5px;
}

#label_time_period_2 {
    border-top: 1px solid #777;
    border-bottom:  1px solid #777;
}

#label_time_period_2 .symbol {
    width: 32px;
    height: 32px;
    float: left;
    background: #fff url(../images/time_select_month.png) right no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url('templates/theme_606/scripts/PIE.php');
}

#label_time_period_2 span {
    display: block;
    float: right;
    width: 50px;
    padding: 6px 0 0 5px;
}

#label_time_period_3 {
    border-top: 1px solid #777;
    border-bottom:  1px solid #777;
}

#label_time_period_3 .symbol {
    width: 32px;
    height: 32px;
    float: left;
    background: #fff url(../images/time_select_year.png) right no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url('templates/theme_606/scripts/PIE.php');
}

#label_time_period_3 span {
    display: block;
    float: right;
    width: 30px;
    padding: 6px 0 0 5px;
}

#label_time_period_4 {
    border: 1px solid #777;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    behavior: url('templates/theme_606/scripts/PIE.php');
}

#label_time_period_4 .symbol {
    width: 32px;
    height: 32px;
    float: left;
    background: #fff url(../images/time_select_all.png) right no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url('templates/theme_606/scripts/PIE.php');
}

#label_time_period_4 span {
    display: block;
    float: right;
    width: 50px;
    padding: 6px 0 0 5px;
}

.time_period_select {
    padding: 3px 10px 3px 4px;
    margin: 0;
}

.time_period_deselect {
    padding: 3px 10px 3px 4px;
    margin: 0;
}

#label_data_normed {
    font-size: 0.9em;
    margin: 3px 0 0 0;
    border: 1px solid #777;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;
    behavior: url('templates/theme_606/scripts/PIE.php');

    cursor: pointer;
}

#label_data_normed .symbol {
    width: 32px;
    height: 32px;
    float: left;
    background: #fff url(../images/data_normed_select.png) right no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url('templates/theme_606/scripts/PIE.php');
}

#label_data_normed span {
    display: block;
    float: right;
    width: 70px;
    padding: 6px 0 0 5px;
}

#label_data_details {
    font-size: 0.9em;
    margin: 3px 0 0 0;
    border: 1px solid #777;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;
    behavior: url('templates/theme_606/scripts/PIE.php');

    cursor: pointer;
}

#label_data_details .symbol {
    width: 32px;
    height: 32px;
    float: left;
    background: #fff url(../images/data_details_select.png) right no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url('templates/theme_606/scripts/PIE.php');
}

#label_data_details span {
    display: block;
    float: right;
    width: 50px;
    padding: 6px 0 0 5px;
}

#label_data_chart_view {
    /* MARKER JHfont-size: 0.9em;
    margin: 1px 0 0 0;
    border: 1px solid #777;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;*/
    behavior: url('templates/theme_606/scripts/PIE.php');
    cursor: pointer;
}

#label_data_chart_view .symbol {
    width: 32px;
    height: 32px;
    float: left;
    /*background: #fff url(../images/data_view_chart.png) right no-repeat;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url('templates/theme_606/scripts/PIE.php');
}

#label_data_chart_view span {
    display: block;
    float: right;
    width: 60px;
    padding: 6px 0 0 5px;
}

#label_data_list_view {
    /* MARKER JH font-size: 0.9em;
    margin: 1px 0 0 0;
    border: 1px solid #777;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;*/
    behavior: url('templates/theme_606/scripts/PIE.php');
    cursor: pointer;
}

#label_data_list_view .symbol {
    width: 32px;
    height: 32px;
    float: left;
    /*background: #fff url(../images/data_view_list.png) right no-repeat;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url('templates/theme_606/scripts/PIE.php');
}

#label_data_list_view span {
    display: block;
    float: right;
    width: 60px;
    padding: 6px 0 0 5px;
}

#label_data_export_view {
    font-size: 0.9em;
    margin: 1px 0 0 0;
    border: 1px solid #777;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;
    behavior: url('templates/theme_606/scripts/PIE.php');
    cursor: pointer;
}

#label_data_export_view .symbol {
    width: 32px;
    height: 32px;
    float: left;
    /*background: #fff url(../images/data_view_list.png) right no-repeat;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url('templates/theme_606/scripts/PIE.php');
}

#label_data_export_view span {
    display: block;
    float: right;
    width: 60px;
    padding: 6px 0 0 5px;
}

.data_details_select {
    padding: 3px 3px 3px 4px;
    margin: 0;
}

.data_details_deselect {
    padding: 3px 3px 3px 4px;
    margin: 0;
}

.data_normed_select {
    padding: 3px 3px 3px 4px;
    margin: 0;
}

.data_normed_deselect {
    padding: 3px 3px 3px 4px;
    margin: 0;
}

.sensor_select {
    background: url(../images/check-on.png) right no-repeat !important;
}

.sensor_deselect {
    background: url(../images/check-off.png) right no-repeat !important;
}

.sensor_select_left {
    background: url(../images/check-on.png) left no-repeat !important;
}

.sensor_deselect_left {
    background: url(../images/check-off.png) left no-repeat !important;
}

.sellectAllCheckboxes {
    text-transform: uppercase;
    font-size: 0.9em;
}

.inverter_selectxxx {
  /*  background:  #f2b100; */ /* #f5d41d */
    color: #f1a501;
}

.inverter_deselectxxx {
    background: #555555;
    color: #ccc;
}

#chart_controll_top {
    padding: 0 0 0 0;
    margin: 0;
}

#time_period_type_selection_area {
    float: left;
    width: 400px;
}

#data_details_status {
    float: right;
    width: 110px;
}

#data_normed_status {
    float: left;
    width: 130px;
}

.data_normed_status checkbox {
    padding: 0;
    margin: 0;
}

.slideContent {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*
.error_state_0		{ margin: 1px auto; width:35px; height:90px; background:url(../images/ampel.png) -90px 0px no-repeat; }
.error_state_10		{ margin: 1px auto; width:35px; height:90px; background:url(../images/ampel.png) -90px 0px no-repeat; }
.error_state_20		{ margin: 1px auto; width:35px; height:90px; background:url(../images/ampel.png) -133px 0px no-repeat; }
.error_state_30		{ margin: 1px auto; width:35px; height:90px; background:url(../images/ampel.png) 1px 0px no-repeat; }
*/
.boxfull {
    position: relative;
}

.slide_button_top {
    /*
    float: right;
    text-align: right;
    background: #f00;
    padding: 0 30px 0 0;
    */
    position: absolute;
    bottom: 0px;
    right: 0px;

    z-index: 1000;
    width: 400px;
    height: 20px;
    cursor: pointer;
}

.slideUp {
    background: #ff0000;
    background: url(../images/arrow_up.png) top right no-repeat;
    color: #222;
}

.slideDown {
    background: #ff0000;
    background: url(../images/arrow_down.png) top right no-repeat;
    color: #222;
}

.module_social {
    width: 100px;
    margin: -46px 0 0 0px;;
    padding: 0;
}

.tooltip {
    width: auto;
    height: auto;
    padding: 10px;
    margin: 0;
}

.pg-normal {
    cursor: pointer;
}

.pagelink {
    padding: 0px;
    margin: 2px;
}

#alarm_page_title {
    margin: 0;
    padding: 0;
}

#alarm_message_title {
    margin: 0;
    padding: 0;
}

.control_message {
    padding: 5px 15px;
}

ul.social {
    list-style: none;
}

ul.social li {
    float: left;
}

#test {
    float: right;
    width: 30px;
    height: 30px;
    background: #ccc;
}

.show_remember_label {
    display: inline-block;
}

.hide_remember_label {
    display: none;
}

.errorstate_10 {
    background:		#88f;
    color: #000;
}

.errorstate_20 {
    background:		#ff8;
    color: #000;
}

.errorstate_30 {
    background:		#f88;
    color: #000;
}

#installateur_info {
    padding: 5px 15px;
    width: 650px;
}

#installateur_info_text {
    width: 430px;
    float: left;
}

.installateur_info_image {
    width: 220px;
    float: right;
}

ul.search_filter {
    list-style: none;
}

ul.search_filter li {
    float: left;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

ul.search_filter li:first-child {
    float: left;
    border-left: 0px solid #ccc;
}

.form-colorpicker {
    padding: 2px 10px !important;
    font-size: 1.0em !important;
    border: 1px solid #777;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    behavior: url('templates/theme_606/scripts/PIE.php');
}

ul.brand_preview_submenu1 {
    list-style: none;
    margin-left: 30px;
}

ul.brand_preview_submenu1 li {
    float: none;
    padding: 3px 10px;
    margin-bottom: 1px;
    width: 160px;
}

.header_preview_topbar {
    height: 50px;
}

.header_preview_topbar_wrapper {
    height: 50px;
    background:url(../images/bg_raster_trans.png) top left repeat-x;
}

.header_preview {
    height: 110px;
}

.brand_text_info {
    float: right;
    margin: 15px 10px 0 0 !important;
}

.brand_button {

}

.brand_main_background {
    height: 80px;
}

.control_panel_content h1, .control_panel_content h2, .control_panel_content h3 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}

.control_panel_content h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 8px 0;
}

.control_panel_content h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 2px 0;
}

.control_panel_content h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 3px 0;
}

.control_panel_content a {
    font-weight: bold;
}

.control_panel_content ul, .control_panel_content ol {
    margin: 0 0 10px 0;
}

.control_panel_content ul li {
    margin-left: 20px;
}

.control_panel_content ol li {
    margin-left: 25px;
}

.control_panel_content_left {
/*    overflow: hidden;*/
}

.color_picker_wrapper {
/*    position: relative;
    background: #f00;
    */
}

.hidden {
    display: none !important;
}

#login_form_html {
    background: #fff;
    font-family: Courier;
    padding: 5px;
    width: 600px;

    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
}

.branding_editor {
    height: 500px !important;
}

td.width_5, td.width_10, td.width_15, td.width_20, td.width_40,
td.table_eventlog_timestamp, td.table_eventlog_sensorname, td.table_eventlog_errortext {
    color: #333;
}

td.width_15, th.width_15  {
    width: 68px;
}

td.width_20, th.width_20 {
    width: 100px;
}

td.width_10, th.width_10 {
    width: 56px;
}

td.width_5, th.width_5 {
    width: 40px;
}

.pg-selected {
    font-weight: bold;
}

td.device_parameter_name {
    width: 50%;
}

.device_details_left {
    float: left;
    width: 650px;
    margin-right: 0px;
}

.device_details_right {
    text-align: right;
    float: right;
    width: 280px;
}

th.device_list_70 {
    width: 70%;
}

th.device_list_15 {
    width: 15%;
}

.premium_services {
    border: 1px solid #aaa;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
    margin: 0 0 10px 0;
    padding: 15px;
}

.col3-left1
{
    float: left;
    width: 30%
}

.col3-left2
{
    float: left;
    width: 55%
}

.col3-left3
{
    float: left;
    width: 15%;
    text-align: right;
}

ul.payment_service {
    list-style: none;
    clear: both;
    padding: 10px 0;
    background: #eee;
    border: 1px solid #777;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
}

ul.payment_service li {
    float: left;
    border-left: 1px solid #777;
    margin-right: 10px;
    padding-left: 10px;
    width: 150px;
}

ul.payment_service li:first-child {
    width: 200px;
    padding: 10px;
    border-left: none;
}

ul.payment_service li p {
    margin: 0;
    padding: 0;
}

.message_info {
    border: 1px solid #000;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;
}

.message_info_small {
    font-weight: bold;
    font-size: 0.7em;
    margin: 10px 20px 0 0;
    padding: 0 10px;
    border: 1px solid #333;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;
}

.message h2 {
    margin: 8px 0 0 30px;
}

#table_listview {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

#table_listview td {
    height: 10px;
}
.listViewSelector {
    text-align: right;
}

.rotate90 {
    /*
    width: 300px;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    */
}

p.csv_download_link image {
    float: left;
}

p.csv_download_link span {
    display: block;
    margin: -26px 0 0 54px;
    padding: 0;
}

.reset_btn {
    cursor:pointer;
    margin: -3px 0 0 3px;
    padding: 0;
}

#noscript {
    margin-top: 30px;
}

#mask {
    position:absolute;
    z-index:9000;
    background-color:#000;
    display:none;
}

#boxes .window {
    position:fixed;
    width:440px;
    height:200px;
    display:none;
    z-index:9999;
    padding:20px;
}

#boxes .window_large {
    position:absolute;
    top: 50px;
    left: 50%;
    width:640px;
    height:400px;
    display:none;
    z-index:9999;
    padding:20px;
}

#boxes #dialog {
    background: #fff;
    width:600px;
    height:500px;
}

#boxes #remove_assignment {
    background: #fff;
    width:500px;
    height:300px;
}

#dialog h3 {
    margin: 0;
    padding: 0;
}

.window .close,
.window_large .close {
    float: right;
}

#dialog-confirm,
.modalWindow {
    display: none;
}

.green {
    color: #008000;
}

.red {
    color: #ff0000;
}

ul.error_messages {
    list-style-type: circle;
}

ul.actions {
    list-style: none;
}

ul.actions li {
    float: left;
}

#inverterView {
    position: relative;
}

.ajax-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 300;
    background: #000;
    /* url(../images/loading.gif) no-repeat;
    -moz-opacity: 0.10;
    -khtml-opacity: 0.10;
    opacity: 0.10;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=10);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    filter:alpha(opacity=10);
    */
}

.item ul {
    margin: 0 0 0 13px;
    padding: 0;
}

.item a {
    color: #f1a501;
}

.dataTables_wrapper select {
    padding: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1.1em;
}

.dataTables_wrapper input[type="search"] {
    padding: 6px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1.1em;
    margin-right: 0;
}

.countryImage img {
    margin-top: 1px;
    margin-right: 5px;
    float: left;
}

.countryImage span {
    display: block;
    float: left;
}

.warning {
    color: #f00;
}

.config-button {
    background: #ccc;
    padding: 15px 0px !important;
    margin-bottom: 10px;
    text-align: center;
}

.config-button:hover {
    background: #fcb929 !important;
    cursor: pointer;
}</pre></body></html>