﻿html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 50px;
    margin-bottom: 100px;
}

.bordered {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    padding: 5px;
}

iframe {
    width: 100%;
    height: 75vh;
    border: none;
}

.hoverBorder:hover {
    border: 3px solid orange;
}

.hoverBorder {
    border: 3px solid white;
    cursor: pointer;
}

.disabled {
    color: lightgrey;
    cursor: default !important;
}

    .disabled:hover {
        background: white !important;
    }

#mod_Startseite img {
    width: 230px;
    height: 230px;
}

.subseteditorAggregate {
    background-size: 80%;
    background-image: url("/images/sed_aggregate_member.svg") !important;
}

.subseteditorLeaf {
    background-size: 80%;
    background-image: url("/images/sed_leaf_member.svg") !important;
}

/*fast nicht sichtbare Linien und Buttons werden verdunkelt*/
.darkenLines_border {
    border-color: lightgrey !important;
}

.darkenLines_background {
    background-color: lightgrey !important;
}

button {
    background-color: #e2e2e2;
}

/*Inhalte des modalen Dialogs*/

.modal-body p {
    margin-bottom: 0;
    cursor: pointer;
}

.modal-body .checkbox {
    margin-top: 0;
    margin-bottom: 3px;
}

/*Alle Placeholder*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   color:    grey;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    grey;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    grey;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    grey;
}
/*Footer*/

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1001;
    background-color: white; /*Übermalt die horizontale Linie der Sidebar*/
}

    footer hr {
        margin-top: 0;
        margin-bottom: 10px;
    }

    footer div:first-of-type {
        padding-top: 10px;
    }

.pointerOnHover li {
    cursor: pointer;
}

/*PE*/

.pe_mainPart {
    /*auch für dm*/
    min-height: 60vh;
}

#tbl_processes {
    margin-bottom: 0;
}

.selected {
    background-color: #0069B4;
    color: white;
}

.pe_step span {
    position: relative;
    top: 2px;
    left: -24px;
    width: 100%;
    color: white;
}

.pe_step img {
    opacity: 0.5;
}

.pe_step.active img {
    opacity: 1;
}

/*DE*/

#de_area_D_main {
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 12px;
}

    #de_area_D_main td {
        border-left: 1px solid rgb(221,221,221);
    }

    #de_area_D_main th {
        overflow: hidden;
        text-overflow: ellipsis;
    }

#mod_DE hr {
    margin-bottom: 5px;
    margin-top: 5px;
}

/*Sidebar*/

#wrapper {
    padding-left: 500px;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 0;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 500px;
    width: 500px;
    height: 100%;
    margin-left: -500px;
    transition: all 0s ease 0.5s;
    border-right-style: solid;
    border-right-width: 1px;
    padding: 0;
}

#wrapper.toggled #sidebar-wrapper {
    transition: all 0s ease;
    width: 0;
}

#page-content-wrapper {
    width: 100%;
    position: relative;
    padding: 0 20px 90px 40px;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
}

/*Umschalter für Sidebar (<,>)*/

#sidebar-toggle {
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    width: 20px;
    height: 48px;
    position: absolute;
    top: 45%;
    cursor: pointer;
    right: -20px;
    z-index: 1000;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    #sidebar-toggle.toggled :first-child {
        display: none;
    }

    #sidebar-toggle.toggled :last-child {
        display: inherit;
    }

    #sidebar-toggle :first-child {
        top: 14px;
    }

    #sidebar-toggle :last-child {
        display: none;
        top: 14px;
    }


/*WF*/

#wf_auswahl_menu {
    min-width: 256px;
    min-height: 256px;
    border: 3px solid #b5d4ee;
    border-radius: 20px;
    background-color: white;
    position: absolute;
    display: none;
    z-index: 1000;
    padding: 20px;
}

    #wf_auswahl_menu div {
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
    }

        #wf_auswahl_menu div:hover {
            background: orange;
        }

#wf_mouseover_menu {
    min-width: 9vw;
    min-height: 9vh;
    background-color: white;
    position: absolute;
    display: none;
    z-index: 1000;
}

#wf_mouseover_back {
    border: 3px solid #b5d4ee;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 9vh;
    cursor: pointer;
    align-items: center;
    display: flex;
}

    #wf_mouseover_back:hover {
        background-color: orange;
    }

    #wf_mouseover_back span {
        font-size: 15px;
        font-weight: bold;
    }

#wf_mouseover_container {
    min-height: 9vh;
    border-top: 3px solid #b5d4ee;
    border-right: 3px solid #b5d4ee;
    border-bottom: 3px solid #b5d4ee;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

    #wf_mouseover_container div {
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
    }

        #wf_mouseover_container div:hover {
            background: orange;
        }

#wf_rasterTable {
    table-layout: fixed;
    margin: 10px auto 10px auto;
    width: 63vw;
}

    #wf_rasterTable td {
        width: 9vw;
        height: 9vh;
    }

.wf_button {
    display: flex;
    border: 3px solid #b5d4ee;
    border-radius: 20px;
    height: inherit;
    align-items: center;
    justify-content: center;
    background: white;
}

    .wf_button div {
        text-align: center;
    }

    .wf_button img {
        height: 4vh;
    }

.wf_line_h {
    position: relative;
    width: 9.5vw;
    height: 1vh;
    background-color: #b5d4ee;
    top: -5vh;
    left: 4.25vw;
    z-index: -1;
    margin-bottom: -1vh;
    margin-right: -1vw;
}

.wf_line_v {
    position: relative;
    width: 0.5vw;
    height: 10vh;
    background-color: #b5d4ee;
    top: -5vh;
    left: 4.25vw;
    z-index: -1;
    margin-bottom: -11vh;
}

.wf_footer button {
    border: 3px solid #b5d4ee;
    border-radius: 20px;
    background-color: white;
    height: 50px;
    min-width: 100px;
}

.wf_footer img {
    height: 50px;
}

#wf_footer_heading {
    font-size: 30px;
    text-align: center;
    height: inherit;
}

/*DM*/

#mod_DM_send label {
    font-weight: normal;
}

#dm_send_recipientsContainer {
    padding-top: 20px;
}

.jqte_editor {
    min-height: 45vh !important;
}

.jqte_tool_label {
    min-height: 20px !important;
}

/*Links*/

#modalLinks button {
    min-width: 180px;
    margin-bottom: 5px;
}

#modalLinks input {
    min-width: 180px;
    margin-bottom: 5px;
}

#links_linkList td {
    border: none;
    cursor: pointer;
}


/*!

Split Pane v0.6.1

Copyright (c) 2014 Simon Hagström

Released under the MIT license
https://raw.github.com/shagstrom/split-pane/master/LICENSE

*/
.split-pane {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .split-pane.fixed-top > .split-pane-component,
    .split-pane.fixed-bottom > .split-pane-component,
    .split-pane.horizontal-percent > .split-pane-component {
        position: absolute;
        left: 0;
        width: 100%;
        overflow: auto;
        top: auto;
        bottom: 0;
        z-index: 1;
    }

        .split-pane.fixed-top > .split-pane-component:first-child,
        .split-pane.fixed-bottom > .split-pane-component:first-child,
        .split-pane.horizontal-percent > .split-pane-component:first-child {
            top: 0;
            bottom: auto;
        }

    .split-pane.fixed-top > .split-pane-divider,
    .split-pane.fixed-bottom > .split-pane-divider,
    .split-pane.horizontal-percent > .split-pane-divider {
        position: absolute;
        width: 100%;
        left: 0;
        cursor: row-resize;
        z-index: 2;
    }

        .split-pane.fixed-top > .split-pane-divider > .split-pane-divider-inner,
        .split-pane.fixed-bottom > .split-pane-divider > .split-pane-divider-inner,
        .split-pane.horizontal-percent > .split-pane-divider > .split-pane-divider-inner {
            position: absolute;
            top: -5px;
            left: 0;
            box-sizing: content-box;
            width: 100%;
            height: 100%;
            padding: 5px 0;
        }

    .split-pane.fixed-left > .split-pane-component,
    .split-pane.fixed-right > .split-pane-component,
    .split-pane.vertical-percent > .split-pane-component {
        position: absolute;
        top: 0;
        height: 100%;
        overflow: auto;
        left: auto;
        right: 0;
        z-index: 1;
        transition: all 0.5s ease;
    }

        .split-pane.fixed-left > .split-pane-component:first-child,
        .split-pane.fixed-right > .split-pane-component:first-child,
        .split-pane.vertical-percent > .split-pane-component:first-child {
            left: 0;
            right: auto;
        }

    .split-pane.fixed-left > .split-pane-divider,
    .split-pane.fixed-right > .split-pane-divider,
    .split-pane.vertical-percent > .split-pane-divider {
        position: absolute;
        height: 100%;
        top: 0;
        cursor: col-resize;
        z-index: 2;
    }

        .split-pane.fixed-left > .split-pane-divider > .split-pane-divider-inner,
        .split-pane.fixed-right > .split-pane-divider > .split-pane-divider-inner,
        .split-pane.vertical-percent > .split-pane-divider > .split-pane-divider-inner {
            position: absolute;
            top: 0;
            left: -5px;
            box-sizing: content-box;
            width: 100%;
            height: 100%;
            padding: 0 5px;
        }

.split-pane-resize-shim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

.split-pane.fixed-left > .split-pane-resize-shim,
.split-pane.fixed-right > .split-pane-resize-shim,
.split-pane.vertical-percent > .split-pane-resize-shim {
    cursor: col-resize;
}

.split-pane.fixed-top > .split-pane-resize-shim,
.split-pane.fixed-bottom > .split-pane-resize-shim,
.split-pane.horizontal-percent > .split-pane-resize-shim {
    cursor: row-resize;
}

/*
 * Imageless CSS3 Treeview with Checkbox Support
 * @namespace window.AcidJs
 * @class CSS3Treeview
 * @version 3.0
 * @author Martin Ivanov
 * @url developer website: http://wemakesites.net/
 * @url developer twitter: https://twitter.com/#!/wemakesitesnet
 * @url developer blog http://acidmartin.wordpress.com/
 **/

.acidjs-css3-treeview,
.acidjs-css3-treeview * {
    padding: 0;
    margin: 0;
    list-style: none;
}

.listBottom::before {
    content: "";
}

.acidjs-css3-treeview label[for]::before {
    content: "\25b6";
    display: inline-block;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    vertical-align: top;
    text-align: center;
    color: #e74c3c;
    font-size: 10px;
    line-height: 13px;
}

.acidjs-css3-treeview li ul {
    margin: 0 0 0 22px;
}

.acidjs-css3-treeview li {
    margin: 1px 0 1px 0;
}

.acidjs-css3-treeview * {
    vertical-align: middle;
}

.acidjs-css3-treeview {
    font: normal 14px Arial, Sans-serif;
}

    .acidjs-css3-treeview input[type="checkbox"] {
        display: none;
    }

    .acidjs-css3-treeview label {
        cursor: pointer;
        font-weight: normal !important;
        white-space: nowrap;
    }

    .acidjs-css3-treeview input[type="checkbox"][id]:checked ~ label[for]::before {
        content: "\25bc";
        font-size: 10px;
    }

    .acidjs-css3-treeview input[type="checkbox"][id]:not(:checked) ~ ul {
        display: none;
    }

    .acidjs-css3-treeview label input:checked + span::before {
        content: "";
    }

/* PM Modul*/

#L01_pm_tbl_main_01,
#L02_pm_tbl_main_01,
#L02_pm_tbl_main_02, 
#L03_pm_tbl_main_01, 
#L03_pm_tbl_main_02,
#L03_pm_tbl_main_03, 
#L04_pm_tbl_main_01, 
#L04_pm_tbl_main_02, 
#L04_pm_tbl_main_03,
#L04_pm_tbl_main_04
 {
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 12px;
}

    #L01_pm_tbl_main_01 td,
    #L02_pm_tbl_main_01 td,
    #L02_pm_tbl_main_02 td,
    #L03_pm_tbl_main_01 td,
    #L03_pm_tbl_main_02 td,
    #L03_pm_tbl_main_03 td,
    #L04_pm_tbl_main_01 td,
    #L04_pm_tbl_main_02 td,
    #L04_pm_tbl_main_03 td,
    #L04_pm_tbl_main_04 td {
        border-left: 1px solid rgb(221,221,221);
        height: 20px;
    }

    #L01_pm_tbl_main_01 th,
    #L02_pm_tbl_main_01 th,
    #L02_pm_tbl_main_02 th,
    #L03_pm_tbl_main_01 th,
    #L03_pm_tbl_main_02 th,
    #L03_pm_tbl_main_03 th,
    #L04_pm_tbl_main_01 th,
    #L04_pm_tbl_main_02 th,
    #L04_pm_tbl_main_03 th,
    #L04_pm_tbl_main_04 th {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.rowlevelCElement {
    color: white;
    background-color: gray;
    font-weight: bold;
}

.unselectable {
    background-color: #ddd;
}

.unselectableWithCElement {
    color: white;
    background-color: gray;
    font-weight: bold;
}

.pm_picklist {
    color: black;
    background-color: white;
}

.pmInput {
    color: black;
}

/* PM - label header */
#L01_pm_header_01,
#L02_pm_header_01,
#L02_pm_header_02,
#L03_pm_header_01,
#L03_pm_header_02,
#L03_pm_header_03,
#L04_pm_header_01,
#L04_pm_header_02,
#L04_pm_header_03,
#L04_pm_header_04 {
    font-style: oblique;
    font-weight: bold;
}			 