@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*reset user agent style*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   /* margin: 0;
    padding: 0;*/
    border: 0;
    /*font-size: 100%;
    font: inherit;*/
    /*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
    padding:0;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline:none;
}

/* Reset ende*/

/* Override Standard start */

.alert-dismissible button.close {
    padding: 0.5rem 1.25rem;
}

/* Override Standard end */
/* Icons */
.ic-toolbar-account {
    background-image: url(../images/ic-toolbar-account.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-add {
    background-image: url(../images/ic-toolbar-add.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-back {
    background-image: url(../images/ic-toolbar-back.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-delete {
    background-image: url(../images/ic-toolbar-delete.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-duplicate {
    background-image: url(../images/ic-toolbar-duplicate.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-edit {
    background-image: url(../images/ic-toolbar-edit.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-filter {
    background-image: url(../images/ic-toolbar-filter.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-help {
    background-image: url(../images/ic-toolbar-help.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-master-detail {
    background-image: url(../images/ic-toolbar-master-detail.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-note {
    background-image: url(../images/ic-toolbar-note.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-pdf {
    background-image: url(../images/ic-toolbar-pdf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-save {
    background-image: url(../images/ic-toolbar-save.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-settings {
    background-image: url(../images/ic-toolbar-settings.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-table {
    background-image: url(../images/ic-toolbar-table.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-task {
    background-image: url(../images/ic-toolbar-task.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-today {
    background-image: url(../images/ic-toolbar-today.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ic-toolbar-user {
    background-image: url(../images/ic-toolbar-user.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* toolbar Image*/
#toolbar-title .e-tbar-btn-text {
    font-size: 20px;
    color: #617487;
}

#toolbar-title.e-overlay {
    opacity:1;
}


/* toolbar Image*/
.e-toolbar .e-tbar-btn .e-icons {
    min-width: 22px !important;
    min-height: 22px !important;
}

/* toolbar Button*/
.e-toolbar .e-tbar-btn {
    padding:0 9px;
}

/* toolbar Button nur wenn master als einzelansicht*/
.e-toolbar .e-toolbar-item.master-only {
    display: none !important;
}

@media only screen and (max-width: 600px) {
    /* toolbar Button nur wenn master als einzelansicht*/
    .e-toolbar .e-toolbar-item.master-only {
        display: inline-flex !important;
    }
}

/* Splitter */

.e-splitter .e-split-bar.e-split-bar-horizontal {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

/* splitter ausblenden in tabellenmodus auf Period */
.master-detail .e-splitter.master-detail_splitter_OnePane .e-split-bar.e-split-bar-horizontal {
    display: none;
}


table.import {
    margin: 0 0.5rem 0 0.5rem;
}

    table.import > tr > th {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    table.import > tr > td {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    

@keyframes spinning {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.spin {
    animation-name: spinning;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    /* linear | ease | ease-in | ease-out | ease-in-out */
    animation-timing-function: linear;
}


.grid-stack > .grid-stack-item > .grid-stack-item-content {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #cfd8dc;
    font-size: small;

    min-width: 3rem;
    min-height: 3rem;
}

.grid-stack > .grid-stack-item {
    text-align: center;

    min-width:3rem;
    min-height:3rem;
}

.grid-stack-item-content-note {
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.grid-stack-item-note {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 5px;
    resize: none;
    overflow-y: scroll;
    width:100%;
}

.grid-stack-item-dragSelector {
    float: right;
    background-color: gray;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0.5rem;
    position: absolute;
    z-index: -1;
}

.roundProgressValue {
    font-size: small;
    font-weight: 700;
    margin-top: 3px;
}

.roundProgressPercent {
    font-size: x-small;
    color:gray;
}

button {
    background-color: transparent;
    border: none;
    padding: 0;
}


img.buttonInfinity {
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
}

img.buttonCommentChoice {
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    padding:3px;
}
a, .btn-link, .btn-color-link {
    color: #0366d6;
}

.pinnedOpen.hide-if-pinned {
    display: none !important;
}

.pinned.hide-if-pinned {
}

.pinned.show-if-pinned {
}

@media only screen and (min-width: 600px) {

    .pinned.hide-if-pinned {
        display: none !important;
    }

    .pinned.show-if-pinned {
        display: initial !important;
    }
}

.nav-link {
    border-style: solid;
    border-radius: 5px;
    border-color: white;
    border-width: 2px;
    white-space:nowrap;
}

    .nav-link.active {
        color: #000 !important;
        border-color: #2c3e50 !important;
        background-color: #ffffff !important;
        border: solid;
        border-width: 2px;
    }

.btn-primary {
    color: #fff;
    background-color: #ff9800;
    border-color: #F57C00;
}

    .btn-primary:focus {
        background-color: #F57C00 !important;
        box-shadow: 0 0 0 .2rem rgb(255, 204, 128) !important;
    }

    .btn-primary:active {
        background-color: #F57C00 !important;
        box-shadow: 0 0 0 .2rem rgb(255, 204, 128) !important;
        border-color: #F57C00 !important;
    }

.btn-primary:hover {
    color: #fff;
    background-color: #fb8c00;
    border-color: #F57C00;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #fb8c00 !important;
    border-color: #fb8c00 !important;
}

.btn-outline-primary {
    color: #ff9800;
    border-color: #ff9800;
}

    .btn-outline-primary:focus {
        background-color: #ff9800 !important;
        box-shadow: 0 0 0 .2rem rgb(255, 204, 128) !important;
    }

    .btn-outline-primary:active {
        background-color: #ff9800 !important;
        box-shadow: 0 0 0 .2rem rgb(255, 204, 128) !important;
        border-color: #ff9800 !important;
    }

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #fb8c00;
        border-color: #ff9800;
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #fb8c00 !important;
        border-color: #fb8c00 !important;
    }

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.element-invisible {
    display: none !important;
}

.deadlinePassed{
    color:red;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

/*
Style for toolbar buttons. Depending on PageEditMode of ViewModel
*/

.PageEditMode_None {
    display: initial;
}

    .PageEditMode_None.toolbar_addButton {
        display:initial;
    }

    .PageEditMode_None.toolbar_saveButton {
        display: initial;
    }

    .PageEditMode_None.toolbar_deleteButton {
        display: initial;
    }

    .PageEditMode_None.toolbar_duplicateButton {
        display: initial;
    }

    .PageEditMode_None.toolbar_navigateTo {
        display: initial;
    }


.PageEditMode_Add.toolbar_addButton {
    display: initial;
}

.PageEditMode_Add.toolbar_saveButton {
    display: initial;
}

.PageEditMode_Add.toolbar_deleteButton {
    display: none;
}

.PageEditMode_Add.toolbar_duplicateButton {
    display: none;
}

.PageEditMode_Add.toolbar_navigateTo {
    display: none;
}

.PageEditMode_Edit.toolbar_addButton {
    display: initial;
}

.PageEditMode_Edit.toolbar_saveButton {
    display: initial;
}

.PageEditMode_Edit.toolbar_deleteButton {
    display: initial;
}

.PageEditMode_Edit.toolbar_duplicateButton {
    display: initial;
}

.PageEditMode_Edit.toolbar_navigateTo {
    display: initial;
}

.PageEditMode_Protected.toolbar_addButton {
    display: none;
}

.PageEditMode_Protected.toolbar_saveButton {
    display: none;
}

.PageEditMode_Protected.toolbar_deleteButton {
    display: none;
}

.PageEditMode_Protected.toolbar_duplicateButton {
    display: none;
}

.PageEditMode_Protected.toolbar_navigateTo {
    display: initial;
}


.toolbar {
    height: 2.4rem;
    background-color: #f3f3f3;
    border: 0 solid #edebe9;
    box-shadow: 0 1.6px 3.6px 0 rgb(0 0 0 / 13%), 0 0.3px 0.9px 0 rgb(0 0 0 / 11%);
    /*background-color: #2c3e50;*/
}

.toolbar-align-left-button {
    margin-left: 1rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative
}

.toolbar-align-left-Backbutton {
    padding-left: 1rem;
    padding-right: 1rem;
    height: 100%;
    background-color: #475B73;
    float: left;
}

.toolbar-align-right-button {
    float: right;
    margin-right: 1rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative
}

.master-detail__table-view .toolbar-align-right-button {
    float: none;
    margin-left: 1rem;
    margin-right: 0rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative
}

.toolbar-align-left-button-img {
    margin-right: 1rem;
    float: right;
}

.toolbar-align-right-button-img {
}

.master-only{
    display:none;
}

.filter-open {
    min-height: 2.4rem;
    background-color: #B7BFC7;
    text-align: center;
    margin-top: 0.5rem;
    padding-right: 1rem;
    display: flex;
    box-shadow: 0 1.6px 3.6px 0 rgb(0 0 0 / 13%), 0 0.3px 0.9px 0 rgb(0 0 0 / 11%);
}

.filter-close {
    display:none;
}

.filter-title {
    font-size: small;
    color: #2C3E50;
}

.filter-text {
    font-size: initial;
    color: #2C3E50;
}

.filter-footer-group {
    display: block;
    margin: 0 auto;
}

.filter-footer-text {
    display: block;
    text-align: center;
    margin: 0.2rem;
}

.filter-footer-value {
    display: block;
    text-align: center;
    margin: 0.2rem;
    font-weight:bold;
}

.filter-open.filter-footer {
    min-height: 2.4rem;
    background-color: lightgray;
    margin-top: 0.5rem;
    padding-right: 1rem;
    display: flex;
    color: black;
    font-size: small;
    align-items: center;
    border-color: rgb(221, 221, 221);
    border-style:solid;
    border-width:1px;
    background-color: rgb(249, 249, 249);
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }



.content {
    /*padding-top: 1.1rem;*/
    width: 100%;
    display: flex;
    flex-direction: column;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    padding-inline-start: 0rem !important;
}

.validation-errors {
    display: block;
    margin-top: 1rem;
    padding-inline-start: 1rem !important;
}

.validation-summary {
    display: block;
    margin-top: 1rem;
    padding-inline-start: 1rem;
}

.validation-single {
    margin-top: 0.5rem;
    display: none;
}

.message-summary {
    color: green;
}

.warning-summary {
    color: black;
}

.field-validation-error {
    display: block;
    margin-top: 0.3rem;
    white-space: normal;
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
}

@media (min-width: 768px) {
}


body {
    /*font-family: "Lato", sans-serif;*/
    font-family: "Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue", "Lato",sans-serif;
    margin: 0;
    line-height: unset;
}

h2 {
    font-size:1.5rem;
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-weight: normal;
}

h1 {
    margin-block-start: 0em;
    margin-block-end: 0em;
}


.modal-content {
    max-height: 80vh;
}

    .modal-content .Rtable {
        margin-bottom: 0;
    }


    .modal-content .modal-header .close {
        margin: -5px 0 0 0;
        padding: 0;
    }

.modal-header {
    height: 3rem;
    background: linear-gradient(0deg, #2D4358 0%, #445B72 50%, #617487);
    padding-top: 0.75rem
}

    .modal-header .modal-title {
        color: #fff;
        line-height:1;
        font-weight:400;
    }




.modal-list {
    height: calc(100% - 3rem);
    overflow-y: auto;
}


.modal-body {
    overflow-y: scroll;
}

.close {
    color: #fff;
}

.headerNavClosed {
    margin-left: 0;
    margin-top:auto;
    margin-bottom:auto;
}

.headerNavOpen {
    padding-left: 265px !important;
}

.headerNavPinned {
    margin-left: 0;
    margin-top: auto;
    margin-bottom: auto;
}

/* pinned erst ab 768px*/
@media only screen and (min-width: 768px) {

    .headerNavPinned {
        padding-left: 265px !important;
    }
}

.burgerNavClosed {
    display: inline;
}

.burgerNavOpen {
    display: none;
}

.burgerNavPinned {
    display: inline;
}

/* pinned erst ab 768px*/
@media only screen and (min-width: 768px) {

    .burgerNavPinned {
        display: none;
    }
}

.headerNavTitle {
    display: inline;
    margin: auto 0 auto 0;
    font-weight: 400;
    font-size: 25px;
    padding-right: 1rem;
    padding-left: 1rem;
}

.headerNavLogo {
    margin-right: 1rem;
}

/*.loginPart{
    display:initial;
}*/

.headerNavBrand{
    display:initial;
}

.loginPartMenu {
    display: none;
}

.showLoginPartText {
    display: initial;
    margin-left:2px;
}

/*Login part ausblenden bei kleiner breite. Anzeigen im Menu*/
@media (max-width: 640px) {
/*    .loginPart {
        display: none;
    }*/

    .headerNavTitle {
        padding-left: 0rem;
    }

    .headerNavLogo {
        margin-right: 0.5rem;
    }

    .loginPartMenu {
        display: initial;
    }

    .showLoginPartText {
        display: none;
    }
}

/* Brand ausblenden bei sehr schmalem Bild */
@media (max-width: 330px) {
    .headerNavBrand {
        display: none;
    }
}

#header {
    height: 50px;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 8px 8px 8px 15px;
    display: flex;
    background: linear-gradient(0deg, #2D4358 0%, #445B72 50%, #617487);
    /*background: linear-gradient(0deg, #617487 0%, #445B72 50%, #2D4358);*/
}

#header a, .btn-link {
    color: #ffffff;
}

    #header a, .btn-link:hover {
        color: #ffffff;
    }

.mainClosed {
    margin-left: 0px;
}

.mainOpen {
    margin-left: 0px;
    background-color: rgba(0,0,0,0.4);
}

.mainPinned {
    margin-left: 0px;
}
/* pinned erst ab 768px*/
@media only screen and (min-width: 768px) {

    .mainPinned {
        padding-left: 265px !important;
    }
}

.main {
    /*height: calc(100% - 55px);*/
    top:5px;
    width: 100%;
    position: fixed;
    padding: 0px 8px 8px 8px;
    margin-top: 50px;
    bottom:0;
}

.pinbtnShow {
    display: none !important;
}

/* pinned erst ab 768px*/
@media only screen and (min-width: 768px) {

    .pinbtnShow {
        display: block !important;
    }
}

.pinbtnHide {
    display: none !important;
}

.closebtnShow {
    display: none !important;
}

/* pinned erst ab 768px*/
@media only screen and (min-width: 768px) {

    .closebtnShow {
        display: block !important;
    }
}

.closebtnHide {
    display: none !important;
}

.ribbonClosed {
    height: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

.ribbonOpen {
    height: 8rem;
}

.ribbonPinned {
    height: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
}
/* pinned erst ab 768px*/
@media only screen and (min-width: 768px) {

    .ribbonPinned {
        height: 8rem;
    }
}

.ribbon {
    width: 100%;
    z-index: 1;
    transition: 0.5s;
    box-shadow: 0.1px 0 5px -2px #888;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1rem;
    margin-top: 0.5rem;
    border-style: solid;
    border-color: #212529;
    display: grid;
    justify-content: start;
}

.trash {
    background: rgba(255, 50, 0, 0.1) center center url(../images/ic-dashboard-trash.svg) no-repeat;
    height: 5rem;
    width: 5rem;
    margin: auto 0 auto 0;
}

#sidenavHeader {
    /*background: linear-gradient(0deg, #617487 0%, #445B72 50%, #2D4358);*/
    background: linear-gradient(135deg, #2D4358 0%, #445B72 50%, #617487);
    width: 250px;
    height: 100px;
    display: flex;
    /*opacity: 0.8;*/
}

.sidenav.sidenavClosed {
    width: 0;
    overflow-x: hidden;
}

.sidenav.sidenavOpen {
    width: 250px;
    overflow-x: hidden;
    /*    animation-name: overflowDelay;
    animation-delay: 0s;
    animation-duration:0.5s;*/
}

.sidenav.sidenavPinned {
    width: 0;
    overflow-x: hidden;
}

/* pinned erst ab 768px*/
@media only screen and (min-width: 768px) {

    .sidenav.sidenavPinned {
        width: 250px;
        overflow-x: hidden;
    }
}

.sidenav.sidenavOpen.sidenavOverflow {
    overflow-x: hidden;
}
/*
@keyframes overflowDelay {
    from {
        overflow-x: visible;
    }
    to {
        overflow-x: hidden;
    }
}
*/
.sidenav {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0.1px 0 5px -2px #888;
}

    .sidenav a, .sidenav .btn-link {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 1rem;
        color: black;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover, .sidenav .btn-link:hover {
            color: #f1f1f1;
        }

    .sidenav h1 {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 25px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
    }

    .sidenav h2 {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 20px;
        color: #ff9800;
        display: block;
        transition: 0.3s;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 36px;
        margin-left: 50px;
        color: #ffffff;
    }

    .sidenav .pinbtn {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 36px;
        margin-left: 50px;
        color: #ffffff;
    }


    .sidenav .nav-text {
        margin-left: 0.75rem;
        vertical-align: middle;
    }

    .sidenav .nav-link img {
        height: 1.25rem;
    }


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }

        .sidenav h2 {
            font-size: 18px;
        }
}

/*CSS for MasterDetail pages*/
.ui.divided.list > .item:first-child {
    border-top: 0;
}

.ui.divided.list > .item {
    border-top: 1px solid rgba(34,36,38,.15);
    padding: 0.5rem;
    cursor: pointer;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.ui.divided.list > .headeritem {
    border-top: 1px solid rgba(34,36,38,.15);
    border-bottom: 1px solid rgba(34,36,38,.15);
    padding: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.ui.divided.list > .groupeditem {
    padding: 0.5rem;
    cursor: pointer;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.groupheader {    
    color:gray;
    font-size:smaller;
}

.stuff-container {
    height: 100%;
}

.master-detail {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.master-detail__table-view,
.master-detail__list-view,
.master-detail__detail-view,
.master-detail_statistic_detail-view {
    box-sizing: border-box;
}

    .master-detail__table-view:focus,
    .master-detail__list-view:focus,
    .master-detail__detail-view:focus,
    .master-detail_statistic_detail-view :focus {
        outline: 0;
    }

.master-detail__detail-view__content {
    height: 100%;
}

.master-detail_splitter_list-view {
    width: 33%;
}

.master-detail_splitter_detail-view {
    width: 67%;
}

.master-detail_splitter_small_list-view {
    width: 20%;
}

.master-detail_splitter_small_detail-view {
    width: 80%;
}

.master-detail__list-view {
    /* width: 33%;*/
}

.master-detail__table-view,
.master-detail__table-detail-view {
    width: 100%;
    border-left: none;
    margin-left: 0rem;
    padding-left: 0rem;
}

    .master-detail__table-view:not(.active),
    .master-detail__table-detail-view:not(.active) {
        display: none;
    }

.master-detail__detail-view {
    /*width: 67%;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    border-left-style: solid;
    border-left-color: rgba(34,36,38,.15);
    border-left-width: 1px;*/
}

.master-detail_statistic_detail-view {
    width: 100%;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    border-left-style: solid;
    border-left-color: rgba(34,36,38,.15);
    border-left-width: 1px;
}


.master-detail_small_list-view {
    width: 20%;
    min-width: 13rem;
}

.master-detail_small_detail-view {
    width: 80%;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    border-left-style: solid;
    border-left-color: rgba(34,36,38,.15);
    border-left-width: 1px;
    min-width:10rem;
}

.detail-only__detail-view {
    width: 100%;
}

    .detail-only__detail-view .list-container {
        height: 100%;
    }

.detail-container-description{
    width:100%;
}

.detail-container {
    height: calc(100% - 2.4rem);
    overflow-y: auto;
}

div.filter-open ~ div.list-container {
    height: calc(100% - 8.3rem);
}

.list-container {
    height: calc(100% - 2.4rem);
    overflow-y: auto;
    overflow-x: hidden;
}

.list-container.table-container {
    overflow-x: auto;
}

#backButton {
    display: none;
    background-color: #605e5c;
}

.backButton {
    display: none;
}

.forBackButtonOnly{
    display: none;
    margin-bottom:0rem;
}

.master-detail__table-detail-view .backButton {
    display: initial;
}

.master-detail__table-detail-view #backButton {
    display: inline-flex;
}

@media only screen and (min-width: 600px) {
    .master-detail {
        /* Desktop */
    }

    .master-detail__to-list-view.ui.button {
        display: none;
    }

    .backButton {
        display: none;
    }

    #backButton {
        display: none;
    }

    .forBackButtonOnly {
        display: none;
        margin-bottom: 0rem;
    }

    .master-only {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .master-detail {
        /* Mobile */
       /* height: 100vh; sonst geht scrolllist nicht*/
    }

    .master-detail__list-view,
    .master-detail__detail-view,
    .master-detail_statistic_list-view,
    .master-detail_statistic_detail-view {
        width: 100% !important;
        border-left: none;
        margin-left: 0rem;
        padding-left: 0rem;
    }

        .master-detail .e-splitter .e-split-bar.e-split-bar-horizontal,
        .e-pane.e-pane-horizontal:not(.active),
        .master-detail__list-view:not(.active),
        .master-detail__detail-view:not(.active),
        .master-detail_statistic_list-view:not(.active),
        .master-detail_statistic_detail-view:not(.active) {
            display: none;
        }

    .master-detail_small_list-view {
        display:none;
    }

    .master-detail_small_detail-view {
        width: 100%;
        margin-left: 0rem;
        padding-left: 0rem;
        border-left-style: none;
        min-width:13rem;
    }

    #backButton {
        display: inline-flex;
    }

    .backButton {
        display: initial;
    }

    .forBackButtonOnly {
        display: block;
        margin-bottom: 0.5rem;
    }

    .master-only {
        display: initial;
    }
}

/* CSS for Settings*/

.settings h2 {
    padding: 8px 8px 8px 0px;
    padding-left: 0px !important;
    text-decoration: none;
    font-size: 20px;
    color: #ff9800;
    display: block;
    transition: 0.3s;
}

.settings.ui.divided.list > .item {
    /*padding: 1rem 0.5rem 1rem 0.5rem;*/
    cursor: pointer;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-style:none;
}

.settings.ui.divided.list > .item.nopointer {
    cursor: default;
}


.switchSettings {
    position: relative;
    display: inline-block;
    float:right;
    margin-right:60%;
}

@media all and (max-width: 1000px) {

    .switchSettings {
        margin-right: 0;
    }
}

    /* Responsive table
==================================== */
    /* Variables
================================== */
    /* Tables
================================== */
    .Rtable {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        margin: 0 0.5rem 3em 0.5rem;
        padding: 0;
    }

    .Rtable-cell {
        box-sizing: border-box;
        -webkit-box-flex: 1;
        flex-grow: 1;
        width: 100%;
        padding: 0.8em 0.5em;
        overflow: hidden;
        list-style: none;
        /*    border: solid 3px white;
    background: rgba(112, 128, 144, 0.2);*/
    }

        .Rtable-cell > h1,
        .Rtable-cell > h2,
        .Rtable-cell > h3,
        .Rtable-cell > h4,
        .Rtable-cell > h5,
        .Rtable-cell > h6 {
            margin: 0;
        }
    /* Table column sizing
================================== */
.Rtable--1cols > .Rtable-cell {
    width: 100%;
    text-align:center;
}

    .Rtable--1cols > .Rtable-cell.Rtable-cell--head {
        width: 100%;
        text-align: center;
        border-bottom:none;
    }

.Rtable--2cols > .Rtable-cell {
    width: 70%;
}

        .Rtable--2cols > .Rtable-cell.Rtable-cell--head {
            width: 30%;
        }

    .Rtable--3cols > .Rtable-cell {
        width: 33.33%;
    }

    .Rtable--4cols > .Rtable-cell {
        width: 25%;
    }

    .Rtable--5cols > .Rtable-cell {
        width: 20%;
    }

    .Rtable--6cols > .Rtable-cell {
        width: 16.6%;
    }
    /* Page styling
================================== */
    /*@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhKg.ttf) format('truetype');
}

@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XbMZhKg.ttf) format('truetype');
}

html {
    height: 100%;
    background-color: #EEE;
}

body {
    box-sizing: border-box;
    min-height: 100%;
    margin: 0 auto;
    padding: 2em;
    max-width: 800px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2em;
    background-color: white;
    border: double 3px #DDD;
    border-top: none;
    border-bottom: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1em;
}*/

    input, textarea {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom-style: solid;
        border-bottom-color: black;
        border-bottom-width: 1px;
        background-color: transparent;
    }


        input.name {
            width: 100%;
        }

        input[type=date] {
            border: none;
            cursor: pointer;
        }



    select.colorpicker {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        cursor: pointer;
        border: none;
        width: 4rem;
    }

        select.colorpicker:focus {
            background-color: transparent;
        }

    select::-ms-expand {
        display: none;
    }

    textarea.description {
        width: 100%;
    }

    strong {
        color: #434d57;
    }
    /* Apply styles
================================== */
    .Rtable {
        position: relative;
        top: 3px;
        left: 3px;
    }

    .Rtable-cell {
        margin: -3px 0 0 -3px;
        border-bottom: solid;
        border-bottom-color: rgba(34,36,38,.15);
        border-bottom-width: 0.5px;
        /*background-color: white;
    border-color: #e2e6e9;*/
    }
    /* Cell styles
================================== */
    .Rtable-cell--dark {
        background-color: slategrey;
        border-color: #5a6673;
        color: white;
    }

        .Rtable-cell--dark > h1,
        .Rtable-cell--dark > h2,
        .Rtable-cell--dark > h3,
        .Rtable-cell--dark > h4,
        .Rtable-cell--dark > h5,
        .Rtable-cell--dark > h6 {
            color: white;
        }

    .Rtable-cell--medium {
        background-color: #b8c0c8;
        border-color: #a9b3bc;
    }

    .Rtable-cell--light {
        background-color: white;
        border-color: #e2e6e9;
    }

    .Rtable-cell--highlight {
        background-color: lightgreen;
        border-color: #64e764;
    }

    .Rtable-cell--alert {
        background-color: darkorange;
        border-color: #cc7000;
        color: white;
    }

        .Rtable-cell--alert > h1,
        .Rtable-cell--alert > h2,
        .Rtable-cell--alert > h3,
        .Rtable-cell--alert > h4,
        .Rtable-cell--alert > h5,
        .Rtable-cell--alert > h6 {
            color: white;
        }

    .Rtable-cell--head {
        border-bottom: solid;
        border-bottom-color: rgba(34,36,38,.15);
        border-bottom-width: 0.5px;
        color: #757575;
    }

        .Rtable-cell--head > h1,
        .Rtable-cell--head > h2,
        .Rtable-cell--head > h3,
        .Rtable-cell--head > h4,
        .Rtable-cell--head > h5,
        .Rtable-cell--head > h6 {
        }

    .Rtable-cell--foot {
        background-color: #b8c0c8;
        border-color: #a9b3bc;
    }
    /* Responsive
==================================== */
    @media all and (max-width: 1000px) {

        .master-detail_splitter_list-view {
            width: 53%;
        }

        .master-detail_splitter_detail-view {
            width: 47%;
        }

        .master-detail__list-view {
            /*width: 53%;*/
        }

        .master-detail__detail-view {
            /*width: 47%;*/
        }

        .Rtable-cell--head {
            border-bottom: none;
            padding-bottom: 0;
        }

        .Rtable-cell-filler {
            margin: 0;
            padding-bottom: 0;
        }

        .Rtable--collapse {
            display: block;
        }

            .Rtable--collapse > .Rtable-cell {
                width: 100% !important;
            }

            .Rtable--collapse > .Rtable-cell--foot {
                margin-bottom: 1em;
            }

        .validation-errors {
            display: none;
        }

        .validation-single {
            display: block;
        }
    }

    @media all and (min-width: 1500px) {

        .master-detail_splitter_list-view {
            width: 33%;
        }

        .master-detail_splitter_detail-view {
            width: 67%;
        }

        .master-detail__list-view {
            /*width: 33%;*/
        }

        .master-detail__detail-view {
            /*width: 67%;*/
        }

        .Rtable-cell--head {
            width: 20% !important;
        }

        .Rtable--2cols > .Rtable-cell {
            width: 80%;
        }

        .validation-errors {
            display: block;
        }

        .validation-single {
            display: none;
        }
    }

    .no-flexbox .Rtable {
        display: block;
    }

        .no-flexbox .Rtable > .Rtable-cell {
            width: 100%;
        }

        .no-flexbox .Rtable > .Rtable-cell--foot {
            margin-bottom: 1em;
        }


    /*Style for Switch*/

    .switch {
        position: relative;
        display: inline-block;
    }

    .switch-input {
        display: none;
    }

    .switch-label {
        display: block;
        width: 48px;
        /* height: 24px;*/
        text-indent: -150%;
        clip: rect(0 0 0 0);
        color: transparent;
        user-select: none;
    }

        .switch-label::before,
        .switch-label::after {
            content: "";
            display: block;
            position: absolute;
            cursor: pointer;
        }

        .switch-label::before {
            width: 100%;
            height: 100%;
            background-color: #dedede;
            border-radius: 9999em;
            -webkit-transition: background-color 0.25s ease;
            transition: background-color 0.25s ease;
        }

        .switch-label::after {
            top: 0;
            left: 0;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background-color: #fff;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
            -webkit-transition: left 0.25s ease;
            transition: left 0.25s ease;
        }

    .switch-input:checked + .switch-label::before {
        background-color: #ff9800;
    }

    .switch-input:checked + .switch-label::after {
        left: 24px;
    }



    /* CSS Metadaten Klappmenu*/

    .Rtable-cell-Metadaten {
        box-sizing: border-box;
        -webkit-box-flex: 1;
        flex-grow: 1;
        width: 100%;
        padding: 0.8em 0em;
        overflow: hidden;
        list-style: none;
        /*    border: solid 3px white;
    background: rgba(112, 128, 144, 0.2);*/
    }

    .Rtable-cell--head-Metadaten {
        color: #757575;
    }

    input[type="checkbox"].checkboxMetadaten {
        display: none
    }

    label.labelMetadaten {
        display: flex;
        width: 100%;
        cursor: pointer;
        user-select: none;
        padding-left: 0.8em;
    }

    div:first-child.labelMetadaten {
        width: 100%;
        line-height: 45px;
        margin-left: 10px;
        font-size: 1.2em;
    }

    .cross {
        margin-right: 10px;
        margin-top: 3px;
    }

        .cross:before, .cross:after {
            content: '';
            border-top: 2px solid #3E474F;
            width: 12px;
            display: block;
            margin-top: 5px;
            transition: 0.3s;
        }

        .cross:after {
            transform: rotate(90deg);
            margin-top: -2px;
        }

    .contentMetadaten {
        box-sizing: border-box;
        width: 100%;
        font-size: 0.9em;
        max-height: 0;
        overflow: hidden;
        transition: max-height, .5s;
    }

    input[type="checkbox"]:checked ~ .contentMetadaten {
        max-height: 400px;
        transition: max-height, 1s;
    }

    input[type="checkbox"]:checked ~ label .cross:before {
        transform: rotate(180deg);
    }

    input[type="checkbox"]:checked ~ label .cross:after {
        transform: rotate(0deg);
    }


    /*
        Releasenews Slider
    */

slider-body {
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #74ABE2, #5563DE);
    font-family: 'Ropa Sans', sans-serif;
}

.slider {
    width: 300px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 0 auto;
}

.slides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}

    .slides::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        display:none;
    }

    .slides::-webkit-scrollbar-thumb {
        background: black;
        border-radius: 10px;
    }

    .slides::-webkit-scrollbar-track {
        background: transparent;
    }

    .slides > div {
        scroll-snap-align: start;
        flex-shrink: 0;
        width: 300px;
        height: 300px;
        margin-right: 50px;
        border-radius: 10px;
        background: #eee;
        transform-origin: center center;
        transform: scale(1);
        transition: transform 0.5s;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 100px;
    }

        .slides > div:target {
            /*   transform: scale(0.8); */
        }

.slider > button {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
    font-size:50px;
    margin-top:0.5rem;
}

    .slider > button:active {
        top: 1px;
        border:none;
    }

    .slider > button:focus {
        background-color: orange;
        border: none;
        outline: none;
    }

/* Don't need button navigation */
@supports (scroll-snap-type) {
    .slider > button {
        display: none;
    }
}



/* Table bei TimeClock*/

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableCellHead {
    /*border: 1px solid #999999;*/
    display: table-cell;
    padding: 3px 10px;
    color:#757575;
}

.divTableCell {
    /*border: 1px solid #999999;*/
    display: table-cell;
    padding: 3px 10px;
}

.divTableBody {
    /*display: table-row-group;*/
}


/* List Tabel */

.listTable {
    display: table;
    width: 100%;
    margin-top:5px;
    font-size:smaller;
    font-family:Arial, Verdana, sans-serif;
}

.listTableRow {
    display: table-row;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightgray;
}

.listTableRow.RowEven {
    background-color: whitesmoke;
}

.listTableHead {
    position: sticky;
    top: 5px;
    background-color: #475B73;
    color:white;
}

.listTableCell, .listTableHead {
    /*border: 1px solid #999999;*/
    display: table-cell;
    padding: 4px 10px;
    white-space: nowrap;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightgray;
    cursor:pointer;
}

.listTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.listTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.listTableBody {
    display: table-row-group;
}


/* Calendar layout*/

#calendar_timetable {
    height: calc(100% - 3.7rem) !important;
}

.navigator_default_main{
    margin-top:0.5rem;
}

.navigator_default_day.navigator_default_busy {
    font-weight: bold;
    background-color: #FF9800;
    border-radius: 20px;
}


/* Styles Identity */
/*******************/

.container{
    margin-top:1rem;
}

.nav_menu_item {
   text-align:center;
   vertical-align:middle;
   background-color:#f3f3f3;
   box-shadow:0 1.6px 3.6px 0 rgb(0 0 0 / 13%), 0 0.3px 0.9px 0 rgb(0 0 0 / 11%);
}

    .nav_menu_item.active {
        color: #000 !important;
        border-color: #2c3e50 !important;
        border-bottom: solid;
    }


/* Style The Dropdown Button */
.dropbtn {
    color: white;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
    white-space:nowrap;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black !important;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
}

/*Bei buttons die Spalte nur so breit wie der Button ist*/
.tdbutton{
    width:0%;
}

/* Form Elements*/

.form-control.form-check{
    height:2rem;
    width:2rem;
    float:right;
}

.form-control.form-check-col {
    height: 2rem;
    width: 2rem;
    float: none;
    margin:5px;
}

/* Card Layout License*/
.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 10px;
    width: 220px;
    height: 100%
}

    .card a {
        color: #212529;
    }
    .card a:hover {
        text-decoration:none;
    }

    /* On mouse-over, add a deeper shadow */
    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    .card > a > img {
        padding: 20px 50px 20px 50px;
        width: 100%;
    }
    
/* Card-container of CardLayout */
.card-container {
    padding: 2px 16px;
    word-wrap:normal;
}

    .card-container > h6 {
        word-wrap:normal;
    }

    .card-container > p.center {
        text-align: center;
    }

    .card-container > p.right {
        text-align: right;
    }

.card-button-container {
    padding: 2px 16px;
    word-wrap: normal;
}

    .card-button-container > p.right {
        text-align: right;
    }

/* Layout License Detail*/

.subtitle-gap {
    height: 2rem;
}

#portal-licenses-form > .row > .col {
    padding-bottom: 20px;
}

#portal-licenses-form > .row > .col > img {
}

.licence-detail {
    min-width: 250px;
}

.licence.detail-container{
    overflow:hidden;
}

.licence.Rtable{
    margin-left:0;
}

.licence.Rtable-cell--head {
    width: 60% !important;
}

.licence.Rtable--2cols > .Rtable-cell {
    width: 40%;
}

@media all and (min-width: 1500px) {

    .licence.Rtable-cell--head {
        width: 40% !important;
    }

    .licence.Rtable--2cols > .Rtable-cell {
        width: 60%;
    }
}

@media all and (min-width: 1000px) {

    .licence.Rtable-cell--head {
        width: 50% !important;
    }

    .licence.Rtable--2cols > .Rtable-cell {
        width: 50%;
    }
}


#resizeDiv {
    overflow: hidden;
    color: white;
    text-align: center;
    font-weight: 300;
    margin-bottom: -10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
}