﻿/*
    Version: 16.8.2.1
*/
* {
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    color: #4d4f53;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.About ul {
    margin: 10px 40px;
}

body {
    background: #999999;
    font-size: .80em;
    color: #696969;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:link, a:visited, a:active {
    color: #A7A8AA;
}

    a:hover {
        color: #009FDF;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    text-decoration: none;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    h1 a {
        padding-bottom: 0px;
        margin-bottom: 0px;
        color: #666666;
        font-variant: small-caps;
        text-transform: none;
        font-weight: 200;
        margin-bottom: 0px;
        text-decoration: none;
    }

h2 {
    font-size: 1.6em;
    font-weight: 200;
}

h3 {
    font-size: 1.2em;
    margin: 10px 0px;
}

    h3.Import {
        color: #009FDF;
        font-size: 14px;
        font-weight: 600;
    }

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

select, input[type=password], input[type=text], input[type=submit], textarea, .divEditFields_Sub > input[type=checkbox], .divEditFields_Sub > input[type=file] {
    width: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select, input[type=password], input[type=text], input[type=submit] {
    height: 28px;
}

.divEditFields_Sub > input[type=checkbox] {
    height: 16px;
}

input[type=checkbox] {
    margin: 0px 3px;
}

.divEditFields_Sub > input[type=checkbox] {
    margin: 0px;
}

input[type=password], input[type=text], textarea, input[type=checkbox] {
    padding: 2px 5px;
}

.divImgInfo {
    position: relative;
}

.imgInfo {
    width: 32px;
    height: 32px;
    margin: 3px;
}

.divWrapper {
    position: relative;
    min-height: 400px;
    background-color: White;
    border: 1px solid #4d4f53;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.divHeader {
    position: relative;
}

.divTitle {
    position: absolute;
    top: 15px;
    left: 110px;
}

.divHeader h1 {
    font-weight: 700;
    /*margin: 0px;
        padding: 0px 0px 0px 20px;*/
    color: #666;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

    .divHeader h1 a {
        font-weight: 700;
        color: #666;
        border: none;
    }

.divLogo {
    height: 159px;
    background-color: #fff;
    background-image: url('../img/imgHeader.jpg');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left top;
}



.divLoginDisplay {
    display: none;
    visibility: collapse;
}

.divNav {
    background-color: #fff;
    width: 100%;
}

    .divNav ul.level2 {
        border-bottom: 1px solid #4d4f53;
        border-left: 1px solid #4d4f53;
        border-right: 1px solid #4d4f53;
    }

    .divNav ul.level3 {
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #39c;
        border-bottom: 1px solid #4d4f53;
        border-top: 1px solid #4d4f53;
        border-right: 1px solid #4d4f53;
    }

.Nav {
    padding: 4px 0px 4px 8px;
}

    .Nav ul {
        z-index: 1000;
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        text-transform: uppercase;
    }

        .Nav ul ul {
        }

        .Nav ul li a, .Nav ul li a:visited {
            background-color: #fff;
            color: #A7A8AA;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            .Nav ul li a:hover {
                background-color: #fff;
                color: #009FDF;
                text-decoration: none;
            }



    .menu_selected_item, .menu_selected_item a, .Nav .selected {
        color: #009FDF;
        font-weight: bold;
    }

        .menu_selected_item a:hover {
            color: #009FDF;
            font-weight: bold;
            text-decoration: none;
        }




    .Nav ul li a:active {
        background-color: #fff;
        color: #009FDF;
        text-decoration: none;
    }

.divMain {
    margin-bottom: 40px;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.divMainContent {
    text-align: left;
    margin-top: 15px;
}

.divMainContentWrapper {
    min-width: 800px;
    max-width: 100%;
    min-height: 450px;
    width: auto;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}

    .divMainContentWrapper, .divMainContentWrapper * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


/*.divMainContentWrapperHeader .divMainContentWrapperTitle .divMainContentWrapperBackLink*/
.divMainContentWrapperHeader > div {
    width: 50%;
    float: left;
}

.divMainContentWrapperHeader {
    clear: both;
    width: 100%;
    display: inline-block;
}

.divMainContentWrapperTitle {
    text-align: left;
}

.divMainContentWrapperBackLink {
    text-align: right;
}

.divMainContentWrapper .divMainContent {
}

td.Left, th.Left {
    text-align: left;
}

input.Left {
    float: left;
}

td.Right, th.Right {
    text-align: right;
}

input.Right {
    float: right;
}

td.Center, th.Center {
    text-align: center;
}

input.Center {
    float: none;
    margin: 0px auto;
}

td.Top, th.Top {
    vertical-align: top;
}

td.Middle, th.Middle {
    vertical-align: middle;
}

td.Bottom {
    vertical-align: bottom;
}


@media (max-width: 1000px) {
    .divWrapper {
        margin: 10px auto;
        width: 1000px;
    }

    .tblMainContent {
        max-width: 980px;
    }

    .pnlScrolling {
        width: 980px;
        overflow-x: scroll;
    }
}

@media (min-width: 1001px) {
    body {
        padding: 10px;
    }


    .divWrapper {
        margin: 0px;
        width: 100%;
        max-width: 1920px;
        margin: 0px auto;
    }

    .tblMainContent {
        max-width: 100%;
    }

        .tblMainContent > tr {
            max-width: 50%;
        }

            .tblMainContent > tr:first-child {
                max-width: 50%;
            }

    .pnlScrolling {
        max-width: 100%;
        overflow-x: auto;
    }
}






.tdMainContentTitle, .tdMainContentBackLink {
    padding: 5px 0px;
    height: 30px;
}

.divMainContent td, .divMainContent th {
    padding: 0px 5px;
}

.tblFilter {
    width: 100%;
    margin: 10px 0px;
}

    .tblFilter td, .tblFilter th {
        padding: 5px;
    }

.tdFilter_Cap {
    padding: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tdFilter_Cont {
    padding: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.txtInput_Filter {
    padding: 2px 5px;
    width: 300px;
    border: 1px solid #4d4f53;
    font-family: Verdana;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.btnInput_Filter {
    padding: 2px 5px;
    width: 300px;
    border: 1px solid #4d4f53;
    font-family: Verdana;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ddlInput_Filter {
    width: 300px;
    border: 1px solid #4d4f53;
    font-family: Verdana;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .ddlInput_Filter * {
        padding: 2px 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }



.tdDetail_Cap, .tdDetail_Cont {
    vertical-align: top;
}

.gdv, .gdv td, .gdv th {
    border-color: #4d4f53;
}

.gdv {
    background-color: White;
    margin: 10px 0px;
    width: 100%;
}

    .gdv td, .gdv th {
        padding: 2px 5px;
    }

.gdvHeader {
}

.gdvFooter {
}

.gdvPager {
}

.gdvRow {
}

.gdvRowAlt {
    background-color: rgb(204, 204, 204);
    color: #4d4f53;
}

.gdvIBtnDelete {
    max-width: 32px;
    max-height: 32px;
    line-height: 0px;
}

.gdvAEdit {
    border: 0px none transparent;
}

    .gdvAEdit img {
        border: 0px none transparent;
        line-height: 0px;
        height: 32px;
        width: 32px;
    }

.gdvAEye {
    border: 0px none transparent;
}

    .gdvAEye img {
        border: 0px none transparent;
        line-height: 0px;
        height: 32px;
        width: 32px;
    }

.tdInfo {
    text-align: center;
}

.divInfo {
    text-align: left;
}

.divEditInfo span {
    display: block;
}

.divFooter {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 5px;
    bottom: 0px;
    position: absolute;
    height: 40px;
    width: 100%;
    border-top: 1px solid #4d4f53;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
}

.divFooterVersion {
    float: left;
}

.divFooterUser {
    float: right;
    position: relative;
}

    .divFooterUser span {
        float: left;
        width: auto;
        overflow: auto;
    }

.divFooterUser {
    text-align: left;
}

.tblDepartemtns {
    width: 100%;
}

.liInput {
    border: 1px solid #4d4f53;
    width: 250px;
    height: 300px;
}

.tdFilter_Action input {
    max-width: 32px;
    max-height: 32px;
}

.divWait h3 {
    font-weight: bold;
}

.divWait {
    position: relative;
    z-index: 5;
    background-color: Gray;
    border: 1px solid #4d4f53;
    width: 300px;
    height: 200px;
    margin: 200px auto;
    padding: 10px;
}

    .divWait * {
        color: White;
    }

.divWaitWrapper {
    background-image: url('../img/imgBackground.png');
    z-index: 1000;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    cursor: wait;
}


.Button {
    font-weight: normal;
    background-color: #A7A8AA;
    padding: 2px 5px;
    border: 1px solid #53565A;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*[data-showinfo='1'] {
    cursor: pointer;
}

.tblFixed {
    table-layout: fixed;
}

    .tblFixed td, .tblFixed th {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tblFixed td {
        max-height: 2em;
    }



.pnlMultiSelect .txtInput_Filter {
    max-width: 150px;
}

.pnlMultiSelect *, .pnlMultiSelect, .pnlMultiSelect td, .pnlMultiSelect th {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .pnlMultiSelect table {
    }

.pnlMultiSelect {
    overflow: auto;
    top: 0px !important;
    left: 0px !important;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(1,1,1,0.2);
}

    .pnlMultiSelect h3, .pnlMultiSelect table {
        width: 100%;
    }

    .pnlMultiSelect .tdFilterControls {
        text-align: right;
        width: 74px;
    }

        .pnlMultiSelect .tdFilterControls * {
            float: right;
        }

.ibtnRefreash {
    margin-right: 10px;
}


.pnlMultiSelect .ContentWrapper {
    position: relative;
    padding: 10px;
    width: 600px;
    height: 400px;
    margin: 50px auto;
    border: solid 1px black;
    background-color: White;
}

    .pnlMultiSelect .ContentWrapper .ibtnCancel, .pnlMultiSelect .ContentWrapper .ibtnSelect {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

    .pnlMultiSelect .ContentWrapper .ibtnSelect {
        bottom: 10px;
        right: 52px;
    }

    .pnlMultiSelect .ContentWrapper .ibtnCancel {
        bottom: 10px;
        right: 10px;
    }

.GridViewWrapper {
    position: relative;
    overflow: auto;
    max-height: 260px;
}




.DisplaySettings {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 100%;
    height: 100%;
    background-color: rgba(1,1,1,0.2);
    clear: both;
    float: none;
    text-align: left;
}

    .DisplaySettings .DisplaySettingsContentWrapper {
        width: 800px;
        background-color: White;
        margin: 150px auto;
        padding: 10px;
        border: 1px solid black;
    }

.DisplaySettingsContentWrapper table {
    width: 100%;
}

.DisplaySettingsContentWrapper h4 {
    margin: 5px 0px;
}

.DisplaySettingsContentWrapper td.Click {
    width: 24px;
}

.DisplaySettingsContentWrapper td:Not(.Click) {
    width: auto;
}

.DisplaySettingsContentWrapper td[onclick] {
    cursor: pointer;
}

.divFooterDocInfo {
    position: absolute;
    display: block;
    width: 120px;
    margin: 0px auto;
    vertical-align: middle;
    left: 50%;
    top: 0px;
}


.divFilter {
    display: none;
    visibility: hidden;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: white;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0,0.8);
    border-radius: 4px;
    padding: 10px;
    z-index: 900;
}

    .divFilter h3.Header {
        margin-top: 0px;
        font-weight: bold;
    }

    .divFilter .divFilter_Sub {
        margin: 5px 0px;
    }

        .divFilter .divFilter_Sub input[type=checkbox] {
            width: 100%;
        }

        .divFilter .divFilter_Sub label {
            width: 150px;
            display: block;
        }

    .divFilter.Display {
        display: block;
        visibility: visible;
    }

.tblList select {
    width: 50px;
    height: 25px;
}

.tblList {
    border-collapse: collapse;
    width: 100%;
}

    .tblList tr td, .tblList tr th {
        /*ToDo: Nicht Schwarz*/
        border: 1px solid black;
        padding: 2.5px 5px;
    }


/*Für die Spalte mit den Controls*/
.EditControls {
    min-width: 60px;
    position: relative;
}

    .EditControls input:not(:first-child), .EditControls .ImageLink:not(:first-child) {
        margin-left: 5px;
    }

        .EditControls input:not(:first-child).imgInfo {
            margin: 0px 0px 0px 5px;
        }

input[type=image], .ImageLink img {
    box-shadow: 0px 0px 0px 0px transparent;
}

    input[type=image]:hover, .ImageLink img:hover {
        box-shadow: 0px 0px 5px 0px black;
    }

        input[type=image]:hover:active, .ImageLink img:hover:active {
            box-shadow: 0px 0px 10px 1px black inset;
        }

a.ImageLink {
    display: inline-block;
}



input[type=image], .ImageLink, .ImageLink img {
    border-radius: 5px;
}


/*Für die Bearbeitungsseite*/
.divInfoFields {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid black;
    padding: 5px;
    margin: 10px auto;
    background-color: rgba(130, 192, 255, 1);
    align-items: stretch;
}

    .divInfoFields > div {
        -ms-flex: 1 auto;
        flex: 1 auto;
        order: 1;
        position: relative;
        border: 1px solid black;
        margin: 5px;
        background-color: white;
        /*display: inline-block;*/
    }

        .divInfoFields > div > div {
            padding: 7.5px;
            min-width: 200px;
            display: inline-block;
        }

        .divInfoFields > div > img {
            padding: 7.5px;
            float: right;
        }

        .divInfoFields > div > div:first-child > span {
            display: inline-block;
            min-width: 100%;
            line-height: 16px;
        }

            .divInfoFields > div > div:first-child > span:first-child {
                font-weight: bold;
            }




        .divInfoFields > div img[data-showinfo] {
            /*float: right;*/
        }


.divEditFields {
    display: inline-block;
}

.divEditFields_Sub {
    margin-bottom: 10px;
    text-align: center;
    min-height: 32px;
}

    .divEditFields_Sub > span:not(.Control) {
        width: 150px;
        line-height: 16px;
    }

    .divEditFields_Sub > span, .divEditFields_Sub > input, .divEditFields_Sub > textarea {
        display: block;
        text-align: left;
        display: inline-block;
    }

        .divEditFields_Sub > input.ControlRight {
            float: right;
        }

        .divEditFields_Sub > span.Control {
            width: 136px;
        }

        .divEditFields_Sub > span.TextArea {
            vertical-align: top;
        }






/*Für übersucht der Menustrucktur*/

.divPlantGroup {
    display: inline-block;
    border-radius: 10px;
    margin: 10px;
    border: 1px solid black;
    box-shadow: 0px 0px 13px 1px gray;
}

    .divPlantGroup:hover {
    }

    .divPlantGroup a, .divPlantGroup span {
        display: block;
        margin: 5px 10px;
    }

    .divPlantGroup h3 {
        display: block;
        margin: 0px 0px 5px;
        padding: 5px 5px 5px;
        border-bottom: 1px solid gray;
    }


/*Pager Style*/

.tdPagerLinks span, .tdPagerLinks a {
    line-height: 32px;
    float: left;
}

.tdPagerLinks select {
    float: left;
    margin: 2px 5px;
}

.tdPagerLinks input[type=image] {
    margin: 0px 5px;
    float: left;
}

.tdPagerLinks > div {
    display: inline-block;
    margin: 0px 5px;
}

.tdPagerLinks a {
    display: block;
    text-align: center;
    width: 32px;
    height: 32px;
    margin: 0px 2.5px;
    border-radius: 5px;
}


    .tdPagerLinks a:hover {
        box-shadow: 0px 0px 5px 0px black;
    }

        .tdPagerLinks a:hover:active {
            box-shadow: 0px 0px 10px 1px black inset;
        }


/*Tabs*/
ul.Tabs {
    display: inline-block;
    width: 100%;
    list-style-type: none;
    position: relative;
    border-collapse: collapse;
}

    ul.Tabs li a {
        width: 100%;
        padding: 5px;
        display: block;
        max-width: 150px;
    }

    ul.Tabs li.Selected a {
        padding: 7px;
    }

    ul.Tabs li {
        position: relative;
        bottom: 0px;
        display: block;
        float: left;
        max-width: 150px;
        width: 100%;
        border: 1px solid black;
        margin-top: 4px;
        border-top-right-radius: 10px;
        border-bottom: 0px none transparent;
    }

        ul.Tabs li:hover {
            box-shadow: black 0px 0px 10px 0px inset;
            border: 1px inset black;
            border-bottom: 0px none transparent;
        }

        ul.Tabs li.Selected:hover {
            box-shadow: transparent 0px 0px 0px 0px;
            border: 1px solid black;
            border-bottom: none;
        }

        ul.Tabs li.Selected {
            border-bottom: none;
            margin-top: 0px;
        }
/*Tabs END*/

.tblList tr:nth-child(2n+1) {
    background-color: #c1e0ff;
}

.tblList tr.Header, .tblList tr.Footer {
    background-color: #82c0ff;
    min-height: 32px;
}

    .tblList tr.Header a, .tblList tr.Footer a {
        color: #53565A !important;
    }


/* Nummer-Style START */

input.Number.Failed {
    /*border: 1px solid red inset;*/
    box-shadow: red -1px -1px 10px 1px inset;
    /*background-color: red;*/
}


/* Nummer-Style END */


/*DetailInfo Start*/

.divHistoryDetailInfo > span {
    display: block;
}

    .divHistoryDetailInfo > span:first-child {
        font-weight: bold;
    }

        .divHistoryDetailInfo > span:first-child::after {
            content: ':';
        }


/*DetailInfo End*/