body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    scrollbar-face-color: #707070;
    scrollbar-highlight-color: #001020;
    scrollbar-shadow-color: #001020;
    scrollbar-3dlight-color: #001020;
    scrollbar-track-color: black;
    scrollbar-darkshadow-color: #001020;
    scrollbar-arrow-color: #b1b1b1;
    background: url(design/landingb.jpg);
    color: #f1f1f1;
}

/** Assign to every element in body */
body * {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;

    text-decoration: none;
    line-height: 1.5;
}

b, b *, strong, strong * {
    font-weight: 700
}

/** ********** FONTS START ******************** */

.font-normal {
    font-family: "Roboto", sans-serif;
}

.font-special {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}

.font-mono {
    font-family: "Roboto Mono", monospace;
    font-weight: 200;
}

/** ********** FONTS END ******************** */

div {
    scrollbar-face-color: #707070;
    scrollbar-highlight-color: #001020;
    scrollbar-shadow-color: #001020;
    scrollbar-3dlight-color: #001020;
    scrollbar-track-color: black;
    scrollbar-darkshadow-color: #001020;
    scrollbar-arrow-color: #b1b1b1;
}

details > summary.frame_summary {
    background-color: #363636;
    display: flow;
    overflow: auto; /* Auto size details bar for the case buttons are in it. */
    align-items: center;
}

ul {
    padding-left: 1.5em;
}

ol {
    padding-left: 1.5em;
}

td, tr, table {
    color: #f1f1f1;
}

table {
    /* Leichter 3D Effekt bei Tabellen */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.frame-panel {
    /* rgba(32, 32, 48, 0.8) */
    /*background-image: linear-gradient(rgba(62, 62, 118, 0.7) 60%, rgba(62, 62, 118, 0.6) 40%)*/
    background-color: rgba(62, 62, 98, 0.5);
    padding: 10px;
}

.frame_middle {
    /*border: 1px solid rgb(22, 22, 38);*/
    margin: 4px;
    background-color: transparent;
}

/** The Top Menue z-index set to a high value to lay the menu over the stage. */
#navext {
    position: fixed;
    z-index: 1000;
}

.bnav {
    background-color: #202030;
    width: 120px;
    color: #F1F1F1;
}

.submenu2 {
    background-color: #202030;
    padding: 3px;
    text-align: left;
    color: #F1F1F1;
    box-shadow: 1px 2px 6px 6px rgba(40, 40, 20, 0.3);
}

.submenu2 span a, .bnav a {
    color: #BFBFBF;
    margin: 0;
    padding: 0;
}

.submenu {
    border: 1px;
    border-style: solid;
    border-color: #707070;
    background-color: #202020;
    padding: 3px;
}

.main {
    background-color: #303030;
    color: #f1f1f1;
    margin: 2px 2px 2px 2px;
}

td.main {
    padding: 8px;
}

.topic {
    font-family: "Quicksand", sans-serif;
    background-color: #1e1e1e;
    color: #E4A239;
}

td.topic {
    background-color: #1e1e1e;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 8px;
}

.dark {
    background-color: #101010;
}

.accentuation {
    color: #aaffee;
}

.muted {
    color: #707070;
}

/** ********** TITLE START ******************** */

.title {
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    text-decoration: none;
    background-color: #1e1e1e;
    color: #E4A239;
}

div.title {
    padding: 4px;
}

/** Like .text but bold for form labels */
span.title {
    color: #f1f1f1;
    margin-bottom: 2px;
    margin-top: 2px;
}

td.title {
    background-color: #1e1e1e;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 8px;
}

/** ********** TITLE END ******************** */

/** ********** TEXT START ******************** */

.text {
    color: #f1f1f1;
}

span.text {
    margin-bottom: 2px;
    margin-top: 2px;
}

div.text {
    padding: 4px;
}

td.text {
    padding: 8px;
}

/** ********** TEXT END ******************** */

/** ********** COLORSWITCH OF ROWS START ******************** */

tr:nth-child(even).cs {
    background-color: #4a4a4a;
}

tr:nth-child(odd).cs {
    background-color: #404040;
}

tr:nth-child(even).cs-light {
    background-color: #454545;
}

tr:nth-child(odd).cs-light {
    background-color: #404040;
}

td.tda, tr.tda {
    background-color: #404040;
    margin: 2px;
    padding: 8px;
}

td.tdb, tr.tdb {
    background-color: #4a4a4a;
    margin: 2px;
    padding: 8px;
}

/** ********** COLORSWITCH OF ROWS END ******************** */

span.nav {
    text-decoration: none;
    font-size: 17px;
    color: #bfbfbf;
    margin-bottom: 12px;
    margin-top: 12px;
    margin-left: 0px;
}

span.text {
    color: #f1f1f1;
    margin-bottom: 2px;
    margin-top: 2px;
}

.reframe {
    background-color: #101010;
    border: 1px;
    border-style: solid;
    border-color: #5c5c5c;
    padding: 4px;
}

span.small {
    text-decoration: none;
    font-size: 11px;
    color: #f1f1f1;
    margin-bottom: 0px;
    margin-top: 0px;
}

a.nav_head {
    color: #FFFFFF;
    font-size: 1.0em;
    line-height: 1.5;
    text-decoration: none;
    margin: 0px;
    padding: 10px;
    font-variant: small-caps;
}

a.extern {
    color: #aaa;
}

a.nav_head:visited {
    color: #FFFFFF;
    font-size: 1.0em;
    line-height: 1.5;
    text-decoration: none;
    margin: 0px;
    padding: 1px;
    font-variant: small-caps;
}

a.extern:visited {
    color: #aaa;
}

a.nav_head:link {
    color: #FFFFFF;
    font-size: 1.0em;
    line-height: 1.5;
    text-decoration: none;
    margin: 0px;
    padding-left: 1px;
    font-variant: small-caps;
}

a.extern:link {
    color: #aaa;
}

a.nav_head:hover {
    color: #F19109;
}

a:link {
    color: #bfbfbf;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

a:visited {
    color: #bfbfbf;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

a:hover {
    /*text-decoration: underlined; */
    color: #cc9933;
    text-decoration: none;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

a:active {
    color: #bfbfbf;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

input {
    background-color: black;
    color: #cfcfcf;
    border: 1px solid #707070;
}

/* Informationen zum Systemprofil in INT und DEV Systemen */
span#system-profile-header {
    font-weight: bold;
    border: 20px;
    font-size: 12px;
    color: orange;
    background-color: black;
}

/* Alternativ der Release-Name auf dem LIVE System */
span#edition-header {
    border: 20px;
    font-size: 10px;
    color: antiquewhite;
}

/** News dieser Klasse sehen anders aus */
.news-new a, .news-new a:visited, .news-new a:active, td.news-new {
    color: #cc9933;
}

/** Fehlertexte */
div.msg-error, span.msg-error {
    color: #fff7c7;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    font-size: 1.0em;
    padding: 4px;
    margin-left: 1px;
    background-color: #50040a;
}

div.msg-warn, span.msg-warn {
    color: #fff7c7;
    font-weight: bold;
    font-size: 1em;
    padding: 4px;
    margin-left: 1px;
    background-color: #504e15;

}

div.msg-info, span.msg-info {
    color: #fff7c7;
    font-weight: bold;
    font-size: 1em;
    padding: 4px;
    margin-left: 1px;
}

/** Löschen-Dialog */
.del-code {
    color: #fff7c7;
    font-weight: bold;
    font-size: 1.2em;
    padding: 4px;
    margin-left: 1px;
    background-color: #504e15;
}

.del-info {
    color: #fff7c7;
    font-weight: bold;
    font-size: 1.1em;
}

/** ********** CUSTOM CLASSES WITH SINGLE USE TO USE IN LAYOUT ******************** */

.line-spacing, .inputbox {
    line-height: 1.5;
}

.topstats-text {
    font-family: "Quicksand", sans-serif;
    color: #aaa;
}

.ellipsis { /* Shorten text with ... */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nowrap {
    white-space: nowrap;
}

.bold {
    font-weight: bold;
}

.padding-small {
    padding: 4px;
}

.padding-medium {
    padding: 10px;
}

.padding-small-v {
    padding-top: 4px;
}

.padding-medium-v {
    padding-top: 10px;
}

.al-h-center {
    display: flex;
    margin: 0 auto;
    horiz-align: center;
    text-align: center;
    align-items: center;
}

.al-v-center {
    vertical-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.highlight {
    color: #E4A239;
}

/** ********** END CUSTOM CLASSES WITH SINGLE USE TO USE IN LAYOUT ******************** */

/**** BUTTON EFFECTS ******/

/* Grow */
.button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;

    font-family: "Quicksand", sans-serif;
    background-color: #101010;
    color: #cfcfcf;
    border: 0px;
    margin: 2px;
    padding: 4px;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    height: 18px;
    z-index: 0;
}

div.button, button.button {
    cursor: auto;
    font-weight: 400;
    font-size: 11px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 6px rgba(10, 10, 10, 0.8);
    -moz-box-shadow: 0 2px 6px rgba(10, 10, 10, 0.8);
    box-shadow: 0 2px 6px rgba(10, 10, 10, 0.8);
}

button.button-font-inline {
    padding: 0px 4px;
    min-width: 26px;
    height: 26px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 6px rgba(10, 10, 10, 0.8);
    -moz-box-shadow: 0 2px 6px rgba(10, 10, 10, 0.8);
    box-shadow: 0 2px 6px rgba(10, 10, 10, 0.8);
}

button.button-font-inline span {
    margin: 2px;
    font-size: 14px;
}

.button-font-inline i.fas, .button-font-inline i.fab {
    font-size: 16px;
    margin: 4px 4px 0 4px;
    width: 18px;
    height: 18px;
    text-align: center;
}

.button-font-inline.active i.fas, .button-font-inline.active i.fab {
    color: #cc9933;
}

.button-font-inline:disabled {
    background-color: #1e1e1e;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.button-font-inline:disabled i.fas, .button-font-inline:disabled i.fab {
    color: #a0a0a0;
}

img.button, i.button {
    background: black;
    width: 18px;
    height: 18px;
    border-radius: 25%;
    -webkit-box-shadow: 0 2px 6px rgba(10, 10, 10, 0.8);
    -moz-box-shadow: 0 2px 6px rgba(10, 10, 10, 0.8);
    box-shadow: 0 2px 6px rgba(10, 10, 10, 0.8);
}

.button:hover, .button:focus, .button:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #cc9933;
}

.button:disabled, .button:disabled:hover, .button:disabled:focus, .button:disabled:active {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    color: #808080;
}

div.button::before {
    content: ":: ";
}

div.button::after {
    content: " ::";
}

div.button-font {
    float: right;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    width: 24px;
    height: 24px;
}

input.button {
    background-color: #101010;
    display: inline-block;
    color: #cfcfcf;
    border: 0;
    margin: 2px;
    padding: 4px;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    height: 26px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 12px rgba(10, 10, 10, 0.8);
    -moz-box-shadow: 0 2px 12px rgba(10, 10, 10, 0.8);
    box-shadow: 0 2px 12px rgba(10, 10, 10, 0.8);
}

div.button_row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nodots {
    text-align: center;
}

.nodots-single {
    width: 16px;
    text-align: center;
}

.nodots-double {
    width: 20px;
    text-align: center;
}

div.nodots::before,
div.nodots::after,
div.nodots-single::before,
div.nodots-single::after,
div.nodots-double::before,
div.nodots-double::after {
    content: " ";
}

.nodots:hover, .nodots:focus, .nodots:active,
.nodots-single:hover, .nodots-single:focus, .nodots-single:active,
.nodots-double:hover, .nodots-double:focus, .nodots-double:active {
    -webkit-transform: scale(2.0);
    transform: scale(2.0);
    z-index: 10;
}

summary:focus {
    outline-color: black;
    outline-style: auto;
    outline-width: 0px;
}

/** INPUT */
input[type="text"], input[type="password"], textarea, select {
    font-family: "Roboto Mono", monospace;
    font-weight: 100;
    letter-spacing: 0.01em;
    border-radius: 4px;
    background-color: #101010;
    color: #9090af;
    border: 0;
    padding: 3px 6px;
}

/* Overwrite Selectbox color with wihite. Grey is not good radable on safari */
select {
    color: #cfcfcf;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    outline: none;
    color: white;
    background: #121212;
}

input[type="text"]:disabled {
    color: #999;
    background-color: #404040;
}


/* custom input select UI Element */

.input-select {
    display: flex;
    position: relative;
    width: fit-content;
}

input.input-select-input {
    width: 200px;
    padding: 3px 6px;
    background-color: #101010;
    color: #9090af;
    border: none;
    border-radius: 4px 0 0 4px;
}
input.input-select-input:focus {
    color: #fff;
    outline: none;
}
input.input-select-input:invalid {
    padding: 1px 4px;
    border: 2px solid #50040a;
    border-right: none;
}
input.input-select-input:invalid + button.input-select-clear {
    padding: 1px 4px;
    border: 2px solid #50040a;
    border-left: none;
}

.input-select div.input-select-non-editable {
    width: auto;
    padding: 3px 6px;
    background-color: #101010;
    color: #fff;
    border: none;
    border-radius: 4px 0 0 4px;
}

.input-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #101010;
    color: #9090af;
    border-radius: 8px;
    border: none;
    display: none;
    padding: 0;
    box-shadow: 0 2px 12px 0 rgba(10, 10, 10, 0.8);
    overflow: hidden;
    z-index: 1;
}
.input-select-dropdown ul {
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
}
.input-select-dropdown.input-select-dropdown-empty ul {
    height: 100px;
    overflow-y: scroll;
}

.input-select-dropdown.input-select-dropdown-empty ul::before {
    content: "--- Keine Ergebnisse ---";
    padding: 4px 6px;
    display: block;
}


.input-select-hidden {
    display: none;
}

button.input-select-clear {
    padding: 3px 6px;
    border-radius: 0 4px 4px 0;
    background-color: #101010;
    border: none;
    color: #fff;
}
button.input-select-clear:disabled {
    color: #303030;
}
button.input-select-clear:disabled > :first-child {
    display: none;
}
button.input-select-clear:not(:disabled) > :last-child {
    display: none;
}
button.input-select-clear:disabled:hover {
    color: #303030;
}
button.input-select-clear:hover, .input-select-clear:focus {
    color: #cc9933;
    outline: none;
}

.input-select-dropdown-item {
    list-style: none;
    margin: 0;
    cursor: pointer;
    padding: 4px 6px;
}
.input-select-dropdown-item.input-select-active {
    color: #cc9933;
}