/* RESET */
* { margin: 0; padding: 0; }

fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; }
.wrapper {
  position: relative;
  width: 80em;
  margin-left: auto;
  margin-right: auto;
}
.clear { clear: both; visibility: hidden; }



/* GENERAL */
html, body {
background-color: #F4F4F5;
height: 100%;
font-size:0.865em;
font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}



/* LAYOUT */
#headerbg {
  width: 100%;
  height: 120px;
  background-color: #FFFFFF;
}
#header {
  width: 80em;
  height: 120px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-top:-120px;
}
#logobox {
    height: 45px;
    position: relative;
    top: 37px;
    width: 288px;
}
#captionbox {
    color: #919191;
    font-size: 14pt;
    left: 320px;
    position: relative;
    top: 12px;
    width: 250px;
}
#logoutbox {
    margin-top:-20px;
    float:right;
    text-align:right;
}
#headershadow {
  width: 80em;
  height:2em;
  margin-left: auto;
  margin-right: auto;
  margin-top:-2em;
  box-shadow: 0 5px 7px -7px #848484;
  position: absolute;
}
#content {
    float: left;
    width: 62.5em;
    margin-bottom: 2em;
    padding-top:1em;
}
#content_header {
    height: 4em;
    display: none;
}
#content_left {
    float: left;
    margin-bottom: 0;
    padding: 1em 0 0;
    min-width: 17.42em;
    display: block;
}
#content_main {
    float: left;
    line-height: 1.5em;
    width: 40.5em;
}
#content table.standardtable {
    border: 1px solid #F6CF45;
    border-collapse:collapse;
    width: 100%;
}
#content table.standardtable thead {
    text-align: left;
}
#content table.standardtable th {
    padding: 0.1em 0.5em 0.1em 0.5em;
    background-color: #F6CF45;
    color: #FFF;
    text-align: left;
    height:2em;
    font-size:1.17em;
}
#content table.standardtable tbody {
    padding-top: 0;
}
#content table.standardtable tbody tr {
    background-color: #FFF;
}
#content table.standardtable td {
    padding: 0.1em 0.5em 0.1em 0.5em;
    /*vertical-align: top;*/
}
#content table.standardtable tr:nth-child(2n) {
    background-color: #EEE;
}

.content_border {
    border: 1px solid #DBD9D9;
    padding: 1.5em;
    margin-bottom: 0.7em;
}
#content_right {
    float: right;
    width: 22em;
}
#breadcrumb {
    display: block;
    height: 1.5em;
    padding: 1em 0 0;
    width: 60em;
}
#content_right .box {
    background-color: #FFFFFF;
    border: 1px solid #E8E9EB;
    margin: 0 auto 1.33em;
    overflow: hidden;
    width: 19.17em;
}
#content_right .box_padding {
    font-size: 1em;
    margin: 1em;
}
#content_right .box_padding input{
    border: 1px solid black;
    margin: 0.5em 0px 0px;
    padding: 0em 0em 0em 0.42em;
    width: 8em !important;
    float: left;
    border-radius:0px;
}
#content_right .box_padding button{
    background-image: url("../img/bullet_submit.png");
    font-family: Arial,Verdana,Helvetica,Sans-Serif;
    font-size: 1em;
    background-color: #FFFFFF;
    border: medium none;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0.5em 0px 0px 1em;
    padding: 0em 0em 0em 1em;
    text-align: left;
    cursor: pointer;
    color: #F6CF45;
}
#content_end {
  background-color: #fff !important;
}
#footer {
    background-color: #FFFFFF;
    margin: 2em auto;
    padding:1.5em;
    width: 77em;
    text-align:center;
}


/* LISTS */
ul, ol, ul li, ol li {
    text-align: left;
}
#breadcrumb li {
    background-image: url("../img/bullet_breadcrumb.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #919191;
    float: left;
    list-style: none outside none;
    margin: 0 0.5em 0 0;
    padding: 0 0 0 0.75em;
    font-weight:bold;
}
#content_left ul {
    background: url("../img/shadow.gif") no-repeat scroll right bottom #EEEEEE;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0 0.42em 0.42em 0;
    width: 14.1em;
}
#content_left ul li {
    background: url("../img/list_item_submenu.png") no-repeat scroll 0.08em top transparent;
}
#content_left ul li {
    line-height: 1.75em;
    margin: 1px 0 0;
    padding: 0;
}
/* #content_left ul li.top {
    background: url("../img/list_item_top.gif") repeat-x scroll right top transparent !important;
} */
#content_left ul li.top {
    border: 0 none !important;
    font-size: 2px;
    height: 2px;
    line-height: 2px;
    margin: 0 !important;
    padding: 0 !important;
}
#content_right ul {
    font-size: 1em;
    list-style: none outside none;
    margin-left: 0;
    margin-top: 1em;
    padding-left: 0;
    text-align: left;
    text-decoration: none;
    margin-top: 0.3em !important;
}
#content_right ul li {
    background-position: left 0.2em;
    background-repeat: no-repeat;
    line-height: 1.45em;
    list-style: none outside none;
    margin-bottom: 0.3em;
    padding-left: 1.2em;
    background-image: url("../img/bullet_submit.png");
}
ul#footer_bottom {
    border-top: 1px solid #3F947F;
    line-height: 2.67em;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.08em;
    padding: 0;
    width: 77em;
}
ul#footer_bottom li {
    background-image: url("../img/footer_spacer.gif");
    background-position: right center;
    background-repeat: no-repeat;
    color: #919191;
    display: block;
    float: left;
    margin-right: 0.75em;
    padding-right: 1em;
}



/* FONTS */
html, body { font-family:Lato, Arial, Verdana, Helvetica, sans-serif; font-style: regular; font-weight: normal; }
h1, h2, h3, h4 {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2em;
    padding-bottom: 0.7em;
    padding-top: 1px;
}
h1 {
    color: #1B2038;
    font-size: 25px;
    font-weight: 100;
    line-height: 34px;
    margin: 0 0 0.5em !important;
    padding: 0 0 0.5em;
    background-image: url("../img/modhead.png");
    background-position: left bottom;
    background-repeat: repeat-x;
}
h2 {
    color: #1B2038;
    font-size: 1.33em;
    font-weight: bold;
    padding: 0;
    margin-bottom:0.75em;
}
.content_border h2 {
    color: #F6CF45;
    margin:0;
}
h3, .h3 {
    color: #F6CF45;
    font-size: 1em;
    font-weight: bold;
}
#details h3, #log h3 {
  color: #000000;
  padding: 0;
}
th h3 {
    color: #000000;
}
#content_left h2 {
    background-image: url("../img/bullet_submit.png") !important;
    color: #F6CF45 !important;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 1.33em;
    font-weight: bold;
    margin: 1em 0 1em 1.13em;
    padding-left: 1.13em;
    padding-bottom: 0;
    padding-top: 0;
    text-decoration: none;
}
#content_left h2.selected a {
	/*background-image: url("../img/list_item_down.png") !important;*/
	color: #F6CF45 !important;
}
#content a {
    color: #919191;
}
#content_right h2 {
    background-color: #E8E9EB;
    color: #1B2038;
    font-size: 1.17em;
    font-weight: bold;
    height: 1.67em;
    line-height: 1.67em;
    margin: 0;
    overflow: hidden;
    padding-left: 0.5em;
    padding-bottom: 0;
    padding-top: 0;
}
#content_right h3 {
    font-size: 1.2em;
}
p.info {
    text-align: center;
    font-size: 1.1em; 
    font-weight: bold;
}
.small {
    font-size: 0.8em;
    font-weight: normal;
}
#logoutbox p {
    float:left;
    font-weight: bold;
}
.s01, .s02, .s03, .s04 {
    font-weight: bold;
    text-transform: uppercase;
}
.s01, .s03, .error_text {
    color: rgb(200,0,0);
    font-size:1.5em;
    text-align:center;
    margin:1em;
}
.value {
/*  color:#000000; */
  font-weight:bold;
/*  font-size:14pt; */
  float: right;
}
.value_big {
  color:#000000;
  font-weight:bold;
  font-size:22pt;
  float: right;
}


/* LINKS */
a:link, a:visited {
    color: #246078;
    text-decoration: none;
}
a:active, a:hover {
    color: #246078;
    text-decoration: underline;
}
#content_left h2 a, #content_left h2 a:link, #content_left h2 a:visited {
    color: #1B2038;
    text-decoration: none;
}
#content_left h2 a:hover, #content_left h2 a:active {
    color: #F6CF45 !important;
}
#content_left ul li a {
    color: #333333;
    display: block;
    margin: 0;
    padding: 0 0 0 2em;
    text-decoration: none !important;
}
#content_left ul li a:active, #content_left ul li a:hover {
    color: #246078;
    font-weight: bold;
    display: block;
    margin: 0;
    padding: 0 0 0 2em;
    text-decoration: none !important;
}
#content_left ul li a.selected, #content_left ul li a.selected.active, #content_left ul li a.selected:hover {
    background: url("../img/list_item_submenu_on.png") no-repeat scroll 0.08em top transparent !important;
    color: #246078;
    font-weight: bold;
}
#breadcrumb li a {
    color: #919191;
    text-decoration: underline;
    font-weight:normal;
}
a.more {
    background-image: url("../img/bullet_submit.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding-left: 1em;
    width: 18em;
}
#content_right ul li a {
    color:#606374;
    font-size: 1em;
    margin-top: 1em;
    text-align: left;
    text-decoration: none;
}
#content_right ul li a:active, #content_right ul li a:hover {
    /*text-decoration: underline;*/
    color: #F6CF45;
}
#footer_top div a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    line-height: 1.5em;
    margin-right: 1em;
    padding-right: 1.5em;
    text-decoration: none;
}

#footer_bottom a {
    color: #919191;
    text-decoration: none;
}

#content .standardtable a {
    color: #F6CF45;
}

#content .standardtable th a {
    color: #FFFFFF;
}

/* TABLES */
#details, #log {
    width: 100%;
    border: 1px solid #DBD9D9;
    margin-bottom: 0.7em;
    border-radius: 4pt 4pt 4pt 4pt;
}
#details td, #log td, #log th {
    padding: 0.5em;
    /*border-left: 1px solid #DBD9D9;*/
}
#log td {
    padding: 4px;
}
#details tr:nth-child(2n), #log tr:nth-child(2n) {
    background-color: #EEEEEE;
}
#log td.INF {
    background-image: url("../img/icon_info.png");
    background-position: 4px center;
    background-repeat: no-repeat;
    padding-left: 3em;
}
#log td.WRN {
    background-image: url("../img/icon_warning.png");
    background-position: 4px center;
    background-repeat: no-repeat;
    padding-left: 3em;
}
#log td.ERR {
    background-image: url("../img/icon_error.png");
    background-position: 4px center;
    background-repeat: no-repeat;
    padding-left: 3em;
}


/* BUTTONS */
.prim_button {
    border: 2px solid #F6CF45;
    border-radius: 90px;
    background: none;
    color: #F6CF45;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.5em;
    display: inline-block;
}
.prim_button:active, .prim_button:hover {
    background: #F6CF45;
    color:#FFFFFF;
    text-decoration: none;
    cursor: pointer;
}
.sec_button {
    border: 1px solid #919191;
    border-radius: 90px;
    background: #FFFFFF;
    color: #919191;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.5em;
    display: inline-block;
}
.sec_button:active, .sec_button:hover {
    background: #919191;
    color: #FFFFFF !important;
  	text-decoration: none;
    cursor: pointer;
}
form .prim_button, form .sec_button {
    width: 100%;
    margin-bottom: 0.7em;
}
#logoutbox a.sec_button {
    margin-left: 1.5em;
}
#logoutbox a:link, #logoutbox a:visited {
    color: #919191;
    text-decoration: none;
}
#logoutbox a:active, #logoutbox a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


/* FORMS */
/*form {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}*/
input[type=text], input[type=password] {
    width: 98%;
    border: 1px solid #919191;
    padding: 0.3em;
    margin-bottom: 0.7em;
    margin-right:0.3em;
    border-radius: 4pt 4pt 4pt 4pt;
}
input.error {
    border: 2px solid #C80000;
}
fieldset {
    margin-bottom: 0.7em;
}
label {
    font-weight:bold;
    color: #595959;
    display: inline-block;
}
#check {
    margin-top:0.7em;
    margin-bottom:0.7em;
}
#check label {
    vertical-align: text-bottom;
}
.captcha {
    display: block;
    margin: 0.7em;
}
.parameter {
    float:right;
    font-size: 14pt;
    font-weight: bold;
}
/* checkbox in #form_parameter */
.label {
    float: left;
    margin-bottom: 0em;
    width: 40%;
}
img.checkbox:hover, img.checkbox:active {
  cursor: pointer;
}
#form_parameter input[type=text] {
    border: 0 none;
    font-size: 14pt;
    font-weight: bold;
    margin-right: 0;
    padding-right: 0;
    text-align: right;
    width: 100px;
}
#form_parameter input[type=checkbox] {
    margin-bottom: 2.1em;
}
#form_settings input[type=text] {
    padding: 0.3em 0em 0.3em 0.3em;
    margin: 0px;
}
.plus {
    height: 30px;
    width: 30px;
    border:0;
  	background-color: rgba(0,0,0,0);
    background-image: url("../img/button_plus.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.plus:active, .plus:hover {
    background-image: url("../img/button_plus_over.png");
}
.plus_blur, .plus_blur:active, .plus_blur:hover {
    height: 30px;
    width: 30px;
    border:0;
    background-image: url("../img/button_plus.png");
    filter:alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
    cursor: default;
}
.minus {
    height: 30px;
    width: 30px;
    border:0;
  	background-color: rgba(0,0,0,0);
    background-image: url("../img/button_minus.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.minus:active, .minus:hover {
    background-image: url("../img/button_minus_over.png");
}
.minus_blur, .minus_blur:active, .minus_blur:hover {
    height: 30px;
    width: 30px;
    border:0;
    background-image: url("../img/button_minus.png");
    filter:alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
    cursor: default;
}

.stat0,.stat1,.stat2 {
    color:#009900;
    font-weight:bold;
    text-align:center;
}
.stat3 {
    color:#FFAA00;
    font-weight:bold;
    text-align:center;
}
.stat4,.stat5,.stat8 {
    color:#FF0000;
    font-weight:bold;
    text-align:center;
}

/* PLANT1 */
#content table.standardtable th.service, #content table.standardtable td.service,
#content table.standardtable th.power, #content table.standardtable td.power {
    text-align:right;
}

/* Disabled elements (debug) */
.slist { display:none; }
