textarea:disabled, input:disabled, select:disabled {
    background-color: #f8f8f8;
    border: 2px solid white;
    color: black;
}


.message-info {
    background-color: #ffbf00;
    border: 1px solid #ff8000;
    margin: 0px 40px 10px 40px;
    padding: 20px;
    text-align: center;
}

table.tablesorter thead tr .header {
    background-image: url("../images/bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #efefef;
    padding: 4px 18px 4px 4px;
}

/* >>> extracted from tablesorter/css/theme.default.min.css >>> */

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
    padding: 4px 20px 4px 4px;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc,
.tablesorter-default thead .tablesorter-headerSortUp {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
    border-bottom: #000 2px solid;
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc,
.tablesorter-default thead .tablesorter-headerSortDown {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
    border-bottom: #000 2px solid;
}
.tablesorter-default thead .sorter-false {
    background-image: none;
    cursor: default;
    padding: 4px;
}

/* <<< extracted from tablesorter/css/theme.default.min.css <<< */

table.tablesorter tbody td {
    background-color: #fff;
    color: #3d3d3d;
    padding: 4px 18px 4px 4px;
    vertical-align: top;
}

table.tablesorter {
    background-color: #efefef;
}
body {
    margin: 5px;
    margin-top: 0px;
}

body, input, select, textarea, button {
    font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    font-size: 12px;
}


table.tablesorter tbody tr.odd td {
    background-color: #f0f0f6;
}

table.tablesorter {
    text-align: left;
}

a {
    text-decoration: none
}

/* --------------------- */

#mainmenu {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

#mainmenu ul {
    padding: 0px;
    margin: 0px;
}

#mainmenu .header {
    padding-left: 0px;
}

#mainmenu .header li {
    display: inline-block;
    margin-right: 1ex;
    border: 1px solid #cccccc;
    border-left: 0;
    padding: 5px;
    margin-right: -4px;
    border-top-right-radius: 5px;
}

#mainmenu .header li.active_menu {
    display: inline-block;
    border: 1px solid #5b80b2;
    border-bottom: 1px solid #5b80b2
    padding: 5px;
    background-color: #5b80b2;
    color: #ddd
}

#mainmenu .header li:first-of-type.active_menu {
    display: inline-block;
    border: 1px solid #5b80b2;
    border-bottom: 1px solid #5b80b2;
    padding: 5px;
    background-color: #5b80b2;
    color: #ddd
}

#mainmenu .header li:first-of-type {
    border-left: 1px solid #cccccc;
}

#mainmenu .header li.active_menu a {
    color: white
}

#mainmenu .header li:hover {
    display: inline-block;
    border-color: #cccccc;
    padding: 5px;
    background-color: #e0e0e0;
    color: #333
}

/* --------------------- */

#submenu {
    background-color: #5b80b2;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
    margin-top: -1px;
}

#submenu .header {
    padding-left: 0px;
    margin: 5px;
}

#submenu .header li {
    display: inline-block;
    margin-right: 2px;
    border: 1px solid #cccccc;
    background-color: #D8E1ED;
    padding: 5px;
    border-radius: 5px;
    font-size: 90%
}

#submenu .header li.active_menu {
    background-color: white;
}

/* --------------------- */

#loginmenu {
    padding: 0px;
    margin: 0px;
    margin-right: 4px;
    margin-top: 5px;
}

#loginmenu ul {
    padding: 0px;
    margin: 0px;
}

#loginmenu .header {
    padding-left: 0px;
}

#loginmenu .header li {
    display: inline-block;
    margin-right: 1ex;
    border: 1px solid #cccccc;
    border-left: 0;
    padding: 5px;
    margin-right: -4px;
    border-top-left-radius: 5px;
}

#loginmenu .header li.active_menu {
    display: inline-block;
    border: 1px solid #5b80b2;
    border-bottom: 0;
    padding: 5px;
    background-color: #5b80b2;
    color: #ddd
}

#loginmenu .header li:first-child {
    border-left: 1px solid #ccc;
}

#loginmenu .header li.active_menu a {
    color: white
}

#loginmenu .header li:hover {
    display: inline-block;
    border-color: #cccccc;
    padding: 5px;
    background-color: #e0e0e0;
    color: #333
}

/* --------------------- */

td {
    background-color: #fff;
    color: #3d3d3d;
    padding: 4px 18px 4px 4px;
    vertical-align: top;
}

th {
    background: #eee;
}

form dt {
    display: block;
    width: 15em;
    float: left;
    height: 1, 5em;
    text-align: right;
}

form dd {
    display: block;
    float: none;
    height: 1, 5em;
    margin-left: 15em;
    padding-left: 1ex;
    padding-bottom: 0.25em;
}

.error input {
    background-color: #ffcccc;
}

.field-row .error span {
    color: red;
    display: inline;
}

ul.flashes {
    padding: 0;
}

li.flash_message {
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    list-style: none;
}

.flash_message.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.flash_message.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.flash_message.warning {
    background-color: #ffe5ae;
    border-color: #ffdf99 ;
    color: #FF7000;
}

form#message-filter {
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 1em;
    width: 400px;
}

form#message-filter ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

form#message-filter input[type=submit] {
    margin-top: 1em;
}

ul.filter {
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 150%;
    padding-bottom: 1em;
}

ul.filter a {
    text-decoration: none;
    color: #999;
}

div.filter {
    background-color: #efefef;
}

div.filter h2 {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    margin: 0px;
    margin-bottom: 2px;
    font-size: 11px;
    color: white;
    padding-left: 1em;
    background-color: #5b80b2;
}

ul.filter li {
    text-decoration: none;
    color: #999;
    list-style-type: none;
    border-left: 5px solid #efefef;
    padding-left: 0.5em;
}

ul.filter li.selected {
    padding-left: 0.5em;
    border-left: 5px solid #bbb
}

div.hinweis {
    color: red;
    font-weight: bold;
}

#header {
    background: #5b80b2 url("../images/logo.png") no-repeat scroll center center;
    color: #ffc;
    overflow: hidden;
    text-align: left;
}

#branding h1 {
    color: #f4f379;
    font-size: 18px;
    font-weight: normal;
    margin: 8px 0;
    padding: 0 10px;
}

h1 {
    color: #666;
    font-size: 18px;
    margin: 0 0 0.2em;
    padding: 0 6px 0 0;
}

#header a:link, #header a:visited {
    color: #ffc;
}

hr {
    height: 0px;
    border: 1px solid #ddd;
    border-bottom: 0px solid #ddd;
    color: #ddd;
}

h2 {
    font-size: 16px;
    margin: 1em 0 .5em 0;
    padding: 10px 5px 5px 5px;
    color: white;
    background: #5b80b2;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
}

h2:first-of-type {
    margin: 0em 0 .5em 0;
}

/* --------------------- */

dl.inline {
    margin: 0px;
    margin-bottom: 0.5em;
}

dl.inline dt {
    font-weight: bold;
    margin-top: 0.5em;
    font-size: 11px;
    line-height: 14px;
}

dl.inline dt:first-of-type {
    margin-top: 0em;
}

dl.inline dd {
    margin-left: 0;
    font-size: 11px;
    line-height: 14px;
}

.field-row {
    margin-bottom: 0.25em;
    display: table-row;
}

.field-row label {
    display: table-cell;
    vertical-align: middle;
    width: 15em;
    height: 1.5em;
    text-align: right;
    padding-right: 1ex;
}

.field-row span {
    display: table-cell;
    vertical-align: middle;
}

a.list-add-element {
    border: 1px solid #CCC;
    background-color: #eee;
    margin-bottom: 10px;
    padding: 5px;
    display: inline-block;
}


#alarm_display p#konf {
    clear: both;
    text-align: center;
    padding: 1em;
    font-size: 120%;
    background-color: #bfb
}

#alarm_display div#right, div#left {
    float: left;
    max-width: 50%;
}
