/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13.09.2014, 18:02:20
    Author     : ReMaker9
*/


@font-face {
    font-family: 'IBMPlexSans-Regular';
    font-style: normal;
    font-weight: normal;
    src:
        local('IBMPlexSans Regular'),
        local('IBMPlexSans-Regular'),
        url(../fonts/IBMPlexSans-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'IBMPlexSans-Bold';
    font-style: normal;
    font-weight: normal;
    src:
        local('IBMPlexSans Bold'),
        local('IBMPlexSans-Bold'),
        url(../fonts/IBMPlexSans-Bold.ttf) format('truetype');
}

body {
    background: rgba(0, 0, 0, 0) url("../img/crossword.png") repeat scroll 0 0;
    font-family: IBMPlexSans-Regular;
    transition: all 0.5s;
    overflow-x: hidden;
}


a {
    transition: all 0.5s;
    color: #0f7132;
}


.image-bg-fluid-height {
    background: none;
    box-shadow: -3px 5px 5px -2px;
    padding: none;
}



.Picture.lazy {
    margin: 5px;
}

.note {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    word-wrap: break-word;
}

#Player {
    width: 100%;
}

.Music .Name {
    font-size: x-large;
    font-weight: 500;
    min-height: 40px;
}

.progress .bar {
    background: none repeat scroll 0 0 green;
    display: block;
    height: 100%;
}

.Contakt {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-right: 5px;
}

.url {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 20%;
}

.description {
    text-overflow: ellipsis;
    width: 95%;
}

.row.header {
    font-size: 24px;
    font-weight: bold;
}





.tab-pane {
    padding-left: 10px;
    padding-top: 15px;
}

.ShareDataContainer {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 0 0 22px #bdbdbd;
    left: 50%;
    margin: auto auto auto -250px;
    padding: 20px;
    position: fixed;
    width: 500px;
    z-index: 50;
}

.rtb_ShareDescription {
    width: 100%;
}

.button .btn {
    margin: 5px 5px 5px 0;
}


.btn a {
    color: #ffffff;
}


.NewNote {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 10px 10px 10px #ccc;
    left: 50%;
    margin-left: -300px;
    padding: 10px;
    position: fixed;
    width: 600px;
    display: none;
}

.NewNote .btn {
    margin: 5px;
}

.DataIcon {
    width: 40px;
}

.DataTable th:first-child {
    width: 50px !important;
}

.Pictures .PictureLink {
    margin-top: 35px;
    color: #0f7132;
}

.login form input,
.login form button {
    margin-bottom: 5px;
}

.SharingImage {
    width: 100%;
}

.PlayerContainer {
    background-color: white;
    background-image: url(../img/crossword.png);
    padding-bottom: 2px;
}

.TodoHeader {
    font-weight: bold;
}


.TodoHeader.Critical {
    color: red;
}

.TodoHeader.Danger {
    color: orangered;
}

.TodoHeader.Normal {
    color: #c1c149;
}

.TodoHeader.Notice {
    color: green;
}

.TodoContainer {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 15px;
}

.TodoStateContainer {
    border-right: 1px solid #ccc;
    padding: 25px;
    padding-top: 0;
}

.TodoStateContainer:last-child {
    border-right: 0px solid #ccc;
}

.TodoContainer.Critical {
    background: rgba(255, 0, 0, 0.16862745098039217);
}


.TodoEditButton {
    float: right;
}

.BillItemRow {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

#main {
    width: 100% !important;
    max-width: 100%;
    padding: 30px;
    min-height: 87vh;
}

.custom-file-upload.btn.btn-primary.btn-block {
    width: 190px;
}

.breadcrumb li {
    margin-right: 15px;
}

/*.breadcrumb li::after { 
   content: " / ";
}*/

.breadcrumb li::last-child:after {
    content: '';
}

.TimeEntryContainer, .Contacts
{
    margin-bottom: 27px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: -1px -1px 7px 1px #ccc;
    margin-top: 15px;
}

:root {
    --primary: #0f7132;
    --primary-70: #5b856a;
    --primary-80: #278b4c;
    --primary-dark: #0c642b;
    --gray-90: #ddd;
    --gray-80: #bbb;
    --gray-70: #999;
    --gray-50: #888;
    --basic-transition: all 200ms ease-in-out;
    --shadow-basic: 0 5px 30px -10px var(--gray-80);
    --shadow-hover: 0 5px 30px -10px var(--gray-50)
}

.btn-primary, .btn-blue {
    border: none;
    /*background: var(--primary);*/
    
    background: rgb(12,100,43);
    background: linear-gradient(133deg, rgba(12,100,43,1) 0%, rgba(6,82,33,1) 36%, rgba(40,149,79,1) 100%);
    
    
    color: #fff !important;
    font-family: IBMPlexSans-Bold;
    padding: 8px 24px;
    border: 1px solid #000;
}

.btn-primary:hover,
.btn-primary:active {
    /*background-color: var(--primary-70) !important;*/
        background-size: 150%;
        border: 1px solid #000;
}

.btn-primary:focus {
    background-color: var(--primary-80) !important;
    box-shadow: none !important;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-family: IBMPlexSans-Bold;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.bg-dark {
    background: #0f7132 !important;
}

.navbar.level-2
{
    
    background: rgb(0,0,0);
    background: linear-gradient(72deg, rgba(12,100,43,1) 51%, rgba(30,159,76,1) 133%) !important; 
    
    /*background:  var(--primary-dark) !important;*/
    font-size: 14px;
}

.navbar-brand.level-2
{
    color: #fff;
    font-size: 15px;
}


nav .nav-item.active
{
    background: var(--primary-dark) !important;
}


.ByteboxLogo {
    float: left;
    width: 27px;
    height: 31px;
    background-image: url(../img/logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 11px;
    padding-left: 27px;
}

footer {
    background: #0f7132;
    color: white;
    min-height: 100px;
}

footer a {
    color: white;
    text-decoration: underline;
    transition: all 0.5s;
}


footer a:hover,
footer a:focus,
footer a:active {
    color: #ccc;
    text-decoration: underline;
}

.TextFloat {
    word-wrap: break-word;
}

.Projcet, .Time
{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 27px;
}

.HeaderLable {
    font-family: IBMPlexSans-Bold;
}



.container.Main {
    min-height: 85vh;
}


.btn_Save {
    margin-bottom: 15px;
    margin-top: 4px;
}

.select2-selection {
    /*height: 35px !important;;*/
    padding-top: 3px;
    padding-left: 5px;
    min-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #495057 transparent
}

#l_BillItemContainer .ItemLable {
    margin-bottom: 7px;
    width: 99%;
    padding-left: 12px;
}

#l_BillItemContainer .ItemQuantity {
    padding-left: 12px;
}


.jconfirm-buttons .btn {
    width: 100%;
    border: 1px solid #ccc;
}

.jconfirm-buttons .btn-bytebox-confirm {
    background: linear-gradient(133deg, rgba(12,100,43,1) 0%, rgba(6,82,33,1) 36%, rgba(40,149,79,1) 100%) !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}

.jconfirm-buttons .btn-bytebox-confirm:hover,
.jconfirm-buttons .btn-bytebox-confirm:active,
.jconfirm-buttons .btn-bytebox-confirm:focus {
    background-size: 150% !important;
    color: #fff !important;
}

.no-mobile {
    display: block;
}

.no-mobile.row {
    display: flex;
}

.only-mobile {
    display: none;
}

.jconfirm-box-container {
    max-width: 75% !important;
}

/*.StatisticsContentTableText
{
    font-size: 1.25vw;
}*/

@media screen and (min-width:993px) {
    .login-wrap {
        max-width: 50%;
    }
}

@media screen and (max-width:992px) {
    .login-wrap {
        max-width: 65%;
        min-width: 65%;
    }

    .no-mobile
    {
        display: none !important;
    }

    .only-mobile
    {
        display: block !important;
    }

    .only-mobile.row
    {
        display: flex;
    }

    .jconfirm-box-container
    {
        max-width: inherit !important;
    }

    .row.header
    {
        font-size: 18px;
        font-weight: bold;
    }



}

@media screen and (max-width:725px) {
    .login-wrap {
        min-width: 85%;
    }
}

.container.cashbook {
    font-size: 0.8em;
    padding-left: -15px !important;
    font-weight: bold;
}

.container.cashbook .header {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.container.cashbook .header .form-control {
    font-size: 0.68em !important;
    font-weight: bold;
}

.Form_Select {
    height: 1.65rem !important;
}

.Teaser {
    background-color: rgba(35, 35, 35, 0.9);
    Border-radius: 4px;
}

.LoginCard {
    background-color: rgba(35, 35, 35, 0.6);
}

.overflow-hidden {
    overflow: hidden;
}

.btn_AddBillItemRow {
    height: 45px;
    padding-top: 10px;
    margin-left: 20px;
    margin-top: 0;
}


h3 small {
    font-size: 20px;
    font-weight: 100;
}

.TableResult {
    font-weight: bold;
    border-bottom: double 3px black;
    text-align: right;
    font-size: 18px;
}

.ExpenseTableResult {
    font-weight: bold;
    border-bottom: double 3px black;
    text-align: right;
    font-size: 24px;
}

.TopRowHeader {
    font-size: 1.3vw;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
}

.ContractSurveyContainer {
    /*padding:0;*/
}

/*.row.Statistics:nth-child(even)
{
        background-color: #c1c1c1b3;
}*/

.row.Statistics:hover {
    /*box-shadow: rgba(17, 17, 26, 0.5) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;*/
    background-color: #cccccc9e;
}

.row.SmallRow:nth-child(even) {
    background-color: #c2c2c257;
    /*
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    */
}

.row.Statistics:hover {
    /*box-shadow: rgba(17, 17, 26, 0.5) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;*/
    background-color: #cccccc9e;
}

.row.BillRow:nth-child(even) {
    background-color: #c2c2c257;
    /*
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    */
}

.row.BillRow:hover {
    /*box-shadow: rgba(17, 17, 26, 0.5) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;*/
    background-color: #cccccc9e;
}


.Statistics {
    background-color: #fff;
    margin-bottom: 5px;
    /*box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 10px;*/
    padding: 2px;

}

.StatisticsContentContainerWide {
    margin-bottom: 10px;
}

.StatisticsContentContainerChild {
    margin-bottom: 5px;
    margin-left: 0px;
}

.StatisticsContentContainerChild:nth-child(even) {
    background-color: #c2c2c257;
}

.StatisticsContentContainerChild:hover {
    /*box-shadow: rgba(17, 17, 26, 0.5) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;*/
    background-color: #cccccc9e;
}

.row.Statistics {
    /*height: auto;*/
    overflow: hidden;
}

.borrderr {
    border: solid 1px red !important;

}

.StatisticsH2 {
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}


.CropImage {
    display: block;
    max-width: 100%;
}

.navbar .fas {
    margin-right: 3px;
}

.FormInputGroup.form-group:first-child .btn_RemoveFileinput {
    display: none;
}


.singpad,
#SignContext {
    border: 1px solid #ccc;
    width: 100%;
    box-shadow: 1px 0px 10px 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 90%);
}

.landingpage-section {
    margin-bottom: 75px;
}

.landingpage-section.Greeter {
    margin-top: 75px;
}

.landingpage-section .card-footer,
.Prices-section .card-footer {
    background-color: #fff;
    border-top: none !important;
}

.landingpage-section .feature-cardlet,
.landingpage-section .card-footer {
    border: none;
    background-color: transparent;
}

.feature-cardlet {
    margin-top: 25px;
    transition: 1s;
    margin-right: 5px;
}


.section.Greeter .row {

    padding-top: 10px;
}

.section.Funktionen .fas,
.section.Funktionen .fab {
    color: #0f7132;
}

section.Funktionen .feature-cardlet {
    border: 1px solid #80808047;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 7px;
}

.Flag-Tile.Black {
    background-color: black;

}

.Flag-Tile.Red {
    background-color: red;
    border-left: 3px solid white;
    border-right: 3px solid white;
}

.Flag-Tile.Gold {
    background-color: gold;

}

.Flag-Tile {
    width: 33.3%;
    float: left;
    height: 50%;
}

.Flag-Text {
    font-family: sans-serif;
    font-size: 150%;
}

.Screenshot {
    border: 1px solid #0f7132;
    border-radius: 5px;
    box-shadow: -1px -1px 7px 1px #ccc;
}

/*.Marketing-Image-Container
{
    height: 500%;
}*/



/*============================================================
BACKGROUND COLORS
============================================================*/
.db-bk-color-one {
    background-color: #3e9e3f;
}

.db-bk-color-two {
    background-color: #348f35;
}

.db-bk-color-three {
    background-color: #296f2a;
}

.db-bk-color-six {
    background-color: #1e561f;
}

/*============================================================
PRICING STYLES
==========================================================*/
.db-padding-btm {
    padding-bottom: 50px;
}

.db-button-color-square {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.50);
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.db-button-color-square:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.50);
    border: none;
}


.db-pricing-eleven {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 30px;
}

.db-pricing-eleven ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-left: 0px;
}

.db-pricing-eleven ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.db-pricing-eleven ul li i {
    margin-right: 5px;
}


.db-pricing-eleven .price {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 20px 20px 20px;
    font-size: 60px;
    font-weight: 900;
    color: #FFFFFF;
}

.db-pricing-eleven .price small {
    color: #B8B8B8;
    display: block;
    font-size: 12px;
    margin-top: 22px;
}

.db-pricing-eleven .type {
    background-color: #0f7132;
    padding: 50px 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
}

.db-pricing-eleven .pricing-footer {
    padding: 20px;
}

.db-attached>.col-lg-4,
.db-attached>.col-lg-3,
.db-attached>.col-md-4,
.db-attached>.col-md-3,
.db-attached>.col-sm-4,
.db-attached>.col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.db-pricing-eleven.popular {
    margin-top: 10px;
}

.db-pricing-eleven.popular .price {
    padding-top: 80px;
}


#LargeBarChart {
    min-height: 60vh;
}


.DataDownload .fas {
    font-size: 32px;
    margin-right: 4px;
    margin-top: 2px;
}


.DataDownload span {
    font-size: 19px;
}

.DataDownload .DataFileTags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.DataDownload .ByteboxFileTag {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 6px 10px;
    margin: 0 0 4px 0;
    border-radius: 5px;
    background: #71b83f;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 4px 0 0 #4f8f27;
    transition: transform .1s ease, box-shadow .1s ease, background-color .1s ease;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}

.DataDownload .ByteboxFileTag:hover {
    background: #65aa36;
    color: #ffffff;
    text-decoration: none;
}

.DataDownload .ByteboxFileTag:active {
    transform: translateY(3px);
    box-shadow: 0 1px 0 0 #4f8f27;
}

.container.Login {
    background: url(../img/Login.jpg);
    background-size: cover;
    color: white;
    min-height: 88vh !important;
    margin-bottom: -16px;

}


.container.SharingFolder
{
    width: 80% !important;
    padding: 30px;
    min-height: 87vh;
}


.login-wrap {
    max-width: 50%;
    margin: auto;
    margin-top: 6%;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 1px #000;
    padding: 15px;
    /*color: #000;*/
}

.login-html {
    width: 100%;
    height: 100%;
    padding: 35px 15px 15px 15px;
    background: rgba(0, 0, 0, 0.5);
}

.login-html .sign-in-htm,
.login-html .for-pwd-htm {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.login-html .sign-in,
.login-html .for-pwd,
.login-form .group .check {
    display: none;
}

.login-html .tab,
.login-form .group .label,
.login-form .group .button {
    text-transform: uppercase;
}

.login-html .tab {
    font-size: 22px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 0 15px 10px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.login-html .sign-in:checked+.tab,
.login-html .for-pwd:checked+.tab {
    color: #fff;
    border-color: #0f7132;
}

.login-form {
    min-height: 275px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.login-form .group {
    margin-bottom: 15px;
}

.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
    width: 100%;
    color: #fff;
    display: block;
}

.login-form .group .input,
.login-form .group .button {
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background: rgba(255, 255, 255, .1);
}

.login-form .group input[data-type="password"] {
    text-security: circle;
    -webkit-text-security: circle;
}

.login-form .group .input:active {
    border-radius: 50px;
}

.login-form .group .label {
    color: #aaa;
    font-size: 12px;
}

.login-form .group .button {
    background: #0f7132;
}

.login-form .group label .icon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
}

.login-form .group label .icon:before,
.login-form .group label .icon:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.login-form .group label .icon:before {
    left: 3px;
    width: 5px;
    bottom: 6px;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
}

.login-form .group label .icon:after {
    top: 6px;
    right: 0;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
}

.login-form .group .check:checked+label {
    color: #fff;
}

.login-form .group .check:checked+label .icon {
    background: #0f7132;
}

.login-form .group .check:checked+label .icon:before {
    -webkit-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}

.login-form .group .check:checked+label .icon:after {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
}

.login-html .sign-in:checked+.tab+.for-pwd+.tab+.login-form .sign-in-htm {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.login-html .for-pwd:checked+.tab+.login-form .for-pwd-htm {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}



.list-group-item {
    transition: all 1s;
    font-weight: bold;
}




/* 
.list-group-item:hover 
{
    background: #0f7132;
    color: #fff;
}

*/

.DashboardButtonGroup .list-group-item:hover {
    /*background: #0f7132;*/
    color: #fff;
}


.nav-item.active {
    text-decoration: underline;
}

.select2-container {
    width: 100% !important;
}

.Contacts .media {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: space-between;
}

.l_DataViewer,
.l_DataViewerVideo {
    display: none;
}

.l_DataViewer.active,
.l_DataViewerVideo.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.DataViewerHeader i,
.DataViewerVideoHeader i {
    color: white;
    position: fixed;
    right: 5%;
    top: 2%;
    font-size: 25px;
    cursor: pointer;
}

.DataViewerContent,
.DataViewerVideoContent {
    min-height: 98vh;
    margin: auto;
    margin-top: 0%;
    width: 90%;
    /*box-shadow: 1px 0px 10px 0px #fff;*/
    border-radius: 5px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-top: 1vh;
    transition: all 0.75s;
    opacity: 0;
}


.l_DataViewer.active .DataViewerVideoContent, .l_DataViewer.active .DataViewerContent
{
    opacity: 1;
}

.btn_prevSlide, .btn_nextSlide 
{
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 50px;
    cursor: pointer;
    position: fixed;
    bottom: 0;
}

.btn_prevSlide
{
    left:0;
}

.btn_nextSlide 
{
right: 0;
}

.btn_DataViewer {
    color: #0f7132 !important;
    font-size: 20px !important;
    cursor: pointer;
}

.btn_DataViewer:hover,
.btn_DataViewerVideo:hover
{
    color: #003366 !important;
}

.btn_CloseDataViewer{
    z-index: 1000;
    display: block;
    position: absolute;
}

video#l_VideoPlayer
{
    height: auto;
    margin-left: 50%;
    width: 500px;
    left: -250px;
    position: absolute;
    margin-top: 1vh;
    display: block;
}




.dropdown-item i,
a.dropdown-item {
    color: #0f7132 !important;
    font-size: 15px !important;
    color: blue;
    cursor: pointer;
}


.PayManDayDays a,
.btn_AddBillItemRow {
    height: 38px;
    padding-top: 6px;
    text-align: center;
}


.l_SearchResultContainer {
    display: block;
    border: 1px solid #ccc;
    /*height: 80vh;*/
    border-radius: 3px;
    background-color: #fff;
    /*overflow-y: scroll;*/
    padding: 5px;
}

.SearchResultEntry,
.SearchResultEntryHeader {
    display: block;
    clear: both;
    width: 100%;
    min-height: 40px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    /*margin-bottom: 5px;*/
    overflow: hidden;
    transition: all 0.5s;
}

.SearchResultEntry:hover {
    background: #eae9e9;
}

.SearchResultEntryButton {
    margin: 5px 13px 5px 0px;
}

.SearchResultEntryValue {
    float: left;
    margin-right: 5px;
    line-height: 20px;
    padding: 10px 5px 5px 5px;
}

.SearchResultEntryButtonDiv {
    float: left;
    width: 30%;
    padding: 0;
    margin: 0px;
    margin-right: 5px;
}

.SearchResultEntryButton {
    line-height: 20px;
    padding: 5px 10px 5px 10px;
}

.l_SearchResultContainer {
    display: block;
    border: 1px solid #ccc;
    /*height: 80vh;*/
    border-radius: 3px;
    background-color: #fff;
    /*overflow-y: scroll;*/
    padding: 5px;
}

.SearchResultEntry,
.SearchResultEntryHeader {
    display: block;
    clear: both;
    width: 100%;
    min-height: 40px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    /*margin-bottom: 5px;*/
    overflow: hidden;
    transition: all 0.5s;
}

.SearchResultEntry:hover {
    background: #eae9e9;
}

.SearchResultEntryButton {
    margin: 5px 13px 5px 0px;
}

.SearchResultEntryValue {
    float: left;
    margin-right: 5px;
    line-height: 20px;
    padding: 10px 5px 5px 5px;
}

.SearchResultEntryButtonDiv {
    float: left;
    width: 30%;
    padding: 0;
    margin: 0px;
    margin-right: 5px;
}

.SearchResultEntryButton {
    line-height: 20px;
    padding: 5px 10px 5px 10px;
}

.tpl {
    display: none;
}


.containerWidth {
    max-width: 100%;
}

.SearchElementContainer {
    min-height: 60vh;
    overflow: hidden;
    overflow-y: scroll;
}

.ResultRow.Header {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: bold;
}

.ResultRow:nth-child(even) {
    background: #e9e8e8;
}

.ResultRow:hover {
    background: #ccc;
}

.bootbox-close-button.close {
    position: absolute;
    right: 18px;
}

.bootbox.modal.ExtraLageModal .modal-dialog {
    width: 100%;
    max-width: 95% !important;
}


.breadcrumb li:after {
    content: " / ";
}

.ResultContainer {
    min-height: 50vh;
}

.btn-primary.disabled {
    background-color: #257d1b !important;
    border-color: #092b04 !important;
}

.panel-heading:hover {
    background-color: #ededed;
}

.EndPrice {
    border-bottom: double 5px black;
}

.ChosenPackage {
    border-bottom: solid 0.5px #ededed;
}

.hide {
    display: none;
}

.Danger {
    border: 0.5px solid #f5c6cb;
    background-color: #f8d7da;
    border-radius: .25rem;
}

.mail {
    display: none;
}


.startSiteList {
    font-size: 18px;
}

.startSiteList li {
    transition: 1s all;
}

.startSiteList li:hover {
    font-size: 24px;
}


section.white {
    background: #fff;
    color: #000;
}

.btn_ShowOpentext {
    padding-left: 5px;
    cursor: pointer;
}

.btn_StartPurchase {
    --animate-duration: 15s;
}


.social-box .box {
    background: #FFF;
    border-radius: 10px;
    padding: 40px 10px;
    margin: 20px 0px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.social-box .box:hover {
    box-shadow: 0 0 6px #0f7132;
}

.social-box .box .box-text {
    margin: 10px 0px;
    font-size: 15px;
    line-height: 30px;
}

.social-box .box .box-btn a {
    text-decoration: none;
    color: #0f7132;
    font-size: 16px;
}

.btn_BillNumberButton {
    cursor: pointer;
    margin: 5px;
}


.SearchElementContainer .row {
    font-size: 20px;
}


.SearchElementContainer>.row:hover {
    background: #ccc;
}



.SearchElementContainer>.row:nth-child(even) {
    background: #cccccc70;
}


.l_BillItemContainerPlaceholder {
    min-height: 150px;
    border: 2px solid #ccc;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0px;
}


.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 35px;
    background-color: #f1f1f1;
    border-radius: 6px;
    padding: 0px;
}

.search_input {
    color: #0f7132;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 35px;
    transition: width 0.4s linear;
}

.searchbar:hover>.search_input {
    padding: 0 10px;
    width: 450px;
    caret-color: #0f7132;
    transition: width 0.4s linear;
}

.searchbar:hover>.search_icon {
    background: white;
    color: #0f7132;
}

.search_icon {
    height: 35px;
    width: 35px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #0f7132;
    text-decoration: none;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    height: -webkit-fill-available;
}

main {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle {
    outline: 0;
}

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
}

.btn-toggle.collapsed::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    transform: rotate(0deg);
}


.btn-toggle::before {
    transform: rotate(90deg);
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    width: 1.25em;
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #d2f4ea;
}

.scrollarea {
    overflow-y: auto;
}

.fw-semibold {
    font-weight: 600;
}

.lh-tight {
    line-height: 1.25;
}


.tox-statusbar__branding {
    display: none;
}

.WikiLink {
    font-size: 18px;
}



pre,
code {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}



.BillItemRow .InputLable {
    padding-left: 5px;
    color: #9b9b9b;
    padding-top: 0px;
    margin-top: -2px;
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 5px;
    font-size: 14px;
}


body.Pointer {
    cursor: Pointer;
}

.btn_BillItemRowMenu {
    margin-left: -17px;
    margin-top: 0px;
}

.BillItemRow .form-control {
    padding: 3px;
    min-height: 38px;
}

.ItemPriceWithTax,
.cb_Tax,
.ItemPrice,
.cb_Unit,
.ItemQuantity {
    font-size: 14px;
}

.BillItemRow .dropdown-toggle::after {
    margin-left: 0.1em;
}



.bootbox.modal.Right .modal-dialog {
    right: 0;
    margin: inherit;
    left: auto;
    width: 40%;
    top: 0;
    position: absolute;
}



#InvoiceFrame {
    background: none;

}


.bootbox.modal.Right .modal-dialog .modal-content {
    height: 100vh;
}


.btn_EditBillPaymentDay {
    cursor: pointer;
}


@media print {
    .col-print-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
}

@media print {
    .col-print-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
}

@media print {
    .col-print-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media print {
    .col-print-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media print {
    .col-print-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
}

@media print {
    .col-print-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media print {
    .col-print-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

@media print {
    .col-print-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media print {
    .col-print-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media print {
    .col-print-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

@media print {
    .col-print-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
}

@media print {
    .col-print-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    d-print-block {
        display: block !important;
    }

}

.Landing-Page {
    text-align: center;
}

.Landing-Page section {
    margin-bottom: 10rem;
}

.Landing-Page h1 {
    font-size: 2rem;
}

.Landing-Page h2 {
    margin-bottom: 4rem;
}

.Hero {
    height: 70vh;
    display: flex;
}

.Hero-Inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #000000ab;
    width: 100%;
    padding: 0 10%;
}

.Hero-Heading {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.Hero-Subtext {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
}


.Features ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.Features li {
    border-radius: 16px;
    list-style-type: none;
    width: 300px;
    min-height: 400px;
    border: 1px solid var(--gray-90);
    box-shadow: var(--shadow-basic);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 2rem 1rem;
    gap: 1rem;
    transition: var(--basic-transition);
}

.Features li:hover {
    box-shadow: var(--shadow-hover);
}

.Feature-Card-Image i {
    color: var(--primary);
}

.Feature-Card-Heading {
    font-size: 2rem;
}

.Two-Col-Layout {
    display: flex;
    gap: 3rem;
}

.Two-Col-Layout .Text-Col,
.Two-Col-Layout .Image-Col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Two-Col-Layout .Text-Col {
    text-align: center;
}

.Two-Col-Layout .Image-Col {
    display: flex;
    justify-content: center;
}

.Two-Col-Layout .Image-Col img {
    max-width: 400px;
    max-height: 400px;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .Two-Col-Layout {
        flex-direction: column;
    }

    .Two-Col-Layout .Image-Col {
        order: 1;
    }

    .Two-Col-Layout .Text-Col {
        order: 2;
    }
}

.Image-Gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
}

.Image-Gallery img {
    box-shadow: var(--shadow-basic);
    max-width: 300px;
    height: fit-content;
    object-fit: contain;
    object-position: top;
    border: 1px solid var(--gray-90);
    cursor: pointer;
    transition: var(--basic-transition);
}

.Image-Gallery img:hover {
    box-shadow: var(--shadow-hover);
}

.bootbox.modal {
    background: rgba(0, 0, 0, 0.7);
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.bootbox.modal.ExtraLageModal .modal-dialog {
    margin: 0;
    max-width: fit-content;
}

.bootbox.modal.ExtraLageModal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.bootbox.modal.ExtraLageModal .modal-dialog .modal-content button {
    margin-top: 0 !important;
}

.bootbox.modal.ExtraLageModal .modal-dialog .modal-content img {
    max-width: 70vw;
    max-height: 90vh;
}

.LoginSubHeader{
    color:white;
}


.bootbox.modal.ExtraLageModal
{
    width: 100%;
    max-width: 100%;
    padding: 10px;
}


.bootbox.modal.ExtraLageModal .modal-content
{
    padding: 30px;
}


.modal-dialog.modal-lg
{
    width: 80%;
}


.Planing .MenuRow
{
    border-bottom: 2px solid;

}

.Planing .MenuRow div
{
    font-weight: bold;
    font-size: 18px;
    padding: 2px;
}


.Planing  .col-time
{
    border-left: 2px solid;

}


.dropdown-item:hover
{
    background:#ccc;
}

.container.Planing .WeekEnd
{
    background: var(--primary);
    color: white;
}

.EployeeContainer
{
    display: block;
    width: 10%;
    float: left;
}

.MenuRow .TimesContainer
{
    display: block;
    /*overflow-x: scroll;*/
    width: 90%;
}

.col-time
{
    float: left;
    width: 250px;
    overflow: hidden;
}

.col-time textarea
{
    width: 100%;
}



.PlaningRowContainer .col-time
{
    min-height: 90px;
}

.UserNameContainer
{
    float: left;
    width: 250px;
}


.HideTally .btn_ShowOpentext
{
    display:none;
}



.TopCustomer .MwSt, .TopCustomer .Umsatz, .TopSupplier .MwSt, .TopSupplier .Umsatz
{
    text-align: right;
}


.TopCustomer  td:nth-child(1) , .TopSupplier  td:nth-child(1)
{
    width: 10%
}

.TopCustomer  td:nth-child(2) , .TopSupplier  td:nth-child(2)
{
    width: 60%
}

.TopCustomer  td:nth-child(3) , .TopSupplier  td:nth-child(3)
{
    width: 15%
}


.bootbox.modal.ExtraLageModal.TimeModal .modal-dialog
{
    max-width: fit-content;
    position: absolute;
    top: 0;
}


.btn-secondary
{
    color: #fff;
    background-color: var(--primary-dark) !important;
    border-color: var(--primary-dark) !important;
}




.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}



.ContractIncome .date-input {
    font-size: 15px;
    margin-top: 6px;
    padding: 5px;
}

.ContractIncome .EntryRow
{
    margin-bottom: 10px;
    transition: all 2s;
    padding: 2px;
    margin-left: -15px;
    margin-right: 0;
    border-top : 1px solid #0f7132;
}

.ContractIncome .EntryRow:hover
{
    background: #ccc;
}


.ContractIncome input[type="date"].has-value
{
    color: #fff;
    border: 2px solid #ccc;
    background-color: #0f7132;
}




.ProjectAttributes .nav-link
{
    color: #0f7132;
}

.ProjectAttributes .nav-link.active
{
    color: #0f7132;
}


.ProjectSnip
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.ProjectSnip .ProjektImage ,.ProjectSnip video{
    width: 100%;
}
.ProjectSnip video{
    max-height:350px;
    display:block;
    margin:auto;
}

.ProjectSnip:hover{
    background:none;
    color:inherit;
}


.ProjectSnip h5
{
    text-overflow: ellipsis;

    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.tb_AudioInputLable.Active
{
    background: #660000;
}

.ProjectSnip audio{
    display:block;
}



.editable {
    position: relative;
}
.editable .edit-icon {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}
.editable input,
.editable textarea,
.editable select {
    width: 100%;
    padding-right: 25px;
}



#ObjectDataContainer #ObjectImage
{
    box-shadow: 4px 2px 10px #000;
    width:100%;
    min-height: 70vh;
    


}


#ObjectImage
{

        max-height: 80vh;
    /*max-width: 100%;*/
}


taskList
{
    min-height: 40px;
    margin-bottom: 0
}

.taskList li
{
    background-color: #fff;
    border: 1px solid rgba(121, 121, 121, .2);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 3px
}

.taskList li:last-of-type
{
    margin-bottom: 0
}

.taskList a
{
    font-size: 13px
}

.taskList .checkbox
{
    margin-left: 20px;
    margin-top: 5px
}
.text-muted
{
    color: #98a6ad!important;
}

.team-members, .unassigned-members {
    min-height: 100px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    background: #f9f9f9;
}
.team-members li, .unassigned-members li {
    cursor: grab;
}



.nav.nav-tabs .nav-link
{
    background: var(--primary-70);
    color: #fff;
}


.nav.nav-tabs .nav-link.active
{
    background: var(--primary);
    color: #fff;
}

.modal-open .select2-container {
    z-index: 9999;
}

.SearchElementContainer > .row
{
    border-bottom: 1px solid #ccc;
}


.SearchElementContainer > .row > div > .row > div:not( :last-child )
{
    border-right: 1px solid #ccc;
}


.FileContainerSharing i
{
    font-size: 40px;
}



.row.Filerow
{
    border-radius: 5px;
    /*background: #f2f2f2;*/
    padding: 9px;
    padding-right: 0px;
    transition-property: all;
    transition-duration: 1s;

}

.row.Filerow:hover
{
    box-shadow: 0px 0px 2px 0px #000;
    background: #fff !important;
}


.row.Filerow:nth-child(odd)
{
    background: #f5f2f28f;
}



.row.Filerow .FileName
{
    font-weight: bold;
    font-size: 20px;
}



.btn-link
{
    color: rgb( 0, 123, 255 );
}



.landing-container
{
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.landing-scroll-image-startpage1
{
    width: 100%;
    height: 100%;
    background-image: url('../img/office-1516329_1920.jpg');
    /*background-image: url('../img/Starter1.jpg');*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.landing-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
    background: #000000b0;
    padding: 3em;
}


.btn_CallToAction
{
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;

    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(110, 80, 20, 0.4),
        inset 0 -2px 5px 1px rgba(139, 66, 8, 1),
        inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
    /*text-shadow: 0px 0px 6px #000;*/
    cursor: pointer;
    transition: all 1s ease;
    min-width: 20%;
    font-size: 25px;
    padding: 10px;
    color: #110d04 !important;

}

.btn_CallToAction:hover, .btn_CallToAction:checked, .btn_CallToAction:active
{
    /*background-size: 150% 150%;*/
    /* background-image: linear-gradient(0deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07) !important;*/
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
        0 6px 6px rgba(0, 0, 0, 0.23),
        inset 0 -2px 5px 1px #b17d10,
        inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}


.grp_ActionButton .btn
{
    color: #ebebeb;
    background-color: buttonface;
    background: var(--primary);
    margin-right: 104px;
    width: 36px;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 0;
    font-weight: 100;
}

.DocumentImage
{
    width: 100%;
}


#toolbar
{
    position: fixed;
    top: 150px;
    left: 0;
    width: 10%;
    background: #ccc;
    padding: 0.5rem;
    z-index: 1000;
    align-items: center;
    height: 80%;
    box-shadow: 4px 4px 13px 2px #000;
}

#PaintContainer
{
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    top: 0;
    left: 0;
}

.color-btn, .brush-btn
{
    cursor: pointer;
    border: 1px solid #888;
    padding: 4px 8px;
    margin-right: 0.25rem;
    background: #fff;
}

.color-btn.active, .brush-btn.active
{
    border: 2px solid #000;
}




.btn_SearchRemove
{
    margin-left: 20px;
}


.l_FileSnipetBody
{
    width: 100%;
}


.dropdown.bootstrap-select button
{
    background: #fff;
    border: 1px solid #ccc;
}


.table-condensed td
{
    text-align: center;
    /*border-radius: 119px;*/
    border: 1px solid #ccc;
    cursor: grabbing;
}


.table-condensed 
{
    width: 350px;
    font-size: 18px;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #278b4c;
    border-color: #278b4c;
}

.datepicker-days .day
{
    border-radius:0;
}


.datepicker-days .today.day
{
    background:#ccc;
}


.datepicker-days tbody .cw
{
    background:#e4e4e4;
}



.datepicker .prev, .datepicker .next
{
    text-align: center;
}

.datepicker .next:hover, .datepicker .prev:hover, .datepicker .day:hover
{
    background: #d9d8d8;
}


.datepicker .datepicker-switch
{
    text-align: center;
}

/*.datepicker .old.day
{
    background: #efeeee;
}*/


.datepicker tr td:nth-child(7),
.datepicker tr td:nth-child(8) 
{
  background:#1e9f4c;
}





.EmployeeContainer
{
    box-shadow: 10px 10px 10px #ccc;
}

.DashboardButtonGroup .ModulIcon
{
    width: 40px;
}

.nav-link .ModulIcon
{
    width: 25px;
    filter: brightness(0) invert(1);
}


.sticky-top
{
    background:#fff;
}


.dropdown-menu.show
{
    z-index: 999999;
}


.dropdown-item.active, .dropdown-item:active 
{

    text-decoration: none;
    background-color: #1e9f4c;
    color: #fff !important;
}



.ProjectCard .card-header
{
    background: linear-gradient(133deg, rgba(12, 100, 43, 1) 0%, rgba(6, 82, 33, 1) 36%, rgba(40, 149, 79, 1) 100%);
}

.btn_Edit
{
    height: 32px;
    cursor: pointer;
    width: 32px;
}

.MailTemplates .dropdown, .tab-pane .dropdown
{
    display:inline;
}

.ultra-compact-files 
{
    /*max-height: 400px;
    overflow-y: auto;*/
}

.file-line 
{
    display: flex;
    align-items: center;
    padding: 0.5rem 0.2rem;
    border-bottom: 1px solid #f0f0f0;
    height: 50px;
    gap: 0.5rem;
}

.file-line:hover 
{
    background: #f8f9fa;
}

.file-title 
{
    font-size: 0.9rem;
    font-weight: 500;
    width: 52%;
}

.file-badge 
{
    font-size: 0.7rem;
    padding: 0.15rem 0.4rem;
    background: #f8f9fa;
    border-radius: 3px;
    color: #6c757d;
    font-weight: 500;
}

.file-time 
{
    font-size: 0.8rem;
}

/*.file-line .btn 
{
    padding: 0.15rem 0.3rem;
    font-size: 0.7rem;
}*/


.bg-secondary 
{
    background-color: #ff0000 !important;
}

.badge {
    font-size: 16px;
    display: block;
    text-align: left;
}

.row.Data:hover
{
    background: #ccc;
}

.row.Data:nth-child( even )
{
    background: #dad6d64f;
}


/* Debug Console Styles */
.debug-console {
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.debug-log:hover 
{
    background: rgba(255, 255, 255, 0.05) !important;
}

.debug-log.expanded 
{
    max-height: none !important;
}

.debug-log-container::-webkit-scrollbar 
{
    width: 8px;
}

.debug-log-container::-webkit-scrollbar-track 
{
    background: rgba(255, 255, 255, 0.05);
}

.debug-log-container::-webkit-scrollbar-thumb 
{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.debug-log-container::-webkit-scrollbar-thumb:hover 
{
    background: rgba(255, 255, 255, 0.3);
}

/* Dark Theme */
.debug-console.dark 
{
    color-scheme: dark;
}

/* Light Theme */
.debug-console.light 
{
    color-scheme: light;
}


.text-primary 
{
    color: #212529 !important;
}

#l_BillItemContainer {
    counter-reset: billCounter; /* Start bei 0 */
}

/* Nummerierung vor jede BillItemRow einfügen */
.BillItemRow::before 
{
    content: counter(billCounter) ". "; /* "1. ", "2. ", etc. */
    counter-increment: billCounter;    /* Zähler um 1 erhöhen */
    
    position: absolute;
    left: -11px;
}

/* Container muss relative Positionierung haben */
#l_BillItemContainer {
    position: relative;
}

.BillItemRow {
    position: relative;
    padding-left: 10px; /* Platz für Nummer */
    margin-bottom: 10px;
}



.navbar-subnavi-icon
{
    max-width: 45px;
    color:#fff;
}

.navbar-subnavi-icon .ModulIcon
{
    max-width: 35px;
    filter: brightness(0) invert(1);
}

.js-group-row.active
{
    font-weight: bold;
    background: rgba(0,0,0,.05);
    border-radius: 4px;
    padding-left: 4px;
}

.js-group-row{
    border-radius: 6px;
    padding: 6px 8px;
    transition: background .12s ease, transform .12s ease;
}
.js-group-row:hover{
    background: rgba(0,0,0,.05);
    transform: translateX(2px);
}
.js-group-row.is-active{
    background: rgba(13,110,253,.12); /* bootstrap primary-ish */
    font-weight: 700;
}

/* Items */
.js-item-row{
    transition: background .12s ease, transform .12s ease;
}
.js-item-row:hover{
    background: rgba(0,0,0,.04);
    transform: translateX(2px);
}
.js-item-row.is-active{
    background: rgba(25,135,84,.12); /* bootstrap success-ish */
    border-left: 4px solid rgba(25,135,84,.65);
}

/* Tree indentation (works across BS3/4/5) */
.js-sub{
    margin-left: 18px !important;
    padding-left: 10px !important;
    border-left: 1px dashed rgba(0,0,0,.15);
}


.list-group-item.active {
    z-index: 2;
    color: #0f7132 ;
}

code[class*=language-],pre[class*=language-]{color:#f8f8f2;background:0 0;text-shadow:0 1px rgba(0,0,0,.3);font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#272822}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#8292a2}.token.punctuation{color:#f8f8f2}.token.namespace{opacity:.7}.token.constant,.token.deleted,.token.property,.token.symbol,.token.tag{color:#f92672}.token.boolean,.token.number{color:#ae81ff}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#a6e22e}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable{color:#f8f8f2}.token.atrule,.token.attr-value,.token.class-name,.token.function{color:#e6db74}.token.keyword{color:#66d9ef}.token.important,.token.regex{color:#fd971f}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}
pre[class*=language-].line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.8em;text-align:right}

.bb-status-open { border-left: 6px solid #dc3545; }      /* red */
.bb-status-invoice { border-left: 6px solid #28a745; }   /* green */
.bb-status-slip { border-left: 6px solid #1e7e34; }      /* dark green */
.bb-status-customer { border-left: 6px solid #ffc107; }  /* yellow */
.bb-status-attention { border-left: 6px solid #fd7e14; } /* orange */
.bb-status-ignored { border-left: 6px solid #6c757d; }   /* gray */

.bb-status-dot {
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:10px;
    margin-bottom:3px;
}

.bb-dot-0,
.bb-dot-1 { background:#dc3545; }
.bb-dot-2 { background:#28a745; }
.bb-dot-3 { background:#1e7e34; }
.bb-dot-4 { background:#ffc107; }
.bb-dot-5 { background:#fd7e14; }
.bb-dot-6 { background:#6c757d; }


/* ============================================================
   Passwort Tresor - Bytebox CI
   Last change: 2026-03-08
============================================================ */

.PasswordTresor
{
    color: #1f2a22;
}

.PasswordTresor .card
{
    background: rgba(255,255,255,0.96);
    border: 1px solid #d7e2d8;
    border-radius: 14px;
    box-shadow: 0 8px 22px -14px rgba(15, 113, 50, 0.45);
    overflow: hidden;
}

.PasswordTresor .card-header
{
    background: linear-gradient(133deg, rgba(12,100,43,1) 0%, rgba(6,82,33,1) 36%, rgba(40,149,79,1) 100%);
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-family: IBMPlexSans-Bold;
    padding-top: 12px;
    padding-bottom: 12px;
}

.PasswordTresor .card-header span,
.PasswordTresor .card-header label,
.PasswordTresor .card-header .btn
{
    color: #fff;
}

.PasswordTresor .card-footer
{
    background: #f7faf7;
    border-top: 1px solid #e2ebe3;
}

.PasswordTresor .text-muted
{
    color: #698173 !important;
}

.PasswordTresor .form-control
{
    border: 1px solid #cfdccf;
    border-radius: 8px;
    min-height: 40px;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

.PasswordTresor .form-control:focus
{
    border-color: #1e9f4c;
    box-shadow: 0 0 0 0.2rem rgba(30,159,76,0.15);
}

.PasswordTresor textarea.form-control
{
    min-height: 140px;
    resize: vertical;
}

.PasswordTresor .input-group .btn
{
    border-radius: 0;
}

.PasswordTresor .input-group > .btn:last-child
{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.PasswordTresor .input-group > .form-control:first-child
{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

/* ------------------------------------------------------------
   Login Card
------------------------------------------------------------ */

.PasswordTresor .js-tresor-loginbox .card
{
    max-width: 560px;
    margin: 0 auto;
    border: 1px solid #cfe0d2;
    box-shadow: 0 12px 34px -18px rgba(0,0,0,0.35);
}

.PasswordTresor .js-tresor-loginbox .card-body
{
    padding: 1.5rem;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,247,0.98) 100%);
}

.PasswordTresor .js-login-msg
{
    background: #f8d7da;
    border: 1px solid #f1b0b7;
    border-radius: 8px;
    padding: 8px 12px;
}

/* ------------------------------------------------------------
   Gruppen Baum
------------------------------------------------------------ */

.PasswordTresor .js-group-tree
{
    margin: 0;
    padding: 0;
}

.PasswordTresor .js-group-tree li
{
    list-style: none;
}

.PasswordTresor .js-group-row
{
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    padding: 8px 10px;
    margin-bottom: 2px;
    transition: all 0.18s ease-in-out;
    border: 1px solid transparent;
}

.PasswordTresor .js-group-row:hover
{
    background: rgba(30,159,76,0.08);
    border-color: rgba(30,159,76,0.14);
    transform: translateX(2px);
    cursor: pointer;
}

.PasswordTresor .js-group-row.is-active,
.PasswordTresor .js-group-row.active
{
    background: linear-gradient(90deg, rgba(30,159,76,0.16) 0%, rgba(30,159,76,0.05) 100%);
    border-color: rgba(30,159,76,0.22);
    font-family: IBMPlexSans-Bold;
    color: #0f7132;
    box-shadow: inset 3px 0 0 #0f7132;
}

.PasswordTresor .js-group-name
{
    display: inline-block;
    width: calc(100% - 18px);
    color: #1d2a20;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.PasswordTresor .js-toggle
{
    width: 16px;
    min-width: 16px;
    text-align: center;
    color: #0f7132;
    font-weight: bold;
    opacity: 0.8;
}

.PasswordTresor .js-sub
{
    margin-left: 16px !important;
    padding-left: 12px !important;
    border-left: 1px dashed rgba(15,113,50,0.22);
}

/* ------------------------------------------------------------
   Eintragsliste
------------------------------------------------------------ */

.PasswordTresor .js-item-list
{
    background: #fff;
}

.PasswordTresor .js-item-row
{
    border: 0;
    border-bottom: 1px solid #eef3ef;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all 0.18s ease-in-out;
    position: relative;
}

.PasswordTresor .js-item-row:hover
{
    background: rgba(15,113,50,0.05);
    transform: translateX(3px);
}

.PasswordTresor .js-item-row.is-active,
.PasswordTresor .js-item-row.active
{
    background: linear-gradient(90deg, rgba(15,113,50,0.12) 0%, rgba(15,113,50,0.03) 100%);
    border-left: 4px solid #0f7132;
    color: #0f7132;
}

.PasswordTresor .js-item-row .fw-bold
{
    font-family: IBMPlexSans-Bold;
    color: #1f2d22;
}

.PasswordTresor .js-item-row .small
{
    line-height: 1.25;
}

.PasswordTresor .js-item-row .text-primary
{
    color: #1e9f4c !important;
    font-family: IBMPlexSans-Bold;
}

/* ------------------------------------------------------------
   Detailbereich
------------------------------------------------------------ */

.PasswordTresor .js-active-group
{
    display: inline-block;
    background: rgba(15,113,50,0.08);
    color: #0f7132;
    border: 1px solid rgba(15,113,50,0.14);
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 13px;
    font-family: IBMPlexSans-Bold;
}

.PasswordTresor label
{
    font-family: IBMPlexSans-Bold;
    color: #274531;
    margin-bottom: 6px;
}

.PasswordTresor .js-msg,
.PasswordTresor .js-msg-ok
{
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 14px;
}

.PasswordTresor .js-msg
{
    background: #f8d7da;
    border: 1px solid #f1b0b7;
    color: #842029;
}

.PasswordTresor .js-msg-ok
{
    background: #d1e7dd;
    border: 1px solid #badbcc;
    color: #0f5132;
}

/* ------------------------------------------------------------
   Buttons im Tresor
------------------------------------------------------------ */

.PasswordTresor .btn
{
    border-radius: 8px;
    transition: all 0.18s ease-in-out;
}

.PasswordTresor .btn:hover
{
    transform: translateY(-1px);
}

/*.PasswordTresor .btn-outline-secondary
{
    color: #0f7132;
    border-color: rgba(15,113,50,0.28);
    background: #fff;
}

.PasswordTresor .btn-outline-secondary:hover,
.PasswordTresor .btn-outline-secondary:focus
{
    color: #fff;
    background: #0f7132;
    border-color: #0f7132;
}

.PasswordTresor .btn-outline-danger
{
    color: #a53131;
    border-color: rgba(165,49,49,0.28);
    background: #fff;
}

.PasswordTresor .btn-outline-danger:hover,
.PasswordTresor .btn-outline-danger:focus
{
    color: #fff;
    background: #a53131;
    border-color: #a53131;
}*/

.PasswordTresor .btn-success
{
    border: 1px solid #0b5a28;
}

.PasswordTresor .btn-primary
{
    box-shadow: 0 8px 18px -12px rgba(12,100,43,0.7);
}

/* ------------------------------------------------------------
   Suchfelder
------------------------------------------------------------ */

.PasswordTresor .js-group-filter,
.PasswordTresor .js-item-search
{
    background: rgba(255,255,255,0.96);
    color: #274531;
    border: 1px solid rgba(255,255,255,0.28);
}

.PasswordTresor .card-header .js-group-filter,
.PasswordTresor .card-header .js-item-search
{
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.18);
    color: #fff;
}

.PasswordTresor .card-header .js-group-filter::placeholder,
.PasswordTresor .card-header .js-item-search::placeholder
{
    color: rgba(255,255,255,0.75);
}

/* ------------------------------------------------------------
   Modal Confirm
------------------------------------------------------------ */

.PasswordTresor .modal-content
{
    border-radius: 14px;
    border: 1px solid #d9e5da;
    box-shadow: 0 20px 40px -24px rgba(0,0,0,0.4);
}

.PasswordTresor .modal-header
{
    background: linear-gradient(133deg, rgba(12,100,43,1) 0%, rgba(6,82,33,1) 36%, rgba(40,149,79,1) 100%);
    color: #fff;
    border-bottom: 0;
}

.PasswordTresor .modal-title
{
    font-family: IBMPlexSans-Bold;
}

.PasswordTresor .modal-footer
{
    background: #fafcfa;
    border-top: 1px solid #edf2ee;
}

/* ------------------------------------------------------------
   Passwort Generator
------------------------------------------------------------ */

.PasswordTresor .js-pw-len
{
    max-width: 110px;
    text-align: center;
    font-family: IBMPlexSans-Bold;
}

.PasswordTresor .js-btn-gen-pass
{
    white-space: nowrap;
}

/* ------------------------------------------------------------
   Scrollbar fein anpassen
------------------------------------------------------------ */

.PasswordTresor ::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
}

.PasswordTresor ::-webkit-scrollbar-track
{
    background: #f2f5f2;
    border-radius: 10px;
}

.PasswordTresor ::-webkit-scrollbar-thumb
{
    background: rgba(15,113,50,0.32);
    border-radius: 10px;
}

.PasswordTresor ::-webkit-scrollbar-thumb:hover
{
    background: rgba(15,113,50,0.5);
}

/* ------------------------------------------------------------
   Responsive
------------------------------------------------------------ */

@media screen and (max-width: 992px)
{
    .PasswordTresor .card
    {
        margin-bottom: 15px;
    }

    .PasswordTresor .card-header
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .PasswordTresor .js-item-row:hover,
    .PasswordTresor .js-group-row:hover
    {
        transform: none;
    }
}


        .bytebox-container {
            max-width: 100%;
            margin: 0 auto;
        }
        
        /* Calendar Header */
        .calendar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            padding: 12px 15px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .calendar-header h2 {
            margin: 0;
            color: var(--bytebox-dark);
            font-weight: 300;
            font-size: 1.5rem;
        }
        
        .calendar-header h2 i {
            color: var(--bytebox-primary);
            margin-right: 8px;
        }
        
        .year-navigation {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .current-year {
            font-size: 1.1rem;
            font-weight: bold;
            color: var(--bytebox-dark);
            min-width: 70px;
            text-align: center;
        }
        
        /* Calendar Grid */
        .calendar-grid {
            width: 100%;
        }
        
        .calendar-row {
            margin-bottom: 10px;
        }
        
        .month-column {
            margin-bottom: 10px;
            padding: 0 5px;
        }
        
        .month-title {
            text-align: center;
            margin: 5px 0;
            color: #f7f7f7;
            font-weight: 500;
            font-size: 0.95rem;
            background: #0f7132;
            padding: 3px;
            border-radius: 4px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        
        /* Calendar Table */
        .calendar-table {
            width: 100%;
            background: #0f7132;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 1px 4px rgba(0,0,0,0.1);
            border-collapse: collapse;
            table-layout: fixed;
        }
        
        .calendar-table th {
            background: var(--bytebox-primary);
            color: white;
            font-weight: 500;
            font-size: 0.65rem;
            padding: 3px;
            text-align: center;
            border: 1px solid rgba(255,255,255,0.2);
        }
        
        .calendar-table td {
            border: 1px solid var(--bytebox-border);
            padding: 2px;
            min-height: 45px;
            height: auto !important;
            vertical-align: top;
            position: relative;
            /*transition: all 0.2s;*/
            background-color: white;
        }
        
        .calendar-day {
            cursor: pointer;
        }
        
        .calendar-day:hover {
            /*transform: scale(1.02);*/
            z-index: 10;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }
        
        /* Wochenende Markierung */
        .calendar-day.weekend-day {
            background-color: #F7F7F7 !important;
        }
        
        /* Farben für verschiedene Eintragstypen */
        .calendar-day.type-vacation {
            background-color: #4ECDC4 !important; /* 20 = 12% Opazität */
        }
        
        .calendar-day.type-sick {
            background-color: #95E1D3 !important;
        }
        
        .calendar-day.type-holiday {
            background-color: #FF6B6B !important;
        }
        
        .calendar-day.type-overtime {
            background-color: #FFE66D !important;
        }
        
        .calendar-day.type-work {
            background-color: #FFFFFF !important;
        }
        
        /* Leere Tage */
        .empty-day {
            background-color: #f8f9fa !important;
            cursor: default;
        }
        
        .empty-day:hover {
            transform: none;
            box-shadow: none;
        }
        
        /* Tagesnummer */
        .day-number {
            display: block;
            text-align: right;
            font-size: 0.7rem;
            color: var(--bytebox-dark);
            font-weight: 500;
            padding: 2px;
            margin-bottom: 2px;
            background: rgba(255,255,255,0.5);
            border-radius: 2px;
        }
        
        /* Einträge im Kalendertag - MEHRERE untereinander */
        .day-entries {
            display: flex;
            flex-direction: column;
            gap: 2px;
            padding: 2px;
            max-height: none !important;
            overflow: visible !important;
        }
        
        .entry-item {
            font-size: 0.65rem;
            padding: 2px 4px;
            border-radius: 3px;
            background-color: white;
            border: 1px solid;
            /*box-shadow: 0 1px 2px rgba(0,0,0,0.1);*/
            white-space: normal;
            word-break: break-word;
            line-height: 1.3;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .entry-item:hover {
            /*transform: translateX(2px);*/
            box-shadow: 0 2px 4px rgba(0,0,0,0.15);
            background-color: #f8f9fa;
        }
        
        
        td.calendar-day::after {
            content: "";
            display: inline-block;
            vertical-align: top;
            min-height: 45px;
        }
        
        
        /* Statistik-Karten */
        .legend-wrapper {
            background: white;
            border-radius: 8px;
            padding: 15px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            height: fit-content;
            position: sticky;
            top: 15px;
        }
        
        .legend-card, .stats-card, .controls-card {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid var(--bytebox-border);
        }
        
        .legend-card h4, .stats-card h4, .controls-card h4 {
            color: var(--bytebox-dark);
            font-size: 1rem;
            margin-bottom: 10px;
        }
        
        .legend-card h4 i, .stats-card h4 i, .controls-card h4 i {
            color: var(--bytebox-primary);
            margin-right: 6px;
        }
        
        .legend-items {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }
        
        .legend-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.85rem;
        }
        
        .color-box {
            width: 20px;
            height: 20px;
            border-radius: 4px;
        }
        
        .stat-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 6px;
            padding: 3px 0;
            font-size: 0.9rem;
        }
        
        .stat-label {
            color: #666;
        }
        
        .stat-value {
            font-weight: bold;
            color: var(--bytebox-dark);
        }
        
        .stat-total {
            margin-top: 10px;
            padding-top: 10px;
            border-top: 2px solid var(--bytebox-border);
            display: flex;
            justify-content: space-between;
            font-weight: bold;
            font-size: 1rem;
        }
        
        .total-label {
            color: var(--bytebox-primary);
        }
        
        .total-value {
            color: var(--bytebox-dark);
        }
        
        /* Filter - Tage ausblenden NICHT die Zellen */
        .filter-hidden {
            display: none !important;
        }
        
        /* Responsive Anpassungen */
        @media (max-width: 1200px) {
            .entry-item {
                font-size: 0.6rem;
                padding: 1px 2px;
            }
        }
        
                        .mini-calendar {
                    width: 100%;
                    font-size: 0.75rem;
                    border-collapse: collapse;
                }
                .mini-calendar th {
                    text-align: center;
                    font-weight: 500;
                    color: #666;
                    padding: 2px;
                    font-size: 0.7rem;
                }
                .mini-calendar td {
                    border: 1px solid #e9ecef;
                    padding: 2px;
                    height: 30px;
                    width: 12.5%; /* Angepasst für 8 Spalten (KW + 7 Tage) */
                    vertical-align: top;
                    position: relative;
                }
                .mini-calendar .week-column {
                    background-color: #f0f0f0;
                    font-weight: bold;
                    text-align: center;
                    vertical-align: middle;
                    width: 10%;
                    font-size: 0.7rem;
                    color: #495057;
                    border-right: 2px solid #dee2e6;
                }
                .mini-calendar .calendar-day {
                    cursor: pointer;
                    background-color: white;
                }
                .mini-calendar .calendar-day:hover {
                    background-color: #f8f9fa;
                }
                .mini-calendar .weekend-day {
                    background-color: #f8f9fa;
                }
                .mini-calendar .day-number {
                    position: absolute;
                    top: 1px;
                    right: 2px;
                    font-size: 0.65rem;
                    font-weight: 500;
                }
                .mini-calendar .day-entries {
                    margin-top: 12px;
                    display: flex;
                    flex-direction: column;
                    gap: 1px;
                    padding: 1px;
                }
                .mini-calendar .entry-item {
                    font-size: 0.6rem;
                    padding: 1px 2px;
                    border-radius: 2px;
                    background-color: white;
                    border-left: 2px solid;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    line-height: 1.2;
                }
                .type-vacation { background-color: #4ECDC420 !important; }
                .type-sick { background-color: #95E1D320 !important; }
                .type-holiday { background-color: #FF6B6B20 !important; }
                .type-overtime { background-color: #FFE66D20 !important; }
                .type-work { background-color: white !important; }
                
                /* Kleine KW-Anzeige für kompakte Darstellung */
                .week-badge {
                    display: inline-block;
                    background-color: #6c757d;
                    color: white;
                    font-size: 0.6rem;
                    padding: 1px 4px;
                    border-radius: 10px;
                    margin-right: 3px;
                }
        
        
        
.temp-highlight 
{
    border: 2px solid red !important;
}


.bbCalendar 
{
    width: 100%;
    font-family: Arial, sans-serif;
}

.bbCalendarHeader 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    gap: 12px;
}

.bbCalendarTitle 
{
    font-weight: bold;
    font-size: 18px;
}

.bbCalendarNav 
{
    cursor: pointer;
    padding: 6px 10px;
}

.bbCalendarGrid {
    display: grid;
    gap: 1px;
    background: #dcdcdc;
    grid-template-columns: 0.5fr repeat(7, 1fr);
}

.bbCalendarGrid > div 
{
    background: #ffffff;
    min-height: 65px;
    box-sizing: border-box;
        overflow: hidden;
}

.bbCalendarWeekDayHeader,
.bbCalendarWeekNumber 
{
    min-height: auto !important;
    padding: 8px;
    font-weight: bold;
    background: #f3f4f6 !important;
    
}

.bbCalendarDayCell 
{
    padding: 6px;
    position: relative;
    cursor: pointer;
}

.bbCalendarDayCellOtherMonth 
{
    opacity: 0.45;
}

.bbCalendarDayCellToday 
{
    outline: 2px solid #2563eb;
}

.bbCalendarDayNumber 
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
}

.bbCalendarItemContainer 
{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bbCalendarItem 
{
    font-size: 11px;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bbCalendarItemTimes 
{
    background: #dcfce7;
}

.bbCalendarItemTodo 
{
    background: #fee2e2;
}

.bbCalendarYearGrid 
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/*.bbCalendarYearMonthBox .bbCalendarGrid 
{
    grid-template-columns: repeat(7, 1fr);
}*/

.bbCalendarYearMonthBox .bbCalendarGrid > div 
{
    min-height: 42px;
    font-size: 11px;
}

.bbCalendarDayView 
{
    max-width: 800px;
}

.bbCalendarDayViewItems 
{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bbCalendarDayViewItems .bbCalendarItem 
{
    white-space: normal;
}


.bbCalendarMultiMonthWrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bbCalendarMultiMonthItem {
    display: block;
}

.bbCalendarRangeLabel {
    margin-top: 4px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
    display: inline-block;
}

.bbCalendarFilterWrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bbCalendarFilterItem {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bbCalendarFilterCheckbox {
    cursor: pointer;
}

.bbCalendarFilterLabel {
    cursor: pointer;
}

.bbCalendarRenderAnimated {
    opacity: 0;
    transform: translateY(8px);
}

.bbCalendarRenderAnimated.bbCalendarRenderReady {
    opacity: 1;
    transform: translateY(0);
}

.bbCalendarHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    gap: 12px;
}

.bbCalendarHeader .bbCalendarTitle:only-child {
    width: 100%;
    text-align: center;
}


.bbCalendarListFlatWrap {
display: flex;
flex-direction: column;
gap: 10px;
}

.bbCalendarListFlatItem {
border: 1px solid #dcdcdc;
border-radius: 6px;
background: #ffffff;
padding: 10px 12px;
cursor: pointer;
}

.bbCalendarListFlatItemDate {
font-size: 12px;
font-weight: bold;
margin-bottom: 4px;
opacity: 0.8;
}

.bbCalendarListFlatItemType {
font-size: 11px;
font-weight: bold;
margin-bottom: 4px;
opacity: 0.7;
}

.bbCalendarListFlatItemText {
font-size: 14px;
}

.StatisticsMobileItem
{
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
}

.StatisticsMobileHead
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    background: #f8f8f8;
    border-bottom: 1px solid #ececec;
}

.StatisticsMobileMonth
{
    font-weight: bold;
    font-size: 14px;
}

.StatisticsMobileYear
{
    font-size: 13px;
    color: #666666;
}

.StatisticsMobileGrid
{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.StatisticsMobileCell
{
    padding: 10px 12px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.StatisticsMobileCell:nth-child(2n)
{
    border-right: 0;
}

.StatisticsMobileCell:nth-last-child(-n+2)
{
    border-bottom: 0;
}

.StatisticsMobileLabel
{
    margin-bottom: 4px;
    font-size: 11px;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.StatisticsMobileNumber
{
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

.StatisticsMobileTotal
{
    margin-top: 14px;
    border: 1px solid #d8d8d8;
}
