﻿/* ----------------------------------------------------------------------------------------------------

        Root SCSS File

---------------------------------------------------------------------------------------------------- */
/* Style Facets - loosely based on 'inverted triangle' part of BEMIT methodology */
/*$primary-050: $md-orange-050;
$primary-100: $md-orange-100;
$primary-200: $md-orange-200;
$primary-300: $md-orange-300;
$primary-400: $md-orange-400;
$primary-500: $md-orange-500;
$primary-600: $md-orange-600;
$primary-700: $md-orange-700;
$primary-800: $md-orange-800;
$primary-900: $md-orange-900;*/
/*$secondary-050: $md-light-green-050;
$secondary-100: $md-light-green-100;
$secondary-200: $md-light-green-200;
$secondary-300: $md-light-green-300;
$secondary-400: $md-light-green-400;
$secondary-500: $md-light-green-500;
$secondary-600: $md-light-green-600;
$secondary-700: $md-light-green-700;
$secondary-800: $md-light-green-800;
$secondary-900: $md-light-green-900;*/
/*$neutral-050: $md-gray-050;
$neutral-100: $md-gray-100;
$neutral-200: $md-gray-200;
$neutral-300: rgb(244, 244, 244); //$md-gray-300;
$neutral-400: rgb(196, 196, 196); //$md-gray-400;
$neutral-500: rgb(110, 111, 119); //$md-gray-500;
$neutral-600: $md-gray-600;
$neutral-700: $md-gray-700;
$neutral-800: $md-gray-800;
$neutral-900: $md-gray-900;*/
/*Miscellaneous constants*/
:root {
  --notification-timeout: 5s;
  --active: #EFF7ED;
  --active-dark: #164010;
}

#main-content-section.inactive {
  background-color: #FDF3F4 !important;
  min-height: unset !important;
}
#main-content-section.dark.inactive {
  background-color: #3F1011 !important;
}
#main-content-section tr.active-row td {
  background-color: var(--active);
}
#main-content-section.dark tr.active-row td {
  background-color: var(--active-dark);
  color: var(--neutral-foreground-rest);
}

form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.clickable:hover {
  cursor: pointer;
}

fluent-card {
  padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px) !important;
}

.feature-color-home {
  color: #212121;
}

.feature-color-dashboard {
  color: #212121;
}

.feature-color-events {
  color: #212121;
}

.feature-color-tasks {
  color: #212121;
}

.feature-color-opportunities {
  color: #212121;
}

.feature-color-documents {
  color: #212121;
}

.feature-color-scheduling {
  color: #212121;
}

.feature-color-customer {
  color: #212121;
}

.feature-color-contact {
  color: #212121;
}

.feature-color-bookings {
  color: #212121;
}

.feature-color-humanresources {
  color: #212121;
}

.feature-color-marketing {
  color: #212121;
}

.feature-color-reporting {
  color: #212121;
}

.feature-color-courses {
  color: #212121;
}

.feature-color-settings {
  color: #212121;
}

/*$schedule-header-today-background-color: #01579B;*/
/*@import 'Fonts/font-awesome/fontawesome.scss';
@import 'Fonts/font-awesome/brands.scss';
@import 'Fonts/font-awesome/duotone.scss';
@import 'Fonts/font-awesome/light.scss';
@import 'Fonts/font-awesome/regular.scss';
@import 'Fonts/font-awesome/solid.scss';
@import 'Fonts/font-awesome/thin.scss';
@import 'Fonts/font-awesome/v4-shims.scss';*/
/* ----------------------------------------------------------------------------------------------------

        Object - Schedule

---------------------------------------------------------------------------------------------------- */
.fs-o-schedule {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
  font-size: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 1;
  transition: opacity 0.1s linear 0s;
  border: 1px solid var(--neutral-stroke-rest);
}

.fs-o-schedule__content-wrapper {
  overflow-x: auto;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
}

.fs-o-schedule__content {
  white-space: nowrap;
  background-color: var(--neutral-stroke-rest);
  height: fit-content;
  width: fit-content;
  position: relative;
}
.fs-o-schedule__content .fs-c-date-nav {
  z-index: 7;
  margin: 0;
  border-right: solid 1px var(--neutral-stroke-rest);
}

.fs-o-schedule__entry-allocations .section-header {
  z-index: 2000000;
}
.fs-o-schedule__entry-allocations .fs-o-schedule__entry-allocations-list {
  height: calc(100% - 10px);
}

.fs-o-schedule__entry-allocations-activity {
  height: calc(100% - 369px);
}

.fs-o-schedule__entry-allocations-event {
  height: calc(100% - 388px);
}

.fs-o-schedule__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  flex: 0;
  display: flex;
  flex-direction: row;
}

.fs-o-schedule__indicator-row {
  font-size: 1rem;
  min-height: 5px;
  line-height: 5px;
  font-size: 10px;
  flex: 0;
  display: flex;
  flex-direction: row;
  background-color: #FFFFFF;
}

.fs-o-schedule__full-height-group {
  min-height: 20px;
  height: 20px;
  line-height: 20px;
  position: -webkit-sticky;
  position: sticky;
  /*    top: 106px;*/
  flex: 0;
  display: flex;
  flex-direction: row;
}

.fs-o-schedule__full-height-row {
  height: 21px;
  min-height: 20px;
  line-height: 20px;
  flex: 0;
  display: flex;
  flex-direction: row;
}

.fs-o-schedule__filter {
  position: sticky;
  /*    top: 48px;*/
  padding-bottom: 4px;
}

.fs-o-schedule__date {
  position: sticky;
  top: 0px;
  z-index: 7;
  background-color: var(--neutral-stroke-rest);
  font-weight: 500;
}

.fs-o-schedule__days {
  position: sticky;
  top: 15px;
  z-index: 7;
  background-color: var(--neutral-stroke-rest);
  font-weight: 500;
}

.fs-o-schedule__half-height-row {
  font-size: 1rem;
  height: 15px;
  min-height: 15px;
  line-height: 15px;
  font-size: 12px;
  flex: 0;
  display: flex;
  flex-direction: row;
}

.fs-o-schedule__move-entries {
  height: calc(100% - 84px);
}

.fs-o-schedule--cursor-pointer {
  cursor: pointer;
}

.fs-o-schedule--fade {
  opacity: 0.75;
  transition: opacity 0.2s linear 0s;
}

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

        Object - Modal Form

---------------------------------------------------------------------------------------------------- */
.fs-o-modal-form {
  font-size: 14px;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
}

.fs-o-modal-form__inner-wrapper {
  background-color: #fff;
  overflow: hidden;
  max-width: 90%;
  max-height: 90%;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) scale(0.75);
  transform: translateY(-50%) scale(0.75);
  opacity: 0;
  transition: all 0.1s linear 0s;
}
.fs-o-modal-form__inner-wrapper.visible {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  transition: all 0.2s ease-out;
}

.fs-o-modal-form__header {
  color: rgb(68, 68, 68);
  min-height: 32px;
  border-bottom: solid 1px rgb(216, 216, 216);
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.fs-o-modal-form__header-left {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.fs-o-modal-form__header-left h1 {
  font-family: SegoeUI-Semibold, "Segoe UI Semibold", "Segoe UI Regular", "Segoe UI";
  font-size: 17px;
  font-weight: 700;
}

.fs-o-modal-form__header-right {
  flex-grow: 1;
  text-align: right;
}
.fs-o-modal-form__header-right button {
  background-color: #FFFFFF;
  transition: background 200ms linear;
}
.fs-o-modal-form__header-right button:hover.close {
  color: #FAFAFA;
  background-color: #D50000;
}

.fs-o-modal-form__content {
  height: calc(100% - 73px);
  padding: 10px 20px;
}
.fs-o-modal-form__content .table-data {
  height: auto;
}

.fs-o-modal-form.fs-o-modal-form--justify-centre .fs-o-modal-form__inner-wrapper:not(.fs-o-modal-form--full-screen) {
  border-radius: 2px;
}

.fs-o-modal-form--justify-right {
  align-items: flex-end;
}
.fs-o-modal-form--justify-right .fs-o-modal-form__inner-wrapper {
  max-height: 100%;
  transform: translateY(-50%);
  opacity: 1;
}
.fs-o-modal-form--justify-right .fs-o-modal-form__inner-wrapper.visible {
  right: 0;
}

.fs-o-modal-form--full-screen {
  max-width: 100%;
  max-height: 100%;
}

.overlay-container {
  position: absolute;
  z-index: 1000000;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0.2s linear 0s;
}
.overlay-container .overlay {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  pointer-events: auto;
  background-color: #212121;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s linear 0s;
}
.overlay-container.immediate-fadeout {
  transition: visibility 0s linear 0s;
}
.overlay-container.visible {
  visibility: visible;
  transition: visibility 0s linear 0s;
}
.overlay-container.visible .overlay {
  opacity: 0.4;
  transition: opacity 0.2s linear 0s;
}

fluent-tree-item {
  border-top: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
}

fluent-tree-item.highlighted::part(positioning-region) {
  background-color: var(--accent-base-color);
  color: var(--foreground-on-accent-active);
}

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

        Component - Accordion List

---------------------------------------------------------------------------------------------------- */
.fs-c-accordionlist {
  overflow-y: auto;
  height: 100%;
  background-color: var(--fill-color);
}

.fs-c-accordionlist__content {
  display: block;
  background-color: inherit;
}

.fs-c-accordionlist__header {
  position: sticky;
  top: 0;
  width: 100%;
  border-bottom: 2px solid rgb(207, 205, 204);
  box-shadow: 0 -1px 0 #fff; /* Fixes chrome scrolling bug when using sticky header */
  background-color: inherit;
  z-index: 1001;
}

.fs-c-accordionlist__header-item {
  height: 32px;
  line-height: 32px;
  padding: 4px 8px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  color: rgb(110, 111, 119);
  font-weight: 500;
  background-color: inherit;
}
.fs-c-accordionlist__header-item .column-separator {
  display: inline;
  height: 20px;
  border-right: 1px solid;
  margin-left: -6px;
  margin-right: 6px;
}
.fs-c-accordionlist__header-item .icon {
  font-size: 16px;
  font-weight: 300;
}
.fs-c-accordionlist__header-item.fs-c-accordionlist--icon {
  text-align: center;
  display: flex;
}
.fs-c-accordionlist__header-item.fs-c-accordionlist--icon .fa-check {
  visibility: hidden;
}
.fs-c-accordionlist__header-item.fs-c-accordionlist--icon:hover .fa-check {
  visibility: visible;
  color: rgb(110, 111, 119);
}
.fs-c-accordionlist__header-item.fs-c-accordionlist--icon.selected .fa-check {
  visibility: visible;
  color: #212121;
  font-weight: 900;
}

.fs-c-accordionlist__item {
  height: 32px;
  line-height: 32px;
  padding: 4px 8px;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 2px solid #efefef;
  background-color: inherit;
  z-index: inherit;
}
.fs-c-accordionlist__item .icon {
  font-weight: 300;
}
.fs-c-accordionlist__item.fs-c-accordionlist--icon {
  text-align: center;
  display: flex;
}
.fs-c-accordionlist__item.fs-c-accordionlist--icon .fa-check {
  visibility: hidden;
}
.fs-c-accordionlist__item.fs-c-accordionlist--icon:hover .fa-check {
  visibility: visible;
  color: rgb(110, 111, 119);
}
.fs-c-accordionlist__item .textfield-container {
  display: inline-block;
  min-width: unset;
}
.fs-c-accordionlist__item .textfield-container input {
  width: auto;
  line-height: 24px;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  background: none;
  border: transparent 1px solid;
  border-radius: 3px;
  padding: 0 5px;
}
.fs-c-accordionlist__item .textfield-container input:hover, .fs-c-accordionlist__item .textfield-container input:focus {
  background: revert;
  border-top: silver 1px solid;
  border-right: silver 1px solid;
  border-bottom: gray 1px solid;
  border-left: silver 1px solid;
}
.fs-c-accordionlist__item div {
  display: inline-block;
}

.fs-c-accordionlist__row {
  position: relative;
  display: grid;
  grid-gap: 0 0;
  background-color: inherit;
  max-height: 42px;
}

.fs-c-accordionlist__content .fs-c-accordionlist__row:hover {
  background-color: rgb(207, 205, 204);
}

.fs-c-accordionlist__sublist {
  position: relative;
  display: block;
  background-color: inherit;
  transition: margin-top 0.2s ease-out;
}

.fs-c-accordionlist--icon {
  cursor: pointer;
}

.fs-c-accordionlist--rotate-0 {
  transform: rotate(0deg);
  transition: transform 0.2s;
}

.fs-c-accordionlist--rotate-90 {
  transform: rotate(90deg);
  transition: transform 0.2s;
}

.fs-c-accordionlist__item.fs-c-accordionlist--selected {
  background-color: rgb(192, 212, 232);
}

.fs-c-accordionlist__sublist .fs-c-accordionlist__item.fs-c-accordionlist--selected {
  background-color: rgb(236.8325581395, 242.6, 248.3674418605);
}

.fs-c-accordionlist__header-item.fs-c-accordionlist--icon.fs-c-accordionlist--selected .fa-check, .fs-c-accordionlist__item.fs-c-accordionlist--icon.fs-c-accordionlist--selected .fa-check {
  visibility: visible;
  color: #212121;
  font-weight: 900;
}

.fs-c-accordionlist--show-sublist {
  margin-top: 0px !important;
  background-color: inherit;
  transition: margin-top 0.2s ease-out;
}

.fs-c-accordionlist--time-margin {
  margin-left: 11px;
}

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

        Component - Context Menu

---------------------------------------------------------------------------------------------------- */
.fs-c-context-menu {
  width: 120px;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  z-index: 5000;
  background-color: whitesmoke;
}

.fs-c-context-menu__list {
  list-style: none;
  padding: 0;
}

.fs-c-context-menu__list-option {
  font-weight: 500;
  font-size: 14px;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
}
.fs-c-context-menu__list-option:hover {
  background: rgba(0, 0, 0, 0.2);
}

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

        Component - Date Navigator

---------------------------------------------------------------------------------------------------- */
.fs-c-date-nav {
  display: flex;
  min-width: 128px;
  margin: 0 1px 1px 0;
  padding: 0;
  background-color: var(--fill-color);
}

.fs-c-date-nav__item {
  flex: auto;
  color: var(--neutral-foreground-rest);
  background-color: var(--fill-color);
  width: 20px;
  height: 15px;
  text-align: center;
  cursor: pointer;
}
.fs-c-date-nav__item i {
  line-height: 15px;
}

#fs-schedule-move-today {
  font-size: 9px;
}

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

        Component - Dropdown List

---------------------------------------------------------------------------------------------------- */
.fs-c-dropdown {
  position: relative;
  height: 20px;
  min-width: unset;
}

.fs-c-dropdown__icon {
  margin-left: 4px;
}

.fs-c-dropdown__select {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  z-index: 100;
  min-width: 100px;
}
.fs-c-dropdown__select:hover {
  visibility: visible;
}

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

        Component - Form Overlay

---------------------------------------------------------------------------------------------------- */
.fs-c-form-overlay {
  position: absolute;
  z-index: 10000000;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  background-color: rgba(255, 255, 255, 0);
  visibility: hidden;
  transition: background-color 0.2s ease-out 0s, visibility 0s ease-out 0.2s;
}

.fs-c-form-overlay__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease-out 0s;
}

.fs-c-form-overlay__content-icon {
  color: rgb(34, 102, 227);
  margin: 10px 0 0 0;
}

.fs-c-form-overlay__content-text {
  font-size: 20px;
  font-weight: 700;
}

.fs-c-form-overlay--visible {
  background-color: rgba(255, 255, 255, 0.75);
  visibility: visible;
  transition: background-color 0.2s ease-out 0s, visibility 0s ease-out 0s;
}
.fs-c-form-overlay--visible .fs-c-form-overlay__content {
  opacity: 1;
  transition: opacity 0.4s ease-out 0s;
}

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

        Component - List Box

---------------------------------------------------------------------------------------------------- */
.fs-c-listbox {
  position: absolute;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  outline: transparent;
  width: 238px;
  max-width: 238px;
  z-index: 10;
  background-color: #FFFFFF;
}

.fs-c-listbox__item {
  outline: transparent;
  position: relative;
  box-sizing: border-box;
  border: 1px solid transparent;
  display: block;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  padding: 0px 8px;
  border-radius: 0px;
  height: auto;
  background-color: transparent;
  width: 100%;
  min-height: 36px;
  line-height: 20px;
  overflow-wrap: break-word;
  user-select: none;
}
.fs-c-listbox__item span {
  width: 100%;
}
.fs-c-listbox__item:hover {
  background-color: #FAFAFA;
}

button.button.fs-c-listbox__item span span {
  justify-content: left;
}

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

        Component - List Button

---------------------------------------------------------------------------------------------------- */
.fs-c-listbutton--justify-right {
  right: 0;
}

.fs-c-listbutton--pad-left-none {
  padding-left: 0;
}

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

        Component - Horizontal Toolbar

---------------------------------------------------------------------------------------------------- */
.fs-c-h-toolbar {
  min-width: 100%;
  position: relative;
  max-height: 20px;
  display: flex;
  flex-direction: row;
}

.fs-c-h-toolbar__input {
  display: flex;
  flex-direction: row;
}
.fs-c-h-toolbar__input.schedule-date-picker {
  line-height: 20px;
  width: 120px;
  font-weight: normal;
}
.fs-c-h-toolbar__input.schedule-time-picker {
  line-height: 20px;
  font-weight: normal;
}
.fs-c-h-toolbar__input.schedule-days {
  line-height: 20px;
  width: 20px;
  font-weight: normal;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.fs-c-h-toolbar__input.schedule-days::-webkit-inner-spin-button, .fs-c-h-toolbar__input.schedule-days::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fs-c-h-toolbar__input.schedule-days[type=number] {
  -moz-appearance: textfield;
}

.fs-c-h-toolbar__link {
  color: #FAFAFA;
  padding-left: 10px;
  display: flex;
  flex-direction: row;
}
.fs-c-h-toolbar__link:visited {
  color: #FAFAFA;
}

.fs-c-h-toolbar__tool {
  display: flex;
  flex-direction: row;
}
.fs-c-h-toolbar__tool label {
  padding-right: 5px;
}
.fs-c-h-toolbar__tool span.actiontext {
  color: #2196F3;
}
.fs-c-h-toolbar__tool span.actiontext .pad-left-sm {
  padding-left: 8px;
}
.fs-c-h-toolbar__tool span.actiontext:hover {
  color: #2196F3;
  text-decoration: underline;
  cursor: pointer;
}
.fs-c-h-toolbar__tool .dropdown-container {
  height: 22px;
}
.fs-c-h-toolbar__tool .dropdown-container label.select:after {
  padding: 5px 8px;
}
.fs-c-h-toolbar__tool .dropdown-container select {
  min-width: unset;
  height: 22px;
}

.fs-c-h-toolbar__tool.fs-c-h-toolbar--separator-right {
  height: 22px;
}

.fs-c-h-toolbar__separator {
  padding-left: 20px;
  padding-right: 20px;
}

.fs-c-h-toolbar--pad-left-sm {
  padding-left: 12px;
}

.fs-c-h-toolbar--pad-left-sm {
  padding-left: 8px;
}

.fs-c-h-toolbar--pad-right-md {
  padding-right: 12px;
}

.fs-c-h-toolbar--pad-left-sm {
  padding-right: 8px;
}

.fs-c-h-toolbar--justify-right {
  justify-content: flex-end;
}

.fs-c-h-toolbar--align-items-centre {
  align-items: center;
}

.fs-c-h-toolbar--separator-right {
  border-right: 1px solid #212121;
}

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

        Component - New Activity Criteria

---------------------------------------------------------------------------------------------------- */
.fs-c-new-activity {
  height: 100%;
  display: flex;
}

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

        Component - Period Selector

---------------------------------------------------------------------------------------------------- */
.fs-c-period-selector {
  display: flex;
}

.fs-c-period-selector__days-visible {
  text-align: center;
  width: 25px;
}

.fs-c-period-selector__nav {
  width: 20%;
  text-align: center;
  cursor: pointer;
}

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

        Component - Schedule

---------------------------------------------------------------------------------------------------- */
.fs-c-schedule {
  width: 100%;
}

.fs-c-schedule__allocations-panel {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: absolute;
  pointer-events: none;
}

.fs-c-schedule__allocations-panel-container {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: absolute;
  pointer-events: none;
}

.fs-c-schedule__allocations-panel-content {
  position: relative;
}

.fs-c-schedule__allocations-panel-row {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  height: 21px;
}

.fs-c-schedule__date-highlight-cell {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  position: relative;
  z-index: 8;
}
.fs-c-schedule__date-highlight-cell > div {
  font-size: 12px;
  color: #FAFAFA;
  text-align: center;
  margin: 0 1px 0 0;
  position: relative;
  pointer-events: none;
  font-weight: 500;
}
.fs-c-schedule__date-highlight-cell > div.drag-hover {
  color: white;
  background-color: #036EC9;
}
.fs-c-schedule__date-highlight-cell > div.drag-hover > .fs-c-schedule__timetick-today {
  display: none;
}
.fs-c-schedule__date-highlight-cell > div.drag-hover-invalid {
  color: white;
  background: repeating-linear-gradient(45deg, #d32f2f, #d32f2f 10px, #b71c1c 10px, #b71c1c 20px);
}
.fs-c-schedule__date-highlight-cell > div.drag-hover, .fs-c-schedule__date-highlight-cell > div.drag-hover-invalid {
  line-height: 15px !important;
}

.fs-c-schedule__day-highlight-cell {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  position: relative;
  z-index: 8;
  text-align: center;
}
.fs-c-schedule__day-highlight-cell > div {
  font-size: 12px;
  color: var(--neutral-foreground-rest);
  margin: 0 1px 0 0;
  position: relative;
  pointer-events: none;
  font-weight: 500;
}
.fs-c-schedule__day-highlight-cell > div.drag-hover {
  color: white;
  background-color: #036EC9;
}
.fs-c-schedule__day-highlight-cell > div.drag-hover > .fs-c-schedule__timetick-today {
  display: none;
}
.fs-c-schedule__day-highlight-cell > div.drag-hover-invalid {
  color: white;
  background: repeating-linear-gradient(45deg, #d32f2f, #d32f2f 10px, #b71c1c 10px, #b71c1c 20px);
}
.fs-c-schedule__day-highlight-cell > div .text-day {
  line-height: 15px;
  width: unset;
  min-width: unset;
  background-color: transparent;
}
.fs-c-schedule__day-highlight-cell div.drag-hover .fs-c-schedule__timetick,
.fs-c-schedule__day-highlight-cell div.drag-hover-invalid .fs-c-schedule__timetick {
  background-color: white;
}

.fs-c-schedule__day-cell {
  width: 112px;
  min-width: 112px;
  margin: 0;
  /*border-right: 1px solid $schedule-row-background-color;
  border-bottom: 1px solid $schedule-row-background-color;*/
  border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
  border-bottom: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
  position: relative;
  width: 120px;
  min-width: 120px;
  min-height: inherit;
  background-color: var(--neutral-fill-active);
  z-index: auto;
}
.fs-c-schedule__day-cell.drag-hover {
  color: white;
  background-color: #036EC9;
}
.fs-c-schedule__day-cell.drag-hover > .fs-c-schedule__timetick-today {
  display: none;
}
.fs-c-schedule__day-cell.drag-hover-invalid {
  color: white;
  background: repeating-linear-gradient(45deg, #d32f2f, #d32f2f 10px, #b71c1c 10px, #b71c1c 20px);
}
.fs-c-schedule__day-cell.requirement-cell {
  background-color: rgb(229.3604651163, 237.5, 245.6395348837);
}
.fs-c-schedule__day-cell.requirement-cell.fs-c-schedule--weekend, .fs-c-schedule__day-cell.requirement-cell.fs-c-schedule--holiday {
  background-color: rgb(210.6802325581, 224.75, 238.8197674419);
}
.fs-c-schedule__day-cell.requirement-cell.selected {
  background-color: #c0d4e8;
}
.fs-c-schedule__day-cell.requirement-cell.selected.fs-c-schedule--weekend, .fs-c-schedule__day-cell.requirement-cell.selected.fs-c-schedule--holiday {
  background-color: rgb(173.3197674419, 199.25, 225.1802325581);
}

.fs-c-schedule__entry {
  color: #FAFAFA;
  font-size: 0.8rem;
  overflow: hidden;
  white-space: nowrap;
  min-height: 20px;
  line-height: 20px;
  padding: 0;
  text-indent: 4px;
  position: absolute;
  display: block;
  z-index: 1;
  pointer-events: all;
}
.fs-c-schedule__entry:hover {
  cursor: pointer;
}

.fs-c-schedule__ghost-cell {
  background-color: white;
  position: absolute;
  left: 200px;
  top: 200px;
  z-index: 8;
  pointer-events: none;
  font-size: 12px;
  opacity: 0.5;
  text-indent: 4px;
  overflow: hidden;
}

.fs-c-schedule__cell-select {
  text-align: center;
  color: transparent;
  background-color: #E0E0E0;
}
.fs-c-schedule__cell-select.fs-c-schedule__selection-data-cell {
  color: transparent;
}
.fs-c-schedule__cell-select:hover {
  background-color: rgb(239, 239, 239);
  color: rgb(196, 196, 196);
  cursor: pointer;
}
.fs-c-schedule__cell-select.selected {
  color: #212121;
  background-color: rgb(192, 212, 232);
}

.fs-c-schedule__cell-selection {
  background-color: transparent;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  animation: cell-selection-keyframes 0.75s ease-in 0s infinite alternate;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgb(34, 102, 227);
  pointer-events: none;
}

@keyframes cell-selection-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fs-c-schedule__group-name {
  width: 112px;
  min-width: 112px;
  margin: 0;
  /*border-right: 1px solid $schedule-row-background-color;
  border-bottom: 1px solid $schedule-row-background-color;*/
  border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
  border-bottom: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
  width: 120px;
  min-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  background-color: #BDBDBD;
  padding: 0 4px;
  width: 100%;
  color: #212121;
  font-weight: 700;
}

.fs-c-schedule__placeholder-bar {
  background-color: #ddd;
  position: relative;
  animation-name: pulsate;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  opacity: 0.75;
}

@keyframes pulsate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.fs-c-schedule__selection-header-cell {
  width: 120px;
  min-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: var(--fill-color);
  color: var(--neutral-foreground-rest);
  font-size: 12px;
  border-right: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  padding: 0 4px;
  left: 0;
  z-index: 7;
}

.fs-c-schedule__selection-data-cell {
  width: 120px;
  min-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #FAFAFA;
  color: #212121;
  font-size: 12px;
  border-right: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  padding: 0 4px;
  left: 0;
  z-index: 7;
}
.fs-c-schedule__selection-data-cell.requirement-cell {
  background-color: rgb(229.3604651163, 237.5, 245.6395348837);
}
.fs-c-schedule__selection-data-cell.requirement-cell.selected {
  background-color: rgb(192, 212, 232);
}

.fs-c-schedule__selection-header-infill {
  display: flex;
  min-width: 653px;
  margin: 0 1px 1px 0;
  padding: 0;
  background-color: #78909C;
  z-index: 5;
}

.fs-c-schedule__header-date {
  width: 112px;
  min-width: 112px;
  margin: 0;
  /*border-right: 1px solid $schedule-row-background-color;
  border-bottom: 1px solid $schedule-row-background-color;*/
  border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
  border-bottom: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
  color: var(--neutral-foreground-rest);
  background-color: var(--fill-color);
  text-align: center;
  margin: 0 1px 0 0;
  border: none;
  z-index: 4;
}
.fs-c-schedule__header-date.drag-hover {
  color: white;
  background-color: #036EC9;
}
.fs-c-schedule__header-date.drag-hover > .fs-c-schedule__timetick-today {
  display: none;
}
.fs-c-schedule__header-date.drag-hover-invalid {
  color: white;
  background: repeating-linear-gradient(45deg, #d32f2f, #d32f2f 10px, #b71c1c 10px, #b71c1c 20px);
}
.fs-c-schedule__header-date .text-date {
  /*        line-height: 15px;
          padding-left: 4px;
          width: unset;
          min-width: unset;
  */
  background-color: transparent;
  z-index: 6;
}

.fs-c-schedule__header-day {
  width: 112px;
  min-width: 112px;
  margin: 0;
  /*border-right: 1px solid $schedule-row-background-color;
  border-bottom: 1px solid $schedule-row-background-color;*/
  border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
  border-bottom: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
  position: relative;
  color: var(--neutral-foreground-rest);
  background-color: var(--fill-color);
  text-align: center;
  margin: 0 1px 0 0;
  border: none;
  z-index: 4;
  height: 20px;
}
.fs-c-schedule__header-day.drag-hover {
  color: white;
  background-color: #036EC9;
}
.fs-c-schedule__header-day.drag-hover > .fs-c-schedule__timetick-today {
  display: none;
}
.fs-c-schedule__header-day.drag-hover-invalid {
  color: white;
  background: repeating-linear-gradient(45deg, #d32f2f, #d32f2f 10px, #b71c1c 10px, #b71c1c 20px);
}
.fs-c-schedule__header-day .text-day {
  line-height: 15px;
  width: 100%;
  min-width: unset;
  background-color: transparent;
  z-index: 6;
}
.fs-c-schedule__header-day .fs-c-schedule__timetick {
  background-color: var(--neutral-stroke-rest);
}

.fs-c-schedule__highlight-cell {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  position: relative;
  z-index: 4;
  text-indent: 4px;
  pointer-events: none;
}
.fs-c-schedule__highlight-cell > div {
  position: relative;
  pointer-events: none;
}
.fs-c-schedule__highlight-cell > div.drag-hover {
  color: white;
  background-color: #036EC9;
}
.fs-c-schedule__highlight-cell > div.drag-hover > .fs-c-schedule__timetick-today {
  display: none;
}
.fs-c-schedule__highlight-cell > div.drag-hover-invalid {
  color: white;
  background: repeating-linear-gradient(45deg, #d32f2f, #d32f2f 10px, #b71c1c 10px, #b71c1c 20px);
}

.fs-c-schedule__highlight-bar {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 7;
  background-color: transparent;
  pointer-events: none;
}
.fs-c-schedule__highlight-bar .fs-c-schedule__highlight-bar-shadow .fs-c-schedule__highlight-cell > div.drag-hover {
  font-weight: normal;
}

.fs-c-schedule__highlight-bar-shadow {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.fs-c-schedule__highlight-bar-shadow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgb(34, 102, 227);
}

.fs-c-schedule__resource-highlight-cell {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  position: relative;
  z-index: 6;
}
.fs-c-schedule__resource-highlight-cell > div {
  width: 120px;
  min-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  background-color: #BDBDBD;
  padding: 0 4px;
  font-size: 12px;
  color: #FAFAFA;
  position: relative;
  pointer-events: none;
  font-weight: 500;
}
.fs-c-schedule__resource-highlight-cell > div.drag-hover {
  color: white;
  background-color: #036EC9;
}
.fs-c-schedule__resource-highlight-cell > div.drag-hover > .fs-c-schedule__timetick-today {
  display: none;
}
.fs-c-schedule__resource-highlight-cell > div.drag-hover-invalid {
  color: white;
  background: repeating-linear-gradient(45deg, #d32f2f, #d32f2f 10px, #b71c1c 10px, #b71c1c 20px);
}

.fs-c-schedule__resource-name {
  width: 112px;
  min-width: 112px;
  margin: 0;
  /*border-right: 1px solid $schedule-row-background-color;
  border-bottom: 1px solid $schedule-row-background-color;*/
  border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
  border-bottom: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
  width: 120px;
  min-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  background-color: #BDBDBD;
  padding: 0 4px;
  background-color: var(--fill-color);
  color: var(--neutral-foreground-rest);
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 5;
  font-weight: 500;
}
.fs-c-schedule__resource-name.drag-hover {
  color: white;
  background-color: #036EC9;
}
.fs-c-schedule__resource-name.drag-hover > .fs-c-schedule__timetick-today {
  display: none;
}
.fs-c-schedule__resource-name.drag-hover-invalid {
  color: white;
  background: repeating-linear-gradient(45deg, #d32f2f, #d32f2f 10px, #b71c1c 10px, #b71c1c 20px);
}
.fs-c-schedule__resource-name .text-resource {
  background-color: transparent;
  z-index: 9;
}

.fs-c-schedule__resource-name-icon {
  padding-left: 4px;
}
.fs-c-schedule__resource-name-icon.fas {
  line-height: initial;
}

.fs-c-schedule__resource-type {
  width: 120px;
  min-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: var(--fill-color);
  color: var(--neutral-foreground-rest);
  font-size: 16px;
  margin: 0 0 1px 0;
  border-right: solid 1px var(--neutral-stroke-rest);
  padding: 0 4px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 7;
}

.fs-c-schedule__sub-row {
  display: block;
  height: 20px;
  pointer-events: none;
}

.fs-c-schedule__timetick {
  position: absolute;
  left: var(--ticktime-left);
  width: 1px;
  height: var(--ticktime-height);
  bottom: 0;
  background-color: var(--neutral-foreground-rest);
}

.fs-c-schedule__timetick-today {
  position: absolute;
  left: var(--ticktime-left);
  width: 1px;
  height: 100%;
  background-color: #d32f2f;
  z-index: 2;
}

.fs-c-schedule--all-events {
  pointer-events: all;
}

.fs-c-schedule--allocation {
  background-color: #2196F3;
}

.fs-c-schedule--coverage-full {
  background-color: #4CAF50;
}

.fs-c-schedule--coverage-none {
  background-color: #F44336;
}

.fs-c-schedule--coverage-partial {
  background-color: #FF9800;
}

.fs-c-schedule--emphasise {
  font-weight: 600;
}

.fs-c-schedule--more {
  background-color: #FF6F00;
}

.fs-c-schedule--background-white {
  background-color: #fff;
}

.fs-c-schedule--finishes-after {
  white-space: nowrap;
}
.fs-c-schedule--finishes-after::after {
  content: "...";
  float: right;
  padding-right: 4px;
}

.fs-c-schedule--historic-entry {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.fs-c-schedule--holiday {
  background-color: #EEEEEE;
}

.fs-c-schedule--modal-message {
  padding: 4px 0 14px 0;
}

.fs-c-schedule--nowrap {
  overflow: hidden;
  white-space: nowrap;
}

.fs-c-schedule--requirement-selected {
  background-color: rgb(192, 212, 232);
}

.fs-c-schedule--selection-half-width {
  width: 60px;
  min-width: 60px;
}

.fs-c-schedule--started-prior {
  white-space: nowrap;
}
.fs-c-schedule--started-prior::before {
  content: "...";
}

.fs-c-schedule--sub-row-separation {
  margin-top: 1px;
}

.fs-c-schedule--text-centre {
  text-align: center;
}

.fs-c-schedule--today {
  background-color: var(--neutral-fill-secondary-rest);
  color: var(--neutral-foreground-rest);
}

.fs-c-schedule--weekend {
  background-color: var(--neutral-stroke-layer-rest);
}

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

        Component - Time Zone

---------------------------------------------------------------------------------------------------- */
section .tab-field .fs-c-timezone {
  padding: 8px 0;
}

section .fs-c-timezone__content {
  display: flex;
  flex-grow: 1;
}
section .fs-c-timezone__content .dropdown-container {
  width: 100%;
}

.panel .fs-c-timezone__content .dropdown-container label.select:hover, .panel .fs-c-timezone__content .dropdown-container label.select:focus-within {
  background-color: transparent;
}
.panel .fs-c-timezone__content .dropdown-container label.select:after {
  content: none;
}
.panel .fs-c-timezone__content .dropdown-container label.select select {
  font-weight: 400;
  appearance: auto;
  border: solid 1px #757575;
}

section .fs-c-timezone__country {
  display: flex;
  align-items: center;
}

section .tab-field .fs-c-timezone__label {
  display: flex;
  align-items: center;
  color: #757575;
  width: 128px;
  padding-left: 32px;
}

.panel .fs-c-timezone__label {
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 4px;
}

section .fs-c-timezone__zone {
  display: flex;
  align-items: center;
}

/*@import "4-Components/NotProcessed/grid";*/
.fs-u-visible {
  visibility: visible;
}

.fs-u-hidden {
  visibility: hidden;
}

.fs-u-removed {
  display: none;
}

.fs-u-sticky {
  position: sticky;
}

.fs-u-sticky-left {
  position: sticky;
  left: 0;
}

.fs-u-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/*@import '6-Trumps/???';*/
/*@import 'Fonts/roboto/roboto';*/
