/*html {*/
/*    filter: invert();*/
/*    background-color: white;*/
/*}*/

body, html {
    margin: 0px;
    padding: 0px;
}

body {
    visibility: hidden;
}

@font-face {
   font-family: Roboto;
   src: url('../resources/fonts/Roboto/Roboto-Regular.ttf');
}

.clear {
    clear: both;
}

.content {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    position: relative;
    font-family: Roboto;
}

html {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
html::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.window {
    width: calc(100% - 250px);
    min-height: 100vh;
    color: #333;
    display: block;
    float: right;
    background-color: #f2f2f2;
    background-image: url(/resources/grafik/bgSystem.jpg);
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}



/* notification / confirmbox */
.notification {
    display: none;
}
.confirmBox {
    display: none;
}

.show {
    display: block !important;
}

#damper {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.23);
    /* opacity: 0.8; */
    backdrop-filter: blur(8px);
}

.notification .popup {
    width: 600px;
    min-height: 150px;
    background-color: white;
    position: fixed;
    z-index: 10001;
    left: calc(50% - 300px);
    top: 40px;
    border-radius: 5px;
    text-align: center;
    font-family: "Roboto";
    font-size: 20px;

}

.confirmBox .confirmContent {
    width: 600px;
    height: 150px;
    background-color: white;
    position: fixed;
    z-index: 10001;
    left: calc(50% - 300px);
    top: 40px;
    border-radius: 5px;
    text-align: center;
    font-family: "Roboto";
    font-size: 20px;
}
.confirmBox .confirmContent .buttons {
    width: 100%;
    height: 30px;
    margin: 10px 0px;
    float: left;
}
.confirmBox .confirmContent button {
    background-color: #333;
    border: none;
    color: white;
    height: 100%;
    float: right;
    width: 100px;
    margin-left: 10px;
    cursor: pointer;
}

.confirmBox .confirmContent button:first-child {
    margin-right: 15px;

}
.confirmBox .confirmContent .content {
    height: 100px;
    float: left;
    width: 100%;
}

.confirmBox p {
    margin: 37px;
}

/* Navigation */

.navigation {
    border-bottom: 2px solid #333;
    width: calc(100% - 60px);
    position: relative;
    background-color: #f2f2f2;;
    min-height: 55px;
}

.navigation .page {
    float: left;
    list-style-type: none;
    padding-left: 30px;
    position: relative;
    height: 55px;
    cursor: pointer;
}


.navigation .page>a {
    text-decoration: none;
    color: #333;
    border-right: solid 1px #333;
    padding-right: 30px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    line-height: 56px;
}

.navigation .page:nth-last-child(2) a {
    border: none;

}

.hide {
    display: none;
}

.hasSubPage i {
    margin-left: 10px;
    color: lightgray;
    font-size: 13px;
}

.subnav {
    width: 253px;
    height: auto;
    background-color: #eaeaea;
    position: absolute;
    top: 57px;
    z-index: 5;
    left: -2px;
    padding-left: 10px;
    border: solid 2px #ffffff;
    border-top: none;
    cursor: default;
}

.subnav a {
    text-decoration: none;
    float: left;
    color: black;
    width: calc(100% - 50px);
    border-bottom: 1px solid white;
    padding-bottom: 18px;
    padding-top: 18px;
    left: 21px;
    position: relative;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.subnav a:last-child {
    border: none;
}
.currentPage {
    background-color: #E3E2E2;
}

.logoutForm {
    float: right;
    width: 60px;
    height: 55px;
    background-color: gainsboro;
    margin: 0px;
    cursor: pointer;
    position: absolute;
    right: -60px;
    border-bottom: 2px solid #9f3434;
}

.logoutCont {
    text-align: center;
    padding-top: 18px;

}
.logoutForm i {
    font-size: 20px;
    color: white;
}

/* END */

.pageTitle {
    position: relative;
    margin-bottom: 50px;
}

.pageTitle h2:after {
    content: '';
    width: 186px;
    height: 43px;
    left: 50px;
    bottom: -13px;
    background-color: currentColor;
    position: absolute;
    opacity: 0.2;
}
.pageTitle h2:after {
    content: '';
    width: 27%;
    height: 56px;
    left: 50px;
    bottom: -13px;
    background-color: currentColor;
    position: absolute;
    opacity: 0.2;
}





.pageTitle h2 {
    font-size: 30px;
    margin-left: 50px;
        -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

/* Side BAR */

.logo img {
    width: 170px;
    height: auto;
    margin-top: 20px;
}

.logo {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.modules {

    width: 100%;
    height: auto;
}

.extItem {
    width: 100%;
    float: left;
    height: 40px;
    border-top: solid 1px black;
    position: relative;
    cursor: pointer;
}
.extItem:hover {
    background-color: #ebe8e8;
}
.coreExtList>.extItem:last-child , .customExtList>.extItem:last-child   {
    border-bottom: solid 1px black;
}

.extItem p {
    margin: 0px;
    line-height: 40px;
    margin-left: 55px;
    color: #4d4d4d;
    text-decoration: none;
    font-size: 15px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.extItem i {
    font-size: 18px;
    color: #4d4d4d;
    position: absolute;
    left: 20px;
    top: 12px;
}

.sideBar {
    width: 250px;
    height: 100%;
    background-color: white;
    float: left;
}

.extHeadline {
    float: left;
    position: relative;
    margin-bottom: 8px;
}

.extHeadline p {
    margin-left: 10px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */

}

.extHeadline p:after {
    content: '';
    width: 107px;
    height: 24px;
    left: 10px;
    bottom: bottom: 7px;
    background-color: currentColor;
    position: absolute;
    opacity: 0.1;
}

.customExt {
    margin-top: 30px;
}

#ajaxloadingAnimation {
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    position: fixed;
    width: 80px;
    bottom: 5px;
    right: 20px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.mobileBar {
    display: none;
}




/* confirm box */

@media only screen and (max-width: 1000px) {

    .logo img {
        width: 25vw;
    }

    .logo {
        margin-top: 50px;
    }

    .navigation {
        position: fixed;
        background-color: white;
        z-index: 1000;
        top: -100vh;
        left: 50vw;
        width: 50vw;
        -webkit-box-shadow: 0px 0px 22px -3px rgba(0,0,0,0.20);
        -moz-box-shadow: 0px 0px 22px -3px rgba(0,0,0,0.20);
        box-shadow: 0px 0px 22px -3px rgba(0,0,0,0.20);

        transition: top 0.2s ease-in-out;
    }

    .showNavigation {
        top: 100px;
    }

    .window, .sideBar {
        width: 100vw !important;
    }

    .sideBar {
        height: auto !important;
    }

    .pluginContent {
        padding-top: 0px;
        padding: 10px !important;
    }

    .col {
        padding: 0px !important;
    }

    .window {
        margin-top: 100px;
    }

    .mobileBar {
        width: 100vw;
        height: 95px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        display: flex;
        flex-direction: row;
        justify-content: center;
        border: solid 3px lightgray;
        background-color: #eaeaea;
    }

    .mobileTabs {
        height: 100px;
        width: 50%;
        text-align: center;
        line-height: 100px;
        font-size: 30px;
        color: #cecece;
        font-family: "Roboto";
    }

    .mobileTabs:last-child {
        border-left: solid 4px #ffffff;
    }

    .pageTitle h2 {
        margin-left: 10px;
        font-size: 60px;
    }
    .pageTitle h2:after {
        left: 10px;
        width: 80vw;
        height: 100px;
    }

    .logoutForm {
        display: none;
    }

    .navigation {
        width: 100%;
        border-bottom: 5px solid lightgray;
    }

    .navigation .page {
        height: 100px;
        width: calc(100vw - 40px);
        font-size: 30px;
        border-bottom: solid 2px lightgray;
    }

    .navigation .page a {
        border: none;
        line-height: 100px;
    }

    .subnav {
        width: calc(100vw - 20px);
        top: 100px;
        left: 0px;
    }

    .hasSubPage i {
        font-size: 30px;
        margin-left: 20px;
    }

    .sideBar {
        position: absolute;
        z-index: 100000;
        top: 100px;
        left: -120vw;
        transition: left 0.15s ease-in-out;

    }

    .showSidebar {
        left: 0;
    }

    .modules {
        background-color: white;
        width: 80vw;
        font-size: 50px;
    }

    .extHeadline p {
        margin-left: 10px;
        margin-top: 10px;
    }

    .extItem {
        height: 120px;
        width: 100vw;

    }

    .extItem i {
        font-size: 45px;
        left: 30px;
        top: 35px;
    }

    .extItem p {
        font-size: 35px;
        line-height: 120px;
        margin-left: 120px;
    }

    .confirmBox .confirmContent {
        width: calc(100vw - 50px);
        height: 220px;
        background-color: white;
        position: fixed;
        top: calc(50vh - 125px);
        left: 25px;
        border-radius: 5px;
        text-align: center;
        font-family: "Roboto";
        font-size: 40px;
    }

    .confirmBox .confirmContent .buttons {
        width: 100%;
        height: 60px;
        margin: 30px 0px;
        float: left;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .confirmBox .confirmContent button {
        width: 45%;
        font-size: 30px;
    }

    #ajaxloadingAnimation {
        width: 25vw;
    }

}
