﻿html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    overflow-x: hidden;
}

.page {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    min-height: 70px;
    /*background-color: #DD3A36;*/
    background-color: #550000;
    border-bottom: 1px solid #550000;
}

.headerText {
    width: auto;
    height: 100%;
    margin: -50px 0px 0px 180px;
    padding: 0px 10px 10px 10px;
    font-size: 30px;
    font-weight: bold; 
    color: white;
}

.headerLogin {
    text-align: right;
    width: 400px;
    float: right;
    height: 100%;
    margin: -63px 10px 0px 0px;
    padding: 0px 10px 10px 10px;
    font-size: 14px;
    color: white;
}

.menu {
    position: fixed;
    padding-top: 120px;
    top: 90px;
    float: left;
    width: 250px;
    padding: 0;
    /*background-color: #550000;*/
    background-color: #DD3A36;
    height: 100%;
}

.content {
    display: block;
    background: #ffffff;
    border-color: #ffffff;
    margin-top: 80px;
    margin-left: 250px;
    padding: 10px 20px 10px 20px;
    min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
    overflow-y: auto;
}

a.linkHeader:link, a.linkHeader:visited {
    color: white;
}

a.linkHeader:hover {
    color: white;
    text-decoration: none;
}

a.linkHeader:active {
    color: white;
}

a.linkMenu:link, a.linkMenu:visited {
    color: #9D0500;
    text-decoration: none;
}

a.linkMenu:hover {
    color: #9D0500;
    text-decoration: none;
}

a.linkMenu:active {
    color: #9D0500;
    text-decoration: none;
}

a.linkInvisible {
    color: #9D0500;
    text-decoration: none;
}

a.linkInvisibleRed {
    color: red;
    text-decoration: none;
}

a.linkInvisibleGreen {
    color: green;
    text-decoration: none;
}

div.panelMenu {
    width: 240px !important;
    height: 50px;
    padding-left: 10px;
    vertical-align: central;
}

div.panelMenu:hover {
    background-color: #9D0500;
}

div.panelMenuImage {
    float: left;
    width: 30px;
    height: 30px;
    padding-top: 8px;
}

div.panelMenuLabel {
    float: left;
    width: 165px;
    height: 30px;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 20px; 
    color: white;
}

table.TableInput {
    width: 100%;
}

tr.TableRowInput {
    width: auto;
}

tr.tablerow {
    background-color: white;
}

tr.alttablerow {
    background-color: #F2F2F2;
}

td.TableCellInputLabel {
    width: 150px;
}

td.TableCellInputValue {
    width: auto;
}

td.TableCellWithBottomBorder {
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: 1px;
}

td.TableCellWithBottomBorderRed {
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: 1px;
    color: red;
}

td.TableCellWithBottomBorderGreen {
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: 1px;
    color: green;
}

input, select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select option {
    background-color: #e1e1e1;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

hr {
    border-top: 0.3px solid lightgray;
}

.CellWithComment {
    position: relative;
}

.CellComment {
    display: none;
    position: absolute;
    z-index: 100;
    border: 1px;
    background-color: #F7F7F7;
    border-style: solid;
    border-width: 1px;
    border-color: #787878;
    padding: 3px;
    top: 20px;
    left: 20px;
    font-style: normal;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.CellWithComment:hover span.CellComment {
    display: block;
}

div.panelContent {
    border-color: #550000;
    border-width: 1px;
    border-style: Solid;
    width: 100%;
}

div.panelHeader {
    border-color: #550000;
    border-width: 1px;
    border-style: Solid;
    border-bottom-width: 0px;
    width: 100%;
}

td.panelHeaderTableCellImage {
    background-color: #DD3A36;
    /*background-color: #550000;*/
    height: 26px;
    width: 30px;
    padding-right: 4px;
    padding-top: 6px;
    padding-bottom: 0px;
}

td.panelHeaderTableCellText {
    background-color: #DD3A36;
    /*background-color: #550000;*/
    height: 26px;
    padding-top: 3px;
    font-size: 16px;
    color: white;
}

td.panelHeaderTableCellTextLower {
    background-color: #DD3A36;
    /*background-color: #550000;*/
    height: 26px;
    padding-top: 3px;
    font-size: 16px;
}

td.panelHeaderTableCellButtons {
    background-color: #DD3A36;
    /*background-color: #550000;*/
    height: 26px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: #CD5B59 !important;
    color: white !important;
}

