.results {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3%;
  z-index: 10;
  overflow: auto;
}
legend {
  width: auto;
}
h1 {
  background: rgba(255, 255, 255, 0.9);
  padding: 0.2em 0.2em 0.2em 0.5em;
  border-radius: .25rem;
}


.text-black-70 {
  color: rgba(0, 0, 0, 0.7) !important;
}
.text-black-30 {
  color: rgba(0, 0, 0, 0.3) !important;
}


.text-black-20 {
  color: rgba(0, 0, 0, 0.2) !important;
}
.text-black-10 {
  color: rgba(0, 0, 0, 0.1) !important;
}
.btn-avaris {
  color: #fff;
  background-color: #017398;
  border-color: #017398;
}

.text-avaris {
  color: #017398;
}
.bg-avaris {
  background-color: #017398 !important;
}
.bg-avaris-light {
  background-color: #bcdae4 !important;
}

.border-avaris  {
  border-color: #017398 !important;
}

.telegram {
  background-color: #000;
}

.telegram-in {
  margin-right: 100px;
}

.telegram-out {
  margin-left: 100px;
  text-align: right;
}

.telegram-out .card {
  background-color: #66ffff;
}

.telegram-error {
  background-color: #dc3545 !important;
  color: white !important;

}

.telegram-info, .telegram label {
  color: white;
}

.telegram hr {
  border-top: 1px solid grey;
}
.avatar {
  width: 1.3em;
  height: 1.3em;
  border-radius: 100px;
  position: relative;
  vertical-align: text-bottom;
}

.streckenverwaltung {
  height: 100%;
}
.left-pane {
  min-width: 200px;
  background: #017398;
  height: 100%;
  border-top: 1px solid #0e4d6b;
  border-bottom: 1px solid #0e4d6b;
}
div::-webkit-scrollbar-thumb {
  background: #ffc107;
  border-radius: 10px;
}
div::-webkit-scrollbar {
  background: #017398;

}
.right-pane {
  height: 100%;
  background: #F2F2F2;
}
.text-s {
  font-size: 10px;
}
.text-m {
  font-size: 12px;
}
.text-ml {
  font-size: 18px;
}
.text-l {
  font-size: 24px;
}
.text-xl {
  font-size: 36px;
}


.vielleicht {
  background-image: linear-gradient(top, #ebe8eb 0%, #d2d2d2 100%);
  background-image: -o-linear-gradient(top, #ebe8eb 0%, #d2d2d2 100%);
  background-image: -moz-linear-gradient(top, #ebe8eb 0%, #d2d2d2 100%);
  background-image: -webkit-linear-gradient(top, #ebe8eb 0%, #d2d2d2 100%);
  background-image: -ms-linear-gradient(top, #ebe8eb 0%, #d2d2d2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebe8eb), color-stop(1, #d2d2d2));
}

.storno {
  background-image: linear-gradient(top, #ffe5e5 0%, #f5d0d0 100%);
  background-image: -o-linear-gradient(top, #ffe5e5 0%, #f5d0d0 100%);
  background-image: -moz-linear-gradient(top, #ffe5e5 0%, #f5d0d0 100%);
  background-image: -webkit-linear-gradient(top, #ffe5e5 0%, #f5d0d0 100%);
  background-image: -ms-linear-gradient(top, #ffe5e5 0%, #f5d0d0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe5e5), color-stop(1, #f5d0d0));
}

.findet_statt {
  background-image: linear-gradient(top, #dcfadc 0%, #b0faba 100%);
  background-image: -o-linear-gradient(top, #dcfadc 0%, #b0faba 100%);
  background-image: -moz-linear-gradient(top, #dcfadc 0%, #b0faba 100%);
  background-image: -webkit-linear-gradient(top, #dcfadc 0%, #b0faba 100%);
  background-image: -ms-linear-gradient(top, #dcfadc 0%, #b0faba 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dcfadc), color-stop(1, #b0faba));
}




.bg-evan
{
  background-color: #ffffff;
}
.bg-odd
{
  background-color: #ececec;
}

.calendar-date.success,
.sv-success {
  border-color: lightgreen !important;
  background-color: lightgreen !important;
}
.calendar-date.danger,
.sv-danger {
  border: solid lightcoral thin !important;
  background-color: lightcoral !important;
}
.calendar-date {
  display: inline-block;
  width: 60px;
  margin: 5px;
  text-align: center;
  border-radius: 3px;
}
.hover:hover {
  background-color: #ddd;
}



.dialog-wrapper {
  width: auto;
  min-width: 300px;
  min-height: 90px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  /*margin: auto;
  margin-top: 200px;*/
  margin:15px;
  background: #fff;
  box-shadow: 0 5px 35px 5px rgba(34, 34, 34, 0.3);
}
.dialog-panel {
  position: fixed;
  z-index: 10000;
  background-color: rgba(200, 200, 200, 0.7);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog-title-node {
  padding: 0.5em 15px;
  font: 300 1.5em/1 "Raleway", sans-serif;
  flex: 0 0 auto;
}
.dialog-default .dialog-title-node {
  background: #444;
  color: #fff;
}
.dialog-info .dialog-title-node {
  background-color: #017398;
  color: #fff;
}
.dialog-danger .dialog-title-node {
  background: #dc3545;
  color: #fff;
}
.dialog-warning .dialog-title-node {
  background: #ffc107;
  color: #fff;
}
.dialog-success .dialog-title-node {
  background: #28a745;
  color: #fff;
}
.dialog-primary .dialog-title-node {
  background: #007bff;
  color: #fff;
}
.dialog-body,
.dialog-button-node {
  padding: 15px;
}

.scrollable{
  flex: 1 1 auto;
  /*height: 50vh;*/
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}

.dialog-body_scrollable {
  flex: 1 1 auto;
  /*height: 50vh;*/
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}

.dialog-xs {
  min-width: 80px;
  width: 20%;
  margin-top: 100px;
}
.dialog-s {
  /*width: 30%;
  margin-top: 100px;*/
  width: 500px;
}
.dialog-m {
  width: 50%;
  /*margin-top: 100px;*/
}
.dialog-l {
  width: 60%;
  /*margin-top: 100px;*/
}
.dialog-xl {
  width: 80%;
  /*margin-top: 50px;*/
}
.dialog-xxl {
  width: 90%;
  /*margin-top: 20px;*/
}
.dialog-full {
  width: 100%;
  height: calc(100vh - 30px);
  margin: 15px;
}
.dialog-content-node {
  padding: 1.5em 15px;
  font: 400 1.3em/1.4 "Arial", sans-serif;
  max-height: 400px;
  overflow: auto;
}
.dialog-button-node {
  background: #F9F9F9;
  border-top: 1px solid #E9E9E9;
  text-align: right;
  padding: 0.7em 15px;
  flex: 0 0 auto;
}
.dialog-button-node .btn-light {
  background-color: #ddd;
  border-color: #ddd;
}

fieldset {
  padding: 5px 8px 5px 8px;
  margin: 5px 0px 0px 0px;
  /*line-height: 11px;*/
  -webkit-border-radius: 7px;
  border: 1px solid #80d9ff;
  background-color: #F8F8F8;
}
legend {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #017398;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0 0 0px 0;
  display: block;
}

.text-light-grey {
  color: #ececec;
}
.mandatory::after {
  content: "*";
  color: red;
}
.container {
  max-width: 2200px !important;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xxs,
.btn-group-xxs > .btn {
  margin-left: 1px;
  padding: 1px 2px;
  font-size: 9px;
  line-height: 1.1;
  border-radius: 3px;
}
.pull-right {
  float: right !important;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.clickable {
  cursor: pointer;
}
.hover:hover {
  background-color: #cccccc;
}
.bold {
  font-weight: bold;
}
.has-lok-spinner {
  position: relative;
}
.lok-spinner {
  display: none;
  z-index: 100000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.9;
  background: #f5f5f5 url(/img/ajax-loader-lokomotive.gif) no-repeat center center;
}

.right {
  text-align: right;
}
/*# sourceMappingURL=main.css.map */

/******************************/
/****** DOJO TOOLTIPS *********/
/******************************/

/* generic */

.dijitTooltip {
  position: absolute;
  z-index: 2000;
  display: block;

  left: 50%;
  top: -10000px;
  overflow: visible;
}

.dijitTooltipContainer {
  border: solid black 2px;
  background: white;
  color: black;
  font-size: small;
}

.dijitTooltipFocusNode {
  padding: 2px 2px 2px 2px;
}

.dijitTooltipConnector {
  position: absolute;
}

.dijitTooltipData {
  display: none;
}

.dijitLayoutContainer {
  position: relative;
  display: block;
  overflow: hidden;
}

/* style */

 .dijitTooltip,
 .dijitTooltipDialog {
  background: transparent;
}

.dijitTooltipBelow {
  padding-top: 13px;
}

.dijitTooltipAbove {
  padding-bottom: 13px;
}

.dijitTooltipContainer {
  /*background: #ffffff url("images/popupMenuBg.gif") repeat-x bottom left;*/
  border: 1px solid #c0c0c0;
  padding: 0.5em;
  padding-right: 0.5em;
  -webkit-border-radius: 7px;
}

.dj_ff3  .dijitTooltipContainer {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

 .dijitTooltipConnector {
  border: 0px;
  z-index: 2;
}

 .dijitTooltipABRight .dijitTooltipConnector {
  left: auto !important;
  right: 3px;
}


 .dijitTooltipLeft {
  padding-right: 14px;
}


 .dijitTooltipLeft .dijitTooltipConnector {
  right: 0px;
  bottom: 3px;
  background: url("/images/tooltipConnectorRight.png") no-repeat top left;
  width: 16px;
  height: 14px;
}


 .dijitTooltipRight {
  padding-left: 14px;
}

 .dijitTooltipRight .dijitTooltipConnector {
  left: 2px;
  bottom: 7px;
  background: url("/images/tooltipConnectorLeft.png") no-repeat top left;
  width: 16px;
  height: 28px;
}

/*  Schicht select Mitarbeiter   */

div#debugPanel {
  position: fixed;
  bottom: 0;
  right: 1em;
  width: auto;
}
.button-styles-clear {
  background: transparent;
  border: none;
  outline: none !important;
}
.button-blue {
  color: #0BA6EF;
}
.button-yellow {
  color: #F5CA00;
}
.button-green {
  color: #1ABB1A;
}
.button-red {
  color: #C30000;
}
.button-gray {
  color: #C9C9C9;
}
.spacer {
  margin-top: 2em;
}
.table-style {
  padding: 1em 0;
}
.row-wrapper {
  border-bottom: 1px solid #ddd;
}
.row-wrapper:hover {
  background: #F0F0F0;
}
.row-wrapper:nth-child(even) {
  background: #F9F9F9;
}
.row-wrapper:nth-child(even):hover {
  background: #F0F0F0;
}
.first-row-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.first-row-wrapper > div {
  padding: 0.1em .3em;
}
.first-row-wrapper .name {
  flex-grow: 1;
  flex-basis: 3em;
}
.first-row-wrapper .name i {
  color: #666666;
}
.first-row-wrapper .ort {
  flex-grow: 1;
  flex-basis: 3em;
}
.first-row-wrapper .number {
  flex-basis: 10em;
}
@media (min-width: 768px) {
  .first-row-wrapper .number {
    flex-basis: 10em;
  }
}
.first-row-wrapper .show-hide {
  text-align: right;
  padding-right: .6em;
}
button.row-toggle {
  background: transparent;
  border: none;
  outline: none !important;
  margin: 0;
  padding: 0;
  transition: transform .2s;
  display: block;
  width: 1.4em;
  height: 1.4em;
}
button.row-toggle.open {
  transform: rotate(90deg);
}
.action-row,
.action-row-second {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.action-row > div,
.action-row-second > div {
  border-right: 1px solid#ddd;
  padding: 1em 1em 1em;
}
.action-row > div:last-child,
.action-row-second > div:last-child {
  border-right: none;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .action-row,
  .action-row-second {
    flex-wrap: nowrap;
  }
  .action-row > div,
  .action-row-second > div {
    border-right: 1px solid #ddd;
    padding: 1em 1em 1em;
  }
  .action-row > div:last-child,
  .action-row-second > div:last-child {
    border: none;
  }
}
.action-row-second .inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .action-row-second .inputs {
    border-right: 1px solid #ddd;
    padding-right: 1em;
  }
}
.action-row-second .inputs .input-wrapper {
  padding: .2em .5em;
}
.action-row-second .inputs input {
  flex-shrink: 1;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  height: 2em;
  min-width: 0;
  max-width: 100%;
}
.action-row-second .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .action-row-second .buttons {
    width: auto;
  }
}
.primary-action .action-button {
  background: transparent;
  border: none;
  outline: none !important;
  text-align: center;
  padding: 1em 0;
}
.third-action {
  border-right: 1px solid #ddd;
  padding: 0.9em 0.5em;
}
@media (min-width: 768px) {
  .third-action:last-child {
    border: none;
  }
}
.third-action .action-button {
  background: transparent;
  border: none;
  outline: none !important;
  text-align: center;
  padding: .3em 0;
}
.secondary-action {
  white-space: nowrap;
}
.secondary-action .action-button {
  padding: .2em;
  display: block;
  background: transparent;
  border: none;
  outline: none !important;
}
.secondary-action .action-button i {
  color: #666666;
}
.action-row-wrapper {
  display: none;
}
.betreuer_name {
  padding: 6px 10px 0 6px;
}
.main-info-box {
  display: flex;
  flex-direction: column;
  background: #F9F9F9;
  padding: 1em 1em;
}
@media (min-width: 768px) {
  .main-info-box {
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 1em 0;
    margin-top: 2em;
  }
}
.main-info-box .box {
  border-bottom: 1px solid #C9C9C9;
  padding: .4em 1.4em;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
}
.main-info-box .box:last-child {
  border: none;
}
.main-info-box .box .the-icon {
  width: 2.6em;
  text-align: center;
}
.main-info-box .box .the-texts {
  padding-left: 1.2em;
}
.main-info-box .box .big-icon {
  color: #C9C9C9;
}
.main-info-box .box strong,
.main-info-box .box small {
  display: block;
}
.main-info-box .box strong.flexible {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-info-box .box {
    border: 0;
    border-right: 1px solid #C9C9C9;
  }
  .main-info-box .box .the-icon {
    width: auto;
    text-align: left;
  }
}
.big-number {
  top: -0.2em;
  left: 0;
  position: relative;
}
.info-box {
  display: block;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 2em;
}
.info-box dl {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.info-box dl dt {
  font-weight: normal;
  text-align: right;
  width: 50%;
  padding: .2em;
  color: #666666;
}
.info-box dl dd {
  font-weight: bold;
  text-align: left;
  width: 50%;
  padding: .2em;
}
@media (min-width: 768px) {
  .info-box {
    display: flex;
    padding: 1em 0;
  }
  .info-box dl {
    flex-direction: column;
    border-right: 1px solid #C9C9C9;
  }
  .info-box dl:last-child {
    border: none;
  }
  .info-box dl dt,
  .info-box dl dd {
    text-align: center;
    width: auto;
    padding: 0 1.4em;
  }
}
.not-visible {
  display: none !important;
}
.filter-panel .section {
  border-top: 1px solid #ddd;
  padding: .4em 0;
}
.filter-panel .input-row label {
  font-weight: normal;
}
.filter-panel .input-row label input {
  margin-right: .4em;
}
.filter-panel .star-rating {
  display: flex;
  flex-direction: row;
}
.filter-panel .star-rating .rating {
  border: none;
}
.filter-panel .star-rating .rating-item {
  align-self: center;
  font-weight: normal;
  flex-grow: 1;
}
.rate {
  padding: 0 0 0 10px;
  flex-shrink: 0;
}
.rate i {
  font-size: 1.45em;
  display: inline-block;
  cursor: pointer;
  padding: 1px;
}
.rate .stern-grau {
  color: #ddd;
}
.rate .stern-gelb {
  color: #d9c700;
}
.flexbox-container {
  display: flex;
  flex-direction: row;
}
.flexbox-container .flex {
  flex-grow: 1;
  flex-shrink: 0;
  width: auto;
}
.flexbox-container .offcanvas {
  flex-grow: 0;
  flex-shrink: 0;
  width: 370px;
}
.flexbox-container .offcanvas .filter-panel {
  position: sticky;
  top: 0;
  margin-left: 3em;
  padding-left: 2em;
  border-left: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 1px;
}
.flexbox-container .offcanvas .filter-panel .the-handle {
  position: absolute;
  top: 11px;
  left: -26px;
  padding: 7px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 1024px) {
  .flexbox-container {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .flexbox-container .flex {
    width: 100%;
  }
  .flexbox-container .offcanvas {
    position: fixed;
    transform: translateX(280px);
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 280px;
    transition: transform .2s;
  }
  .flexbox-container .offcanvas.open {
    transform: translateX(0);
  }
  .flexbox-container .offcanvas .filter-panel {
    position: relative;
    height: 100%;
    background: #fff;
    margin-left: 0;
    margin-top: 0;
    padding-right: 1.4em;
  }
  .flexbox-container .offcanvas .filter-panel .the-handle {
    left: -29px;
    background: #428bca;
    color: white;
    top: 68px;
    font-size: 18px;
  }
  .flexbox-container .offcanvas.open .filter-panel .the-handle {
    background: white;
    color: #444;
  }
  .flexbox-container .offcanvas .filter-inner {
    overflow: auto;
    height: 100%;
  }
}
@media (max-width: 768px) {
  #debugPanel {
    display: none;
  }
}
.setcard {
  position: relative;
}
.setcard .close-button {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 18px;
  border: 0;
  background: transparent;
  outline: none;
  z-index: 10001;
}
.setcard figure {
  text-align: center;
  margin-bottom: 4em;
}
.setcard figure h1 {
  margin-bottom: 4px;
}
.setcard figure h1 a {
  color: #666;
  text-decoration: none;
  font-size: 32px;
}
.setcard figure p.muted {
  color: #ababab;
}
.setcard .portrait {
  background: #efefef;
  border-radius: 500px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 20px auto 10px;
}
.setcard .portrait img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.setcard dl {
  border-top: 1px solid #ddd;
  padding: 1em 0;
}
.setcard dl dt {
  display: inline-block;
  width: 37%;
  color: #ababab;
  text-align: right;
  padding-bottom: .4em;
  padding-right: .4em;
}
.setcard dl dd {
  display: inline-block;
  width: 60%;
}
.has-lok-spinner {
  position: relative;
}
.lok-spinner {
  display: block;
  z-index: 100000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.9;
  background: #f5f5f5 url(/godot/images_system/ajax-loader-lokomotive.gif) no-repeat center center;
}