@charset "UTF-8";
:root {
  --bs-dark-rgb: 0 0 0 95%;
}

/*
 *
 * Aurion UI — ESS
 *
 */
/* =======================================
=            Extra                      =
======================================= */
/* =======================================
=            Colour Palettes            =
======================================= */
/* -----  End of Colour Palettes  ------ */
/* ========================================
=            Global Variables            =
======================================== */
/* -----  End of Global Variables  ------ */
/* =============================================
=            Component Definitions            =
============================================= */
/* Chart Min Height */
/* Chart Colours */
/* -----  End of Component Definitions  ------ */
/* =========================================================
=            Responsive Breakpoint Definitions            =
========================================================= */
/* -----  End of Responsive Breakpoint Definitions  ------ */
/* =========================================================
=                 Layering Definitions                    =
========================================================= */
.zindex-staff-schedule {
  z-index: 2500;
}

/* -----  End of Layering Definitions  ------ */
.a-fixed-fullscreen {
  position: fixed;
  inset: 0;
}

.a-box-shadow-3 {
  box-shadow: 3px 3px 4px rgba(136, 136, 136, 0.5333333333);
  margin-bottom: 5px;
  margin-right: 5px;
}

.a-user-select-none {
  user-select: none;
}

/* Absolute Center Spinner */
.dots-loading .dots-box {
  position: fixed;
  z-index: 1100;
  inset: 0;
  overflow: show;
  width: 15rem;
  height: 15rem;
  margin: auto;
  border-radius: 1rem;
  background-color: rgba(75, 40, 106.5, 0.8);
}
.dots-loading .dots-box p {
  padding: 0 2rem;
  text-align: center;
  color: white;
}

.dots-loading-overlay::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.dots-spinner,
.dots-spinner::before,
.dots-spinner::after {
  width: 2.5em;
  height: 2.5em;
  animation: loading 1500ms infinite ease-in-out;
  border-radius: 50%;
  animation-fill-mode: both;
}

.dots-spinner {
  font-size: 0.75rem;
  position: relative;
  margin: 4rem auto;
  animation-delay: -150ms;
  text-indent: -9999em;
  color: white;
}
.dots-spinner::before {
  left: -3.5em;
  animation-delay: -300ms;
}
.dots-spinner::after {
  left: 3.5em;
}
.dots-spinner::before, .dots-spinner::after {
  position: absolute;
  top: 0;
  content: "";
}

.btn-loading-spinner .dots-spinner {
  display: inline-block;
  top: -1.35rem;
  width: 0.75em;
  height: 0.75em;
  margin: 0 0.325rem;
  font-size: 0.5rem;
  color: inherit;
}
.btn-loading-spinner .dots-spinner::before {
  left: -1em;
}
.btn-loading-spinner .dots-spinner::after {
  left: 1em;
}
.btn-loading-spinner .dots-spinner::before, .btn-loading-spinner .dots-spinner::after {
  position: absolute;
  width: 0.75em;
  height: 0.75em;
}
.btn-loading-spinner:not([data-loading-text=""]) .dots-spinner {
  margin-right: 1.025rem;
  margin-left: -0.15rem;
}

@keyframes loading {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.25em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes loading {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.25em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes form-control-spinner {
  to {
    transform: rotate(360deg);
  }
}
.form-control-spinner {
  z-index: 1000;
}
.form-control-spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -32px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.8);
  animation: form-control-spinner 0.6s linear infinite;
}

select textarea {
  background-image: none !important;
}

.list-group-checkbox .list-group-item::before {
  top: 0.5rem;
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "+";
}
.list-group-checkbox .list-group-item-checked::before {
  content: "\f00c";
}

.list-group-item-back::before {
  font-size: 1.25rem;
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f053";
}

label:not(.btn), label.form-label {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65);
}
label.form-check-label {
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
}

.checkbox label,
.radio label {
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
}

.form-control.form-control-danger,
.form-input.form-control-danger,
.form-select.form-control-danger {
  padding-left: 0.5625rem !important;
  border-left-color: #bd2c00 !important;
  border-left-width: 0.25rem !important;
}
.form-control.form-control-danger:active, .form-control.form-control-danger:focus,
.form-input.form-control-danger:active,
.form-input.form-control-danger:focus,
.form-select.form-control-danger:active,
.form-select.form-control-danger:focus {
  padding-left: 0.75rem !important;
  border-left-color: rgb(202.5, 167.5, 234) !important;
  border-left-width: var(--bs-border-width) !important;
}

.form-check.required {
  border-left: 0.25rem solid #bd2c00;
  padding-left: 1.75rem;
}

button:not(.btn).close {
  margin: 0;
  padding: 0;
  background-color: transparent;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
}
button:not(.btn).close:hover {
  opacity: 0.6;
}

.modal-header button:not(.btn).close {
  margin: -0.5rem 0.75rem -1rem auto;
}

.img-avatar {
  width: 2.5rem;
  height: 2.5rem;
}

.croppie-container {
  width: 100%;
  height: 100%;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: "";
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}

.croppie-container .cr-original-image {
  display: none;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */ /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent; /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent; /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.cr-rotate-controls button {
  border: 0;
  background: none;
}

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

.cr-rotate-l i:before {
  content: "↺";
}

.cr-rotate-r i:before {
  content: "↻";
}

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1rem;
}

/* Colors
-------------------------------------------------------------------------------------------------- */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content {
  border-color: #bdc0c3;
}

.fc-unthemed .fc-popover {
  border-color: #bdc0c3;
  background-color: white;
}

.fc-unthemed .fc-divider {
  background: #eeeff0;
}

.fc-unthemed .fc-popover .fc-header {
  background: #eeeff0;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #5c6165;
}

.fc-unthemed .fc-today {
  background: rgba(255, 153, 51, 0.1);
}

.fc-highlight {
  /* when user is selecting cells */
  background: #bd2c00;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #6cc644;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #9ba1a5;
}

/* Icons (inline elements with styled text that mock arrow icons)
-------------------------------------------------------------------------------------------------- */
.fc-icon {
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  font-size: 1rem;
  text-align: center;
  overflow: hidden;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  user-select: none;
}

.fc-icon::after {
  position: relative;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon-left-single-arrow::after {
  content: "‹";
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow::after {
  content: "›";
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow::after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow::after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle::after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle::after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle::after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x::after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
-------------------------------------------------------------------------------------------------- */
.fc button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.125rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.0625rem;
  transition: all 0.2s ease-in-out;
  margin: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #9ba1a5;
  background-image: none;
  background-color: transparent;
  border-color: #9ba1a5;
}

.fc button:focus,
.fc button.focus,
.fc button:active:focus,
.fc button:active.focus,
.fc button.active:focus,
.fc button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.fc button:focus,
.fc button:hover {
  text-decoration: none;
}

.fc button.focus {
  text-decoration: none;
}

.fc button:active,
.fc button.active,
.fc button.fc-state-active {
  background-image: none;
  background-color: #9ba1a5;
  color: white;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.fc button.disabled,
.fc button:disabled {
  cursor: not-allowed;
  background-image: none;
  background-color: #9ba1a5 !important;
  color: white !important;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.fc button.disabled:hover,
.fc button:disabled:hover {
  border-color: #9ba1a5 !important;
}

.fc button:hover {
  color: white;
  background-color: #80888d;
  border-color: #7b8388;
}

.fc button:focus,
.fc button.focus {
  color: white;
  background-color: #80888d;
  border-color: #7b8388;
}

.fc button:active,
.fc button.active,
.open > .fc button.dropdown-toggle {
  color: white;
  background-color: #80888d;
  border-color: #7b8388;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.fc button:active:hover,
.fc button:active:focus,
.fc button:active.focus,
.fc button.active:hover,
.fc button.active:focus,
.fc button.active.focus,
.open > .fc button.dropdown-toggle:hover,
.open > .fc button.dropdown-toggle:focus,
.open > .fc button.dropdown-toggle.focus {
  color: white;
  background-color: #6f767b;
  border-color: #5b6165;
}

.fc button.disabled:focus,
.fc button.disabled.focus,
.fc button:disabled:focus,
.fc button:disabled.focus {
  background-color: #9ba1a5;
  border-color: #9ba1a5;
}

.fc button.disabled:hover,
.fc button:disabled:hover {
  background-color: #9ba1a5;
  border-color: #9ba1a5;
}

.fc button:hover {
  color: #ffffff;
  background-color: #9ba1a5;
  border-color: #9ba1a5;
}

.fc button:focus,
.fc button.focus {
  color: #ffffff;
  background-color: #9ba1a5;
  border-color: #9ba1a5;
}

.fc button:active,
.fc button.active,
.open > .fc button.dropdown-toggle {
  color: #ffffff;
  background-color: #9ba1a5;
  border-color: #9ba1a5;
}

.fc button:active:hover,
.fc button:active:focus,
.fc button:active.focus,
.fc button.active:hover,
.fc button.active:focus,
.fc button.active.focus,
.open > .fc button.dropdown-toggle:hover,
.open > .fc button.dropdown-toggle:focus,
.open > .fc button.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #6f767b;
  border-color: #5b6165;
}

.fc button.disabled:focus,
.fc button.disabled.focus,
.fc button:disabled:focus,
.fc button:disabled.focus {
  border-color: #d1d3d5;
}

.fc button.disabled:hover,
.fc button:disabled:hover {
  border-color: #d1d3d5;
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05rem;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.25rem;
  vertical-align: middle;
}

.fc-state-active {
  background-image: none !important;
  outline: 0 !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* Buttons Groups
-------------------------------------------------------------------------------------------------- */
.fc-button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.fc-button-group > .fc-button {
  position: relative;
  float: left;
}

.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.active {
  z-index: 2;
}

.fc-button-group > .fc-button:hover {
  z-index: 2;
}

.fc-button-group .fc-button + .fc-button,
.fc-button-group .fc-button + .fc-button-group,
.fc-button-group .fc-button-group + .fc-button,
.fc-button-group .fc-button-group + .fc-button-group {
  margin-left: -1px;
}

.fc-button-group > .fc-button:not(:first-child, :last-child, .dropdown-toggle) {
  border-radius: 0;
}

.fc-button-group > .fc-button:first-child {
  margin-left: 0;
}

.fc-button-group > .fc-button:first-child:not(:last-child, .dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.fc-button-group > .fc-button:last-child:not(:first-child),
.fc-button-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.fc-button-group > .fc-button-group {
  float: left;
}

.fc-button-group > .fc-button-group:not(:first-child, :last-child) > .fc-button {
  border-radius: 0;
}

.fc-button-group > .fc-button-group:first-child:not(:last-child) > .fc-button:last-child,
.fc-button-group > .fc-button-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.fc-button-group > .fc-button-group:last-child:not(:first-child) > .fc-button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.fc-button-group .dropdown-toggle:active,
.fc-button-group.open .dropdown-toggle {
  outline: 0;
}

/* Popover
-------------------------------------------------------------------------------------------------- */
.fc-popover {
  position: absolute;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 0.125rem 0.25rem;
}

.fc-popover .fc-header .fc-title {
  margin: 0 0.125rem;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 0.125rem;
}

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Misc Reusable Components
-------------------------------------------------------------------------------------------------- */
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 0.125rem;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
-------------------------------------------------------------------------------------------------- */
.fc table {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

/* Fake Table Rows
-------------------------------------------------------------------------------------------------- */
.fc-row {
  position: relative;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

.fc-row .fc-bg {
  z-index: 1;
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 0.125rem;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Day Row (used within the header and the DayGrid)
-------------------------------------------------------------------------------------------------- */
/* highlighting cells & background event skeleton */
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
/* Scrolling Container
-------------------------------------------------------------------------------------------------- */
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* TODO: move to agenda/basic */
/* Global Event Styles
-------------------------------------------------------------------------------------------------- */
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.875rem;
  line-height: 1.3;
  border-radius: 0.125rem;
  border: 1px solid #9650d5;
  /* default BORDER color */
  background-color: #9650d5;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
  color: white;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

@media (width <= 960px) {
  .fc-event {
    font-size: 0.75rem;
  }
}
.fc-event:hover {
  color: white;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.ui-widget .fc-event {
  color: white;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: white;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

.fc-event.fc-selected .fc-resizer::before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  margin-left: -1.25rem;
  margin-top: -1.25rem;
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
}

/* resizer (cursor AND touch devices) */
/* resizer (touch devices) */
/* hit area */
/* Event Selection (only for touch devices)
-------------------------------------------------------------------------------------------------- */
/* Horizontal Events
-------------------------------------------------------------------------------------------------- */
/* bigger touch area when selected */
.fc-h-event.fc-selected::before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  inset: -0.65rem 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 0.5rem;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 0.125rem;
  border-width: 1px;
  width: 0.25rem;
  height: 0.25rem;
  border-style: solid;
  border-color: inherit;
  background: white;
  /* vertically center */
  top: 50%;
  margin-top: -0.25rem;
}

/* resizer (touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -0.25rem;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -0.25rem;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 0.125rem 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

.fc-day-grid-event.fc-selected::after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  inset: -1px;
  /* darkening effect */
  background: black;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -0.125rem;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -0.125rem;
  /* to the day cell's edge */
}

/* Event Limiting
-------------------------------------------------------------------------------------------------- */
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 0.125rem;
  font-size: 0.875rem;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 14rem;
}

.fc-more-popover .fc-event-container {
  padding: 0.5rem;
}

/* Now Indicator
-------------------------------------------------------------------------------------------------- */
.fc-now-indicator {
  position: absolute;
  border: 0 solid #bd2c00;
}

/* Utilities
-------------------------------------------------------------------------------------------------- */
.fc-unselectable {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* Toolbar
-------------------------------------------------------------------------------------------------- */
.fc-toolbar {
  text-align: center;
  margin-bottom: 1rem;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75rem;
}

.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* the first thing within each left/center/right section */
/* title text */
.fc-toolbar h2 {
  margin: 0;
}

.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* button layering (for border precedence) */
/* View Structure
-------------------------------------------------------------------------------------------------- */
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container {
  padding: 1rem;
  background-color: white;
  border-radius: 0.5rem;
}

.fc-view-container * {
  box-sizing: content-box;
}

.fc-view-container *::before,
.fc-view-container *::after {
  box-sizing: content-box;
}

.fc-view {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
-------------------------------------------------------------------------------------------------- */
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are .125rem padding above events */
  padding-bottom: 1rem;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4rem;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 0.125rem;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.fc-basic-view .fc-week-number {
  text-align: center;
}

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25rem;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

.fc-day-number.fc-other-month {
  opacity: 0.3;
}

/* AgendaView all-day area
-------------------------------------------------------------------------------------------------- */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are .125rem padding above events */
  padding-bottom: 1rem;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
-------------------------------------------------------------------------------------------------- */
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 0.25rem;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
-------------------------------------------------------------------------------------------------- */
.fc-time-grid-container {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

.fc-time-grid .fc-slats td {
  height: 1.5rem;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}

.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* divs within a cell within the fc-content-skeleton */
/* TimeGrid Slats (lines that run horizontally)
-------------------------------------------------------------------------------------------------- */
/* TimeGrid Highlighting Slots
-------------------------------------------------------------------------------------------------- */
/* TimeGrid Event Containment
-------------------------------------------------------------------------------------------------- */
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 0.125rem;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 0.125rem 0 2.5%;
}

.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
-------------------------------------------------------------------------------------------------- */
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85rem;
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time::before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time::after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.875rem;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.5rem;
  overflow: hidden;
  line-height: 0.5rem;
  font-size: 0.875rem;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer::after {
  content: "=";
}

.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 0.125rem;
  border-width: 1px;
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-color: inherit;
  background: white;
  /* horizontally center */
  left: 50%;
  margin-left: -0.25rem;
  /* center on the bottom edge */
  bottom: -0.25rem;
}

/* short mode, where time and title are on the same line */
/* resizer (cursor device) */
/* resizer (touch device) */
/* Now Indicator
-------------------------------------------------------------------------------------------------- */
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -0.25rem;
  /* vertically center on top coordinate */
}

/* arrow on axis */
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 0.25rem 0 0.25rem 0.25rem;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 0.25rem 0.25rem 0.25rem 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/*!
 * FullCalendar Scheduler v1.3.2
 * Docs & License: http://fullcalendar.io/scheduler/
 * (c) 2016 Adam Shaw
 */
/* TODO: break this file up */
/* Scroller
-------------------------------------------------------------------------------------------------- */
.fc-scroller-clip {
  overflow: hidden;
  /* for clipping scrollbars */
  position: relative;
  /* so things like scrollfollowers can attach to this */
}

/* supresses rendering of native scrollbars */
/* on .fc-scroller */
.fc-no-scrollbars {
  background: rgba(255, 255, 255, 0);
  /* hack for dynamic DOM nodes (in Chrome OSX at least) */
}

.fc-no-scrollbars::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.fc-scroller-canvas {
  position: relative;
  /* origin for bg */
  box-sizing: border-box;
  /* so that padding (for gutter) will be part of height */
  min-height: 100%;
}

.fc-scroller-canvas > .fc-bg {
  z-index: 1;
  /* make default? */
}

.fc-scroller-canvas > .fc-content {
  z-index: 2;
  /* make default? */
  position: relative;
  /* origin for inner content */
  border-style: solid;
  border-width: 0;
}

/* for themed, hard to get the border-color, so just forget it (REVISIT) */
.ui-widget .fc-scroller-canvas > .fc-content {
  border-color: transparent;
}

.fc-scroller-canvas.fc-gutter-left > .fc-content {
  border-left-width: 1px;
  margin-left: -1px;
}

.fc-scroller-canvas.fc-gutter-right > .fc-content {
  border-right-width: 1px;
  margin-right: -1px;
}

.fc-scroller-canvas.fc-gutter-top > .fc-content {
  border-top-width: 1px;
  margin-top: -1px;
}

.fc-scroller-canvas.fc-gutter-bottom > .fc-content {
  border-bottom-width: 1px;
  margin-bottom: -1px;
}

/* View Structure
-------------------------------------------------------------------------------------------------- */
.fc-rtl .fc-timeline {
  direction: rtl;
}

.fc-timeline .fc-divider {
  width: 0.25rem;
  border-style: double;
  /* overcome neighboring borders */
}

.fc-timeline .fc-head > tr > .fc-divider {
  border-bottom: 0;
}

.fc-timeline .fc-body > tr > .fc-divider {
  border-top: 0;
}

.fc-timeline .fc-body .fc-divider.ui-widget-header {
  background-image: none;
}

.fc-scrolled .fc-head .fc-scroller {
  z-index: 2;
  /* so drop shadow will go above body panes */
}

.fc-timeline.fc-scrolled .fc-head .fc-scroller {
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.075);
}

.fc-timeline .fc-body .fc-scroller {
  z-index: 1;
}

.fc-timeline .fc-scroller-canvas > div > table,
.fc-timeline .fc-scroller-canvas > div > div > table {
  border-style: hidden;
}

.fc-timeline th,
.fc-timeline td {
  text-transform: none;
  white-space: nowrap;
}

.fc-timeline .fc-cell-content {
  overflow: hidden;
}

.fc-timeline .fc-cell-text {
  font-size: 0.875rem;
}

@media (width <= 960px) {
  .fc-timeline .fc-cell-text {
    font-size: 0.75rem;
  }
}
.fc-timeline .fc-col-resizer {
  cursor: col-resize;
}

.fc-timeline th {
  vertical-align: middle;
}

.fc-timeline .fc-head .fc-cell-content {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.fc-timeline .fc-body .ui-widget-content {
  background-image: none;
}

/*
on all tables that expand to the edges, kill the outer border,
because the container elements take care of it
*/
/* Table Cell Common
-------------------------------------------------------------------------------------------------- */
/*
Cells at the start of a week
TODO: figure out better styling

.fc-ltr .fc-timeline .fc-em-cell div {
  border-left: .25rem solid #eee;
  height: 100%;
}
.fc-rtl .fc-timeline .fc-em-cell {
  border-right-width: .25rem;
}
*/
/* head */
/* body */
/* Resource Area
-------------------------------------------------------------------------------------------------- */
.fc-resource-area {
  width: 30%;
}

.fc-resource-area col {
  width: 40%;
  min-width: 4rem;
  /* will be read by JS */
}

.fc-resource-area col.fc-main-col {
  width: 60%;
  /* make the first column in a nested setup bigger */
}

.fc-flat .fc-expander-space {
  /* fc-flat is opposite of fc-nested */
  display: none;
}

.fc-ltr .fc-resource-area tr > * {
  text-align: left;
}

.fc-rtl .fc-resource-area tr > * {
  text-align: right;
}

.fc-resource-area .fc-cell-content {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.fc-resource-area .fc-super th {
  text-align: center;
}

.fc-resource-area th > div {
  position: relative;
}

.fc-resource-area th .fc-cell-content {
  position: relative;
  z-index: 1;
}

.fc-resource-area th .fc-col-resizer {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 0.25rem;
}

/* head */
.fc-ltr .fc-resource-area th .fc-col-resizer {
  right: -0.25rem;
}

.fc-rtl .fc-resource-area th .fc-col-resizer {
  left: -0.25rem;
}

/* body */
tr.fc-collapsed > td {
  /* during the transition */
  overflow: hidden;
  /* prevents absolutely-positioned events from bleeding out */
}

tr.fc-transitioning > td {
  /* during the transition */
  overflow: hidden;
  /* prevents absolutely-positioned events from bleeding out */
}

tr.fc-transitioning > td > div {
  transition: margin-top 200ms;
}

tr.fc-collapsed > td > div {
  margin-top: -0.5rem;
}

.fc-body .fc-resource-area .fc-cell-content {
  /* might BE the cell */
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.fc-no-overlap .fc-body .fc-resource-area .fc-cell-content {
  /* might BE the cell */
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.fc-resource-area .fc-icon {
  /* the expander and spacers before the expander */
  width: 1rem;
  /* ensure constant width, esp for empty icons */
  font-size: 1rem;
  vertical-align: middle;
  margin-top: -1%;
}

.fc-resource-area .fc-expander {
  cursor: pointer;
  color: #5c6165;
  /* for the icon within */
}

/* Time Area
-------------------------------------------------------------------------------------------------- */
.fc-time-area col {
  min-width: 2.5rem;
  /* detected by JS */
}

/* head */
.fc-ltr .fc-time-area .fc-chrono th {
  text-align: left;
}

.fc-rtl .fc-time-area .fc-chrono th {
  text-align: right;
}

/* body slats (vertical lines) */
.fc-time-area .fc-slats {
  /* fc-bg is responsible for a lot of this now! */
  position: absolute;
  z-index: 1;
  inset: 0;
}

.fc-time-area .fc-slats table {
  height: 100%;
}

.fc-time-area .fc-slats .fc-minor {
  border-style: dotted;
}

.fc-time-area .fc-slats td {
  border-width: 0 1px;
  /* need to do this. sometimes -1 margin wouldn't hide the dotted */
}

.fc-ltr .fc-time-area .fc-slats td {
  border-right-width: 0;
}

.fc-rtl .fc-time-area .fc-slats td {
  border-left-width: 0;
}

/* body content containers
   can be within rows or directly within the pane's content
*/
.fc-time-area .fc-bgevent-container,
.fc-time-area .fc-highlight-container {
  position: absolute;
  z-index: 2;
  /* only for directly within pane. not for row. overridden later */
  top: 0;
  bottom: 0;
  width: 0;
}

.fc-ltr .fc-time-area .fc-helper-container,
.fc-ltr .fc-time-area .fc-bgevent-container,
.fc-ltr .fc-time-area .fc-highlight-container {
  left: 0;
}

.fc-rtl .fc-time-area .fc-helper-container,
.fc-rtl .fc-time-area .fc-bgevent-container,
.fc-rtl .fc-time-area .fc-highlight-container {
  right: 0;
}

.fc-time-area .fc-bgevent,
.fc-time-area .fc-highlight {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fc-time-area .fc-rows {
  position: relative;
  z-index: 3;
}

.fc-time-area .fc-rows .ui-widget-content {
  background: none;
}

.fc-time-area .fc-rows td > div {
  position: relative;
}

.fc-time-area .fc-rows .fc-bgevent-container,
.fc-time-area .fc-rows .fc-highlight-container {
  z-index: 1;
}

.fc-time-area .fc-event-container {
  position: relative;
  z-index: 2;
  /* above bgevent and highlight */
  width: 0;
  /* for event positioning. will end up on correct side based on dir */
}

.fc-time-area .fc-helper-container {
  /* also an fc-event-container */
  position: absolute;
  z-index: 3;
  top: 0;
}

.fc-time-area .fc-event-container {
  padding-bottom: 0.5rem;
  top: -1px;
}

.fc-time-area tr:first-child .fc-event-container {
  top: 0;
}

/* body resource rows */
.fc-no-overlap .fc-time-area .fc-event-container {
  padding-bottom: 0;
  top: 0;
}

/* Now Indicator
-------------------------------------------------------------------------------------------------- */
.fc-timeline .fc-now-indicator {
  /* both the arrow and the line */
  z-index: 3;
  /* one above scroller's fc-content */
  top: 0;
}

.fc-time-area .fc-now-indicator-arrow {
  margin: 0 -0.5rem;
  /* 5, then one more to counteract scroller's negative margins */
  /* triangle pointing down... */
  border-width: 0.5rem 0.25rem 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

.fc-time-area .fc-now-indicator-line {
  margin: 0 -1px;
  /* counteract scroller's negative margins */
  bottom: 0;
  border-left-width: 1px;
}

/* Time Grid Events
-------------------------------------------------------------------------------------------------- */
.fc-timeline-event {
  position: absolute;
  border-radius: 0;
  padding: 0.125rem 0;
  margin-bottom: 1px;
}

.fc-no-overlap .fc-timeline-event {
  padding: 0.25rem 0;
  margin-bottom: 0;
}

/* don't overlap grid lines at the event's end */
.fc-ltr .fc-timeline-event {
  margin-right: 1px;
}

.fc-rtl .fc-timeline-event {
  margin-left: 1px;
}

.fc-timeline-event .fc-content {
  padding: 0 0.125rem;
  white-space: nowrap;
  overflow: hidden;
}

.fc-timeline-event .fc-time {
  font-weight: bold;
  padding: 0 1px;
}

.fc-rtl .fc-timeline-event .fc-time {
  display: inline-block;
  /* will force it on the other side */
}

.fc-timeline-event .fc-title .fc-title-label {
  display: block;
  font-size: 80%;
  opacity: 0.8;
}

.fc-timeline-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

/* follower logic */
.fc-ltr .fc-timeline-event .fc-title {
  margin: 0;
  padding: 0;
}

.fc-rtl .fc-timeline-event .fc-title {
  margin: 0;
  padding: 0;
}

.fc-ltr .fc-timeline-event.fc-not-start .fc-title {
  margin: 0;
}

.fc-rtl .fc-timeline-event.fc-not-start .fc-title {
  margin: 0;
}

.fc-timeline-event.fc-not-start .fc-title,
.fc-body .fc-time-area .fc-following {
  position: relative;
}

.fc-timeline-event.fc-not-start .fc-title::before,
.fc-body .fc-time-area .fc-following::before {
  /* generic arrow */
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.25rem;
  border: 0.25rem solid black;
  border-top-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.5;
}

.fc-ltr .fc-timeline-event.fc-not-start .fc-title::before,
.fc-ltr .fc-body .fc-time-area .fc-following::before {
  /* LTR. left pointing arrow */
  border-left: 0;
  left: 0.125rem;
}

.fc-rtl .fc-timeline-event.fc-not-start .fc-title::before,
.fc-rtl .fc-body .fc-time-area .fc-following::before {
  /* RTL. right pointing arrow */
  border-right: 0;
  right: 0.125rem;
}

.fc-view-container {
  padding: 1rem;
  background-color: white;
  border-radius: 0.5rem;
}

.fc-view-container * {
  box-sizing: content-box;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.125rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.0625rem;
  transition: all 0.2s ease-in-out;
  margin: 0;
  border-color: rgb(155, 161, 165);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: rgb(155, 161, 165);
  background-image: none;
  background-color: transparent;
  box-sizing: border-box;
  height: 2.1em;
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.fc-timeline .fc-cell-text {
  padding-left: 4px;
  padding-right: 4px;
}

.fc-timeline th,
.fc-timeline td {
  text-transform: none;
  white-space: nowrap;
}

.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}

.disable-scroll {
  overflow: hidden;
}
@media only screen and (width <= 767px) {
  .disable-scroll #container {
    height: 1px;
    overflow: hidden;
  }
}

.medium-only {
  display: none;
}
@media only screen and (width >=768px) {
  .medium-only {
    display: inherit;
  }
}
@media only screen and (width >= 992px) {
  .medium-only {
    display: none;
  }
}

.medium-large {
  display: none;
}
@media only screen and (width >=768px) {
  .medium-large {
    display: inherit;
  }
}

.small-only {
  display: inherit;
}
@media only screen and (width >=768px) {
  .small-only {
    display: none;
  }
}

var.empty, var.none {
  display: block;
  margin: 1.25rem 0;
  font-size: 2rem;
  font-style: italic;
  font-weight: lighter;
  color: fade(black, 25%);
}
var.empty::after {
  content: "— empty —";
}
var.none::after {
  content: "— none —";
}

.fs-7 {
  font-size: 14px !important;
}

.fs-8 {
  font-size: 12px !important;
}

.mt-125 {
  margin-top: 0.125rem !important;
}

.mt-1-25 {
  margin-top: 1.25rem !important;
}

@keyframes opacity-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-off {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
section {
  margin-top: 1.25rem;
  padding: 2rem 3.125rem 1.25rem;
  border-radius: 0.625rem;
  background-color: #ffffff;
  box-shadow: none;
  border: #dee0e1 solid 1px;
}
section.continued {
  margin-top: 0;
}
section section {
  margin: 0;
  padding: 0;
  border-radius: 0.625rem;
  background-color: transparent;
  box-shadow: none !important;
  border: none;
}
@media only screen and (width <=767px) {
  section {
    padding: 2rem 1.5rem 1.25rem;
  }
}

.tabpanels section,
#modal-content section {
  border: none;
}

.flex-wrap {
  display: flex !important;
}
.flex-wrap.wrap {
  flex-wrap: wrap;
}

@media only screen and (width >=768px) {
  .flex-wrap-medium {
    display: flex;
  }
}
.flex-grow {
  flex-grow: 1;
}

.flex-center {
  align-self: center;
}

.flex-valign-center {
  display: flex;
  align-items: center;
}

.hidden {
  display: none;
}

@media only screen and (width >=768px) {
  .medium-hide {
    display: none;
  }
}

.section-accordian .section-summary {
  position: relative;
  margin: 0;
  color: #686868;
  cursor: pointer;
  padding: 10px 10px 10px 0;
}
@media only screen and (width >=768px) {
  .section-accordian .section-summary {
    padding: 10px 20px 10px 0;
  }
}
.section-accordian .section-summary.open .section-caret .fa-light {
  transform: rotate(90deg);
  color: #9650d5;
}
.section-accordian [data-accordian-section]:not(:last-child) .section-summary {
  border-bottom: 1px solid rgb(228.4, 229.8, 231);
}
.section-accordian .section-indicator {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}
@media only screen and (width >=768px) {
  .section-accordian .section-indicator {
    padding: 10px 0;
  }
}
@media only screen and (width >= 992px) {
  .section-accordian .section-indicator {
    padding: 20px 0;
  }
}
.section-accordian .section-indicator .fa-light {
  width: 64px;
  text-align: center;
  color: #9650d5;
}
@media only screen and (width >=768px) {
  .section-accordian .section-indicator .fa-light {
    font-size: 48px;
    width: 100px;
  }
}
@media only screen and (width >= 992px) {
  .section-accordian .section-indicator .fa-light {
    font-size: 64px;
    width: 120px;
  }
}
.section-accordian .section-error-indicator {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  font-size: 0.5rem;
  font-weight: bold;
  text-align: center;
  color: #bd2c00;
}
@media only screen and (width >=768px) {
  .section-accordian .section-error-indicator {
    bottom: -12px;
    font-size: 0.625rem;
  }
}
@media only screen and (width >= 992px) {
  .section-accordian .section-error-indicator {
    bottom: -6px;
    font-size: 0.75rem;
  }
}
.section-accordian .section-summary-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
@media only screen and (width >=768px) {
  .section-accordian .section-summary-text {
    margin-left: 10px;
    line-height: 48px;
    font-size: 24px;
  }
}
@media only screen and (width >= 992px) {
  .section-accordian .section-summary-text {
    margin-left: 20px;
    line-height: 64px;
    font-size: 36px;
  }
}
.section-accordian .section-summary-text .count {
  font-size: 24px;
  display: inline-block;
  text-align: center;
  min-width: 40px;
  vertical-align: sub;
  margin-right: 0;
}
@media only screen and (width >=768px) {
  .section-accordian .section-summary-text .count {
    min-width: 90px;
    font-size: 48px;
    margin-right: 10px;
  }
}
@media only screen and (width >= 992px) {
  .section-accordian .section-summary-text .count {
    min-width: 90px;
    font-size: 64px;
    margin-right: 20px;
  }
}
.section-accordian .standard-list {
  padding: 0;
  margin-bottom: 0;
}
.section-accordian .section-entries {
  transition: max-height 100ms ease-in-out;
  max-height: 0;
}
.section-accordian .section-entries[data-collapsible=false] {
  max-height: none;
}
.section-accordian .section-config {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: rgb(124.9032258065, 46.8387096774, 195.1612903226);
}
.section-accordian .section-config .fa-light {
  transition: transform 300ms ease-in-out;
  font-size: 16px;
}
@media only screen and (width >=768px) {
  .section-accordian .section-config .fa-light {
    font-size: 24px;
  }
}
.section-accordian .section-caret {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: #9650d5;
}
.section-accordian .section-caret:hover, .section-accordian .section-caret:focus {
  background: transparent;
}
.section-accordian .section-caret .fa-light {
  transition: transform 300ms ease-in-out;
  font-size: 16px;
}
@media only screen and (width >=768px) {
  .section-accordian .section-caret .fa-light {
    font-size: 24px;
  }
}

.instruction {
  color: rgba(0, 0, 0, 0.65);
}

header {
  position: relative;
}
header ul {
  list-style: none;
}
header ul.help {
  position: absolute;
  top: 15px;
  right: -10px;
  margin: 0;
  padding: 0;
}
header ul li {
  float: right;
  margin-right: 5px;
}

.header {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
.header .fa-light {
  color: rgba(0, 0, 0, 0.6);
  color: #04a7ed;
  font-size: 18px;
  padding: 0;
  transition: all 1000ms cubic-bezier(0, 1, 0.5, 1);
  border-radius: 50%;
}

.standard-list .actions {
  white-space: nowrap;
}
.standard-list .actions .button {
  display: inline-block;
}

.admin {
  display: flex;
}
.admin h2 {
  margin-top: -10px;
  padding: 10px;
}
.admin .settings {
  display: inline-block;
}
.admin .settings h1 {
  margin-right: 0;
  margin-bottom: 0;
}
.admin nav {
  display: inline-block;
  padding: 10px;
  margin-left: -10px;
  margin-top: -16px;
  margin-bottom: -10px;
  background-color: rgb(124.9032258065, 46.8387096774, 195.1612903226);
  min-width: 200px;
}
.admin nav ul {
  padding: 0;
  font-size: 16px;
  list-style: none;
}
.admin nav ul li {
  padding: 10px;
}
.admin nav ul li a {
  color: #ffffff;
}

.back-action-section {
  background: transparent;
  padding: 0;
  margin: 20px 0;
}
@media only screen and (width <= 767px) {
  .back-action-section a {
    width: 100%;
  }
}

@media only screen and (width <= 767px) {
  .pagehead-control button {
    margin-top: 0.25em;
    width: 100%;
  }
}

.action-items-container {
  border-top: 1px #dedede;
  border-radius: 0;
}

.section.tablelist[id="recruit/recommend-list"] .actions button {
  margin-right: 0.25em;
}
@media only screen and (width <= 767px) {
  .section.tablelist[id="recruit/recommend-list"] .actions button {
    margin: 0.25em 0 0;
  }
}
@media only screen and (width <= 767px) {
  .section.tablelist[id="recruit/recommend-list"] .actions > * {
    order: 9;
  }
  .section.tablelist[id="recruit/recommend-list"] .actions [id=bulkupdate-set-all-recommendations] {
    order: 1;
  }
}
@media only screen and (width >=768px) {
  .section.tablelist[id="recruit/recommend-list"] button#RECOMMEND_COMPLETE,
  .section.tablelist[id="recruit/recommend-list"] button#INTERVIEW_ATTENDANCE {
    margin-left: 2em;
  }
}

.text-right {
  text-align: right;
}

@media only screen and (width <= 767px) {
  .text-sm-right {
    text-align: right;
  }
}

@media only screen and (width >=768px) {
  .text-md-right {
    text-align: right;
  }
}

@media only screen and (width >=768px) {
  .text-lg-right {
    text-align: right;
  }
}

#application > header {
  top: 0;
  z-index: 2400;
  width: 100%;
  height: 44px;
  margin: 0;
  overflow: hidden;
  background-color: white !important;
  border-bottom: #dee0e1 solid 1px;
}

@media only screen {
  #application > header {
    position: fixed;
  }
}
#logo {
  width: 100%;
  margin-left: 2.25rem;
  margin-top: auto;
  margin-bottom: auto;
  height: 25px;
  max-width: 180px;
  background-image: url("../../images/logo-aurion-black.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (width <=767px) {
  #logo {
    margin-left: 65px;
  }
}
@media only screen and (width <=767px) {
  #logo.pastEmployeesMenu {
    margin-left: 20px !important;
  }
}

/* Main navigation */
.header-menu {
  height: 100%;
  pointer-events: all;
  display: flex;
}
.header-menu button {
  all: unset;
}
.header-menu a,
.header-menu button {
  color: rgba(0, 0, 0, 0.75);
}
.header-menu a:hover,
.header-menu button:hover {
  color: black;
}
.header-menu a:focus, .header-menu a[aria-expanded=true],
.header-menu button:focus,
.header-menu button[aria-expanded=true] {
  color: black;
}
.header-menu a.btn-signin,
.header-menu button.btn-signin {
  color: #9650d5;
  display: flex;
  position: fixed;
  right: 25px;
  top: 4px;
  height: 35px;
  align-items: center;
}
.header-menu a.btn-signin i,
.header-menu button.btn-signin i {
  font-size: 1.125rem;
  font-weight: 300;
}
.header-menu a.btn-signin:hover, .header-menu a.btn-signin:focus,
.header-menu button.btn-signin:hover,
.header-menu button.btn-signin:focus {
  color: #9650d5;
  background-color: rgba(0, 0, 0, 0.04);
}
.header-menu a.help-button,
.header-menu button.help-button {
  display: flex;
  position: fixed;
  right: 55px;
  top: 2px;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  height: 38px;
  line-height: 2rem;
  align-items: center;
  color: #9650d5 !important;
}
.header-menu a.help-button i.fa-light,
.header-menu button.help-button i.fa-light {
  font-size: 1.375rem;
  margin-left: 5px;
}
.header-menu a.help-button:hover, .header-menu a.help-button:focus,
.header-menu button.help-button:hover,
.header-menu button.help-button:focus {
  color: #7840aa !important;
}
.header-menu a.menuitem,
.header-menu button.menuitem {
  text-decoration: none;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 400;
  padding: 0 8px;
  border: 1px solid transparent;
  align-items: center;
  margin-left: 4px;
}
.header-menu a.menuitem:first-child,
.header-menu button.menuitem:first-child {
  margin-left: 0;
}
.header-menu a.menuitem:hover,
.header-menu button.menuitem:hover {
  background-color: white;
}
.header-menu a.menuitem:focus,
.header-menu button.menuitem:focus {
  background-color: white;
  border: 1px solid rgb(189.6, 177.6, 200.8);
  color: rgb(60, 32, 85.2);
}
.header-menu a.menuitem::before,
.header-menu button.menuitem::before {
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 300;
  content: attr(data-fa-icon);
  margin-right: 7px;
  color: #9650d5;
}
.header-menu .nav-menu-item[aria-owns=menu-settings] .user-settings {
  margin: auto;
}
.header-menu .nav-menu-item[aria-owns=menu-settings] .user-settings .fa-gear {
  display: block;
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  color: #9650d5;
}
.header-menu .nav-menu-item[aria-owns=menu-settings] .user-settings .fa-gear:hover, .header-menu .nav-menu-item[aria-owns=menu-settings] .user-settings .fa-gear:focus {
  color: #7840aa;
}
.header-menu #logo {
  flex-shrink: 0;
  align-self: center;
}
.header-menu .nav-menu-items {
  display: flex;
  margin: auto;
  cursor: pointer;
  flex-wrap: nowrap;
}
.header-menu .nav-menu-items .main-menus {
  display: inherit;
  font-family: inherit;
  border-radius: 0.25rem;
  background-color: #f4f4f4;
  position: absolute;
  left: 25%;
  right: 25%;
  top: 5%;
  margin: auto;
  height: 90%;
  width: auto;
  min-width: max-content;
  max-width: fit-content;
  padding: 5px;
}
.header-menu .nav-menu-items .main-menus:not(:has(:is(a, button))) {
  display: none !important;
}
.header-menu .nav-menu-items .main-menus:has(.btn-signin) {
  background: transparent !important;
}
@media only screen and (width < 768px) {
  .header-menu .nav-menu-items .main-menus {
    display: none !important;
  }
}
.header-menu .nav-menu-items .main-menus .nav-menu-item {
  display: inline-block;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 400;
  padding: 0 8px;
  border: 1px solid transparent;
  margin-left: 4px;
}
.header-menu .nav-menu-items .main-menus .nav-menu-item:first-child {
  margin-left: 0;
}
@media only screen and (769px <= width <= 860px) {
  .header-menu .nav-menu-items .main-menus .nav-menu-item {
    font-size: 14px;
    padding: 0 5px;
  }
}
.header-menu .nav-menu-items .main-menus .nav-menu-item:hover {
  background-color: white;
}
.header-menu .nav-menu-items .main-menus .nav-menu-item:focus, .header-menu .nav-menu-items .main-menus .nav-menu-item[aria-expanded=true] {
  background-color: white;
  border: 1px solid rgb(189.6, 177.6, 200.8);
  color: rgb(60, 32, 85.2);
}
.header-menu .nav-menu-items .main-menus .nav-menu-item[role=menuitem]:focus-visible {
  background-color: white;
  border: 1px solid rgb(189.6, 177.6, 200.8);
  outline: none !important;
  color: rgb(60, 32, 85.2);
}
.header-menu .nav-menu-items .main-menus .nav-menu-item::before {
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 300;
  content: attr(data-fa-icon);
  margin-right: 2px;
  color: #9650d5;
}
.header-menu .nav-menu-items .main-menus .current-menu {
  background-color: white;
  border: #dee0e1 solid 1px;
  color: rgb(60, 32, 85.2);
}
.header-menu .nav-menu-items .settings-menu {
  margin: auto;
  margin-top: 0;
  height: 80%;
  width: auto;
}
.header-menu .nav-menu-items .settings-menu button {
  padding: 5px;
}
@media only screen and (width < 768px) {
  .header-menu .nav-menu-items .settings-menu {
    display: none !important;
  }
}
.header-menu .nav-menu-items .settings-menu [aria-owns=menu-settings] {
  display: inline-block;
  right: 5px;
  margin: auto;
  height: 95%;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.header-menu .nav-menu-items .settings-menu [aria-owns=menu-settings]:focus, .header-menu .nav-menu-items .settings-menu [aria-owns=menu-settings]:hover {
  background-color: white;
  outline: none !important;
  color: #7840aa;
}
.header-menu .nav-menu-items .settings-menu [aria-owns=menu-settings]:focus-visible {
  border: 1px solid rgb(189.6, 177.6, 200.8);
}
.header-menu .nav-menu-items .settings-menu .button:active [aria-expanded=true] {
  background-color: white !important;
}
.header-menu .nav-menu-items .new-logout {
  margin: auto 10px;
  align-items: center;
  justify-content: center;
  height: 80%;
  width: auto;
}
@media only screen and (769px <= width <= 860px) {
  .header-menu .nav-menu-items .new-logout {
    margin-right: -5px;
    margin-left: 5px;
  }
}
@media only screen and (width <=767px) {
  .header-menu .nav-menu-items .new-logout {
    display: none;
  }
}
.header-menu .nav-menu-items .new-logout a {
  text-decoration: none;
  font-size: 1.5rem;
  margin: auto;
  color: #9650d5;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.header-menu .nav-menu-items .new-logout a:focus, .header-menu .nav-menu-items .new-logout a:hover {
  background-color: white;
  outline: none !important;
  color: #7840aa;
}
.header-menu .nav-menu-items .new-logout a:focus-visible {
  border: 1px solid rgb(189.6, 177.6, 200.8);
}
.header-menu .nav-menu-items#pastEmployeesMenu .nav-menu-item {
  color: #9650d5;
  text-decoration: none;
  font-size: 1.5rem;
  margin: auto;
}
.header-menu .nav-menu-items#pastEmployeesMenu .nav-menu-item:hover {
  color: #7840aa;
}
.header-menu .nav-menu-items {
  align-items: flex-end;
}
.header-menu .nav-menu-items .nav-menu-item.mobile {
  align-self: center;
  position: absolute;
  left: 0;
  margin: auto;
}
.header-menu .nav-menu-items .nav-menu-item.mobile .fa-light {
  font-size: 24px;
  margin-left: 20px;
}
.header-menu .nav-menu-items .nav-menu-item.mobile .fa-user {
  display: none;
}
.header-menu .nav-menu-items .nav-menu-item.mobile:hover, .header-menu .nav-menu-items .nav-menu-item.mobile:focus {
  background-color: transparent;
}
.header-menu .nav-menu-items [aria-owns=menu-settings] {
  align-items: inherit;
}
.header-menu .nav-menu-items .nav-menu-item.settings {
  display: inherit;
}
.header-menu .nav-menu-items {
  margin-right: 10px;
}
@media only screen and (width <=767px) {
  .header-menu .nav-menu-items .nav-menu-item.desktop {
    display: none;
  }
}
@media only screen and (width >=768px) {
  .header-menu .nav-menu-items .nav-menu-item.mobile {
    display: none;
  }
}
.header-menu .nav-menu-items .nav-menu-item {
  flex-shrink: 0;
}
.header-menu .nav-menu-items .nav-menu-item .name-wrap {
  flex-shrink: 0;
}

footer#menu-mobile h2 {
  font-size: 1rem;
  cursor: pointer;
}
footer#menu-mobile [role=menu] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer#menu-mobile [role=menu] li {
  white-space: nowrap;
  transition: max-height 0.3s ease-in-out;
}
@media only screen and (769px <= width) {
  footer#menu-mobile [role=menu] li:first-child a {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }
}
@media only screen and (769px <= width) {
  footer#menu-mobile [role=menu] li:last-child a {
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }
}
@media only screen and (width <=767px) {
  footer#menu-mobile [role=menu] li {
    max-height: 0;
    overflow: hidden;
  }
}
footer#menu-mobile .new-logout-mobile,
footer#menu-mobile .cand-mobile {
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
}
footer#menu-mobile .new-logout-mobile h2,
footer#menu-mobile .cand-mobile h2 {
  align-items: center;
}
footer#menu-mobile .new-logout-mobile .fa-light,
footer#menu-mobile .cand-mobile .fa-light {
  font-size: 1.625rem;
  height: 1.5rem;
  width: 1.5rem;
  color: #9650d5;
  margin-right: 25px;
  margin-left: 15px;
}
@media only screen and (width >=768px) {
  footer#menu-mobile .new-logout-mobile,
  footer#menu-mobile .cand-mobile {
    display: none;
  }
}
html footer#menu-mobile nav.open h2 span.fa-chevron-right {
  transform: rotate(90deg);
}
html footer#menu-mobile h2 {
  padding: 8px;
  margin: 0;
  font-size: 1.25rem;
  background-color: white;
  color: rgb(73.2, 77.4, 81);
  height: 50px;
  display: none;
}
@media only screen and (width >=768px) {
  html footer#menu-mobile h2 {
    display: none;
  }
}
html footer#menu-mobile h2.mobile-menu-item::before {
  font-family: "Font Awesome 6 Pro";
  display: inline-flex;
  font-size: 1.625rem;
  height: 1.5rem;
  width: 1.5rem;
  font-weight: 300;
  content: attr(data-fa-icon);
  margin-right: 20px;
  margin-left: 15px;
  color: #9650d5;
  align-items: center;
  justify-content: center;
}
html footer#menu-mobile .fa-chevron-right {
  font-size: 30px;
  float: right;
  margin-right: 30px;
  color: #9650d5;
  transition: transform 300ms ease-in-out;
}
html footer#menu-mobile [role=menu] {
  display: block;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
html footer#menu-mobile [role=menu] .dropdown-divider {
  border-top-color: fade(#ffffff, 25%);
}
@media only screen and (769px <= width) {
  html footer#menu-mobile [role=menu] .dropdown-divider {
    display: none;
  }
}
@media only screen and (width >=768px) {
  html footer#menu-mobile [role=menu] {
    display: none;
  }
  html footer#menu-mobile [role=menu][aria-expanded=true] {
    display: block;
    position: absolute;
    z-index: 2500;
    min-width: 128px;
    outline: 0;
    background-color: white;
    border-radius: 0.625rem;
  }
}
@media only screen and (width <=767px) {
  html footer#menu-mobile [role=menu] {
    box-shadow: none;
  }
}
html footer#menu-mobile [role=menu] a {
  display: block;
  padding: 8px 24px 8px 16px;
  text-decoration: none;
  outline: 0;
  color: fade(#ffffff, 75%);
}
@media only screen and (width <=767px) {
  html footer#menu-mobile [role=menu] a {
    padding: 8px 24px 8px 74px;
  }
}
html footer#menu-mobile [role=menu] a:hover, html footer#menu-mobile [role=menu] a:focus {
  background-color: rgb(176.25, 123.75, 223.5);
  color: #ffffff;
}
html footer#menu-mobile [role=menu] a.logout:hover, html footer#menu-mobile [role=menu] a.logout:focus {
  background-color: #bd2c00;
  color: white;
}
@media only screen and (769px <= width) {
  html footer#menu-mobile [role=menu] a.logout {
    display: none !important;
  }
}
html footer#menu-mobile {
  position: fixed;
  inset: 44px 0 0;
  max-width: 80%;
  overflow: auto;
  pointer-events: all;
  transition: transform 300ms cubic-bezier(0.1, 0.5, 0.1, 1);
  transform: translateX(-100%);
  color: black !important;
  background-color: rgb(124.9032258065, 46.8387096774, 195.1612903226);
  z-index: 2500;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
}
@media only screen and (width >=768px) {
  html footer#menu-mobile {
    top: 0;
    bottom: auto;
    overflow: visible;
    transform: translateX(0);
  }
}
html footer#menu-mobile[aria-expanded=true] {
  transform: translateX(0);
}
@media only screen and (width <=767px) {
  html footer#menu-mobile[aria-expanded=true][role=menu],
  html footer#menu-mobile[aria-expanded=true] h2 {
    display: block;
  }
}
html footer#menu-mobile .submenu-container {
  height: 100%;
  overflow-x: hidden;
}
html footer#menu-mobile h2 {
  opacity: 1;
}
html footer#menu-mobile a > h2 {
  background: transparent;
  border-width: 1px 0;
}

@media only screen and (width <=767px) {
  body.mobile-menu-visible {
    overflow: hidden;
  }
}

.nav-jump-link-bar {
  height: auto;
  top: 70px;
}

.fa-trash-styling,
.fa-cloud-arrow-up-styling {
  height: auto;
  margin: 0;
  padding: 4px 10px 4px 9px !important;
}

.fa-paperclip-styling {
  font-size: inherit;
  padding-left: 1em;
}

.fa-paperclip-styling-paysummary {
  font-size: inherit;
  padding: 0.5em 0.5em 0.5em 1em;
}

.fa-gear-styling {
  padding-bottom: 0.25rem;
  padding-left: 0.125rem;
}

.fa-circle-check-styling {
  font-size: 0.875rem;
  font-weight: 400;
  top: 0.438rem;
}

.fa-download-styling {
  top: 0.25rem;
}

.formview .form-input-button.fa-light {
  min-width: 2.625rem;
  font-weight: 600;
}

.fa-chevron-right {
  display: inline-block;
  font-size: 1rem;
}
@media only screen and (width >=768px) {
  .fa-chevron-right {
    font-size: 1rem;
  }
}

.fa-circle-question {
  font-size: 1.5rem;
  margin: auto;
  vertical-align: bottom;
}

.fa-messages {
  font-size: 1.25rem;
  margin: 4px;
}

.modal .modal-header {
  min-height: unset;
  overflow-x: unset !important;
  max-height: 40px !important;
  margin-top: 44px !important;
}
.modal .modal-header .modal-title {
  padding-top: unset;
  margin-left: 5px;
  margin-right: 20px;
  font-size: 18px;
}
.modal .modal-header .fa-light {
  position: absolute;
  right: 0;
}

.modal-fullscreen {
  z-index: 2000;
}

#context-search-bar {
  display: none;
  padding: 1rem 3.125rem;
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  border-bottom: #dee0e1 solid 1px;
}
#context-search-bar .fa-user {
  font-size: 1.25rem;
}
#context-search-bar .fa-chevron-down {
  font-size: 0.75rem;
}
#context-search-bar button {
  margin-left: 0.75rem;
  border-radius: 0.65rem;
  border: #dee0e1 solid 1px;
}
#context-search-bar .context-selector-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1320px;
  display: flex;
}
#context-search-bar .fa-light {
  color: #9650d5;
}
@media only screen and (width <=767px) {
  #context-search-bar {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
}
@media only screen and (width >=768px) {
  #context-search-bar {
    display: flex;
  }
}
#context-search-bar .context-label {
  font-size: 0.8125rem;
}
#context-search-bar .photo {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 8px;
}
#context-search-bar .name,
#context-search-bar .empno,
#context-search-bar .job-title {
  opacity: 0.9;
}
#context-search-bar .name {
  font-weight: bold;
}
#context-search-bar .empno {
  margin-left: 8px;
}
#context-search-bar .job-title {
  display: block;
}
#context-search-bar .listbox-container {
  max-height: 600px;
  overflow-y: auto;
  z-index: 100;
}
@media media-medium-only {
  #context-search-bar .listbox-container {
    position: absolute;
    right: 0;
    width: 500px;
    border-top-width: 1px;
    margin-top: -1px;
  }
}
#context-search-bar .listbox-container [role=option] {
  margin: 2px 3px;
  padding: 1px 1px 1px 5px;
}

.emp-details {
  color: rgba(0, 0, 0, 0.65);
  padding-right: 2.75rem;
}
.emp-details:hover {
  color: inherit;
}

#aurion-context-select-modal h6 {
  border-bottom: 1px solid rgba(212, 212, 216, 0.8980392157);
  padding-bottom: 0.5rem;
}
#aurion-context-select-modal .list-group-item-link.disabled:focus,
#aurion-context-select-modal .list-group-item-link.disabled:hover {
  background-color: transparent;
  color: black;
  cursor: auto;
}
#aurion-context-select-modal .list-group-item:has(.list-group-item-link:focus),
#aurion-context-select-modal .list-group-item:has(.list-group-item-link:focus-visible) {
  background-color: #eddefb;
}
#aurion-context-select-modal #aurion-context-selector-input {
  border-right: none;
  box-shadow: none;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  font-size: 1rem;
}
#aurion-context-select-modal #aurion-context-selector-input:hover, #aurion-context-select-modal #aurion-context-selector-input:focus {
  border: 1px solid #959a9f !important;
  border-right: none !important;
}
#aurion-context-select-modal .input-group {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  border-radius: 0.3rem;
}
#aurion-context-select-modal .input-group:has(input:focus) {
  box-shadow: 0 0 0 0.25rem rgba(150, 80, 213, 0.25);
}
#aurion-context-select-modal #aurion-context-selector-input-group-search-button {
  padding: 0 1rem;
  box-shadow: none;
  background: #9650d5;
  font-size: 1.125rem;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border: 1px solid #9650d5;
  border-left: none;
  font-weight: 600;
}
#aurion-context-select-modal #aurion-context-selector-input-group-search-button:hover {
  background-color: rgb(111.7419354839, 41.9032258065, 174.5967741935) !important;
  border-color: rgb(111.7419354839, 41.9032258065, 174.5967741935) !important;
}
#aurion-context-select-modal .fa-magnifying-glass {
  color: white;
}
#aurion-context-select-modal .first-letter {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid gray;
  vertical-align: middle;
  color: rgb(148.6, 154.2, 159);
  margin-right: 0.75rem;
}
@media only screen and (width <=767px) {
  #aurion-context-select-modal .first-letter {
    display: none;
  }
}
#aurion-context-select-modal .page-link {
  border-radius: 6px !important;
}

.select-modal {
  font-size: 1.5rem;
  margin-left: 2px;
  margin-right: 2px;
}

.select-modal-btn {
  vertical-align: middle;
  color: #9650d5;
  font-weight: 600;
  min-width: 55px;
  max-height: 58px;
}
.select-modal-btn:hover, .select-modal-btn:focus, .select-modal-btn:active {
  background-color: rgba(0, 0, 0, 0.04);
  color: #9650d5;
}
.select-modal-btn:focus, .select-modal-btn:active {
  box-shadow: 0 0 0 0.25rem rgba(150, 80, 213, 0.25);
}
.select-modal-btn.another-user-selected {
  background-color: #eddefb;
  color: #3f1865;
}

.modal-context-selector:not(.left-modal, .right-modal) .emp-details > .empId {
  display: none;
}

.left-modal,
.right-modal {
  padding: 1rem;
  margin-right: 12px;
}
@media only screen and (width <=767px) {
  .left-modal,
  .right-modal {
    margin-right: 0;
    min-width: 100%;
    margin-bottom: 1rem;
  }
}
.left-modal h6,
.right-modal h6 {
  margin-bottom: 0.75rem;
}
.left-modal .info-box,
.right-modal .info-box {
  display: flex;
}
.left-modal .viewing,
.left-modal .signed,
.right-modal .viewing,
.right-modal .signed {
  width: 100%;
}
.left-modal .staff-photo,
.right-modal .staff-photo {
  margin: 1rem 0.75rem;
  width: 50px;
  height: 50px;
}
@media only screen and (width <=767px) {
  .left-modal .staff-photo,
  .right-modal .staff-photo {
    width: 40px;
    height: 40px;
  }
}
.left-modal .list-group-item,
.right-modal .list-group-item {
  min-height: 4rem;
  border-radius: 0.375rem;
}
.left-modal .emp-name > .empId,
.right-modal .emp-name > .empId {
  display: none;
}
.left-modal .emp-profile,
.right-modal .emp-profile {
  display: unset;
}
.left-modal i.fa-id-badge,
.right-modal i.fa-id-badge {
  display: none;
}

.left-modal {
  margin-right: 12px;
}
@media only screen and (width <=767px) {
  .left-modal {
    margin-right: 0;
  }
}

.right-modal {
  margin-left: 12px;
  margin-right: 0;
}
@media only screen and (width <=767px) {
  .right-modal {
    margin-left: 0;
  }
}
.right-modal .emp-profile {
  padding-left: 0.75rem;
  border-left: 5px solid transparent;
}
.right-modal .selected .emp-profile {
  border-left: 5px solid #9650d5;
}

.emp-profile {
  display: flex;
}
@media only screen and (width <=767px) {
  .emp-profile {
    display: unset;
    padding-right: 3rem;
    word-wrap: anywhere;
  }
  .emp-profile .first-letter {
    position: absolute;
  }
}

i.fa-id-badge {
  font-size: 1.5rem;
  color: rgb(148.6, 154.2, 159);
  margin-right: 0.75rem;
  margin-top: 0.4rem;
}
@media only screen and (width <=767px) {
  i.fa-id-badge {
    display: none;
  }
}

.nonEmp-badge {
  margin-right: 1.25rem;
  background-color: #b5e4f9;
  color: #000000;
}

.close-btn {
  background-color: transparent;
  border: none !important;
  font-size: 2rem;
  color: white;
}

.action-items .section-summary-text,
.section-accordian .section-summary-text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 82px);
}
@media only screen and (width >=768px) {
  .action-items .section-summary-text,
  .section-accordian .section-summary-text {
    width: calc(100% - 120px);
    line-height: 48px;
    font-size: 24px;
  }
}
@media only screen and (width >=992px) {
  .action-items .section-summary-text,
  .section-accordian .section-summary-text {
    width: calc(100% - 180px);
    margin-left: 20px;
    line-height: 64px;
    font-size: 36px;
  }
}
.action-items .section-summary-text .count,
.section-accordian .section-summary-text .count {
  font-size: 24px;
  display: inline-block;
  text-align: center;
  min-width: 60px;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (width >=768px) {
  .action-items .section-summary-text .count,
  .section-accordian .section-summary-text .count {
    min-width: 120px;
    font-size: 48px;
    margin-right: 10px;
  }
}
@media only screen and (width >=992px) {
  .action-items .section-summary-text .count,
  .section-accordian .section-summary-text .count {
    min-width: 140px;
    font-size: 64px;
    margin-right: 20px;
  }
}
.action-items .section-summary-text .count-label,
.section-accordian .section-summary-text .count-label {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (width >=768px) {
  .action-items .section-summary-text .count-label,
  .section-accordian .section-summary-text .count-label {
    width: calc(100% - 240px);
  }
}
.action-items .section-summary-text .count-label.no-digits,
.section-accordian .section-summary-text .count-label.no-digits {
  margin-left: 20px;
}
.action-items [role=tab],
.section-accordian [role=tab] {
  transition: opacity 2000ms, transform 1000ms;
  outline: none;
  border-bottom: 1px solid #eddefb;
  padding: 0.75rem 1.25rem;
}
.action-items .panel,
.section-accordian .panel {
  transition: opacity 2000ms, transform 1000ms;
  outline: none;
  border-bottom: 1px solid #eddefb;
}
.action-items .panel-header,
.section-accordian .panel-header {
  display: flex;
  height: auto;
}
.action-items .panel-header > .fa-light,
.section-accordian .panel-header > .fa-light {
  font-size: 4em !important;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (width >=768px) {
  .action-items .panel-header > .fa-light,
  .section-accordian .panel-header > .fa-light {
    font-size: 4em !important;
    padding-top: 22px;
  }
}
.action-items .item-count,
.section-accordian .item-count {
  font-size: 2rem;
  border-left: 2px solid rgb(155.25, 160.5, 165);
  margin-left: 40px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 20px;
}
@media only screen and (width >=768px) {
  .action-items .item-count,
  .section-accordian .item-count {
    padding-top: 20px;
    font-size: 5rem;
  }
}
.action-items .item-label,
.section-accordian .item-label {
  font-size: 1.1875rem;
  padding-top: 4px;
  margin-left: 20px;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (width >=768px) {
  .action-items .item-label,
  .section-accordian .item-label {
    padding-top: 30px;
    font-size: 2.5rem;
  }
}
.action-items .action-item-count,
.section-accordian .action-item-count {
  position: relative;
  display: block;
  top: 20px;
  width: 50px;
  padding: 4px;
  float: right;
  text-align: center;
  border: 1px solid #9650d5;
  border-radius: 50%;
  background: #9650d5;
  color: #ffffff;
}
.action-items .action-item-icon,
.section-accordian .action-item-icon {
  float: left;
  width: 32px;
  height: 32px;
  padding: 5px 5px 5px 0;
  color: rgba(0, 0, 0, 0.6);
}
.action-items .actionable-list,
.section-accordian .actionable-list {
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.action-items .actionable-list li,
.section-accordian .actionable-list li {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (width >=768px) {
  .action-items .actionable-list li,
  .section-accordian .actionable-list li {
    display: flex;
  }
}
.action-items .actionable-list li.static,
.section-accordian .actionable-list li.static {
  cursor: auto;
}
.action-items .actionable-list li[aria-expanded=true],
.section-accordian .actionable-list li[aria-expanded=true] {
  height: 130px;
}
.action-items .actionable-list li.selected,
.section-accordian .actionable-list li.selected {
  background: rgba(0, 0, 0, 0.05);
}
.action-items .actionable-list [role=group],
.section-accordian .actionable-list [role=group] {
  z-index: 0;
  background: transparent;
  padding: 10px;
  transition: transform 0.3s cubic-bezier(0.1, 0.7, 0.1, 1);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  user-select: contain;
}
.action-items .actionable-list [role=group]:hover,
.section-accordian .actionable-list [role=group]:hover {
  background: #eddefb;
}
@media only screen and (width >=768px) {
  .action-items .actionable-list [role=group],
  .section-accordian .actionable-list [role=group] {
    flex: 1 0 auto;
  }
}
.action-items .actionable-list [role=group].actions,
.section-accordian .actionable-list [role=group].actions {
  padding: 0.5em 0;
}
@media only screen and (width <=767px) {
  .action-items .actionable-list [role=group].actions,
  .section-accordian .actionable-list [role=group].actions {
    display: flex;
    flex-direction: column;
  }
}
.action-items .actionable-list [role=group] .date,
.section-accordian .actionable-list [role=group] .date {
  right: 0;
  margin-right: 70px;
  top: 26px;
}
.action-items .actionable-list [role=group] .date i,
.section-accordian .actionable-list [role=group] .date i {
  padding-left: 20px;
}
.action-items .actionable-list.no-action,
.action-items .actionable-list [data-url=""],
.section-accordian .actionable-list.no-action,
.section-accordian .actionable-list [data-url=""] {
  cursor: inherit;
}
.action-items .actionable-list.no-action [role=group],
.action-items .actionable-list [data-url=""] [role=group],
.section-accordian .actionable-list.no-action [role=group],
.section-accordian .actionable-list [data-url=""] [role=group] {
  background: transparent;
}
.action-items .actionable-list .title,
.section-accordian .actionable-list .title {
  font-weight: bold;
  font-size: 1.1rem;
  color: #686868;
}
.action-items .actionable-list .description,
.section-accordian .actionable-list .description {
  margin-right: 60px;
}
.action-items .actionable-list .expand,
.section-accordian .actionable-list .expand {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  align-content: center;
  text-align: center;
  font-size: 2rem;
  color: #9650d5;
  z-index: 1;
}
.action-items .actionable-list .expand:hover,
.section-accordian .actionable-list .expand:hover {
  background: #9650d5;
  color: white !important;
}
@media only screen and (width >=768px) {
  .action-items .actionable-list .expand[aria-expanded=true],
  .section-accordian .actionable-list .expand[aria-expanded=true] {
    background: #ffffff;
  }
}
.action-items .actionable-list .expand[aria-expanded=true],
.section-accordian .actionable-list .expand[aria-expanded=true] {
  color: #9650d5;
}
.action-items .actionable-list .expand[aria-expanded=true]:hover,
.section-accordian .actionable-list .expand[aria-expanded=true]:hover {
  color: #9650d5 !important;
  background-color: #f4f4f4;
}
.action-items .actionable-list .info,
.section-accordian .actionable-list .info {
  position: relative;
  font-size: 0.6875rem;
}
.action-items .actionable-list section[role=menu],
.section-accordian .actionable-list section[role=menu] {
  margin-left: 32px;
  border-left: 4px solid #9650d5;
}
.action-items .actionable-list section[role=menu]:hover,
.section-accordian .actionable-list section[role=menu]:hover {
  background-color: #f4f4f4;
}
.action-items .actionable-list section[role=menu]:hover a,
.section-accordian .actionable-list section[role=menu]:hover a {
  background-color: #f4f4f4;
}
.action-items .actionable-list .negative,
.section-accordian .actionable-list .negative {
  transition: color 300ms linear, background-color 300ms ease-in-out, border-color 0.25s ease-in-out;
}
.action-items .cells,
.section-accordian .cells {
  margin: 0;
  padding: 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  overflow: hidden;
}
.action-items .cells a.disabled,
.section-accordian .cells a.disabled {
  color: grey;
}
.action-items .cells .bulkupdate-select-all-container,
.section-accordian .cells .bulkupdate-select-all-container {
  display: flex;
}
.action-items .cells .bulkupdate-select-all-container .checkbox-ct,
.section-accordian .cells .bulkupdate-select-all-container .checkbox-ct {
  flex: 0 0 40px;
  padding: 0.25em;
  text-align: center;
}
.action-items .cells .bulkupdate-select-all-container .checkbox-label,
.section-accordian .cells .bulkupdate-select-all-container .checkbox-label {
  padding: 0.25em;
}
.action-items .cells .list-cell [data-bulkupdate-selector],
.section-accordian .cells .list-cell [data-bulkupdate-selector] {
  flex: 0 0 40px;
  text-align: center;
  padding-top: 0.25em;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.standard-list {
  margin-top: 0;
}

.actionable-list2 {
  /** Positioning */
  /** Adjustments and Padding */
  /** Colours */
}
.actionable-list2 .actions {
  padding-bottom: 0;
}
.actionable-list2 .list-cell {
  list-style: none;
}
.actionable-list2 .list-cell [role=group] {
  display: flex;
  align-items: stretch;
  position: relative;
}
.actionable-list2 .list-cell [role=group] .expander {
  z-index: 10;
  cursor: pointer;
}
.actionable-list2 .list-cell [role=group] .expander .glyphicons-more {
  top: 0;
  font-size: 32px;
}
@media only screen and (width >=768px) {
  .actionable-list2 .list-cell [role=group] .sheet {
    z-index: 5;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    border-left: 4px solid #9650d5;
  }
}
.actionable-list2 li [role=group].actions a {
  margin: 0 0.5em 0.5em 0;
}
@media only screen and (width <=767px) {
  .actionable-list2 li [role=group].actions a {
    margin-right: 0;
  }
}
.actionable-list2 li [role=group].actions button,
.actionable-list2 li [role=group].actions .button {
  font-size: 1rem;
}
@media only screen and (width <=767px) {
  .actionable-list2 li [role=group].actions {
    display: flex;
    flex-direction: column;
  }
}
.actionable-list2 .list-cell [role=group] {
  border-bottom: 1px solid #eddefb;
}
.actionable-list2 .list-cell [role=group] .expander .fa-light {
  width: 60px;
  text-align: center;
  font-size: 2rem;
}
.actionable-list2 .list-cell [role=group] .expander {
  margin-left: 0.5em;
}
@media only screen and (width >=768px) {
  .actionable-list2 .list-cell [role=group] .sheet {
    right: 60px;
  }
}
.actionable-list2 .list-cell [role=group] .cell-container {
  overflow: hidden;
}
.actionable-list2 .list-cell:last-child [role=group] {
  border-bottom-width: 0;
}
.actionable-list2 .list-cell.selected {
  background: rgba(0, 0, 0, 0.05);
}
.actionable-list2 .list-cell.selected.no-action:hover {
  background: rgba(0, 0, 0, 0.05);
}
.actionable-list2 .list-cell:hover {
  cursor: pointer;
  background: #eddefb;
}
.actionable-list2 .list-cell:hover.no-action {
  cursor: inherit;
  background: none;
}
@media only screen and (width >=768px) {
  .actionable-list2 .list-cell [role=group] .expander[aria-expanded=true] {
    background: #ffffff;
  }
}

/** Cell Template specific Styles */
/**
        Title
        Subtitle Text
        Label Text       Data Text
        Label Text       Data Text
        Label Text       Data Text
        --
        Title                    Label Text - Data Text
        Subtitle Text            Label Text - Data Text
                                 Label Text - Data Text
     */
@media only screen and (width >=768px) {
  [data-cell-template="recruit/review-applicants-cell"] .primary-group {
    flex: 1 0 12.5rem;
  }
  [data-cell-template="recruit/review-applicants-cell"] .secondary-group {
    flex: 1 1 13.75rem;
  }
  [data-cell-template="recruit/review-applicants-cell"] .primary-group .f-receiver_assessment {
    font-size: 1rem;
  }
  [data-cell-template="recruit/review-applicants-cell"] .primary-group .f-receiver_assessment .cells-label {
    display: none;
  }
  [data-cell-template="recruit/review-applicants-cell"] .secondary-group {
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (width <=767px) {
  [data-cell-template="recruit/review-applicants-cell"] .f-receiver_assessment,
  [data-cell-template="recruit/review-applicants-cell"] .f-other_assessments,
  [data-cell-template="recruit/review-applicants-cell"] .f-overall_assessment,
  [data-cell-template="recruit/review-applicants-cell"] .f-rank {
    display: flex;
  }
  [data-cell-template="recruit/review-applicants-cell"] .f-receiver_assessment .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-other_assessments .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-overall_assessment .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-rank .cells-label {
    flex: 0 0 10.625rem;
    max-width: 10.625rem;
    text-overflow: ellipsis;
    padding-right: 0.3125rem;
    white-space: nowrap;
    overflow: hidden;
  }
  [data-cell-template="recruit/review-applicants-cell"] .f-receiver_assessment .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-receiver_assessment .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-other_assessments .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-other_assessments .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-overall_assessment .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-overall_assessment .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-rank .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-rank .data {
    display: inline-block;
  }
  [data-cell-template="recruit/review-applicants-cell"] .f-receiver_assessment .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-other_assessments .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-overall_assessment .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-rank .data {
    flex: 1 1;
  }
}
@media only screen and (width <=767px) and (width >=768px) {
  [data-cell-template="recruit/review-applicants-cell"] .f-receiver_assessment,
  [data-cell-template="recruit/review-applicants-cell"] .f-other_assessments,
  [data-cell-template="recruit/review-applicants-cell"] .f-overall_assessment,
  [data-cell-template="recruit/review-applicants-cell"] .f-rank {
    display: flex;
  }
  [data-cell-template="recruit/review-applicants-cell"] .f-receiver_assessment .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-other_assessments .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-overall_assessment .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-rank .cells-label {
    flex: 0 0 9.375rem;
    max-width: 9.375rem;
    text-overflow: ellipsis;
    padding-right: 0.3125rem;
    white-space: nowrap;
    overflow: hidden;
  }
  [data-cell-template="recruit/review-applicants-cell"] .f-receiver_assessment .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-receiver_assessment .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-other_assessments .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-other_assessments .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-overall_assessment .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-overall_assessment .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-rank .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-rank .data {
    display: inline-block;
  }
  [data-cell-template="recruit/review-applicants-cell"] .f-receiver_assessment .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-other_assessments .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-overall_assessment .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-rank .data {
    flex: 1 1;
  }
}
@media only screen and (width <=767px) and (width >=992px) {
  [data-cell-template="recruit/review-applicants-cell"] .f-receiver_assessment,
  [data-cell-template="recruit/review-applicants-cell"] .f-other_assessments,
  [data-cell-template="recruit/review-applicants-cell"] .f-overall_assessment,
  [data-cell-template="recruit/review-applicants-cell"] .f-rank {
    display: flex;
  }
  [data-cell-template="recruit/review-applicants-cell"] .f-receiver_assessment .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-other_assessments .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-overall_assessment .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-rank .cells-label {
    flex: 0 0 11.25rem;
    max-width: 11.25rem;
    text-overflow: ellipsis;
    padding-right: 0.3125rem;
    white-space: nowrap;
    overflow: hidden;
  }
  [data-cell-template="recruit/review-applicants-cell"] .f-receiver_assessment .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-receiver_assessment .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-other_assessments .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-other_assessments .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-overall_assessment .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-overall_assessment .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-rank .cells-label,
  [data-cell-template="recruit/review-applicants-cell"] .f-rank .data {
    display: inline-block;
  }
  [data-cell-template="recruit/review-applicants-cell"] .f-receiver_assessment .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-other_assessments .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-overall_assessment .data,
  [data-cell-template="recruit/review-applicants-cell"] .f-rank .data {
    flex: 1 1;
  }
}
@media only screen and (width <=767px) {
  [data-cell-template="recruit/review-applicants-cell"] .primary-group .f-receiver_assessment .separator,
  [data-cell-template="recruit/review-applicants-cell"] .secondary-group .separator {
    display: none;
  }
}
[data-cell-template="recruit/review-applicants-cell"] .primary-group > div > *,
[data-cell-template="recruit/review-applicants-cell"] .secondary-group > * {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

@media only screen and (width >=768px) {
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-documents-wrap > .cells-label {
    flex: 1 0 12.5rem;
    font-size: 0.8125rem;
  }
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-documents-wrap > .fields {
    flex: 1 1 17.8125;
  }
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter {
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (width <=767px) {
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-documents-wrap > .cells-label {
    display: none;
  }
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter {
    display: flex;
  }
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform .cells-label,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume .cells-label,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter .cells-label {
    flex: 0 0 10.625rem;
    max-width: 10.625rem;
    text-overflow: ellipsis;
    padding-right: 0.3125rem;
    white-space: nowrap;
    overflow: hidden;
  }
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform .cells-label,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform .data,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume .cells-label,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume .data,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter .cells-label,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter .data {
    display: inline-block;
  }
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform .data,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume .data,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter .data {
    flex: 1 1;
  }
}
@media only screen and (width <=767px) and (width >=768px) {
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter {
    display: flex;
  }
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform .cells-label,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume .cells-label,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter .cells-label {
    flex: 0 0 9.375rem;
    max-width: 9.375rem;
    text-overflow: ellipsis;
    padding-right: 0.3125rem;
    white-space: nowrap;
    overflow: hidden;
  }
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform .cells-label,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform .data,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume .cells-label,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume .data,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter .cells-label,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter .data {
    display: inline-block;
  }
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform .data,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume .data,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter .data {
    flex: 1 1;
  }
}
@media only screen and (width <=767px) and (width >=992px) {
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter {
    display: flex;
  }
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform .cells-label,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume .cells-label,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter .cells-label {
    flex: 0 0 11.25rem;
    max-width: 11.25rem;
    text-overflow: ellipsis;
    padding-right: 0.3125rem;
    white-space: nowrap;
    overflow: hidden;
  }
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform .cells-label,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform .data,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume .cells-label,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume .data,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter .cells-label,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter .data {
    display: inline-block;
  }
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_apform .data,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_resume .data,
  [data-cell-template="recruit/review-applicants-documents-cell"] .f-doc_letter .data {
    flex: 1 1;
  }
}
@media only screen and (width <=767px) {
  [data-cell-template="recruit/review-applicants-documents-cell"] .separator {
    display: none;
  }
}
[data-cell-template="recruit/review-applicants-documents-cell"] .field > * {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

[data-cell-template="recruit/applicant-details-referees"] .primary-group,
[data-cell-template="recruit/applicant-details-qualifications"] .primary-group,
[data-cell-template="recruit/applicant-details-emphistory"] .primary-group,
[data-cell-template="recruit/applicant-details-licences"] .primary-group {
  flex: 1 0 60%;
}
[data-cell-template="recruit/applicant-details-referees"] .secondary-group,
[data-cell-template="recruit/applicant-details-qualifications"] .secondary-group,
[data-cell-template="recruit/applicant-details-emphistory"] .secondary-group,
[data-cell-template="recruit/applicant-details-licences"] .secondary-group {
  flex: 1 0 40%;
}
[data-cell-template="recruit/applicant-details-referees"] .primary-group > *,
[data-cell-template="recruit/applicant-details-referees"] .secondary-group > *,
[data-cell-template="recruit/applicant-details-qualifications"] .primary-group > *,
[data-cell-template="recruit/applicant-details-qualifications"] .secondary-group > *,
[data-cell-template="recruit/applicant-details-emphistory"] .primary-group > *,
[data-cell-template="recruit/applicant-details-emphistory"] .secondary-group > *,
[data-cell-template="recruit/applicant-details-licences"] .primary-group > *,
[data-cell-template="recruit/applicant-details-licences"] .secondary-group > * {
  margin-bottom: 0.5em;
}
@media only screen and (width >=768px) {
  [data-cell-template="recruit/applicant-details-referees"] .primary-group,
  [data-cell-template="recruit/applicant-details-qualifications"] .primary-group,
  [data-cell-template="recruit/applicant-details-emphistory"] .primary-group,
  [data-cell-template="recruit/applicant-details-licences"] .primary-group {
    padding-right: 1em;
  }
  [data-cell-template="recruit/applicant-details-referees"] .f-email .data,
  [data-cell-template="recruit/applicant-details-referees"] .f-document .data,
  [data-cell-template="recruit/applicant-details-qualifications"] .f-email .data,
  [data-cell-template="recruit/applicant-details-qualifications"] .f-document .data,
  [data-cell-template="recruit/applicant-details-emphistory"] .f-email .data,
  [data-cell-template="recruit/applicant-details-emphistory"] .f-document .data,
  [data-cell-template="recruit/applicant-details-licences"] .f-email .data,
  [data-cell-template="recruit/applicant-details-licences"] .f-document .data {
    word-break: break-all;
  }
}

@media only screen and (width >=768px) {
  [data-cell-template="recruit/schedule-interviews-interviewers"] .primary-group,
  [data-cell-template="recruit/schedule-interviews-interviews"] .primary-group {
    flex: 1 0 12.5rem;
  }
  [data-cell-template="recruit/schedule-interviews-interviewers"] .group-2,
  [data-cell-template="recruit/schedule-interviews-interviews"] .group-2 {
    flex: 1 1 13.75rem;
  }
  [data-cell-template="recruit/schedule-interviews-interviewers"] .no-actions,
  [data-cell-template="recruit/schedule-interviews-interviews"] .no-actions {
    flex: 1 1 17.8125rem;
  }
}

@media only screen and (width >=768px) {
  [data-cell-template="recruit/schedule-interviews-interviewers"] .group-2 {
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.6);
  }
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-type .cells-label {
    display: none;
  }
}
@media only screen and (width <=767px) {
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-type,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-email,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-phone,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-mobile {
    display: flex;
  }
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-type .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-email .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-phone .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-mobile .cells-label {
    flex: 0 0 8.125rem;
    max-width: 8.125rem;
    text-overflow: ellipsis;
    padding-right: 0.3125rem;
    white-space: nowrap;
    overflow: hidden;
  }
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-type .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-type .data,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-email .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-email .data,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-phone .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-phone .data,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-mobile .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-mobile .data {
    display: inline-block;
  }
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-type .data,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-email .data,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-phone .data,
  [data-cell-template="recruit/schedule-interviews-interviewers"] .f-mobile .data {
    flex: 1 1;
  }
  [data-cell-template="recruit/schedule-interviews-interviewers"] .group-2 .separator {
    display: none;
  }
}

@media only screen and (width >=768px) {
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-date .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-time .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-time_to .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-tzone .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-comments .cells-label {
    display: none;
  }
  [data-cell-template="recruit/schedule-interviews-interviews"] .time_from_to .separator {
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
  [data-cell-template="recruit/schedule-interviews-interviews"] .group-2 {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (width >= 820px) {
  [data-cell-template="recruit/schedule-interviews-interviews"] .group-2 {
    display: flex;
  }
  [data-cell-template="recruit/schedule-interviews-interviews"] .group-2 .group-2-1 {
    flex: 0 0 13.75rem;
  }
  [data-cell-template="recruit/schedule-interviews-interviews"] .group-2 .group-2-2 {
    flex: 1 1 1px;
  }
}
@media only screen and (width <=767px) {
  [data-cell-template="recruit/schedule-interviews-interviews"] .time_from_to .separator {
    display: none;
  }
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-date,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-time,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-time_to,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-tzone,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-comments {
    display: flex;
  }
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-date .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-time .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-time_to .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-tzone .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-comments .cells-label {
    flex: 0 0 8.125rem;
    max-width: 8.125rem;
    text-overflow: ellipsis;
    padding-right: 0.3125rem;
    white-space: nowrap;
    overflow: hidden;
  }
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-date .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-date .data,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-time .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-time .data,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-time_to .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-time_to .data,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-tzone .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-tzone .data,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-comments .cells-label,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-comments .data {
    display: inline-block;
  }
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-date .data,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-time .data,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-time_to .data,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-tzone .data,
  [data-cell-template="recruit/schedule-interviews-interviews"] .f-comments .data {
    flex: 1 1;
  }
}

.pagination .fa-chevron-right {
  margin-top: 0.25rem;
  font-size: 0.875rem;
}
.pagination .page-numbers {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
}

#report-folders-section section.sheet {
  border-left: 4px solid #9650d5;
}

.action-item-no-checkbox {
  padding-left: 3.375rem !important;
}

@keyframes opacity-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-off {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (width <=767px) {
  body.autocomplete-visible {
    overflow: hidden;
  }
  body.autocomplete-visible #container {
    height: 1px;
    overflow: hidden;
  }
}

.field.form-selector input {
  height: 42px;
}

@media only screen and (width >=768px) {
  .form-selector {
    flex: 1 0 auto;
  }
}
.form-selector .field-wrap {
  display: flex;
}
.form-selector .field-wrap:active, .form-selector .field-wrap:focus, .form-selector .field-wrap:has(input:active), .form-selector .field-wrap:has(input:focus) {
  box-shadow: 0 0 0 0.25rem rgba(150, 80, 213, 0.25);
  border-radius: 0.25rem;
}
.form-selector .field-wrap input[aria-autocomplete][role] {
  flex-grow: 1;
}
.form-selector .field-wrap input[aria-autocomplete][role]::-ms-clear {
  display: none;
}
.form-selector .field-wrap button {
  margin: 0;
  top: 0;
  right: 0;
  background-color: white;
  border-radius: 0 0 0 0;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-left-width: 0;
  font-size: 0.875rem;
  padding: 0;
  width: 42px;
}
.form-selector .field-wrap button[disabled] {
  background-color: inherit;
}
.form-selector .field-wrap button.fa-xmark {
  border-right: none;
}
.form-selector .field-wrap button.fa-xmark:hover {
  color: rgb(138, 32.126984127, 0) !important;
}
@media only screen and (width <=767px) {
  .form-selector.focused {
    margin-bottom: 0;
  }
  .form-selector.focused [role=listbox] {
    position: inherit;
    overflow-y: auto;
  }
}
.form-selector {
  position: relative;
  min-width: 0;
}
.form-selector label {
  position: static;
}
.form-selector input[type=text][aria-expanded=true] {
  border-radius: 0 0 0 0;
  outline: none;
}
.form-selector [role=combobox] {
  width: 100%;
  margin: 0;
  border-radius: 0;
  z-index: 1;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-right: none;
  box-shadow: none;
}

.search-list-wrap * {
  color: black;
}
.search-list-wrap .header {
  flex-shrink: 0;
  display: none;
  margin: 0;
  text-align: center;
  padding: 10px 5px;
  font-size: 1.1875rem;
  font-weight: bold;
}
.search-list-wrap .header .close-button {
  float: left;
  display: inline-block;
}
.search-list-wrap .header .autocomplete-label {
  margin-left: -24px;
}
.search-list-wrap .header .fa-light {
  color: #ffffff;
}
.search-list-wrap .header .fa-light:hover {
  background: none;
}
.search-list-wrap .inline[role=listbox] {
  position: absolute;
}
.search-list-wrap .extra-field {
  color: grey;
  font-size: 0.7rem;
}
.search-list-wrap .extra-field .title {
  display: inline-block;
  margin-right: 1em;
  text-transform: uppercase;
}
.search-list-wrap .extra-field .title-separator {
  display: none;
}
@media only screen and (width <=767px) {
  .search-list-wrap {
    display: none;
  }
  .search-list-wrap.active.breakout {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    z-index: 2600;
    background: #ffffff;
  }
  .search-list-wrap.active.breakout .header {
    display: block;
  }
  .search-list-wrap.active.breakout ul {
    flex-grow: 1;
    overflow-y: scroll;
  }
}

.listbox-container {
  flex-grow: 1;
  display: block;
  z-index: 100;
  background: white;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0 0 0.25rem 0.25rem;
  border-top-width: 0;
}
@media only screen and (width >=768px) {
  .listbox-container {
    position: absolute;
    width: calc(100% - 2.25rem);
    max-height: 400px;
    margin: 0 0.125rem;
  }
}
.listbox-container {
  overflow: hidden auto;
}
.listbox-container button.load-more {
  width: 100%;
  margin: 0;
  padding-top: 0.5em 0;
  display: none;
  color: #9650d5;
}
.listbox-container button.load-more[data-remaining=true] {
  display: inline-block;
}

[role=listbox] {
  margin: 0;
  padding: 0;
}
[role=listbox]:not([aria-expanded=true]) {
  display: none;
}
[role=listbox] .zero-records {
  padding: 8px;
}
[role=listbox] li {
  list-style: none;
  display: block;
}
[role=listbox] [role=sectionHeader] {
  font-weight: bold;
  background: #7a8187;
  color: black;
}
[role=listbox] li[role=option] {
  min-width: 90px;
  padding: 8px;
  font-size: 0.875rem;
  border: none;
}
[role=listbox] li[role=option]:last-child {
  border-bottom-width: 0;
}
[role=listbox] li[role=option][aria-selected=true], [role=listbox] li[role=option]:hover, [role=listbox] li[role=option]:focus {
  background: #eddefb;
}
[role=listbox] li[role=option] a {
  display: block;
  padding: 2px;
  text-decoration: none;
}

@media only screen and (width <=767px) {
  .form-selector.focused {
    background: #ffffff;
  }
}

[role=combobox][readonly] {
  border-radius: 0.25rem;
  border: 1px solid transparent !important;
  color: rgba(0, 0, 0, 0.55);
}
[role=combobox][readonly] button,
[role=combobox][readonly] ~ button {
  display: none;
}

.form.barebones [role=combobox][aria-autocomplete=inline] {
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #7a8187;
}
.form.barebones [role=combobox][aria-autocomplete=inline] + button {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.form.barebones [role=combobox][aria-autocomplete=inline][aria-expanded=true] {
  border-bottom-left-radius: 0;
}
.form.barebones [role=combobox][aria-autocomplete=inline][aria-expanded=true] + button {
  border-bottom-right-radius: 0;
}

.formview {
  min-height: 32px;
}
.formview .section {
  margin-bottom: 0;
  box-shadow: none;
}
.formview .form-item {
  margin: 8px 0;
  font-size: 0.875rem;
  position: relative;
}
@media only screen and (width >=768px) {
  .formview .form-item {
    display: flex;
    align-items: flex-start;
    margin-left: 8px;
    margin-right: 8px;
  }
  .formview .form-item > :nth-child(1) {
    flex: 0 0 176px;
  }
  .formview .form-item .form-input-wrap {
    flex: 1;
  }
}
.formview .form-item-document {
  align-items: initial;
}
.formview .form-label {
  display: block;
  word-wrap: break-word;
}
@media only screen and (width >=768px) {
  .formview .form-label {
    margin-top: 11px;
    margin-right: 26px;
    text-align: right;
  }
}
@media only screen and (width >=768px) {
  .formview .form-item > .form-label {
    margin-right: 0;
    padding-right: 26px;
  }
}
.formview div.form-input {
  padding: 10px;
}
.formview .form-input {
  border: 1px solid #7a8187;
  min-height: 42px;
  font-style: normal;
  word-wrap: break-word;
  display: block;
  flex: 0 1 auto;
  font-size: 0.875rem;
}
.formview .form-input[readonly] {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.formview .form-input.mandatory {
  border-left: 6px solid #bd2c00;
}
.formview .form-input-rawtext {
  border: 1px solid difference(#ffffff, #202020);
}
.formview .form-input-button {
  margin: 0;
  padding: 4px 10px;
  margin-left: 1px;
}
.formview .form-input-button[disabled] {
  background-color: rgb(195.2857142857, 198.9047619048, 200.7142857143);
  cursor: not-allowed;
  color: #9ba1a5;
}
.formview .form-input-button.fa-light {
  top: 0;
  font-size: 1.125rem;
  width: 2.625rem;
}
.formview .form-input-wrap > .error,
.formview .form-input-wrap > .instruction {
  margin-top: 5px;
}
.formview .form-input-wrap,
.formview .form-input-hwrap,
.formview .form-input {
  flex-grow: 1;
}
.formview .form-input-hwrap {
  display: flex;
}
.formview .form-item-document div.form-input {
  overflow: hidden;
  white-space: nowrap;
}
.formview div.form-input.error {
  color: #bd2c00;
  border: none;
}
.formview .form-item-radio .radio-wrap {
  flex-grow: 1;
  border: 1px solid #7a8187;
}
.formview .form-item-radio .radio-wrap .form-input {
  min-height: auto;
}
.formview .notice {
  border: 1px solid #fedeb6;
  padding: 10px;
  background: rgba(254, 222, 182, 0.5);
  color: rgba(0, 0, 0, 0.8);
}
.formview .checkbox-wrap {
  padding: 10px;
  position: relative;
}
.formview .checkbox-wrap [type=checkbox] {
  vertical-align: bottom;
  margin-bottom: 2px;
}
.formview .radio-wrap {
  padding: 15px;
}
.formview .radio-wrap.form-control-danger {
  border-color: #bd2c00;
  border-left-width: 0.25rem;
}
.formview select.form-input {
  width: 100%;
  padding: 10px;
  height: 42px;
}
@media only screen and (width >=768px) {
  .formview .input-group {
    display: flex;
  }
  .formview .input-group .form-input {
    flex: 0 1 auto;
    margin: 0.25rem;
  }
  .formview .input-group .button {
    flex: 0 1 auto;
    margin: 0.25rem;
  }
}
@media only screen and (width <= 767px) {
  .formview .input-group .button {
    width: 100%;
    margin: 10px 0;
    height: 38px;
  }
}
.formview .form-item > span.form-label {
  margin-top: 0;
}
.formview .field-wrap {
  position: relative;
}
.formview .field-wrap.attachment {
  width: 100%;
}
.formview .autocomplete-code {
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.55);
}

section.action-items > .form-instruction, section.tablelist > .form-instruction {
  margin: 20px 0;
}
section.formview > .form-instruction {
  margin: 16px 0;
}
section.formview div.header > .form-instruction {
  margin: 20px 0;
}

dfn.form-rawtext {
  display: block;
  flex: 0 1 auto;
}

input.form-control-datepicker.form-control-danger:not(.flatpickr-input),
input.form-control-monthpicker.form-control-danger:not(.flatpickr-input) {
  background-image: none !important;
  padding-right: 0.75rem;
}

input[readonly]:not([type=checkbox]) {
  color: rgba(0, 0, 0, 0.55);
  border: transparent;
}
input[readonly]:not([type=checkbox]):focus, input[readonly]:not([type=checkbox]):active {
  color: rgba(0, 0, 0, 0.55);
}

@media only screen and (width >=768px) {
  .form.barebones .form-control-label {
    margin-top: 12px;
  }
  .form.barebones .form-group.select select:not([multiple]) {
    margin-top: 8px;
  }
}
.form.barebones .form-group.select select[multiple] {
  padding: 0 0.5rem 0.5rem 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
}
.form.barebones .form-group.select select[multiple] option {
  padding: 0.5rem 0.75rem;
}
.form.barebones .form-group.document .form-input {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem 0 0 0.25rem;
  padding: 9px;
}
.form.barebones .form-group.document .form-input-button {
  width: 2.625rem;
  height: 2.625rem;
  margin: -1px 0 1px 1px;
  padding: 0;
}
.form.barebones .form-group.document .form-input-button.upload {
  border-radius: 0 0.25rem 0.25rem 0;
}
.form.barebones .form-group.rawtext .form-control {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form.barebones .form-group .form-control.no-border {
  border-color: transparent;
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form.barebones .form-group .form-control.no-border.align-left {
  padding-left: 0;
}

.header-title {
  background-color: #333333;
  color: white;
  min-height: 40px;
  font-size: 18px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.header-title .container {
  margin: 0 0 0 0.5rem;
  align-items: center;
}
.header-title .title {
  left: 20px;
  margin-right: 50px;
}
.header-title .btn-close {
  margin-top: -10px;
  margin-bottom: -10px;
  position: absolute;
  right: 25px;
}

body {
  padding-top: 44px;
}

#container {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

:root {
  overscroll-behavior: none;
}

#mobile-menu-header {
  background-color: #333333;
  color: white;
  margin-bottom: 0.5rem;
  cursor: unset !important;
}
#mobile-menu-header .fa-light {
  font-size: 28px;
  padding-right: 0.5rem;
  cursor: pointer;
}

.fullscreen header {
  top: 0;
  z-index: 2400;
  width: 100%;
  height: 44px;
  margin: 0;
  overflow: hidden;
  background-color: white !important;
  border-bottom: #dee0e1 solid 1px;
}

#overlay {
  position: fixed;
  inset: 0;
  z-index: 2600;
  overflow-y: scroll;
}
#overlay [aria-controls=modal] {
  cursor: pointer;
}
#overlay.active {
  background: rgba(0, 0, 0, 0.5);
}

#modal {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  outline: none;
  text-align: left;
  pointer-events: all;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#modal section {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none !important;
}
#modal .upload-msg {
  text-align: left;
  padding: 54px;
  font-size: 22px;
  color: #aaaaaa;
  width: 248px;
  margin: 0 auto;
  border: 1px solid #aaaaaa;
}
#modal .upload-img .upload-img-wrap,
#modal .upload-img.ready .upload-msg {
  display: none;
}
#modal .upload-img.ready {
  display: block;
}
#modal .upload-img.ready .upload-img-wrap {
  display: block;
}
#modal .img-container {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}
#modal .grid {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#modal .upload-img-wrap .btn-group {
  display: block;
  margin: 0 auto;
}
#modal .upload-rotate {
  display: flex;
  justify-content: center;
}

#modal-live {
  position: absolute;
  clip: rect(0 0 0 0);
}

.notification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  transition: all 300ms ease-in-out;
}

.notificationContainer {
  position: fixed;
  top: 75px;
  min-height: 200px;
  z-index: 2650;
}
.notificationContainer .container {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}
.notificationContainer #alert-container,
.notificationContainer .toast {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  overflow: hidden;
  border-radius: 0.5rem;
}
.notificationContainer .toast {
  display: flex;
  min-height: 4rem;
  border: none;
}
.notificationContainer .toast .toast-body {
  flex-grow: 1;
  display: flex;
  padding: 0;
  color: black;
}
.notificationContainer .toast .btn-close {
  flex-grow: 1;
  margin: auto;
  padding: 1.5rem;
}
.notificationContainer .toast .icon-container {
  min-width: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.notificationContainer .toast.alert-success, .notificationContainer .toast.alert-danger {
  position: fixed;
  top: 90px;
  right: 20px;
  width: 400px;
  z-index: 2700;
}
.notificationContainer .toast.alert-success .alert-message,
.notificationContainer .toast.alert-success .danger-message,
.notificationContainer .toast.alert-success .success-message, .notificationContainer .toast.alert-danger .alert-message,
.notificationContainer .toast.alert-danger .danger-message,
.notificationContainer .toast.alert-danger .success-message {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
.notificationContainer .toast.alert-success .fa-diamond-exclamation,
.notificationContainer .toast.alert-success .fa-check, .notificationContainer .toast.alert-danger .fa-diamond-exclamation,
.notificationContainer .toast.alert-danger .fa-check {
  font-size: 25px;
  font-weight: 400;
  margin: auto;
  top: 7px;
}
.notificationContainer .toast.alert-success .danger-message,
.notificationContainer .toast.alert-success .success-message, .notificationContainer .toast.alert-danger .danger-message,
.notificationContainer .toast.alert-danger .success-message {
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}

.alert {
  border-radius: 0.625rem;
  border: none;
  padding: 0;
  color: black;
}
.alert:not(.badge) {
  display: flex;
  overflow: hidden;
}
.alert:not(.badge) .icon-container {
  min-width: 4rem;
  display: flex;
  justify-content: center;
  color: white;
}
.alert:not(.badge) p,
.alert:not(.badge) span {
  padding: 1rem;
}
.alert:not(.badge) p p,
.alert:not(.badge) span p {
  margin: 0;
  padding: 0.5rem;
}
.alert:not(.badge) p p:first-child,
.alert:not(.badge) span p:first-child {
  padding: 0;
}
.alert .alert-danger, .alert.alert-danger {
  background-color: #ffcfcf;
}
.alert .alert-danger .icon-container, .alert.alert-danger .icon-container {
  padding-top: 0.9rem;
}
.alert .alert-warning, .alert.alert-warning {
  background-color: #ffdaae;
}
.alert .alert-warning .icon-container, .alert.alert-warning .icon-container {
  padding-top: 0.8rem;
}
.alert .alert-info .icon-container, .alert.alert-info .icon-container {
  padding-top: 1rem;
}
.alert .alert-success .icon-container, .alert.alert-success .icon-container {
  padding-top: 0.9rem;
}
.alert .btn-close {
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
}
.alert .fa-light {
  font-size: 1.5rem;
  font-weight: 600;
}
.alert#notification .fa-light {
  font-size: 1.625rem;
}

.alert-warning {
  background-color: #ffdaae;
}
.alert-warning .icon-container {
  background-color: #ff8026;
}

.alert-info {
  background-color: #b5e4f9;
}
.alert-info .icon-container {
  background-color: #04a7ed;
}

.alert-danger {
  background-color: #ffcfcf;
}
.alert-danger .icon-container {
  background-color: #d32f2f;
}

.alert-success {
  background-color: #c7f4c9;
}
.alert-success .icon-container {
  background-color: #0a8a11;
}

.new-alert {
  width: 95%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}

#notificationErrors ul {
  margin: 0;
}

.tk-warning-container .btn {
  margin-top: -0.05rem;
}

#inPageNote button {
  color: #682fb0;
}

.sheet-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  inset: 0;
}

.sheet {
  position: fixed;
  border-radius: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  transition: transform 1000ms cubic-bezier(0, 1, 0.5, 1);
  display: block;
  background: #ffffff;
  border: none;
  font-size: 1.5rem;
}
@media only screen and (width >=768px) {
  .sheet {
    width: auto;
    position: absolute;
    top: 0;
    bottom: initial;
    right: 60px;
    left: auto;
    height: 100%;
    border-top: none;
    border-left: 1px solid #ffffff;
    display: flex;
    background: #ffffff;
  }
}
.sheet .actionable {
  display: block;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  min-width: 80px;
  background: #ffffff;
}
.sheet .actionable .fa-light {
  line-height: inherit;
  display: none;
}
@media only screen and (width >=768px) {
  .sheet .actionable .fa-light {
    display: block;
  }
}
@media only screen and (width >=768px) {
  .sheet .actionable {
    padding: 0;
    min-width: 100px;
  }
}
@media only screen and (width >=768px) {
  .sheet .actionable.cancel {
    display: none;
  }
}
.sheet .actionable:hover {
  font-weight: bold;
}
@media only screen and (width >=768px) {
  .sheet .actionable span {
    display: block;
    font-size: 0.75rem;
  }
}

#load.ess-progress {
  top: 0;
  position: fixed;
  height: 8px;
  width: 100%;
  background-color: transparent;
  z-index: 2700;
}
#load.ess-progress .ess-progress-bar {
  position: absolute;
  height: 100%;
  animation-duration: 3s;
  animation-name: ess-progress-width;
  background-image: linear-gradient(to right, fade(#ffffff, 33%), fade(#ffffff, 33%));
  background-size: 100% 8px;
}

@keyframes ess-progress-width {
  0% {
    width: 0;
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  100% {
    width: 100%;
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
}
.tabpanel {
  position: relative;
  margin: 1.25rem 0;
  padding: 1.25rem;
  border: none;
  border-radius: 0.625rem;
  background-color: #ffffff;
}

:not(section) .tabpanel {
  border: #dee0e1 solid 1px;
}

.tabpanel .help .fa-light {
  font-size: 20px;
  padding: 2px;
  transition: all 1000ms cubic-bezier(0, 1, 0.5, 1);
  border-radius: 50%;
}

.tabpanel .help .fa-light:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}

.tabpanel h2 {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabpanel [role=tablist]:not(.nav) {
  display: flex;
  margin: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (width >=768px) {
  .tabpanel [role=tablist]:not(.nav) {
    min-width: 0;
    overflow-x: inherit;
  }
}
.tabpanel [role=tab]:not(.nav-link) {
  display: block;
  margin: 10px;
  text-align: center;
  color: #9650d5;
  text-decoration: none;
  font-size: 24px;
  border-bottom: 1px solid transparent;
}

.tabpanel [role=tab]:not(.nav-link)[aria-selected=true] {
  border-left: none;
  border-bottom-color: #5c6165;
  color: #5c6165;
}

.tabpanel [role=tab]:not(.nav-link):focus,
.tabpanel [role=tab]:not(.nav-link):hover {
  color: #5c6165;
  border-bottom-color: #5c6165;
}

.tabpanel [role=tab]:not(.nav-link):last-child {
  border-radius: 0;
}

.tabpanel [role=tab]:not(.nav-link) + a {
  border-left: none;
}

.tabpanel section {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none !important;
}

.tabpanel section.section {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 6px;
}

.tabpanel section.section:first-of-type {
  border-radius: 0;
}

@media only screen and (width <= 767px) {
  .tabpanel section.section:first-of-type {
    box-shadow: none;
    border-radius: 0;
  }
}
.tabpanel section.section:last-of-type {
  border-radius: 0;
}

@media only screen and (width <= 767px) {
  .tabpanel section.section:last-of-type {
    box-shadow: none;
    border-radius: 0;
  }
}
.nav-tabs .nav-link {
  color: #666666;
  background-color: transparent;
  border: none;
  font-weight: 500;
  border-radius: 0.25rem;
}
.nav-tabs .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.nav-tabs .nav-link[aria-selected=true] {
  color: #3f1865;
  background-color: #eddefb;
  border-color: #eddefb;
}

.nav-tabs {
  border-bottom: none;
}

.actionable-list .cell {
  list-style: none;
  position: relative;
  background: rgb(252, 252, 252);
}
.actionable-list .cell:not(last-child) {
  border-bottom: 1px solid #eddefb;
}
.actionable-list .cell[data-url]:not([data-url=""]):hover {
  cursor: pointer;
  background: #eddefb;
}
.actionable-list .cell.selected {
  background: #eddefb;
}
.actionable-list .cell h1,
.actionable-list .cell h2 {
  padding: 0;
  font-weight: 400;
  margin: 0;
  background: transparent;
}
.actionable-list .cell h1 {
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.7);
}
.actionable-list .cell h2 {
  font-size: 1.3em;
  color: rgba(0, 0, 0, 0.6);
}
.actionable-list .cell .detail {
  font-size: 1.1em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.actionable-list .cell .date {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (width <= 767px) {
  .actionable-list .cell .date {
    position: inherit;
  }
}
.actionable-list .cell .status {
  font-size: 0.8rem;
  font-weight: 400;
}
.actionable-list .cell .status p {
  float: right;
  margin-right: 20px;
  top: 20px;
  font-size: 0.8em;
}
@media only screen and (width <= 767px) {
  .actionable-list .cell .status p {
    float: initial;
  }
}
.actionable-list .cell p {
  margin: 0;
  padding: 0;
}
.actionable-list .cell .add {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}
.actionable-list .cell .container {
  display: flex;
}
@media only screen and (width <= 767px) {
  .actionable-list .cell .container {
    flex-direction: column;
  }
}
.actionable-list .cell .left {
  flex: 1 0 auto;
}
.actionable-list .cell .left-detail {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.1em;
  font-weight: 400;
}
.actionable-list .cell .right {
  flex: 0 0 auto;
  text-align: right;
}
@media only screen and (width <= 767px) {
  .actionable-list .cell .right {
    text-align: left;
  }
}
.actionable-list .cell .right-date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8em;
  font-weight: 400;
  margin: 0.5em 1.5em 0 0;
  text-align: left;
  width: 6em;
}
@media only screen and (width <= 767px) {
  .actionable-list .cell .right-date {
    float: none;
    margin: 0;
  }
}
.actionable-list .cell .right-detail {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8em;
  font-weight: 400;
}
.actionable-list .cell .right-status {
  font-size: 0.8em;
  font-weight: 400;
  margin: 0.5em 1.5em 0 0;
}
@media only screen and (width <= 767px) {
  .actionable-list .cell .right-status {
    float: none;
    margin: 0;
  }
}

#staffscheduleCt {
  background: #dee0e1;
}

@media only screen and (width <= 767px) {
  #staffscheduleCt .fc-toolbar .fc-center {
    display: none;
  }
}
#staffscheduleCt .fc-cell-hidden .fc-title-label {
  visibility: hidden;
}

#staffscheduleCt .fc-text-hidden .fc-title-text {
  visibility: hidden;
}

#staffscheduleCt .fc-resource-area .fc-cell-content {
  white-space: normal;
  overflow-y: hidden;
}

#staffscheduleCt .fc-resource-area .fc-res-name {
  display: block;
  font-weight: bold;
}

#staffscheduleCt .fc-title-label,
#staffscheduleCt .fc-title-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

#staffscheduleCt #events-info-container {
  padding: 0.5rem 0 0;
  white-space: nowrap;
  overflow-x: auto;
}

#staffscheduleCt #events-info-container:not(:last-child) {
  margin-right: 0.5rem;
}

#staffscheduleCt .events-info-cell {
  cursor: pointer;
  vertical-align: top;
  min-width: 15rem;
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.725rem 0.5rem;
  background: white;
}

#staffscheduleCt .events-info-cell:hover {
  background: #9650d5;
  color: white;
}

#staffscheduleCt .events-info-cell h6 {
  font-size: 12px;
  line-height: 12px;
}

#staffscheduleCt .events-info-cell .date {
  font-size: 12px !important;
  line-height: 12px;
  margin: 0 !important;
  margin-left: auto !important;
}

#staffscheduleCt .events-info-cell table {
  border: 0;
}

#staffscheduleCt .events-info-cell table th,
#staffscheduleCt .events-info-cell table td {
  border: 0;
}

#staffscheduleCt .events-info-cell table th {
  padding-right: 1rem;
  text-align: left;
  font-size: 12px;
  font-weight: bolder;
}

#staffscheduleCt .events-info-cell table td {
  font-size: 11px;
}

#staffscheduleCt #tbScheduleCt {
  overflow: scroll;
  box-sizing: border-box;
}

#staffscheduleCt #tbScheduleCt table th {
  font-weight: bold;
  text-align: center;
  font-size: 0.9rem;
  color: #000000;
}

#staffscheduleCt #staffscheduleTable {
  box-sizing: border-box;
}

#staffscheduleCt #func {
  margin-bottom: 23px;
}

@media print {
  body.staff-schedule-print {
    background-color: #ffffff;
  }
  body.staff-schedule-print header {
    display: none;
  }
  body.staff-schedule-print #context-search-bar {
    display: none !important;
  }
  body.staff-schedule-print .hidden-xs-down {
    display: none;
  }
  body.staff-schedule-print section.section {
    display: none;
  }
  body.staff-schedule-print .body-footer {
    display: none;
  }
  body.staff-schedule-print #menu-mobile {
    display: none;
  }
  body.staff-schedule-print #staffscheduleCt {
    position: absolute;
    background-color: transparent;
  }
  body.staff-schedule-print #staffscheduleCt a {
    display: none;
  }
  body.staff-schedule-print #staffscheduleCt #staffscheduleTable {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  body.staff-schedule-print #staffscheduleCt #staffscheduleTable #tbScheduleCt {
    background-color: white;
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: visible !important;
  }
}
@keyframes opacity-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-off {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#form-jump-link-bar {
  background: #ffffff;
  margin: 20px 0 -20px;
  padding: 5px 5px 0;
}

.scrolly-page-selector {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  /* align the <li> horizontally */
  overflow-x: scroll;
  /* horizontal scroll bar */
}
.scrolly-page-selector .scrolly-page-selector-item {
  flex-grow: 1;
  flex-basis: 1px;
  list-style: none;
  margin-right: 4px;
  min-height: 80px;
  max-height: 80px;
  min-width: 8.125rem;
  /* make the <li><a> elements take up full height */
  display: flex;
  align-items: stretch;
  border-top: 4px solid rgb(30.5, 32.25, 33.75);
  background: rgb(221.75, 223.5, 225);
  overflow: hidden;
}
.scrolly-page-selector .scrolly-page-selector-item:last-of-type {
  margin-right: 0;
}
.scrolly-page-selector .scrolly-page-selector-item[aria-pressed=true] {
  background: #7a8187;
}
.scrolly-page-selector .scrolly-page-selector-item[aria-pressed=true] .page-selector-link {
  color: #ffffff;
}
.scrolly-page-selector .scrolly-page-selector-item[aria-pressed=true] .page-selector-link:hover {
  color: rgb(221.75, 223.5, 225);
}
.scrolly-page-selector .page-selector-link {
  flex: 1 1 1px;
  color: rgb(75, 40, 106.5);
  /* make the <li><a> elements centered hoizontally */
  padding: 0.625rem;
  display: flex;
  align-items: center;
  text-align: center;
}
.scrolly-page-selector .page-selector-link:hover {
  color: rgb(112.5, 60, 159.75);
}
.scrolly-page-selector .page-selector-content {
  flex: 1 1 1px;
}

.progress-tracker {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  margin: 40px auto;
  padding: 0;
  list-style: none;
}

.progress-step {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  margin: 0;
  padding: 0;
  min-width: 2rem;
}

.progress-step:last-child {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.progress-step:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
  top: 0.875rem;
  bottom: 0.875rem;
  right: -1rem;
  width: 100%;
  height: 0.25rem;
  transition: background-color 0;
}

.progress-step.is-active .progress-title {
  font-weight: 400;
}

.progress-step > a {
  display: block;
}

.progress-marker {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 20;
  width: 2rem;
  height: 2rem;
  color: #ffffff;
  font-weight: 400;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: background-color, border-color;
  transition-duration: 0;
}

.progress-text {
  display: block;
  padding: 1rem 0.6667rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.progress-text:not(.hidden-xs-down) {
  padding: 1rem 0.4rem;
}
.progress-text:not(.hidden-xs-down) .progress-description {
  white-space: normal;
}

.progress-title {
  margin-top: 0;
}

.progress-step .progress-marker {
  color: #ffffff;
  background-color: #cacdcf;
}

.progress-step::after {
  background-color: #cacdcf;
}

.progress-step .progress-text,
.progress-step .progress-step > a .progress-text {
  color: black;
}

.progress-step.is-active .progress-marker {
  background-color: #6cc644;
}

.progress-step.is-complete .progress-marker {
  background-color: #55a532;
}

.progress-step.is-complete::after {
  background-color: #afb3b7;
}

.progress-step:hover .progress-marker {
  background-color: #8bd26b;
}

.progress-tracker--center .progress-step {
  text-align: center;
}
.progress-tracker--center .progress-step:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.progress-tracker--center .progress-step::after {
  right: -50%;
}
.progress-tracker--center .progress-marker {
  margin-left: auto;
  margin-right: auto;
}

.progress-tracker--right .progress-step {
  text-align: right;
}
.progress-tracker--right .progress-step:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.progress-tracker--right .progress-step::after {
  right: calc(-100% + 1rem);
}
.progress-tracker--right .progress-marker {
  margin-left: auto;
}

.progress-tracker--border {
  padding: 0.25rem;
  border: 2px solid #afb3b7;
  border-radius: 2.5rem;
}

.progress-tracker--spaced .progress-step::after {
  width: calc(100% - 2.5rem);
  margin-right: 1.25rem;
}

.progress-tracker--word {
  padding-right: 2.3333rem;
  overflow: hidden;
}
.progress-tracker--word .progress-text {
  display: inline-block;
  white-space: nowrap;
}
.progress-tracker--word .progress-title {
  margin: 0;
}

.progress-tracker--word-center {
  padding-right: 2.3333rem;
  padding-left: 2.3333rem;
}
.progress-tracker--word-center .progress-text {
  padding-right: 0;
  padding-left: 0;
  transform: translateX(calc(-50% + 1rem));
}

.progress-tracker--word-right {
  padding-right: 0;
  padding-left: 2.3333rem;
}
.progress-tracker--word-right .progress-text {
  padding-left: 0;
  transform: translateX(calc(-100% + 2rem));
}

.progress-tracker--text .progress-step:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.progress-tracker--text-top .progress-step::after {
  top: auto;
}
.progress-tracker--text-top .progress-text {
  height: 100%;
}
.progress-tracker--text-top .progress-marker {
  bottom: 2rem;
}

.progress-tracker--text-inline .progress-step {
  display: -webkit-box;
  display: flexbox;
  display: flex;
}
.progress-tracker--text-inline .progress-text {
  position: relative;
  z-index: 30;
  max-width: 70%;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}
.progress-tracker--text-inline .progress-title {
  margin: 0;
}

.progress-tracker--square .progress-step {
  padding-top: 0;
}
.progress-tracker--square .progress-marker {
  transform: scaleX(0.33) translateY(-0.875rem);
  border-radius: 0;
}

@media (width <= 399px) {
  .progress-tracker-mobile {
    overflow-x: auto;
  }
  .progress-tracker-mobile .progress-tracker {
    min-width: 200%;
  }
}
.progress-tracker--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.progress-tracker--vertical .progress-step {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.progress-tracker--vertical .progress-step::after {
  right: auto;
  top: 1rem;
  left: 0.875rem;
  width: 0.25rem;
  height: 100%;
}
.progress-tracker--vertical .progress-marker {
  position: absolute;
  left: 0;
}
.progress-tracker--vertical .progress-text {
  padding-top: 0.5rem;
  padding-left: 3rem;
}
.progress-tracker--vertical .progress-text .progress-step:not(:last-child) {
  padding-bottom: 1.5rem;
}

.anim-ripple .progress-marker::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity, -webkit-transform;
  transition: transform, opacity;
  transition: transform, opacity, -webkit-transform;
  transition-duration: 0;
  transition-timing-function: ease-out;
}

.anim-ripple .progress-marker:active::before,
.anim-ripple .progress-step > a:active .progress-marker::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0);
  transition-duration: 0s;
}

.anim-ripple-large .progress-marker::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity, -webkit-transform;
  transition: transform, opacity;
  transition: transform, opacity, -webkit-transform;
  transition-duration: 0;
  transition-timing-function: ease-out;
  width: 200%;
  height: 200%;
}

.anim-ripple-large .progress-marker:active::before,
.anim-ripple-large .progress-step > a:active .progress-marker::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0);
  transition-duration: 0s;
}

.anim-ripple-double .progress-marker::before,
.anim-ripple-double .progress-marker::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity, -webkit-transform;
  transition: transform, opacity;
  transition: transform, opacity, -webkit-transform;
  transition-duration: 0;
  transition-timing-function: ease-out;
  background: none;
  border: 3px solid rgba(0, 0, 0, 0.3);
}

.anim-ripple-double .progress-marker::after {
  transition-delay: 0;
}

.anim-ripple-double .progress-marker:active::before,
.anim-ripple-double .progress-marker:active::after,
.anim-ripple-double .progress-step > a:active .progress-marker::before,
.anim-ripple-double .progress-step > a:active .progress-marker::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0);
  transition-duration: 0s;
}

.anim-path .progress-step::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cacdcf), color-stop(50%, #afb3b7));
  background-image: linear-gradient(to right, #cacdcf 50%, #afb3b7 50%);
  background-size: 200% 100%;
  background-position: 0% 100%;
  transition: background-position 0 ease-out;
}

.anim-path .progress-step.is-complete::after {
  background-position: -100% 100%;
}

.progress-step:hover .progress-marker {
  background-color: #cacdcf;
  cursor: inherit;
}

.progress-step.is-complete .progress-marker,
.progress-step.is-active .progress-marker {
  color: white;
}

.progress-step.is-active .progress-text {
  color: #7840aa;
}

.progress-step.is-complete .progress-text {
  color: #55a532;
}

.progress-step.has-danger .progress-marker {
  background-color: #bd2c00;
}
.progress-step.has-danger .progress-text {
  color: #bd2c00;
}

.progress-step.is-active .progress-marker {
  background-color: #9650d5;
}
.progress-step.is-active .progress-text {
  color: #9650d5;
}
.progress-step.is-active .progress-description {
  font-weight: bold;
}

.progress-step .progress-marker {
  color: #e4e6e7;
}
.progress-step .progress-text {
  color: #cacdcf;
}
.progress-step > a {
  text-decoration: none;
}
.progress-step > a .progress-marker {
  background-color: #696071;
}
.progress-step > a .progress-text {
  color: black;
}
.progress-step > a:hover .progress-marker {
  background-color: #7840aa;
}
.progress-step > a:hover .progress-text {
  color: #7840aa;
}
.progress-step > a.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.progress-step > a.disabled .progress-marker {
  background-color: #cacdcf;
  color: #e4e6e7;
}
.progress-step > a.disabled .progress-text {
  color: #cacdcf;
}

.progress-tracker {
  margin: 0;
}

@media (width <= 576px) {
  .progress-tracker {
    margin-bottom: 1rem;
  }
}
.progress-title {
  font-size: 1.25rem;
}

.progress-description {
  font-size: 0.85rem;
  line-height: 1.1;
}

@media (width <= 992px) {
  .progress-description {
    font-size: 0.75rem;
  }
}
.progress-tracker--vertical.progress-tracker--spaced .progress-step::after {
  height: calc(100% - 2.5rem);
  margin-top: 1.25rem;
}

.progress-marker {
  z-index: inherit;
}

.dots-loading-overlay::after {
  z-index: 9998;
}

body .dots-loading .dots-box {
  z-index: 9999;
}

.loading-overlay {
  z-index: 9999;
  height: 60px;
}

body.login {
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: top;
  background-size: 50rem 40rem;
}
@media only screen and (769px <= width <= 1250px) {
  body.login {
    background-size: 35rem 30rem;
  }
}
@media only screen and (576px <= width <= 768px) {
  body.login {
    background-size: 25rem 20rem;
  }
}
@media only screen and (width <= 575px) {
  body.login {
    background-size: 20rem 15rem;
  }
}
body.login .c {
  margin: 7.5px;
  padding: 20px;
  background: #ffffff;
  position: relative;
}
body.login #logo {
  display: inline-block;
  margin: 10px auto 40px;
  width: 100%;
  min-height: 40px;
  max-height: 80px;
  max-width: none !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat;
  cursor: inherit;
}
body.login .card {
  margin-top: 9.375rem;
  border-radius: 10px;
  background-color: #ffffff !important;
}
body.login .card .card-body {
  padding: 48px 72px !important;
}
@media only screen and (481px <= width <= 767px) {
  body.login .card .card-body {
    padding: 24px 48px !important;
  }
}
@media only screen and (width <= 480px) {
  body.login .card .card-body {
    padding: 12px 36px !important;
  }
}
body.login input {
  border-radius: 8px;
  padding: 20px 15px;
}
body.login button {
  border-radius: 0.375rem;
}
body.login a {
  text-decoration: none;
  border-radius: 8px;
}
body.login a .btn-outline-primary {
  border: none !important;
  background: unset !important;
}
body.login a .btn-outline-primary:hover {
  border: none !important;
  background: unset !important;
  color: rgb(112.5, 60, 159.75);
}

.application-version {
  color: rgba(0, 0, 0, 0.55);
}

.formview-sm .form-item {
  font-size: 1rem;
  margin-bottom: 10px;
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.formview-sm .form-label {
  text-align: left;
  margin-right: 0;
}

.login .formview-sm .form-label,
.login .formview-sm input,
.login .formview-sm textarea {
  font-size: 1rem;
}

/* =======================================
=            Extra                      =
======================================= */
/* =======================================
=            Colour Palettes            =
======================================= */
/* -----  End of Colour Palettes  ------ */
/* ========================================
=            Global Variables            =
======================================== */
/* -----  End of Global Variables  ------ */
/* =============================================
=            Component Definitions            =
============================================= */
/* Chart Min Height */
/* Chart Colours */
/* -----  End of Component Definitions  ------ */
/* =========================================================
=            Responsive Breakpoint Definitions            =
========================================================= */
/* -----  End of Responsive Breakpoint Definitions  ------ */
/* =========================================================
=                 Layering Definitions                    =
========================================================= */
.zindex-staff-schedule {
  z-index: 2500;
}

/* -----  End of Layering Definitions  ------ */
.a-fixed-fullscreen {
  position: fixed;
  inset: 0;
}

.a-box-shadow-3 {
  box-shadow: 3px 3px 4px rgba(136, 136, 136, 0.5333333333);
  margin-bottom: 5px;
  margin-right: 5px;
}

.a-user-select-none {
  user-select: none;
}

#survey-form .survey-error,
.survey-table-form .survey-error {
  border: 2px solid #bd2c00;
}

.survey section .section {
  margin-bottom: 20px;
  box-shadow: 0 0 0 #eddefb;
}
.survey section {
  border: none;
}
.survey section h1 {
  background: #ffffff;
  color: #686868;
  padding: 0;
  margin: 0.625rem 0;
}
.survey section h2 {
  background: #ffffff;
  color: #686868;
  margin-left: 0;
  margin-right: 0;
}
.survey .info {
  color: #9650d5;
}
.survey .warning {
  color: #ff9933;
}
.survey .error {
  border: 2px solid rgb(103.5177865613, 109.5563241107, 114.7322134387);
}
.survey .attachment-button {
  text-align: center;
  margin: 0;
  top: 0;
  right: 0;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid gray;
  font-size: 0.875rem;
  padding: 0;
  height: 42px;
  width: 60px;
}
.survey .attachment-button.button {
  line-height: 42px;
}
.survey .attachment-button.negative {
  border: 1px solid rgb(138, 32.126984127, 0);
}
.survey .pagehead-control {
  display: block;
  border-bottom: 1px solid #9650d5;
  margin: -10px 0 20px;
  padding: 14px 0;
}
.survey .pagemessage {
  transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  display: block;
}
.survey .panel {
  position: relative;
  min-height: 20px;
  padding: 19px;
  background: #f4f4f4;
  transition: all 1.5s cubic-bezier(0, 1, 0.5, 1);
  margin: 0;
}
.survey .panel[aria-expanded=false] {
  height: 55px;
}
.survey .panel i {
  font-size: 20px;
}
.survey .panel.panel-info {
  padding: 0.625rem;
}
@media only screen and (width >=768px) {
  .survey .panel.panel-info {
    padding-left: 2.25rem;
  }
}
.survey .panel.panel-info i {
  position: absolute;
}
@media only screen and (width <=767px) {
  .survey .panel.panel-info i {
    top: -0.625rem;
    right: -0.625rem;
  }
}
@media only screen and (width >=768px) {
  .survey .panel.panel-info i {
    top: 0.625rem;
    left: 0.625rem;
  }
}
.survey .panel .action {
  position: absolute;
  display: block;
  top: -2px;
  right: -5px;
  padding: 5px;
  color: #767676;
  background-color: #ffffff;
  border: 1px solid #e1e1e8;
  cursor: pointer;
  border-top: 0;
  border-right: 0;
  transition: all 1s cubic-bezier(0, 1, 0.5, 1);
}
.survey .panel .control {
  padding: 10px;
}
.survey .stacked {
  margin-left: 10px;
}
.survey p {
  color: rgba(0, 0, 0, 0.65);
}
.survey section p {
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.8);
}
.survey .uppercase {
  text-transform: uppercase;
}
.survey [data-survey-edit-row-template] {
  display: none;
}
.survey [data-survey-control-edit-row] .mandatory-wrapper {
  display: inline-block;
}
.survey span.empty-cell {
  color: rgb(129.5, 129.5, 129.5);
}
.survey span.empty-cell.required {
  color: #bd2c00;
}
.survey .table-radio-label.form-control-danger {
  color: #bd2c00;
}
@media only screen and (width <=767px) {
  .survey .question .instruction {
    margin: 0.3125rem 0;
    padding: 0;
  }
  .survey .question .form-item {
    margin-top: 0;
  }
  .survey .question .form-item:first-of-type > label {
    display: none;
  }
}
@media only screen and (width >=768px) {
  .survey .question .instruction {
    padding-left: 0;
  }
}
.survey .section-message {
  padding: 0 10px;
  margin: 0 -10px;
  border-bottom: 1px solid #9650d5;
}
.survey .survey-actions-top {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  border-top: 1px solid #eddefb;
  padding: 0.625rem;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  border-bottom: 1px solid #eddefb;
  padding: 0.625rem;
  padding: 0.3125rem;
  margin-top: 15px;
}
@media only screen and (width <=767px) {
  .survey .survey-actions button {
    width: 100%;
  }
}
@media only screen and (width >=768px) {
  .survey .survey-actions {
    display: flex;
  }
  .survey .survey-actions .expand {
    flex: 1 1 1px;
  }
}
[role=tabpanel] > .survey {
  margin: -10px 0;
}
.survey .section:first-of-type {
  margin-top: 0;
}
.survey .paging {
  display: flex;
  padding: 10px 0;
}
.survey .survey-actions-bottom {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  border-top: 1px solid #eddefb;
  padding: 0.625rem;
  border-color: #eddefb;
  padding: 0.3125rem;
}
.survey .survey-question-table tr:not(.nth-of-type-hack) {
  height: 30px;
  vertical-align: top;
}

.comments {
  position: relative;
  margin-top: 10px;
  list-style-type: none;
  text-align: left;
}
.comments span {
  font-size: 0.8125rem;
}

.comment {
  margin: 0;
  padding: 0.75rem 1.25rem;
  position: relative;
  width: auto;
  background: #dee0e1;
  margin-bottom: 10px;
}
.comment img {
  float: left;
  left: -50px;
  top: 0;
  position: absolute;
}
.comment::after {
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #dee0e1;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -15px;
  left: -15px;
  top: 50%;
}
.comment .comment-byline {
  margin: 0 0 2px;
  font-weight: normal;
  font-style: normal;
}
.comment .commenter {
  font-weight: bold;
  font-size: 1rem;
  color: #686868;
}
.comment .time {
  display: block;
  font-weight: 600;
  font-size: 0.6875rem;
}
.comment .comment-body {
  font-size: 0.875rem;
}

[data-table-actions-table] [text-alt-inline] {
  display: none;
}
[data-table-actions-table] [show-alt-text] [text-default] {
  display: none;
}
[data-table-actions-table] [show-alt-text] [text-alt-inline] {
  display: inline;
}

.survey label {
  text-transform: none;
}

.survey .radio-table-group td.experimental {
  font-size: 0.875rem;
  font-weight: 400;
  color: #959a9f;
}

#user {
  position: relative;
  width: auto;
}
#user dfn p {
  margin: 0 0 3px;
}
#user .pic {
  position: absolute;
  right: 0;
  margin: 110px 12px 0 0;
  overflow: hidden;
  z-index: 1;
}
#user .pic .actions {
  position: absolute;
  bottom: -100px;
  right: 0;
  height: auto;
  width: 100%;
  padding: 4px 10px 0;
  transition: all 0.4s ease-in-out;
}
#user .pic:hover .actions, #user .pic.fake-hover .actions {
  background: #ffffff;
  opacity: 0.8;
  bottom: 0;
}
#user .pic a {
  display: block;
  margin: 0 0 5px;
}
@media only screen and (width <= 767px) {
  #user .pic {
    position: relative;
    display: block;
    width: 150px;
    margin: 36px auto;
  }
}
#user .pic img {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  box-shadow: 0 0 4px #dedede;
  border-radius: 5px;
}
#user .pic .data {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  overflow: hidden;
}
#user .change {
  width: 100%;
  padding: 4px;
  border: 0;
  border-radius: 0;
  background-color: rgb(155.25, 160.5, 165);
  color: #ffffff;
  font-size: 0.875rem;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  outline: none;
  transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
#user .delete {
  width: 100%;
  padding: 4px;
  border: 0;
  border-radius: 0;
  background-color: #bd2c00;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  outline: none;
  transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

#timekeeper .section-error-indicator,
.timekeeper .section-error-indicator {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  font-size: 0.5rem;
  font-weight: bold;
  text-align: center;
  color: #bd2c00;
}
@media only screen and (width >=768px) {
  #timekeeper .section-error-indicator,
  .timekeeper .section-error-indicator {
    bottom: -12px;
    font-size: 0.625rem;
  }
}
@media only screen and (width >= 992px) {
  #timekeeper .section-error-indicator,
  .timekeeper .section-error-indicator {
    bottom: -6px;
    font-size: 0.75rem;
  }
}
#timekeeper section h2,
.timekeeper section h2 {
  margin-bottom: 4px;
  margin-top: 10px;
  padding: 0;
}
#timekeeper [data-accordian-entry],
.timekeeper [data-accordian-entry] {
  margin-top: 0;
}
#timekeeper .instruction,
.timekeeper .instruction {
  margin-top: 10px;
}
#timekeeper .instruction p,
.timekeeper .instruction p {
  margin: 0;
}
#timekeeper .section-entries .timekeeper-section-controls,
.timekeeper .section-entries .timekeeper-section-controls {
  padding: 10px 0;
}
@media only screen and (width <= 767px) {
  #timekeeper .timekeeper-section-controls .btn-block,
  .timekeeper .timekeeper-section-controls .btn-block {
    margin-bottom: 5px;
  }
}
#timekeeper #daily-summary .section-summary,
.timekeeper #daily-summary .section-summary {
  cursor: default;
}
#timekeeper .section-summary-text,
.timekeeper .section-summary-text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 82px);
}
@media only screen and (width >=768px) {
  #timekeeper .section-summary-text,
  .timekeeper .section-summary-text {
    width: calc(100% - 120px);
    line-height: 48px;
    font-size: 24px;
  }
}
@media only screen and (width >= 992px) {
  #timekeeper .section-summary-text,
  .timekeeper .section-summary-text {
    width: calc(100% - 180px);
    margin-left: 20px;
    line-height: 64px;
    font-size: 36px;
  }
}
#timekeeper .section-summary-text .count,
.timekeeper .section-summary-text .count {
  font-size: 24px;
  display: inline-block;
  text-align: center;
  min-width: 60px;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (width >=768px) {
  #timekeeper .section-summary-text .count,
  .timekeeper .section-summary-text .count {
    min-width: 120px;
    font-size: 48px;
    margin-right: 10px;
  }
}
@media only screen and (width >= 992px) {
  #timekeeper .section-summary-text .count,
  .timekeeper .section-summary-text .count {
    min-width: 140px;
    font-size: 64px;
    margin-right: 20px;
  }
}
#timekeeper .section-summary-text .count-label,
.timekeeper .section-summary-text .count-label {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (width >=768px) {
  #timekeeper .section-summary-text .count-label,
  .timekeeper .section-summary-text .count-label {
    width: calc(100% - 240px);
  }
}
#timekeeper .section-summary-text .count-label.no-digits,
.timekeeper .section-summary-text .count-label.no-digits {
  margin-left: 20px;
}
#timekeeper #payroll-summary .count-label,
.timekeeper #payroll-summary .count-label {
  width: calc(100% - 140px);
}
@media only screen and (width >=768px) {
  #timekeeper #payroll-summary .count-label,
  .timekeeper #payroll-summary .count-label {
    width: calc(100% - 280px);
  }
}
@media only screen and (width >= 992px) {
  #timekeeper #payroll-summary .count-label,
  .timekeeper #payroll-summary .count-label {
    width: calc(100% - 440px);
  }
}
#timekeeper .standard-list,
.timekeeper .standard-list {
  overflow-y: hidden;
  margin-bottom: 0;
}
#timekeeper .entry-summary,
.timekeeper .entry-summary {
  border-bottom: #f1f6f6 1px solid;
  cursor: pointer;
}
#timekeeper .entry-summary::after,
.timekeeper .entry-summary::after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}
#timekeeper #payroll-summary .entry-summary,
#timekeeper #period-summary .entry-summary,
.timekeeper #payroll-summary .entry-summary,
.timekeeper #period-summary .entry-summary {
  cursor: default;
}
#timekeeper .entry-error-indicator,
.timekeeper .entry-error-indicator {
  display: inline-block;
  vertical-align: 14px;
  margin-right: 6px;
  cursor: pointer;
  transition: transform 1000ms ease-in-out;
}
#timekeeper .entry-error-indicator .fa-light,
.timekeeper .entry-error-indicator .fa-light {
  color: #bd2c00;
}
#timekeeper .entry-error-indicator:hover,
.timekeeper .entry-error-indicator:hover {
  transform: scale(1.04);
}
@media only screen and (width >=768px) {
  #timekeeper .entry-error-indicator,
  .timekeeper .entry-error-indicator {
    vertical-align: 32px;
    margin-right: 12px;
    margin-top: 18px;
  }
  #timekeeper .entry-error-indicator .fa-light,
  .timekeeper .entry-error-indicator .fa-light {
    font-size: 2.25rem;
  }
}
@media only screen and (width <= 767px) {
  #timekeeper .entry-error-indicator,
  .timekeeper .entry-error-indicator {
    margin-top: 9px;
  }
}
#timekeeper .entry-summary-content,
.timekeeper .entry-summary-content {
  display: flex;
  padding: 0 0 0 8px;
}
#timekeeper .entry-summary-content:hover,
.timekeeper .entry-summary-content:hover {
  background: #eddefb;
}
#timekeeper .time-logged,
#timekeeper .time-period,
.timekeeper .time-logged,
.timekeeper .time-period {
  flex: 0 1 auto;
}
#timekeeper .time-logged,
.timekeeper .time-logged {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#timekeeper .time-logged .entry-hours,
#timekeeper .time-logged .break-hours,
#timekeeper .time-logged .amount-entry,
.timekeeper .time-logged .entry-hours,
.timekeeper .time-logged .break-hours,
.timekeeper .time-logged .amount-entry {
  flex: 0 1 auto;
}
#timekeeper .actions,
.timekeeper .actions {
  flex: 1 0 44px;
  position: relative;
  text-align: right;
  overflow: hidden;
  padding: 0;
}
#timekeeper .action-items,
.timekeeper .action-items {
  padding: 0;
}
@media only screen and (width >=768px) {
  #timekeeper .action-items,
  .timekeeper .action-items {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    background: #ffffff;
    border-left: 4px solid #9650d5;
    transition: transform 1000ms ease-in-out;
    transform: translateX(100%);
  }
}
#timekeeper .action-item,
.timekeeper .action-item {
  display: block;
  list-style: none;
}
@media only screen and (width >=768px) {
  #timekeeper .action-item,
  .timekeeper .action-item {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (width <= 767px) {
  #timekeeper .action-item .actionable,
  .timekeeper .action-item .actionable {
    width: 100%;
    font-size: 1.5rem;
  }
}
@media only screen and (width >=768px) {
  #timekeeper .action-item.cancel,
  .timekeeper .action-item.cancel {
    display: none;
  }
}
@media only screen and (width >=768px) {
  #timekeeper .action-item .button-label,
  .timekeeper .action-item .button-label {
    margin-top: 3px;
    display: block;
    font-size: 0.75rem;
    font-weight: 800;
  }
}
#timekeeper .action-item .fa-light,
.timekeeper .action-item .fa-light {
  display: none;
}
@media only screen and (width >=768px) {
  #timekeeper .action-item .fa-light,
  .timekeeper .action-item .fa-light {
    display: block;
    font-size: 1.5rem;
  }
}
#timekeeper .action-more,
.timekeeper .action-more {
  top: 0;
  cursor: pointer;
  vertical-align: middle;
  transition: background 1000ms ease-in-out;
  font-size: 2rem;
  width: 60px;
  padding: 7px 2px;
  float: right;
}
@media only screen and (width >=768px) {
  #timekeeper .action-more,
  .timekeeper .action-more {
    padding: 22px 8px;
    float: none;
  }
  #timekeeper .action-more[aria-expanded=true],
  .timekeeper .action-more[aria-expanded=true] {
    background: #ffffff;
  }
}
#timekeeper .action-edit,
#timekeeper .action-delete,
#timekeeper .action-view,
.timekeeper .action-edit,
.timekeeper .action-delete,
.timekeeper .action-view {
  color: rgb(124.9032258065, 46.8387096774, 195.1612903226);
  background: #ffffff;
  padding: 0;
  margin: 0;
}
@media only screen and (width >=768px) {
  #timekeeper .action-edit .button-simple,
  #timekeeper .action-delete .button-simple,
  #timekeeper .action-view .button-simple,
  .timekeeper .action-edit .button-simple,
  .timekeeper .action-delete .button-simple,
  .timekeeper .action-view .button-simple {
    height: 84px;
    margin: 0;
  }
  #timekeeper .action-edit .button-simple .fa-light,
  #timekeeper .action-delete .button-simple .fa-light,
  #timekeeper .action-view .button-simple .fa-light,
  .timekeeper .action-edit .button-simple .fa-light,
  .timekeeper .action-delete .button-simple .fa-light,
  .timekeeper .action-view .button-simple .fa-light {
    font-size: 24px;
  }
}
#timekeeper .time-logged,
.timekeeper .time-logged {
  padding-right: 10px;
  margin-right: 10px;
  border-right: rgb(124.9032258065, 46.8387096774, 195.1612903226) 2px solid;
  min-width: 110px;
}
#timekeeper .time-logged.amount,
.timekeeper .time-logged.amount {
  border-right: none;
}
@media only screen and (width >=768px) {
  #timekeeper .time-logged,
  .timekeeper .time-logged {
    min-width: 150px;
  }
}
#timekeeper .time-period,
.timekeeper .time-period {
  font-size: 1rem;
}
@media only screen and (width >=768px) {
  #timekeeper .time-period,
  .timekeeper .time-period {
    font-size: 1.75rem;
  }
  #timekeeper .time-period .time-type,
  .timekeeper .time-period .time-type {
    font-size: 1rem;
  }
}
#timekeeper .time-period,
#timekeeper .period-summary-text,
.timekeeper .time-period,
.timekeeper .period-summary-text {
  vertical-align: 14px;
  padding-bottom: 10px;
}
@media only screen and (width >=768px) {
  #timekeeper .time-period,
  #timekeeper .period-summary-text,
  .timekeeper .time-period,
  .timekeeper .period-summary-text {
    vertical-align: 20px;
  }
}
@media only screen and (width <= 767px) {
  #timekeeper .entry-hours,
  #timekeeper .break-hours,
  .timekeeper .entry-hours,
  .timekeeper .break-hours {
    font-size: 0.75rem;
  }
}
#timekeeper .time-type,
#timekeeper .break-hours,
.timekeeper .time-type,
.timekeeper .break-hours {
  display: block;
}
#timekeeper .hours-value,
.timekeeper .hours-value {
  font-size: 1rem;
}
@media only screen and (width >=768px) {
  #timekeeper .hours-value,
  .timekeeper .hours-value {
    font-size: 1.75rem;
  }
}
#timekeeper .table-timekeeper-weekly .flex-balance-title,
.timekeeper .table-timekeeper-weekly .flex-balance-title {
  display: inline-block;
  float: right;
}
#timekeeper .table-timekeeper-weekly th.flex-balance-value,
.timekeeper .table-timekeeper-weekly th.flex-balance-value {
  border-left: 8px solid #bdc0c3;
  text-align: right;
}
#timekeeper .table-timekeeper-weekly.table tbody th.flex-balance-value,
.timekeeper .table-timekeeper-weekly.table tbody th.flex-balance-value {
  background-color: #3d4144;
  color: white;
}
#timekeeper .table-timekeeper-weekly tbody > tr > th,
#timekeeper .table-timekeeper-weekly tbody > tr > td,
.timekeeper .table-timekeeper-weekly tbody > tr > th,
.timekeeper .table-timekeeper-weekly tbody > tr > td {
  vertical-align: middle;
}

#payroll-summary h2 {
  margin: 0;
  padding-bottom: 6px;
  padding-top: 10px;
}

#timekeeper-day-selector {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 0;
  position: relative;
}
#timekeeper-day-selector .timekeeper-period-day {
  display: inline-block;
  position: relative;
  width: 100px;
  list-style: none;
  text-align: center;
  transition: all 1000ms ease-in-out;
  border-top: 4px solid rgb(30.5, 32.25, 33.75);
  background: rgb(221.75, 223.5, 225);
}
#timekeeper-day-selector .timekeeper-period-day.has-entries::after {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #7a8187;
  content: "";
}
#timekeeper-day-selector .timekeeper-period-day.has-entries.has-errors::after {
  background-color: #bd2c00;
}
#timekeeper-day-selector .timekeeper-period-day[aria-pressed] {
  background: #7a8187;
  padding: 6px 12px 18px;
  color: #ffffff;
}
#timekeeper-day-selector .timekeeper-period-day[aria-pressed].has-entries::after {
  background: rgb(155.25, 160.5, 165);
}
#timekeeper-day-selector .timekeeper-period-day[aria-pressed].has-entries.has-errors::after {
  background-color: #bd2c00;
}
#timekeeper-day-selector .timekeeper-period-day a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px 18px;
  color: rgb(75, 40, 106.5);
}
#timekeeper-day-selector .timekeeper-period-day a:hover {
  color: rgb(112.5, 60, 159.75);
}

.timekeeper-period-selector .form-item {
  display: block;
}
.timekeeper-period-selector .form-input {
  display: block;
  flex: none;
  text-align: left;
}
.timekeeper-period-selector .form-label {
  text-align: left;
}
.timekeeper-period-selector label.form-label {
  display: inline-block;
  margin-bottom: 10px;
  width: auto;
  padding-top: initial;
}
@media only screen and (width >=768px) {
  .timekeeper-period-selector .formview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .timekeeper-period-selector .period-select a {
    color: #7a8187;
  }
  .timekeeper-period-selector .period-select .fa-light {
    margin-top: -3px;
  }
  .timekeeper-period-selector .period-select select {
    width: 10px;
    flex-basis: 10px;
  }
  .timekeeper-period-selector .form-item2.period-select .select-button-wrap {
    clear: left;
  }
  .timekeeper-period-selector .form-item2.period-select select {
    width: initial;
  }
  .timekeeper-period-selector .formview .form-item-fieldbutton-wrap {
    display: flex;
    flex-wrap: 1;
  }
  .timekeeper-period-selector #timekeeper-period-select.form-input {
    flex-grow: 1;
  }
  .timekeeper-period-selector .form-item {
    flex: 1 0 auto;
  }
  .timekeeper-period-selector .form-item.month-select {
    flex: 0 1 300px;
  }
  .timekeeper-period-selector .form-item.month-select #timekeeper-median-month,
  .timekeeper-period-selector .form-item.month-select #timekeeper-median-filter {
    display: inline-block;
  }
  .timekeeper-period-selector .form-item.month-select #timekeeper-median-month {
    width: calc(100% - 104px);
  }
  .timekeeper-period-selector .form-item.month-select #timekeeper-median-filter {
    margin-left: 0.25em;
  }
  .timekeeper-period-selector .form-item.period-select #timekeeper-action-period-select,
  .timekeeper-period-selector .form-item.period-select #timekeeper-period-select {
    display: inline-block;
    vertical-align: top;
  }
  .timekeeper-period-selector .form-item.period-select #timekeeper-period-select {
    height: 44px;
  }
  .timekeeper-period-selector .form-item.period-select #timekeeper-action-period-select {
    margin-left: 0.25em;
  }
}

.fullscreen .progress {
  top: 0;
}
.fullscreen .notification {
  top: 0;
}
.fullscreen .timesheet-popover {
  display: none;
}

.timekeeper-view-template label.form-label {
  margin-top: 0;
}

@media only screen and (width >=768px) {
  #timekeeper-period {
    position: relative;
  }
  #timekeeper-period .header-actions {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 4px;
    margin-right: -3px;
    padding-top: 10px;
    padding-right: 10px;
  }
}
@media only screen and (width <= 767px) {
  #timekeeper-action-period-select,
  #timekeeper-median-filter,
  #timekeeper-period .header-actions a {
    margin-top: 0.25em;
    width: 100%;
  }
}
#tabDropdownDiv {
  margin-left: 6px;
  opacity: 0;
  transition: visibility 0s, opacity 300ms linear;
}

#tabDropdownSelect {
  width: 0;
  transition: width 300ms linear;
}

#tabMessage {
  font-size: 0.8rem;
  text-align: center;
  transition: visibility 0s, opacity 1000ms linear;
}

#tabDropdownContainer {
  transition: min-height 300ms linear;
}

.vertical-centre {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.error-pointer {
  cursor: pointer;
}

#timekeeper #container.expand,
.timekeeper #container.expand {
  width: auto;
  max-width: 95%;
}
#timekeeper #container.expand #main,
.timekeeper #container.expand #main {
  margin: auto;
  max-width: 95%;
}

#bpa-reports #bpa-report-xml-result-list h1,
#bpa-reports #panel-chart h1 {
  background: none;
  color: rgb(155.25, 160.5, 165);
}
#bpa-reports #bpa-report-xml-result-list header,
#bpa-reports #panel-chart header {
  display: flex;
}
#bpa-reports #bpa-report-xml-result-list header h1,
#bpa-reports #panel-chart header h1 {
  flex: 1 0 auto;
  margin-top: 0;
}
#bpa-reports #bpa-report-xml-result-list header #chart-type-selector,
#bpa-reports #panel-chart header #chart-type-selector {
  flex: 0 1 auto;
}

.chart-type-selectors {
  margin-bottom: 1em;
  text-align: center;
}

[data-pie-series-selector] {
  margin-bottom: 1em;
}
[data-pie-series-selector] .formview .form-label {
  text-align: left;
}

/*
Chart Display Styles
*/
@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: 50% 50%;
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
    transform-origin: 50% 50%;
  }
}
.spin {
  animation-name: spin;
}

.animate {
  transition: all 100ms;
}

.hr-graphing {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.hr-graphing .hr-graph-wrapper {
  display: inline-block;
  vertical-align: top;
  min-height: 500px;
  position: relative;
  padding: 0 30px;
}

.chartable {
  position: relative;
}

.bpa-report .tooltip {
  transition: opacity 300ms ease-in-out;
  opacity: 0;
  position: absolute;
  background: #000000;
  color: #ffffff;
  padding: 12px;
  border-radius: 0;
  width: 150px;
}

.hr-stats-header {
  margin: 0;
}
.hr-stats-header h1 {
  margin: 0;
  margin-bottom: 0.5188rem;
}

.hr-graphing-header {
  display: flex;
}
.hr-graphing-header h2 {
  flex: 2 auto;
  margin: 0;
  line-height: 36px;
  background: transparent;
  text-transform: none;
}

.hr-graphing-group {
  position: relative;
  min-height: 500px;
}
.hr-graphing-group.loading::after {
  position: absolute;
  display: block;
  height: 64px;
  width: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.hr-graphing-group .chart-placeholder {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.bar,
.arc,
.line-anchor {
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.bar {
  shape-rendering: crispEdges;
}

.line-anchor {
  fill: rgb(124.9032258065, 46.8387096774, 195.1612903226);
  stroke: rgb(124.9032258065, 46.8387096774, 195.1612903226);
}

path.area {
  cursor: pointer;
}

.label-group text,
.tick text {
  pointer-events: none;
}

path.line {
  fill: none;
  cursor: pointer;
  stroke-width: 2px;
}

g.axis line,
g.axis path {
  fill: none;
  stroke: #000000;
  shape-rendering: crispEdges;
}

.highlight {
  fill: red;
  stroke: red;
}

.legends {
  padding: 10px;
  margin: 0;
  margin-bottom: -10px;
  background: rgb(124.9032258065, 46.8387096774, 195.1612903226);
}
.legends h3 {
  margin: 0 0 12px;
  padding: 0;
  font-size: 0.625rem;
  background: transparent;
}

.legend-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.legend {
  display: block;
  margin-bottom: 12px;
  vertical-align: top;
  flex: 1 1 20%;
}

.legend-chit {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  float: left;
}

.legend-text {
  color: #ffffff;
  font-size: 0.5rem;
  line-height: 16px;
  padding-right: 6px;
  text-transform: capitalize;
}

.stack-label {
  fill: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.stack-label.behind {
  fill: rgb(124.9032258065, 46.8387096774, 195.1612903226);
}

.column .x.axis .tick text {
  display: none;
}

.bar .y.axis.tick text {
  display: none;
}

/* HR Stats Page Styles */
.hr-graph {
  position: relative;
  overflow: hidden;
}

.hr-graphing-config-group {
  width: 100%;
  height: 90%;
  overflow-y: scroll;
  transition: transform 300ms ease-in-out;
  transform: translateX(101%);
  position: absolute;
  right: 0;
  bottom: 0;
  background: white;
  padding-left: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  border-left: 5px solid rgb(155.25, 160.5, 165);
  z-index: 20;
}
.hr-graphing-config-group.visible {
  transform: translateX(0);
}

/* HR Stats Config Form Styles */
.chart-data-config h3 {
  padding: 12px 20px;
  margin: 0 -20px 12px;
}
.chart-data-config .combobox label {
  width: 100%;
}
.chart-data-config select {
  width: 100%;
}
.chart-data-config .control.radio {
  width: 45%;
  display: inline-block;
  padding: 0;
}

.carousel-wrapper.animate {
  transition: transform 300ms ease-in-out;
}

.carousel-controls {
  padding-right: 5rem;
  width: 100%;
}

button.carousel-control {
  position: absolute;
  width: 36px;
  height: 60px;
  top: 50%;
  padding: 4px;
  transform: translateY(-50%);
  border: none;
  background: none;
}
button.carousel-control span {
  font-size: 2.5rem;
}
button.carousel-control:hover, button.carousel-control:focus, button.carousel-control:active {
  background: transparent;
}
button.carousel-control.prev {
  left: -10px;
}
button.carousel-control.next {
  right: -10px;
}
button.carousel-control .fa-light {
  transition: all 300ms ease-in-out;
  color: rgb(155.25, 160.5, 165);
}
button.carousel-control .fa-light:active, button.carousel-control .fa-light:hover, button.carousel-control .fa-light:focus {
  color: rgb(155.25, 160.5, 165);
}

.hr-graphing-content {
  margin-left: -20px;
  margin-right: -20px;
}

.hr-graphing-chart {
  margin: 0 36px;
  min-height: 450px;
  bottom: 0;
}
@media only screen and (width <= 767px) {
  .hr-graphing-chart {
    margin: 0;
  }
}

.chart-colour-1 {
  fill: #a5524d;
  stroke: #a5524d;
  background: #a5524d;
}

.chart-colour-2 {
  fill: #677f37;
  stroke: #677f37;
  background: #677f37;
}

.chart-colour-3 {
  fill: #e2bc4b;
  stroke: #e2bc4b;
  background: #e2bc4b;
}

.chart-colour-4 {
  fill: #b76929;
  stroke: #b76929;
  background: #b76929;
}

.chart-colour-5 {
  fill: #8c688f;
  stroke: #8c688f;
  background: #8c688f;
}

.chart-colour-6 {
  fill: #7d3223;
  stroke: #7d3223;
  background: #7d3223;
}

.chart-colour-7 {
  fill: #94aea3;
  stroke: #94aea3;
  background: #94aea3;
}

.chart-colour-8 {
  fill: #406991;
  stroke: #406991;
  background: #406991;
}

.chart-colour-9 {
  fill: #a5524d;
  stroke: #a5524d;
  background: #a5524d;
}

.chart-colour-10 {
  fill: #677f37;
  stroke: #677f37;
  background: #677f37;
}

.chart-colour-11 {
  fill: #e2bc4b;
  stroke: #e2bc4b;
  background: #e2bc4b;
}

.chart-colour-12 {
  fill: #b76929;
  stroke: #b76929;
  background: #b76929;
}

@media print {
  .body-footer,
  #overlay,
  .progress,
  .notification,
  .modal,
  .modal-fullscreen,
  #menu-mobile,
  .sheet-overlay,
  #context-search-bar,
  .hidden-xs-down,
  header,
  footer,
  .help {
    display: none;
  }
  #container,
  .main {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  body {
    background-color: #ffffff;
    font-family: serif;
  }
  #bpa-reports {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  #bpa-reports #bpa-report-xml-result-list header h1,
  #bpa-reports header h1.title {
    color: #000000;
  }
  #bpa-reports section.report-selection {
    display: none;
  }
  #bpa-reports header,
  #bpa-reports section.tablelist .formview {
    display: block;
  }
  #bpa-reports section {
    margin: 0;
  }
  #bpa-reports .table-responsive {
    overflow-x: inherit;
  }
  #bpa-reports section.tablelist .formview .form-item,
  #bpa-reports .table-sm th,
  #bpa-reports .table-sm td {
    font-size: 1rem;
    background-color: #ffffff;
    color: #000000;
  }
  #bpa-reports .table-sm th {
    background-color: #eeeeee;
  }
  #bpa-reports section.tablelist .formview {
    display: table;
  }
  #bpa-reports section.tablelist .formview .form-item {
    display: table-row;
  }
  #bpa-reports section.tablelist .formview .form-item .form-label,
  #bpa-reports section.tablelist .formview .form-item dfn {
    display: table-cell;
    padding-right: 1rem;
  }
  #bpa-reports section.image img {
    max-width: 100%;
  }
  #bpa-reports #chart-type-selector,
  #bpa-reports .chart-data-source,
  #bpa-reports nav.tablist {
    display: none;
  }
  #bpa-reports div.tabpanels div:first-child,
  #bpa-reports div.tabpanels #bpa-report-xml-result-list header,
  #bpa-reports div.tabpanels section.tablelist:first-child,
  #bpa-reports div.tabpanels div#panel-table {
    display: block !important;
  }
}
/* Misc Details */
/* These mixins were deprecated in Bootstrap 5
    Originally added during our alphas and maintained during betas, this mixin was
    designed to prevent `:hover` stickiness on iOS-an issue where hover styles
    would persist after initial touch.

    For backward compatibility, we've kept these mixins and updated them to
    always return their regular pseudo-classes instead of a shimmed media query.

    Issue: https://github.com/twbs/bootstrap/issues/25195 
*/
.list-group-item-link {
  color: rgb(24.4, 25.8, 27);
  font-weight: 300;
}
.list-group-item-link:hover, .list-group-item-link:focus {
  color: rgb(24.4, 25.8, 27) !important;
  background-color: #eddefb !important;
  border-radius: 0.25rem !important;
  outline: none;
}

/* ESS extra */
label.custom-file-label {
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
}

/* Sticky labels */
.label-float {
  opacity: 0.65 !important;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) !important;
}

.label-normal {
  opacity: 1 !important;
  transform: none !important;
}

.text-muted {
  color: rgba(0, 0, 0, 0.55) !important;
}

.flatpickr-input[readonly] {
  cursor: text;
}

@media (width >= 768px) and (width <= 834px) {
  #logo {
    max-width: 120px;
  }
}
/* ESS CSS to be Loaded Last */
body {
  overflow-x: inherit !important;
  -webkit-overflow-scrolling: auto !important;
}

a:hover {
  text-decoration: none;
}

.table-clickable-row:hover td.document a {
  color: white;
}
.table-clickable-row:hover td.document a:hover {
  color: white;
}
/*# sourceMappingURL=aurion-ui-ess.css.map */
