.sty-heading-color{
    color:black;
}
body{
    background-image: linear-gradient(rgba(203, 185, 187, 0.57), rgba(134, 161, 187, 0.62), rgba(194, 180, 180, 0.27));
}

/* navbar */
ul.nav.navbar-nav.nav_bar li a {
    background-color: transparent;
    color: black;
    /* font-family: Helvetica Neue; */
    font-weight: 400;
    /* line-height: 16.7px; */
    font-size: 14px;
}

  .navbar-default .navbar-nav>li>a {
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
    color: black;
    background-color: transparent;
    padding: 8px;
      
    border-radius: 3px;
}
.navbar-default .navbar-nav>li>a:hover {
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
    color: black;
    background-color: transparent;
    padding: 8px;
    border-radius: 3px;
}
ul.nav.navbar-nav.nav_bar li:hover  {
    background-color: transparent;
color: black;
/* text-decoration:underline 3px #E64D59; */
  /* background-image: linear-gradient(#E64C5900,#e64c5911, #E64C5900); */
  background-image: linear-gradient(rgba(230, 76, 89, 0), rgba(230, 76, 89, 0.14));
  /* padding-bottom: 0px; */

  border-bottom: 4px solid #E64D59;
  border-radius: 2px;
  }
  ul.nav.navbar-nav.nav_bar li:active  {
    background-color: transparent;
color: black;
/* text-decoration:underline 3px #E64D59; */
  /* background-image: linear-gradient(#E64C5900,#e64c5911, #E64C5900); */
  background-image: linear-gradient(rgba(230, 76, 89, 0), rgba(230, 76, 89, 0.14));
  /* padding-bottom: 0px; */

  border-bottom: 3px solid #E64D59;
  }
  
  
 

.navbar-nav>li>.dropdown-menu li a:hover {
    background-color:rgba(230, 77, 89, 0.2);
    color: black;
    text-decoration:none;
      background-image:none;
      /* background-image: linear-gradient(rgba(230, 76, 89, 0), rgba(230, 76, 89, 0.14)); */
      padding-bottom: 0px;
    
      /* border-bottom:4px solid rgb(255, 255, 255); */
  
}
li.dropdown.active.open ul.dropdown-menu li{
   
    height: 28px;
    border-radius: 4px;
    }
.navbar-nav>li>.dropdown-menu li:hover {
    background-color :rgba(230, 77, 89, 0.2);
    border-radius: 4px;
    /* border-bottom: 3px solid #ffffff !important; */
    height: 28px;
    border:none;
  
}
li.dropdown.active.open ul.dropdown-menu li.active{
    background-color:rgba(230, 77, 89, 0.2)!important;
                border:none !important;
                text-decoration: none !important;
                border-radius: 4px !important;
                margin-bottom: 2px !important;
    }
/* ul.nav.navbar-nav.nav_bar */







/* .navbar-nav>li>.dropdown-menu li a:active {
    background-color: rgb(253, 7, 28);
    border-radius: 4px;
    border-bottom: 3px solid #ffffff !important;
    border-bottom:2px solid white;
  
} */

  a.navbar-brand.sty-logo {
    width: 95%;
}
/* ul.nav.navbar-nav.navbar-right {
    margin-top: -6px;
    align-content: center;

} */

.navbar-default {
    background-color: #fff;
}

/* navbar end  */

/* Benutzer */

.button_newuser .btn-new {
    background-color: #D9D4D6;
    color: #000;
    /* margin-bottom: 10px; */
    padding: 8px 16px 8px 14px;
    /* border-radius: 0px; */
}
.button_newuser {
    padding: 20px 10px;
    margin: 10px 0px;
background-color:white;
border-radius:8px;
display: flex;
align-items: center;
align-content: center;
gap: 12px;

}
.panel.panel-default.panel_main_heading .panel-heading {
 
    background-image: linear-gradient(to bottom, #fffbfb 0, #ffffff 100%);
}
.panel-heading {
    background-image: linear-gradient(to bottom, #ffffff 0, #ffffff 100%);
}

.btn-new {
    background-color: rgba(217, 212, 214, 1);
    color: #000;
    /* margin-bottom: 10px; */
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f500;
    border-color: #ddd;
}
.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top, #ffffff  0, #ffffff  100%);
    background-image: -o-linear-gradient(top, #ffffff  0, #ffffff  100%);
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#)); */
    background-image: linear-gradient(to bottom, #ffffff  0, #ffffff  100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff ', endColorstr='#ffffff ', GradientType=0);
    background-repeat: repeat-x;
}

.navbar-default {
    /* background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%); */
    background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8)); */
    background-image: linear-gradient(to bottom, #ffffff00 0, #f8f8f800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default {
    background-color: #fff0;
      border-color: #e7e7e700;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 5px rgba(0, 0, 0, 0);
}
.panel.panel-default {
    padding: 15px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
border-radius: 8px;
}
.chosen-container-single .chosen-single {
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4)); */
    background: linear-gradient(#ffffff 20%, #ffffff 50%, #ffffff 52%, #ffffff 100%);
    height: 30px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f900;
}

/* .button_top_focus{

    background-color: aqua !important;
} */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline-color: #dad4d6;
}
.btn-new:hover, .btn-new:focus, .btn-new:active, .btn-new.active, .open .dropdown-toggle.btn-new {
    color: rgb(0, 0, 0);
    background-color: #dad4d6;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 4px 2px 2px 2px;
    line-height: 1.2;
}
.modal-footer {
    display: flex;
    justify-content: end;
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    border: none;
    background-color: #41964100;
    background-image: none;
    color: black;
    font-size: 16px;
}
.modal-open .modal {
    background-color: #000000b0;
}



/* protocol */
.col-sm-8.radio_btn_form {
    display: flex;
}
.col-sm-offset-4.col-sm-6.Suchen_bt {
    margin: 0px;
    margin-top: 5px;
}
.Suchen_b {
    padding: 13px 26px;
    background-image: none;
    /* background-color: Light grey; */
    background-color: rgba(217, 212, 214, 1);
    color: rgba(0, 0, 0, 1);
    text-shadow: none;
}

i.glyphicon.glyphicon-search.search_hid {
    display: none;
}
input#filter_sort_direction1 {
    accent-color: #878787;
}
input#filter_sort_direction2 {
    accent-color: #878787;
}
.text_area_box {
    height: 180px !important;
}
/* button#submitbutton {
    width: 100%;
} */



/* Signal schedule*/
a.btn.btn-success.btn-sm.Signalz_btn {
    background-image: none;
    background-color: rgba(217, 212, 214, 1);
    border: none;
    color: black;
    text-shadow: none;
    padding: 15px 14px 14px 14px;
}
.Signalz_btnn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.table-responsive.table_box {
    height: 50vh !important;
    overflow-y: auto;
}

.form_fld .w-100 {
    width: 44%;
}

.form_fld .form-group.mb-0-5.d-inline-block.w-100 {
    display: inline-grid;
}
.eingeben_form_fld .col-sm-3 {
    width: auto;
}
.row.eingeben_form_fld {
display: flex;
padding-top:30px;
}
.eingeben_form_fld .form-group.mb-0-5.d-inline-block.w-100 {
display: grid;
}
button.btn.btn-success.speichern_btn {
    margin-top:20px;
    background-image: none;
     background-color: rgba(217, 212, 214, 1);
    border: none;
    color: black;
    text-shadow: none;
    padding: 15px 14px 14px 14px;
    }
    input.form-check-input {
        accent-color: #878787;
    }


    /* profile */
    form.form-horizontal.profile_form_div {
        background-color:white;
        padding:20px;
        }
        .profile_form_div .form-control-static {
            display: block;
            width: 100%;
            height: 41px;
            padding: 7px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccccccc2;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        }
        
        .profile_form_div .form-group {
        display:grid;
        }
        
        .profile_form_div.form-horizontal .control-label {
                padding-top: 7px;
                margin-bottom: 0;
                text-align: left;
            }
        .fld_profile {
            display: flex;
            align-items: center;
        }
        .fld_profile .form-group {
            width: 30%;
        }
        .fld_profile .form-group .col-sm-3 {
                width: 50%;
            }
            .fld_profile .form-group .col-sm-9 {
                width: 96%;
            }
            .Passwort_fld .form-group .col-sm-3 {
                width: 50%;
            }
            .Passwort_fld .form-group .col-sm-3 {
                width: auto;
            }
.Passwort_fld{
    display: flex;
}
.container.form_div {
    background-color: white;
}
.Logoprofile .form-group {
    display: grid;
}
.Logoprofile .col-sm-3.control-label {
    text-align: left;
} 

.Logoprofile .thumbnail {
    background-color: #ffffff00;
    border: none;
 
}
.Logoprofile img.thumbnail {
    max-width: 200px !important;
}
.Passwort_fld .form-group {
    width: 414px;
}
.Passwort_fld .form-group .form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccccccc2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.Passwort_fld .col-sm-9 {
    width: 100%;
}

form.form-horizontal.profile_form_div2 {
    padding: 20px;
}
.form-horizontal.Logoprofile {
    padding: 20px;
}

input#customer-hide-customer-name {
    accent-color: #878787;
}
/* footer */
svg.phone_icon {
    height: 20px;
    width: 20px;
}
.phone_icon_text {
    display: flex;
}
p.Kontakt_text {
    padding-left: 5px;
}
.footer_div {
    display: flex;
}
.left_side {
    width: 50%;
}
.right_side {
    width: 50%;
}
.footer_img {
    display: flex;
    justify-content: end;
}
.footer_img img {
  padding-left: 20px;
}
.footer_div {
    border-top: 1px solid;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
p.footer_num {
    font-weight: 600;
}

li.active-result.result-selected:hover {
    background-color:#c9d9eb;
    background-image:none;
    color: black;
    }
    li.active-result.result-selected:focus {
        background-color:#c9d9eb;
        background-image:none;
        color: black;
        }
li.active-result:hover {
    background-color:rgba(201, 217, 235, 1) !important;
    background-image:none !important;
    color: black;
    }
    .chosen-container .chosen-results li:hover {
        color: black;
    }
    .form-group.ben_form_fld {
        display: grid;
    }
    .form-group.ben_form_fld label.col-sm-2.control-label {
        text-align: left;
    }

    .search_b {
        display: grid;
    }
    .search_b label.col-sm-2.control-label {
        text-align: left;
    }
    .search_b .col-sm-2 {
        width: auto;
    }
    .form-group.benut_fld {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        flex-direction: row;
        /* align-content: center; */
        flex-wrap: nowrap;
    }
    .col-sm-offset-2.col-sm-6.sear_btn {
        margin: 0px;
    }
    .col-sm-offset-2.col-sm-6.sear_btn .btn-new {
        background-color: rgba(217, 212, 214, 1);
        color: #000;
        margin-bottom: 0px;
    }
    .col-sm-offset-2.col-sm-6.sear_btn button#submitbutton {
        width: 264px;
    }
    .hidden{
display:none

    }
    .search_b {
        display: grid;
        width: 28%;
    }
    @media only screen and (max-width: 1400px) {
        .search_b {
            
            width:24%;
        }
      }


      .chosen-container-active .chosen-single {
        border: 1px solid #ffffff;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    }
    .panel-heading-filter.filter_fld {
        width: 17%;
    }

    .form-group.modal_form {
        display: grid;
    }
    .form-group.modal_form  label.col-sm-3.control-label {
        text-align: left;
    }
    .filt_form {
        display: flex;
        gap:20px;
    }
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
    /* .form-group.modal_form {
        display: grid;
        width: 50%;
    } */
    .form-group.modal_form.width_field {
        width: 49%;
    }
    .chosen-container .chosen-results li.highlighted {
        background-color:rgba(201, 217, 235, 1);
    
        background-image: none;
        color: #000000
    }
    .width_fields{

        width: 54%;
    }
   
        .table-responsive.table_top_b th.tablesorter-header.tablesorter-headerUnSorted {
            padding: 20px 0px;
        }

        .location_circle {
            height: 15px;
            width: 15px;
            background-color: rgba(230, 77, 89, 1);
            border-radius: 50px;
        }
        .loc_left {
            display: flex;
            gap: 8px;
            align-items: stretch;
            align-content: center;
        }
        /* .location_part {
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: stretch;
            gap: 80px;
        } */

        .form-group.profile_btn_b .col-sm-offset-3.col-sm-9 {
            display: flex;
            justify-content: end;
        }
.form-group.profile_btn_b .col-sm-offset-3.col-sm-9 {
    width: 70;
        }

        button#save_hide_customer {
            padding: 13px 26px;
            background-image: none;
            background-color: rgba(217, 212, 214, 1);
            color: rgba(0, 0, 0, 1);
            text-shadow: none;
            border: none;
        }

        .h4, h4 {
            font-size: 25px;
        }

        #myDiv {
            display: none; /* Hide the div by default */
        }

        button#submitbutton {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
        }

        .chosen-container-active.chosen-with-drop .chosen-single {
            /* border: 1px solid #aaa; */
            /* border-bottom-right-radius: 0; */
            /* border-bottom-left-radius: 0; */
            /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff)); */
            background-image: linear-gradient(#ffffff 20%, #fff 80%);
            /* -webkit-box-shadow: 0 1px 0 #fff inset; */
            /* box-shadow: 0 1px 0 #fff inset; */
        }

        .navbar-default .navbar-nav>.open>a {
            /* background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%); */
            background-image: -o-linear-gradient(top, #dbdbdb00 0, #e2e2e200 100%);
            /* background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2)); */
            background-image: linear-gradient(to bottom, #dbdbdb00 0, #e2e2e200 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
            /* background-repeat: repeat-x; */
            -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
            box-shadow: inset 0 3px 9px rgb(0 0 0 / 0%);
        }

        .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
            background-color: transparent;
color: black;
text-decoration:underline 3px #E64D59;
  background-image: linear-gradient(#E64C5900,#e64c5911, #E64C5900);
  }
  
  .navbar-nav>li>.dropdown-menu li:hover {
    background-color: rgba(230, 77, 89, 0.2);
    border-radius: 4px;
        }


        .form-horizontal.Logoprofile {
            padding: 20px;
            margin-bottom: -86px;
        }
        .form-control {
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow:none;
            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        }

        .form-control:focus-visible {
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid rgba(0, 0, 0, 0.5);
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        }

        .chosen-container-single .chosen-single {
            border: 1px solid rgba(0, 0, 0, 0.15);
            box-shadow: none;
      
        }
        /* input {
            color:black;
            font-weight: bold;
        } */

        button.btn.btn-default {
            background-color:rgba(217, 212, 214, 1);
            color:black;
            background-image:none;
            border:none;
            text-shadow: none
            }

            /* HOME PAGE */
            .panel.panel-heading.sty_main_hed {
                background-image: none;
                background-color: transparent;
                border: none;
                box-shadow: none;
                color: black;
            }
            .panel.panel-primary.sty_home_calan {
                border: none;
                padding: 16px 20px 20px 20px;
                border-radius: 8px;
            }
            .panel-title {
           
                font-size: 24px;
              
            }
            .col-sm-12.sty_map .panel-body {
                display: flex;
            gap:20px
            }
            .col-sm-12.sty_map .table-responsive.table_top_b {
                width: 40%;
            }
            .col-sm-12.sty_map div#gmap {
                width: 60% !important;
                height: 450px;
            }
            .fc-state-default{
                background-color:#ff000000;
                background-image:none;
                text-shadow:none;
                color:black;
                box-shadow:none;
                /* border:1px solid rgba(217, 212, 214, 1); */
                }
                a.fc-day-number {
                    color: rgba(0, 0, 0, 0.5);
                }
                .fc-unthemed td.fc-today {
                    background: rgba(252, 230, 230, 1);
                }
                a {
                    color: rgba(0, 0, 0, 0.5);
                    text-decoration: none;
                }
                th.fc-day-header.fc-widget-header.fc-sat {
                    color: rgba(230, 77, 89, 1);
                }
                .fc-row.fc-widget-header {
                    text-transform: uppercase;
                }
                th.fc-day-header.fc-widget-header.fc-sun {
                    color: rgba(230, 77, 89, 1);
                }
                 
                button.fc-agendaWeek-button.fc-button.fc-state-default {
                    /* display: none; */
                    border:none;
                }
                button.fc-listDay-button.fc-button.fc-state-default.fc-corner-right {
                    /* display: none; */
                    border:none;
                }
                button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled {
                    /* display: none; */
                    border:none;
                }

                
                .fc-center {
                    margin-left: 150px;
                    border: none;
                    /* border: 16px; */
                }
                button.fc-prev-button.fc-button.fc-state-default.fc-corner-left {
                    /* padding: 2px; */
                    border: none;
                    border-right: 1px solid;
                    margin: 2px;
                }
                button.fc-next-button.fc-button.fc-state-default.fc-corner-right {
                    /* padding: 2px; */
                    border: none;
                    /* border-right: 1px solid; */
                    margin: 2px;
                }
                .fc-button-group {
                    border: 1px solid rgba(217, 212, 214, 1);
                    border-radius: 4px;
                }
                button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
                    display: none;
                }
                button.fc-month-button.fc-button.fc-state-default.fc-corner-left.fc-state-active {
                    padding: 0px 20px;
                    height: 33px;
                    border:none;
                }
                .panel-title {
                    font-size: 20px;
                }
                .chosen-container {
                    font-size: 14px;
                }
                .panel>.panel-collapse>.table tbody, .panel>.table tbody, .panel>.table-responsive>.table tbody {
                    font-size: 13px;
                }


                /* ul.nav.navbar-nav.nav_bar li:hover {
                    background-color: transparent;
                    color: black;
                    background-image: linear-gradient(rgba(230, 76, 89, 0), rgba(230, 76, 89, 0.14));
                    border-bottom: 3px solid #E64D59;
                }
                 */
                ul.nav.navbar-nav.nav_bar li.active {
                    background-color: transparent;
                    color: black;
                    background-image: linear-gradient(rgba(230, 76, 89, 0), rgba(230, 76, 89, 0.14));
                    border-bottom: 4px solid #E64D59;
                    border-radius: 5px;
                }
                
                ul.nav.navbar-nav.nav_bar li.active > a {
                    color: black; /* Ensure the link color is also set */
                    background-color: transparent;
                    color: black;
                    background-image: linear-gradient(rgba(230, 76, 89, 0), rgba(230, 76, 89, 0.14));
                    /* border-bottom: 3px solid #E64D59; */
                    box-shadow: none;
                }
                .h4, h4 {
                    font-size: 24px;
                }
                .sty-date{
color:rgba(158, 140, 143, 1)

                }

                table.sty-table {
                    width: 100%;
                    box-sizing: border-box;
                    table-layout: fixed;
                    border-collapse: collapse;
                    border-spacing: 0;
                }
                
                table.sty-table tr {
                    border-bottom: 1px solid rgba(199, 199, 204, 0.69);
                }
                
                .sty-table tr th {
                    padding: 15px 2px;
                }
                .sty-table tr td {
                    padding: 10px 2px;
                }
                h2.sty-panel-heading {
                    padding-bottom: 8px;
                    border-bottom: 1px solid rgba(217, 212, 214, 1);
                }
                

                .sty_inbox_message{

                    height: 600px;
                    display: flex;

                }

                .sty_chat_div {
                    display: flex;
                    align-items: flex-end;
                }
                .sty_chat {
                    display: flex;
                    justify-content: space-between;
                    width: -webkit-fill-available;
                    padding: 20px;
                    border: 1px solid rgba(217, 212, 214, 1);
                    border-radius: 5px;
                    margin: 20px;
                    align-items: flex-start;
                }
                .sty_Abs_btn {
                    margin-top: 25px;
                    background-color: rgba(209, 82, 99, 1);
                    padding: 8px 12px 8px 14px;
                    border-radius: 4px;
                    border: none;
                    color: rgba(255, 255, 255, 1);
                }

                input.sty_chat_input {
                    border: none;
                }

                input.sty_chat_input:focus-visible {
                    outline: none;
                }
                .sty_chat_div {
                    height: 590px;
                }
                .sty_chat_div {
                    height: 555px;
                    border: 1px solid rgba(179, 179, 179, 1);
                    margin: 15px;
                    border-radius: 4px;
                }

                /* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(238, 30, 30, 0); 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgba(229, 229, 229, 1); 
    border-radius: 10px;
    height: 20px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background:rgba(229, 229, 229, 1); 
  }

  .sty_heading_srch{
        padding: 10px 29px 10px 20px;
        overflow: hidden;
        border-bottom:none;
        display: grid;
        gap:10px;
    
  }
  .sty_info_text {
    display: flex;
    gap: 10px;
}
.sty_select {
    width: 20px;
    margin-left: 200px;
}
.sty_search_box {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    /* padding: 0px 7px; */
    margin: 20px 4px;
}

.sty_search_box button {
    padding: 8px 14px 8px 14px;
    background-color: rgba(217, 212, 214, 1);
    border: none;
}
.sty_search_box input {
    border: none;
}
.sty_search_box input:focus-visible {
    outline:none;
border:none;
}
div#chat h5 {
    padding: 0px 20px;
}
.sty_search_box input {
    margin-left: 20px;
}
ul.nav.navbar-nav.navbar-right li a img {
    padding: 0px 13px;
}
.label-success {
    background-color: rgba(122, 176, 148, 1);
}
.sty_Protokoll-Profile {
    display: flex;
    justify-content: space-between;
}

/* tr.sty_pro_tr_white td {
    padding: 8px;
}
tr.sty_pro_tr_white td {

    padding: 8px;
} */
tr.sty_pro_tr_white td {
    padding: 8px;
    
}
tr.sty_pro_tr_gray td {
    padding: 8px;
}
.table_div.col-sm-12 {
    display: flex !important;
    background-color: white;
}
.table-responsive.table_top_b {
    width: 60%;
    margin: 20px;
}
.container.sty_loc_map {
    background-color: white;
    padding: 28px;
    border-radius: 8px;
    margin-bottom: 40px;
}
.sty_pro_left.col-sm-6 {
    display: grid;
    /* justify-content: start; */
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #ffffff;
}

.table tbody tr.grey-background td {
    background-color: #ececec!important;
}

th.sty_akti {
    display: flex;
    justify-content: flex-end;
}
td.sty_akti {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
}
button.sty_table_bnt {
    background-color: rgba(122, 176, 148, 1);
    border: none;
    color:white;
    /* padding: 2px; */
    /* margin-bottom: 5px; */
}
table.sty_table_protocol_profile.col-sm-12.sty_bak_white tr td {
    padding: 20px;
}
table.sty_table_protocol_profile.col-sm-12.sty_bak_white tr th {
    padding: 20px;
}
button.sty_table_bnt {
    padding: 2px 20px;
    border-radius: 4px;
}
.container.sty_background_proto {
    background-color: white;
    border-radius: 8px;
    margin-bottom: 20px;
}
tr.gay_shade {
    background-color: rgba(235, 235, 235, 1);
}
th.style_left_align {
    display: flex;
    justify-content: flex-end;
}
td.style_left_align {
    display: flex;
    justify-content: flex-end;
}
tr.sty_pro_tr_gray {
    background-color: rgba(235, 235, 235, 1);
}
.container.sty_loc_map {
    width: auto;
}
/* table.sty_table_protocol_profile.col-sm-12.sty_bak_white {
    border-top: 1px solid rgba(217, 212, 214, 1);
} */
h5.E_head {
    font-size: 16.5px;
    font-weight: 600;
}
td.cell-email a {
    color: rgba(43, 128, 209, 1);
}
.sty_Protokoll-Profile {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(217, 212, 214, 1);
}
tr.sty_table_head_top th {
    padding: 10px;
}
.form-group.sty_protocol_form {
    display: grid;
}
.sty_pro_flex.col-sm-12 {
    display: flex;
}
.panel.panel-default.panel-main.sty_panel_pro {
    height: 400px;
    overflow-y: scroll;
}
.form-group.sty_protocol_form.flex_div {
    display: flex;
    align-items: center;
}
.col-sm-offset-2.col-sm-6.pro_search_btn {
    margin-left: 0px;
}

.col-sm-offset-2.col-sm-6.pro_search_btn button#submitbutton {
    width: 100%;
}
.sty_pro_flex.col-sm-12 .form-group.sty_protocol_form {
    display: grid;
    width: 33.5%;
    margin-right: 20px;
}
label.col-sm-2.control-label {
    text-align: justify;
}
input#filter_finish1 {
    accent-color: #878787;
}
.container.container_div {
    width: auto;
}


.sty_ser_form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
    
    
    .sty_ser_form .form-group.clearfix {
        width: 50%;
    
    }

    table.protocol_form_panl tr td {

        padding:10px;
        }
        table.protocol_form_panl tr th {
        
        padding:10px;
        }
        .sty_Gr_bth {
            font-size: 12px;
            padding: 4px 6px 4px 6px;
            background-color: rgba(209, 82, 99, 1);
            border: none;
            color: white;
            border-radius: 2px;
            gap: 2px;
        }  
       .sty_Kl_btn {

            font-size: 12px;
            padding: 4px 6px 4px 6px;
            background-color: rgba(209, 82, 99, 1);
            border: none;
            color: white;
            border-radius: 2px;
            gap: 2px;
        }      
       .sty_XLS_btn {
            font-size: 12px;
             padding: 4px 6px 4px 6px;
             background-color: rgba(122, 176, 148, 1);
             border: none;
             color: white;
             border-radius: 2px;
             gap: 2px;
         
         }
      .sty_Weit_btn {
            font-size: 12px;
             padding: 4px 6px 4px 6px;
             background-color: rgba(217, 212, 214, 1);
             border: none;
             color:rgba(17, 17, 17, 1);
             border-radius: 2px;
             gap: 2px;
         }
         .sty_calander_b {
            background-color: white;
            padding: 20px;
            border-radius: 0px 0px 8px 8px;
            margin-bottom: 20px;
        }

           button#filter-header {
            font-size: 14px;
        }
        .panel-heading.sty_top_corve {
            border-radius: 8px 8px 0px 0px;
        }
        #mymodalcustomerror {
            display: none; 
        }
        div#mymodalcustomerror {
            padding: 20px 8px;
            color: rgba(128, 28, 48, 1);
            border: 1px solid rgba(210, 44, 66, 1);
            background-color: rgba(252, 230, 230, 1);
            border-radius: 8px;
            margin-bottom: 10px;
        }
        ul.chosen-results li {
            border-radius: 4px;
        }
        .tablesorter-header-inner img {
            width: 18px;
            height: 18px;
        }
        .panel-heading-group > *:not(.panel-heading-filter) {
            /* float: inline-end; */
            /* line-height: 34px; */
            line-height: 24.18px;
        }
        button#newuserbtn img {
            height: 14px;
            width: 14px;
        }
        button#myButton img {
            width: 16px;
            height: 16px;
        }
        input#status_change_rights {
            height: 18px;
            width: 18px;
        }
        .sty_check_box{
            height: 18px;
            width: 18px;
            /* background-color: rgba(235, 235, 235, 1); */
            accent-color: rgba(235, 235, 235, 1);
        }
        .padding_zero {
            padding: 0px;
        }
        .sty_pro_flex.col-sm-12.align_middle {
            display: flex;
            align-items: center;
        }
        p.help-block.info_para {
            color: rgba(0, 0, 0, 1);
            font-weight: 400;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 8px;
        }
        .modal-footer.sty_fotr_btn {
            gap: 20px;
        }
        button.btn.Schließen_btn {
            outline-color: white;
            outline: none;
            background-color: transparent;
        }
        button.btn.Schließen_btn:focus {
            outline-color: white;
            outline: none;
            background-color: transparent;
        }
        .btn-spe {
            padding: 8px 16px 8px 14px;
        }
        .btn-spe:hover {
           background-color:#e7e3e4 !important;
        }
        .table-responsive.table_top_b.sty_loc_track {
            width: 97%;
        }
        .table-responsive.table_top_b.sty_loc_track table#overview tbody td {
            padding: 15px 10px 5px 2px;
        }
        .sty_Protokoll_Profile_main_div {
            width: 100%;
            border-bottom: 1px solid rgba(217, 212, 214, 1);
            padding-bottom: 20px;
        }
        p.para_head {
            font-size: 18px;
            font-weight: 600;
        }
        h5.E_head {
            font-size: 20px;
            font-weight: 500;
        }
        .fc-view.fc-listDay-view.fc-list-view.fc-widget-content {
            background-color: rgba(252, 230, 230, 1);
        }
        button.btn.btn-default {
            padding: 8px 16px 8px 14px;
            outline: none;
        }

        tr.sty_button_colored {
            border-bottom: 1px solid;
            outline: none;
            border-top: 2px solid white;
            /* border-bottom: none; */
            /* border-top: none; */
        }
        .tablesorter-header-inner {
            display: flex;
            align-items: stretch;
            align-content: center;
            flex-wrap: nowrap;
            gap: 8px;
        }
      .sty_grid {
            display: grid;
        }
        .sty_pro_flex.col-sm-11.filt_form.align_mid {
            display: flex;
            align-content: center;
            align-items: center;
        }
        .padding_dic{
            padding: 0px;
        }
        h5.E_head.col-sm-6 {
            border-bottom: 1px solid rgba(217, 212, 214, 1);
            padding-bottom: 10px;
        }
        .text_area_box {
            height: 156px !important;
        }
        /* .fc-row.fc-week.fc-widget-content {
            display: none;
        } */
        .fc-slats tr td {
            padding: 12px;
        }
        .fc-view.fc-agendaWeek-view.fc-agenda-view .fc-day-grid.fc-unselectable {
            display:none;}

            h2.font_size_20 {
                font-size: 20px;
            }
            td.fc-day-top.fc-fri.fc-today {
                font-weight: 800;
            }
            td.fc-week-number {
                font-weight: 700;
            }

            .modal-content.sty_modal-content {
                background-color: rgba(229, 229, 229, 1);
            }
            .modal-content.sty_modal-content .tab-content {
                background-color: white;
                margin-top: -20px;
                margin-left: 1px;
            }
            .modal-content.sty_modal-content .modal-footer.sty_fotr_btn {
                background: white;
                margin: 15px;
                margin-top: -26px;
            }
            .sty_tab_content {
                padding: 20px;
                border-radius: 8px;
                background-color: white;
            }
            .sty_m_footer {
                background-color: white;
                margin: 15px;
                margin-top: -22px;
                border-radius: 0px 0px 8px 8px;
            }
            div#users_tab {
                padding: 18px;
            }
            td.margin_left_sty input {
                margin-left: 60px;
            }
            div#coordinates_tab {
                padding: 10px;
            }

            .ln_full input {
                width: 96% !important;
            }
            div#content_tab {
                padding: 20px;
            }

           .pade button#myButton {
                margin: 0px;
                
            }
            .pade button#newuserbtn {
                margin: 0px;
                display: flex;
                justify-content: center;
                gap: 10px;
                align-items: center;
            }
           
           .pade button#myButton {
                display: flex;
                justify-content: center;
                gap: 10px;
                align-items: center;
            }
            ul.dropdown-menu {
                padding: 7px;
            }
            .fc-button-group {
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            .fc-button-group button:hover {
            background-color:rgba(230, 77, 89, 0.2);
            border-radius:8px;
            
            }
            th.sty_middle_th {
                padding-left: 135px !important;
            }
            td.margin_left_sty input {
                margin-left: 174px;
            }
            div#gmap {
                border-radius: 4px;
            }
            .recent_heading.padding_zero h4 {
                font-weight: 600;
            }
            .btn_chat_s {

                display: flex;
    gap: 8px;
    align-content: center;
    align-items: center;
            }
            td.font_500 a {
                font-weight: 500;
            }
            .Stammdate_f{
                font-size:16px;
            }
            /* ul.nav.navbar-nav.navbar-right li a:active {
                color: rgba(176, 31, 54, 1);
            }
            ul.nav.navbar-nav.navbar-right li a:focus {
                color:rgba(176, 31, 54, 1);
            }
            ul.nav.navbar-nav.navbar-right li a:focus-visible {
                color: rgba(176, 31, 54, 1);
            } */
            button#save_hide_customer {
                display: flex;
                align-content: center;
                align-items: center;
                gap: 8px;
            }
            p.Kontakt_text {
                font-size: 16px;
            }
            .table-responsive.table_top_b {
                width: 60%;
                margin: 0px 16px 15px 0px;
                padding: 0px;
            }
            .table_div.col-sm-12 {
                display: flex !important;
                background-color: white;
                padding: 0px;
            }

            .form-group.change_logo.btn.pro_bl.sty_chang_logo {
                font-size: 14px;
                background-color: rgba(217, 212, 214, 1);
                color: black;
                /* display: flex; */
                /* gap: 9px; */
            }
            span.label.label-default.textlink.change_logo_icon {
                background-color: #ff000000;
                color: black;
            }

            .profile_modal {
                height: 50vh;
                display: flex;
                align-items: end;
            }
/* 
            form#customerLogoForm {
                justify-content: end;
                justify-items: end;
                display: grid;
            } */
            .modal-dialog.profile_modal {
                justify-items: center;
                justify-content: center;
            }
            .sty_modal_con {
                width: 400px;
            }
            button.btn.btn-new.Suchen_b.bt{
                float: inline-end;
            }
            /* .nav.navbar-nav.navbar-right a{
                border: none;
                background: transparent;
                color:yellow;
                background-image: none;
                box-shadow: none;
            } */
            .nav.navbar-nav.navbar-right .active > a,
            .nav.navbar-nav.navbar-right .active > a:hover {
                border: none;
                background: transparent;
                color: rgba(176, 31, 54, 1);
                background-image: none;
                box-shadow: none;
                font-weight: 600;
            }
            label.logo_inpt {
                display: flex;
                gap: 15px;
                align-items: center;
            }
           .upload_b {
                background-color: rgba(217, 212, 214, 1);
                padding: 10px;
                border-radius: 4px;
            }
            label.logo_inpt {
                font-size: 14px;
                font-weight: 500;
            }
            span.label.label-default.textlink.change_logo_icon {
                font-size: 14px;
                padding-top: 15px;
            }
            .form-group.change_logo.btn.pro_bl.sty_chang_logo {
                /* padding: 16px; */
                padding: 8px 16px 8px 14px;
            }
            .form-group.change_logo.btn.pro_bl.sty_chang_logo {
                /* padding: 16px; */
                padding: 8px 16px 8px 14px;
                font-size: 14px;
                font-weight: 500;
                display: flex;
                gap: 10px;
            }
          
            .dropdown-menu li:hover {
                background-color:rgba(230, 77, 89, 0.2)!important;
                border:none !important;
                text-decoration: none !important;
                border-radius: 4px !important;
            }
            .dropdown-menu li a:hover {
            
                border-radius: 4px !important;
            }
            /* .dropdown-menu li:hover a {
                color: white !important; 
                text-decoration: none !important; 
            } */
            .sty_beare_btn a {
                background-color: rgba(43, 128, 209, 1);
                color: white;
                padding: 8px 16px 8px 14px;
                border-radius: 4px;
            }
            .col-sm-4.sty_Signalzeitenplan_left {
                line-height: 37px;
            }
            .col-sm-4.sty_Signalzeitenplan_right {
                line-height: 37px;
            }
            div#profile-add-new {

            }
            h4.Protokoll_heading_v {
                font-size: 16px;
            }
            div#profile-add-new {

            }
            div#profile-add-new button {
                background-color: rgba(217, 212, 214, 1);
            }
            .pro_koll {
                margin-top: 40px;
            }
            .active svg path {
                fill:rgba(176, 31, 54, 1);
            }
            ul.nav.navbar-nav.navbar-right li a {
                display: flex;
                gap: 5px;
                /* align-items: baseline; */
            }
            div#profile-add-new-standard button {
                font-weight: 600;
            }
            h4.Protokoll_heading_v {
                font-weight: 600;
            }
            /* .modal-footer.sty_m_footer.m_bottom {
                margin: 0px;
                margin-bottom: 20px;
                margin-top: -10px;
            } */
            /* .form-group.modal_form.width_field.sty_width_full {
                width: 52%;
            }
            */