﻿:root {
  --colour-1: #fef9ef; /*puttyish*/
  --colour-2: #f7e37c; /*yellowish*/
  --colour-3: #fe6d73; /*redish*/
  --colour-4: #03657c; /*dark blueygreenish*/
  --colour-5: #2e2d2c; /*blackish*/
  --colour-6: #777777; /*charcoaly*/
  --colour-contrast-1: #319b96; /*light blueygreenish*/
  --colour-contrast-2: #00afb9; /*lighter blueygreenish*/
  --colour-contrast-3: #3cd6d2; /*even lighter blueygreenish*/
  --colour-contrast-4: #83f2ef; /*even lighter(!) blueygreenish*/
  --colour-shade-light: #d9e0e3;
  --colour-shade-dark: #cecece;
  --colour-dark-blue: #002f43;
  --colour-putty: #a39383;
  --colour-red: #ea251b;
  --colour-black: #000000;
  --colour-yellow: #ffec36;
  --colour-green: #00b451;
  --colour-mid-blue: #00a0df;
  --colour-mid-blue-light: #90c7dd;
  --colour-orange: #f05c22;
  --colour-orange-light: #ffd8c9;
  --colour-grey: #cccccc;
  --colour-light-grey: #eeeeee;
  --colour-dark-grey: #999999;
  --colour-red-light: #f0928d;
  --colour-red-dark: #97251b;
  --colour-yellow-light: #fff69b;
  --colour-yellow-dark: #91861f;
  --colour-mid-blue-light: #80d0ef;
  --colour-mid-blue-dark: #00597a;
  --colour-green-light: #80daa8;
  --colour-green-dark: #005627;
  --colour-dark-blue-15: rgba(0,47,67,0.15);
  --colour-dark-blue-25: rgba(0,47,67,0.25);
  --colour-dark-blue-50: rgba(0,47,67,0.50);
  --colour-dark-blue-75: rgba(0,47,67,0.75);
  --colour-putty-15: rgba(163,147,131,0.15);
  --colour-putty-25: rgba(163,147,131,0.25);
  --colour-putty-50: rgba(163,147,131,0.50);
  --colour-putty-75: rgba(163,147,131,0.75);
  --colour-red-15: rgba(225,37,27,0.15);
  --colour-red-25: rgba(225,37,27,0.25);
  --colour-red-50: rgba(225,37,27,0.50);
  --colour-red-75: rgba(225,37,27,0.75);
  --colour-black-15: rgba(0,0,0,0.15);
  --colour-black--25: rgba(0,0,0,0.25);
  --colour-black--50: rgba(0,0,0,0.50);
  --colour-black--75: rgba(0,0,0,0.75);
  --colour-yellow-15: rgba(255,236,54,0.15);
  --colour-yellow-25: rgba(255,236,54,0.25);
  --colour-yellow-50: rgba(255,236,54,0.50);
  --colour-yellow-75: rgba(255,236,54,0.75);
  --colour-green-15: rgba(0,180,81,0.15);
  --colour-green-25: rgba(0,180,81,0.25);
  --colour-green-50: rgba(0,180,81,0.50);
  --colour-green-75: rgba(0,180,81,0.75);
  --colour-mid-blue-15: rgba(0,160,223,0.15);
  --colour-mid-blue-25: rgba(0,160,223,0.25);
  --colour-mid-blue-50: rgba(0,160,223,0.50);
  --colour-mid-blue-75: rgba(0,160,223,0.75);
  --colour-orange-15: rgba(163,147,131,0.15);
  --colour-orange-25: rgba(163,147,131,0.25);
  --colour-orange-50: rgba(163,147,131,0.50);
  --colour-orange-75: rgba(163,147,131,0.75);
}

.green {
  color: #016b01;
}

.red {
  color: #ff0000;
}

.shade-light {
  background-color: #eaeaea;
}

.shade-medium {
  background-color: #ccc;
}

.shade-dark {
  background-color: #908d8d;
}

.border-light {
  border: 1px solid #eaeaea;
}

.border-medium {
  border: 1px solid #ccc;
}

.border-dark {
  border: 1px solid #908d8d;
}

@font-face {
  font-family: "ABChanel Corpo 2022 Regular";
  src: url("/fonts/ABChanelCorpo2022-Regular.otf");
}
@font-face {
  font-family: "ABChanel Corpo 2022 Light";
  src: url("/fonts/ABChanelCorpo2022-Light.otf");
}
html {
  font-size: 14px;
}

body {
  /*font-family: 'Aktiv Grotesk', sans-serif;*/
  font-family: "Noto Sans", sans-serif;
}

.page-title {
  margin-bottom: 15px;
}

.small-caps {
  text-transform: uppercase;
  font-size: 0.8rem !important;
  font-weight: bold;
}

.error-box {
  border: 1px solid #870101;
  background-color: #ffbaba;
  color: #bb1e1e;
  padding: 15px;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 20px !important;
}

.id-display {
  text-align: right;
  font-size: 0.8rem;
}

.hidden-text {
  color: #fff;
  text-align: center;
}

div.password {
  position: relative;
}
div.password .show-password {
  position: absolute;
  z-index: 100;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
}

.bold-option {
  font-weight: bold;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.modal-content {
  max-height: 600px;
  overflow: auto;
}

select.disabled {
  color: #ccc;
  font-style: italic;
}

.radio-buttons {
  margin-left: 20px;
}
.radio-buttons div {
  margin: 5px 0px 5px 0px;
}
.radio-buttons label {
  cursor: pointer;
}
.radio-buttons label input {
  margin-right: 10px;
}

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

.info-panel {
  padding: 30px;
  font-size: 20px;
  text-align: center;
}

i.small-icon {
  font-size: 14px !important;
  margin-left: 5px;
}

.checkbox-list-container {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px;
}
.checkbox-list-container div {
  margin: 5px 0px;
  padding-left: 5px;
}
.checkbox-list-container div label {
  font-weight: normal;
  cursor: pointer;
}
.checkbox-list-container div input {
  margin-right: 10px;
}

.option-text-input {
  padding-left: 40px !important;
}

.grow-flex {
  flex-grow: 1;
}

.edit-flex {
  flex: 0 0 60px;
  text-align: center;
}

.panel-instr {
  background-color: #fafafa;
  padding: 15px;
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 15px;
}

.button-container {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.submenu {
  background-color: #fff;
}
.submenu ul {
  list-style: none;
  margin: 0px;
}
.submenu li {
  display: inline-block;
  margin: 0px 30px;
}

.basket-status {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  z-index: 3;
}

.validation-summary-errors ul {
  padding-left: 0px;
}

.container {
  margin-bottom: 50px;
}

input::placeholder, textarea::placeholder {
  font-style: italic;
  color: #bbb !important;
}

label {
  font-weight: bold;
  position: relative;
}

label.mandatory::after {
  position: absolute;
  content: "*";
  color: var(--colour-red);
  font-weight: bold;
  font-size: 25px;
  right: -15px;
  top: -10px;
}

.mandatory-text {
  color: var(--colour-red);
  font-weight: bold;
  font-size: 25px;
}

select.basic {
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #fff;
}

.breadcrumb a:hover, .breadcrumb a:active {
  color: var(--colour-dark-blue) !important;
}

.deletable-image {
  position: relative;
  border: 1px solid #ccc;
  padding: 3px;
  border-radius: 4px;
  background-color: #7aade4;
}

.deletable-image img.delete-button {
  position: absolute;
  height: 15px;
  width: 15px;
  top: -5px;
  right: -5px;
  cursor: pointer;
}

.sidebar-help {
  background-color: #fff;
  padding: 15px;
}

.sidebar-help ul li {
  margin-bottom: 10px;
}

.assessment-name {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 80px;
}

.btn {
  border-radius: 0px;
}

.btn-primary, .btn-primary:focus {
  background-color: var(--colour-dark-blue);
  border-color: var(--colour-dark-blue);
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:active {
  background-color: var(--colour-dark-blue-75);
  border-color: var(--colour-dark-blue-75);
  color: #fff !important;
}

button.btn-secondary {
  color: var(--colour-dark-blue);
  font-weight: bold;
}

button.btn-back, a.btn-back, a.btn-back:link, a.btn-back:visited, button.btn-secondary {
  background-color: var(--colour-grey);
  border-color: var(--colour-grey);
}

button.btn-back:hover, button.btn-secondary:hover, a.btn-back:hover {
  background-color: var(--colour-dark-grey);
  border-color: var(--colour-dark-grey);
  color: var(--colour-dark-blue) !important;
}

.alert-info {
  background-color: var(--colour-mid-blue-15);
}

.alert-danger {
  background-color: var(--colour-red-15);
}

.auth-user {
  cursor: pointer;
}

.circle-num {
  background-color: var(--colour-dark-blue);
  border-radius: 50%;
  color: #ffffff;
  font-size: 26px;
  margin-right: 15px;
  height: 40px !important;
  width: 40px !important;
  line-height: 40px;
  display: inline-block;
  text-align: center;
}

td.translation-language, th.translation-language {
  text-align: center;
}

.translation-language i.fas.fa-circle {
  font-size: 20px;
  cursor: pointer;
}

i.not-started {
  color: var(--colour-red);
}

i.in-progress {
  color: var(--colour-yellow);
}

i.complete {
  color: var(--colour-green);
}

.video-link {
  margin-top: 15px;
}

.video-link i {
  font-size: 30px;
}

.scroll-with-no-scrollbar {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  overflow-y: auto;
}

.scroll-with-no-scrollbar::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.big-radio + i {
  font-size: 22px;
  margin-left: 10px;
  margin-right: 30px;
}

.dt-toolbar {
  float: left;
}

.dragger {
  cursor: pointer;
}

.draggerSml {
  cursor: pointer;
  width: 25px !important;
  height: 25px !important;
}

.errorText {
  color: #ff0000;
  font-weight: bold;
  font-size: 14px;
}

.error-message {
  display: none;
}

.hint-text {
  font-style: italic;
  font-size: 0.8em;
}

h2.company-name {
  font-size: 18px;
  color: #999;
}

.assessmentComplete {
  background-color: var(--colour-green);
  color: #fff;
  font-size: 20px;
  padding: 3px;
  border-radius: 4px;
}

.assessmentNotStarted {
  font-size: 20px;
  color: #000;
}

.assessmentOverdue {
  background-color: #ff0000;
  color: #fff;
  font-size: 20px;
  padding: 3px;
  border-radius: 4px;
}

.dt-big-text {
  font-weight: bold;
  font-size: 15px;
}

img.admin-logo {
  max-height: 36px;
}

.jumboText {
  font-size: 40px;
  font-weight: bold;
}

.subText {
  color: #999;
  font-size: 11px;
}

.mandatory-field {
  background-color: lightslategray !important;
  color: #fff !important;
  font-style: italic;
}

.column-no {
  width: 80px;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  font-style: normal !important;
}

.page-contents {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.positive {
  color: #2ab24b;
}

.smallTextarea {
  height: 80px;
}

.negative {
  color: #ff0000;
}

.highcharts-title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.panelBox {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  background-image: linear-gradient(#fff, #eee);
}

.panelBox h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  text-align: center;
}

.panelBox ul {
  list-style: none;
}

.panelBox ul li {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.buttonList select {
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.date-input {
  width: 160px;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.greyGradientDown {
  background-image: linear-gradient(to bottom, var(--colour-grey), var(--colour-dark-grey));
}

.not-selected {
  color: #ccc;
}

.popover {
  z-index: 1000099;
}

.centreCol {
  text-align: center;
}

.creditAmount {
  font-weight: bold;
  font-size: 16px;
}

.overridden {
  color: #ff0000;
}

.numCol {
  width: 80px;
  text-align: center;
}

.numColRight {
  width: 80px;
  text-align: right;
}

.numInputCol {
  width: 130px;
}

.sideText {
  font-style: italic;
  color: #ff0000;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.edit-col, .roleCol {
  width: 60px;
  text-align: center;
}

.edit-col i, .roleCol i {
  font-size: 20px;
  cursor: pointer;
}

.roleCol {
  background-color: var(--colour-mid-blue-light);
}

.edit-colLg {
  width: 140px;
  text-align: center;
}

.no-click {
  pointer-events: none;
}

.instr {
  font-size: 20px;
  padding: 5px 0px 10px 0px;
}

.instructionBox {
  position: relative;
  background-color: #fff;
  padding: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.instructionIcon {
  font-size: 60px;
}

.instructionText {
  padding: 15px;
}

.instructionBox .closeCross {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #ccc;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.btn {
  cursor: pointer;
}

.btn-orange .btn {
  background-color: #f05c22;
  color: #fff;
}

.btn-main .btn {
  background-color: var(--colour-dark-blue);
  color: #fff;
}

.productPrice {
  display: flex;
  flex-direction: row;
}

.popover {
  background-color: var(--colour-dark-blue);
  border-color: var(--colour-dark-blue);
}

.popover-body {
  padding: 5px;
  color: #fff;
  font-weight: bold;
}

.popover-arrow:after {
  border-right-color: var(--colour-dark-blue) !important;
}

.darkPanelError {
  font-weight: bold;
  color: #ffff00;
}

.space40 {
  padding-top: 15px;
}

ul.btn-orange {
  background-color: #f05c22;
}

ul.btn-main {
  background-color: var(--colour-dark-blue);
}

ul.btn-orange li {
  padding-bottom: 4px;
}

ul.btn-orange li a {
  color: #fff;
  display: block;
  padding: 3px;
}

ul.btn-orange li a:hover {
  background-color: #ff8c60;
  color: #000;
}

ul.dropdown-menu.btn-orange {
  padding: 6px;
  font-size: 12px;
}

.buttonRow {
  margin-top: 15px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.rowMargin10 {
  margin-top: 10px;
}

.rowMargin30 {
  margin-top: 30px;
}

.campaignProduct {
  padding: 20px;
  background-color: #fff;
  border: 3px solid #ccc;
  border-radius: 8px;
  margin-bottom: 20px;
  cursor: pointer;
  margin-bottom: 15px;
}

.campaignProduct .container {
  margin-bottom: 0px;
}

.campaignProduct button {
  font-weight: bold;
}

.campaignProduct:hover {
  background-color: #ebebeb;
  transition: background-color linear 0.7s;
}

.campaignProductImage {
  position: absolute;
  top: 0px;
  right: 0px;
}

.campaignProductImage img {
  height: 60px;
  width: 60px;
}

.campaignProduct h1 {
  font-size: 20px;
  font-weight: bold;
  padding: 0px;
  color: #000;
}

.campaignProduct h2 {
  font-size: 16px;
  font-weight: bold;
  color: #999;
  padding: 0px;
}

.campaignProduct h4 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
  color: #000000;
}

@media screen and (max-width: 770px) {
  .campaignProduct h1 {
    font-size: 18px;
    padding: 0px;
  }
  .campaignProduct h2 {
    font-size: 14px;
    padding: 0px 0px 10px 0px;
  }
  .campaignProduct h4 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    color: #000000;
  }
}
@media screen and (max-width: 450px) {
  .campaignProduct h1 {
    font-size: 16px;
    padding: 0px;
  }
  .campaignProduct h2 {
    font-size: 13px;
    padding: 0px 0px 10px 0px;
  }
  .campaignProduct h4 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    color: #000000;
  }
}
.entryForm label {
  font-weight: bold;
}

div.site-back {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 66px;
  right: 0px;
  background-color: #fff;
  /*    background-color: #fafafa;
      background-image: url("/images/backgrounds/bt_back1_25pct.png");
  */
  background-repeat: no-repeat;
  background-position: right bottom;
  /*z-index:1;*/
}

div.main-content {
  position: absolute;
  top: 40px;
  bottom: 50px;
  left: 67px;
  right: 0px;
  overflow-y: scroll;
  padding: 0px 40px;
  /*z-index:2;*/
}

.footer {
  position: fixed;
  text-align: center;
  font-style: italic;
  font-size: 12px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  background-color: var(--colour-dark-blue);
  color: #fff;
  padding-top: 10px;
}

.footer a:link, .footer a:visited {
  color: var(--colour-mid-blue);
}

.footer a:hover, .footer a:active {
  color: #ffffff !important;
}

.greyed {
  color: #ddd;
}

.infoPanel {
  padding: 10px;
  background-color: #ffab8a;
  font-size: 13px;
}

.infoPanel .emailToken {
  font-weight: bold;
  padding-right: 10px;
  display: block;
}

.pageName {
  font-weight: bold;
  font-size: 24px;
}

.sectionRow {
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

.tab-pane {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.tab-pane.all-borders {
  border: 1px solid #ddd;
}

.nav-tabs-sm a.nav-link, .nav-tabs-sm a.nav-link.active {
  font-size: 14px !important;
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
}

.titleLogo {
  padding-top: 120px;
  padding-bottom: 50px;
}

.titleLogo img {
  max-height: 70px;
}

.validation-summary-errors {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #630000;
  background-color: #ffbaba;
  border-color: #ffbaba;
}

.validation-summary-errors ul {
  margin: 0px;
}

.validation-summary-errors li {
  list-style: none;
  margin: 0px;
}

.fadeBack, .fadeBack2, .fadeBack3 {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.fadeBack {
  z-index: 999999;
}

.fadeBack2 {
  z-index: 1000001;
}

.fadeBack3 {
  z-index: 1000003;
}

.clearBack, .contextBack {
  z-index: 999999;
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.contextBack {
  z-index: 1000000;
  cursor: context-menu;
}

.hint {
  font-size: 12px;
  font-style: italic;
}

.popContent {
  flex-grow: 2;
}

.select-item {
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.selected {
  background-color: var(--colour-green-light);
}

.whiteBox {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}

#waitSpinner {
  margin: 0 -40px 0 -40px;
  width: 80px;
  height: 80px;
  /*background-image: url('/images/spinner.png');*/
  z-index: 99999999;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  font-size: 35px;
  color: var(--colour-dark-blue);
}

.pjust {
  text-align: justify;
}

.nav-link {
  color: #999;
}

.nav-link.active {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

fieldset {
  border: 1px solid #ddd !important;
  margin: 0;
  min-width: 0;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  background-color: #f5f5f5;
  padding-left: 10px !important;
}

legend {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 5px 5px 5px 10px;
}

.padded-col {
  padding: 15px;
  background-color: #eaeaea;
  height: 100%;
}

.checkbox-div {
  padding: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.checkbox-div input[type=checkbox] {
  pointer-events: none;
}

.checkbox-div:hover {
  background-color: #fafafa;
}

.hover {
  background-color: #fafafa;
}

.toast {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999999;
}

.language-button img, .dropdown ul.dropdown-menu img {
  margin-right: 10px;
  height: 20px;
}

.dropdown ul.dropdown-menu {
  z-index: 99999;
}

.filter-options {
  margin-top: 10px;
  display: grid;
  grid-template-columns: auto auto auto;
}

.filter-options div {
  padding: 5px;
  cursor: pointer;
}

.filter-options div label {
  cursor: pointer;
}

.filter-options div input {
  margin-right: 10px;
}

.selector-table {
  width: 100%;
}

.selector-table button.btn-full-width {
  width: 100%;
}

.selector-table .thin-column {
  width: 120px;
  text-align: center;
  padding: 20px;
}

.selector-table .thin-column div {
  margin-bottom: 50px;
}

.selector-table option {
  font-size: 20px;
  margin-bottom: 5px;
}

.selector-table option:hover {
  background-color: #ccc;
}

.account-history {
  overflow-y: visible;
}

.sizable-div {
  overflow-y: auto;
}

.instr-panel {
  overflow-y: auto;
}

fieldset {
  padding-top: 0px;
  margin-bottom: 10px;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.jscolor-picker-wrap {
  z-index: 10000000 !important;
}

.colour-box {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
}

.colour-box.small {
  width: 10px;
  height: 10px;
}

i.disabled {
  color: #ccc !important;
}

.select-assessors h2 {
  font-size: 15px;
  font-weight: bold;
}

.danger-link, .danger-link:link .danger-link:visited {
  color: #ff0000 !important;
  font-size: 16px;
}

.filter-check {
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin-right: 15px;
  font-size: 13px;
}
.filter-check label {
  cursor: pointer;
}
.filter-check label input {
  margin-right: 5px;
}

@media only screen and (max-width: 600px) {
  .titleLogo {
    padding-top: 40px;
  }
}
.action-bar {
  background-color: #ccc;
  padding: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1rem;
  align-items: center;
  margin-bottom: 10px;
}

/* Grow */
.hvr-grow {
  /*    display: inline-block;*/
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  cursor: pointer;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

/* Float Shadow */
.hvr-float-shadow {
  /*display: inline-block;*/
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

a.main-link:link, a.main-link:visited {
  font-weight: bold;
  font-size: 1.2em;
}

a, a:link, a:visited {
  font-weight: bold;
  color: var(--colour-dark-blue);
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active {
  font-weight: bold;
  color: var(--colour-mid-blue) !important;
}

.add-link {
  margin-bottom: 10px;
}

.add-link::before {
  content: "+ ";
}

:root {
  --colour-1: #fef9ef; /*puttyish*/
  --colour-2: #f7e37c; /*yellowish*/
  --colour-3: #fe6d73; /*redish*/
  --colour-4: #03657c; /*dark blueygreenish*/
  --colour-5: #2e2d2c; /*blackish*/
  --colour-6: #777777; /*charcoaly*/
  --colour-contrast-1: #319b96; /*light blueygreenish*/
  --colour-contrast-2: #00afb9; /*lighter blueygreenish*/
  --colour-contrast-3: #3cd6d2; /*even lighter blueygreenish*/
  --colour-contrast-4: #83f2ef; /*even lighter(!) blueygreenish*/
  --colour-shade-light: #d9e0e3;
  --colour-shade-dark: #cecece;
  --colour-dark-blue: #002f43;
  --colour-putty: #a39383;
  --colour-red: #ea251b;
  --colour-black: #000000;
  --colour-yellow: #ffec36;
  --colour-green: #00b451;
  --colour-mid-blue: #00a0df;
  --colour-mid-blue-light: #90c7dd;
  --colour-orange: #f05c22;
  --colour-orange-light: #ffd8c9;
  --colour-grey: #cccccc;
  --colour-light-grey: #eeeeee;
  --colour-dark-grey: #999999;
  --colour-red-light: #f0928d;
  --colour-red-dark: #97251b;
  --colour-yellow-light: #fff69b;
  --colour-yellow-dark: #91861f;
  --colour-mid-blue-light: #80d0ef;
  --colour-mid-blue-dark: #00597a;
  --colour-green-light: #80daa8;
  --colour-green-dark: #005627;
  --colour-dark-blue-15: rgba(0,47,67,0.15);
  --colour-dark-blue-25: rgba(0,47,67,0.25);
  --colour-dark-blue-50: rgba(0,47,67,0.50);
  --colour-dark-blue-75: rgba(0,47,67,0.75);
  --colour-putty-15: rgba(163,147,131,0.15);
  --colour-putty-25: rgba(163,147,131,0.25);
  --colour-putty-50: rgba(163,147,131,0.50);
  --colour-putty-75: rgba(163,147,131,0.75);
  --colour-red-15: rgba(225,37,27,0.15);
  --colour-red-25: rgba(225,37,27,0.25);
  --colour-red-50: rgba(225,37,27,0.50);
  --colour-red-75: rgba(225,37,27,0.75);
  --colour-black-15: rgba(0,0,0,0.15);
  --colour-black--25: rgba(0,0,0,0.25);
  --colour-black--50: rgba(0,0,0,0.50);
  --colour-black--75: rgba(0,0,0,0.75);
  --colour-yellow-15: rgba(255,236,54,0.15);
  --colour-yellow-25: rgba(255,236,54,0.25);
  --colour-yellow-50: rgba(255,236,54,0.50);
  --colour-yellow-75: rgba(255,236,54,0.75);
  --colour-green-15: rgba(0,180,81,0.15);
  --colour-green-25: rgba(0,180,81,0.25);
  --colour-green-50: rgba(0,180,81,0.50);
  --colour-green-75: rgba(0,180,81,0.75);
  --colour-mid-blue-15: rgba(0,160,223,0.15);
  --colour-mid-blue-25: rgba(0,160,223,0.25);
  --colour-mid-blue-50: rgba(0,160,223,0.50);
  --colour-mid-blue-75: rgba(0,160,223,0.75);
  --colour-orange-15: rgba(163,147,131,0.15);
  --colour-orange-25: rgba(163,147,131,0.25);
  --colour-orange-50: rgba(163,147,131,0.50);
  --colour-orange-75: rgba(163,147,131,0.75);
}

.green {
  color: #016b01;
}

.red {
  color: #ff0000;
}

.shade-light {
  background-color: #eaeaea;
}

.shade-medium {
  background-color: #ccc;
}

.shade-dark {
  background-color: #908d8d;
}

.border-light {
  border: 1px solid #eaeaea;
}

.border-medium {
  border: 1px solid #ccc;
}

.border-dark {
  border: 1px solid #908d8d;
}

.lean-table {
  width: 100%;
}
.lean-table td, .lean-table th {
  padding: 5px;
}
.lean-table td {
  border: 1px solid #ccc;
}
.lean-table td.check-selector {
  text-align: center;
  font-size: 1.3em;
  cursor: pointer;
}
.lean-table th.lean {
  height: 140px;
  white-space: nowrap;
  width: 50px;
}
.lean-table th.lean > div {
  transform: translate(28px, 47px) rotate(315deg);
  width: 30px;
}
.lean-table th.lean > div > span {
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 0px;
}
.lean-table tr {
  background-color: white;
}
.lean-table tr:nth-child(even) {
  background-color: var(--colour-light-grey);
}

.disp-table {
  width: 100%;
  border: 1px solid #ccc;
}
.disp-table th {
  background-color: var(--colour-dark-blue);
  color: white;
  padding: 15px 6px 15px 6px;
}
.disp-table tr.light th {
  background-color: transparent;
  color: black;
}
.disp-table tr {
  background-color: white;
}
.disp-table tr:nth-child(even) {
  background-color: var(--colour-light-grey);
}
.disp-table td {
  padding: 6px;
}
.disp-table .titleCol, .disp-table .titleString {
  font-weight: bold;
}
.disp-table td.right-align {
  text-align: right;
}
.disp-table td.prime {
  font-weight: bold;
}
.disp-table tr:hover {
  background-color: #fba160;
}
.disp-table tr td.edit-col {
  width: 80px;
  text-align: center;
}
.disp-table tr td.text-button-col {
  width: 80px;
  text-align: center;
}
.disp-table tr td.icon-col {
  width: 80px;
  text-align: center;
  font-size: 20px;
}
.disp-table tr td.select-col, .disp-table tr th.select-col {
  width: 60px;
  text-align: center;
}
.disp-table tr.section-title td {
  font-weight: bold;
  background-color: #fff;
  font-size: 1.2em;
}
.disp-table tr.sub td {
  padding-left: 30px;
}
.disp-table td img.thumbnail {
  height: 60px;
  cursor: pointer;
}

.disp-table.row-selectable tr {
  cursor: pointer;
}

.standard-table {
  width: 100%;
}
.standard-table td {
  padding: 5px;
}

.inputTable {
  width: 100%;
}
.inputTable thead tr {
  border-bottom: 1px solid #000;
}
.inputTable th {
  font-weight: bold;
  padding: 5px;
}
.inputTable tr {
  border-bottom: 1px solid #ccc;
}
.inputTable td {
  padding: 5px;
}

.itemTable {
  border: 1px solid #aaa;
  width: 100%;
  background-color: #ffffff;
}
.itemTable .itemTable td, .itemTable .itemTable th {
  padding: 5px;
}
.itemTable .itemTable tr:nth-child(even) {
  background-color: #eee;
}
.itemTable .itemTable tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.itemTable .itemTable tr.pl5 td {
  padding-left: 18px;
}
.itemTable .itemTable th {
  background-color: var(--colour-dark-blue);
  color: #fff;
}
.itemTable .itemTable .edit-column {
  width: 80px;
  text-align: center;
}
.itemTable .itemTable .statusColumn {
  width: 120px;
  text-align: center;
}
.itemTable .itemTable img {
  height: 40px;
}
.itemTable .itemTable .statusColumn img {
  height: 19px;
}

table.legend-table {
  margin-left: auto;
  margin-right: auto;
}
table.legend-table td {
  padding: 5px;
}

div.fixed-headers {
  position: relative;
}

table.fixed-headers {
  position: relative;
}

table.fixed-headers thead th {
  position: sticky;
  top: 0;
}

.tab-div {
  overflow-y: auto;
}

.dataTables_wrapper div.toolbar {
  margin-bottom: 5px;
  text-align: right;
}

.small-num-col {
  font-weight: bold;
  width: 50px;
  text-align: right;
}

.time-table {
  width: 100%;
  background-color: #fff;
}
.time-table tr {
  cursor: pointer;
}
.time-table tr:hover {
  background-color: var(--colour-orange-light);
}
.time-table th {
  padding: 5px;
  text-align: center;
  font-weight: bold;
}
.time-table td {
  border-bottom: 1px solid #ccc;
}
.time-table td.time-col {
  width: 60px;
  text-align: center;
}
.time-table td.edit-col {
  width: 60px;
  text-align: center;
}
.time-table td.edit-col i {
  cursor: pointer;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-bottom-10 {
  margin-top: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-40 {
  margin-top: 40px;
}

.section-container {
  margin-top: 10px;
}

.section-container h1 {
  font-size: 20px;
  font-weight: bold;
}

.section-container h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #ccc;
  padding: 3px;
  margin-top: 15px;
}

.section-container h4 {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

.section-container .input-row {
  margin-bottom: 15px;
}

.section-box {
  margin-top: 10px;
  background-color: #ccc;
  padding: 15px;
  border-radius: 5px;
}

.section-box h1 {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
  input[type=radio] {
    --active: var(--colour-dark-blue);
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
  input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
  input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
  input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
  input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
  input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
  input[type=radio]:not(.switch) {
    width: 21px;
  }
  input[type=checkbox]:not(.switch):after,
  input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
  input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
  input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type=checkbox] + label:hover,
  input[type=radio] + label:hover {
    font-weight: bold;
  }
  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
}
.option-bar {
  padding-right: 30px;
  cursor: pointer;
}

.option-bar > input[type=checkbox] {
  margin-right: 5px;
}

.big-checkbox {
  transform: scale(1.5);
}

.imageCheckbox {
  position: relative;
  cursor: pointer;
  text-align: center;
  border: 0px solid transparent;
  border-radius: 5px;
  margin: 10px;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  vertical-align: top;
  padding: 15px 5px 5px 5px;
}

.imageCheckbox div {
  height: 60px;
}

.imageCheckbox:hover {
  background-image: linear-gradient(to bottom, #ebebeb, #c4c4c4);
  color: #000;
  /*    border-color: #00779f;
      background-color: #fff;
      transition: border-color ease-out 0.5s;
  */
}

.imageCheckbox img {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.imageCheckbox button {
  font-size: 10px;
  text-transform: uppercase;
  display: none;
  background-color: #f05c22;
  color: #fff;
  padding: 3px 4px 3px 4px;
  border: none;
  border-radius: 4px;
  width: 100%;
}

.imageCheckbox button i {
  font-size: 12px;
}

.imageCheckbox button:hover {
  background-color: #972a00;
}

.imageCheckbox input[type=checkbox] {
  margin-top: 5px;
  height: 25px;
  width: 25px;
}

.productSelected {
  background-image: linear-gradient(to bottom, #b7b7b7, #525252);
  color: #fff;
  font-weight: normal;
}

/* Slider checkbox*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch-sm {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
}

/* Hide default HTML checkbox */
.switch input, .switch-sm input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* The slider */
.slider-sm {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-label {
  margin-left: 70px;
  cursor: pointer;
}

.switch-sm-label {
  margin-left: 50px;
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slider-sm:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input.default:checked + .slider, input.default:checked + .slider-sm {
  background-color: #444;
}

input.primary:checked + .slider, input.primary:checked + .slider-sm {
  background-color: #2196F3;
}

input.success:checked + .slider, input.success:checked + .slider-sm {
  background-color: #8bc34a;
}

input.info:checked + .slider, input.info:checked + .slider-sm {
  background-color: #3de0f5;
}

input.warning:checked + .slider, input.warning:checked + .slider-sm {
  background-color: #FFC107;
}

input.danger:checked + .slider, input.danger:checked + .slider-sm {
  background-color: #f44336;
}

input:focus + .slider, input:focus + .slider-sm {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:checked + .slider-sm:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider-sm.round {
  border-radius: 19px;
}

.slider.round:before, .slider-sm.round:before {
  border-radius: 50%;
}

table.dataTable {
  border: 1px solid #ccc;
}

table.dataTable th {
  background-color: var(--colour-dark-blue);
  color: #fff;
}

table.dataTable tr {
  cursor: pointer;
}

table.dataTable tr td.no-wrap {
  white-space: nowrap;
}

table.dataTable tr:hover,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1 {
  cursor: pointer;
  background-color: var(--colour-red-15) !important;
  color: #000;
}

table.dataTable th.sorting:hover,
table.dataTable th.sorting_asc:hover,
table.dataTable th.sorting_desc:hover {
  background-color: var(--colour-putty);
  color: #000;
}

table.dataTable tbody td {
  padding: 10px;
}

table.dataTable a.tableLink {
  font-weight: bold;
}

table.dataTable a.tableLink:hover {
  color: #f05c22;
}

.dataTables_scroll {
  padding-top: 10px;
}

.dataTables_scrollBody {
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.dataTables_wrapper select, .dataTables_wrapper input {
  border: 1px solid #ccc;
  border-radius: 5px;
}

a.editButton i {
  font-size: 20px;
  border-radius: 6px;
  padding: 0px 5px;
}

a.editButton:hover i {
  background-color: #cccccc;
}

.edit-col span {
  font-size: 20px;
}

.dt-composite {
  font-size: 0.85em;
  color: #777;
}

.dataTable img {
  width: 20px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-menu.dropdown-submenu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  background-color: lightgray;
}

a.nav-link.submenu-link {
  color: #000000;
}

.flex-container {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}

.sidebar-menu {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 66px;
  display: flex;
  flex-direction: column;
  background-color: var(--sidebar-back-colour);
  color: #ffffff;
  font-size: 25px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  z-index: 10;
}

.sidebar-logo img {
  width: 50px;
}

.sidebar-item {
  text-align: center;
}

.sidebar-button {
  margin-top: 20px;
}

.sidebar-item button, .sidebar-item a {
  background-color: transparent;
  border: none;
  color: #eee;
}

.overlay-button {
  position: relative;
}

.sidebar-button-warning {
  position: absolute;
  top: 20px;
  right: 0px;
}

.sidebar-item button:hover, .sidebar-item a:hover {
  -webkit-filter: brightness(70%);
}

.account-button {
  font-family: "Aktiv Grotesk";
  width: 40px;
  height: 40px;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  color: var(--colour-black) !important;
  font-weight: bold;
  text-decoration: none;
  border: none;
  background-image: url("../images/account-button.png");
  background-size: contain;
  font-size: 0px !important;
}

.account-button:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1) !important;
}

.menu-separator {
  margin-top: auto;
}

.admin-item button, .admin-item i {
  color: #ffffff;
}

.super-admin-item button, .super-admin-item i {
  color: var(--colour-yellow);
}

.sidebar-sub-menu {
  position: absolute;
  display: none;
  top: 0px;
  bottom: 0px;
  left: 66px;
  right: 0px;
  width: 300px;
  overflow: hidden;
  background-color: var(--sidebar-sub-menu-back-colour);
  color: #000000;
  font-size: 1em;
  z-index: 20;
  -webkit-box-shadow: 5px -1px 15px -3px #000000;
  box-shadow: 5px -1px 15px -3px #999;
  padding: 10px 20px;
}

.sidebar-sub-menu h1 {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}

.sidebar-sub-menu ul {
  list-style: none;
  padding-left: 0px;
}

.sidebar-sub-menu li {
  line-height: 30px;
  margin-bottom: 5px;
}

.sidebar-sub-menu li i {
  margin-right: 10px;
}

.sidebar-sub-menu li a:link, .sidebar-sub-menu li a:visited {
  text-decoration: none;
  color: var(--colour-dark-blue);
  font-weight: bold;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.2em;
  padding-top: 5px;
  transition: all 0s;
}

.sidebar-sub-menu li a:hover, .sidebar-sub-menu li a:active {
  color: white !important;
  background-color: var(--colour-dark-blue);
  margin-left: -30px;
  padding-left: 40px;
  margin-right: -30px;
  padding-right: 40px;
  transition: all 0s;
}

.sidebar-sub-menu-container {
  /*    position:absolute;
      bottom:20px;
      left:20px;
      right:20px;*/
}

.sidebar-sub-menu-container i {
  width: 20px;
}

.profile-photo {
  text-align: center;
  margin-bottom: 10px;
}

.profile-image {
  position: relative;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.profile-image img {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.profile-photo-button {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 5px;
  right: 5px;
  background-color: #272d51;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
}

.profile-photo-change {
  margin-top: 10px;
  margin-bottom: 30px;
}

.profile-photo-change img {
  border-radius: 50%;
  width: 460px;
  height: 460px;
}

#divAccount {
  width: 250px;
  min-height: 60px;
  top: 60px;
  right: 20px;
  display: none;
  position: fixed;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 999999999;
  -webkit-box-shadow: 6px 8px 8px -3px rgb(166, 166, 166);
  -moz-box-shadow: 6px 8px 8px -3px rgb(166, 166, 166);
  box-shadow: 6px 8px 8px -3px rgb(166, 166, 166);
  padding: 15px;
}

#divAccount h1 {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}

#divAccount h2 {
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}

#divAccount a.accountLink {
  display: block;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  color: var(--colour-dark-blue);
}

#divAccount a.accountLink:hover {
  background-color: #eaeaea;
}

#divAccount a.accountLink i {
  margin-right: 8px;
}

#divAccount .legalese {
  margin-top: 10px;
}

#divAccount .legalese a {
  margin-top: 5px;
  font-size: 10px;
  color: #999;
}

#divAccount .legalese a:hover {
  color: #000;
}

#btnAccount {
  outline: none;
}

.theme-light {
  --background-colour: #fff8f8;
  --font-colour: #000000;
  --accent-colour: #ffb400;
  --button-colour: #ff0075;
  --button-text-colour: #ffffff;
  --sidebar-back-colour: var(--colour-dark-blue);
  --sidebar-sub-menu-back-colour: #ffffff;
  --table-head-text-colour: #ffffff;
  --table-head-back-colour: #10437c;
  --table-odd-colour: #ffffff;
  --table-even-colour: #eaeaea;
}

.theme-dark {
  --background-colour: #090819;
  --font-colour: #ffffff;
  --accent-colour: #ffb400;
  --button-colour: #ff0075;
  --button-text-colour: #ffffff;
  --sidebar-back-colour: var(--colour-dark-blue);
  --sidebar-sub-menu-back-colour: #ffffff;
  --table-head-text-colour: #ffffff;
  --table-head-back-colour: #10437c;
  --table-odd-colour: #ffffff;
  --table-even-colour: #eaeaea;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-arrow {
  transform: translate(0px, 13px) !important;
}

.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #333;
}

.tooltip-inner {
  background-color: #333;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
  padding: 0.5rem 0.75rem;
  min-width: 75px;
}

.button-div {
  text-align: center;
}

.email-button.send {
  background-color: var(--colour-dark-blue);
  border-color: var(--colour-dark-blue);
  color: #ffffff;
}

.email-button.resend {
  background-color: var(--colour-dark-blue);
  border-color: var(--colour-dark-blue);
  color: #ffffff;
}

.settingsButton {
  margin: 5px;
  padding: 7px 5px 5px 5px;
  line-height: 20px;
  width: 40px;
  position: relative;
}

.fa-button i {
  margin-right: 10px;
}

a.settingsButton:link, a.settingsButton:visited {
  color: #fff !important;
}

.settingsButton:hover, .settingsButton.active {
  border-color: #f05c22 !important;
  background-color: #f05c22 !important;
}

.settingsButton i {
  font-size: 20px;
}

.settingsButton .settingsBadge {
  position: absolute;
  bottom: -5px;
  right: -5px;
}

.statusButton {
  padding: 10px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
}

.statusButton.active {
  background-color: #0b7d26;
  color: #fff;
}

.statusButton.active:hover {
  background-color: #0b521c;
  color: #fff;
}

.statusButton.inactive {
  background-color: #999;
  color: #000;
}

.statusButton.inactive:hover {
  background-color: #767676;
  color: #fff;
}

.buttonList button {
  margin-left: 10px;
}

.buttonList select {
  padding: 4px;
  border-radius: 3px;
}

.iconButton {
  font-size: 40px;
}

.iconButton:hover {
  color: #ff9b47;
}

.circle-button {
  font-family: "Aktiv Grotesk";
  width: 40px;
  height: 40px;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--colour-putty) !important;
  cursor: pointer;
  text-align: center;
  color: var(--colour-black) !important;
  font-weight: bold;
  text-decoration: none;
  border: none;
}

.circle-button:hover {
  /*    background: #30588e;
      color: #ffffff!important;
  */
}

div.margin-button, td.margin-button {
  padding-top: 20px;
}

.big-button .btn {
  font-size: 1.4em;
}

.btn-outline-warning:hover, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus, .btn-outline-warning:focus {
  box-shadow: none;
}

.btn-prominent {
  background: #ffcb00;
  border-color: #ffcb00;
  color: #000000;
  font-weight: bold;
}

:root {
  --colour-1: #fef9ef; /*puttyish*/
  --colour-2: #f7e37c; /*yellowish*/
  --colour-3: #fe6d73; /*redish*/
  --colour-4: #03657c; /*dark blueygreenish*/
  --colour-5: #2e2d2c; /*blackish*/
  --colour-6: #777777; /*charcoaly*/
  --colour-contrast-1: #319b96; /*light blueygreenish*/
  --colour-contrast-2: #00afb9; /*lighter blueygreenish*/
  --colour-contrast-3: #3cd6d2; /*even lighter blueygreenish*/
  --colour-contrast-4: #83f2ef; /*even lighter(!) blueygreenish*/
  --colour-shade-light: #d9e0e3;
  --colour-shade-dark: #cecece;
  --colour-dark-blue: #002f43;
  --colour-putty: #a39383;
  --colour-red: #ea251b;
  --colour-black: #000000;
  --colour-yellow: #ffec36;
  --colour-green: #00b451;
  --colour-mid-blue: #00a0df;
  --colour-mid-blue-light: #90c7dd;
  --colour-orange: #f05c22;
  --colour-orange-light: #ffd8c9;
  --colour-grey: #cccccc;
  --colour-light-grey: #eeeeee;
  --colour-dark-grey: #999999;
  --colour-red-light: #f0928d;
  --colour-red-dark: #97251b;
  --colour-yellow-light: #fff69b;
  --colour-yellow-dark: #91861f;
  --colour-mid-blue-light: #80d0ef;
  --colour-mid-blue-dark: #00597a;
  --colour-green-light: #80daa8;
  --colour-green-dark: #005627;
  --colour-dark-blue-15: rgba(0,47,67,0.15);
  --colour-dark-blue-25: rgba(0,47,67,0.25);
  --colour-dark-blue-50: rgba(0,47,67,0.50);
  --colour-dark-blue-75: rgba(0,47,67,0.75);
  --colour-putty-15: rgba(163,147,131,0.15);
  --colour-putty-25: rgba(163,147,131,0.25);
  --colour-putty-50: rgba(163,147,131,0.50);
  --colour-putty-75: rgba(163,147,131,0.75);
  --colour-red-15: rgba(225,37,27,0.15);
  --colour-red-25: rgba(225,37,27,0.25);
  --colour-red-50: rgba(225,37,27,0.50);
  --colour-red-75: rgba(225,37,27,0.75);
  --colour-black-15: rgba(0,0,0,0.15);
  --colour-black--25: rgba(0,0,0,0.25);
  --colour-black--50: rgba(0,0,0,0.50);
  --colour-black--75: rgba(0,0,0,0.75);
  --colour-yellow-15: rgba(255,236,54,0.15);
  --colour-yellow-25: rgba(255,236,54,0.25);
  --colour-yellow-50: rgba(255,236,54,0.50);
  --colour-yellow-75: rgba(255,236,54,0.75);
  --colour-green-15: rgba(0,180,81,0.15);
  --colour-green-25: rgba(0,180,81,0.25);
  --colour-green-50: rgba(0,180,81,0.50);
  --colour-green-75: rgba(0,180,81,0.75);
  --colour-mid-blue-15: rgba(0,160,223,0.15);
  --colour-mid-blue-25: rgba(0,160,223,0.25);
  --colour-mid-blue-50: rgba(0,160,223,0.50);
  --colour-mid-blue-75: rgba(0,160,223,0.75);
  --colour-orange-15: rgba(163,147,131,0.15);
  --colour-orange-25: rgba(163,147,131,0.25);
  --colour-orange-50: rgba(163,147,131,0.50);
  --colour-orange-75: rgba(163,147,131,0.75);
}

.green {
  color: #016b01;
}

.red {
  color: #ff0000;
}

.shade-light {
  background-color: #eaeaea;
}

.shade-medium {
  background-color: #ccc;
}

.shade-dark {
  background-color: #908d8d;
}

.border-light {
  border: 1px solid #eaeaea;
}

.border-medium {
  border: 1px solid #ccc;
}

.border-dark {
  border: 1px solid #908d8d;
}

.inputWithHelp {
  display: flex;
  flex-direction: row;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  padding: 0px 2px 0px 2px;
  justify-content: space-between;
  background-color: #fff;
}

.inputWithHelp:focus-within {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.inputWithHelp input, .inputWithHelp select, .inputWithHelp textarea {
  /* Tell the input to use all the available space */
  /*    flex-grow: 2;
  */
  border: none;
  outline: none;
}

.inputWithHelp input[type=checkbox], .inputWithHelp input[type=radio] {
  margin-top: 5px;
  margin-left: -10px;
}

.inputWithHelp input[type=checkbox]:hover {
  background-color: yellow;
}

.inputWithHelp input[type=checkbox] {
  margin-left: 5px;
  border: 1px solid #ccc;
}

.inputWithHelp input[type=radio] + label {
  margin-top: 5px;
  margin-left: 10px;
}

.inputWithHelp .control-container {
  flex-grow: 2;
  background-color: #fff;
  padding-top: 6px;
  padding-left: 5px;
}

.inputWithHelp input:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.inputWithHelp button, .inputWithHelpButton {
  border: none;
  background: #fff;
  color: #ddd;
  font-size: 20px;
  outline: none;
}

.inputWithHelpButtonTrans {
  border: none;
  background: none;
  color: #ddd;
  font-size: 20px;
  outline: none;
}

.inputWithHelp button:hover, .inputWithHelpButton:hover, .inputWithHelpButtonTrans:hover {
  color: var(--colour-dark-blue);
  transition: color ease 0.5s;
}

fieldset {
  margin-top: 0px;
  background-color: #ffffff;
}

table.radio-list {
  margin-bottom: 15px;
}
table.radio-list td {
  padding: 5px;
}
table.radio-list td.radio-col {
  padding-right: 20px;
}
table.radio-list label {
  font-weight: normal !important;
  cursor: pointer;
}
table.radio-list label:hover {
  font-weight: bold !important;
}
table.radio-list .row {
  align-items: center;
}

.big-checkbox, .checkbox-xl {
  transform: scale(1.2);
}

.checkbox-xxl {
  transform: scale(2);
}

.checkbox-list-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.checkbox-list-flex .form-check {
  margin-top: 5px;
}

.dropdown-xl {
  font-size: 24px;
  text-align: center;
}

.form-panel {
  border: 1px solid #ccc;
  padding: 15px;
  background-color: #fafafa;
}

.form-panel h1 {
  font-size: 1.2em;
  font-weight: bold;
}

.small-textarea {
  height: 50px;
}

.mid-textarea {
  height: 200px;
}

.large-textarea {
  height: 300px;
}

.edit-panel:hover {
  border: 3px dashed #ccc;
  cursor: pointer;
  position: relative;
  padding: 13px;
}

.edit-panel:hover:after {
  content: url(/images/edit-panel.png);
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}

.drop-box {
  background-color: #c6deff;
  color: #4288e5;
  padding: 20px;
  border: 1px solid #87b9fb;
  border-radius: 8px;
  font-size: 1.15em;
  font-style: italic;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

th.nowrap, td.nowrap {
  white-space: nowrap;
}

.panel {
  margin-top: 10px;
  padding: 10px;
  background-color: white;
}
.panel h1 {
  font-size: 20px;
}
.panel h2 {
  font-size: 17px;
}

.panel-box {
  margin-bottom: 10px;
}
.panel-box .disp-table .num-col {
  text-align: center;
  width: 100px;
}
.panel-box .disp-table .edit-col {
  text-align: center;
  width: 80px;
}
.panel-box .disp-table .link-button {
  cursor: pointer;
  font-size: 20px;
}

.instr-panel {
  background-color: #fff;
  padding: 20px;
}
.instr-panel .large-text, .instr-panel .instr-panel.large-text {
  font-size: 18px;
}

.search-panel {
  padding: 15px;
  background-color: var(--colour-mid-blue-25);
}
.search-panel table {
  width: 100%;
}
.search-panel table td {
  padding: 5px;
}

.shade-panel-1 {
  background-color: var(--colour-mid-blue-25);
}

.alert-status {
  border: 1px solid #690000;
  background-color: #b51f1f;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}

.success-status {
  border: 1px solid #075201;
  background-color: #6dbe66;
  color: #075201;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}

.border-box {
  border: 1px solid #ccc;
  padding: 10px;
}

.breadcrumb {
  background-color: var(--colour-mid-blue);
  width: max-content;
  padding: 0px;
  position: absolute;
  top: 5px;
  left: 66px;
  right: 0px;
  height: 26px;
  z-index: 2;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

.breadcrumb span {
  height: 26px;
  line-height: 26px;
}

.breadcrumb img {
  height: 26px;
}

.click-shield, .pop-shield, .pop-shield2, .pop-shield3, .pop-shield-mobile {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 10;
}

.pop-shield2 {
  z-index: 1000001;
}

.popWindow2 {
  z-index: 1000002;
  top: 120px;
}

.pop-shield3 {
  z-index: 1000003;
}

.popWindow3 {
  z-index: 1000004;
  top: 140px;
}

.popWindow, .popWindow2, .popWindow3 {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  border-radius: 0px;
  background: #f5f5f5;
  border: 1px solid #cecece;
  -webkit-box-shadow: 2px 2px 3px -1px rgb(0, 0, 0);
  -moz-box-shadow: 2px 2px 3px -1px rgb(0, 0, 0);
  box-shadow: 2px 2px 3px -1px rgb(0, 0, 0);
  padding: 15px;
  font-size: 14px;
  /*    overflow-y:auto;
  */
}

.popWindow .close-button, .popWindow2 .close-button, .popWindow3 .close-button {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #d70303;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  border-radius: 50%;
  padding: 2px 5px;
  cursor: pointer;
  border: 1px solid #000;
}

.popWindow {
  z-index: 1000000;
}

.popWindow .button-col {
  padding-top: 20px;
}

.popWindow select, .popWindow input, .popWindow2 select, .popWindow2 input, .popWindow3 select, .popWindow3 input {
  font-size: 14px;
}
.popWindow label, .popWindow2 label, .popWindow3 label {
  font-weight: bold;
}
.popWindow h1, .popWindow2 h1, .popWindow3 h1 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.popWindow h2, .popWindow2 h2, .popWindow3 h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.popWindow h3, .popWindow2 h3, .popWindow3 h3 {
  font-size: 18px;
  font-style: italic;
  color: #000;
}
.popWindow .section, .popWindow2 .section, .popWindow3 .section {
  margin-top: 20px;
  margin-left: 20px;
}
.popWindow .section-head, .popWindow2 .section-head, .popWindow3 .section-head {
  margin-left: -20px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
}
.popWindow .indent-panel, .popWindow2 .indent-panel, .popWindow3 .indent-panel {
  margin-top: 15px;
  margin-left: 20px;
}

.pop-mobile {
  top: 15%;
  left: 20px;
  right: 20px;
  min-height: 40%;
  z-index: 10000000;
}
.pop-mobile .fill-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /*        display: flex;
          flex-direction: column;
          justify-content: space-between;
  */
}

.pop-menu {
  display: none;
  position: absolute;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #cecece;
  -webkit-box-shadow: 2px 2px 3px -1px rgb(0, 0, 0);
  -moz-box-shadow: 2px 2px 3px -1px rgb(0, 0, 0);
  box-shadow: 2px 2px 3px -1px rgb(0, 0, 0);
  padding: 10px;
  font-size: 14px;
  width: 230px;
  min-height: 50px;
  z-index: 1000000;
}

.pop-menu ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.pop-menu ul li {
  padding-top: 3px;
  padding-bottom: 3px;
}

.pop-menu ul li i {
  padding-right: 8px;
}

.pop-menu ul li.menu-separator {
  border-bottom: 1px solid #ccc;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -10px;
  margin-right: -10px;
}

.pop-menu ul li a {
  color: #333;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  padding: 3px 8px 3px 8px;
}

.pop-menu ul li a:hover {
  background-color: #e0e0e0;
  border-radius: 5px;
}

.dashPanel {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 10px;
  /*    min-height:300px;
      max-height: calc(50% - 30px);
  */
  overflow-y: auto;
  position: relative;
}

.dashPanel table.itemTable th {
  background-color: #ffffff;
  color: #000;
}

/*.dashPanel th {
    position:sticky;
    top:0;
    z-index:1;
}*/
.dashPanelHead {
  display: flex;
  margin-bottom: 10px;
}

.dashPanelHeadTitle {
  font-size: 16px;
  font-weight: bold;
  flex-grow: 2;
}

.dashPanelBody {
  position: absolute;
  top: 50px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  overflow-y: auto;
}

.dashCreditAccount {
  padding: 10px 15px 10px 15px;
  /*    background-image: linear-gradient(to right, var(--colour-green), var(--colour-green-50));
      border: 1px solid var(--color-green);
      color: #fff;
  */
  background-color: #fcfcfc;
  margin-bottom: 10px;
}

.dashAccountName {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
}

.dashAccountName i {
  font-size: 20px;
  margin-right: 10px;
}

.dashAccountBalance {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding-left: 30px;
}

.dashUsers {
  font-size: 16px;
}

.dashUsers i.login-icon {
  font-size: 22px;
}

.dashUser {
  padding: 5px 0px 0px 5px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}

.dashUser .dashUserIcon {
  font-size: 16px;
  margin-right: 10px;
}

.dashUser .dashUserName {
  font-size: 14px;
  font-weight: bold;
  flex-grow: 20;
}

.dashUser .dashLogin {
  font-size: 14px;
  font-weight: bold;
}

.dashProduct {
  padding: 5px 0px 0px 5px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}

.dashProduct .dashProductIcon {
  font-size: 16px;
  margin-right: 10px;
}

.dashProduct .dashProductName {
  font-size: 14px;
  font-weight: bold;
  flex-grow: 2;
}

.dashPanelTable {
  width: 100%;
}

.dashPanelTable tbody tr {
  border-radius: 6px;
}

.dashPanelTable tbody tr:hover {
  background-color: #eaeaea;
  cursor: pointer;
}

.dashPanelTable tbody tr.special-price td.num-col {
  font-weight: bold;
  color: #ff0000;
}

.dashPanelTable td {
  padding: 4px;
  font-size: 16px;
}

.dashPanelTable td.num-col, .dashPanelTable th.num-col {
  text-align: center;
}

.dashPanelTable td i {
  margin-right: 8px;
}

.basket {
  border: 1px solid #eaeaea;
  background-color: #fafafa;
  padding: 15px;
  border-radius: 8px;
}

.basket-item {
  position: relative;
  background-color: #edf5ff;
  border-left: 4px solid #7c9bc1;
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.basket-product {
  font-weight: bold;
}

.basket-item .delete-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  display: none;
}

.basket-item-price, .basket-total {
  font-size: 18px;
  font-weight: bold;
}

.delete-button img {
  width: 20px;
  height: 20px;
}

.basket-item:hover .delete-button {
  display: block;
}

.basket-total {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}

.basket-items {
  font-size: 16px;
}

.basket-items .basket-table {
  max-width: 950px;
  width: 100%;
}

.basket-items .basket-table td {
  padding: 5px;
}

.basket-items .basket-table input, .basket-items .basket-table select {
  font-size: 16px;
  border-radius: 4px;
  padding: 5px;
}

.basket-items .basket-table input {
  width: 80px;
}

.basket-items .basket-table .product {
  font-weight: bold;
}

.basket-items .basket-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.basket-items .basket-item .total {
  font-weight: bold;
  font-size: 22px;
}

.basket-items td.total-label {
  text-align: right;
  padding-right: 10px;
}

.payment-instr {
  font-size: 18px;
}

.context-menu {
  display: none;
  position: fixed;
  border-radius: 0px;
  background: #cccccc;
  border: 1px solid #cecece;
  -webkit-box-shadow: 2px 2px 3px -1px rgb(0, 0, 0);
  -moz-box-shadow: 2px 2px 3px -1px rgb(0, 0, 0);
  box-shadow: 2px 2px 3px -1px rgb(0, 0, 0);
  padding: 4px;
  margin: 0px;
  font-size: 14px;
  z-index: 100000001;
  cursor: pointer;
}

.context-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.context-menu ul li {
  display: block;
  padding: 5px;
  margin: 0px;
}

.context-menu ul li:hover {
  background-color: #0679d0;
  color: #fff;
}

div.context-menu div {
  padding: 5px;
}

div.context-menu div a {
  display: block;
  padding: 5px;
}

div.context-menu div a:hover {
  background-color: var(--colour-dark-blue);
  color: #ffffff;
}

.sms-code {
  display: flex;
}

.sms-digit {
  font-size: 72px;
  font-weight: bold;
  width: 80px;
  margin-left: 10px;
  text-align: center;
}

.bootbox-body {
  color: #000 !important;
  font-size: 18px !important;
}

.bootbox, .bootbox.modal {
  z-index: 1000100 !important;
}

.bootbox .modal-header {
  padding: 1rem 1rem 0rem 1rem;
}

.bootbox .modal-footer {
  border-top: none;
  padding: 0px 0.75rem 0.75rem 0.75rem;
}

.page-help {
  background-color: #fff;
  padding: 20px;
}

.english-text {
  border: 1px solid #999;
  padding: 5px;
  margin-bottom: 0px;
  background-color: var(--colour-putty-25);
  font-style: italic;
}

.translation-text {
  display: none;
  margin-top: 10px;
}
.translation-text input {
  height: 150px;
}
.translation-text button {
  margin-top: 10px;
}

.translation-text a img {
  width: 30px;
  margin-left: 15px;
}

.settings-form h3 {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.colour-legend {
  display: flex;
  justify-content: flex-end;
}

.legend-items {
  margin-left: 60px;
}

.legend-item {
  display: flex;
  margin-right: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.legend-item .legend-colour {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  margin-right: 5px;
}

.toast {
  background-color: black !important;
  color: #fff;
  font-weight: bold;
}

.breadcrumb {
  display: none;
}

.nav-trail {
  width: max-content;
  padding: 0px;
  position: absolute;
  top: 5px;
  left: 120px;
  right: 0px;
  height: 26px;
  z-index: 2;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  display: flex;
  gap: 1px;
}
.nav-trail a.nav-trail-item {
  background-color: var(--colour-mid-blue);
  padding: 2px 10px 2px 10px;
  color: #fff;
}
.nav-trail a.nav-trail-item::before {
  content: "";
  border-left: 13px solid transparent;
  border-top: 13px solid var(--colour-mid-blue);
  border-bottom: 13px solid var(--colour-mid-blue);
  border-right: 0;
  position: absolute;
  left: -13px;
  top: 0px;
}
.nav-trail a.nav-trail-item::after {
  content: "";
  border-left: 13px solid var(--colour-mid-blue);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 0;
  position: absolute;
  right: -13px;
  top: 0px;
}

.nav-trail a.nav-trail-item:hover, .nav-trail a.nav-trail-item:active {
  color: #444 !important;
}
