html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}

body { background-color:#eee; }
body, input, select, textarea, td { font-size: 11px; font-family: verdana, arial, tahoma, sans-serif; }
a { color:white; }

.color-white { }
.color-white h3 { color: white; }

#login .username td {
    width: 130px;
}

/* Head section */
#head {
    padding: 10px;
    padding-bottom: 15px;
}

#head img {

}

/* Columns section */
#columns { padding-left: 5px; }
.column {
    float: left;
    min-height:100px;
    height: auto !important;  /* für moderne Browser */
    height: 100px;  /*für den IE */
    padding-bottom: 50px;
}
.widget { margin: 5px 5px 0 0; }

.widget .widget-head-locked,
.widget .widget-head {
    color: #000;
    overflow: hidden;
    cursor: move;
    background-color: #405b97;
    background-image: url(/static/img/gfx/widget-head-bg.gif);
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    height: 21px;
    padding-right: 3px;
}

.widget .locked {
    background-image: url(/static/img/gfx/widget-head-bg-orange.gif);
}

.widget .widget-head-locked h3,
.widget .widget-head h3 {
    padding: 4px 5px 3px 5px;
    font-weight: normal;
    font-size: 11px;
    float: left;
    color: #fff;
    font-weight: bold;
    text-shadow: black 1px 1px 0px;
}

.widget .widget-content {
    background-color: white;
    padding: 0px;
    color: #333;
    /*overflow: hidden;*/
    border: 1px solid #8c9ec9;
    border-top: none;
}

.widget .widget-locked {
    border-color: #fe6204;
}

.widget .widget-status {
    width: 17px;
    height: 17px;
    background-color: #fe6204;
    font-size: 11px;
    color: white;
    float: right;
    background-image: url(/static/img/smoothness/ui-icons_ffffff_256x240.png);
    background-position: -192px -96px;
}

/* End Columns section */

.widget-head-locked a.remove,
.widget-head a.remove  {
    float: right;
    display: inline;
    background-image: url(/static/img/smoothness/ui-icons_ffffff_256x240.gif);
    background-position: -80px -128px;
    width: 14px;
    height: 14px;
    margin: 3px 3px 3px 3px;
    text-indent: -9999em;
    outline: none;
}

.widget-head-locked a.edit,
.widget-head a.edit  {
    float: right;
    display: inline;
    background-image: url(/static/img/smoothness/ui-icons_ffffff_256x240.gif);
    background-position: -176px -112px;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    margin: 3px 0px 3px 3px;
    outline: none;
}

.widget-head-locked a.collapse,
.widget-head a.collapse  {
    float: left;
    display: inline;
    background-image: url(/static/img/smoothness/ui-icons_ffffff_256x240.gif);
    background-position: 0 0;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    margin: 3px 0 3px 3px;
    outline: none;
}

.widget-head-locked a.lock,
.widget-head a.lock  {
    float: right;
    display: inline;
    background-image: url(/static/img/smoothness/ui-icons_ffffff_256x240.gif);
    background-position: -208px -96px;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    margin: 3px 0px 3px 3px;
    outline: none;
}

.widget-head-locked a.help,
.widget-head a.help  {
    float: right;
    display: inline;
    background-image: url(/static/img/smoothness/ui-icons_ffffff_256x240.gif);
    background-position: -208px -48px;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    margin: 3px 0px 3px 3px;
    outline: none;
}

.widget-head-locked a.zoom,
.widget-head a.zoom  {
    float: right;
    display: inline;
    background-image: url(/static/img/smoothness/ui-icons_ffffff_256x240.gif);
    background-position: -160px -48px;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    margin: 3px 0px 3px 3px;
    outline: none;
}

.widget-placeholder { background-color: #fdfbc2; border: 1px solid #ffd08e; margin: 10px 10px 0 0; padding: 0px; }

.edit-box {
    overflow: hidden;
    background: #333 url(/static/img/widget-content-bg.png) repeat-x;
    margin-bottom: 2px;
    padding: 10px 0;
}

.dragging .widget-content { display: none; visibility: hidden; border: 1px solid black; }

/* Text Fields */
.field-container { padding: 3px; border: 1px solid #DDDDDD; margin-bottom: 5px; }
.field-container input { background: none; border: none; margin: 0px; padding: 0px; width: 100%; }
.field-container-error { border-color: #cd0f0f; background-color: #f8f2f2; }

#fullscreen-content {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 62px;
}

.glossaritem { margin-bottom: 10px; border: 1px solid #8295BF; color: #fff; padding: 10px; font-size: 12px;}
.glossaritem .term { font-weight: bold; margin-bottom: 10px;}
.glossaritem .description { margin-left: 30px;}
.glossaritem .update { padding: 8px 0px;}
.glossaritem .model {float: left; width: 200px;}
.glossaritem .times {float: left;}

.wetterampel-thresholds { margin-top: 10px;}
.wetterampel-thresholds th { padding: 6px 8px; vertical-align: middle; }
.wetterampel-thresholds th img { vertical-align: middle; padding-left: 5px;}
.wetterampel-thresholds td { padding: 4px 8px; text-align: center;}
.wetterampel-thresholds td.first { padding: 4px 8px; text-align: left;}
.wetterampel-thresholds td input[type=text] { width: 40px; padding-left: 2px;}
.wetterampel-thresholds td input { border: none;}
.wetterampel-thresholds td .operator { padding: 0px 5px; font-weight: bold; font-size: 16px;}


/* select 2 additions */
.settings, .settings2 {
    padding: 5px;
}

.settings .section, .settings2 .section {
    margin: 0 0 5px 0;
}

.settings .section .select, .settings2 .section .select, .settings .select2box {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0;
}

.settings .section a, .settings2 .section a {
    color: #000 !important;
}


/* Options for settings section of widgets */
.legend-infobox{
    display:none;
    padding:3px;
    color: #fff;
    border-top: 1px #fff solid;
}

div.legend{
    margin-top:3px;
    overflow: auto;
    width: 100%;
}

div.legend .legend-line{
    float:left;
    margin-bottom: 2px;
    white-space:nowrap;
}

div.legend .legend-line div{
    width:20px;
    height:10px;
    float:left;
    margin-right:4px;
    border: 1px solid #fff;
}

div.control-section{
    background: #333;
}
/* END OF: Options for settings section of widgets */



#columns div.tabs div.tabs-container {
    background-color: #eee;
    border-bottom: 2px solid #6ca8ce;
}

#columns div.tabs ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#columns div.tabs ul li {
    position: relative;
    float: left;
    border-bottom-width: 0 !important;
    float: left;
    padding: 0px;
    margin: 0px;
}

#columns div.tabs ul li a {
    background-color: white;
    text-decoration: none;
    float: left;
    display: block;
    color: #666;
    margin-right: 1px;
    padding: 3px 6px;
}

#columns div.tabs ul li a.active {
    color: white;
    background-image: url(/static/img/lightblue-gradient.png);
}

table.myweather th {
    text-align: center;
    background-color: #e0eaf1;
    border-bottom: 1px solid #9dc4dc;
    padding: 3px 5px;
    width: 12.5%;
    font-weight: normal;
    color: #105b8d;
}

table.myweather td {
    border-right: 1px solid #EEEEEE;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    padding: 4px 4px;
}

table.myweather td.temperature {
    font-size: 13px;
}

table.myweather td.icon {
    padding: 2px;
}

div.list-entry {
    padding: 3px 6px;
    border-bottom: 1px solid #EEEEEE;
}

/* Header */
#header {
    background-color: #002474;
}

#header-tablerow .controls { width: 320px; vertical-align: bottom; padding: 8px; text-align: right; color: white; }

#logo {
    padding: 9px;
    padding-bottom: 8px;
    padding-right: 20px;
}

#toolbox {
    color: #40598c;
    position: absolute;
    top: 10px;
    font-size: 11px;
    right: 10px;
}

#toolbox a {
    color: #aebcd9;
    text-decoration: none;
}

#toolbox a:hover {
    color: white;
}

/* Navigation */
#navigation {

}

#navigation ul li {
    float: left;
}

#navigation ul li a {
    margin-top: 1px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    display: block;
    background-color: #264589;
    text-decoration: none;
    padding: 7px;
    margin-right: 2px;
    color: #fff;
    white-space: nowrap;
    font-family: arial, sans-serif;
    font-weight: bold;
}

#navigation ul li a.config {
    background-color: #1b397e;
    font-size: 11px;
    padding: 4px 6px;
}

#navigation ul li a.active {
    background-color: #EEEEEE;
    color: black;
}

#navigation ul li a:hover {
    text-decoration: underline;
}

#navigation ul li a.active:hover {
    text-decoration: none;
}

#navigation ul li a.highlight {
    background-color: #516aa0;
}

#navigation ul li a.position.left {
    background-color: #516aa0;
    padding: 1px;
    margin-top: 2px;
    text-align: center;
}

#navigation ul li a.position.right {
    text-align: center;
    background-color: #516aa0;
    padding: 1px;
    margin-bottom: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
}

#columns a {
    color: #2d62ba;
    text-decoration: none;
}

#columns a:hover {
    color: #000000;
    text-decoration: underline;
}

#columns a.list input {
    margin: 0px;
    padding: 0px;
}

#columns a.list,#columns a.list-small,#columns a.list-active {
    text-decoration: none;
    display: block;
    clear: both;
    padding: 4px 4px;
    border-bottom: 1px solid #EEEEEE;
    color: #444444;
}

#columns a.list:hover {
    background-color: #EEEEEE;
    color: black;
}

#columns a.list-active {
    background-color: #5970a5;
    border-bottom: 1px solid #526ea9;
    color: white;
}

#columns .section a {
    color: #fff;
}

div.error {
    border-top: 1px solid white;
    background-color: #edd9d9;
    color: #8e2222;
    padding: 4px 6px;
}

table.data tr td {
    padding: 4px 6px;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEE;
}

table.data tr th {
    background-color: #EEEEEE;
    padding: 4px 6px;
    text-align: left;
    font-weight: normal;
    color: #666666;
    border-bottom: 1px solid #DDDDDD;
}

table.data tr td.checkbox {
    width: 16px;
    padding: 2px 4px;
    padding-right: 0px;
    vertical-align: middle;
    border-right: none;
}

table.data tr td.checkbox input {
    margin: 0px;
}

table.data tr td.icon {
    text-align: center;
    padding: 0px;
}

table.data tr td.icon input {
    margin: 0px;
}

table.data tr.list {
    padding: 4px 6px;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEE;
}

table.data tr.list:hover {
    background-color: #EEEEEE;
    color: black;
}

#widget-selector {
    border-top: 2px solid white;
    display: none;
}

#controlwidget-selector {
    background-image: url(/static/img/portal-bg.png);
    background-repeat: repeat-x;
    padding: 0px 12px;
    color: #b5c1d9;
    font-size: 14px;
    display: none;
    position: absolute;
    right: 0px;
    z-index: 10000;
}

#controlwidget-selector {display: none;}
#controlwidget-selector a:link {text-decoration: none; margin: 10px 0px; display: block;}
#controlwidget-selector a:link .marker {visibility: hidden;}
#controlwidget-selector a:hover .marker {visibility: visible;}

#view-configurator {
    background-image: url(/static/img/portal-bg.png);
    background-repeat: repeat-x;
    padding: 5px 12px;
    color: #b5c1d9;
    font-size: 14px;
    display: none;
    position: absolute;
    right: 0px;
    z-index: 10000;
}

#view-configurator a:link {text-decoration: none; margin: 5px 0px; display: block;}
#view-configurator a:link * {vertical-align: middle; }
#view-configurator img {width: 20px; margin-right: 5px;}
#view-configurator select {margin: 5px 0px; display: block;}

#header-configurator {
    background-image: url(/static/img/portal-bg.png);
    background-repeat: repeat-x;
    padding: 5px 12px;
    color: #b5c1d9;
    font-size: 14px;
    display: none;
    position: absolute;
    right: 0px;
}

#header-configurator a:link {text-decoration: none; margin: 5px 0px; display: block;}
#header-configurator a:link * {vertical-align: middle; }
#header-configurator img {width: 20px; margin-right: 5px;}

#login {
    font-size: 13px;
    font-weight: normal;
    border: 1px solid #DDDDDD;
    background-color: white;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

#login h2 {
    padding: 8px 10px;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    background-color: #EEEEEE;
}

#login form {
    padding: 10px;
}

#login form table tr td {
    padding: 4px 6px;
}

.login-error {
    background-color: #ae120a;
    padding: 8px 10px;
    color: white;
}

.login-error input{
    margin-left: 110px;
}

.login-success {
    background-color: #2d820f;
    padding: 8px 10px;
    color: white;
}

.settings, .setting-wide {
    background: #333 url(/static/img/widget-content-bg.png) repeat-x;
    padding: 10px;
    display: none;
    color: #BBBBBB;
}

.settings .section {
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    border-bottom: 1px solid #444;
    display: inline-block;
}

.settings .section:first-child {
    margin-left: 0;
}


.settings .section-floating {
    border-right: 1px solid #444;
    border-bottom: none;
    margin-right: 15px;
    margin-bottom: 5px;
    padding-right: 5px;
    display: inline-block;
}

.settings .section > div{
    display: inline-block;
}

.setting-wide .section {
    border-right: 1px solid #444;
    border-bottom: none;
    margin-right: 5px;
    display: inline;
}

.setting-wide .section:last-child, .settings .section-floating:last-child{
    border-right: none;
    margin-right: 0px;
}

.settings div.section:last-of-type{
    border-bottom: none;
}

.settings .section-title {
    background-color: #222222;
    padding: 6px 8px;
    color: white;
}

.info {
    background: #333 url(/static/img/widget-content-bg.png) repeat-x;
    padding: 10px;
    display: none;
    color: #EEEEEE;
    line-height: 130%;
}

h4 {
    color: #583f15;
    background-color: #e3d7c1;
    font-size: 11px;
    padding: 4px 4px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #fff;
}

h4.section {
    background-color: #cbb081;
    color: #4d3408;
}

#time-selector {
    margin-top: 1px;
}

#time-selector table tr td {
    text-align: center;
    font-size: 11px;
    border-bottom: 1px solid white;
}

#time-selector a {
    display: block;
    color: #666666;
    border-right: 1px solid white;
    padding: 2px 4px;
    background-color: #FFF;
}

#time-selector a:hover,#time-selector a.hover {
    background-color: #ff860e;
    color: #5c2f03;
    text-decoration: none;
}

.success-text {
    background-color: #3a9804;
    background-image: url(/static/img/icons/accepted_48.png);
    background-repeat: no-repeat;
    background-position: -10px -10px;
    color: #fff;
    line-height: 150%;
    padding: 8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-left: 45px;
    margin-bottom: 5px;
}

.error-text {
    background-color: #a21b00;
    background-image: url(/static/img/icons/cancel_48.png);
    background-repeat: no-repeat;
    background-position: -10px -10px;
    color: #fff;
    line-height: 150%;
    padding: 8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-left: 45px;
    margin-bottom: 5px;
}

/* Eingabefelder */
input.field {
    border: 1px solid #DDDDDD;
    border-top-color: #888888;
    background-image: url(/static/img/fieldbg.gif);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 3px;
}

input.field:focus {
    border: 1px solid #759ae7;
}

input.disabled {
    background-color: #EDEDED;
}

input.error {
    border: 1px solid red;
}

/* Zeile */
div.row input {
    margin-bottom: 5px;
}

div.bborder {
    border-bottom: 1px solid #DDDDDD;
}

/* Hinweise, Fehler, etc. */
div.hinweis {
    border-top: 1px solid #DDDDDD;
    font-size: 11px;
    padding: 8px;
    color: #666666;
    padding-top: 5px;
    line-height: 140%;
}

/* Gutachten */
#columns a.gutachten-info-link {
    background-color: #405b97;
    display: block;
    color: #b4bfd5;
    padding: 5px 8px;
    margin-bottom: 1px;
    margin-right: 1px;
}

#columns a.gutachten-info-link-active {
    background-color: #5970a5;
    display: block;
    color: white;
    padding: 5px 8px;
    font-weight: bold;
    margin-bottom: 1px;
    margin-right: 0px;
}

#columns a.gutachten-info-link:focus {
    outline: none;
}

#columns a.gutachten-info-link-active:focus {
    outline: none;
}

#columns .info-content {
    margin-left: 200px;
    padding: 20px;
    height: 360px;
    background-color: #5970a5;
    background-image: url(/static/img/bg_windrad.gif);
    background-repeat: no-repeat;
}

#columns .info-content a {
    color: white;
    text-decoration: underline;
}

#columns .info-content a:hover {
    color: black;
}

div.simplerow {
    padding: 4px 4px;
    border-bottom: 1px solid #EEEEEE;
    color: #444444;
}

div.info-line {
    border-top: 1px solid white;
    border-bottom: 1px solid #DDD;
    background-color: #EEEEEE;
    padding: 4px 6px;
    text-shadow: white 1px 1px 0px;
}

div.info-line-bottom {
    border-top: 1px solid #ddd;
    background-color: #eee;
    padding: 3px 6px;
    padding-bottom: 4px;
    text-shadow: white 1px 1px 0px;
}

div.info-line-bottom div {
    display: inline;
    text-shadow: none;
}


#columns a.blocklink, #fullscreen a.blocklink {
    display: block;
    text-align: right;
    border-right: none;
    padding: 2px 3px;
    font-size: 11px;
    border-bottom: 1px solid #EEEEEE;
}

#time-selector-preload a.blocklink {
    display: block;
    text-align: right;
    border-right: none;
    padding: 2px 3px 0px 0px;;
    font-size: 11px;
    border-bottom: 1px solid #EEEEEE;
    color: #888;
}

#time-selector-preload a:hover,#time-selector-preload a.hover {
    background-color: #ff860e;
    color: #5c2f03;
    text-decoration: none;
}

#columns a.quicknav-preload,#columns a.quicknav-preload-active, #fullscreen a.quicknav-preload,#fullscreen a.quicknav-preload-active {
    padding: 1px;
    background-color: #eeeeee;
    color: #666666;
    text-decoration: none;
}

#columns a.quicknav-preload-active, #fullscreen a.quicknav-preload-active {
    background-color: #88c844;
    color: #487419;
    text-decoration: none;
}

#columns a.quicknav,#columns a.quicknav-active, #fullscreen a.quicknav,#fullscreen a.quicknav-active {
    display: block;
    float: left;
    padding: 3px;
    background-color: #eeeeee;
    color: #666666;
    margin-right: 3px;
    text-decoration: none;
}

#columns a.quicknav-active, #fullscreen a.quicknav-active {
    background-color: #88c844;
    color: #487419;
    text-decoration: none;
}

.quicknavlink a:link{
    padding: 1px;
    background-color: #eeeeee;
    color: #666666;
    text-decoration: none;}

.quicknavlinkactive, .quicknavlink a:hover{
    background-color: #88c844;
    color: #487419;
    text-decoration: none;}

#status-bar {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 11px;
    z-index: 1000;
    color: #666666;
}

#status {
    float: right;
    text-align: right;
    padding: 5px;
    text-shadow: 1px 1px 1px #FFF;
}

#status-bar-view, #status-bar .info-item {
    display: block;
    float: right;
    padding: 5px;
    border-left: 1px solid #BBBBBB;
    text-decoration: none;
    color: #666666;
    text-shadow: 1px 1px 1px #FFF;
}

#status-bar-view:hover, #status-bar .info-item:hover {
    background-color: #CCCCCC;
    color: #000000;
}

#status-bar-view, #status-bar #status-models .info-item {
    width: 60px;
    margin: 0px;
    padding:3px;
}

#status-bar-view, #status-bar #status-models .info-item .model-progressbar {
    padding: 1px;
    background-image:url(/static/img/model_progress_bar.png);
    border: 1px solid #888;
    white-space: nowrap;
}

#status-modelupdate {
    width: 200px;
    border-top: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    background-color: #FFF;
    float: right;
    padding: 10px;
}

#station-datenqualitaet-container {margin: 4px;}
#station-datenqualitaet-container table {text-align: center;}
#station-datenqualitaet-container table .heading-year td { border-left: 1px solid #ddd;}
#station-datenqualitaet-container table .heading-month td {white-space: nowrap; padding: 2px 0px;}
#station-datenqualitaet-container table .inhalt .params {vertical-align: middle; text-align: left; padding: 2px 0px; white-space: nowrap;}
#station-datenqualitaet-container table .inhalt .values {border: 1px solid #000; width: 20px;}

#datenlieferung-container { }
#datenlieferung-container .zeile {margin: 5px 0px 5px 8px;}
#datenlieferung-container table td.checkbox {width: 12px; padding: 2px; padding-top:3px;}
#datenlieferung-container table td {vertical-align: middle;}
#datenlieferung-container .submit-zeile {padding: 8px 6px;}

.station-inactive { background-color: #f6dcdc; }

#mein-wetter-container .zeile {margin: 5px 0px 5px 8px;}

.weatherdatatable {border-top: 1px solid #000;  border-bottom: 1px solid #000;}

.weatherdatatable .scroll {overflow: hidden; overflow-x: auto; white-space: nowrap;}
.weatherdatatable .innerscroll {width: 1000px;}
.weatherdatatable .col {float: left;}
.weatherdatatable .firstcol {text-align: left; width: 300px;}
.weatherdatatable .firstcol .cell {text-align: left;}
.weatherdatatable .cell.tablehead {font-weight: bold; text-align: center; padding: 4px 6px;}
.weatherdatatable .cell {display: block; padding: 4px 6px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; text-align: right;}
.weatherdatatable .green {color: #419C92;}
.weatherdatatable .red {color: #AD2205;}
.weatherdatatable .blue {color: #41629C;}
.weatherdatatable .orange {color: #E15300;}
.weatherdatatable .firstrow {background-color: #eee;}

.wlpdatatable {border-top: 1px solid #000; border-bottom: 1px solid #000;}
.wlpdatatable table {width: 100%; text-align: center;}
.wlpdatatable td {height: 12px; white-space: nowrap; padding: 4px 6px; border-right: 1px solid #ddd; text-align: right;}
.wlpdatatable .thead th {padding: 4px 6px; background-color: #eee; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; vertical-align: middle;}
.wlpdatatable tbody {height: 460px; overflow-y: auto; overflow-x: hidden;}
.wlpdatatable tr {height: 12px;}
.wlpdatatable .last-col {padding-right: 20px;}
.wlpdatatable .first-col {text-align: left;}
.wlpdatatable .green {color: #419C92;}
.wlpdatatable .red {color: #AD2205;}
.wlpdatatable .blue {color: #41629C;}
.wlpdatatable .orange {color: #E15300;}

.spalte.randlinks a, .spalte.randlinks div {border-left: 1px solid #ddd;}

.ensemble-overview-runselection .head th {background-color: #ddd;}
.ensemble-overview-runselection .subhead td {background-color: #eee;}
.ensemble-overview-runselection .current td {padding: 2px 4px; padding-right: 0px; vertical-align: middle; border-right: none;}
.ensemble-overview-runselection .previous td {padding: 2px 4px; padding-right: 0px; vertical-align: middle; border-right: none;}

#wetterampel-table { width: 100%}
#wetterampel-table td { padding: 4px 6px; border: 1px solid #ABB9D3; color: #ABB9D3; font-weight: bold; text-align: center; vertical-align: middle;}
#wetterampel-table td.first { text-align: left;}
#wetterampel-table td.ampel { border-right: 0px solid white;}
#wetterampel-table td.value { border-left: 0px solid white;}
#wetterampel-table .timerow td { background-color: #ABB9D3; color: white;}
#wetterampel-table .even td { background-color: #EEF;}
#wetterampel-table .odd td { background-color: #FFF;}
#wetterampel-table img { width: 15px; height: 15px;}

.badweather-day-calendar td { border: 1px solid #B0ADC6; text-align: center;}
.badweather-day-calendar th { padding: 5px; background-color: #ABB9D3; color: #fff;}
.badweather-day-calendar td div { padding: 5px; background-color: #eef; color: #aad; font-weight: bold;}
.badweather-day-calendar td .active { color: #666; font-weight: bold;}
.badweather-day-calendar {border: 1px solid #B0ADC6;}
.badweather-day input[type="text"] { border: none; width: 100px;}

.badweather-day .green { background-color: #02CF00; color: #8175A3;}
.badweather-day .red { background-color: #FF4A00; color: #8175A3;}
.badweather-day .yellow { background-color: #FACF00; color: #8175A3;}
.badweather-day .orange { background-color: #FC9900; color: #8175A3;}

#dialog-modal-redeem-voucher {
    display: none;
}

#dialog-modal-redeem-voucher p {
    margin-bottom: 10px;
    text-align: center;
}

#dialog-modal-redeem-voucher p a:hover {
    text-decoration: underline !important;
}

.ui-dialog {
    z-index: 9999 !important;
}

.errormsg{
    padding: 10px;
    text-align: center;
    color: #D92A2A;
    font-family: inherit;
    font-size: small;
    border: 1px;
    border-color: #D92A2A;
}

.incorrect-value,
.incorrect-value a {
    background: red !important;
}

.incorrect-text {
    color: red !important;
}

.widgetLoadingBox > div {
    width: 100%;
    margin-top: -49px;
    background: rgba(0, 0, 0, 0.50);
    min-height: 100px;
    position: relative;
}

.widgetLoadingBoxInFullScreen > span > div.loadingImg,
.widgetLoadingBox > span > div.loadingImg {
    padding: 5px;
    background: #000;
    border-radius: 30px;
    width: 38px;
    height: 38px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/static/img/new-set/loading.gif');
}

.widgetLoadingBoxInFullScreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.widgetLoadingBoxInFullScreen > div {
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.15);
}

.widgetLoadingBox > span,
.widgetLoadingBoxInFullScreen > span {
    height: 49px;
    padding: 10px;
    background: #000;
    display: block;
    border-radius: 34px;
    width: 49px;
    position: absolute;
}

.widgetLoadingBoxInFullScreen > span {
    top: 50%;
    margin-left: -29px;
    margin-top: -29px;
    left: 50%;
}

#messageBox {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -300px;
}

#messageBox .small {
    font-size: 11px;
}

#messageBox > .messageBox-error,
#messageBox > .messageBox-warning,
#messageBox > .messageBox-success {
    width: 560px;
    padding: 20px 10px 20px 30px;
    background: #fcc;
    color: #fff;
    border-radius: 20px;
    margin-top: -6px;
    text-align: center;
    font-size: 14px;
}

#messageBox > .messageBox-error > div,
#messageBox > .messageBox-warning > div,
#messageBox > .messageBox-success > div {
    margin-bottom: 5px;
}

#messageBox > .messageBox-error {
    background: rgba(231,56,39,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(231,56,39,0.9) 0%, rgba(240,47,23,0.81) 30%, rgba(246,41,12,0.1) 80%, rgba(241,111,92,0.1) 52%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(231,56,39,0.9)), color-stop(30%, rgba(240,47,23,0.81)), color-stop(80%, rgba(246,41,12,0.1)), color-stop(52%, rgba(241,111,92,0.1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(231,56,39,0.9) 0%, rgba(240,47,23,0.81) 30%, rgba(246,41,12,0.1) 80%, rgba(241,111,92,0.1) 52%);
    background: -o-radial-gradient(center, ellipse cover, rgba(231,56,39,0.9) 0%, rgba(240,47,23,0.81) 30%, rgba(246,41,12,0.1) 80%, rgba(241,111,92,0.1) 52%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(231,56,39,0.9) 0%, rgba(240,47,23,0.81) 30%, rgba(246,41,12,0.1) 80%, rgba(241,111,92,0.1) 52%);
    background: radial-gradient(ellipse at center, rgba(231,56,39,0.9) 0%, rgba(240,47,23,0.81) 30%, rgba(246,41,12,0.1) 80%, rgba(241,111,92,0.1) 52%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#f16f5c', GradientType=1 );
}

#messageBox > .messageBox-warning {
    background: rgba(241,231,103,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(241,231,103,0.8) 0%, rgba(242,232,103,0.71) 25%, rgba(244,234,103,0.1) 65%, rgba(241,231,103,0.1) 45%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(241,231,103,0.8)), color-stop(25%, rgba(242,232,103,0.71)), color-stop(65%, rgba(244,234,103,0.1)), color-stop(45%, rgba(241,231,103,0.1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(241,231,103,0.8) 0%, rgba(242,232,103,0.71) 25%, rgba(244,234,103,0.1) 65%, rgba(241,231,103,0.1) 45%);
    background: -o-radial-gradient(center, ellipse cover, rgba(241,231,103,0.8) 0%, rgba(242,232,103,0.71) 25%, rgba(244,234,103,0.1) 65%, rgba(241,231,103,0.1) 45%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(241,231,103,0.8) 0%, rgba(242,232,103,0.71) 25%, rgba(244,234,103,0.1) 65%, rgba(241,231,103,0.1) 45%);
    background: radial-gradient(ellipse at center, rgba(241,231,103,0.8) 0%, rgba(242,232,103,0.71) 25%, rgba(244,234,103,0.1) 65%, rgba(241,231,103,0.1) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=1 );
}

#messageBox > .messageBox-success {
    background: rgba(135,156,14,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(135, 156, 14, 0.8) 0%, rgba(135, 156, 16,0.71) 25%, rgba(182, 212, 19, 0.1) 65%, rgba(182, 207, 16, 0.1) 45%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(135, 156, 14, 0.8)), color-stop(25%, rgba(135, 156, 16,0.71)), color-stop(65%, rgba(182, 212, 19, 0.1)), color-stop(45%, rgba(182, 207, 16, 0.1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(135, 156, 14, 0.8) 0%, rgba(135, 156, 16,0.71) 25%, rgba(182, 212, 19, 0.1) 65%, rgba(182, 207, 16, 0.1) 45%);
    background: -o-radial-gradient(center, ellipse cover, rgba(135, 156, 14, 0.8) 0%, rgba(135, 156, 16,0.71) 25%, rgba(182, 212, 19, 0.1) 65%, rgba(182, 207, 16, 0.1) 45%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(135, 156, 14, 0.8) 0%, rgba(135, 156, 16,0.71) 25%, rgba(182, 212, 19, 0.1) 65%, rgba(182, 207, 16, 0.1) 45%);
    background: radial-gradient(ellipse at center, rgba(135, 156, 14, 0.8) 0%, rgba(135, 156, 16, 0.71) 25%, rgba(182, 212, 19, 0.1) 65%, rgba(182, 207, 16, 0.1) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#879c0e', endColorstr='#b6cf10', GradientType=1 );
}

#messageBox .closeButton {
    float: right;
    padding: 4px 6px;
    font-weight: bold;
    margin-top: -5px;
    margin-left: 5px;
    font-size: 10px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.infoBox {
    margin-left: 10px;
}

.infoBox span {
    cursor: pointer;
    color: #00a;
    font-size: 8px;
    cursor: help;
}

.warningBox span {
    color: #aa0;
    font-size: 10px;
}

.infoBox div {
    max-width: 600px;
    margin: 0 0 0 5px;
    display: none;
    position: absolute;
    border: 1px solid #999;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    line-height: 16px;
    outline: 1px solid #ccc;
    text-align: left;
    z-index: 1000000;
}

.warningBox div {
    border-color: #990;
    background: #ffe;
}

.infoBox:hover div {
    display: inline-block;
}

.widget-menu {
    padding: 10px;
    background: #000 !important;
    color: #fff !important;
}

.select2-drop-mask {
    display: none;
}

.button-wrapper {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
}

.button-wrapper > div {
    font-size: 8px;
}

.menu-button-cancel {
    margin-right: 50px;
}

/* --------------------------------------------------------------------------- */
/* ----------- Styles for Boxes used to Upload and Export the data ----------- */
/* --------------------------------------------------------------------------- */
.optionsBox {
    text-align: center;
    padding: 10px;
    position: relative;
    margin: 40px auto 40px auto;
    /*
    border: 1px solid;
    -webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.75);*/
}

.optionsBox a {
    color: #009;
    text-decoration: underline;
}

.optionsBox div.boxTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px dotted;
}

.optionsBox div.horizontalSeparator {
    border-bottom: 1px dotted #e4e4e4;
    height: 1px;
    margin: 10px auto 10px auto;
}

.optionsBox div.boxFormOption {
    width: 200px;
    margin: 2px auto 2px auto;
    text-align: left;
}

.optionsBox div.textFieldOption {
    width: 90%;
}

.optionsBox div.textFieldOption .dateFieldExample {
    padding-left: 10px;
    margin-bottom: 5px;
}

.optionsBox div.bigMargin {
    margin: 5px auto 5px auto;
}

.optionsBox div.veryBigMargin {
    margin: 10px auto 10px auto;
}

.optionsBox div.textFieldOption > .textFieldTitle {
    width: 35%;
    text-align: right;
    padding-right: 10px;
    display: inline-block;
}

.optionsBox div.textFieldOption > .dateFieldTitle {
    display: block;
    float: left;
    margin-top: 12px;
}

.optionsBox div.textFieldOption > input {
    width: 55%;
}

.optionsBox div.textFieldOption > select {
    padding: 3px;
}

.optionsBox div.blockTitle {
    margin: 20px 0 10px 0;
    font-size: 11px;
    font-style: italic;
    text-transform: uppercase;
}


.optionsBox div.lastOption {
    margin-bottom: 10px;
}

.optionsBox button,
.optionsBox select,
.optionsBox input {
    margin: 5px;
}

.optionsBox input,
.optionsBox select {
    padding: 5px;
}

.optionsBox button {
    padding: 10px 20px;
    border:1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight:bold;
    color: #000;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
    background-image: -webkit-linear-gradient(top, #fff, #ccc);
    background-image: -moz-linear-gradient(top, #fff, #ccc);
    background-image: -ms-linear-gradient(top, #fff, #ccc);
    background-image: -o-linear-gradient(top, #fff, #ccc);
    background-image: linear-gradient(to bottom, #fff, #ccc);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fff, endColorstr=#ccc);
    cursor: pointer;
}

.optionsBox button:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#aaa));
    background-image: -webkit-linear-gradient(top, #fff, #aaa);
    background-image: -moz-linear-gradient(top, #fff, #aaa);
    background-image: -ms-linear-gradient(top, #fff, #aaa);
    background-image: -o-linear-gradient(top, #fff, #aaa);
    background-image: linear-gradient(to bottom, #fff, #aaa);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fff, endColorstr=#aaa);
}

.optionsBox button.button-ok {
    color: #fff;
    border: 1px solid #8aabc5;
    background-color: #acc4d6; background-image: -webkit-gradient(linear, left top, left bottom, from(#CEDCE7), to(#596a72));
    background-image: -webkit-linear-gradient(top, #CEDCE7, #596a72);
    background-image: -moz-linear-gradient(top, #CEDCE7, #596a72);
    background-image: -ms-linear-gradient(top, #CEDCE7, #596a72);
    background-image: -o-linear-gradient(top, #CEDCE7, #596a72);
    background-image: linear-gradient(to bottom, #CEDCE7, #596a72);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#CEDCE7, endColorstr=#596a72);
}

.optionsBox button.button-ok:active {
    color: #fff;
    border: 1px solid #8aabc5;
    background-color: #acc4d6; background-image: -webkit-gradient(linear, left top, left bottom, from(#acc4d6), to(#434f55));
    background-image: -webkit-linear-gradient(top, #acc4d6, #434f55);
    background-image: -moz-linear-gradient(top, #acc4d6, #434f55);
    background-image: -ms-linear-gradient(top, #acc4d6, #434f55);
    background-image: -o-linear-gradient(top, #acc4d6, #434f55);
    background-image: linear-gradient(to bottom, #acc4d6, #434f55);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#acc4d6, endColorstr=#434f55);
}

.iconButton {
    width: 100%;
    min-width: 22px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
}

.iconButton-add-outline { background-image: url('/static/img/new-set/icons/add-outline.png'); }
.iconButton-add-turbine { background-image: url('/static/img/new-set/icons/add-turbine.png'); }
.iconButton-add { background-image: url('/static/img/new-set/icons/add.png'); }
.iconButton-cancel { background-image: url('/static/img/new-set/icons/cancel.png'); }
.iconButton-clear { background-image: url('/static/img/new-set/icons/clear.png'); }
.iconButton-edit { background-image: url('/static/img/new-set/icons/edit.png'); }
.iconButton-export { background-image: url('/static/img/new-set/icons/export.png'); }
.iconButton-import { background-image: url('/static/img/new-set/icons/import.png'); }
.iconButton-remove-outline { background-image: url('/static/img/new-set/icons/remove-outline.png'); }
.iconButton-remove { background-image: url('/static/img/new-set/icons/remove.png'); }
.iconButton-save { background-image: url('/static/img/new-set/icons/save.png'); }
.iconButton-stats-black { background-image: url('/static/img/new-set/icons/stats-black.png'); }
.iconButton-undo-black { background-image: url('/static/img/new-set/icons/undo-black.png'); }
.iconButton-done-white-middle { background-image: url('/static/img/new-set/icons/done-white-middle.png'); }
.iconButton-clear-white-middle { background-image: url('/static/img/new-set/icons/clear-white-middle.png'); }
.iconButton-done-all-small { background-image: url('/static/img/new-set/icons/done-all-small.png'); }
.iconButton-clear-all-small { background-image: url('/static/img/new-set/icons/clear-all-small.png'); }
.iconButton-keyboard-arrow-left-white { background-image: url('/static/img/new-set/icons/keyboard-arrow-left-white.png'); }
.iconButton-keyboard-arrow-right-white { background-image: url('/static/img/new-set/icons/keyboard-arrow-right-white.png'); }