﻿@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
.animation-element.fade-in-slow {
  opacity: 0;
  -webkit-transition: all 2.4s ease-out;
  -moz-transition: all 2.4s ease-out;
  -o-transition: all 2.4s ease-out;
  transition: all 2.4s ease-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.fade-in-medium {
  opacity: 0;
  -webkit-transition: all 2.1s ease-out;
  -moz-transition: all 2.1s ease-out;
  -o-transition: all 2.1s ease-out;
  transition: all 2.1s ease-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.fade-in-fast {
  opacity: 0;
  -webkit-transition: all 1.8s ease-out;
  -moz-transition: all 1.8s ease-out;
  -o-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.slide-in-right-slow {
  opacity: 0;
  -webkit-transition: all 1.4s ease-out;
  -moz-transition: all 1.4s ease-out;
  -o-transition: all 1.4s ease-out;
  transition: all 1.4s ease-out;
  -webkit-transform: translate3d(-750px, 0px, 0px);
  -moz-transform: translate3d(-750px, 0px, 0px);
  -o-transform: translate3d(-750px, 0px, 0px);
  transform: translate3d(-750px, 0px, 0px); }

.animation-element.slide-in-right-medium {
  opacity: 0;
  -webkit-transition: all 1.1s ease-out;
  -moz-transition: all 1.1s ease-out;
  -o-transition: all 1.1s ease-out;
  transition: all 1.1s ease-out;
  -webkit-transform: translate3d(-150px, 0px, 0px);
  -moz-transform: translate3d(-150px, 0px, 0px);
  -o-transform: translate3d(-150px, 0px, 0px);
  transform: translate3d(-150px, 0px, 0px); }

.animation-element.slide-in-left-medium {
  opacity: 0;
  -webkit-transition: all 1.1s ease-out;
  -moz-transition: all 1.1s ease-out;
  -o-transition: all 1.1s ease-out;
  transition: all 1.1s ease-out;
  -webkit-transform: translate3d(150px, 0px, 0px);
  -moz-transform: translate3d(150px, 0px, 0px);
  -o-transform: translate3d(150px, 0px, 0px);
  transform: translate3d(150px, 0px, 0px); }

.animation-element.slide-in-right-fast {
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: translate3d(-750px, 0px, 0px);
  -moz-transform: translate3d(-750px, 0px, 0px);
  -o-transform: translate3d(-750px, 0px, 0px);
  transform: translate3d(-750px, 0px, 0px); }

.animation-element.slide-up-slow {
  opacity: 0;
  -webkit-transition: all 1.4s ease-out;
  -moz-transition: all 1.4s ease-out;
  -o-transition: all 1.4s ease-out;
  transition: all 1.4s ease-out;
  -webkit-transform: translate3d(0px, 150px, 0px);
  -moz-transform: translate3d(0px, 150px, 0px);
  -o-transform: translate3d(0px, 150px, 0px);
  transform: translate3d(0px, 150px, 0px); }

.animation-element.fade-in-slow.in-view,
.animation-element.fade-in-medium.in-view,
.animation-element.fade-in-fast.in-view,
.animation-element.slide-in-right-slow.in-view,
.animation-element.slide-in-right-medium.in-view,
.animation-element.slide-in-right-fast.in-view,
.animation-element.slide-in-left-slow.in-view,
.animation-element.slide-in-left-medium.in-view,
.animation-element.slide-in-left-fast.in-view,
.animation-element.slide-up-slow.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/*.delayed-show.in-view {    
    @include animation('show-me-after-delay 1s 4s 1 forwards');
}*/
html {
  scroll-behavior: smooth; }

body {
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff; }
  body label {
    line-height: 18px; }

.body-content .logo {
  width: 100px; }

[type='text'], select, [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  font-size: 14px; }

.container {
  position: relative;
  padding-top: 8px; }

.container.body-content h1, .container.body-content h2 {
  text-shadow: 1px 1px 1px gray; }

.container.body-content h1 {
  font-size: 40px; }
  .container.body-content h1.module-title {
    margin-bottom: 1rem; }

.container.body-content h2 {
  font-size: 30px; }

@media screen and (min-width: 64em) {
  .container.body-content {
    padding-left: 20px;
    padding-right: 20px; } }

.extendable-table-container {
  width: 100%;
  overflow-x: auto; }
  .extendable-table-container table {
    white-space: nowrap;
    width: auto;
    /* Allows natural width to be used */
    table-layout: fixed;
    /* Ensures widths are enforced */ }
    .extendable-table-container table td.small-field {
      min-width: 120px; }
    .extendable-table-container table td.medium-field {
      min-width: 200px; }
    .extendable-table-container table td.large-field {
      min-width: 300px; }

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 130px;
  margin-top: 2rem;
  background-color: #1A2933;
  color: white; }
  @media screen and (min-width: 64em) {
    footer {
      padding-left: 50px;
      padding-right: 50px; } }

.is-test-system footer {
  background-color: fuchsia; }

.red {
  background-color: red; }

.color-red {
  color: red; }

.test {
  font-weight: bold; }

header.site-header, .top-bar, .top-bar ul, .title-bar, .off-canvas {
  background-color: #1A2933;
  color: white; }
  header.site-header a, .top-bar a, .top-bar ul a, .title-bar a, .off-canvas a {
    color: white; }
    header.site-header a:hover, .top-bar a:hover, .top-bar ul a:hover, .title-bar a:hover, .off-canvas a:hover {
      color: #d9d9d9; }

.is-test-system header.site-header, .is-test-system .top-bar, .is-test-system .top-bar ul, .is-test-system .title-bar, .is-test-system .off-canvas {
  background-color: fuchsia; }

label {
  padding-top: 0.2rem;
  font-weight: bold; }

.field-validation-error {
  color: red;
  float: left;
  font-size: 90%;
  margin-top: 0;
  margin-bottom: 1rem;
  width: 100%; }
  @media screen and (max-width: 39.9375em) {
    .field-validation-error {
      width: 100%; } }

[type='text'], select, [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  margin-bottom: 0.51rem;
  display: inline-block; }

i.instruction {
  font-size: 75%;
  margin-top: -5px;
  margin-bottom: 15px;
  display: block; }

.form-control.short, input.datefield {
  width: 120px; }

@media screen and (min-width: 64em) {
  .form-control.medium {
    max-width: 50%; } }

.add-child {
  margin-bottom: 1rem; }

.save-area .button {
  margin-top: 1rem;
  margin-bottom: 8px; }

.go-back {
  margin-bottom: 1rem; }

.form-group .cell .readonly-item {
  min-height: 30px;
  padding: 7px;
  border: 1px solid #eee;
  margin-bottom: 8px;
  color: #888; }

.form-group .fas {
  font-size: 1.3rem;
  float: right;
  margin-top: 5px; }

.form-group p.maplink {
  margin-top: -13px; }

.mandatory-flag {
  color: red;
  font-size: 60%;
  position: absolute;
  padding-left: 3px; }

.reveal h6 {
  font-weight: bold; }

.reveal a {
  /*font-size: 1rem;
        line-height: 1.4rem;
        display: block;
        margin: 10px 0 0px 0;*/ }

footer {
  padding-top: 0.5rem; }
  footer .our-logo {
    float: left;
    margin-right: 1rem;
    height: 80px; }

h1 {
  font-size: 2em; }

/*h1::before {
    width: 1em;
    height: 1em;
    display: inline-block;
    content: "\2630";
    margin-right: 10px;
    color: #ccc;
}
h1::after {
    width: 1em;
    height: 1em;
    display: inline-block;
    content: "\2630";    
    margin-left: 10px;
    color:#ccc;
}

h2::before {
    width: 1em;
    height: 1em;
    display: inline-block;
    content: "\2630";
    margin-right: 10px;
    color: #ccc;
}

h2::after {
    width: 1em;
    height: 1em;
    display: inline-block;
    content: "\2630";
    margin-left: 10px;
    color: #ccc;
}*/
#loginForm label {
  font-size: 1rem !important;
  margin-bottom: 0.5rem; }

ul.home-menu {
  margin-left: 0;
  list-style: none; }
  ul.home-menu a {
    min-width: 300px; }

.admin-user-row {
  font-size: 75%;
  color: red; }

table.unstriped tbody tr.disabled-user-row {
  background-color: #ddd; }

.welcome-fullname {
  margin-bottom: 1rem; }

.validation-summary-errors {
  background-color: red;
  color: white;
  padding: 1rem 1rem 0.25rem 1.5rem;
  margin-bottom: 1.5rem; }
  .validation-summary-errors ul {
    list-style: none;
    margin-left: 0; }

input[type="checkbox"] {
  margin-top: 0.3rem;
  transform: scale(1.3, 1.3); }

.fa-check-square,
.fa-check,
.fa-edit,
.fa-trash-alt,
.fa-key {
  font-size: 125%; }

.text-button {
  /*font-size:85%;
    text-transform:uppercase;*/ }

table.edit-mode .data-value.sortorder:before {
  content: "\f0dc";
  /* >> Name of the FA free font (mandatory), e.g.:
               - 'Font Awesome 5 Free' for Regular and Solid symbols;
               - 'Font Awesome 5 Pro' for Regular and Solid symbols (Professional License);
               - 'Font Awesome 5 Brand' for Brands symbols. */
  font-family: 'Font Awesome 5 Free';
  /* >> Weight of the font (mandatory):
               - 400 for Regular and Brands symbols;
               - 900 for Solid symbols;
               - 300 for Light symbols. */
  font-weight: 900;
  display: inline-block;
  padding-right: 5px; }

.static-header {
  border-bottom: 1px dotted #888;
  display: inline-block;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem; }

.small-label {
  font-size: 80%;
  line-height: 1; }

.odd-row {
  /*background-color:#eee;*/ }

.form-group.striped {
  padding: 15px 10px 5px 10px;
  border-bottom: 1px solid #ddd !important; }
  .form-group.striped.incomplete {
    border-left: 2px solid red !important;
    background-color: #ffe6e6; }

.attachment-status-ok {
  background-color: green;
  color: white;
  border-radius: 50%;
  padding: 2px 3px; }

.attachment-status-warning {
  background-color: #FF5500;
  font-weight: bold;
  color: white;
  padding: 2px 4px; }

table .small.button {
  margin-bottom: 0; }

table tr.locked a .fas {
  display: none; }

.pillar-container {
  width: 100%; }
  .pillar-container .pillar {
    max-width: 900px; }

.pillar-container-footer {
  position: absolute; }

.shorten {
  width: 90%; }

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
  background-color: #efefef;
  cursor: not-allowed; }

.header-field {
  background-color: #eee;
  padding: 5px 10px;
  border: 1px solid #ccc; }
  .header-field:not(:last-child) {
    margin-right: 10px; }

.boxed-field {
  background-color: #eee;
  padding: 5px 10px;
  border: 1px solid #ccc; }

.validated-area {
  font-size: 94%; }

input#PostCode {
  max-width: 120px; }

.shading {
  background-color: white;
  padding: 1rem; }
  .shading [type='file'], .shading [type='checkbox'], .shading [type='radio'] {
    margin-bottom: 0; }

.acme {
  font-family: 'Acme', sans-serif; }

h1.acme {
  font-size: 400%; }

.container .splash-area h2 {
  font-size: 160%;
  padding-left: 4px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1; }

hr {
  max-width: none; }

.large-textarea {
  height: 400px;
  /* Adjust this value as needed */ }

.form-group .instruction {
  font-size: 90%;
  font-style: italic;
  margin-top: -8px;
  margin-bottom: 10px; }

.fa-bigger {
  font-size: 120%; }

.courier {
  font-family: 'Courier New'; }

.number-circle {
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 90%;
  line-height: 1;
  padding: 8px 3px;
  background: crimson;
  color: white !important;
  text-align: center;
  float: left;
  font-weight: bold; }
  .number-circle:hover {
    background: #ad102f;
    cursor: pointer; }
  .number-circle.text-center {
    float: none;
    margin: auto; }
  .number-circle.green {
    background-color: olivedrab; }
    .number-circle.green:hover {
      background: #4c6519; }

.disabled-number-circle {
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 90%;
  line-height: 1;
  padding: 8px 3px;
  background: #ccc;
  text-align: center;
  float: right;
  font-weight: bold; }
  .disabled-number-circle.text-center {
    float: none;
    margin: auto; }

.expected-duration {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold; }

#ToggleHeaderContainer {
  background-color: red;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: 10px;
  border-radius: 0px 0px 8px 8px;
  font-size: 80%;
  color: #eee; }
  #ToggleHeaderContainer i {
    font-size: 120%; }
  #ToggleHeaderContainer #ToggleHeader {
    padding: 3px 8px; }
  #ToggleHeaderContainer:hover {
    cursor: pointer;
    background-color: #ff3333; }

.microsoft-id {
  position: absolute;
  top: 10px;
  right: 0px;
  font-family: 'Courier New';
  font-size: 11px;
  border: 1px solid gray;
  background-color: #ddd;
  padding: 2px 3px; }

.over-hr {
  padding-bottom: 5px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc; }

.pseudo-tab {
  display: inline-block;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 4px 16px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 13px;
  font-weight: bold; }

.pseudo-tab-wrapper {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem; }

.pink {
  background-color: #ffb6c1;
  font-weight: bold; }

.blue {
  background-color: #99ccff;
  font-weight: bold; }

.green {
  background-color: #9fe2bf;
  font-weight: bold; }

.purple {
  background-color: #cba6f7;
  font-weight: bold; }

.employment-radio {
  margin-bottom: 11px; }
  .employment-radio label {
    padding: 5px 10px; }

#EmploymentPeriodTable tr.is-current {
  background-color: honeydew; }

.clearable {
  position: relative;
  display: inline-block; }

.clearable input {
  padding-right: 24px; }

.clearable .clear-button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #999; }

.employer1-bgcolor {
  background-color: #ffb6c1; }

.employer2-bgcolor {
  background-color: #99ccff; }

.employer3-bgcolor {
  background-color: #9fe2bf; }

.worksfor1-bgcolor {
  background-color: #ffb6c1; }

.worksfor2-bgcolor {
  background-color: #99ccff; }

.worksfor3-bgcolor {
  background-color: #cba6f7; }

.pseudo-anchor {
  cursor: pointer;
  color: #1779ba; }
  .pseudo-anchor:hover {
    color: #115b8d; }

.monospace {
  font-family: monospace; }

.monospace a,
.monospace a.button {
  font-family: Raleway, Helvetica, Arial, sans-serif; }

.subtitle-link {
  font-weight: 900;
  font-size: 80%;
  display: block; }

form.dropzone {
  border: 2px dotted #aaa;
  margin-bottom: 1rem;
  min-height: 2rem; }
  form.dropzone.logofilename {
    padding: 3rem; }

.ui-tooltip-content ul {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0; }

.inline-label {
  display: flex;
  align-items: center;
  gap: 0.5rem; }

.inline-label input[type="checkbox"] {
  margin: 0; }

.policies-grid .square.neutral {
  background-color: red; }
  .policies-grid .square.neutral:hover {
    background-color: #ff3333; }

@font-face {
  font-family: 'ecl';
  src: url("fonts/ecl.eot?op0onb");
  src: url("fonts/ecl.eot?op0onb#iefix") format("embedded-opentype"), url("fonts/ecl.ttf?op0onb") format("truetype"), url("fonts/ecl.woff?op0onb") format("woff"), url("fonts/ecl.svg?op0onb#ecl") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ecl' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-nitro:before {
  content: "\e903"; }

.icon-threecx:before {
  content: "\e902"; }

.icon-usecure:before {
  content: "\e901"; }

.icon-mp:before {
  content: "\e900"; }

table.unstriped {
  border-top: 1px solid #ddd !important; }
  table.unstriped thead, table.unstriped tbody, table.unstriped tfoot {
    border: none; }
  table.unstriped th {
    font-weight: bold;
    align-content: center; }
  table.unstriped tr {
    border-bottom: 1px solid #ddd !important; }
  table.unstriped tr.course-completed {
    background-color: palegreen; }

td.empty, th.empty, tr.empty {
  background-color: white;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white; }

td.border-left, th.border-left, tr.border-left {
  border-left: 1px double #ddd !important; }

td.border-right, th.border-right, tr.border-right {
  border-right: 1px double #ddd !important; }

thead th {
  text-align: center; }

th.verbose {
  font-size: 80%;
  line-height: 1; }

td.status-green {
  color: #1bb01b; }

table.groundops-dashboard tr.green {
  background-color: #d7ffd7; }

table .fa-circle-check {
  color: dimgray;
  font-size: 125%; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0; }

#main-wrapper {
  box-sizing: border-box;
  min-height: 100%;
  padding: 0 0 100px;
  position: relative; }

footer {
  bottom: 0;
  height: 130px;
  left: 0;
  position: absolute;
  width: 100%; }

/* Small only */
/* Medium and up */
/* Large and up */
/* Medium only */
/* Large only */
.square-container {
  display: flex;
  flex-wrap: wrap; }

.square {
  position: relative;
  flex-basis: calc(50% - 10px);
  margin: 5px;
  background-color: #1779ba;
  box-sizing: border-box; }
  .square .grid-x .small-12 {
    padding: 10px; }
  .square:hover {
    background-color: #2196e3; }
  .square.raw {
    background-color: transparent;
    border: 1px solid #ddd; }
    .square.raw:hover {
      background-color: #f8dbdb;
      color: #000; }
    .square.raw img {
      padding: 2rem; }
    .square.raw h4 {
      color: #444;
      margin: auto; }
      .square.raw h4:hover {
        background-color: #f8dbdb;
        color: #000; }
  .square a {
    color: white !important; }
  @media screen and (min-width: 40em) {
    .square {
      flex-basis: calc(25% - 10px); } }
  @media screen and (min-width: 64em) {
    .square {
      flex-basis: calc(16.66666666666% - 10px); } }
  .square i.x-icon {
    font-size: 3rem;
    line-height: 4rem; }

.square.black {
  background-color: #1779ba; }
  .square.black:hover {
    background-color: #2196e3; }

.square.neutral {
  background-color: #1779ba; }
  .square.neutral:hover {
    background-color: #2196e3; }

.square.disabled {
  background-color: #aaa; }
  .square.disabled:hover {
    background-color: #aaa; }

.square::before {
  content: '';
  display: block;
  padding-top: 100%; }

.square .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  /* added for centered text */
  justify-content: center;
  /* added for centered text */
  align-items: center;
  /* added for centered text */ }

h4 {
  line-height: 1; }

.button.neutral {
  background-color: #1779ba; }
  .button.neutral:hover {
    background-color: #2196e3; }

.ecl.x-icon,
i.x-icon {
  font-size: 4rem;
  line-height: 4rem; }

.ecl.inline {
  display: inline; }

#spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #1779ba;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 2s linear infinite;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 10px;
  vertical-align: middle; }

.tr-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #1779ba;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 2s linear infinite;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 10px;
  vertical-align: middle; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.switch {
  /*height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    
    color: #fefefe;*/
  /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
  font-weight: normal; }

.switch-inactive {
  right: 10%; }

.switch-paddle:not(.allow-neutral) {
  background: #1779ba; }

input:checked ~ .switch-paddle {
  background: #1779ba; }

.switch.large .switch-paddle {
  width: 8rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 5.75rem; }

#SwitchRaw {
  display: none; }

#SwitchableContainer {
  overflow: hidden;
  position: relative; }

label.switch-paddle[for="ViaPAYESwitcher"] .switch-active {
  display: block !important; }

#SlideContainer .slide-timings {
  font-weight: bold; }

#SlideContainer #CurrentSlideNo, #SlideContainer #TotalSlideNo {
  font-size: 115%; }

#SlideContainer .progress-bar {
  width: 100%;
  height: 20px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  position: relative; }

#SlideContainer .progress {
  width: 0;
  height: 100%;
  background-color: green;
  position: absolute;
  top: 0;
  left: 0; }

#SlideContainer #SlideFooterPanel {
  margin-top: 5px; }

#SlidePanel .panel-partial {
  padding: 0 0rem;
  background-color: #e8f4f8; }

#SlidePanel h2 {
  padding-top: 1rem; }

#SlidePanel #SlideBody {
  padding: 0.5rem;
  font-size: 1.2rem; }

#SlidePanel .pdf-container {
  margin-top: 1rem;
  width: 100%;
  height: 100vh; }

#SlidePanel .mp4-container {
  margin-top: 1rem;
  width: 100%;
  height: 70vh; }

#SlideNavigation {
  min-height: 100px; }
  #SlideNavigation .cell {
    position: relative; }
  #SlideNavigation i.fa-solid.available {
    color: #1779ba;
    cursor: pointer; }
  #SlideNavigation #NextSlide {
    color: #ddd;
    position: absolute;
    right: 7px;
    top: 7px; }
    #SlideNavigation #NextSlide.available {
      color: #1779ba; }
  #SlideNavigation #PrevSlide {
    position: absolute;
    left: 7px;
    top: 7px; }

#Timed {
  position: absolute;
  right: 0; }

.base-timer {
  position: relative;
  width: 70px;
  height: 70px; }

.base-timer__svg {
  transform: scaleX(-1); }

.base-timer__circle {
  fill: none;
  stroke: none; }

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: #1779ba; }

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: #1779ba; }

.advisory-note {
  display: block;
  text-transform: uppercase; }

#QuizPanel {
  padding: 0 1rem;
  background-image: url("images/q-bg.png");
  min-height: 400px; }
  #QuizPanel div.question-text {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem; }
  #QuizPanel input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    vertical-align: top; }
  #QuizPanel input[type="radio"]:checked + label {
    background-color: #bfe1f7;
    border-color: #007bff; }
  #QuizPanel .answer .answer-text {
    font-weight: 100; }
  #QuizPanel .answer label {
    padding: 2px 10px 5px 10px; }

#QuizResultsPanel .ring-chart {
  width: 200px;
  height: 200px; }

#QuizResultsPanel .background {
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 3.2; }

#QuizResultsPanel .progress {
  fill: none;
  stroke: #4CAF50;
  stroke-width: 3.2;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: center;
  transition: stroke-dasharray 1s ease-in-out; }

#QuizResultsPanel .center {
  fill: white; }

#QuizResultsPanel .score {
  font-size: 10px;
  font-weight: bold;
  fill: #444; }

#ProgressArea {
  margin: 20px 0; }

.progress-bar-container {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden; }

.progress-bar {
  height: 20px;
  width: 0;
  background-color: darkseagreen;
  text-align: center;
  color: green;
  line-height: 20px;
  border-radius: 5px 0 0 5px; }

.progress-text {
  text-align: center;
  margin-top: 10px; }

.review-incorrect-answers .answer {
  display: inline-block;
  padding: 5px 2px; }

.review-incorrect-answers .submitted-answer-correction {
  color: #001a00;
  background-color: #1aff1a;
  font-weight: bold; }

.review-incorrect-answers .submitted-answer-wrong {
  text-decoration: line-through;
  background-color: #ff9999; }

#InvoiceTable tr td:first-child, #InvoiceSummaryTable tr td:first-child {
  font-weight: bold; }

#InvoiceTable tr td:nth-child(2), #InvoiceTable tr td:nth-child(3), #InvoiceTable tr td:nth-child(4), #InvoiceSummaryTable tr td:nth-child(2), #InvoiceSummaryTable tr td:nth-child(3), #InvoiceSummaryTable tr td:nth-child(4) {
  font-size: 110%; }
  #InvoiceTable tr td:nth-child(2) a, #InvoiceTable tr td:nth-child(3) a, #InvoiceTable tr td:nth-child(4) a, #InvoiceSummaryTable tr td:nth-child(2) a, #InvoiceSummaryTable tr td:nth-child(3) a, #InvoiceSummaryTable tr td:nth-child(4) a {
    padding: 3px 5px;
    display: block;
    font-weight: bold; }
    #InvoiceTable tr td:nth-child(2) a:hover, #InvoiceTable tr td:nth-child(3) a:hover, #InvoiceTable tr td:nth-child(4) a:hover, #InvoiceSummaryTable tr td:nth-child(2) a:hover, #InvoiceSummaryTable tr td:nth-child(3) a:hover, #InvoiceSummaryTable tr td:nth-child(4) a:hover {
      text-decoration: underline; }

#InvoiceSummaryTable {
  width: 50%;
  float: right;
  font-size: 110%; }
  #InvoiceSummaryTable .total-row {
    font-size: 130%; }

#InvoiceLineItemsPanel table th.shaded, #InvoiceLineItemPanelContainer table th.shaded {
  background-color: #bdffff !important; }

#InvoiceLineItemsPanel table td.shaded, #InvoiceLineItemPanelContainer table td.shaded {
  background-color: azure !important; }

tr.new-trip {
  border-top: 3px solid black; }

td.same-trip {
  position: relative; }

td.same-trip::after {
  /*content: "";
    position: absolute;
    top: -11.5px;
    right: -11.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent red;
        */ }

input.flatpickr-input {
  background-color: white; }

#CurrencyPeriodTable {
  max-width: 300px; }

#RankPeriodTable {
  max-width: 400px; }

#CityPeriodTable {
  max-width: 500px; }

.approve-invoice i {
  color: #eee;
  font-size: 150%; }

.approve-invoice.is-approved i {
  color: forestgreen; }

table.unstriped tr.expired {
  background-color: #ddd; }

form.dropzone {
  border: 2px dotted #aaa;
  margin-bottom: 1rem;
  min-height: unset; }

table.trip-documents tbody {
  font-family: monospace;
  white-space: nowrap; }
  table.trip-documents tbody tr.is-current {
    background-color: palegreen;
    border: 2px solid #5df95d;
    border-bottom: 2px solid #5df95d !important;
    font-weight: bold; }
  table.trip-documents tbody a {
    color: #333;
    text-decoration: underline; }

.status-empty {
  color: #ddd; }

td img.avatar {
  width: 40px;
  border-radius: 50%; }

.teaser-title {
  letter-spacing: 10px;
  margin-bottom: 1rem;
  color: #444; }

img.video-still {
  border: 9px solid #ddd; }

.newsprint {
  padding: 3rem;
  background: url("images/newsprint.png"); }

.department-page {
  padding: 3rem 1.5rem;
  background-color: #e8f3f7; }

.ithelp {
  background-color: #e8f3f7;
  padding-bottom: 5rem; }
  .ithelp img.dept-help {
    width: 75%;
    max-width: 200px;
    border: 2px solid #0088bf;
    border-radius: 50%;
    background-color: #00648C;
    padding: 1.5rem; }
    .ithelp img.dept-help:hover {
      background-color: #004059; }
  .ithelp .dept-help-title {
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .ithelp .teaser-title {
    padding-top: 3rem;
    margin-bottom: 3rem; }

.whistleblowing {
  padding-top: 4rem; }
  .whistleblowing .poster-text {
    font-weight: bold;
    font-size: 120%; }
  .whistleblowing .whistle-cta {
    color: white;
    background-color: black;
    padding: 10px 20px; }
    .whistleblowing .whistle-cta a {
      color: white;
      text-decoration: underline; }

#videoModal {
  width: 510px;
  height: 884px;
  overflow: hidden;
  position: relative; }
  #videoModal iframe {
    width: 100% !important;
    height: 100%; }
  #videoModal a.close-button {
    top: -4px;
    right: 0; }
  @media screen and (max-width: 64em) {
    #videoModal {
      width: 100vw;
      height: 100vh; } }

@media screen and (max-width: 64em) {
  .reveal .video {
    width: 80%;
    height: auto;
    max-height: 80vh;
    /* prevent it from overflowing vertically */
    display: block;
    margin: 0 auto; } }

.upcoming-events p {
  color: #444;
  margin-bottom: 0; }

.upcoming-events .event-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }

.upcoming-events h4 {
  padding-top: 1px;
  color: #333; }

.upcoming-events .upcoming-events h4 {
  margin-bottom: 10px; }

.upcoming-events .event-title {
  font-weight: 600;
  margin-bottom: 0.3rem; }

.upcoming-events .event-date,
.upcoming-events .event-location {
  color: #555;
  margin-bottom: 0.25rem; }

.qa-entry {
  margin-bottom: 2rem;
  border-left: 5px solid #2199e8;
  padding-left: 1rem; }
  .qa-entry .label.warning {
    font-size: 13px;
    padding: 9px 12px; }

.qa-entry h4 {
  margin-bottom: 0.5rem; }

.qa-question p,
.qa-answer p {
  margin-bottom: 1.5rem; }

.qa-answer {
  border-top: 1px solid #ddd;
  padding-top: 2rem;
  margin-top: 0.5rem; }

.label {
  margin-bottom: 0.5rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 80%; }

.qa-question p {
  font-style: italic; }

.chyron {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #222;
  color: #fff;
  font-size: 1rem;
  font-family: sans-serif;
  overflow: hidden;
  z-index: 9999;
  height: 2.5rem;
  display: flex;
  align-items: center; }

.chyron-text {
  white-space: nowrap;
  padding-left: 100%;
  display: inline-block;
  animation: chyron-scroll 20s linear infinite; }

.fa-25x {
  font-size: 150%; }

.team-card {
  padding: 1.25rem; }

.team-photo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: block;
  margin: 0 auto .75rem; }

.team-name {
  font-weight: 700;
  font-size: 1.1rem; }

.team-role {
  font-size: .9rem;
  opacity: .8;
  margin-bottom: .5rem; }

.team-actions a {
  display: inline-block;
  margin: 0 .4rem;
  font-size: 1.1rem; }

@keyframes chyron-scroll {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }

img.under-teaser {
  width: 100px; }

.video-wrapper {
  position: relative;
  display: inline-block; }

.video-still {
  display: block;
  width: 100%;
  height: auto; }

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  /* adjust size as needed */
  height: 90px;
  transform: translate(-50%, -50%);
  animation: bounce-play 0.5s ease infinite;
  animation-delay: 0s;
  pointer-events: none; }

@keyframes bounce-play {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1); }
  50% {
    transform: translate(-50%, -60%) scale(1.1); } }

/* Stop the bounce after 3 seconds */
.play-button {
  animation-play-state: running;
  animation-iteration-count: 6;
  /* 6 x 0.5s = 3 seconds */ }

.tox-tinymce {
  margin-bottom: 1rem; }

.tox-promotion, .tox-statusbar__branding {
  display: none; }

.set-permissions .selectable-table tbody tr.selected {
  background-color: cornflowerblue; }

.set-permissions .selectable-table tbody tr:hover {
  cursor: pointer; }

.set-permissions .selectable-table {
  font-size: 90%;
  border: 1px solid #ddd; }
  .set-permissions .selectable-table td {
    padding: 2px; }
  .set-permissions .selectable-table tr.source-department {
    background-color: #E6E6FA; }
  .set-permissions .selectable-table tr.source-jobtitle {
    background-color: #EEE8AA; }

.set-permissions .legend i.department {
  color: #E6E6FA; }

.set-permissions .legend i.jobtitle {
  color: #EEE8AA; }

.set-permissions thead .fa-circle-check {
  color: limegreen; }

.permitted-panel table tbody {
  min-height: 50px;
  border: 1px dashed #ccc; }

.permitted-panel .selectable-table tbody {
  min-height: 100px;
  border: 1px dashed #bbb; }

.drop-hover {
  background-color: #eef; }

.source-panel {
  max-height: 80vh;
  overflow-y: auto;
  border: 1px solid #ccc; }

.permitted-panel .selectable-table tbody {
  display: block;
  min-height: 120px;
  /* or whatever feels right */
  border: 1px dashed #999;
  background: #fafafa; }

.permitted-panel .selectable-table {
  width: 100%; }

.permitted-panel .selectable-table thead,
.permitted-panel .selectable-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed; }

.drop-hover {
  background: #eef; }

.explanatory-panel .title {
  font-size: 150%;
  font-weight: bold;
  font-style: italic; }
