body {
    margin: 0;
    overflow: hidden;
}

.hidden {
    display: none;
}
.logo img{
    border-radius: 15px;
}
.kal_spalte{
    border: 1px solid #333;
}
.bl-1 {
    border-left: 1px solid #333;
}
.nav_doubleline {
    font-size: 20px;
    line-height: 21px;
    text-align: center;
    display: block;
}
.form_kal {
    margin: 0 auto;
    width: 100%;
    max-width: 1650px;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 15px;
    background-color: #6d6d6d;
    color: #f1f1f1;
    line-height: 2rem;
    position: fixed;
    top: 15px;
    left: 5%;
    z-index: 101;
    height: 885px;
    box-shadow: 5px 5px 10px 5px #333;
}
.form_kal .kal_day_table tr td:not(.kal_day_hour){
    background-color: #c1c1c1;
}
.darker-background {
    background-color: #646464;
}
.red-background {
    background-color: rgb(185, 0, 0) !important; 
    color: white;
}

.save-btn, .delete-btn {
    margin-top: 0.6vw;
    transition: background-color 0.2s ease;
}

.save-btn:hover{
    border-color: #105cd4;
    background-color: #105cd4;
}

.delete-btn:hover{
    border-color: #c50000;
    background-color: #c50000;
}

.list_entries_all {
    align-items: left;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 5px;
    background-color: #5e5e5e;
    color: #fff;
    line-height: 2rem;
}
.card{
    margin: 10px;
}
.card-body{
    transition: background-color 0.3s ease;
}
.card-body:hover{
    background-color: #e4e4e4;
}
.kal_day_hour {
    padding: 10px;
    width: 50px;
    padding-top: 0px;
    line-height: 18px;
}
.kal_day_hour_tr {
    border: 1px solid #333;
    vertical-align: top;
}
.index_today .kal_day_hour_tr {
    border: 1px solid #fff;
}
.kal_entry_date {
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 1px dashed #999;
    border-top: 1px dashed #999;
}
.kal_day_table {
    width: 100%;
}
.kal_day_entry_duration {
    position: absolute;
    top: 0;
    right: 0;
}
.kw_date_td {
    position: relative;
}
.kal_day_entry_rs {
    position: absolute;
    right: 5px;
    top: 2px;
}
.kal_day_entry_mashort {
    display: inline-block;
    width: 35px;
    border: 1px solid #333;
    border-radius: 5px;
    text-align: center;
    padding: 2px;
    margin: 2px;
    z-index:999;
    background-color: #ccc;
    color: #333;
    font-size: 12px;
    white-space: nowrap;
}
.kw_date {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: -20px;
    top: 95px;
    position: absolute;
    color: #0d0d0d;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    white-space: nowrap;
}
.border-green {
    border: 3px solid #11b711 !important;
}
.kal_day_entry {
    background-color: #333333ee;
    color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    position: relative;
    transition: background-color 0.3s ease;
    user-select: none;
    overflow: hidden;
    border: 2px #fff solid;
}
.kal_day_entry.ui-draggable-dragging {
    max-width: 250px;
    max-height: 250px;
    margin-left: 0px !important;
}
.kal_day_entry_status_1 {
    background-color: #d76100;
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 10px;
    font-size: 17px;
    padding: 4px 3px;
}
.kal_day_entry_status_wichtig {
    background-color: #d70000;
    color: #fff;
    font-size: 20px;
    text-align: center;
    height: 25px;
}
.kal_day_entry_status_2 {
    background-color: #01c80e;
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 10px;
    font-size: 25px;
}
.kal_day_entry:hover {
    background-color: #5e5e5e;
    color: #fff;
    cursor: pointer;
}
.kalender {
    width: 100%;
    border-collapse: collapse;
}
.div_kalender_h {
    height: calc(100dvh - 150px);
    border-bottom: 3px dotted #333;
}
.kalender th, .kalender td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
}
.kalender td.date_today {
    background-color: #b2aaff;
}
.kalender th {
    background-color: #f2f2f2;
}
.kalender_offene_AB {
    width: 300px;
    border: 1px solid #333;
    height: 680px;
    position: fixed;
    right: 29px;
    top: 201px;
    overflow-y: auto;
}

.overlay_hide {
    display: block;
    width: 100%;
}
.kalender_offene_cars {
    width: 300px;
    border: 1px solid #333;
    height: 680px;
    position: fixed;
    right: 29px;
    top: 201px;
    overflow-y: auto;
}
.box_ab_car {
    width: 350px;
    border: 1px solid #333;
    height: 850px;
    position: fixed;
    right: 40px;
    top: 150px;
    overflow-y: auto;
}
.kalender td:not(.first) {
    height:200px;
    vertical-align: top;
    width: 19.4%;
    transition: background-color 0.3s ease;
}
.kalender td.first, .kalender th.first  {
    width: 50px;
}
.kalender td:not(.first):hover {
    background-color: #f2f2f2;
    cursor: pointer;
}
.overlay, .overlay_ma {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99;
}
.search_detail_info {
    max-height: 140px;
    overflow-y: auto;
}
.search_results {
    max-height: 600px;
    overflow-y: auto;
}
.add_entry {
    font-size: 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 19px;
    padding: 0px 10px 5px 10px;
    background-color: #333;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.add_entry:hover {
    background-color: #5e5e5e;
}

.kal-week {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.kal-week button {
    font-size: 1.2vw;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    background-color: #f8f9fa;
    transition: background-color 0.2s ease;
}

.kal-week button:hover {
    background-color: #d8d8d8;
}

.kal-week h2 {
    margin: 0;
}

.btn-previous {
    margin-left: 0.8vw;
}

.btn-next {
    margin-right: 0.8vw;
}

.date-search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

.date-search button{
    font-size: 1vw;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    background-color: #f8f9fa;
    transition: background-color 0.2s ease;
}

.date-search button:hover {
    background-color: #d8d8d8;
}

.single_car{
    border: 1px solid #333;
    border-radius: 5px;
    background-color: #cacaca;
    color: #333;
    width: 100%;
    height: 50px;
    position: relative;
    vertical-align: top;
    margin-top: 5px;
}
.single_car:hover{
    background-color: #333;
    color: #fff;
}
.car_abas {
    border: 1px solid #d9d9d9;
    display: block;
    border-radius: 10px;
    text-align: center;
    background-color: #333;
    color: #fff;
    margin-top: 7px;
}
.car_details {
    padding: 10px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    margin-top: 7px;
    white-space: nowrap;
}
.car_abas b {
    font-size: 20px;
}
.searchbar {
    margin: 10px;
    line-height: 17px;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    text-align: center;
    height: 50px;
    background-color: #333;
    color: #fff;
}
.car_color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #333;
    margin-left: 20px;
    margin-top: 7px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.car_color_small {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #333;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.color_black {
    background-color: #000;
}
.color_brown {
    background-color: #894200;
}
.color_silver {
    background-color: #b7acac;
}
.color_gold {
    background-color: #be9200;
}
.color_gray {
    background-color: #4b4b4b;
}
.color_blue {
    background-color: blue;
}
.color_red {
    background-color: red;
}
.color_green {
    background-color: green;
}
.color_yellow {
    background-color: yellow;
}
.color_white {
    background-color: #ffffff;
}

.single_car_status {
    color: #fff;
    font-weight: bold;
    width: 80%;
    display: block;
    height: 40px;
    text-align: center;
    margin-top: 4px;
    line-height: 16px;
    padding-top: 12px;
}
.single_car_status_popup {
    color: #cbcbcb;
    font-weight: bold;
    width: 45%;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 16px;
    padding-top: 12px;
    vertical-align: top;
    margin: 5px;
    background-color: #8b8b8b;
    cursor: pointer;
}
.single_car_dropbox {
    position: absolute;
    top:50px;
    right:50%;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: none;
    background-color: #333;
    width: fit-content;
    padding: 10px 20px;
    z-index:200;
}
.car_details:hover .single_car_dropbox {
    display: block;
}
.single_car_status.status_no_termin, .single_car_status_popup.status_no_termin{
    background-color: #e53a07;
    color: #fff;
}
.single_car_status.status_eingetragen, .single_car_status_popup.status_eingetragen{
    background-color: #00686f;
    color: #fff;
    padding-top: 3px;
}
.btn_deny:hover {
    cursor: not-allowed;
}
.single_car_status.status_fertig, .single_car_status_popup.status_fertig{
    background-color: #009b00;
    color: #fff;
}
.single_car_status.status_hide, .single_car_status_popup.status_hide{
    background-color: #454545;
    color: #fff;
}
.single_car_status.status_vk, .single_car_status_popup.status_vk{
    background-color: #fbff00;
    color: #333;
}
.single_car_status.status_firma, .single_car_status_popup.status_firma{
    background-color: #72b1fd;
    color: #333;
}
.searchbuttons {
    margin: 10px;
    line-height: 17px;
    border: 1px solid #d9d9d9;
    display: block;
    border-radius: 15px;
    text-align: center;
    height: 50px;
    padding-top: 5px;
    background-color: #333;
    color: #fff;
}

.car_dd_btn {
    background-color: #eee;
    color: #333;
    padding: 0 15px;
    font-size: 15px;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
}

.car_dd_cont {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 20px;
    top: 35px;
}

.car_dd_cont .car_dd_hide, .car_dd_cont .car_dd_done, .car_dd_cont .car_dd_vk {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 4px;
    margin: 4px;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
  
.car_dd_cont .car_dd_hide:hover, .car_dd_cont .car_dd_done:hover, .car_dd_cont .car_dd_vk:hover{
    background-color: #999;
}
  
.status_dropdown:hover .car_dd_cont {
    display: block;
    z-index: 300;
}
  
.status_dropdown:hover .car_dd_btn {
    background-color: #9f9f9f;
}
.btn_kfz_search {
    margin: 0 10px;
}
.car_kennz {
    border: 1px solid #333;
    border-radius: 15px;
    margin-top: 8px;
    display: block;
    width: 100%;
    padding: 2px 0px 2px 5px;
    background-color: #fff;
    font-weight: bold;
    white-space: nowrap;
    position: absolute;
    right: 10px;
    max-width: 130px;
    text-align: center;
    color: #333;
}
.kennz_cont {
    position: relative;
}
.popup_kfz {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 800px;
    background-color: #eee;
    border: 1px solid #333;
    border-radius: 15px;
    z-index: 100;
}
.car_click {
    cursor: pointer;
}
.popup_close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
    border: 2px solid #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popup_close:hover {
    background-color: #333;
    color: #fff;
}
.popup_kennz {
    border: 1px solid #333;
    border-radius: 15px;
    margin-top: 8px;
    display: inline-block;
    padding: 2px 0px 2px 5px;
    background-color: #fff;
    font-weight: bold;
    white-space: nowrap;
    width: 130px;
    text-align: center;
}
.popup_headline {
    font-size: 20px;
}
.popoup_history{
    font-size: 25px;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
    border-top: 4px dashed #999;
    border-bottom: 1px dashed #999;
}
.popup_saver {
    font-size: 11px;
    color: #666;
    display: block;
    position: relative;
}
.saver_check {
    font-size: 15px;
    font-weight: bold;
    color: green;
    display: inline-block;
    position: absolute;
    left: 350px;
    top: -40px;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.1s cubic-bezier(0.65, 0, 0.45, 1) 0.1s forwards
}

.popup_kennz_btn {
    margin-left: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}
.popup_kennz_btn:hover {
    color: rgb(1, 64, 11);
}
.popup_kennz_saver {
    font-size: 12px;
    padding-left: 10px;
    color: green;
}
.popup_termin_box {
    text-align: center;
    margin-top: 20px;
}
#cars {
    height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#cars .first-row {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
}
.list_entries_all {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 5px;
}
.kal_day_hour_tr td {
    position: relative;
}
.kal_day_entry {
    position: absolute;
    top: 2px;
    left: 0;
    cursor: pointer;
    z-index: 9;
    line-height: 18px;
}
.form_kal .kal_day_entry{
    z-index: 100;
}
.kal_week_entry {
    border: 1px solid #333;
    background-color: #fff;
    border-radius: 5px;
    width: 267px;
    line-height: 18px;
    overflow:hidden;
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.kal_week_cols .kal_week_entry {
    width: 170px;
}
.kalender_offene_AB.ui-droppable-hover,.kal_entry_date.ui-droppable-hover{
    color: #333 !important;
}
.ui-draggable-dragging {
    cursor: grabbing;
}
.kal_week_entry:hover {
    background-color: #979797;
    color: #000000;
    border: 3px solid #e30808;
}
.kal_day_wichtig {
    position: absolute;
    top: 3px;
    right: 20px;
    font-size: 20px;
    color: #b60000;
}
.kal_day_hour {
    cursor: pointer;
}
.kal_day_hour_tr:hover {
    background-color: #212121;
}

.kal_day_entry_text {
    border-bottom: 1px dashed #999;
    font-size: 0.9rem;
    margin: 2px;
    line-height: 0.9rem;
}
/* Height classes */
.kal_01 { height:48px; --base-height: 48px; }
.kal_02 { height:101px; --base-height: 101px; }
.kal_03 { height:154px; --base-height: 154px; }
.kal_04 { height:207px; --base-height: 207px; }
.kal_05 { height:260px; --base-height: 260px; }
.kal_06 { height:313px; --base-height: 313px; }
.kal_07 { height:366px; --base-height: 366px; }
.kal_08 { height:420px; --base-height: 420px; }
.kal_09 { height:473px; --base-height: 473px; }
.kal_10 { height:526px; --base-height: 526px; }
.kal_11 { height:579px; --base-height: 579px; }
.kal_12 { height:632px; --base-height: 632px; }
.kal_13 { height:685px; --base-height: 685px; }
.kal_14 { height:738px; --base-height: 738px; }

.kal_add {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.kal_add15 {
    height: calc(var(--base-height) + 22px);
}
.kal_add30 {
    height: calc(var(--base-height) + 30px);
}
.kal_add45 {
    height: calc(var(--base-height) + 44px);
}

.kal_phantom.kal_add:after {
    border: 2px solid #c40202ee;
}
.kal_add:hover:after {
    background-color: #5e5e5e;
    color: #fff;
    cursor: pointer;
}


.kal_time15 {
    margin-top: 8px;
}
.kal_time30 {
    margin-top: 15px;
}
.kal_time45 {
    margin-top: 28px;
}

.kal_day_hour_tr {
    height: 53px;
}
.kal_week_tr {
    height: 300px;
    overflow:hidden;
}
.betriebsurlaub-day {
    background-color: #ff9d7a;
}
.feiertag-day {
    background-color: #ffa2a2;
}
.col_holiday {
    background-color: #950000 !important;
}
.kal_week_tr .kal_week_cols {
    width: 180px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.search_box {
    overflow-y: scroll;
    height:700px;
}

.kal_week_tr .kal_week_cols .container {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 200px;
    margin-bottom: 20px;
}
.kal_week_cols_cont_bottom {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    background-color: #cfcfcf;
    color: #333;
    width: 100%;
    text-align: center;
}

.kal_week_cols {
    border: 1px solid #999;
}
.kal_week_time {
    background-color: #333;
    color: #fff;
}
.kal_week_time .kal_week_dur {
    font-size: 12px;
    white-space: nowrap;
}
.kal_week_dur.small {
    font-size: 10px;
}
.intern_1 {
    background-color: #0d6efd;
    color:#fff !important;
}
.intern_2 {
    background-color: #ffc107;
}
.off_AB_desc{
    padding: 5px;
}

.off_AB_row {
    display: block;
    margin: 5px;
}
.off_AB_desrow {
    display: inline-block;
    width: 50%;
    padding-left: 15px;
}
.off_AB_orange{
    display: inline-block;
    width: 40%;
    background-color: #d6a101;
    border-radius: 20px;
    height: 30px;
}
.off_AB_blue{
    display: inline-block;
    width: 40%;
    background-color: #0593ff;
    border-radius: 20px;
    height: 30px;
}

.dayview_daayhead {
    font-size: 20px;
    font-weight: bold;
}
.kal_day_entry_headlines {
    white-space: nowrap;
}
.hover .kal_day_entry_headlines {
    color: #333;
}
.hover .intern_1 .kal_day_entry_headlines {
    color: #fff;
}
.kal_day_entry_ma_list {
    display: inline-block;
    white-space: nowrap;
    margin-right: 2px;
    margin-left: 2px;
    padding: 1px;
    margin-top: 2px;
    border: 1px dotted #999;
    border-radius: 5px;
}
.kal_day_entry_wichtig_split {
    background-color:rgb(185, 0, 0);
    color: #fff;
    font-weight: bold;
    padding: 3px;
    display:inline-block;
    width: 33%;
}
.kal_day_entry_ma_split {
    display: inline-block;
    white-space: nowrap;
    width:66%;
}
.kal_day_entry_wichtig_both {
    white-space: nowrap;
}
.kal_day_entry_wichtig_full {
    background-color:rgb(185, 0, 0);
    color: #fff;
    font-weight: bold;
    padding: 3px;
}
.kal_day_entry_ma_full {
    display: inline-block;
    white-space: nowrap;
}

.open_cars {
    padding: 3px 7px;
    border: 1px solid #999;
    background-color: #eee;
    border-radius: 5px;
    color: #333;
    line-height: 18px;
    margin: 5px 0px;
    cursor:pointer;
    user-select: none;
    z-index:50;
}
.open_cars:hover {
    background-color: #666;
    color: #fff;
}
.open_cars.ui-draggable-dragging {
    width: 300px;
    z-index: 1000;
}
.ui-droppable-hover{
    background-color: #818181;
    color: #fff;
}
.car-text {
    font-size: small;
}
.car-abas {
    font-weight: bold;
}
.kal_phantom {
    border: 6px solid #c40202ee;
    color: #efefef;
    z-index: 110;
    position: absolute !important;
}
.kal_phantom:hover {
    color: #d4d4d4;
}
.kal_day_car {
    font-size: 14px;
    line-height: 13px;
    width: calc(100% - 20px);
    padding-left: 15px;
}
.kal_day_entry_intern {
    position: absolute;
    top:0;
    left:0;
    width: 20px;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.kal_day_entry_intern_1 {
    background-color: #0d6efd;
}
.kal_day_entry_intern_2 {
    background-color: #ffc107;
}
.kal_day_txt {
    padding-left: 15px;
}
.home-entries_all-head {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}
.sync {
    position: fixed;
    bottom: 5px;
    left: 5px;
    font-size: 10px;
    color: #333;
    border: 1px solid #333;
    padding: 1px 15px;
}
.sync.ok {
    background-color: #8ff38f;
}
.sync.error {
    background-color: #f38f8f;
}
.auftrag_datum_box {
    border-radius: 5px;
    border: 1px solid #333;
}
.box_header {
    font-size: 16px;
    font-weight: bold;
    background-color: #333;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding-top: 5px !important;
}
#daykalender {
    border-right: 1px dashed #333;
}
.abas_AB_table {
    font-size: 12px;
    line-height: 11px;
    margin-top: 10px;
}
.abas_AB_kunde {
    font-size: 12px;
    line-height: 11px;
}
#auftrag_wichtig_label {
    width: 100%;
    height: 37px;
    line-height: 33px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.auftrag_car_detail {
    font-size: 12px;
    line-height: 11px;
    padding: 10px;
    border-left: 2px dashed #333;
}
.zug_ma_box {
    padding: 10px;
}
#txt {
    font-size: 18px;
    line-height: 17px;
}
#kunde_info {
    font-size: 14px;
    line-height: 12px;
}
#abasAB_article {
    max-height: 190px;
    overflow-y:auto;
    overflow-x: hidden;
    width: 100%;
}
#abasAB_article2 {
    height: 220px;
    overflow-y:auto;
    overflow-x: hidden;
    width: 100%;
}
#abasAB_context2{
    height: 50px;
    overflow-y:auto;
    overflow-x: hidden;
    width: 100%;
}
#abasAB_context{
    max-height: 100px;
    overflow-y:auto;
    overflow-x: hidden;
    width: 100%;
}
.dash-bot {
    border-bottom: 1px dashed #999;
}
.kal_fzg {
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid #333;
    border-radius: 5px;
}
.ma_box {
    border: 2px solid rgba(0,0,0,0.2);
    padding: 4px 8px;
    margin: 0 4px 4px 0;
    border-radius: 25px;
    min-width: 70px;
    height: 35px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #28a745;
    color: #fff;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}
.kal_fzg h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    background-color: #333;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#popup_ma {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 550px;
    background-color: #eee;
    border: 1px solid #333;
    border-radius: 15px;
    z-index: 150;
    padding: 5px;
}
.mouseover-field {
    cursor: pointer;
    display:none;
    z-index:1050;
    background-color:#f8f9ff;
    border-color:#4a90e2!important;
    transform: translate(-60%, -100%);
}
.popup_ma_head {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}
.ma_urlaub_cal_day {
    display: inline-block;
    width: 40px;
    border: 1px solid #333;
    border-radius: 5px;
    margin: 2px;
    height: 40px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    box-shadow: 1px 1px 5px #333;
    position: relative;
}
.ma_urlaub_cal_day_head {
    display: inline-block;
    width: 40px;
    border: 1px solid #333;
    border-radius: 5px;
    margin: 2px;
    height: 60px;
    text-align: center;
}

.bg-orange {
    background-color: #ff7700;
}
.bg-purple {
    background-color: #800080;
}
.bg-yellow {
    background-color: #8a7a23;
}
.bg-halfday {
    background-image: linear-gradient(to bottom right, #ff7700 50%, #218521 50%) !important;
    color: #111;
}


.container_wo {
    height: calc(100vh - 100px);
    overflow: auto;
    border-bottom: 2px dotted #999;
}
.card_extern {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.card_intern {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}
.car_wo_card {
    width: 240px;
    border: 1px solid #999;
    border-radius: 20px;
    margin: 2px 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.car_wo_card_title {
    text-align: left;
    padding-left: 15px;
    display: inline-block;
}
.car_wo_card_kfzfin {
    position: relative;
    background-color: #666;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    white-space: nowrap;
}
.car_wo_card_colname {
    position: relative;
}
.car_wo_card_fin {
    display: inline-block;
    font-size: 14px;
    padding-left: 15px;
}
.car_wo_card_farbe {
    position: absolute;
    right: 15px;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #333;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.col_weekend {
    background-color: #999;
    color: #fff;
}
.col_today {
    background-color: #333;
    color: #fff;
}
.col_today_days {
    border: 1px solid #fc0000;
    box-shadow: 2px 2px 2px #ff0000;
}
.ma_urlaub_cal_week_head:first-of-type {
    border-left: 0;
}
.ma_urlaub_cal_week_head {
    display: inline-block;
    border-left: 2px solid #333;
}
#popup_ma table tr:hover {
    cursor: pointer;
}
.btn_ma_add {
    width: 100%;
    min-width: 90px;
    height: 40px;
    line-height: 25px;
}
.urlaub_selbox {
    border: 1px solid #333;
    border-radius: 5px;
    text-align: center;
}
.urlaub_choice_1 {
    background-color: #00ff33;
    color: #111;
}
.urlaub_choice_2 {
    background-color: #ff7700 !important;
    color: #111;
}
.urlaub_choice_5 {
    background-image: linear-gradient(to bottom right, #ff7700 50%, #00ff33 50%) !important;
    color: #111;
}
.urlaub_choice_3 {
    background-color: #ffee00 !important;
    color: #111;
}
.urlaub_choice_4 {
    background-color: #e666f4 !important;
    color: #111;
}
.urlaub_choice_1.active {
    background-color: #004e10;
    color: #ffffff;
    border: 3px solid #ff0000;
}
.urlaub_choice_2.active {
    background-color: #592900 !important;
    color: #ffffff;
    border: 3px solid #ff0000;
}
.urlaub_choice_3.active {
    background-color: #655f00 !important;
    color: #ffffff;
    border: 3px solid #ff0000;
}
.urlaub_choice_4.active {
    background-color: rgb(101, 0, 77) !important;
    color: #ffffff;
    border: 3px solid #ff0000;
}
.urlaub_choice_5.active {
    background-image: linear-gradient(to bottom right, #592900 50%, #004e10 50%) !important;
    color: #ffffff;
    border: 3px solid #ff0000;
}
.urlaub_choice_0 {
    background-color: #00ff33;
}
.urlaub_choice_0.col_weekend {
    background-color: #999;
}
.urlaub_choice_1.col_weekend {
    background-color: #999;
}
.not_here {
    display:flex;
    background-color: #850000;
    color: #fff;
    height: 35px;
}
.not_here_txt {
    font-size: 0.8rem;
    line-height: 12px;
    padding-top: 5px;
    flex:auto;
    background-color: #444;
}
.not_here_ma {
    font-weight: bold;
    flex:auto;
    padding: 2px 5px;
    margin-top: 2px;
}
.urlaub_monthname {
    padding: 5px 120px;
    font-weight: bold;
    font-size: 20px;
    display:inline-block;
}
#urlaub_table {
    user-select: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.urlaub_selbox_choice {
    display: inline-block;
    border: 3px solid #999;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 5px;
    cursor: pointer;
    font-weight: bold;
}
.btn_ma_add i{
    font-size: 25px;
}

.table-active {
   --bs-table-bg-state: #73ff57;
}

.xdebug-error {
    color: #333;
    padding: 10px;
    border-radius: 5px;
    border: 3px dashed rgb(253, 157, 157);
    background-color: #ccc;
    margin: 10px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.row_kal_day_ma {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    border-top: 2px dashed #999;
    padding: 7px 0;
}
.kal_day_ma_green1 {
    background-color: #218521 !important;
    color: #fff !important;
}
.kal_day_ma_green2 {
    background-color: #218521 !important;
    color: #fff !important;
    border-left: 1px solid #fff !important;
}
/*.kal_day_ma_red {
    background-color: #ff0000 !important;
    color: #fff !important;
}
.kal_day_ma_yellow {
    background-color: #eeff00 !important;
}
.kal_day_ma_orange {
    background-color: #cb5100 !important;
    color: #fff !important;
}
.kal_day_ma_violet {
    background-color: #a10069 !important;
    color: #fff !important;
}*/
.kal_day_ma_status {
    display: inline-block;
    width: 25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    font-size: 25px;
    background-color: #333;
    color: #fff;
    height: 37px;
    vertical-align: top;
    margin: 0;
    padding-top: 5px;
    border: 1px solid #333;
    border-right: 0;
}
.kal_day_ma_short {
    display: inline-block;
    width: 50px;
    border: 1px solid #333;
    border-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    background-color: #ccc;
    color: #333;
    height: 37px;
    margin: 0;
    padding-top: 2px;
}
.index_week_car_bez {
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;
}
.kal_day_ma {
    white-space: nowrap;
}
.kal_week {
    border-top: 2px dotted #333;
    padding-top: 4px;
    margin-top: 8px;
}
.kal_week_cols_today {
    background-color: #b2aaff;
}

/* Buttons */
.btn .icon {
    width: 60px;
    background: rgba(0, 0, 0, 0.1);
}
.btn .icon i {
    font-size: 30px;
}

.btn.btn-primary {
    background: #6c5ce7;
    border-color: #6c5ce7;
    color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    border-color: #4430e0 !important;
    background: #4430e0 !important;
}
.btn .icon {
    background: rgba(0, 0, 0, 0.1);
}
.btn .text {
    font-size: 1.5em;
}
.index_today {
    background-color: #595959;
    color:#fff;
}
.ui-droppable-hover {
    background-color: #979797;
    color: #000000 !important;
}

.error-box {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 400px;
    max-height: 300px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 9999;
    font-family: Arial, sans-serif;
    font-size: 12px;
    overflow: hidden;
}
.error-header {
    background-color: #f57900;
    color: white;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.error-title {
    font-weight: bold;
}
.minimize-btn {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.error-content {
    overflow-y: auto;
    max-height: 250px;
    padding: 5px;
}
.error-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.error-message {
    color: #cc0000;
    font-weight: bold;
}
.error-location {
    color: #333;
    margin-top: 3px;
}
.error-stack {
    margin-top: 5px;
    font-size: 11px;
    color: #666;
}

.btn-vertrag {
    height: 37px;
    margin-top: 5px;
    padding-top: 6px;
    display:block;
}
.car_click_vertrag:hover .btn-vertrag {
    background-color: #333;
}


.being-dragged { opacity: 0.3; }
.droppable-highlight { background-color: rgba(0,123,255,0.05); }
.drop-hover { background-color: rgba(0,123,255,0.2) !important; border: 2px dashed #007bff !important; }
.drop-success { background-color: rgba(40,167,69,0.2) !important; transition: background-color 0.5s; }
.loading-indicator { 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}

@-webkit-keyframes bgblink {
    0% {
      background-color: #ddddddee;
    }
    40%{
      background-color: #999999ee;
    }
    60%{
      background-color: #999999ee;
    }
    100% {
      background-color: #ddddddee;
    }
  }

  .card-header {
    background-color: #333333;
    color: white;
  }
  .avatar-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
}

#avatar-notification {
    transition: all 0.3s ease;
    max-height: 80vh;
    overflow-y: auto;
}

#notification-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
}
