/* shared content*/
/* poppins-100 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: local(""), url("../global_assets/fonts/poppins/poppins-v20-latin-100.woff2") format("woff2"), url("../global_assets/fonts/poppins") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-200 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: local(""), url("../global_assets/fonts/poppins/poppins-v20-latin-200.woff2") format("woff2"), url("../global_assets/fonts/poppins/poppins-v20-latin-200.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-300 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../global_assets/fonts/poppins/poppins-v20-latin-300.woff2") format("woff2"), url("../global_assets/fonts/poppins/poppins-v20-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../global_assets/fonts/poppins/poppins-v20-latin-regular.woff2") format("woff2"), url("../global_assets/fonts/poppins/poppins-v20-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../global_assets/fonts/poppins/poppins-v20-latin-500.woff2") format("woff2"), url("../global_assets/fonts/poppins/poppins-v20-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../global_assets/fonts/poppins/poppins-v20-latin-600.woff2") format("woff2"), url("../global_assets/fonts/poppins/poppins-v20-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../global_assets/fonts/poppins/poppins-v20-latin-700.woff2") format("woff2"), url("../global_assets/fonts/poppins/poppins-v20-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-800 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("../global_assets/fonts/poppins/poppins-v20-latin-800.woff2") format("woff2"), url("../global_assets/fonts/poppins/poppins-v20-latin-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-900 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../global_assets/fonts/poppins/poppins-v20-latin-900.woff2") format("woff2"), url("../global_assets/fonts/poppins/poppins-v20-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*
html, body {
  height: 100%;
  overflow: hidden;
}
*/

#pplbody  {
  height: calc(100vh - 97px);
  overflow: hidden;	
  font-family: Poppins, "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: 14px !important;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}

#pplbody label{
	margin-bottom: unset;
	display:unset;
}

body.b-initially-hidden {
  visibility: hidden;
}
body.b-change-size #pplcontainer {
  transition: all 0.3s;
}
body.b-screenshot * {
  transition: none !important;
  animation-duration: 0s !important;
}
body.b-size-phone {
  display: flex;
  background: url(images/woodsmall.jpg) no-repeat center center fixed;
  background-size: cover;
}
body.b-size-phone #pplcontainer {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex: 0 0 375px;
  max-width: 375px;
  height: 727px;
  max-height: 727px;
  min-height: 727px;
  overflow: visible;
}
body.b-size-phone #pplcontainer #fullscreen-button,
body.b-size-phone #pplcontainer #trial-button,
body.b-size-phone #pplcontainer .learnButton {
  display: none;
}
body.b-size-phone #pplcontainer::after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  max-height: calc(100% + 60px);
  top: -30px;
  right: -10px;
  bottom: -30px;
  left: -10px;
  border: 10px solid black;
  border-bottom-width: 30px;
  border-top-width: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
body.b-size-phone .b-timefield .b-fieldtrigger, body.b-size-phone b-datefield .b-fieldtrigger {
  font-size: 135%;
}

/* <trial-only> */
@media (max-width: 800px) {
  #trial-button {
    display: none;
  }
}
/* <trial-only> */
.b-grid.b-outer:not(.b-panel-collapsible) {
  flex: 1;
}

#pplcontainer {
	
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transform: translate(0, 0);
  overflow: hidden;
}
#pplcontainer::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  max-height: 0;
  left: 0;
  border: none;
  box-shadow: none;
  pointer-events: none;
}

.demo-header {
  display: flex;
  color: #fff;
  padding: 0.4em;
  padding-inline-start: 0.7em;
  transition: background-color 0.5s, padding 0.5s, font-size 0.1s;
  flex: 0 0 auto;
}
.demo-header a {
  color: inherit;
  text-decoration: none;
}
.demo-header #title-container {
  display: inline-flex;
  align-items: stretch;
  flex: 1;
  overflow: hidden;
}
.demo-header #title {
  display: inline-flex;
  align-items: center;
  padding-inline-start: 2.1em;
  font-size: 1.3em;
  background: url(images/bryntum-symbol-white.svg) no-repeat;
  background-size: 1.6em;
  background-position-y: center;
  white-space: nowrap;
}
.demo-header #title h1 {
  margin: 0;
  font-size: inherit;
  font-weight: 400;
}
body[style*=rtl] .demo-header #title {
  background-position-x: right;
}
.demo-header #tools {
  display: flex;
  align-items: center;
  background-color: inherit;
  transition: background-color 0s, margin-top 0.3s;
}
.demo-header #tools > .b-widget:not(.b-tool) {
  margin-inline-end: 0.5em;
}
.demo-header #tools > .b-button,
.demo-header #tools > .b-widget label {
  color: #fff;
}
.demo-header #tools .b-tool {
  color: #fff;
  font-size: 1.1em;
  width: 2.5em;
  height: 2.5em;
}
.demo-header .b-button.b-tool:hover, .demo-header .b-button.b-tool.b-pressed:hover, .b-using-keyboard .demo-header .b-button.b-tool:focus,
.demo-header .b-button.b-transparent:not(.b-tab):hover,
.demo-header .b-button.b-transparent:not(.b-tab).b-pressed:hover,
.b-using-keyboard .demo-header .b-button.b-transparent:not(.b-tab):focus {
  background: rgba(255, 255, 255, 0.15);
  opacity: 1;
}
.demo-header .b-button.b-tool.b-pressed, .demo-header .b-button.b-tool:focus,
.demo-header .b-button.b-transparent:not(.b-tab).b-pressed,
.demo-header .b-button.b-transparent:not(.b-tab):focus {
  background: none;
}
.demo-header .b-button.b-tool:active, .demo-header .b-button.b-tool.b-pressed:active,
.demo-header .b-button.b-transparent:not(.b-tab):active,
.demo-header .b-button.b-transparent:not(.b-tab).b-pressed:active {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.demo-header #header-tools {
  display: inline-block;
}


.b-sch-event-content {
  position: relative;
  width: 100%;
}

/*
.b-sch-event-wrap {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.18);
}
*/
.b-sch-event-wrap.b-readonly{
	opacity : 8;
}
.b-sch-event-wrap.b-readonly .b-sch-event-content {
  opacity: 0.8;
}
.b-sch-event-wrap .b-sch-event {
  /*background: #f9f9f9; /*Wenn man den BG nur grau will*/
}
.b-sch-event-hover .b-sch-event .b-task-percent-bar-outer{
	/*background: #d4d4d4; */
	/*background: rgba(255, 255, 255, 0.15);*/
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}

.b-sch-event-wrap .b-sch-event-content > i:first-child {
  display: flex;
  align-items: center;
  font-size: 1.3em;
  margin-inline-start: 0.1em;
}
.b-percent-bar.b-low {
  background: #ffa726;
}
.b-sch-event-wrap .b-sch-event-content div {
  flex: 1;
}
.b-sch-event-wrap .b-sch-event-content * {
  /*color: #606263;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-sch-event-wrap .b-fa-check {
  margin-inline-start: 0.5em;
}
/*
.b-sch-style-colored.b-sch-event-wrap > .b-sch-event.b-sch-event-selected
{
	--event-color: var(--event-primary-color-l);
}
*/
.b-task-percent-bar {
  background-color: rgba(255, 255, 255, 0.4);
  
}
/*
.b-hint code, .b-tooltip code {
  background: #eee;
  padding: 2px 4px;
  line-height: 1;
}
.b-theme-classic .b-hint code, .b-theme-material .b-hint code, .b-theme-classic .b-tooltip code, .b-theme-material .b-tooltip code {
  background: #444;
}
.b-theme-classic-dark .b-hint code, .b-theme-classic-dark .b-tooltip code {
  background: #111;
}
.b-hint .description, .b-tooltip .description {
  line-height: 1.7em;
}
*/
.b-hint .header {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.b-hint .header i {
  margin-inline-end: 0.5em;
}

.b-notransition * {
  transition: none;
}

@media (max-width: 450px) {
  .rc-feedbackbutton-iframe,
  .b-hint,
  #fullscreen-button,
  [data-ref=codeButton],
  #trial-button,
  .learnButton,
  .b-codeeditor .b-icon-file-download {
    display: none !important;
  }
  .demo-header a#title {
    padding-inline-start: 0;
    background: none;
  }
}
@media (max-width: 568px) {
  .demo-header #title {
    margin-inline-start: 0.5em;
  }
}
#header-tools {
  display: none;
}

.info-popup.b-popup .b-popup-content {
  padding: 1.5em;
}
.info-popup.b-popup .b-popup-content .b-html {
  flex-direction: column;
}
.info-popup.b-popup .b-popup-content .header {
  font-weight: 700;
}
.info-popup.b-popup .b-popup-content .description {
  padding-top: 0.5em;
  line-height: 1.4em;
}
.info-popup.b-popup .b-popup-content .b-button {
  justify-content: center;
}
.b-theme-material .info-popup.b-popup .b-popup-content > .b-combo:not(.b-html):not(.b-fieldtrigger) {
  margin-top: 2em;
}

.b-widget.b-codeeditor {
  width: 450px;
  flex: unset;
}
.b-widget.b-codeeditor:not(.b-collapsed) {
  border-inline-start: 5px solid #d8d9da;
}
.b-widget.b-codeeditor.b-collapsed .b-panel-collapse-revealer {
  display: none;
}
.b-widget.b-codeeditor:not(.b-resizing) {
  transition: border-width 0.1s;
}
.b-widget.b-codeeditor .b-toolbar {
  flex: 0 0 auto;
}
.b-widget.b-codeeditor .b-codeeditor-body-wrap, .b-widget.b-codeeditor .b-panel-overlay {
  overflow: hidden;
}
.b-widget.b-codeeditor .b-panel-content {
  direction: ltr;
  background-color: #333435;
  padding: 0;
  overflow: auto;
}
.b-widget.b-codeeditor .b-panel-content code:focus {
  outline: none;
}
.b-widget.b-codeeditor .b-panel-content pre {
  color: #fff;
  padding: 1em;
  margin: 0;
}
.b-widget.b-codeeditor .comment,
.b-widget.b-codeeditor .comment .keyword,
.b-widget.b-codeeditor .comment .string {
  color: #90a4ae;
}
.b-widget.b-codeeditor .keyword {
  color: #ffb74d;
}
.b-widget.b-codeeditor .curly {
  color: #ffe0b2;
}
.b-widget.b-codeeditor .string,
.b-widget.b-codeeditor .string .keyword {
  color: #66bb6a;
}
.b-widget.b-codeeditor .tag {
  color: #a5d6a7;
}
.b-widget.b-codeeditor.b-resizing * {
  user-select: none;
}
.b-widget.b-codeeditor.b-over-resize-handle {
  cursor: ew-resize;
}
.b-widget.b-codeeditor .b-header-title {
  white-space: nowrap;
}
.b-widget.b-codeeditor .b-header-title i {
  margin-inline-end: 0.5em;
}
.b-widget.b-codeeditor.b-hidden {
  display: flex !important;
  border-inline-start-width: 0;
}
.b-widget.b-codeeditor .b-bottom-toolbar {
  background-color: #ffb74d;
  transition: color 0.2s, background-color 0.2s;
}
.readonly .b-widget.b-codeeditor .b-bottom-toolbar {
  background-color: #ff8d46;
}
.b-widget.b-codeeditor.invalid .b-codeeditor-header i {
  color: #b71c1c;
  background: #fff;
}
.b-widget.b-codeeditor.invalid .b-bottom-toolbar {
  color: #fff;
  background: #b71c1c;
}

.feedback-savedmsg h3 {
  margin-top: 0.6em;
}
.feedback-savedmsg i {
  margin-inline-end: 0.2em;
}

.version-update-toast {
  max-width: 250px;
  line-height: 1.4em;
}
.version-update-toast h4 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.version-update-toast h4 i.b-fa-times {
  position: absolute;
  right: 0;
  top: 0;
}
.b-rtl .version-update-toast h4 i.b-fa-times {
  right: auto;
  left: 0;
}
.version-update-toast a {
  text-decoration: underline;
}

.b-demo-unavailable .b-panel-header i.b-fa,
.b-hint .header i.b-fa {
  margin-inline-end: 0.5em;
}

.b-theme-stockholm .demo-header,
.b-theme-classic .demo-header,
.b-theme-material .demo-header {
  background-color: #0076f8;
}

body.b-theme-classic-dark {
  background-color: #222;
}

.b-theme-classic-dark .demo-header {
  background-color: #152365;
}

.b-theme-classic-light .demo-header {
  background-color: #3191f7;
}

.b-screenshot .demo-header,
.b-hide-header .demo-header {
  display: none;
}

.b-hide-toolbar .b-outer > .b-panel-body-wrap > .b-top-toolbar,
.b-hide-toolbar .b-outer.b-panel > header.b-panel-ui-toolbar {
  display: none;
}

.docsmenu a {
  text-decoration: none;
}
.docsmenu .b-menuitem {
  padding: 1.2em 1em;
}
.docsmenu .b-docs-menu-header {
  font-size: 1.2em;
  padding: 0.7em 2em;
  text-transform: uppercase;
}
.docsmenu .b-docs-menu-header .b-menu-text {
  margin-inline-start: 0;
}

.b-docs-category {
  font-weight: 600;
  background: #eee;
}
.b-theme-classic-dark .b-docs-category {
  background: rgba(102, 102, 102, 0.2666666667);
}

.b-codeeditor .b-bottom-toolbar .b-toolbar-content {
  padding: 1em !important;
}

.b-schedulerpro .name {
  display: flex;
}
.b-schedulerpro .name img {
  width: 38px;
  border-radius: 100%;
  margin: 0 15px 0 5px;
}
.b-schedulerpro .name dl {
  flex: 1;
  margin: 0;
  padding: 0;
}
.b-schedulerpro .name dt {
  font-weight: bold;
  color: #444;
}
.b-schedulerpro .name dd {
  font-size: 0.8em;
  color: #999;
  margin: 4px 0;
}

.b-theme-classic-dark .name dt {
  color: #eee;
}

/*# sourceMappingURL=shared.css.map */



/* /shared content*/

.b-sch-event-wrap .b-sch-event {
  opacity: 0.9;
  border-radius: 2px;
}
.b-event-header {
  display: flex;
  font-weight: 600;
  margin-bottom: 0.5em;
  flex-shrink: 0;
}
.b-event-header span {
  flex: 1;
}
.b-sch-event {
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.b-sch-event .b-event-header .b-fa {
  margin-inline-end: 0;
}
/*
.b-sch-event-wrap .b-sch-event:not(.b-milestone) .b-sch-event-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  justify-content: space-evenly;
  flex: 0 1 fit-content;
}
*/
.b-sch-event-wrap .b-sch-event:not(.b-milestone) .b-sch-event-content div.orderinfo {
  line-height: 0.8em;
  font-size: 0.8em;
}
.b-sch-event-wrap .b-sch-event .desc {
  flex: 1;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

.b-resource-info dd.b-resource-meta {
  display: flex;
  flex-direction: column;
  color: #888;
  margin-top: 0.6em;
  font-size: 0.8em;
}

.b-status {
  display: flex;
  align-items: center;
  margin-top: 0.3em;
}
.b-status.b-icon:before {
  color: #e53f2c;
  margin-inline-end: 0.4em;
}

.b-running:before {
  display: inline-block;
  content: " ";
  width: 0.8em;
  height: 0.8em;
  background: #27ca37;
  border-radius: 100%;
  margin-inline-end: 0.4em;
  position: relative;
  top: 1px;
}

#pplmain {
  display: flex;
  flex-direction: row;
  flex: 1 1 100%;
}
/*
.b-unassigned-class.b-drag-proxy .b-sch-event {
  background: green;
  border-color: darkgreen;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  margin: 5px 0;
}
*/
/*
.b-unassigned-class.b-drag-proxy .b-sch-event {
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 8px;
  outline: thick solid #e53f2c;
  border:3px dotted blue;
  margin: 5px 0;
}
*/

.b-unassigned-class.b-drag-proxy .b-sch-event {
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 8px;
  border: thick solid #8bc34a;
  border-radius: 4px;
}
/*
.b-unassigned-class.b-drag-proxy.b-drag-invalid .b-sch-event {
  background: red;
  border-color: darkred;
}
*/

.b-unassigned-class.b-drag-proxy.b-drag-invalid .b-sch-event {
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 8px;
  border: thick solid #f44336;
}
.order-cell {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.order-cell .customer {
  font-weight: 300;
  margin-top: 0.2em;
}

.order1.b-sch-event:not(.b-milestone) {
  background-color: #3183fe;
}

.order2.b-sch-event:not(.b-milestone) {
  background-color: #27ca37;
}

.b-percent-bar-outer {
  border-radius: 4px;
  overflow: hidden;
}

[data-ref=dateLabel] {
  justify-content: center;
  font-weight: bold;
}

.b-button .b-fa-caret-left,
.b-button .b-fa-caret-right {
  font-size: 1.4em;
}

.b-mask-incompatible-rows .b-grid-row:not(.compatible) .b-grid-cell {
  transition: opacity 0.5s, blur 0.5s;
  filter: blur(3px);
  opacity: 0.4;
}

svg.b-sch-dependencies-canvas .b-sch-dependency {
  stroke: #2667c8;
  stroke-width: 2;
}
svg.b-sch-dependencies-canvas marker path {
  fill: #2667c8;
}

.b-tooltip h4 {
  margin-top: 0;
}

.b-green-red{
  --widget-primary-color-rgb:229,63,44;
  
}
.b-green-red .b-slidetoggle-toggle
{
	background-color:rgba(39,202,55, 0.6);
}
/*# sourceMappingURL=app.css.map */

.b-sch-event-tooltip {
  min-width: 15em;
}
.b-sch-event-tooltip dl {
  margin: 0;
}
.b-sch-event-tooltip dt, .b-sch-event-tooltip dd {
  margin-inline-start: 0;
}
.b-sch-event-tooltip dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.b-sch-event-tooltip dd:not(:last-child) {
  margin-bottom: 1.5em;
}
.b-sch-event-tooltip dd .b-icon {
  margin-inline-end: 0.5em;
}

.b-event_name {
  font-weight:700;
}
.b-event_desc {
  font-size: 0.8em;
  margin-top: 0.5em;
}


.b-event-header span {
  flex: 1;
}
.b-sch-event .b-event-header .b-fa {
  margin-inline-end: 0;
}


.b-ordergrid div[data-column=name] .b-fa {
  margin-inline-end: 0.5em;
}
.b-ordergrid .b-grid-row {
  border-bottom: none;
  background: transparent !important;
}
.b-ordergrid .b-grid-cell {
  padding: 0.75em;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: transparent !important;
}
.b-ordergrid .b-sch-event-wrap {
  display: flex;
  position: static;
  flex: 1;
  min-height: 4em;
  grid-template-rows: min-content auto min-content;
  justify-content: stretch;
}
.b-ordergrid .b-sch-event-wrap:hover {
  background: rgba(255, 152, 0, 0.1);
}

.b-ordergrid .b-panel-ui-toolbar.b-dock-top, .b-scheduler > .b-panel-body-wrap > .b-toolbar {
  min-height: 4.3em;
}
/*
.b-unassigned-class.b-drag-proxy.b-drag-invalid .b-sch-event {
  background-color: #f44336;
  opacity: 0.5;
  color: #fff;
}
*/
.b-unassigned-class.b-drag-proxy.b-drag-invalid .b-sch-event {
  /*opacity: 0.5;*/
}
.b-unassigned-class.b-drag-proxy.b-horizontal {
  align-items: center;
  padding-inline-start: 0.5em;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.b-sch-tooltip-startdate,
.b-sch-tooltip-enddate {
  margin-top: 0.2em;
}
.b-event-header span {
  flex: 1;
}
.b-event-header {
  display: flex;
  font-weight: 600;
  margin-bottom: 0.5em;
  flex-shrink: 0;
  margin-bottom:0;
}
.b-event-header span {
  flex: 1;
}
.b-event-header i {
  margin-left: 5px;
}
.b-sch-event .b-event-header .b-fa {
  margin-inline-end: 0;
}

.b-event-footer {
  display: flex;
  font-weight: 400;
  font-size: 0.8em;
  opacity: 0.7;
}
.b-event-footer .b-meta {
  flex: 1;
}
.b-sch-event:not(.b-milestone) .b-sch-event-content {
  flex: 1;
  flex-direction: column;
}

.b-resource-avatar{
	width: 4em;
	height: 4em;
	object-fit: cover;
}
.b-event-alert{
	border-left-color: red;
}
.b-event-warning{
	border-left-color: orange;
}
.b-highlighting .b-sch-event-wrap .b-sch-event {
  opacity: 0.2;
}
.b-highlighting .b-sch-event-wrap .b-sch-event.b-match {
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 8px;
  outline: thick solid #FFEA00;
}
.b-panel-header.b-dock-top {
  border-bottom: 1px solid #00897b;
}
.b-popup-header {
  background-color: #E0F2F1;
  color: #4f5964;
}
.b-sch-event.b-ordergrid .b-event-header{
	display: grid;
}

.b-stripe .b-grid-row.b-selected {
  background-color: #B2DFDB;
}
.b-gridbase:not(.b-moving-splitter) .b-grid-subgrid:not(.b-hide-row-hover) .b-grid-row:not(.b-group-row).b-hover {
  background-color: rgb(224, 242, 241);
}
.b-gridbase:not(.b-moving-splitter) .b-grid-subgrid:not(.b-hide-row-hover) .b-grid-row:not(.b-group-row).b-hover.b-selected {
  background-color: rgb(224, 242, 241);
}
.b-gridbase:not(.b-moving-splitter) .b-grid-subgrid:not(.b-hide-row-hover) .b-grid-row:not(.b-group-row).b-hover .b-grid-cell {
  background-color: unset;
}
.b-sch-resourcenonworkingtime{
  /*background-color:rgba(240, 240, 240, 0.5);
  z-index:1;*/
  background : repeating-linear-gradient(135deg, rgba(155,155,155,0.3), rgba(155,155,155,0.3) 8px, transparent 8px, transparent 16px);
  color: #666
}

.b-button label {
  margin-bottom: unset;
}