html {
    height: 100%;
}

body {
    background-color: #483E37; /* Original-Color: #483E37, #11474d */
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.ajaxLoading {
    background-color: #505060;
    opacity: 0.9;
}

section {
    height: 100%;
}

.horicontal_panel {
    display: flex;
    flex-direction: row;
}

.vertical_panel {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.vertical_form {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.element {
}

.column_item {
    flex: 1;
}

.column2_item {
    flex: 2;
}

.column3_item {
    flex: 3;
}

.column4_item {
    flex: 4;
}

.column5_item {
    flex: 5;
}

.row_item {
    flex: 1;
    min-height: 0;
    min-width: 0;
}

.row2_item {
    flex: 2;
}

.row3_item {
    flex: 3;
}

.row4_item {
    flex: 4;
}

.row5_item {
    flex: 5;
}

.row6_item {
    flex: 6;
}

.row7_item {
    flex: 7;
}

.row8_item {
    flex: 8;
}

.row9_item {
    flex: 9;
}

.row10_item {
    flex: 10;
}

.title_item {
    min-height: 35px;
    height: 35px;
    padding: 5px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.work_item {
    height: 100%;
    overflow-y: auto;
    min-height: 0;
}

.line_item {
    height: 20px;
}

.form_item {
    flex: 0 1 auto;
}

.state_item {
    min-height: 20px;
    height: 20px;
    padding-top: 8px;
    padding-left: 16px;
    padding-bottom: 5px;
    padding-right: 16px;
    text-align: center;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    background-color: #3d352d;
}

.bottom {
    align-items: flex-end;
}

.state_item:before {
    content: "\00a9  2020 Thomas Ell";
}

.form_title_item {
    padding: 10px;
    color: #d55c5c;
    height: 30px;
}

.form_data_item {
    padding: 10px;
    flex: 1;
    overflow-y: auto;
}

.form_buttons_item {
    padding: 15px;
    height: 40px;
    display: flex;
    align-items: center;
}

.scrolling {
    overflow: auto;
}

.list_entry {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.list_entry_selected {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(250, 250, 250, 0.2);
}

.list_entry_pic {
    padding: 15px;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
    background-color: #ff0000;
}

.standard_col {
    background-color: #bb961d;
}

.delete_col {
    width: 3%;
}

header {
    background-color: #483E37;
    margin: 0px;
    padding: 10px;
}

.panel {
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

.unvisiblepanel {
    padding: 5px;
    margin: 5px;
}

.downpanel {
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 0px 0px rgba(250, 250, 250, 0.5), inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.downpanel_loading {
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px rgba(0, 250, 0, 0.5), inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.zero_top {
    margin-top: -10px;
}

.zero_bottom {
    margin-bottom: -10px;
}

.buttonpanel {
    padding: 2px;
    margin: 2px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

footer {
    color: #000000;
    background-color: #453B32;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0px;
    padding: 5px;
    margin-top: 10px;
    position: absolute;
}

label {
    display: block;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 10px;
    color: #FFFFFF;
}

textarea {
    display: block;
    padding: 5px;
    margin-right: 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
    overflow: auto;
    resize: none;
}

    textarea[disabled] {
        color: black;
        background-color: gray;
    }

input {
    display: block;
    padding: 5px;
    margin-right: 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

    input[type=text] {
        max-height: 18px;
        min-height: 18px;
    }

    input[type=number] {
        max-height: 18px;
        min-height: 18px;
    }

    input[type=password] {
        max-height: 18px;
        min-height: 18px;
    }

    input[type=text]::-ms-clear {
        display: none;
    }

select {
    display: block;
    color: #FFFFFF;
    background-color: #483E37;
    padding: 5px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

p {
    margin-top: 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #C0C0C0;
}

li {
    margin-top: 15px;
}

a img {
    border: 0px;
}

.tableheight1 {
    max-height: 300px;
}

    .tableheight1 tbody {
        max-height: 260px !important;
    }

.tableheight2 {
    max-height: 670px;
}

    .tableheight2 tbody {
        max-height: 630px !important;
    }

.tableheight3 {
    max-height: 270px;
}

    .tableheight3 tbody {
        max-height: 230px !important;
    }

.tableheadVertNoScroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.tableheadVertScroll {
    overflow-y: scroll;
    overflow-x: scroll;
}

.anchor {
    height: 100%;
    width: 100%;
}

thead {
    display: table;
    width: 100%;
    height: 40px;
}

tbody {
    display: block;
    height: calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
}

    tbody tr {
        display: table;
        width: 99%;
    }

        tbody tr td:hover {
            padding: 5px;
            color: #F0F0F0;
            background: linear-gradient(to bottom, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            border: 0px solid #999999;
            box-shadow: 1px 1px 3px #333;
            border-radius: 3px;
        }


table.gradienttable {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    border-width: 0px;
    border-color: #999999;
    margin-top: 0px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@supports (-webkit-appearance:none) {
    table.gradienttable {
        height: calc(100% - 4px);
        height: -moz-calc(100% - 4px);
        height: -webkit-calc(100% - 4px);
    }
}

table.gradienttable th {
    padding: 5px;
    color: #F0F0F0;
    text-shadow: -1px -1px 1px #000;
    background: linear-gradient(to bottom, rgba(136,130,125,1) 0%,rgba(134,128,123,1) 25%,rgba(72,62,55,1) 75%,rgba(61,53,45,1) 94%,rgba(61,53,45,1) 100%);
    border: 0px solid #999999;
    box-shadow: 1px 1px 2px #333;
    border-radius: 3px;
}

table.gradienttable .selectedHeading {
    background: linear-gradient(to bottom, rgba(214, 208, 46, 0.68) 0%,rgba(214, 208, 46, 0.68) 25%,rgba(214, 208, 46, 0.68) 75%,rgba(214, 208, 46, 0.68) 94%,rgba(214, 208, 46, 0.68) 100%) !important;
}

table.gradienttable td {
    padding: 5px;
    color: #333333;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    border: 0px solid #999999;
    box-shadow: 1px 1px 2px #333;
    border-radius: 3px;
}

table.gradienttable .list_entry_selected td {
    background: #2981e4 !important;
}

table.gradienttable td a {
    text-decoration: none;
    color: #333333;
}

table.gradienttable th p {
    margin: 0px;
    padding: 8px;
    border-top: 1px solid #eefafc;
    border-bottom: 0px;
    border-left: 1px solid #eefafc;
    border-right: 0px;
}

table.gradienttable td p {
    margin: 0px;
    padding: 8px;
    border-top: 1px solid #fcfdec;
    border-bottom: 0px;
    border-left: 1px solid #fcfdec;
    border-right: 0px;
}

.table_text {
    color: #22A022;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.table_link_text {
    color: #505050;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: none;
}

    .table_link_text:hover {
        color: #F0F0F0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
    }

.tab_image {
    vertical-align: middle;
}

.search_term_col2 {
    width: 10%;
}

.parameterValue {
    display: block;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    color: #FFFFFF;
    margin-left: 0 auto;
    margin-right: 0 auto;
}

.logo {
    color: #FFFFFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 36px;
    text-decoration: none;
}

.flag {
    float: right;
}

.main_title {
    color: #FFFFFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 35px;
    display: inline;
}

.title {
    font-weight: bold;
    color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}

.listtitle {
    font-weight: bold;
    color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}

#list_add_btn {
    display: inline-block;
    float: right;
}

.text {
    color: #F0F0F0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.menue_text {
    color: #A0A0A0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

    .menue_text:hover {
        color: #F0F0F0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
    }

.center {
    position: absolute;
    height: auto;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: Math.round(translate(-50%, -50%));
}

fieldset {
    margin: 0px;
}

.cb_label {
    display: inline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.cb_input {
    display: inline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

article.infobox section {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -300px;
    display: block;
    width: 570px;
    height: 400px;
    background-color: #6C645E;
}

    article.infobox section h2 {
        position: absolute;
        left: 0;
        top: -30px;
        width: 124px;
        height: 29px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 15px;
        margin: 0;
        background-color: #ffffff;
        border-radius: 15px 15px 0 0;
        border: solid #ffffff;
        border-width: 1px 1px 0 0;
        z-index: 1;
    }

    article.infobox section:nth-child(2) h2 {
        left: 120px;
        z-index: 0;
    }

    article.infobox section:nth-child(3) h2 {
        left: 240px;
        z-index: -1;
    }

    article.infobox section h2 a {
        display: block;
        margin: 5px 0 0 0;
        text-align: center;
        text-decoration: none;
        color: #000000;
    }

    article.infobox section:target, article.infobox section:target h2 {
        color: #000000;
        background-color: #6C645E;
        z-index: 1;
    }

        article.infobox section:target h2 a {
            color: #ffffff;
        }

/* Standard-Klassen für ZK-Formulare */

.text_left {
    text-align: left;
}

.text_middle {
    text-align: center;
}

.text_right {
    text-align: right;
}

.bar_graph {
    margin: 0px;
    padding: 0px;
}

.horicontal {
    display: flex;
    flex-direction: row;
}

.vertical {
    display: flex;
    flex-direction: column;
}

.top {
    margin-top: 20px;
}

.left {
    margin-left: 10px;
}

.right {
    margin-left: auto;
    margin-right: 0px;
}

.bcenter {
    width: 120px;
    margin: 0 auto;
}

.centeritems {
    align-items: center;
}

.zk_label_title {
    font-weight: bold;
    color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.zk_sub_label_title {
    font-weight: bold;
    color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.zk_label {
    display: block;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

.zk_input {
    display: block;
    padding: 5px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
    overflow: auto;
}

.zk_select {
    display: block;
    color: #FFFFFF;
    background-color: #483E37;
    padding: 5px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

.zk_input[disabled] {
    color: black;
    background-color: gray;
}

.zk_checkbox {
    display: block;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

.zk_section {
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
    background-color: rgba(250, 250, 250, 0.2);
}

.zk_group {
    padding: 15px;
    margin: 5px;
    border-radius: 10px;
    background-color: rgba(250, 250, 250, 0.2);
}

/* Längen */

.zk_width1 {
    width: 50px;
    min-width: 50px;
}

.zk_width2 {
    width: 100px;
    min-width: 100px;
}

.zk_width3 {
    width: 150px;
    min-width: 150px;
}

.zk_width4 {
    width: 200px;
    min-width: 200px;
}

.zk_width5 {
    width: 250px;
    min-width: 250px;
}

.zk_width6 {
    width: 300px;
    min-width: 300px;
}

.zk_width_max {
    width: 98%;
}

/* Höhen */

.zk_height1 {
    height: 50px;
}

.zk_height2 {
    height: 100px;
}

/* Farben */

.zk_red {
    background-color: #d40000;
}

.zk_green {
    background-color: #3c8e4a;
}

.zk_blue {
    background-color: #0f6d9c;
}

.zk_orange {
    background-color: #fa9323;
}

.zk_spacer {
    margin-top: 10px;
}

.zk_center {
    width: 200px;
    margin: 0 auto;
}

/* Modale Dialog Fenster */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
}

/* just some content with arbitrary styles for explanation purposes */
.modal {
    min-width: 400px;
    width: 50%;
    height: 75%;
    position: fixed;
    top: 9%;
    left: 25%;
    background-color: #483E37;
    border-radius: 10px;
    z-index: 11; /* higher than the overlay layer */
    padding-bottom: 20px;
}

.modal_setupWindow {
    min-width: 300px;
    width: 35%;
    height: 50%;
    position: fixed;
    top: 20%;
    left: 33%;
    background-color: #483E37; /* Original-Color: #483E37, #11474d */
    border-radius: 10px;
    z-index: 11; /* higher than the overlay layer */
    padding-bottom: 20px;
}

.modal_width {
    min-width: 450px;
    width: 60%;
    height: 75%;
    position: fixed;
    top: 9%;
    left: 20%;
    background-color: #483E37;
    border-radius: 10px;
    z-index: 11; /* higher than the overlay layer */
    padding-bottom: 20px;
}

.modal_wide {
    min-width: 450px;
    width: 80%;
    height: 75%;
    position: fixed;
    top: 9%;
    left: 10%;
    background-color: #483E37;
    border-radius: 10px;
    z-index: 11; /* 1px higher than the overlay layer */
    padding-bottom: 20px;
}

.modal_small {
    min-width: 300px;
    width: 35%;
    height: 75%;
    position: fixed;
    top: 9%;
    left: 33%;
    background-color: #483E37;
    border-radius: 10px;
    z-index: 11; /* higher than the overlay layer */
    padding-bottom: 20px;
}

.content {
    margin: 30px;
}

.blocksize {
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgba(250, 250, 250, 0.2);
    padding: 10px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tab_activ {
    display: normal;
}

.tab_inactiv {
    visibility: hidden;
    position: fixed;
}

.tab_label_activ {
    color: rgba(203, 203, 203, 1);
    font-size: 22px;
    font-weight: bold;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: rgba(135, 129, 125, 1);
    margin: 0px 3px 0px 0px;
    padding: 7px;
    box-shadow: 0px 0px 2px #000;
    height: 30px;
    cursor: pointer;
}

.tab_label_inactiv {
    color: rgba(232, 232, 232, 0.84);
    font-size: 22px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: rgba(93, 86, 81, 1);
    margin: 0px 3px 0px 0px;
    padding: 7px;
    box-shadow: 0px 0px 2px #FFF;
    height: 30px;
    cursor: pointer;
}

    .tab_label_inactiv:hover {
        color: rgba(60, 56, 52, 0.8);
        background-color: rgba(250, 250, 250, 0.3);
    }

.errorList {
    display: block !important;
    font-size: 22px;
    padding: 15px;
    margin: 0px 5px 5px 5px;
    border-radius: 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    z-index: 10;
}

.errorList_error {
    background-color: rgb(190, 56, 56);
    color: rgb(254, 228, 228);
}

.errorList_message {
    background-color: rgb(217, 184, 53);
    color: rgb(25, 24, 10);
}

.errorList_confirmation {
    background-color: rgb(99, 241, 64);
    color: rgb(20, 39, 20);
}


#error {
    display: none;
}

.marker {
    border-radius: 5px;
    background-color: rgba(122, 245, 10, 0.25);
    border: 5px solid rgb(128, 238, 4);
}

.recordMarker {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: rgb(128, 238, 4);
    box-shadow: 1px 1px 2px #333;
    border-radius: 3px;
}

.indel_value {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    background-color: #F0F0F0;
    margin: 0px;
    padding: 5px;
    border: 3px solid #cb870b;
    border-radius: 12px;
    box-shadow: 0px 1px 0px 0px rgba(250, 250, 250, 0.5), inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    text-align: right;
}

.click_back {
    margin: 3px;
    padding: 5px;
    border-style: solid;
    border-width: 0px;
    border-radius: 3px;
    border-color: #555555;
    background: linear-gradient(-30deg, #004670 0%, #004670 50%, #225070 51%, #004670 100%);
}

.click_back2 {
    margin: 3px;
    padding: 5px;
    border-style: solid;
    border-width: 0px;
    border-radius: 3px;
    border-color: #555555;
    background: linear-gradient(-30deg, #555555 0%,#555555 50%,#999999 51%,#555555 100%);
}

.click_title {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #f0f0f0;
}

.click_image {
    height: 60px;
    margin-left: 20px;
    background-color: transparent;
}
