/*
:root {
--bs-link-color: rgba(100, 140, 25, 0.9);
    --bs-link-hover-color: rgba(100, 140, 25, 0.5);
}
a {
    color: var(--bs-link-color) !important;
}

a:hover {
    color: var(--bs-link-hover-color) !important;
}
*/
.bg-primary {
    background-color: rgb(151, 197, 151) !important; /* Replace with your color */
}

tr.selected {
    background-color: rgb(139, 177, 139) !important;
    color: #222; /* Optional: Change text color */
}






.custom-btn {
    padding: 0.25rem 0.5rem;
    width: 150px;
}

.custom-popover {
    background-color: white;
    border: 1px solid #082c08;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.custom-popover textarea {
    width: 150px;
    min-height: 150px;
}


.card-body {
    overflow: auto;
}

.grün {
    background-color: rgba(100, 140, 25, 0.3) !important;
}

.rot {
    background-color: rgba(100, 0, 25, 0.3) !important;
}

.custom-popover {
    z-index: 99;
}

/*.table > thead > tr > th {
    background-color: rgba(100, 140, 25, 0.15);
}*/


#scrollBtn {
    height: 45px; /* Adjust height for ellipse shape */
    width: 45px; /* Adjust width for ellipse shape */
    display: block; /* Ensure the button is displayed */
    position: fixed;
    bottom: 20px; /* Position it slightly above the bottom */
    right: 20px; /* Position it slightly away from the right edge */
    z-index: 99;
    font-size: 10px;
    background-color: rgba(100, 140, 25, 0.1);
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 50px; /* Make the button an ellipse */
}


#scrollBtn:hover {
    background-color: #0056b3;
}

#btn {
    box-shadow: 0 3px 3px 0 rgba(1, 0, 1, 0.2), 0 5px 5px 0 rgba(1, 1, 0, 0.10);
}

.form-check-input:checked {
    background-color: rgba(100, 140, 25, 0.75) !important;
}

#pull-right {
    float: right !important;
}

#body, html, .container-fluid {
    height: 100%;
    color: #222;
    background: #fff;
    font: 100% system-ui;
}

#frame {
    border: thin #000000 solid;
    padding: 5px 0px 5px 0px;
    width: 1280px;
    height: 1024px;
    font-family: 'Arial', serif;
    margin: auto;
    font-size: 13px;
}

#infobox {
    height: 5%;
}

#browser {
    width: 100%;
    height: 2%;
    color: #FFFFFF;
    background-color: #64F361;
}

#searchbar {
    height: 3%;
    background-color: #E5E5E5;
}

#workspace {
    height: 93%;
    background-color: #F5F5F5;
}

#td {
    padding: 5px;
}

#table {
    border-spacing: 1px;
}

#data40 {
    width: 100%;
    height: 40%;
    overflow: auto;

}

#data20_1 {
    width: 100%;
    height: 20%;
    overflow: auto;

}

#data33_1 {
    width: 100%;
    height: 33%;
    overflow: auto;

}

#data33_2 {
    width: 100%;
    height: 33%;
    overflow: auto;
}

#data33_3 {
    width: 100%;
    height: 33%;
    overflow: auto;
}


#data33 {
    width: 100%;
    height: 33%;
}


#tableData {
    width: 100%;
    height: 50%;
    overflow: auto;
}

#tableEdit {
    width: 100%;
    height: 50%;
}

#tableNotices {
    width: 50%;
    height: 100%;
    overflow: auto;
    float: left;

}

#addNotice {
    width: 50%;
    height: 100%;
    float: right;
}

#noticeCategory {
    width: 100%;
    height: 10%;
}

#noticeText {
    width: 100%;
    height: 70%;
}

#noticeMenu {
    width: 100%;
    height: 15%;
    padding-top: 10px;
}