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

@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;

}
@media only screen and (max-width: 1000px) {
    .window, .sideBar {
      width: 100% !important;

    }

    .sideBar {
        height: auto !important;
    }

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

    .col {
        padding: 0px !important;
    }
}



/* 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: 100;
    background-color: black;
    opacity: 0.8;
}

.notification .popup {
    width: 600px;
    min-height: 150px;
    background-color: white;
    position: fixed;
    z-index: 101;
    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: 101;
    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-left: calc(50% - 85px);
    margin-top: 20px;
}

.logo {
    margin-bottom: 25px;
}

.modules {

    width: 100%;
    height: auto;
}

.extItem {
    width: 100%;
    float: left;
    height: 40px;
    border-top: solid 2px black;
    position: relative;
    cursor: pointer;
}
.extItem:hover {
    background-color: #ebe8e8;
}
.coreExtList>.extItem:last-child , .customExtList>.extItem:last-child   {
    border-bottom: solid 2px 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 {
    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 */
}