@layer alteWelt {
    html, body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        margin: 0;
        padding: 0;
        height: 100%;
        overflow-x: hidden;
        overflow-y: hidden !important;
    }

    .scroll {
        overflow-y: auto !important;
    }

    table {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
    }

    form {
        margin: 0; /* required to make IE look the same as Firefox! */
    }


    input {
        color: black; /* fd9800 */
        font-size: 11px;
        background-color: white;
        border: none;
    }


    select {
        color: #000000;
        font-size: 11px;
        background-color: #ffffff;
        border-top: #D4D4D4 1px solid;
        border-left: #D4D4D4 1px solid;
        border-right: #D4D4D4 1px solid;
        border-bottom: #D4D4D4 1px solid;
    }

    textarea {
        color: #000000;
        font-size: 11px;
        background-color: #ffffff;
        border-top: #000000 1px solid;
        border-left: #000000 1px solid;
        border-right: #000000 1px solid;
        border-bottom: #000000 1px solid;
    }
}

@layer alteWelt;

.table-scrollable {
    display: block;
    height: auto;
    overflow-y: scroll;
    flex: 1;
}

.flexbox {
    display: flex;
    flex-direction: column;
    height: 100%
}

/* old stuff... */
.labelSpan {
    font-weight: bold;
    font-size: 11px;
    float: left;
}

.editSpan {
    font-size: 11px;
    font-weight: normal;
    float: left;
    display: inline;
}

.editSpanRight {
    font-size: 11px;
    font-weight: normal;
    float: right;
    display: inline;
}

.requiredSpan {
    width: 10px;
    text-align: center;
    float: left;
    vertical-align: middle;
}

.linkBtnSpan {
    width: 20px;
    float: left;
    text-align: right;
    display: inline;
}

.editField {
    font-size: 11px;
    /*float: left;*/
}

.labelField {
    width: 150px;
    font-weight: bold;
    font-size: 11px;
}

.valueField {
    width: 150px;
    font-size: 11px;
    font-weight: normal;
}

.valueInputField {
    width: 150px;
    font-size: 11px;
}

.selectInputField {
    width: 150px;
    font-size: 11px;
}

.dateValueField {
    width: 150px;
    font-size: 11px;
}

.dateValueInputField {
    width: 100px;
    font-size: 11px;
}

.timeValueField {
    width: 50px;
    font-size: 11px;
}

.timeValueInputField {
    width: 50px;
    font-size: 11px;
}

.requiredField {
    width: 8px;
    text-align: right;
    color: #FF0000;
    font-weight: bold;
}

.linkBtnField {
    width: 18px;
}

.divListRow {
    overflow: auto;
    width: 100%;
    height: 12em;
    font-size: 11px;
}

.listHeaderTable {
    background-color: #FFFFFF;
    font-weight: bold;
}

.master_detail_title {
    font-weight: bold;
    font-size: 13px;
}

.last_handled {
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    max-width: 750px;
    right: 0;
}

.infobox_title {
    font-weight: bold;
    font-size: 13px;
}

.master_detail_title_div {
    margin-top: 6px;
    margin-bottom: 6px;
}

.formDataTable {
    box-sizing: content-box;
    background-color: #FFFFFF;
    border: 1px solid #5B92D3;
    empty-cells: show;
    width: 100%;
    font-size: 11px;
}

.formDataTableNoBorder {
    background-color: #FFFFFF;
    empty-cells: show;
    width: 100%;
    font-size: 11px;
}

.dataDiv {
    box-sizing: border-box;
    border: 1px solid #5B92D3;
    width: 100%;
}

.dataDivOhneWidth {
    box-sizing: border-box;
    border: 1px solid #5B92D3;
    padding: 5px 5px 5px 5px;
}

/* for <hr> elements used as separator in formDataTables */
.formdata-separator {
    border: none;
    border-top: 1px solid gray; /* #5B92D3; */
    padding: 0;
    margin: 0;
}

/* for td elements used as separator labels in formDataTables */
.formdata-separator-label {
    font-style: italic;
}

.editDiv {
    padding: 0;
    margin: 0;
    font-size: 11px;
    vertical-align: top;
    clear: left;
}

.editDiv::after {
    content: "";
    clear: both;
    display: table;
}

.actionBtnTable {
    margin-top: 0;
}

.box {
    color: black; /* fd9800 */
    background-color: transparent;
    font-size: 11px;
    border: none;
    cursor: pointer;
}

.button {
    color: black;
    font-size: 11px;
    background-color: #f6a800;
    border: black 1px solid;
}

.disabled_button {
    color: #aaaaaa;
    font-size: 11px;
    background-color: #eeeeee;
    border: #aaaaaa 1px solid;
}

.rechts .editDiv .rechts-dummy {
    float: right;
}

.rechts {
    vertical-align: middle;
}

.tooltip {
    background: white;
    padding: 10px;
    border: 1px solid #5B92D3;
    box-shadow: 5px 5px 5px #c0c0c0;
    border-radius: 5px;
    z-index: 1000;
}

.rote_schrift {
    color: red;
    font-weight: bold;
}

/* dropdown Menu */
.navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 100;
}

/* Little tricking with positions */
.navigation li {
    float: left; /* Show list items inline */
    width: 170px;
    position: relative;
}

/* Playing with Main Categories */
.navigation li a {
    background: #ffffff;
    color: #000000;
    display: block; /* Making sure a element covers whole li area */
    padding: 1px 1px 1px 1px;
    text-decoration: none; /* No underline */
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    font-size: 11px;
    /** border-radius: 5px; */
}

.navigation li a:hover {
    color: #000000;
}

/* subkategorie */
.navigation ul {
    position: absolute;
    left: 0;
    display: none; /* Hide it by default */
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #d4d4d4;
}

.navigation ul li {
    float: left;
    border-top: none;
}

/* Sub Cat menu link properties */
.navigation ul a {
    display: block; /* Making sure a element covers whole li area */
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    border-top: none;
    border-bottom: 1px dashed #d4d4d4;
}

.navigation ul a:hover {
    color: #5B92D3;
}

.checkListEditTableDataLabel {
    font-size: 11px;
}

.checkListEditTableDataInput {
    font-size: 11px;
}

.container {
    box-sizing: border-box;
    width: 250px;
    height: 12px;
    border: 1px solid #ddd;
    background-color: #ededed;
    border-radius: 0;
    overflow: hidden;
    display: inline-block;
    margin: 0 10px 5px 5px;
    vertical-align: top;
}

.progressbarAll {
    color: #fff;
    text-align: right;
    height: 12px;
    width: 0;
    background-color: #5B92D3;
    border-radius: 0;
}

.progressbar {
    color: #fff;
    text-align: right;
    height: 12px;
    width: 0;
    background-color: #5B92D3;
    border-radius: 0;
}

.progressbarPv {
    color: #fff;
    text-align: right;
    height: 12px;
    width: 0;
    background-color: #193daa;
    border-radius: 0;
}

.progressbarWs {
    color: #fff;
    text-align: right;
    height: 12px;
    width: 0;
    background-color: #5b92d3;
    border-radius: 0;
}

.progressbarEa {
    color: #fff;
    text-align: right;
    height: 12px;
    width: 0;
    background-color: #78afe6;
    border-radius: 0;
}

.progressbarPruef {
    color: #fff;
    text-align: right;
    height: 12px;
    width: 0;
    background-color: #a2c9f0;
    border-radius: 0;
}

.checkbox-div {
    border: 0 solid blue;
    background-color: #ccc;
    font-size: 11px;
    height: 20px;
    width: 20px;
    float: left;
}

.ueberschrift {
    height: 20px;
    width: 82%;
    background-color: #ccc;
    border: 0 solid blueviolet;
    float: left;
}

.ueberschrift-left {
    box-sizing: border-box;
    height: 20px;
    width: 40%;
    display: inline-block;
    padding-left: 20px;
    font-weight: bold;
    text-decoration: underline;
    color: blue;
    border: 0 solid orange;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ueberschrift-center {
    box-sizing: border-box;
    width: 50%;
    height: 20px;
    border: 0 solid red;
    font-weight: bold;
    padding-top: 2px;
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ueberschrift-right {
    box-sizing: border-box;
    width: 5%;
    text-align: right;
    padding-right: 10px;
    height: 20px;
    border: 0 solid blue;
    font-weight: bold;
    padding-top: 2px;
    text-decoration: none;
    color: black;
    float: right;
}

.inhalt {
    box-sizing: border-box;
    font-weight: normal;
    float: left;
    text-align: left;
    min-height: 90px;
    max-height: 90px;
    border: 0 solid red;
    width: 82%;
}

.inhalt-left {
    box-sizing: border-box;
    font-weight: normal;
    color: #969696;
    padding-left: 15px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 2px;
    float: left;
    border: 0 solid darkgreen;
    width: 63%;
    height: 40px;
}

.inhalt-right {
    box-sizing: border-box;
    font-weight: normal;
    padding-right: 20px;
    padding-top: 4px;
    right: 5px;
    top: 5px;
    height: 110px;
    width: 30%;
    border: 0 solid silver;
    float: right;
    text-align: right;
}

.inhalt-memo {
    box-sizing: border-box;
    padding: 4px 4px 2px 15px;
    font-weight: normal;
    border: 0 solid orange;
    float: left;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    width: 63%;
    height: 42px;
}

.bild-div {
    width: 130px;
    height: 120px;
    float: left;
    border: 0 solid yellow;
}

.item-div {
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 11px;
    height: 120px;
    width: auto;
    z-index: 1;
}

.main-div {
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 11px;
    height: 600px;
    width: auto;
    overflow-y: scroll;
    max-height: 600px;
    z-index: 1;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.wrapper .main {
    display: block;
    position: relative;
    min-width: 920px;
    width: 100%;
    height: 100%;
    height: 100vh;
    margin: 0 auto;
    background-image: none;
    background-color: #fff;
}

.wrapper .left {
    display: none;
}

.wrapper .right {
    display: none;
}

.pageContent {
    position: relative;
    height: 100%;
    width: 100%;
}

@media screen {
    .contentMain {
        display: block;
        overflow: auto;
        min-height: calc(100% - 60px);
        height: calc(100% - 60px);
        padding: 0 5px;
    }
}

@media print {
    .contentMain {
        box-sizing: border-box;
        display: block;
        overflow: auto;
    }
}

.wrapperPopup {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.wrapperPopup .main {
    display: block;
    position: relative;
    width: 100%;
    width: calc(100% - 5px);
    height: 100%;
    height: 100vh;
}

.clearfix:after {
    display: block;
    clear: both;
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
}

.clear {
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

.dialogcaption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.dialogcontent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
    text-align: center;
}

.issbutton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    height: 24px;
}

.issExportButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.lgorgSearchTab {
    box-sizing: content-box;
    width: 99%;
    margin: 5px 0 0 0;
    padding: 5px;
    overflow: auto;
}

/* ---------- neue Loginseite ---------- */

.login-new-body {
    background: #000000 url('../../images/login-itf.jpg') no-repeat fixed center;
    background-size: cover;
    font-family: Arial, Helvetica, Arial, sans-serif;
}

.login-new-body-fw {
    background: #000000 url('../../images/login-fw.jpg') no-repeat fixed center;
    background-size: cover;
    font-family: Arial, Helvetica, Arial, sans-serif;
}

.login-new-header {
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: white;
}

.login-new-header-button-container {
    position: fixed;
    right: 160px;
    top: 60px;
    height: 32px;
}

.login-new-header-title-container {
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99;
    top: 20px;
    height: 32px;
}

.login-new-header-button {
    display: inline-block;
    float: left;
    height: 32px;
    width: 32px;
    background-color: rgb(204, 0, 0);
    color: white !important;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    cursor: pointer;
    text-decoration: none;
    margin-left: 8px;
}

.login-new-draegerlogo {
    position: fixed;
    right: 0;
    top: 20px;
}

.login-new-apptitle {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    font-size: 40px;
    text-align: center;
    padding-top: 125px;
    color: white;
    font-weight: normal;
}

.login-new-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    text-align: center;
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
    color: #555555;
}

.login-new-formtitle {
    font-size: 24px;
    color: rgb(55, 96, 155);
    margin-bottom: 24px;
}

.login-new-formerrors {
    min-height: 15px;
    color: red;
    font-weight: bold;
    margin-top: 8px;
}

.login-new-form {
    /*box-sizing: border-box;*/
    width: 300px;
    height: 300px;
    background-color: white;
    opacity: 0.8;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.login-new-input {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid gray;
    background-color: #dadada;
    font-size: 16px;
    margin-bottom: 8px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.login-new-form .issbutton {
    width: 100%;
    font-size: 16px;
}

.profileContent {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.profile-kachel {
    box-sizing: border-box;
    display: block;
    width: 16%;
    height: 60px;
    float: left;
    background-color: #ededed;
    border-radius: 2px;
    text-align: left;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 11px;
    white-space: pre-line;
}

.profile-kachel-header {
    box-sizing: border-box;
    display: block;
    float: left;
    height: 55px;
    width: 70px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px;
}

.abschnittsUeberschrift {
    box-sizing: border-box;
    display: flex;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
    padding: 5px;
    background-color: #ededed;
    width: 98%;
}

.personendatenBlock {
    display: block;
    float: left;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 5px;
    margin-left: 5px;
}

.blockline {
    height: 25px;
}

.rowField {
    height: 25px;
    float: left;
    padding-right: 10px;
}

.searchPageCol {
    width: 450px;
    max-width: 450px;
    display: inline-block;
    margin: 5px;
    vertical-align: text-top;
}

.editFormDiv {
    height: 25px;
    margin-top: 4px;
    margin-left: 4px;
}

.formDivBorder {
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #5B92D3;
    width: 99%;
    font-size: 11px;
}

.divBoxRight {
    float: left;
}

.divBoxLeft {
    float: left;
}

.buttonTable {
    float: left;
}

.buttonTableRight {
    float: right;
}

.auswertungenContent {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.auswertungen-kachel {
    box-sizing: border-box;
    display: block;
    width: 320px;
    height: 300px;
    float: left;
    background-color: #ededed;
    border-radius: 2px;
    text-align: left;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 13px;
}

.auswertungen-kachel-header {
    box-sizing: border-box;
    display: block;
    float: left;
    height: 55px;
    width: 70px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px;
}

.auswertungenZeile {
    margin-left: 10px;
}

.obereButtonTable {
    height: 50px;
}

.new-combo-label {
    float: left;
    margin-right: 10px;
    line-height: 25px;
    font-size: 11px;
    font-weight: bold;
}

.new-checkbox-label {
    float: left;
    margin: 0 10px 0 10px;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
}

.innerWrapper {
    height: 100%;
    overflow: auto;
}

.editor {
    width: 99%;
    /*position: absolute;*/
    bottom: 0;
    margin-left: 5px;
}

.iss-tree {
    border: none;
}

.plausib-nicht-erfuellt {
    color: red;
    font-weight: bold;
}

.plausib-erfuellt {
    color: green;
    font-weight: bold;
}

.floating-box {
    display: inline-block;
    width: 45%;
    height: 25px;
    margin: 0 0 0 10px;
}

.after-box {
    margin: 0 0 0 10px;
}

.green {
    color: black \9;
    background-color: #b6ff00 \9;
}

.admin-document-kachel {
    box-sizing: content-box;
    border-radius: 2px;
    text-align: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 13px;
}

.admin-document-kachel-header {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.admin-document-link {
    display: inline-block;
    width: 280px;
}

.admin-document-grey {
    color: grey;
    margin-bottom: 10px;
    font-size: 8px;
}

.admin-document-kleineKachel {
    box-sizing: content-box;
    display: inline-block;
    border-radius: 2px;
    background-color: #ededed;
    width: 300px;
    height: 45px;
    padding: 7px;
    margin: 5px;
    vertical-align: top;
}

.matEditor {
    height: 700px;
    min-width: 500px;
    max-width: 900px;
    margin: 10px 0 0 20px;
}

.errorTable {
    color: #ff0000;
    border: none;
    width: 100%;
}

.errorTable .errorTable_heading {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.errorTable .errorTable_list {
    margin-top: 0;
}

.messageContainer {
    display: inline-flex;
    flex-direction: column;

    max-width: 42rem;
}

.message {
    display: inline-flex;

    border: 1px solid #b2b2b2;

    margin: 1rem;

    font-weight: bold;
    font-size: 1rem;
}

.message_icon, .message_textContent {
    margin: 0.25rem;
    align-self: center;
}

.message--is-successful .message_icon::before {
    content: "✔";
    font-size: 24px;
    color: #4cae4c;
}

.message--is-warning .message_icon::before {
    content: "⚠";
    font-size: 24px;
    color: #e78f08;
}

.message--is-notification .message_icon::before {
    content: "🛈";
    font-size: 24px;
    color: #002d85;
}

.passwortVergessen .errorTable_heading {
    display: none;
}

.passwortVergessen .errorTable_list {
    list-style: none;
    padding: initial;
}

.settingsStammdatenOrtsteil .editDiv, .settingsAnschriften .editDiv {
    display: inline-block;
    margin-bottom: 0.5em;
}

.settingsAnschriften .formdata-separator-label {
    margin-top: 1em;
}

.settingsStammdatenJahresberichtDJFKF_title {
    display: block;
    font-style: italic;
    font-size: 14px;
}

.settingsStammdatenJahresberichtDJFKF_flowContainer {
    max-width: 860px;
}

.settingsStammdatenJahresberichtDJFKF_subset {
    display: inline-block;
    margin-top: 15px;
    margin-right: 25px;
    margin-left: 0;
    margin-bottom: 15px;
}

.settingsStammdatenJahresberichtDJFKF_textBox {
    display: inline-block;
}

.settingsStammdatenJahresberichtDJFKF_checkBox {
    margin: 6px 0;
    padding: 3px;
}

.settingsStammdatenJahresberichtDJFKF_checkBox:nth-of-type(odd) {
    background: #f7f7f7;
}

.settingsStammdatenJahresberichtDJFKF_hint {
    display: block;
    font-weight: bold;
    font-size: 11px;
}

#lgorgBescheinigungenPrintMenu {
    width: 150px !important;
}

.jqx-menu-item-draeger > a {
    padding: 4px 6px 4px 6px;
    display: block;
}

.jqx-menu-item-draeger {
    padding: 0;
}

.switchUser .jqx-icon-arrow-down-draeger {
    top: unset;
    margin-top: unset;
}

.jqx-window-header.jqx-window-header-draeger {
    padding: 5px;
}

.jqx-window-close-button.jqx-window-close-button-draeger {
    margin-top: unset;
}

#dashboardNavigationBar .jqx-widget-header {
    cursor: default;
}