@charset "UTF-8";

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'),
         local('MaterialIcons-Regular'),
         url(../../fonts/MaterialIcons-Regular.woff2) format('woff2'),
         url(../../fonts/MaterialIcons-Regular.woff) format('woff'),
         url(../../fonts/MaterialIcons-Regular.ttf) format('truetype');
  }
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
  }
  .file-field .btn, .file-field .btn-large{
    height: 35px;
    line-height: 35px;
  }

  .file-field.input-field .file-path-wrapper .file-path{
	padding: 0;
    margin: 0;
    height: 35px!important;
    line-height: 35px!important;
    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;
}

/*------------------------------------------------------------------ */

.shift_calendar-container {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 100px); /* Reduziert die Höhe um 200px */
}

table.shift th.sticky, table.shift td.sticky {
    position: sticky;
    left: 0;
    background: white;
    z-index: 2;
}
table.shift td.sticky:nth-child(1),table.shift th.sticky:nth-child(1) {
    left: 0px; /* Breite der ersten Spalte */
    z-index: 3;
    /* width:120px; */
}
table.shift th.sticky:nth-child(1) {
    z-index: 4;
}
table.shift td.sticky:nth-child(2),table.shift th.sticky:nth-child(2) {
    left: 100px; /* Breite der ersten Spalte */
    z-index: 3;
    border-bottom: 1px solid #dedede;
}
table.shift td.sticky:nth-child(2)>div {
    /* border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede; */
}
.th_mitarbeiter>div{
    width: 170px;
}

.th_kalendertage>div{
    width: 40px;
}


table.shift th.sticky:nth-child(2) {
    z-index: 4;
}

.shift_header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    height: 73px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
}

.shift_date-selector {
    width: 360px;
}

.shift_action-buttons {
    display: flex;
    gap: 10px;
}

.shift_table-container {
    overflow: auto;
    flex-grow: 1; /* Lässt diesen Container den verbleibenden Platz einnehmen */
}

table.shift {
    width: 100%;
    border-collapse: collapse;
}

table.shift th.sticky {
    position: sticky;
    top: 0;
    background: white;
}

table.shift td, table.shift th {
    /* border: 1px solid black; */
    padding: 0px;
    text-align: center;
}
table.shift th {
    font-weight: 600;
    font-size:12px;
}
table.shift .mitarbeiter{
    text-align: left;
    font-size:12px;
}
table.shift .th_mitarbeiter{
    text-align: left;
}




/* ------------------------------------------------------------------*/


/* Nestable list */
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
  }
  .dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .dd-list .dd-list {
    padding-left: 30px;
  }
  .dd-collapsed .dd-list {
    display: none;
  }
  .dd-item,
  .dd-empty,
  .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .dd-handle {
    display: block;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    border: 1px solid #e7eaec;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .dd-handle span {
    font-weight: bold;
  }
  .dd-handle:hover {
    background: #f0f0f0;
    cursor: pointer;
    font-weight: bold;
  }
  .dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
  }
  .dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
  }
  .dd-item > button[data-action="collapse"]:before {
    content: '-';
  }
  #nestable2 .dd-item > button {
    font-family: FontAwesome;
    height: 34px;
    width: 33px;
    color: #c1c1c1;
  }
  #nestable2 .dd-item > button:before {
    content: "\f067";
  }
  #nestable2 .dd-item > button[data-action="collapse"]:before {
    content: "\f068";
  }
  .dd-placeholder,
  .dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
  }
  .dd-dragel {
    position: absolute;
    z-index: 9999;
    pointer-events: none;
  }
  .dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
  }
  .dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  }
  /**
  * Nestable Extras
  */
  .nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
  }
  #nestable-menu {
    padding: 0;
    margin: 10px 0 20px 0;
  }
  #nestable-output,
  #nestable2-output {
    width: 100%;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #nestable2 .dd-handle {
    color: inherit;
    border: 1px dashed #e7eaec;
    background: #f3f3f4;
    padding: 10px;
  }
  #nestable2 .dd-handle:hover {
    /*background: #bbb;*/
  }
  #nestable2 span.label {
    margin-right: 10px;
  }
  #nestable-output,
  #nestable2-output {
    font-size: 12px;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }



.file-field.input-field .file-path-wrapper .file-path{
	padding: 0;
    margin: 0;
    height: 2.2em;
    width: 99%;
 }

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; */
}

.li-breadcrump{
  width: 650px;
  /* width:100%; */
  margin-left:25px;
}
.li-breadcrump a{
  display:inline;
  padding-right: 0px;
  padding-left:0px;
}
.li-breadcrump a:hover{
  background:none;
  padding-left:5px;
  transition: 0.5s;

}
main .main-header div.sec-breadcrumb{
  border:none;
  height: 0px;
}
.contZeitkontoSummary{
  padding:10px;
  border:solid 1px #ddd;
  border-top:solid 2px #347597;
  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;
}

.btnSavePage{
  padding-left:1em;
  padding-right:1em;
}

.mouseaddpointer{
  cursor: copy;
}
.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{

}

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;
}

.dataTables_wrapper .dataTables_length {
  /* float: right!important; */
  margin-left:10px;
}


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.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; */
}




.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 #347597;
  /* 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;
}

#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;
}

#pagefooter{
  position: fixed;
  bottom: 0;
  right: 0;
  width:100%;
  height:80px;

  z-index:1;
  /* 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;
}
/* line 1, ../scss/core.scss */
.select2-selection--multiple{
  overflow: hidden !important;
  height: auto !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
}
.select2-container--default .select2-selection--multiple {
  margin: 0;
  padding: 0;
}
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
}
/* line 1, ../scss/_single.scss */
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 38px;
user-select: none;
-webkit-user-select: none;
}
/* line 12, ../scss/_single.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* line 25, ../scss/_single.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px;
}
/* line 1, ../scss/_multiple.scss */

.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
user-select: none;
-webkit-user-select: none;
}
/* line 12, ../scss/_multiple.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap;
}
/* line 21, ../scss/_multiple.scss */
.select2-container .select2-search--inline {
float: left;
}
/* line 24, ../scss/_multiple.scss */
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 3px;
margin-left: 3px;
}
/* line 31, ../scss/_multiple.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}

/* line 1, ../scss/_dropdown.scss */
.select2-dropdown {
background-color: white;
border: 1px solid #DDD;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051;
}

/* line 18, ../scss/_dropdown.scss */
.select2-results {
display: block;
}

/* line 22, ../scss/_dropdown.scss */
.select2-results__options {
list-style: none;
list-style-type: none !important;
margin: 0;
padding: 0;
}

/* line 28, ../scss/_dropdown.scss */
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none;
}
/* line 34, ../scss/_dropdown.scss */
.select2-results__option[aria-selected] {
cursor: pointer;
}

/* line 39, ../scss/_dropdown.scss */
.select2-container--open .select2-dropdown {
left: 0;
}

/* line 43, ../scss/_dropdown.scss */
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

/* line 49, ../scss/_dropdown.scss */
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

/* line 55, ../scss/_dropdown.scss */
.select2-search--dropdown {
display: block;
padding: 7px;
}
/* line 59, ../scss/_dropdown.scss */
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box;
}
/* line 64, ../scss/_dropdown.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
/* line 69, ../scss/_dropdown.scss */
.select2-search--dropdown.select2-search--hide {
display: none;
}

/* line 15, ../scss/core.scss */
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0);
}

/* line 1, ../scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single {
background-color: #f0f0f0;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
}
/* line 6, ../scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single:focus {
outline: 0;
}
/* line 10, ../scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 34px;
}
/* line 15, ../scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
}
/* line 21, ../scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999;
}
/* line 25, ../scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 36px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
}
/* line 35, ../scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
/* line 56, ../scss/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left;
}
/* line 60, ../scss/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto;
}
/* line 68, ../scss/theme/default/_single.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default;
}
/* line 72, ../scss/theme/default/_single.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none;
}
/* line 81, ../scss/theme/default/_single.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
/* line 1, ../scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple {
background-color: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-border-radius: 2px;
border-radius: 2px;
cursor: text;
height: 22px;
}
/* line 7, ../scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
list-style-type: none !important;
padding: 0 0 0 4px !important;
margin: 0;
padding: 0 5px;
width: 100%;
}
/* line 15, ../scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left;
}
/* line 23, ../scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: px;
margin-right: 2px;
}
/* .select2-container--default .select2-search--inline .select2-search__field {

  height: 20px;
} */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  height: 25px;
  line-height: 21px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove::before{
  font-size: 19px;
  margin-top: -3px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  height: 20px;
}
/* line 31, ../scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
/* color: #ffffff; */
/* background-color: #4a89dc; */
border-radius: 2px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 1px;
padding: 1px 2px 2px !important;
}
/* line 46, ../scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px;
}
/* line 55, ../scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333;
}
/* line 63, ../scss/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
float: right;
}
/* line 67, ../scss/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
/* line 72, ../scss/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
/* line 80, ../scss/theme/default/_multiple.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: 1px solid #CCC;
outline: 0;
}
/* line 87, ../scss/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default;
}
/* line 92, ../scss/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none;
}
/* line 6, ../scss/theme/default/layout.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
/* line 13, ../scss/theme/default/layout.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
/* line 20, ../scss/theme/default/layout.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #DDD;
}
/* line 22, ../scss/theme/default/layout.scss */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
outline: 0;
}
/* line 29, ../scss/theme/default/layout.scss */
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
}
/* line 36, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
padding: 2px !important;
}
/* line 42, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option[role=group] {
padding: 0;
}
/* line 46, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999;
}
/* line 50, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #EEE;
}
/* line 54, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em;
}
/* line 57, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0;
}
/* line 61, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em;
}
/* line 65, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em;
}
/* line 69, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em;
}
/* line 73, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em;
}
/* line 77, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em;
}
/* line 88, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #4a89dc;
color: white;
}
/* line 93, ../scss/theme/default/layout.scss */
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}

/*
.table_employee_schichten .select2-container--default .select2-selection--multiple {
  height: 44px;
    margin: 0;
    padding: 0;
}

.table_employee_schichten .select2-container--default .select2-selection--multiple .select2-selection__rendered {

  height: 38px;
} */

.calendar .borderbottom{
  border-bottom: 1px solid #ddd;
  /* 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;
}
.progress_container{
    position: relative;
}
.progress_mitarbeiter{
    position: absolute;
    height:5px;
}
.progress_background{
    width:100%;
    background-color:#dedede;
    height:5px;

}
.visible_active{
    overflow: hidden;
    cursor: pointer;


  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: none;

}
/* .visible_active:active{
    max-height: none!important;
    max-width: none!important;
    overflow: unset;
    display: block;
    -webkit-box-orient:unset;
    -webkit-line-clamp: unset;
} */

/* .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;
}

.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: 200px;
  min-width: 150px;
  font-size:11px;
}
.sollmonat {
  font-weight: 800;
  float: right;
  margin-right: 5px;
}
.sollmonat.max {
  color:#ff2d40;
  font-weight: 800;
}


.grid-item--header {
  font-size:11px;
  height: 40px;
  min-height: 40px;
  position: sticky;
  position: -webkit-sticky;
  background: white;
  top: 0;
}

[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:#347597!important;
  border:1px solid #347597!important;
  color:#fff!important;
}

.quickjob1{
  color:#347597;
  border-radius:5px!important;
  background:#f9fafc!important;
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
  border:1px solid #347597!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:#347597!important;
}
.quickjob2 i{
  color:#9e9e9e!important;
}
.quickjob1:hover,.quickjob2:hover,.quickjob1.active,.quickjob2.active{
  background:#347597!important;
  border:1px solid #347597!important;
}
.quickjob1:hover i,.quickjob2:hover i,.quickjob1.active i,.quickjob2.active i{
  color:#fff!important;
}

.cardQuickjob{
  background: linear-gradient(to right, #347597 0%,#347597 13%,#347597 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> */



.breadcrumbs-nav.left{
  /* width:calc(100% - 550px)!important; */
  max-width:520px;
}
.breadcrumbs-nav.left .nav-wrapper{
  margin-top:20px!important;
}
.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:#347597;
}

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

.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;

}
.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;
}


.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}
