@charset "UTF-8";


/*------------------------------------------------------------------
[Master Stylesheet]


------------------------------------------------------------------*/
.cssWindowHeight{
  height:calc(100vh - 160px);
}
.control-report-detail .dt-search{
    width: 200px;
    float: left;
}
.control-report-detail .dt-search label{
    display:none;
}
.timepicker.input-arbeitszeiten{
    min-width: 55px;
}
.table-badge.small{
    white-space: nowrap;
}
.tdBadgeRight{
        display: block;
    min-width: 31px;
    float: right;
    border-radius: 7px;
    font-size: 12px;
}

.tdBadgeMiddle{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 31px;
    border-radius: 7px;
    font-size: 12px;
}

.highLightIstZeiten{
    border: 1px solid green;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;

    color: #000 !important;
}
table.dataTable thead tr {
    position: -webkit-sticky;
    position: sticky;
    background: #fff;
    z-index: 10;
    top: 0; /* Standardwert */
}
body:not(.orchid) .modal h1, body:not(.orchid) .modal h2, body:not(.orchid) .modal h3, body:not(.orchid) .modal h4 {
    font-size: 24px;
}
@supports (position: sticky) {
    table.dataTable thead tr.scrolled {
        top: 65px; /* Wert, wenn nach unten gescrollt wird */
    }
}

.noSticky table.dataTable thead tr {
    position: static;
}

.file-field.input-field .file-path-wrapper .file-path{
	padding: 0;
    margin: 0;
    height: 3em;
    width: 99%;
 }
 .tabs.nofloat{
  display: block;
  display: block;
  overflow: auto;
  height: auto;
}
.tabs.nofloat .tab{
  float: none;
  clear: both;
  width: 100%;
  display: block;
  min-width: unset;
  overflow: auto;
  text-align: left;
}
.tabs.nofloat .tab a{
  width: 100%;
  padding: 0;
  padding-left:15px;
}
.tabs.nofloat .tab a.active {
  border-bottom: 2px solid #ccc;
}
/* ---------- ALLGEMEINE SEARCH ---------- */

.full-top-nav .nav-wrapper form#app-search input#search {
  background: #fff;
  margin-top: 0px!important;
  height: 62px!important;
  width: 100%!important;
color: #666666!important;
text-indent: 30px!important;
}
li.tab a i{
  font-size: 15px;
  position:absolute;
  top: 15px;
  /* left: 8px; */
  /* margin-top: 10px; */
  margin-left: -17px;
}
li.tab a{
  position: relative;
  /* font-size: 15px; */
  /* margin-top: 10px; */
}

#current-menu>nav .li-breadcrump{
  width: 600px;
  margin-left:25px;
}
#current-menu>nav .li-breadcrump a{
  display:inline;
  padding-right: 0px;
  padding-left:0px;
}
#current-menu>nav .li-breadcrump a:hover{
  background:none;
  padding-left:5px;
  transition: 0.5s;

}
main .main-header div.sec-breadcrumb{
  border:none;
  height: 0px;
}
.tableZeitkontoSummary .trcapt td{
  background: #eeeeee;
    border-radius: 10px;
    text-align: center;
    margin: 0;
    margin-right: 7px;
    padding: 5px;
    /* line-height: 0; */
    /* height: 10px; */
    /* display: block; */
}

.contZeitkontoSummary{
  padding:10px;
  border:solid 1px #ddd;
  border-top:solid 2px #1bbbe2;
  margin-bottom:25px;
}
.titleZeitkontoSummary{
  font-size: 28px;
  text-align: center;
}
.descriptionZeitkontoSummary{
  /* font-size: 30px; */
  text-align: center;
}
.newbadge {
  background: #f44336;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 5px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
}

#userProtokoll .datatable-wrapper table td{
  padding:0;
  padding-bottom:10px;
}

.contMitarbeitergruppe input.select-dropdown {
  height: 30px!important;
}

.employee-api main,body.employee-api {
  background-color: #EDF1F9;
}
.employee-api .btnSavePage {
  float:unset!important;
  background: #5CCEE7!important;
}
.employee-api #pagefooter .col.s12 {
  text-align: center;
}
.employee-api #pagefooter .card-panel {
  background: rgba(255,255,255,0.9);
  box-shadow: none;
}
.btnSaveEinteilung,.btnAktualisiereEinteilung{
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.card-content .btnSaveEinteilung i.material-icons,.card-content .btnAktualisiereEinteilung i.material-icons{
  color: #fff!important;
}

.editorDialogs .modal .input-field .prefix, .editorDialogs .modal .input-field input.datepicker+label, .editorDialogs .modal .input-field input:not([readonly])+label, .editorDialogs .modal .note-editor+label, .editorDialogs .modal label, .note-editor .modal .input-field .prefix, .note-editor .modal .input-field input.datepicker+label, .note-editor .modal .input-field input:not([readonly])+label, .note-editor .modal .note-editor+label, .note-editor .modal label{
    color: #000!important;
}
.editorDialogs .modal, .note-editor .modal {
    background-color: #212121;
    color: #000;

}
.editorDialogs .modal .input-field input.datepicker, .editorDialogs .modal .input-field input:not([readonly]), .note-editor .modal .input-field input.datepicker, .note-editor .modal .input-field input:not([readonly]){
    border-color: #909090!important;
}
.btnSavePage{
  padding-left:1em;
  padding-right:1em;
}

.mouseaddpointer{
  cursor: copy;
}
.mousemovepointer{
  cursor: se-resize;
}

.modal_auswertung hr{
  border: none;
    border-bottom: 1px solid #d0d0d0;
  margin-bottom:32px;
}
.infobutton{
  text-align: center;
  border: 1px solid #000;
  border-radius: 15px;
  min-height: 24px;
}
.qj_black{

}
.qj_green{
  color:#7EB676;
  border-color:#7EB676;
}
.qj_orange{
  color:#F8B041;
  border-color:#F8B041;
}
.qj_blue{
  color:#3993AB;
  border-color:#3993AB;
}

#auslastung-chart{
  position: relative;
  max-height: 100px!important;
  margin-top: -40px!important;
}
.title_infobutton{
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align: center;
}

.tabs .tab a:hover, .tabs .tab a.active {
  color: #454545;
}
.tabs .tab a {
  color: rgba(69, 69, 69, 0.7);
}
.tabs .indicator {
  background-color: #d4d4d4;
}
.main-container.employee-api{
  padding:0;
  margin-top:-25px;
}

.main-container.employee-api .card-panel.profile-form-cardpanel{
  padding:13px 5px;
}

.input-field {
  /* position: relative; */
  margin-top: 0px;
}

.mitarbeiterAuslastung{
  position: absolute;
  width: 133px;
  /* margin-top: 0px; */
  right: 0px;
  top: 8px;
}
#nestable2 .mitarbeiterAuslastung{
  display:none;
}
.mitarbeiterEditbuttons{
  width:133px;
  margin-top:0px;
}
.mitarbeiterEditbuttons{
  display:none;
}
#nestable2 .mitarbeiterEditbuttons{
  display:block;
}
.mitarbeiterAuslastungtext{
  margin-top:-18px;
  font-weight:normal;
}
#filterMitarbeiterDetail{
  height: 30px;
  /* background-color: #e2dfdf; */
  /* overflow:hidden; */
}
#filterMitarbeiterDetail input.select-dropdown{
  height:29px;
}
#filterMitarbeiterDetail ul.select-dropdown{
  min-width:160px;
}
.calendar #filterMitarbeiterDetail{

}
.filtercontainer.week{
  padding: 10px;
  overflow: auto;
  max-height: 400px;
  clear: both;
}

hr.light{
  border:none;
  border-bottom: 1px solid #dddee1;
}

table.smalltable td,table.smalltable th{
  padding: 5px 5px;
}
.dt-print-view{
  background:#fff!important;
}
.dt-print-view h1{
  font-size:26px;
}
.dt-buttons>button{
  background:none!important;
}
.monthAuslastung{
  background: #979797;
    min-width: 55px;
    text-align: center;
    color: #fff;
    line-height: 17px;
    border-radius: 3px;
}
.containerGrey{
  background: #f7f7f7;
  /* color: #fff; */
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 5px;
  margin: 15px 0px;
}
.roundsmall{

  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 3px;

}

.monthAuswahl{
  background-image: linear-gradient(90deg, #caf7fc 25%, #e6e6e6 25%, #e6e6e6 50%, #caf7fc 50%, #caf7fc 75%, #e6e6e6 75%, #e6e6e6 100%);
  background-size: 4.00px 4.00px;

}
.monthMarked{
  background:#e5e5e5!important;
  background: rgba(0,0,0,.3);
}
.cellEvent{
  position: relative;
}
.monthMarked .cellEvent:after{
  content: "";
  background: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .mitarbeiter_select.active{
  background:#1bbbe2
} */
.collection-item.mitarbeiter_select{
  padding: 8px 5px;

}

.collection-item.mitarbeiter_select a{
  font-size: 14px;
}

.collection-item.mitarbeiter_select i.left{
  margin-right: 6px;
}



.container_week_event{
  position: relative;
/*   background-color: rgba(0, 0, 0, 0.5);

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

.container_week_event:not(.active_dienst)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(154, 154, 154, 0.4);
  z-index:9999999;
}

ol.einteilung_weekview, ol.einteilung_weekview_sub{
  padding-left: 0;
  margin: 0;
  padding: 0!important;
}
ol.einteilung_weekview li{
  list-style: none;
  padding-left:0px!important;
  padding-right:0px!important;
}
.weekEinteilung>ol.einteilung_weekview{
  margin-right:10px;
}
ol.einteilung_weekview>li,ol.einteilung_weekview_sub>li.group{
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
ol.einteilung_weekview .material-icons.folder{
  margin-top:10px;
}
ol.einteilung_weekview .row_group{
  padding-top:10px;
  padding-bottom:10px;
  border-bottom: 1px solid #e0e0e0;
}


.dataTables_wrapper .dataTables_length {
  /* float: right!important; */
  margin-left:10px;
}
.weekview_list, .weekview_list .collection .collection-item{
  color: #575757;
}
.weekview_list .card-content .material-icons.folder {
  color: #ffca28;
}
.weekview_list .card-content .material-icons.person {
  color: #000!important;
}

.weekview_list .collection .active {
  background: rgb(28,188,226);
  background: linear-gradient(90deg, rgba(28,188,226,1) 0%, rgba(28,188,226,1) 2%, rgba(71,220,255,1) 21%);

}

.weekview_list #ajax_weekdata .collection .weekview_einteilung_name{
  /* width: calc(100% - 250px); */
  float: left;
}
.weekview_list #ajax_weekdata .weekview_einteilung{
  width:170px;
  float:right;
}
.weekview_list #ajax_weekdata .collection .collection-item{
  clear:both;
}
.weekview_list #ajax_weekdata .collection .buttonsposition{
  display: none;
}
/* #ajax_weekdata > div > div > div > ol > li:nth-child(1) > div:nth-child(3) > div.weekview_einteilung > div.buttonsposition.right */


.weekview_list #ajax_weekdata  .row_group:hover>.weekview_einteilung>.buttonsposition{
  display: block;
}
.weekview_list #ajax_weekdata  .row_group:hover>.weekview_einteilung>.infotext{
  display: none;
}

.weekview_list #ajax_weekdata  .collection-item:hover>.weekview_einteilung>.buttonsposition{
  display: block;
}
.weekview_list #ajax_weekdata  .collection-item:hover>.weekview_einteilung>.infotext{
  display: none;
}



h5.trenner span {
  background: #ffffff;
  font-size: 14px;
  /* padding: 0 10px; */
  display: block;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  margin: 0 auto;
  width: 60px;
  margin-top: -12px;
  right: 0;
}
.modal  h5.trenner span{
  background: #fafafa;
}
h5.trenner span.w250 {
  width: 250px;
}
h5.trenner span.w200 {
  width: 200px;
}
h5.trenner span.w180 {
  width: 180px;
}
h5.trenner span.w160 {
  width: 160px;
}
h5.trenner {
  margin-top: 35px;
  margin-bottom: 26px;
  height: 1px;
  position: relative;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-position: -10px;
  /* padding-top: 18px;
  margin-top: -18px; */
}

.stars {
    display: inline-block;
}


.star {
    font-size: 20px;
    cursor: pointer;
    color: #ccc;
}
.stars.noselection .star{
    font-size: 18px;
    cursor: unset;
}

.star.selected {
    color: #f39c12;
}
.star_label{
  font-size: 12px;
  color: #333;
}


.jsWindowHeight{
  overflow:auto;
}

.mitarbeiterDokumente{
    max-height:40px; /*container-width*/
   overflow:hidden; /*hide bounds of image */
   margin:0;   /*reset margin of figure tag*/
   border-radius: 5px;
   /* margin-bottom:10px; */
}
.mitarbeiterDokumente img{
  display:block; /*remove inline-block spaces*/
  width:100%;/*  make image streatch */
  /* margin:-50% 0; */

}

.small.btn-floating {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.small.btn-floating i {
  font-size: 1rem;
  line-height: 20px;
}







.containerDropEinteilung, #nestable2>.dd-listnestable{
  min-height:150px;
  /* background:url(../../images/move.png); */
  background-size:30%;
  background-position:center center;
  background-repeat: no-repeat;
}

.over{
  border:dashed 2px #999;
  background-color: #f5f5f5;
}

.listFilterMitarbeiter{
  max-height: 200px;
  overflow: auto;
}

.listFilterMitarbeiter::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.listFilterMitarbeiter::-webkit-scrollbar-thumb {
	background-color: #F90;
	background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}


/* .help-tooltipped {
  display: inline;
  position: relative;
}

.help-tooltipped:hover:after {
  background: #00bcd4;
  background: rgba(48, 186, 214, .8);
  border-radius: 5px;
  bottom: -34px;
  color: #fff;
  content: attr(gloss);
  left: 0;
  line-height: 16px;
  font-size: 14px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 350px;
}

.help-tooltipped:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 0 6px 6px 6px;
  bottom: -4px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 999999;
} */


.itemlist{
  float:left;
  /* min-width:60px;
  width: calc(100% - 150px);
  overflow: hidden;
  height: 17px;
  line-height: 10px!important; */
}
.itemdetails{
  float:right;

  min-width:180px;
  /* width:50%; */
  height: 100%;
  line-height: 20px;
  padding-right:3px;
}
.itemdetails span{
  background: rgba(255,255,255,0.7);
  border-left:2px solid #1cbce2;
  /* width: 40px; */
  line-height: 20px;
  font-weight:normal;
  display: block;
  float: left;
  min-width: 120px;
  text-align: center;
  padding-left: 5px;
}
.itemdetails a{
  visibility: hidden;
  transition:opacity 0.5s linear;
}
.dd3-content{
  /* overflow:unset; */
}
.einteilungright{
  width: 135px;
    position: absolute;
    top: 6px;
    right: 4px;
}
.itemlist{
  position: absolute;
  left: 55px;
}

#sb-notification{
    /* box shadow left */
    box-shadow: -5px 0px 15px -5px rgba(0,0,0,0.3);
    overflow: auto;
}

#filterMitarbeiter .itemlist small{
  font-size: 11px!important;
}
#nestable2 .itemlist small{
  display: none;
}

#nestable2 .dd3-content:hover>.itemdetails a{
  visibility: visible;
}
#nestable2 .dd3-content .buttonsposition{
  display:none;
  margin-top:-2px;
}
#nestable2 .dd3-content:hover .buttonsposition{
  display:block;
}
#nestable2 .dd3-content:hover .tag.small{
  display:none;
}

#nestable2 li.ishead .dd3-handle::before{
  color:#f0d10e!important;
}

#ajax_weekdata .ishead .person{
  color:#f0d10e!important;
}
#nestable2 li[data-benutzerzuordnung]:not([data-benutzerzuordnung='']):not([data-benutzerzuordnung='0'])>.dd3-handle::before{
  color: #1ebce1;
}

li.collection-item.group[data-benutzerzuordnung]:not([data-benutzerzuordnung='']):not([data-benutzerzuordnung='0'])>i.folder{
  color: #1ebce1!important;
}

.weekview2 .eventname{
  font-weight: 700;
}
.weekview2 tbody td{
  border:1px solid #ccc;
  padding:2px;
}
.weekview2_mitarbeiter{

  max-width: 120px;
  height: 16px;
  line-height: 9px;
  overflow: hidden;
  margin-top: 0px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2b2b2b;
  font-size: 12px;
  font-weight: 700;
}
.weekview2_mitarbeiter_info{
  /* line-height: 16px; */
  color: #2b2b2b;
  font-size: 12px;
}
.weekview2_mitarbeiter_status{
  width: 22px;
    float: right;
    top: 4px;
    position: absolute;
    right: 2px;
}

.weekview2_container{
  clear:both;
  height:100px;overflow:auto;text-align:left;
}
.weekview2_container a{
  position: relative;
  display: block;
  line-height:10px;
  height:16px;
  width:100%;
  overflow: hidden;
}
.weekview2_container a i{
  width:12px!important;
  font-size:10px!important;
  margin:0!important;
  padding:0!important;
  line-height:10px!important;
}
.weekview2 .mitarbeiter_cont{
  /* background:#5ec4e2; */
  /* background:rgba(182,238,255,.5); */
  color: #585858;
  line-height: 0px;
}

.weekview2 .mitarbeiter_cont:hover .weekview2_mitarbeiter,.weekview2 .mitarbeiter_cont:hover .weekview2_mitarbeiter_info,.weekview2 .mitarbeiter_cont:hover .weekview2_mitarbeiter_status      {
  display: none;;
}

.weekview2 .mitarbeiter_cont .weekview2_mitarbeiter_action{
  display: none;
}
.weekview2 .mitarbeiter_cont:hover .weekview2_mitarbeiter_action{
  display: block;
}


/* td class="mitarbeiter_cont" style="position:relative"><span class="weekview2_mitarbeiter">' */
table.table.nopadding td{
  padding:5px 5px;
}

.weekview2 .mitarbeiter_empty_cont{
  text-align:center;
  background:rgba(182,238,255,.5);
}
.weekview2 .bereichselect{
  text-align:center;

}
.weekview2 .bereichselect i{
  text-align:center;
  font-size:14px;
}

.weekview2 .mitarbeiter_row{
  height: 30px;
}
.weekview2 .addEmployee{
  color: #585858;
  cursor: pointer;
  font-size: 16px;

}
.weekview2 .addEmployee{
  color: #585858;
  cursor: pointer;
  font-size: 16px;

}

.stickme {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  /* background: lightgreen; */
}
#pagefooter{
  position: fixed;
  bottom: 0;
  right: 0;
  width:100%;
  height:80px;

  z-index: 500;
  /* margin: 0 auto; */
}

.auswahlkalenderwoche{
  line-height:30px;
  text-align:right;
  width:150px;
  font-size:16px;
  cursor:pointer;
}
.auswahlkalenderwoche i{
  position: relative;
  top: 7px;
  cursor:pointer;
}


ul.eventcontainerday .collapsible-header{
  font-size:13px;
  white-space: nowrap;
  overflow: hidden;
  /* width: 120px; */
  /* width:100%; */
  text-overflow: ellipsis;
}
ul.eventcontainerday .collapsible-body{
  padding-right: 5px;
  font-size: 12px;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.eventcontainerday .collapsible-header i {
  width: 0.6rem;
  font-size: 1.2rem;
}
ul.eventcontainerday .collection-item,ul.eventcontainerday .collection-item span{
  padding:0;
  margin:0;
  font-size: 12px;
}
ul.eventcontainerday .collection-item span{
  margin:0;
  font-size: 12px;
  right:0;
}

.tableeventcontainer{
  overflow-x:auto;
}
.newEventDay{
  border:2px dotted #c1c1c1;
  width: 100%;
  display: block;
  padding: 10px 5px;
  color: #c1c1c1;
  cursor: pointer;
}
.newEventDay i{
  padding-top: 5px;
}
.newEventDay2{
  color: #c1c1c1;
  cursor: pointer;
}
.calendar .borderbottom{
  border-bottom: 1px solid #ddd;
  position: relative;
  /* margin-bottom:6px; */
}

.datatable-wrapper{
  /* overflow: auto; */
}
.archivstatus1 .dd-handle{
  background: #ee6e73!important;
}
.grid-item:hover{

  /* background-color:#e5e5e5; */
}

.grid-item.grid-item--cell.add{
  cursor:cell;
}
.grid-item.grid-item--cell .cellEvent,.grid-item.grid-item--cell .cellEventInactive    {
  cursor:not-allowed;
}
.grid-item.grid-item--cell .cellEvent.showMitarbeiterAuslastung{
  cursor:pointer;
}

.grid-item.grid-item--cell.eventunderline .cell{
  border-bottom:1px dashed #1bbce2;
}
/* .c3-chart-arcs-gauge-max,
.c3-chart-arcs-gauge-min,
.c3-chart-arcs-background{
  display: none;
  }

.c3-gauge-value {
  fill: white !important;
  font-family: "Lucida Console", Helvetica, sans-serif;
  font-size: 40px !important;
  transform: translateY(10px);
}

.c3-arc-data1 {
  stroke: transparent !important;
} */

.smallselect .select-wrapper input.select-dropdown{
  margin:0;
  height: 30px;
    line-height: 30px;
}
.containerDynamicSelect2{
  position: relative;
}
.containerDynamicSelect2 ul.select2-selection__rendered{
  overflow:auto;
  height: 32px;
}
.containerDynamicSelect2:focus-within ul.select2-selection__rendered{
  overflow:visible;
  height: unset;
}
.containerDynamicSelect2:focus-within .style-select2tags{
  position: absolute;
  background: #fff;
  z-index: 300;
}



.calendar .cell{
  height:18px;
  line-height:18px;
  /* border-left: 1px solid #ddd; */
  border-right: 1px solid #ddd;
}

.calendar .cellEvent{
  background-color: #5be1ff;
}
.calendar .cellEvent[data-addtype="krank"]{
  background-color: #e47080;
}
.calendar .cellEvent[data-addtype="urlaub"]{
  background-color: #f3acdb;
}


.calendar .cellEventInactive{
  background-color: #ccc;
}


.calendar .cellEvent.normal{
  background-color: #5ec4e2;
}

.grid-container {
  display: grid; /* This is a (hacky) way to make the .grid element size to fit its content */
  overflow: auto;
  height: 400px;
}
.grid {
  display: flex;
  flex-wrap: nowrap;
}
.grid-col {
  width: 50px;
  min-width: 50px;
}
.grid-col-mitarbeiter {
  width: 235px;
  min-width: 150px;
  font-size:11px;
}
.sollmonat {
  font-weight: 800;
  float: right;
  margin-right: 5px;
}
.sollmonat.max {
  color:#ff2d40;
  font-weight: 800;
}

.vertical-navigations .side-nav li.version_right{
    padding-left: 20px !important;
    margin-top: 30px !important;
    font-size: 13px;
}

.openinfo_verfuegbarkeit,.openinfo_verfuegbarkeit.month{
    font-size: 22px;
    position: absolute;
    left: 16px;
    /* padding-top: 2px; */
    /* background: #fff;
    border-radius: 50%;
    padding: 3px;
    border: solid 1px #1ebce2; */
    z-index: 1;
    position: absolute;
    cursor: pointer;
}
.openinfo_verfuegbarkeit.month{
    border: none;
    padding: 0;
    left: 0px;
    z-index: 1;
    top: 2px;
    background:none;
}

.weekviewMitarbeitercontainer .openinfo_verfuegbarkeit{
    left:6px;
}

/* Verstecke das nächste i-Element nach .openinfo_verfuegbarkeit */
.weekviewMitarbeitercontainer .openinfo_verfuegbarkeit + i {
    visibility: hidden;
}



.grid-item--header {
  font-size:11px;
  height: 40px;
  min-height: 40px;
  position: sticky;
  position: -webkit-sticky;
  background: white;
  top: 0;
  z-index:2;
}
.iconState_info {
    border-radius: 10px;
    height: 20px;
    width: 50px!important;
    margin-left: -20px;
    text-align: center;
}
.iconState_info i {
    /* line-height: 45px!important; */
    font-size: 20px;
    margin-left: -10px;
    position: relative;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
[type="radio"]:checked + .insert_event::after{
  background-color:#5ec4e2;
  border:2px solid #5ec4e2;
}
[type="radio"]:checked.orange-check + .insert_urlaub::after{
  background-color:#f3acdb;
  border:2px solid #f3acdb;
}
[type="radio"]:checked.red-check + .insert_abwesenheit::after{
  background-color:#e47080;
  border:2px solid #e47080;
}
[type="radio"]:checked.blue-check + .insert_feiertag::after{
  background-color:#edd4fa;
  border:2px solid #edd4fa;
}


.monthPatternFeiertag{
  /*   background-color: #2196F3;
    opacity: 0.8;
    background-size: 8px 8px;
    background-image: repeating-linear-gradient(90deg, #2196F3 0, #2196F3 1px, #e5e5f7 0, #e5e5f7 50%); */
    /* background-color: #2196F3;
    opacity: 0.8;
    background-image:  linear-gradient(#2196F3 1px, transparent 1px), linear-gradient(to right, #2196F3 1px, #e5e5f7 1px);
    background-size: 6px 6px; */

  /* background:#edd4fa; */

    background-image: linear-gradient(
      90deg
      , #edd4fa 25%, #e6e6e6 25%, #e6e6e6 50%, #edd4fa 50%, #edd4fa 75%, #e6e6e6 75%, #e6e6e6 100%);
          background-size: 4.00px 4.00px;


  }
  .monthPatternFeiertagHeader{
/*       background-color: #60b3f6;
      background-image:  linear-gradient(#60b3f6 1px, transparent 1px), linear-gradient(to right, #60b3f6 1px, #e5e5f7 1px);
      background-size: 6px 6px; */

      background-image: linear-gradient(
        90deg
        , #edd4fa 25%, #e6e6e6 25%, #e6e6e6 50%, #edd4fa 50%, #edd4fa 75%, #e6e6e6 75%, #e6e6e6 100%);
            background-size: 4.00px 4.00px;

    }

.grid-item--header-25{
  width: 25%;
  float:left;
}
.grid-item--header-75{
  width: 75%;
  float:left;
}
.grid-col--fixed-left {
  position: sticky;
  left: 0;
  /* z-index: 9998; */
  z-index: 200;
  background: white;
}

/* .grid-col--fixed-right {
  position: sticky;
  right: 0;

  z-index: 1000;
  background: white;
}
 */
.grid-col--fixed-right {
  position: sticky;
  right: -1px;
  z-index: 200;
  background: white;
}

.grid-item {
  /* height: 50px; */
  /* border: 1px solid gray; */
}


.textnormal{
  text-transform:initial!important;
}
.hiddenfile {
  width: 0px;
  height: 0px;
  overflow: hidden;
 }

 li.disabled a{
   color:#cbcbcb!important;
 }

 .badge-tab{
  border-radius: 50%;
  background: orange;
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 10px;
  /* display: block; */
  float: right;
  line-height: 16px;
  margin-top: 10px;
  /* margin-left: -13px; */
  position:absolute;
 }

.btn-large{
  width:45px!important;
  height:45px!important;
}
.btn-large i{
  line-height:45px!important;
  font-size:22px;

}
.btn-floating i{
  font-size:22px;
}

.table-badge{
  padding: 2px 4px;
  font-size: 13px;
}

.dt-button{
  border-radius:3px!important;
  border:1px solid #9e9e9e!important;
  color:#9e9e9e!important;
}
.dt-button:hover{
  background:#4fc6e0!important;
  border:1px solid #4fc6e0!important;
  color:#fff!important;
}

.quickjob1{
  color:#4fc6e0;
  border-radius:5px!important;
  background:#f9fafc!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
  border:1px solid #4fc6e0!important;
}
.quickjob1:hover{
  color:#f9fafc;
}
.quickjob2{
  border-radius:5px!important;
  background:#f9fafc!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
  border:1px solid #9e9e9e!important;
}
.quickjob1 i{
  color:#4fc6e0!important;
}
.quickjob2 i{
  color:#9e9e9e!important;
}
.quickjob1:hover,.quickjob2:hover,.quickjob1.active,.quickjob2.active{
  background:#4fc6e0!important;
  border:1px solid #4fc6e0!important;
}
.quickjob1:hover i,.quickjob2:hover i,.quickjob1.active i,.quickjob2.active i{
  color:#fff!important;
}

.cardQuickjob{
  background: linear-gradient(to right, #1bbbe2 0%,#50c6e0 13%,#8bf1d4 100%);
  height:80px;
  border-radius: 15px;
  position:relative;
}
.alertBadge{
  width:20px;
  height:20px;
  border-radius:50%;
  position: absolute;
  top: 5px;
  left: 5px;
}
.btnGroupWeekactions{
  margin-top:10px;
}
.alertBadge.red{
  /* background:#ff0000; */
}
.alertBadge.green{
  /* background:#ff0000; */
}
.cardTitel1{
  font-size:40px;
  font-weight:700;
  color:#fff;
  text-align: center;
  line-height:40px;
  padding-top:9px;
}
.cardTitel2{
  font-size:15px;
  font-weight:500;
  color:#fff;
  text-align: center;
}
/*
<div class="alertBadge red"></div>
<div class="cardTitel1">6</div>
<div class="cardTitel2">Dienste</div> */



#current-menu>nav .breadcrumbs-nav.left{
  /* width:calc(100% - 550px)!important; */
  max-width:520px;
}
#current-menu>nav .breadcrumbs-nav.left .nav-wrapper{
  margin-top:20px!important;
}
#current-menu>nav .breadcrumbs-nav.left a.breadcrumb{
  font-size:21px!important;
}




#DataTables_Table_0_filter,#DataTables_Table_1_filter,#DataTables_Table_2_filter,#DataTables_Table_3_filter{
  float:left;
}
div.dt-buttons {
  float: right!important;
}

.quickjob{
  background:#4fc6e0;
}

.card-title{
  font-size:20px!important;
  font-weight: 300;
}

.card-title.headerFilter{
  font-size:16px!important;
  font-weight: 400;
}

.style-select2tags input.select2-search__field{
  height:20px;
  margin-bottom:0px;
}
.style-select2tags .select2-selection.select2-selection--multiple{
  padding-bottom:0px;
  padding-top:2px;
}

.style-select2tags .select2-container--default .select2-selection--multiple {
  border:none!important;
  border-bottom: 1px solid #aaa!important;
  border-radius: 0px!important;
  background:none;

}
.select2-container--default .select2-search--inline .select2-search__field{
  height: 26px;
}
.select2-selection__choice {

  height: 26px!important;
  line-height: 26px!important;

}
.select2-selection__choice__remove {
  /* Hide default content */

  &::before {
      content: "cancel";
      font-size: 20px!important;
      line-height: 17px!important;

  }
}


.style-select2tags .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #31c0e1!important;
}
.style-select2tags .select2-selection,.style-select2tags .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  /* color: #fff!important;
  font-size: 14px!important; */
}
.style-select2tags .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid #31c0e1!important;
  border-radius: 12px!important;
}

.container_week_event .rowInfos{
  background: #edf9f7;
  /* padding: 0px 15px;
  padding-bottom: 10px;
  margin-bottom: 10px; */
}

.weekview_event_buttoncontrol{

  margin-top: 10px!important;
  padding-top: 10px!important;
  border-top:1px solid #efefef;



}

.weekview_event_buttoncontrol .btn,.weekview_event_buttoncontrol .btn-floating.btn-large{
  height: 30px!important;
  line-height: 30px!important;
}
.weekview_event_buttoncontrol .btn,.weekview_event_buttoncontrol .btn-floating.btn-large i{
  line-height: 30px!important;
}


.infoMaAnmeldestatus {
  width: 40px!important;
  padding-left: 20px!important;
}

.buttonsposition .btn-floating.small {
  width: 40px!important;
  border-radius: 10px!important;
  border: solid 1px #afafaf;
}

.buttonsposition .btn-floating i {
  font-size: 1rem;
  line-height: 18px;
}

.infoMaAnmeldestatus i{
  /* line-height:45px!important; */
  font-size:20px;
  margin-left:-10px;
  position: relative;
  top: 0px;
  left:0px;
  cursor:pointer;
}

.style-select2tags.attribute .select2-selection.select2-selection--multiple {
  padding-bottom: 23px;
}


/*
.select2-selection__arrow.material-icons{
  color:#000!important;
}
.select2-selection__rendered{
  color:#000!important;
} */
.collapsible-header .activeup,.collapsible-header .activedown{
  display:none;
}
.collapsible-header .activeup{
  display:block;
}
.collapsible-header .activedown{
  display:none;
}
.collapsible-header.active .activeup{
  display:none;
}
.collapsible-header.active .activedown{
  display:block;
}

.pmd-card-body .rangebewertung::before{
  content: '1';
  position: absolute;
  margin-left: -18px;
  margin-top: -8px;
  font-size:12px;
}
.pmd-card-body .rangebewertung::after{
  content: '5';
  position: absolute;
  margin-left: 10px;
  margin-top: -10px;
  left: 100%;
  font-size:12px;
}
.tag{
  padding: 0px 10px;
  border-radius: 10px;
  margin-bottom:2px;
  /* height: 20px; */
  /* line-height: 20px; */
  /* font-weight: 500; */
  /* font-size:12px; */
}
.tag.small{
  border-radius: 10px;
  height: 20px;
  line-height: 20px;
  font-weight: 500;
  font-size:12px;
}
.listOverviewElement{
    /* margin-bottom:20px; */
    cursor: pointer;
    background:#fcfcfc;
    padding: 10px 0px;
}
.listOverviewElement.active{
  background:#ececec;
}

.listOverviewElementDienste{
  /* margin-bottom:20px; */
  cursor: pointer;
  background:#fcfcfc;
  padding: 10px 0px;
}
.listOverviewElementDienste.active{
background:#ececec;
}



.chatonlinebadge {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #70ddd9;
  /* top: 0px; */
  /* right: 0px; */
  float: right;
  position: absolute;
  /* margin-top: -50px; */
  top: 0px;
  right: 0px;
  margin-right: 10px;
}

.insetTag div{
  cursor: pointer;
}


li.liEventweek .collapsible-header {
  line-height: 30px;
}
li.liEventweek span{
  font-weight:700;
}

.eventweekInfo1{
  margin-top:-3px;
}
.eventweekInfo1,.eventweekInfo2{
  line-height:14px;
}
.eventweekInfo2{
  color:#8d8d8d;
}

.liEventweek .collapsible-body{
  /* position:absolute; */
  left:0px;
  right:0px;
  z-index:10;
}

.daterangepicker td.today {
  background: #a1ede9 ;
}
.changeState{
  margin-right:10px;
}
.changeState i{
  font-size: 18px!important;
}


.picker.picker--opened {
  line-height: 1.0!important;
}

.alert-flash .close-flash2 {
  position: absolute;
  right: 14px;
  top: 20px;
}

.hideonmobile{
  display: block;
}
td.hideonmobile, th.hideonmobile {
  display: table-cell;
}
.showonmobile{
  display: none;
}

.dw-150,input.dw-150{
  width: 150px;
}

@media only screen and (max-width: 480px) {
  .hideonmobile, td.hideonmobile, th.hideonmobile{
    display: none;
  }
  .mw-100,input.mw-100 {
    width: 100px;
  }
  .showonmobile{
    display: block;
  }
  td.showonmobile, th.showonmobile {
    display: table-cell;
  }
}








.c3-bars path,.c3-event-rect,.c3-legend-item-tile,.c3-xgrid-focus,.c3-ygrid{shape-rendering:crispEdges}.c3 svg{font:10px sans-serif}.c3 line,.c3 path{fill:none;stroke:#000}.c3 text{user-select:none}.c3-ygrid{stroke-dasharray:3 3}.c3-chart-arc path{stroke:#fff}.c3-chart-arc text{fill:#fff;font-size:13px}.c3-chart-arc .c3-gauge-value{fill:#000}.c3-grid line{stroke:#aaa}.c3-grid text{fill:#aaa}.c3-xgrid{stroke-dasharray:3 3}.c3-line{stroke-width:1px}.c3-selected-circle{fill:#fff;stroke-width:2px}.c3-bar{stroke-width:0}.c3-bar._expanded_{fill-opacity:.75}.c3-target.c3-focused{opacity:1}.c3-target.c3-focused path.c3-line,.c3-target.c3-focused path.c3-step{stroke-width:2px}.c3-target.c3-defocused{opacity:.3!important}.c3-region{fill:#4682b4;fill-opacity:.1}.c3-legend-item{font-size:12px}.c3-legend-item-hidden{opacity:.15}.c3-legend-background{opacity:.75;fill:#fff;stroke:#d3d3d3;stroke-width:1}.c3-title{font:14px sans-serif}.c3-tooltip-container{z-index:10}.c3-tooltip{border-collapse:collapse;border-spacing:0;background-color:#fff;empty-cells:show;box-shadow:7px 7px 12px -9px #777;opacity:.9}.c3-tooltip tr{border:1px solid #ccc}.c3-tooltip th{background-color:#aaa;font-size:14px;padding:2px 5px;text-align:left;color:#fff}.c3-tooltip td{font-size:13px;padding:3px 6px;background-color:#fff;border-left:1px dotted #999}.c3-tooltip td>span{display:inline-block;width:10px;height:10px;margin-right:6px}.c3-tooltip td.value{text-align:right}.c3-area{stroke-width:0;opacity:.2}.c3-chart-arcs-title{dominant-baseline:middle;font-size:1.3em}.c3-chart-arcs .c3-chart-arcs-background{fill:#e0e0e0;stroke:none}.c3-chart-arcs .c3-chart-arcs-gauge-unit{fill:#000;font-size:16px}.c3-chart-arcs .c3-chart-arcs-gauge-max,.c3-chart-arcs .c3-chart-arcs-gauge-min{fill:#777}.c3-text.c3-empty{fill:grey;font-size:2em}.c3-circle._expanded_{stroke-width:1px;stroke:#fff}.c3-brush .extent{fill-opacity:.1}
