/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/content/TextLabel.less ***!
  \*********************************************************************************************************************************************************/
.textLabelNoContent {
  margin: auto;
  text-align: center;
  color: var(--page-secondary-color);
  margin-top: 1em !important;
  margin-bottom: 7em;
  /* weiter runtergescrollbar, sonst verdeckt Floating Button den Label */
  font-size: 1.3em;
  padding: 0 0.9em;
  width: 100%;
  box-sizing: border-box;
}
.textLabelWithMarginTop {
  margin-top: 5em;
}

/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/domain/time_recording/attendance/AttendanceClock.less ***!
  \************************************************************************************************************************************************************************************/
.svgButton {
  float: left;
}
#currentAttendances {
  /*float: left;*/
}
#currentAttendances .headlabel {
  font-size: 12px;
  padding: 0;
  color: #979581;
  margin: 0;
}
#currentAttendances .label {
  font-size: 11px;
  padding: 0;
  color: #979581;
  margin: 0;
}
#currentAttendances .value {
  font-size: 14px;
  color: #3F3C14;
  padding: 0;
  margin: 0;
}
#currentAttendances .attendanceBox {
  /*float: left;*/
  /*padding-right: 14px;*/
}
#currentAttendances .horizontalPartBox {
  min-width: 100px;
}
.attendanceClockBTNBox {
  padding-top: 10px;
}

/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/navigation/Navigation.less ***!
  \*************************************************************************************************************************************************************/
#header_toolbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: var(--NavigationHeader-Color);
  z-index: 2;
  transform: translate(0, 0);
}
#footer_toolbar {
  padding-bottom: var(--bottom-offset);
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--FooterToolbar-Background);
  z-index: 2;
  transform: translate(0, 0);
  /* Trenner nach oben zum Inhalt */
  border-top: 1px solid var(--FooterToolbar-Border);
}
#footer_toolbar .toollink {
  width: 60px;
  height: 60px;
  position: relative;
}
#footer_toolbar .toollink span {
  font-size: var(--footerIcon-font-size);
  position: absolute;
  bottom: 4px;
  left: 0px;
  width: 60px;
  color: #999999;
}
#footer_toolbar .toollink img {
  filter: none;
}
#footer_toolbar .toollink.active span {
  color: #39A1E4;
}
.toolbar {
  height: 60px;
}
.toolbar .toolbar_container {
  height: 100%;
  padding-right: 0.2em;
  /* Abstand für letzten ToolLink rechts außen, z.B. "Alle" */
}
.toolbar .toolLinkDiv {
  margin-left: 10px;
}
.toolbar .title {
  color: var(--NavigationTitle-Color);
  font-weight: bold;
  /*margin-top: 9px;*/
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.toolbar svg.iconBadge {
  position: absolute;
  top: 1px;
  left: 0px;
}
.toolbar .minilabel {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3px;
  font-size: 0.75em;
  color: var(--page-secondary-color);
  max-width: 4em;
  text-align: right;
}
/* Für iPhones mit runden Ecken (iPhone X / XR / XS / XS Max): Platz rechts neben Versionsnummer wegen runder Ecken */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .toolbar .minilabel {
    padding-right: 1em;
  }
}
.toollink {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.toollink img {
  margin-top: 3px;
  vertical-align: middle;
}
.toollink span {
  font-size: 120%;
  color: black;
  width: 10em;
  vertical-align: middle;
}
.toollink:active {
  background-color: var(--click_activ_color);
}

/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/content/SubMenu.less ***!
  \*******************************************************************************************************************************************************/
#submenu {
  position: fixed;
  background: var(--subMenuBackground);
  z-index: 15;
  /*border: 1px solid gray;*/
  -webkit-box-shadow: 0px 0px 52px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 52px -7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 52px -7px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  font-size: 24px;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                         supported by Chrome and Opera */
  margin-top: 20px;
}
#submenu tr td {
  padding: 10px 30px 10px 30px;
  text-align: center;
  color: var(--page-color);
  border-bottom: 1px solid var(--subMenu-Border);
}
#submenu tr:last-child td {
  padding: 10px 30px 10px 30px;
  text-align: center;
  border-bottom: none;
}
#submenu tr:hover {
  background-color: var(--subMenuBackground);
}

/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/messages/Messages.less ***!
  \*********************************************************************************************************************************************************/
#messageContainer {
  position: fixed;
  /*bottom: 60+100px;*/
  width: 100%;
  z-index: 100;
  bottom: 140px;
}
#messageContainer .message {
  background-color: #a08e8e;
  /*width: 100%;*/
  border-radius: 5px;
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin: 1px 3px;
  height: auto;
  word-break: break-word;
  margin-top: 2px;
}
#messageContainer .message .messageCloseWrapper {
  position: relative;
}
#messageContainer .message .messageCloseWrapper .close {
  position: absolute;
  right: 0px;
  padding-right: 0px;
  padding-left: 8px;
  background-image: url(../images/icons/close_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 100%;
}
#messageContainer .message.error {
  background-color: #f87373;
  color: white;
}
#messageContainer .message.warning {
  background-color: #ECA926;
  color: white;
}
#messageContainer .message.affirmation {
  background-color: #98A95C;
  color: white;
}
#messageContainer .message.info {
  background-color: #0010FF;
  color: white;
}
#messageContainer .message.sync {
  background-color: #F5A623;
  color: white;
}
#messageContainer .message.sync .messageCloseWrapper .close {
  background-image: url(../images/icons/close_white.svg);
}

/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/loadingProcess/ProgressLayer.less ***!
  \********************************************************************************************************************************************************************/
#processLayer {
  width: 100%;
  position: fixed;
  top: 0;
  height: 100%;
  background-color: var(--ProgressLayer-Background);
  opacity: 0.9;
  z-index: 9;
}

/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/loadingProcess/ProgressMeter.less ***!
  \********************************************************************************************************************************************************************/
.progress-meter .outer_background {
  fill: #DFEAFD;
}
.progress-meter .outer_foreground {
  fill: #2E7AF9;
}
.progress-meter .inner_background {
  fill: #DFEAFD;
  color: var(--timeRecording_base_color);
}
.progress-meter .inner_foreground {
  fill: #a8263b;
}
.progress-meter text {
  font-family: Roboto, "Segoe UI", "Frutiger", Helvetica, "Helvetica Neue", Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  fill: var(--page-color) !important;
}

/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/list/ListView.less ***!
  \*****************************************************************************************************************************************************/
/** Standard-ListView */
.defaultListView {
  box-sizing: border-box;
  font-size: 110%;
  background-color: var(--defaultListView-Background);
  padding-top: 10px;
  /** Titel über gesamtem ListView */
  /** ListRow */
  /** FieldSet */
}
.defaultListView .defaultListView {
  padding-top: 0;
}
.defaultListView .title {
  margin-left: 0.6em;
  text-transform: uppercase;
  font-variant: small-caps;
  color: var(--ListView-Title);
  font-size: 90%;
}
.defaultListView .listrow {
  margin-top: 0;
  overflow: hidden;
  /** Aktionsbereich (rechts, z.B. Unterseite öffnen oder Zeile löschen) */
  /** Aktionsbereich mit Lösch-Icon */
  /** Aktionsbereich mit zum Löschen ausgewähltem Lösch-Icon */
}
.defaultListView .listrow .action {
  min-width: 1.8em;
  max-width: 1.8em;
  width: 1.8em;
  opacity: 1;
}
.defaultListView .listrow .action span {
  font-size: 150%;
  color: #727272;
}
.defaultListView .listrow .deOut {
  opacity: 0;
  transition: opacity 3s ease-in;
  -webkit-transition: opacity 3s ease-in;
  -moz-transition: opacity 3s ease-in;
  -ms-transition: opacity 3s ease-in;
  -o-transition: opacity 3s ease-in;
}
.defaultListView .listrow .deletable {
  /* background-color: #F8F9FC; */
}
.defaultListView .listrow .deletable_selected {
  background-color: #D0021B;
}
.defaultListView .listrow:last-child {
  border-bottom: var(--ListView-Border);
}
.defaultListView .listrow:active {
  background-color: var(--clickActiv-Color);
}
.defaultListView .listview_fieldset:not(:first-child) {
  border-top: var(--ListView-Border);
  padding-top: 10px;
  margin-top: 10px;
}
.defaultListView .listview_fieldset:last-child {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: var(--ListView-Border);
}
.defaultListView .listview_fieldset {
  box-sizing: border-box;
  /*margin: 0.5em;*/
}
.defaultListView .listview_fieldset .fieldset_title {
  margin-left: 0.6em;
  text-transform: uppercase;
  font-variant: small-caps;
  color: var(--form-label-color);
  font-size: 90%;
}
.defaultListView .listview_fieldset .listrow:last-child {
  border: none;
}
.defaultListView table.listRowFieldTable {
  width: 100%;
}
.defaultListView table.listRowFieldTable td {
  padding: 0;
  vertical-align: top;
}
.defaultListView table.listRowFieldTable td.icon {
  min-width: 1.8em;
  width: 1.8em;
}
.defaultListView table.listRowFieldTable td.icon img {
  vertical-align: text-bottom;
}
.defaultListView table.listRowFieldTable .listRowField {
  padding: 0;
}
.defaultListView table.listRowFieldTable .title {
  margin-left: 2px;
  white-space: nowrap;
}
.defaultListView table.listRowCompoundField {
  width: 100%;
}
.defaultListView table.listRowCompoundField tr.mainContent td {
  vertical-align: top;
  font-size: 100% !important;
  white-space: nowrap;
  padding: 0;
}
.defaultListView table.listRowCompoundField tr.mainContent td div.listRowField {
  padding: 0;
}
.defaultListView table.listRowCompoundField tr.mainContent td div.formfieldDisplayMode {
  font-size: 100% !important;
  color: var(--ListView-FormField);
  display: inline-block;
}
.defaultListView table.listRowCompoundField tr.mainContent td.icon {
  min-width: 1.8em;
  max-width: 1.8em;
  width: 1.8em;
}
.defaultListView table.listRowCompoundField tr.mainContent td.icon img {
  vertical-align: text-bottom;
}
.defaultListView table.listRowCompoundField tr.mainContent td.leftContent {
  overflow-x: hidden;
  vertical-align: middle;
  color: var(--ListView-TableData);
}
.defaultListView table.listRowCompoundField tr.mainContent td.rightContent {
  overflow-x: hidden;
  text-align: right;
  padding-right: 0.5em;
  vertical-align: middle;
  color: var(--ListView-TableData);
}
.defaultListView table.listRowCompoundField tr.superContent td,
.defaultListView table.listRowCompoundField tr.subContent td {
  vertical-align: top;
  white-space: nowrap;
  font-size: 90%;
  color: var(--page-secondary-color);
  padding: 0;
}
.defaultListView table.listRowCompoundField tr.superContent td div.listRowField,
.defaultListView table.listRowCompoundField tr.subContent td div.listRowField {
  padding: 0;
}
.defaultListView table.listRowCompoundField tr.superContent td div.formfieldDisplayMode,
.defaultListView table.listRowCompoundField tr.subContent td div.formfieldDisplayMode {
  font-size: 100%;
  color: var(--page-secondary-color);
}
.defaultListView table.listRowCompoundField tr.superContent td input.displayMode.formfield,
.defaultListView table.listRowCompoundField tr.subContent td input.displayMode.formfield {
  font-size: 100%;
  color: var(--page-secondary-color);
}
.defaultListView table.listRowCompoundField tr.superContent td.icon,
.defaultListView table.listRowCompoundField tr.subContent td.icon {
  height: 20px !important;
}
.defaultListView table.listRowCompoundField tr.superContent td.leftContent,
.defaultListView table.listRowCompoundField tr.subContent td.leftContent {
  overflow-x: hidden;
  vertical-align: middle;
}
.defaultListView table.listRowCompoundField tr.superContent td.rightContent,
.defaultListView table.listRowCompoundField tr.subContent td.rightContent {
  padding-right: 0.5em;
  text-align: right;
  overflow-x: hidden;
  vertical-align: middle;
}
.defaultListView .listRowField {
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em 0;
}
.defaultListView .listRowField .title {
  height: 1.2em;
  font-size: 90%;
}
.defaultListView .listRowField table.layout {
  width: 100%;
  table-layout: fixed;
}
.defaultListView .listRowField table.layout td {
  padding: 0;
}
.defaultListView .listRowField table.layout td.icon {
  min-width: 1.8em;
  max-width: 1.8em;
  width: 1.8em;
  height: 33px;
}
.defaultListView .listRowField table.layout td.icon img {
  vertical-align: text-bottom;
}
.defaultListView .listRowField table.layout td.content {
  vertical-align: middle;
  padding-bottom: 3px;
  font-size: 17px;
}
.defaultListView .listRowField table.layout td.content.required {
  position: relative;
}
.defaultListView .listRowField table.layout td.content.required:not(.notRequired):after {
  content: "*";
  position: absolute;
  right: -10px;
  color: red;
  top: 7px;
}
.defaultListView .listRowField table.layout td.feedback {
  min-width: 0.8em;
  /* 1.8em; */
  opacity: 1;
}
.defaultListView .listRowField table.layout td.feedback img {
  width: 0.8em;
  height: 0.8em;
}
.defaultListView .listRowField table.layout td.feedbackFadeOut {
  opacity: 0;
  transition: opacity 3s ease-in;
  -webkit-transition: opacity 3s ease-in;
  -moz-transition: opacity 3s ease-in;
  -ms-transition: opacity 3s ease-in;
  -o-transition: opacity 3s ease-in;
}
.defaultListView .fieldSmallFont {
  font-size: 80%;
  color: var(--ListView-FieldFont);
}
.defaultListView .fieldSmallFont td.content {
  padding-bottom: 1px !important;
}
.defaultListView .fieldSmallFontMarged {
  font-size: 80%;
  color: var(--ListView-FieldFont);
  margin-left: 35px;
}
.defaultListView .fieldSmallFontMarged td.content {
  padding-bottom: 1px !important;
}
.defaultListView .fieldBold {
  font-weight: bold;
}
.defaultListView .fieldUpperCaseFont {
  text-transform: uppercase;
}
.defaultListView .fieldIndention {
  padding-left: 1em !important;
}
.defaultListView .fieldMinWidth {
  width: 1%;
  white-space: nowrap;
}
.firstListView {
  padding-top: 0.25em;
}

/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/content/CalendarControll.less ***!
  \****************************************************************************************************************************************************************/
.calendarControll .calendarHeadDate {
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--timeRecording_base_color);
  white-space: nowrap;
}
.calendarControll .calendarArrowRight {
  background: url("../images/buttons/chevron-right-blue@1x.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.calendarControll .calendarArrowLeft:active {
  background-color: #67bcec3b;
}
.calendarControll .calendarArrowRight:active {
  background-color: #67bcec3b;
}
.calendarControll .calendarArrowLeft {
  background: url("../images/buttons/chevron-left-blue@1x.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.calendarControll table {
  width: 100%;
  border-spacing: 0;
  /* Removes the cell spacing via CSS */
  border-collapse: collapse;
}
.calendarControll table th {
  color: var(--page-secondary-color);
  font-weight: 400;
  width: 14%;
}
.calendarControll table .dayOfMonthCell {
  text-align: center;
  border: 1px solid var(--border-color);
  color: var(--page-secondary-color);
  min-height: 20px;
  padding: 0px;
  cursor: pointer;
}
.calendarControll table .dayOfMonthCell .timeBar {
  height: 5px;
  font-size: 0px;
  margin-top: 4px;
}
.calendarControll table .dayOfMonthCell:last-child {
  border-right-width: 0;
}
.calendarControll table .dayOfMonthCell:first-child {
  border-left-width: 0;
}
.calendarControll table .dayOfMonthCell:active {
  background-color: #67bcec3b;
}
.calendarControll table .weekend {
  background: repeating-linear-gradient(145deg, transparent, transparent 11px, var(--border-color) 10px, var(--border-color) 15px);
}
.calendarControll table .dayOfMonthCell.monthAfter {
  opacity: 0.4;
}
.calendarControll table .dayOfMonthCell.monthBefore {
  opacity: 0.4;
}
.calendarControll table .dayOfMonthCell.today {
  background-color: var(--Calendar-TodayBackground);
  font-weight: 600;
  color: #3E3F3F;
}
.calendarControll table tr:last-child td {
  border-bottom-width: 0;
}
.calendarControll table.monthChoser .monthCell {
  width: 25%;
  text-align: center;
  border: 1px solid #D3DFDD;
}
.calendarControll table.yearChoser .yearCell {
  width: 20%;
  text-align: center;
  border: 1px solid #D3DFDD;
}

/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/content/TimeRecordingTacho.less ***!
  \******************************************************************************************************************************************************************/
svg.timeRecordingTacho {
  margin-top: 15px;
}
.timeRecordingTachoTitle {
  color: var(--timeRecording_base_color);
  font-size: 22px;
}
.noBookings {
  color: var(--page-secondary-color);
  height: 100px;
  padding-top: 15px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.1em;
}

/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/navigation/FloatingActionButton.less ***!
  \***********************************************************************************************************************************************************************/
.floating_action_button:active {
  background-color: #67bcec3b;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.floating_action_button {
  position: fixed;
  z-index: 10;
  display: inline-block;
  border-radius: 50%;
  right: 0.5em;
  padding: 16px 16px 16px 16px;
  vertical-align: middle;
  line-height: 0;
  text-align: center;
  font-size: 150%;
  color: var(--FloatingButton-Color);
  background-color: var(--FloatingButton-Background);
  transition: 0;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/domain/time_recording/TimeRecording.less ***!
  \***********************************************************************************************************************************************************************/
.blockGuiLayer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #67BCEC;
  opacity: 0.3;
}
.blockGuiHidden {
  opacity: 0;
}
.blockGuiWhileSaving {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.blockGuiWhileSaving .blockGuiText {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #535353;
}
.timerecordinglist .noAttendanceLabel {
  margin: 0;
  color: #9BA8B9;
  font-size: 80%;
  text-align: center;
  padding-top: 16px;
}
.timerecordinglist .selectorFlexBox {
  background-color: var(--mainBackgroundColor);
}
.timeRecordingOverview.listview {
  margin: 0px;
  background: none;
}
.timeRecordingOverview .listrow {
  height: 47px;
  border-top: var(--border-color) 1px solid;
  background-color: var(--PrimaryElement-Color);
}
.timeRecordingOverview .listrow div {
  z-index: 1;
}
.timeRecordingOverview .listrow .rowBackground {
  position: absolute;
  z-index: -99;
  /*TODO:Jens: -1px verhindert scrollbalken, analysieren warum der auftritt*/
  width: calc(100% - 1px);
}
.timeRecordingOverview .listrow .durationText {
  float: right;
  margin-right: 5px;
  font-size: 14px;
  margin-top: 12px;
}
.timeRecordingOverview .listrow .taskDescription {
  max-width: calc(100vw - 48px);
  overflow: hidden;
}
.timeRecordingOverview .listrow .descriptionText {
  margin: 0px;
  margin-top: 12px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  color: var(--page-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.timeRecordingOverview .listrow:last-child {
  border-bottom: var(--border-color) 1px solid;
}
.timeRecordingOverview .listrow.isPause {
  height: 47px;
}
.timeRecordingOverview .isSyncOnlyChangedInApp .durationText {
  color: #BC7F1C !important;
}
.timeRecordingOverview .listrow.isDummy {
  height: 20px;
}
.timeRecordingOverview .listrow.isDummy .rowBackground {
  background: repeating-linear-gradient(145deg, transparent, transparent 8px, var(--border-color) 8px, var(--border-color) 18px);
}
.timeRecordingOverview .listrow.isDummy .durationText {
  float: right;
  margin-right: 5px;
  font-size: 14px;
  margin-top: 2px;
}
.timeRecordingOverview .listrow.isDummy.isAppointmentDummy {
  height: 47px;
}
.timeRecordingOverview .listrow.isDummy.isAppointmentDummy .durationText {
  margin-top: 12px;
}
.timeRecordingOverview .listrow.attendanceSummary {
  height: 47px;
  background-color: var(--PrimaryElement-Color);
}
.timeRecordingOverview .listrow.attendanceSummary .backgroundRowWrapper {
  padding-top: 16px;
}
.timeRecordingOverview .nonAttributed .bg-rect {
  x: 0 !important;
  width: 100vw !important;
}
.timeRecordingOverview .row_pspPath {
  font-size: 12px;
  margin: 0px;
  margin-left: 5px;
  margin-top: 0px;
  white-space: nowrap;
  width: calc(100vw - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  margin-right: 5px;
  color: var(--page-secondary-color);
  line-height: var(--timeRecordingPSPPath-line-height);
}
.selectorHeadDate {
  text-align: center;
  font-size: 22px;
  padding-top: 7px;
  padding-bottom: 10px;
  color: var(--timeRecording_base_color);
}
@media (min-width: 450px) {
  .selectorHeadDate {
    font-size: 26px;
  }
}
.selectorArrowRight {
  background: url("../images/buttons/chevron-right-blue@1x.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 13px;
  cursor: pointer;
}
.selectorArrowLeft {
  background: url("../images/buttons/chevron-left-blue@1x.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 13px;
  cursor: pointer;
}
.nobookings {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: var(--page-secondary-color);
  padding-top: 15%;
  font-size: 23px;
}
.underlayingEffortTarget.listRowField {
  padding: 0;
  font-size: 0.7em;
  color: var(--page-secondary-color);
}
.underlayingEffortTarget.listRowField table.layout td.icon {
  min-width: 2.8em;
}
.timeRecordTimeAttributes {
  margin-top: 10px;
  margin-bottom: 10px;
}
.timeRecordTimeAttributes td.icon img {
  margin-top: 19px;
}
.timeRecordTimeAttributes tr > td:nth-child(2),
.timeRecordTimeAttributes tr > td:nth-child(3) {
  width: 77px;
  padding-right: 5px;
}
tr > td.rightColumn {
  width: 77px;
  padding-right: 5px;
}
.planBookedRemainSumsAttributes {
  width: auto !important;
}
.text_hyphen {
  padding-top: 17px;
  padding-left: 10px;
  color: var(--subMenuBackground);
}
.hideNavigationToForecastButton {
  display: none !important;
}

/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/navigation/BottomActionButton.less ***!
  \*********************************************************************************************************************************************************************/
.bottom_action_container {
  position: fixed;
  z-index: 8;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  vertical-align: middle;
  text-align: center;
  padding: 0.5em 0 0.5em 0;
}
.bottom_action_button {
  display: inline-block;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding: 0.5em 4em 0.5em 4em;
  vertical-align: middle;
  text-align: center;
  font-size: 100%;
  transition: none;
  color: #979797;
  background-color: #FFF;
  /* Button Hintergrund nicht transparent, damit er Inhalte darunter überdeckt und lesbar ist */
  outline: solid 1px #979797;
  /* #DDE1E8; */
}
.bottom_action_button.primary_action {
  color: #FBFBFB;
  background-color: #32A0E6;
  outline: none;
}
.bottom_action_button.primary_action:active {
  background-color: #0E88D3;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.bottom_action_button.selection {
  color: #FBFBFB;
  background-color: #D2000D;
  outline: none;
}
.bottom_action_button.selection:active {
  background-color: #ff0000;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.bottom_action_button {
  display: inline-block;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding: 0.5em 4em 0.5em 4em;
  vertical-align: middle;
  text-align: center;
  font-size: 100%;
  transition: none;
  color: #979797;
  background-color: #FFF;
  /* Button Hintergrund nicht transparent, damit er Inhalte darunter überdeckt und lesbar ist */
  outline: solid 1px #979797;
  /* #DDE1E8; */
}
.bottom_action_button.selectionGreen {
  color: #FBFBFB;
  background-color: green;
  outline: none;
}

/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/form/form.less ***!
  \*************************************************************************************************************************************************/
.defaultListView {
  /* Label hier per Default dispay=block, aber Label hinter Checkbox in selber Zeile */
}
.defaultListView label {
  display: block;
}
.defaultListView input.formfield {
  box-sizing: border-box;
  width: 100%;
  display: block;
  font-family: Roboto, "Segoe UI", "Frutiger", Helvetica, "Helvetica Neue", Tahoma, Verdana, Arial, sans-serif;
  font-size: 17px;
}
.defaultListView .formfield::placeholder {
  font-style: oblique;
}
.defaultListView input[type='date'].formfield,
.defaultListView input[type='time'].formfield,
.defaultListView input[type='datetime-local'].formfield {
  width: auto;
}
.defaultListView input.displayMode {
  background-color: inherit;
  border-bottom: none;
}
.defaultListView label.formcheckbox {
  display: inline;
  padding-left: 0.5em;
  font-size: 17px;
}
.defaultListView textarea.formfield {
  box-sizing: border-box;
  padding: 5px 5px 5px 5px;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid var(--form-border-color);
  background: var(--form-background-color);
}
.defaultListView input.formbutton {
  box-sizing: border-box;
  width: 100%;
  display: block;
}
.defaultListView input.bcsDateField {
  width: auto;
}
.defaultListView input.bcsDateField.formbutton {
  width: auto;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 6px 5px 6px 5px;
  border-style: none none solid none;
  border-bottom: 1px solid var(--form-border-color);
  font-family: Roboto, "Segoe UI", "Frutiger", Helvetica, "Helvetica Neue", Tahoma, Verdana, Arial, sans-serif;
}
.defaultListView div.dateTime_TimeField {
  margin-left: 1em;
}
.defaultListView select.formfield {
  box-sizing: border-box;
  padding: 5px 5px 5px 5px;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--form-border-color);
  background: var(--form-background-color);
  /*border-width: 1px;
		border-color: #C3C5C9;
		background-color: inherit;*/
}
.defaultListView select.formfield:focus,
.defaultListView select.formfield:active {
  border: none;
  padding: 5px 5px 5px 5px;
}
.fixedCalendarWrapper {
  position: fixed;
  width: 100%;
  bottom: calc(61px + var(--bottom-offset));
  background-color: var(--FooterToolbar-Background);
  box-shadow: 0px -3px 9px -2px rgba(0, 0, 0, 0.6);
  z-index: 10;
}

/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/domain/time_recording/forecast/forecast.less ***!
  \***************************************************************************************************************************************************************************/
.defaultListView input.formbutton[name="saveAnnotationBtn"] {
  display: none;
}
.defaultListView input.formbutton[name="saveAnnotationBtn"].showButton {
  display: block;
  font-size: 15px;
  font-family: Roboto, "Segoe UI", "Frutiger", Helvetica, "Helvetica Neue", Tahoma, Verdana, Arial, sans-serif;
  color: white;
  min-width: 90px;
  background-repeat: repeat-x;
  margin: 0 5px 0 15px;
  padding: 2px 10px 1px 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  background-color: #32A0E6 !important;
  text-align: center;
  float: none !important;
  cursor: default;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  line-height: 23px;
}
.forecastBox {
  font-weight: 500;
  color: var(--timeRecording_base_color);
  font-size: 1.1em;
  justify-content: center;
  height: 100%;
}
.disabled {
  visibility: hidden;
}

/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/domain/contactRecording/pages/board/ContactElement.less ***!
  \**************************************************************************************************************************************************************************************/
.contactBox {
  font-weight: 500;
  color: var(--contactBoxColor);
  font-size: 1.1em;
  justify-content: center;
  height: 100%;
}
.contactBox div {
  justify-content: center;
}
.boardIcon {
  margin-bottom: -10px;
  width: 27px;
  height: 27px;
}
.disabled {
  visibility: hidden;
}

/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/content/ProgressBar.less ***!
  \***********************************************************************************************************************************************************/
.progressbar {
  width: 138px;
  position: relative;
  color: black;
  font-weight: bold;
  border-color: #9D476C;
  border-style: solid;
  border-width: 1px;
  line-height: 9px;
  text-align: center;
  border-radius: 1px;
  margin-top: 2px;
  min-height: 12px;
  padding: 0 1px 0 1px;
}
.progressbar .percent {
  position: absolute;
  left: 20%;
  margin: 2px;
}
.progressbar .bar {
  float: left;
  margin: 1px 0px;
  height: 10px;
  background-color: #9D476C;
}

/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/domain/allowances/pages/board/AllowanceSummary.less ***!
  \**********************************************************************************************************************************************************************************/
/**
 * Spesen-Boardelement:
 *   - Neue Dienstreise / Aktuelle Dienstreise - Link zum Erstellen einer neuen / Öffnen der aktuellen Dienstreise
 *   - Anzahl Dienstreise / Einzelbelege - Link zu Spesenliste
 *
 * Anzeige "Spesenerfassung nicht verfügbar", wenn Spesenerfassung nicht lizensiert / deaktiviert
 */
.allowanceSummary {
  font-size: 1.1em;
  box-sizing: border-box;
  color: var(--allowance_base_color);
  width: 100%;
  height: 100%;
  padding: 3px;
  /*
    table.summary {

        width: 100%;

        td.summaryCount {
            padding: 0 0.5em 0 0;
        }

        td.summaryLabel {
            padding: 0;
        }
    }
    */
  /* Fortschrittsbalken der aktuellen Dienstreise */
  /* Spesenerfassung nicht verfügbar */
}
.allowanceSummary .summaryTable .countTravels {
  vertical-align: top;
  padding-left: 0.5em;
}
.allowanceSummary .allowanceprogressbar .progressbar {
  border-color: #9D476C;
}
.allowanceSummary .allowanceprogressbar .bar {
  background-color: #9D476C;
}
.allowanceSummary .allowanceRecordingDisabled {
  color: #E6EAF0;
}
.allowanceSummary .countVouchers {
  vertical-align: top;
}
.allowanceSummary .newTravel {
  text-align: center;
  display: table !important;
}
.allowanceSummary .disabled {
  visibility: hidden;
}

/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/content/TableView.less ***!
  \*********************************************************************************************************************************************************/
table.tableview {
  width: 100%;
}
table.tableview tr.header {
  background-color: lightgrey;
}
table.tableview td.Label {
  background-color: lightgrey;
}
table.tableview td {
  padding: 0 0.5em 0 0;
}
table.tableview td.alignRight {
  text-align: right;
}

/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/common/auth/Login.less ***!
  \*****************************************************************************************************************************************************/
.loginFlexBox .listview {
  margin: 3.2em 0.55em;
  background: none;
}
.loginFlexBox .loginBanner {
  margin-bottom: 30px;
  margin-top: 40px;
  display: inline-block;
  font-size: 19px;
}
.loginFlexBox .loginBanner .projektron {
  padding-left: 5px;
  text-transform: uppercase;
  color: var(--loginTitelColor);
}
.loginFlexBox .loginBanner .bcs {
  padding-left: 5px;
  font-weight: 700;
  color: var(--loginTitelColor);
}
.loginFlexBox .loginBanner .image {
  width: 60px;
  height: 60px;
  border: 0;
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: -8px;
}
.loginFlexBox .loginBanner span.beta {
  font-size: 14px;
  margin-top: 35px;
  margin-left: 5px;
  position: absolute;
  color: #7b3232;
  font-weight: 600;
}
.loginFlexBox .usernameRow {
  margin-bottom: 10px;
}
.loginFlexBox .usernameRow input {
  color: var(--loginFieldColor);
  background-color: var(--form-background-color) !important;
  border: none;
  border-bottom: 1px solid var(--form-border-color);
  padding-left: 5px;
  /*+5px Weil wir den InputFeldern jeweils ein Padding von 5px gegeben haben, dies macht diese 5px Breiter, daher gleichen wir dies hier aus.*/
  width: calc(100% - 5px);
}
.loginFlexBox .usernameRow input:active,
.loginFlexBox .usernameRow input:focus {
  background-color: white;
  border: none;
  border-bottom: 2px solid #32A0E6;
}
.loginFlexBox .offlineOnlineRow {
  margin-bottom: 10px;
  display: none !important;
}
.loginFlexBox .offlineOnlineRow input {
  color: var(--loginFieldColor);
  background-color: var(--form-background-color) !important;
  border: none;
  border-bottom: 1px solid var(--form-border-color);
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  /*+5px Weil wir den InputFeldern jeweils ein Padding von 5px gegeben haben, dies macht diese 5px Breiter, daher gleichen wir dies hier aus.*/
  width: calc(100% - 5px);
  border-radius: 0px;
}
.loginFlexBox .offlineOnlineRow input:active,
.loginFlexBox .offlineOnlineRow input:focus {
  background-color: white;
  border: none;
  border-bottom: 2px solid #32A0E6;
}
.loginFlexBox .passwordRow {
  margin-bottom: 10px;
}
.loginFlexBox .passwordRow input {
  color: var(--form-color);
  background-color: var(--form-background-color) !important;
  border: none;
  border-bottom: 1px solid var(--form-border-color) !important;
  padding-left: 5px;
  border-radius: 0px;
  /*+5px Weil wir den InputFeldern jeweils ein Padding von 5px gegeben haben, dies macht diese 5px Breiter, daher gleichen wir dies hier aus.*/
  width: calc(100% - 5px);
}
.loginFlexBox .passwordRow input:active,
.loginFlexBox .passwordRow input:focus {
  background-color: white;
  border: none;
  border-bottom: 1px solid #32A0E6;
}
.loginFlexBox .formbutton {
  color: white !important;
  border: 1px solid #32a0e6 !important;
  font-size: 16px;
  font-family: "Segoe UI", "Frutiger", Helvetica, "Helvetica Neue", Tahoma, Verdana, Arial, sans-serif;
  min-width: 100px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAgCAYAAAAv8DnQAAABIklEQVQ4EZVSCY4DIQyDER/bR/d5JWs7DpO2q0qLRhPjHDiB+fOIGAMfFtGcabknXkHWAaAQxD08XIAKYKSWStDBoEy7ZHqR9DkgxmKZGFtElmaES0oD3NNEGNNyTZhFUMQHZkBs/O+Kyu2aIfLLkga0dDIcmwp6m+Wwh2PQSGBTpAfDuAYH5XkOTnWlbq6IGlKnb7yYe0Si/sTF5IVl0B8a2nFIUEA2ZOUoV0JZ+ft7YEA2nOcd7BI87NJFEdXRZUX9+z28tSmR/FXf+aI5C5DiIXJj4J0oR1m0iVGHU1QOLm8pHC9qw29GrwuY1isHVaMj2TG2OqK4FIkTXJA8RN7XrZuH87wA4LWfW1fsI+E9SDi7sGzO4+M9kKxBMfcVj/ELI1PTxuT7jsEAAAAASUVORK5CYII=) center center #32A0E6 !important;
  margin: 0px 1px;
  padding: 5px 4px 10px 4px;
  height: 34px;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  width: 100%;
}
.loginFlexBox .authSeparator {
  flex-grow: 1;
  display: block;
  margin-top: 40px;
  color: var(--border-color);
}

/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/domain/allowances/pages/meals/TravelDaysView.less ***!
  \********************************************************************************************************************************************************************************/
/** TravelDaysView */
.travelDaysView table.daysMealsMatrix {
  table-layout: fixed;
  width: 100%;
  /** Kopfzeile (Frühstück, Mittag, Abendbrot) */
  /* Zeile zum Markieren aller Tage */
  /** Wochentag */
  /** Datum */
}
.travelDaysView table.daysMealsMatrix td {
  padding: 0.3em;
}
.travelDaysView table.daysMealsMatrix tr.header td {
  text-transform: uppercase;
  font-variant: small-caps;
  color: #7D8694;
  text-align: center;
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.travelDaysView table.daysMealsMatrix tr.selectall td {
  font-style: oblique;
  white-space: nowrap;
}
.travelDaysView table.daysMealsMatrix td.datename {
  width: 1%;
  font-weight: bold;
}
.travelDaysView table.daysMealsMatrix td.date {
  font-weight: bold;
}
.travelDaysView table.daysMealsMatrix td.sunday {
  color: red;
}
.travelDaysView table.daysMealsMatrix td.checkbox {
  text-align: center;
}
.travelDaysView table.daysMealsMatrix input[type='checkbox'] {
  width: 1.5em;
  height: 1.5em;
}

/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/list/TypeAheadSearch.less ***!
  \************************************************************************************************************************************************************/
.typeAheadSearch {
  box-sizing: border-box;
  font-size: 110%;
  background-color: var(--defaultListView-Background);
}
.typeAheadSearch .search {
  padding: 0.5em;
  position: sticky;
  top: 0;
  z-index: 9;
  width: calc(100% - 1em);
  background-color: var(--FooterToolbar-Background);
}
.typeAheadSearch input.searchfield {
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #32A0E6;
  /* #C3C5C9; */
  padding: 5px 5px 5px 31px;
  font-family: Roboto, "Segoe UI", "Frutiger", Helvetica, "Helvetica Neue", Tahoma, Verdana, Arial, sans-serif;
  font-size: 90%;
  background-image: url(../images/icons/search_icon.svg);
  background-repeat: no-repeat;
  background-position: left 5px top 8px;
  background-size: 16px;
}
.typeAheadSearch td.content {
  white-space: normal !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.typeAheadSearch strong {
  font-weight: normal;
  border-bottom: #32A0E6 2px solid;
}

/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/gui/navigation/TabbedViewBar.less ***!
  \****************************************************************************************************************************************************************/
/* 
 * Tabbed Bar mit jeweils einem unterstrichenen aktiven Tab.
 * Balken wechselt animiert zwischen aktiven Tabs.
 * Siehe TabbedViewBar
 */
.tabbed_view_switch {
  width: 100%;
  font-size: 100%;
  color: #32A0E6;
  background-color: var(--FooterToolbar-Background);
  border-bottom: solid 1px var(--FooterToolbar-Background);
  /* Jeder Tab zeigt den Titel seines Inhalts */
  /* Der Titel des aktive Tab ist hervorgehoben */
  /* Blauer Balken unter aktiven Tab, wechselt animiert zwischen linkem und rechtem aktivem Tab */
  /* Blauer Balken positioniert unter linkem aktiven Tab */
  /* Blauer Balken positioniert unter rechtem aktiven Tab */
}
.tabbed_view_switch .tab_switch {
  padding: 0.5em 1em;
  text-align: center;
  white-space: nowrap;
}
.tabbed_view_switch .tab_switch.active {
  font-weight: bold;
  transition: all 0.2s ease;
}
.tabbed_view_switch .activeBar {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 50%;
  height: 3px;
  background: #32A0E6;
  display: block;
  left: 0;
  transition: all 0.2s ease;
}
.tabbed_view_switch .tab_switch0.active ~ .activeBar {
  left: 0;
}
.tabbed_view_switch .tab_switch1.active ~ .activeBar {
  left: 50%;
}
/* Optional: TabbedBar fixiert am oberen Rand */
.tabbed_view_switch_fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}

/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/domain/allowances/pages/travelsections/travelsections.less ***!
  \*****************************************************************************************************************************************************************************************/
.travelBoxLayout {
  border-left: 0.5em solid var(--mainBackgroundColor);
  border-right: 0.5em solid var(--mainBackgroundColor);
  border-top: 1em solid var(--mainBackgroundColor);
  border-bottom: 1em solid var(--mainBackgroundColor);
  padding-top: 0 !important;
}
/** Dienstreise-Reiseabschnitt */
.travelsection {
  /*
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    */
}
.travelsection .travelsection_header {
  background-color: var(--travelSection-Background);
  /*
        border-top: 1px solid #F5F9FF;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        */
  padding: 0.5em;
  /** Nummer des Reiseabschnitts */
  /** Titelzeile eines Reiseabschnittes */
}
.travelsection .travelsection_header .travelsection_number {
  margin-right: 0.5em;
  background-color: #BACAE0;
  display: inline-block;
  border-radius: 50%;
  padding: 4px 9px 5px 9px;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  font-size: 120%;
  color: var(--defaultListView-Background);
}
.travelsection .travelsection_header .travelsection_title {
  font-size: 100%;
  font-weight: bold;
}
.travelsection .action {
  border-top: 1px solid var(--mainBackgroundColor);
  /*
        border-top-right-radius: 20px;
        */
}
/* Formular mit allen Reisespesen eines Resiseabschnitts */
.travelsection_separator {
  height: 1em;
  background: var(--mainBackgroundColor);
  border-color: var(--mainBackgroundColor);
  border-width: 2px 0 0 0;
  border-style: solid;
}
.create_travelsection {
  padding: 0.5em;
  /** Nummer des neuen Reiseabschnitts */
  /** Label des Links zum Erstellen eines neuen Reiseabschnittes */
}
.create_travelsection .create_travelsection_number {
  margin-right: 0.5em;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid currentColor;
  padding: 4px 9px 5px 9px;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  font-size: 120%;
  color: #BACAE0;
  /* background-color: #BACAE0; */
}
.create_travelsection .create_travelsection_label {
  font-size: 120%;
  color: #32A0E6;
}
.create_voucher {
  font-size: 100%;
  color: #32A0E6;
  padding: 1em 0 1em 0.25em !important;
}
.listview_fieldset + .create_voucher {
  border-top: 1px solid #DDE3ED;
}
.travelAllowanceForm {
  margin-top: 0.25em;
  margin-bottom: 0;
}
.travelAllowanceForm .listview_fieldset:last-child {
  margin-bottom: 0.5em;
  padding-bottom: 0;
  border-bottom: none;
}
.travelAllowanceForm .listrow:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.travelAllowanceForm .compoundFieldMinWidth table.layout {
  width: auto !important;
}
.travelAllowanceForm .compoundFieldAlignLeft table.layout td.content {
  text-align: left;
}

/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/domain/allowances/pages/vouchers/voucher.less ***!
  \****************************************************************************************************************************************************************************/
table.voucherPDFRow {
  width: 100% !important;
  margin-bottom: 0.25em;
  table-layout: fixed;
}
table.voucherPDFRow .leftContent {
  padding: 0.25em !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.voucherPDFRow .leftContent img {
  padding-right: 0.5em;
}
.defaultListView.voucherPhotoList {
  padding-top: 0;
}
body.voucherImage {
  overflow-x: auto;
}
body.voucherImage .imagefile {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
body.voucherImage .imagefile:focus,
body.voucherImage .imagefile:active {
  object-fit: none;
  width: auto;
  height: auto;
  border: 0px solid transparent;
  outline: 0px solid transparent;
}
body.voucherImage a {
  text-decoration: none !important;
  color: black;
}
/* Detailseite mit Beleganhang: PDF mit Icon und Name */
table.voucherPDFDetail {
  padding-top: 30px;
  font-size: 20px;
  table-layout: fixed;
}
table.voucherPDFDetail td {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
table.voucherPDFDetail img {
  width: 150px;
  height: 150px;
}
#addAnotherVoucher {
  padding-right: 17px;
}

/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/domain/contactRecording/pages/contactList/ContactList.less ***!
  \*****************************************************************************************************************************************************************************************/
.hidden {
  visibility: hidden;
}
.noContacts {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: var(--page-secondary-color);
  padding-top: 15%;
  font-size: 23px;
}

/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/domain/contactRecording/pages/contactRecording/ContactRecording.less ***!
  \***************************************************************************************************************************************************************************************************/
#pageDownload {
  margin-right: 15px;
}
#pageDelete.hidden {
  visibility: hidden;
}

/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/bcs-app-general.less ***!
  \***************************************************************************************************************************************************/
/**
Variablen und allgemeine Styles für die App
 */
:root {
  /** Navigation */
  --NavigationHeader-Color: #CCD8E0;
  /* Alternativ #E3EAF3 */
  --FooterToolbar-Background: #ffffff;
  --FooterToolbar-Border: #E9F0F9;
  --NavigationTitle-Color: var(--page-color);
  --bottom-offset: 0px;
  /* Schriftgröße der Labels unter den Icons im Footer */
  --footerIcon-font-size: 12px;
  --timeRecording_base_color: #3FA6E7;
  --timeRecording_isOnlyChangedInApp_Color: #e5aa21;
  --timeRecording_isOnlyChangedInApp_Background_Color: #887212;
  --timeRecordingPSPPath-line-height: inherit;
  --booking-TextColor: var(--page-secondary-color);
  --pause-TextColor: var(--greyBaseColor);
  --booking-BackgroundColor: #BADDF8;
  --pause-BackgroundColor: #DEE2E9;
  --dummy-BackgroundColor: #FDDFFF;
  --dummy-TextColor: var(--page-color);
  --placeholderBooking-BackgroundColor: #D6DAE4;
  --placeholderBooking-TextColor: var(--page-color);
  --synchedBooking-BackgroundColor: #E5CF70;
  --synchedBooking-TextColor: #BC7F1C;
  --TimeRecording_BookedTimeColor: #3FA6E7;
  --TimeRecording_BookedTimeColor_light: #B9DEF6;
  --TimeRecording_UnbookedTimeColor: #E6EAF0;
  --TimeRecording_UnbookedTimeColor_dark: #ABAFB8;
  --TimeRecording_AlertColor: #D0021B;
  --Calendar-TodayBackground: #D3DFDD;
  /* Kontakterfassung */
  --contactBoxColor: #45703B;
  /* Login */
  --loginFieldColor: #1e1e21;
  --loginTitelColor: var(--page-color);
  /** Standard-Schriftfarbe */
  --page-color: #000000;
  /** Standard-Schriftfarbe abgedunkelt */
  --page-secondary-color: #767676;
  /** Farbe für Labels */
  --form-label-color: #72718b;
  /*rgba(46,50,53,0.7);*/
  --allowance_base_color: #9D476C;
  --travelSection-Background: #E9F0F9;
  --greyBaseColor: #E6EAF0;
  --mainBackgroundColor: #EBEFF3;
  --PrimaryElement-Color: #ffffff;
  /* Schriftfarbe in Formularfeldern */
  --form-color: #000000;
  /* Randfarbe von Formularfeldern */
  --form-border-color: #B1C8D8;
  /* Hintergrundfarbe von Formularfeldern */
  --form-background-color: #f0f9ff;
  /* ListView */
  --clickActiv-Color: #67bcec3b;
  --defaultListView-Background: var(--PrimaryElement-Color);
  --ListView-Title: #7D8694;
  --ListView-Border: 1px solid #DDE3ED;
  --ListView-FormField: var(--page-color);
  --ListView-TableData: var(--page-color);
  --ListView-FieldFont: #8993A1;
  /* Progress Layer */
  --ProgressLayer-Font: var(--page-color);
  --ProgressLayer-Background: var(--page-secondary-color);
  /* Alternativ #535353; */
  /*Floating Button*/
  --FloatingButton-Background: #32A0E6;
  --FloatingButton-Color: #FBFBFB;
  /* Sub Menu */
  --subMenuBackground: white;
  --subMenu-Border: #DFE5EF;
  /** Separator-Farbe */
  --border-color: #dbdbdb;
  /** Tabellen-Randfarbe */
  --table-border-color: #F2F2F2;
}
/* Spezialkram für chinesische Sprache */
:root[lang=zh-CN] {
  letter-spacing: 1px;
  --footerIcon-font-size: 16px;
  --timeRecordingPSPPath-line-height: 14.5px;
}
/* Für iPhones mit Strich am unteren Rand (ab iPhone X / ausgenommen iPhone SE2): Platz unter Footer wegen Strich des Betriebssystems */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  :root {
    --bottom-offset: 1.2em;
  }
}
@font-face {
  font-family: Roboto;
  src: local('Roboto'), url('../fonts/Roboto-Regular.woff');
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  font-weight: 600;
  src: local('Roboto Bold'), url('../fonts/Roboto-Medium.woff');
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  font-weight: bold;
  src: local('Roboto Bold'), url('../fonts/Roboto-Medium.woff');
  font-display: swap;
}
html {
  /* Verhindert zusätzlich zu meta name="viewport" content="width=device-width" die 300ms Wartezeit nach onclick */
  /* touch-action: manipulation; */
  overscroll-behavior: none;
}
body {
  /*----------------BROWSER EINSTELLUNGS RESET - START---------------------*/
  /* Change the white to any color ;) */
  /* Spinner entfernen */
  /* Uhrzeit Picker entfernen (Chrome 83+) */
  /* Chrome/Safari Clear Button entfernen */
  /*----------------BROWSER EINSTELLUNGS RESET - ENDE---------------------*/
  color: var(--page-color);
  background-color: var(--mainBackgroundColor);
  margin: 0px;
  font-family: Roboto, "Segoe UI", "Frutiger", Helvetica, "Helvetica Neue", Tahoma, Verdana, Arial, sans-serif;
  /* Verhindert Neuladen der Seite beim Scrollen über oberen Seitenanfang hinaus */
  overscroll-behavior: none;
}
body input,
body input:hover,
body input:active,
body textarea,
body textarea:hover,
body textarea:active,
body select,
body select:hover,
body select:active {
  /*Entfernen alle Browser voreinstellungen beim Focussieren eines Input Feldes*/
  outline: none;
}
body input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px var(--form-background-color) inset;
}
body input[type=time]::-webkit-inner-spin-button,
body input[type=time]::-webkit-outer-spin-button,
body input[type=number]::-webkit-inner-spin-button,
body input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
}
body input[type="time"]::-webkit-clear-button {
  display: none;
}
body ::-webkit-input-placeholder {
  color: #AAAAAA;
  opacity: 1;
  font-style: oblique;
  text-overflow: ellipsis !important;
}
body ::-moz-placeholder {
  color: #AAAAAA;
  opacity: 1;
  font-style: oblique;
  text-overflow: ellipsis;
}
body ::placeholder {
  color: #AAAAAA;
  opacity: 1;
  font-style: oblique;
  text-overflow: ellipsis !important;
}
body input[type=text].displayMode {
  border: 0px solid transparent;
  padding-left: 0;
}
body input[type=text]:not(.displayMode),
body input[type=search],
body input[type=number],
body input[type=password] {
  border-radius: 0;
  font-size: 17px;
  font-family: Roboto;
  padding: 4px 3px 3px 3px !important;
  height: 30px;
  border: none;
  border-bottom: 1px solid var(--form-border-color) !important;
  color: var(--form-color);
  background: var(--form-background-color);
}
body input[type=number] {
  -webkit-appearance: none;
  appearance: none;
}
body input[type=search] {
  -webkit-appearance: none;
  appearance: none;
  height: 35px;
  padding-left: 31px !important;
}
body input.bcsDateField:focus,
body input.bcsDateField:active,
body input[type=time]:focus,
body input[type=time]:active,
body input[type=number]:focus,
body input[type=number]:active,
body input[type=password]:focus,
body input[type=password]:active,
body select:focus,
body select:active,
body textarea:focus,
body textarea:active,
body input[type=text]:focus:not(.displayMode),
body input[type=text]:active:not(.displayMode),
body input[type=search]:focus,
body input[type=search]:active {
  border-bottom: 1px solid #32A0E6 !important;
}
body input.bcsDateField,
body input[type=time],
body select {
  font-family: Roboto;
  font-size: 17px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/buttons/dropdown@1x.svg) !important;
  background-position: 100% 6px !important;
  background-repeat: no-repeat !important;
  padding: 4px 18px 3px 3px !important;
  line-height: 19px;
  height: 30px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--form-border-color) !important;
  color: var(--form-color);
  background: var(--form-background-color);
}
body input.bcsDateField {
  font-feature-settings: "pnum" 1;
}
body input[type=time] {
  font-feature-settings: "pnum" 1;
  padding-top: 5px !important;
  width: 77px !important;
  padding-right: 0 !important;
}
body .durationField input[type=time] {
  background-image: url(../images/buttons/hours@1x.svg) !important;
  background-position: 100% 5px !important;
}
body .longDurationField input[type=time] {
  background-image: url(../images/buttons/hours@1x.svg) !important;
  background-position: 100% 5px !important;
}
body .longDurationField input[type=number] {
  width: 45px !important;
  background-image: url(../images/buttons/days@1x.svg) !important;
  background-position: 100% 5px !important;
  background-repeat: no-repeat !important;
}
body textarea {
  font-family: Roboto;
  font-size: 17px;
  border-radius: 0;
}
body textarea:focus {
  border-bottom: 1px solid #32A0E6;
}
body input[type=checkbox] {
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  border: 1px solid var(--form-border-color);
  background-color: var(--form-background-color);
  border-radius: 2px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: text-top;
}
body input[type=checkbox]:checked {
  background-image: url(../images/buttons/checkbox-checked@1x.svg);
}
body input[type=checkbox]:disabled {
  opacity: 0.7;
}
body .hidden {
  display: none;
}
body .button {
  font-size: 15px;
  margin: 0 2px 1px 2px;
  line-height: 34px;
  padding: 6px;
  background-position: center center;
  background-color: #F4F4F4;
  vertical-align: middle;
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 4px 4px;
}
body .button.activ {
  color: white !important;
  border-color: #32a0e6 !important;
  background-color: #32A0E6 !important;
}
body.defaultBackground {
  background-color: var(--mainBackgroundColor);
}
.boardView {
  background-color: var(--mainBackgroundColor);
  width: 100%;
  height: 100%;
  position: relative;
}
.boardView .boardElementWrapper {
  background-color: var(--mainBackgroundColor);
  position: absolute;
}
.boardView .boardElementWrapper .boardElement {
  background-color: var(--PrimaryElement-Color);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.boardView .boardElementWrapper .boardElement .controllerLink {
  height: 100%;
  width: 100%;
}
.boardView .boardElementWrapper .boardElement p {
  margin: 0;
  text-align: center;
  margin-top: 5px;
}
.boardView .boardElementWrapper .boardElement.overviewCalendar {
  height: 315px !important;
  padding-top: 3px;
}
.boardView .boardElementWrapper .boardElement.linkToAllowance {
  color: var(--allowance_base_color);
  font-size: 14px;
}
.boardView .boardElementWrapper .boardElement.allowanceLink {
  color: var(--allowance_base_colorwance_base_color);
}
.boardView .boardElementWrapper .boardElement.lastAllowanceDetais {
  color: var(--allowance_base_color);
}
.boardView .boardElementWrapper .boardElement.currentTimeRecordingDetails {
  text-align: center;
  color: var(--timeRecording_base_color);
}
.boardView .boardElementWrapper .boardElement.linkToAllowance:active,
.boardView .boardElementWrapper .boardElement.allowanceLink:active,
.boardView .boardElementWrapper .boardElement.lastAllowanceDetais:active,
.boardView .boardElementWrapper .boardElement.currentTimeRecordingDetails:active {
  background-color: #67bcec3b;
}
#sync_top_toolbar {
  width: 100%;
  background-color: #F5A623;
  color: white;
}
#sync_top_toolbar .toolLink {
  padding: 5px;
  border-radius: 5px;
}
/* Fehlermeldung u.a. vor Starten der App (z.B. kein HTTPS, Browser nicht unterstützt) */
.errorMessageBox {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.errorMessageBox .errorBox {
  color: black;
  border: 5px solid #F87373;
  border-radius: 10px;
  width: 70%;
  padding: 1em 1em 1em 1em;
}
.errorMessageBox .errorBox .title {
  color: #2F3A96;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.durationField {
  white-space: nowrap;
  color: #7D8694;
  margin-right: 3px;
  line-height: 19px;
  vertical-align: text-bottom;
}
.durationField input {
  display: inline-block !important;
  margin-right: 2px;
}
.longDurationField {
  white-space: nowrap;
  color: #7D8694;
  margin-right: 3px;
  line-height: 19px;
  vertical-align: text-bottom;
  display: inline-flex;
}
.longDurationField input {
  display: inline-block !important;
  margin-right: 0px;
}
.serviceworkerupdate {
  box-sizing: border-box;
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8em;
  color: black;
  font-weight: bold;
  padding: 0.5em;
  background-color: #ECA926;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.serviceworkerupdate .row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.5em;
}
.serviceworkerupdate .message {
  display: block;
  align-self: center;
}
.serviceworkerupdate a.reloadNow {
  display: block;
  align-self: center;
  color: #1E5583;
  text-decoration: none;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  min-width: 100px;
  text-align: center;
}
.serviceworkerupdate a.skip {
  display: block;
  align-self: center;
  color: #1E5583;
  text-decoration: none;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  min-width: 100px;
  text-align: center;
}

/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js!./app/src/bcs-app-dark-full.less ***!
  \*****************************************************************************************************************************************************/
/**
Variablen und gesonderte Styles für den Darkmode der App
 */
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --greyBaseColor: #1d1d1d;
    --mainBackgroundColor: #121212;
    --PrimaryElement-Color: #1d1d1d;
    --subMenuBackground: #323232;
    --subMenu-Border: var(--mainBackgroundColor);
    --selectedOptionColor: #ffffff;
    --contactBoxColor: #639558;
    --Calendar-TodayBackground: var(--page-secondary-color);
    --page-color: #E0E0E0;
    --page-secondary-color: #A0A0A0;
    --form-placeholder-color: #8c8c8c;
    --form-placeholder-color-zero: #666666;
    --clickActiv-Color: #67bcec3b;
    --defaultListView-Background: var(--PrimaryElement-Color);
    --ListView-Title: var(--page-color);
    --ListView-Border: 1px solid #212425;
    --ListView-FormField: var(--page-color);
    --ListView-TableData: var(--page-color);
    --ListView-FieldFont: var(--page-color);
    --NavigationHeader-Color: #093552;
    --FooterToolbar-Background: #222222;
    --FooterToolbar-Border: #222222;
    --timeRecording_base_color: #3FA6E7;
    --TimeRecording_UnbookedTimeColor: #444444;
    --allowance_base_color: #BC6E90;
    --travelSection-Background: #09355270;
    --booking-TextColor: var(--page-secondary-color);
    --pause-TextColor: var(--greyBaseColor);
    --booking-BackgroundColor: var(--NavigationHeader-Color);
    --pause-BackgroundColor: var(--PrimaryElement-Color);
    --dummy-BackgroundColor: #6c2c72;
    --dummy-TextColor: var(--page-color);
    --placeholderBooking-BackgroundColor: var(--page-secondary-color);
    --placeholderBooking-TextColor: var(--page-color);
    --synchedBooking-BackgroundColor: #7e7249;
    --synchedBooking-TextColor: #BC7F1C;
    --form-color: #E0E0E0;
    --form-background-color: #262626;
    --form-label-color: #A0A0A0;
    --form-border-color: #6A6A6A;
    --loginFieldColor: var(--mainBackgroundColor);
    --loginTitelColor: var(--page-color);
    --ProgressLayer-Font: var(--page-color);
    --ProgressLayer-Background: #212425;
    --FloatingButton-Background: #156FA8FF;
    --FloatingButton-Color: var(--mainBackgroundColor);
    /** Separator-Farbe */
    --border-color: #FFFFFF20;
  }
  .toolbar_container img {
    filter: brightness(0) invert(1) brightness(0.8);
  }
  .contactBox {
    font-weight: 500;
  }
  .boardIcon {
    filter: brightness(0) invert(1) brightness(0.8);
  }
  body input[type=checkbox]:checked {
    background-image: url(../images/buttons/checkbox-checked-dark@1x.svg);
  }
  body input.bcsDateField,
  body input[type=time],
  body select {
    background-image: url(../images/buttons/dropdown1x-dark.svg) !important;
  }
  .forecastBox {
    font-weight: 500;
  }
}


/*# sourceMappingURL=bcs-app.css.map*/