/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.colour-1 {
  color: #00B800;
}
.colour-1-bg {
  background-color: #00B800;
}

.colour-2 {
  color: #248232;
}
.colour-2-bg {
  background-color: #248232;
}

.colour-3 {
  color: #d98f1d;
}
.colour-3-bg {
  background-color: #d98f1d;
}

.colour-4 {
  color: #863997;
}
.colour-4-bg {
  background-color: #863997;
}

.colour-5 {
  color: #cbc6c3;
}
.colour-5-bg {
  background-color: #cbc6c3;
}

.colour-6 {
  color: #99589c;
}
.colour-6-bg {
  background-color: #99589c;
}

.colour-7 {
  color: #cc0000;
}
.colour-7-bg {
  background-color: #cc0000;
}
.colour-7-border {
  border: solid 1px #cc0000;
}

.colour-8 {
  color: #dac5dc;
}
.colour-8-bg {
  background-color: #dac5dc;
}

.colour-9 {
  color: #f6f5f4;
}
.colour-9-bg {
  background-color: #f6f5f4;
}

.colour-10 {
  color: #fff;
}
.colour-10-bg {
  background-color: #fff;
}

.colour-11 {
  color: #000;
}
.colour-11-bg {
  background-color: #000;
}

/*dev = green
test = red
prod = white*/
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes changeColour {
  0% {
    color: #863997;
  }
  25% {
    color: #d98f1d;
  }
  50% {
    color: #d98f1d;
  }
  100% {
    color: #863997;
  }
}
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.message {
  border: solid 1px #863997;
  padding: 10px;
  background-color: #fff;
}
.message h2 {
  margin-top: 0;
}
.message .close {
  float: right;
  border: solid 1px #863997;
  color: #863997;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 5px;
  text-align: center;
  display: block;
  transition: all ease 0.3s;
}
.message .close:hover {
  cursor: pointer;
  background-color: #fff;
  color: #d98f1d;
  border-color: #d98f1d;
  transition: all ease 0.3s;
}

.grid-container {
  display: inline-grid;
  grid-gap: 50px;
}

.caseWflStepView {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 100%;
  width: 100%;
}

.caseWflBox {
  grid-column-start: 1;
  border: 1px solid #863997;
  padding: 16px 10px;
  overflow: hidden;
}
.caseWflBox:hover {
  border: 1px solid #d98f1d;
  cursor: pointer;
  transition: all ease-in 0.4s;
}

.caseStepClosed {
  background-color: #f4f4f4;
  border: 1px solid darkgray;
}
.caseStepClosed:hover {
  border: 1px solid #863997;
  cursor: pointer;
  transition: all ease-in 0.4s;
}

.caseWflStepBox1 {
  grid-row-start: 1;
  overflow: hidden;
}

.caseWflStepBox2 {
  grid-row-start: 2;
  overflow: hidden;
}

.caseWflStepBox3 {
  grid-row-start: 3;
  overflow: hidden;
}

.caseWflStepBox4 {
  grid-row-start: 4;
  overflow: hidden;
}

.caseWflStepBox5 {
  grid-row-start: 5;
  overflow: hidden;
}

.caseActionPane {
  grid-column-start: 2;
  grid-row-start: 2;
  border: 1px solid #863997;
  padding: 10px;
  overflow-y: scroll;
  resize: vertical;
}

.caseRolePane {
  grid-column-start: 3;
  grid-row-start: 2;
  border: 1px solid #863997;
  padding: 10px;
  overflow-y: scroll;
}

.caseInstructionPane {
  grid-column-start: 4;
  grid-row-start: 2;
  border: 1px solid #863997;
  padding: 10px;
  overflow-y: scroll;
  resize: vertical;
}

.caseTabPane {
  /*grid-column: 2 / 5;
  grid-row-start: 1;*/
  /*border: 1px solid red;*/
  /*width: 100%;*/
}

.wflGridView {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: auto;
  grid-template-rows: 4% 86%;
  height: 100%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  font-size: 14px;
}

.gridViewBox1 {
  grid-row-start: 1;
}

.gridViewBox2 {
  grid-row-start: 2;
}

.caseActionsView {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: auto auto;
  grid-template-rows: 15% 15% auto;
  height: 100%;
  width: 100%;
  position: fixed;
}

.caseActionItemHdrLeft {
  grid-column: 1/2;
  grid-row-start: 1;
  width: 100%;
}

.caseActionItemHdrRight {
  grid-column: 2/3;
  grid-row-start: 1;
  width: 100%;
}

.caseActionItemLine1 {
  grid-column: 1/3;
  grid-row-start: 2;
  width: 100%;
}

.caseActionItemLine2 {
  grid-column: 1/3;
  grid-row-start: 3;
  width: 100%;
}

/* Supplier Grid View */
.supplierView {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 45% 4% 50%;
  height: 89.5%;
  width: 80%;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  /*overflow-y: scroll;*/
}

.supplierListView {
  grid-column-start: 1;
  grid-row: 1/4;
  border: 1px solid #863997;
  padding: 10px;
}

.supplierDetailView1 {
  grid-column-start: 2;
  grid-row: 1;
  border: 1px solid #863997;
  padding: 10px;
}

.supplierDetailView2 {
  grid-column-start: 3;
  grid-row: 1;
  border: 1px solid #863997;
  padding: 10px;
}

.supplierTabBar {
  grid-column: 2/4;
  grid-row: 2;
  padding: 5px;
}

.supplierTabView {
  grid-column: 2/4;
  grid-row: 3;
  border: 1px solid #863997;
  padding: 10px;
}

.supplierDetailGrid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 49.5%, 49.5%;
  grid-template-rows: auto;
  height: 30%;
  width: 54%;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
}

.supplierDetailGridCol1 {
  grid-column-start: 1;
  grid-row: 1;
  padding: 10px;
}

.supplierDetailGridCol2 {
  grid-column-start: 2;
  grid-row: 1;
  padding: 10px;
}

/* Costing Grid View */
.costGrid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 30% auto;
  grid-template-rows: 30px auto; /* 35%  */
  height: 48%;
  width: 66%;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
}

.costAreaList {
  grid-column-start: 1;
  grid-row: 2/4;
  border: 1px solid #863997;
  padding: 10px;
}

.costHeader {
  grid-column: 1/3;
  grid-row: 1;
  padding: 10px;
}

.costTableHdr {
  grid-column: 2/3;
  grid-row: 2/4;
  border: 1px solid #863997;
  padding: 10px;
}

.costTableLine {
  grid-column: 2/3;
  grid-row: 2/4;
  border: 1px solid #863997;
  padding: 10px;
}

/* MAIN DISPLAY Grid View */
.mainGrid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 20% 80%;
  grid-template-rows: 12% 88%;
  height: 100%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
}

.mainHeader {
  grid-column: 1/3;
  grid-row: 1;
  padding: 10px;
}

.mainSidebar {
  grid-column-start: 1;
  grid-row: 2;
  padding: 10px;
}

.mainCell {
  grid-column: 2/3;
  grid-row: 2;
  border: 1px solid #863997;
  padding: 10px;
}

/* INVOICE GRID ######################################################### */
.invGrid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: auto;
  grid-template-rows: 5% 45% auto;
  height: 89.5%;
  width: 80%;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
}

.invGridLbl {
  grid-column: 1;
  grid-row: 1;
  border: 1px solid #863997;
  padding: 5px 10px;
  width: 100%;
}

.invGridHdr {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
}

.invGridLine {
  grid-column: 1;
  grid-row: 3;
  border: 1px solid #863997;
  padding: 10px;
  width: 100%;
}

.invHdrSubGrid {
  display: grid;
  grid-gap: 0.5%;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: auto;
  height: 100%;
  width: 100%;
}

.invHdrSubLeft {
  grid-column: 1;
  grid-row: 1;
  border: 1px solid #863997;
  padding: 10px;
  width: 100%;
}

.invHdrSubMiddle {
  grid-column: 2;
  grid-row: 1;
  border: 1px solid #863997;
  padding: 10px;
  width: 100%;
}

.invHdrSubRight {
  grid-column: 3;
  grid-row: 1;
  border: 1px solid #863997;
  padding: 10px;
  width: 100%;
}

/* REPORT GRID ######################################################### */
.repGrid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 60% auto;
  grid-template-rows: 12% auto;
  height: 89.5%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.repGridTabBar {
  grid-column: 1/3;
  grid-row: 1;
  border: 1px solid #863997;
  padding: 10px;
  width: 100%;
}

.repGridParts {
  grid-column: 1;
  grid-row: 2;
  border: 1px solid #863997;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.repGridPreview {
  grid-column: 2;
  grid-row: 2;
  border: 1px solid #863997;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  overflow-y: auto;
}

/* INSTRUCTION CONFIG GRID ######################################################### */
.instructCfgGrid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 25% auto;
  grid-template-rows: auto;
  height: 89.5%;
  width: 80%;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
}

.instructCfgGrid .instLbl {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  font-weight: bold;
}

.instructCfgLeft {
  grid-column: 1;
  grid-row: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #863997;
}

.instructCfgRight {
  grid-column: 2;
  grid-row: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #863997;
}

.instructCfgLink {
  grid-column: 3;
  grid-row: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #863997;
}

/* EXPORTS GRID ######################################################### */
.exportGrid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 25% auto;
  grid-template-rows: auto;
  height: 89.5%;
  width: 80%;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
}

.exportLeft {
  grid-column: 1;
  grid-row: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #863997;
}

.exportRight {
  grid-column: 2;
  grid-row: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #863997;
}

/* 2 COL, 1 ROW GRID ######################################################### */
.Col2Row1Grid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 30% auto;
  grid-template-rows: auto;
  height: 89.5%;
  width: 79.5%;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
}

.Col2Row1Left {
  grid-column: 1;
  grid-row: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #863997;
  overflow-y: auto;
}

.Col2Row1Right {
  grid-column: 2;
  grid-row: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #863997;
  overflow-y: auto;
}

.Col2Single {
  grid-column: 1/2;
  grid-row: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #863997;
  overflow-y: auto;
}

.colmaxheight {
  max-height: 95%;
}

/* CLAIM UPLOAD DASHBOARD grid */
.upload-grid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 50% auto;
  grid-template-rows: auto 5%;
  position: fixed;
  overflow-y: auto;
  height: 78%;
  width: 89%;
  top: 10%;
}
.upload-grid.selected {
  grid-template-columns: 30% auto;
}

.claim-grid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 50% auto;
  grid-template-rows: auto;
  position: fixed;
  overflow-y: auto;
  height: 73%;
  width: 61%;
  padding-top: 5px;
}

.claim-grid-single {
  grid-template-columns: auto;
}

.claim-btn {
  grid-column: 2;
}

.carousel-grid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto;
  overflow-y: auto;
  height: 78%;
}

.carousel-full {
  position: fixed;
  z-index: 1000;
  left: 10%;
  top: 20px;
  overflow: auto;
  max-width: 80%;
  max-height: calc(100% - 40px);
}

/* INVOICE CONTROL PANEL grid */
.inv-control-grid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 50% auto;
  grid-template-rows: auto auto;
  height: 80%;
  width: 95%;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  overflow-y: auto;
}

.inv-release-grid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 30% auto;
  grid-template-rows: auto;
  height: 80%;
  width: calc(100% - 20px);
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  overflow-y: auto;
}

.inv-control-grid-left {
  grid-column: 1;
  grid-row: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #863997;
  overflow-y: auto;
}

.inv-control-grid-right {
  grid-column: 2;
  grid-row: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #863997;
  overflow-y: auto;
}

.inv-control-grid-btnleft {
  grid-column: 2;
  grid-row: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #863997;
  overflow-y: auto;
}

.inv-control-grid-btnright {
  grid-column: 2;
  grid-row: 2;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #863997;
  overflow-y: auto;
}

/* GRID USER OPTIONS ######################################################### */
.user-options-grid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 30% auto;
  grid-template-rows: auto;
  height: 80%;
  width: 95%;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  overflow-y: auto;
}

.user-options-left {
  grid-column: 1;
  grid-row: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #863997;
  overflow-y: auto;
}

.user-options-right {
  grid-column: 2;
  grid-row: 1;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #863997;
  overflow-y: auto;
}

.caseView {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 15% 1fr 1fr 1fr;
  grid-template-rows: 35px 1fr 1fr;
  height: calc(80vh - 10px);
  width: 100%;
}

.caseTabPane {
  display: flex;
  justify-content: space-between;
  grid-column-start: 2;
  grid-column: 2/5;
}
.caseTabPane input[type=button] {
  width: calc(100% - 10px);
  margin-right: 0;
}

.caseWflDetail {
  grid-column: 2/5;
  grid-row-start: 3;
  border: 1px solid #863997;
  padding: 10px;
  overflow-y: scroll;
}

.caseWflView {
  grid-column-start: 1;
  grid-row: 1/4;
  padding: 0;
}

.actionHeader, .actionRecent, .actionActions, .actionClaims, .actionTeam {
  border: 1px solid #863997;
  padding: 10px;
  max-height: 25vh;
  overflow-y: scroll;
  transition: all ease-in-out 0.4s;
}

.mainArea.open .actionHeader, .mainArea.open .actionRecent, .mainArea.open .actionActions, .mainArea.open .actionClaims, .mainArea.open .actionTeam {
  max-height: 37vh;
  transition: all ease-in-out 0.4s;
}

.actionHeader {
  grid-column: 1/3;
  grid-row: 1;
}

.actionRecent {
  grid-column: 1;
  grid-row: 1;
}

.actionClaims {
  grid-column: 2/3;
  grid-row: 2;
}

.actionTeam {
  grid-column: 1;
  grid-row: 2;
}

.actionLabel {
  color: #863997;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

#dateSelDiv {
  margin-left: 20px;
}
#dateSelDiv span {
  padding: 0 10px;
}

.gridLabel, .grid-label {
  padding: 10px 0;
  text-align: center;
  color: #863997;
  /*font-weight: bold;*/
}
.gridLabel span, .gridLabel label, .gridLabel i, .grid-label span, .grid-label label, .grid-label i {
  color: #863997;
}
.gridLabel .list, .grid-label .list {
  padding: 0px;
}

#menuDisp {
  position: fixed;
  background-color: #f6f5f4;
  width: 75%;
  padding: 10px;
  transition: all ease 0.4s;
  z-index: 10;
}
#menuDisp span {
  text-align: left;
  display: block;
  padding: 10px;
  transition: all ease 0.4s;
}
#menuDisp span:hover {
  transition: all ease 0.4s;
  color: #d98f1d;
  cursor: pointer;
}

th span.icon, th i {
  color: #000;
  transition: all ease 0.4s;
}

span.icon, i {
  color: #863997;
  transition: all ease 0.4s;
}
span.icon:hover, i:hover {
  transition: all ease 0.4s;
  color: #d98f1d;
  cursor: pointer;
}

.excCell {
  border: 2px solid #863997;
  background-color: #dac5dc;
  padding: 5px 15px;
}

.pop {
  z-index: 1;
  position: fixed;
  width: fit-content;
  padding: 30px;
  background: transparent;
  cursor: default;
  margin-left: -300px;
  margin-top: -50px;
}
.pop table {
  border: solid 1px #863997;
  background: #f6f5f4;
}
.pop table td {
  padding: 25px 15px;
}

#claimTable tr, #actionTbl tr {
  position: relative;
}
#claimTable tr:not(:first-of-type):hover td, #actionTbl tr:not(:first-of-type):hover td {
  background-color: rgba(217, 143, 29, 0.2);
  cursor: pointer;
  transition: all ease-in 0.3s;
}

table td#cellRowSel:nth-of-type(1) {
  border-bottom: solid 1px #cbc6c3;
}

#tblCostLine tr th:nth-of-type(3), #tblCostLine tr th:nth-of-type(4), #tblCostLine tr th:nth-of-type(5), #tblCostLine tr th:nth-of-type(7) {
  text-align: right;
}
#tblCostLine tr th:nth-of-type(6) {
  text-align: center;
}
#tblCostLine tr td#colSupplier {
  text-align: center;
}

#tblEst th:nth-of-type(3), #tblEst th:nth-of-type(4), #tblEst th:nth-of-type(5), #tblEst th:nth-of-type(6), #tblEst td:nth-of-type(3), #tblEst td:nth-of-type(4), #tblEst td:nth-of-type(5), #tblEst td:nth-of-type(6) {
  text-align: right;
}

.option-selected {
  padding-left: 5px !important;
}

#divDisplay {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 20% auto;
  grid-template-rows: auto;
  height: 65%;
}

.split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
}
@media (min-width: 1200px) {
  .split {
    padding: 20px;
    justify-content: flex-start;
  }
}
.split:nth-of-type(even) {
  background-color: rgba(134, 57, 151, 0.15);
}
.split .half {
  flex-grow: 1;
  width: 45%;
}
.split .half:nth-child(2n) {
  text-align: right;
}
.split .three {
  flex-grow: 1;
  width: 40%;
}
.split .three:nth-child(3n) {
  width: 15%;
}
.split .four {
  flex-grow: 1;
  width: 30%;
}
@media (min-width: 992px) {
  .split .four {
    width: 35%;
  }
}
.split .four:nth-child(3n) {
  width: 10%;
}
.split .four:nth-child(4n) {
  display: none;
}
@media (min-width: 992px) {
  .split .four:nth-child(4n) {
    width: 5%;
    display: block;
  }
}
.split .quarter {
  flex-grow: 1;
  width: 42.5%;
  padding: 10px 0;
  max-width: 45%;
}
@media (min-width: 1200px) {
  .split .quarter {
    width: 22.5%;
    max-width: 25%;
  }
}
.split a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.split a:hover,
.split a :active {
  transition: all 0.3s ease-in-out;
  color: #d98f1d;
}

.col-2 {
  width: 50%;
}

.col-3-noflex {
  width: 33%;
}

#cellLabel #textLabel {
  width: 65%;
  display: inline-block;
}
#cellLabel .btnIcon {
  margin: 0 10px;
}

#cellVer {
  text-align: center;
  width: 60px;
}

#tblSummary, #tblAreaSummary {
  /*.tblRowEstimate, .tblRowActual {
      width: 100px;
  }*/
}
#tblSummary tr:hover, #tblAreaSummary tr:hover {
  background-color: inherit;
}
#tblSummary th, #tblSummary td, #tblAreaSummary th, #tblAreaSummary td {
  text-align: right;
  padding: 10px 5px;
}
#tblSummary th#lblQuoteEstimate:nth-of-type(1), #tblSummary th#lblSummaryEstimate:nth-of-type(1), #tblSummary td#lblQuoteEstimate:nth-of-type(1), #tblSummary td#lblSummaryEstimate:nth-of-type(1), #tblAreaSummary th#lblQuoteEstimate:nth-of-type(1), #tblAreaSummary th#lblSummaryEstimate:nth-of-type(1), #tblAreaSummary td#lblQuoteEstimate:nth-of-type(1), #tblAreaSummary td#lblSummaryEstimate:nth-of-type(1) {
  text-align: center;
}
#tblSummary th:nth-of-type(1), #tblSummary td:nth-of-type(1), #tblAreaSummary th:nth-of-type(1), #tblAreaSummary td:nth-of-type(1) {
  width: 280px;
  text-align: left;
}
#tblSummary th:nth-of-type(2), #tblSummary td:nth-of-type(2), #tblAreaSummary th:nth-of-type(2), #tblAreaSummary td:nth-of-type(2) {
  text-align: center;
}

.table-success {
  background-color: rgba(0, 184, 0, 0.2);
}

.table-approved {
  background-color: #d98f1d;
}

#btnEstimates, #btnActuals {
  width: 120px;
}

div.welcome {
  color: #863997;
  width: 50%;
  text-align: right;
}

.dashboard {
  padding-left: 5px;
  height: 43px;
}
.dashboard button {
  min-width: 50px;
  height: 43px;
}
.dashboard .message-block {
  width: 35%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.dashboard .message-block.end {
  justify-content: end;
}
.dashboard #welcomeButton.open {
  border: solid 1px #d98f1d;
  background-color: #fff;
  color: #d98f1d;
}
.dashboard .welcome-blocks {
  display: flex;
  justify-content: space-between;
  height: 500px;
  transition: all ease 0.4s;
  overflow: hidden;
}
.dashboard .welcome-blocks div {
  border: solid 1px #863997;
  width: 24%;
  min-height: 200px;
  padding: 10px;
  /*&:not(:last-of-type){
      border-right: 0;
  }*/
}
.dashboard .welcome-blocks div:first-of-type {
  background-color: #863997;
  color: #fff;
}
.dashboard .welcome-blocks div:first-of-type body {
  background: #1b1b1b;
}
.dashboard .welcome-blocks div:first-of-type h2 {
  color: #fff;
}
.dashboard .welcome-blocks div h2 {
  margin-top: 0;
}
.dashboard .welcome-blocks.hide {
  height: 0;
  transition: all ease 0.4s;
}
.dashboard nav {
  display: none;
}

.invoiceBell {
  margin-left: 5px;
}

.appArea {
  padding: 10px 0 10px 5px;
  width: 100%;
}
.appArea .actionGrid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 20% auto;
  grid-template-rows: 50% auto;
  width: 100%;
}
.appArea .controlGrid {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 30% auto;
  grid-template-rows: auto;
  width: 100%;
}

#smtblriskParty, #smtblriskAddress, #casHdrTopClient, #smtblclientHandler {
  font-weight: bold;
}

.bell {
  animation: ring 4s 0.7s ease-in-out;
  animation-iteration-count: 5;
  transform-origin: 50% 4px;
}

.newBell {
  background-color: #248232;
  border: solid 1px #248232;
}

.uploadBell {
  background-color: #248232;
  border: solid 1px #248232;
}

#showAllCases {
  border: solid 1px #fff;
  margin-right: 2px;
}

#createNewClaim {
  /*border: solid 1px $secondary-color;*/
  margin-left: -1px;
}

.bellClicked {
  filter: opacity(0.5);
}

.alertPopUp {
  z-index: 100;
  position: absolute;
  background-color: white;
  width: 12vw;
  height: 12vh;
  top: 83vh;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 4px 6px black);
  color: #863997;
  cursor: pointer;
  border-style: outset;
  border-color: #863997;
}

.alertPopUp:hover {
  background-color: gainsboro;
}

.filterPopUp {
  z-index: 100;
  position: absolute;
  background-color: white;
  width: 12vw;
  min-height: 12vh;
  top: 4vh;
  cursor: pointer;
  border: solid 1px #863997;
  overflow-y: auto;
  padding-left: 10px;
}

ul {
  list-style-type: none;
}
ul .list {
  padding-inline-end: 40px;
}

li {
  margin-top: 10px;
}

input[type=text],
input[type=password],
input[type=file] {
  margin-bottom: 5px;
  display: block;
}

label {
  margin-bottom: 5px;
  display: inline-block;
}

input[type=checkbox] {
  margin: 0 5px;
  width: auto;
}

input:not([type=checkbox]):not([type=button]),
input[type=text],
input[type=password],
input[type=file] {
  font-size: 1rem;
  height: 1.875rem;
  padding: 5px 10px;
  border: unset;
  border-radius: 0;
  background-color: #fff;
  transition: all 0.3s ease;
  outline: solid 1px #cbc6c3;
}
input:not([type=checkbox]):not([type=button]):focus-visible,
input[type=text]:focus-visible,
input[type=password]:focus-visible,
input[type=file]:focus-visible {
  outline: solid 1px #d98f1d;
}
input:not([type=checkbox]):not([type=button])#inSelext,
input[type=text]#inSelext,
input[type=password]#inSelext,
input[type=file]#inSelext {
  padding: 0 10px;
}

button,
input[type=button],
.button {
  display: inline-block;
  border: solid 1px #863997;
  border-radius: 0;
  background-color: #863997;
  color: #fff;
  transition: all ease 0.4s;
  padding: 0.4rem 1rem;
  text-decoration: none;
}
button[type=submit], button#btnForgotPassword, button#btnSubmit,
input[type=button][type=submit],
input[type=button]#btnForgotPassword,
input[type=button]#btnSubmit,
.button[type=submit],
.button#btnForgotPassword,
.button#btnSubmit {
  border: solid 1px #d98f1d;
  background-color: #d98f1d;
  transition: all 0.3s ease;
  outline: solid 1px #d98f1d;
}
button[type=submit]:focus-visible, button#btnForgotPassword:focus-visible, button#btnSubmit:focus-visible,
input[type=button][type=submit]:focus-visible,
input[type=button]#btnForgotPassword:focus-visible,
input[type=button]#btnSubmit:focus-visible,
.button[type=submit]:focus-visible,
.button#btnForgotPassword:focus-visible,
.button#btnSubmit:focus-visible {
  outline: solid 1px #d98f1d;
}
button[type=submit]:hover, button[type=submit]:focus-visible, button#btnForgotPassword:hover, button#btnForgotPassword:focus-visible, button#btnSubmit:hover, button#btnSubmit:focus-visible,
input[type=button][type=submit]:hover,
input[type=button][type=submit]:focus-visible,
input[type=button]#btnForgotPassword:hover,
input[type=button]#btnForgotPassword:focus-visible,
input[type=button]#btnSubmit:hover,
input[type=button]#btnSubmit:focus-visible,
.button[type=submit]:hover,
.button[type=submit]:focus-visible,
.button#btnForgotPassword:hover,
.button#btnForgotPassword:focus-visible,
.button#btnSubmit:hover,
.button#btnSubmit:focus-visible {
  border: solid 1px #d98f1d;
  background-color: #fff;
  color: #d98f1d;
  cursor: pointer;
}
button[type=submit]:focus-visible, button#btnForgotPassword:focus-visible, button#btnSubmit:focus-visible,
input[type=button][type=submit]:focus-visible,
input[type=button]#btnForgotPassword:focus-visible,
input[type=button]#btnSubmit:focus-visible,
.button[type=submit]:focus-visible,
.button#btnForgotPassword:focus-visible,
.button#btnSubmit:focus-visible {
  outline: solid 1px #fff;
}
button:hover, button:focus-visible,
input[type=button]:hover,
input[type=button]:focus-visible,
.button:hover,
.button:focus-visible {
  cursor: pointer;
  border: solid 1px #863997;
  background-color: #fff;
  color: #863997;
  transition: all ease 0.4s;
}
button:hover:focus-visible, button:focus-visible:focus-visible,
input[type=button]:hover:focus-visible,
input[type=button]:focus-visible:focus-visible,
.button:hover:focus-visible,
.button:focus-visible:focus-visible {
  outline: solid 1px #fff;
}

.image-btn {
  display: block;
  background-color: inherit !important;
  border: none !important;
  height: 30px !important;
}
.image-btn:disabled i {
  color: grey;
}
input[type=file] {
  letter-spacing: unset;
  font-size: unset;
  padding: 15px 45px;
  margin-bottom: 10px;
}

#paneMenu input[type=button] {
  border-radius: 0;
  color: #000;
  border: solid 1px #cbc6c3;
  background: #fff;
  transition: all ease 0.4s;
  padding: 5px;
}
#paneMenu input[type=button]:hover {
  transition: all ease 0.4s;
  border: solid 1px #863997;
  background-color: #863997;
  color: #fff;
  cursor: pointer;
}
#paneMenu input[type=button]:not(:first-of-type) {
  margin-left: 10px;
}

input[type=text]:disabled, input[type=button]:disabled, input.inactive, input.inactive {
  opacity: 0.5;
}
input[type=text]:disabled:hover, input[type=button]:disabled:hover, input.inactive:hover, input.inactive:hover {
  cursor: pointer;
  border: solid 1px #863997;
  background-color: #863997;
  color: #fff;
}

textarea {
  width: 100%;
}
textarea.gridActionItem {
  width: 50%;
  border: 0;
  float: right;
}
textarea#inHdrNotes {
  resize: none;
  height: 80%;
}

td select {
  margin-bottom: unset;
}

textarea {
  min-height: 100px;
}

input {
  max-height: 2.125rem;
  background-color: #fff;
}

input[type=button] {
  max-height: 2.25rem;
}

select {
  border-radius: 0;
  border: solid 1px #cbc6c3;
  background: #fff;
  margin-bottom: 10px;
  width: auto;
  max-width: 100%;
  font-size: 1rem;
  height: 2.125rem;
}
select .select-full {
  width: 100%;
}
select#selCatFilter {
  width: 150px;
  margin-left: 5px;
}
select#selLogFilter {
  margin-right: 10px;
}
select#selRep {
  margin-left: 5px;
}

.input-container {
  height: 7vh;
  width: 100%;
}

.input-flex-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.portal-button {
  height: fit-content !important;
  font-size: 0.8vw;
  text-wrap: nowrap;
}

.form-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.btn-cell {
  padding: 0px !important;
}

.out-sla {
  display: flex;
  margin-bottom: 3px;
  flex-direction: column;
  align-items: center;
  border-style: outset;
  padding: 5px;
  background-color: rgba(153, 88, 156, 0.2);
}

#btnAcceptSLA {
  margin-right: 10px;
}

.accepted-sla {
  background-color: rgba(0, 184, 0, 0.2);
}

.date-div {
  margin-bottom: 8px;
}

.key-date-btn-div {
  margin: 5px;
}

#btnAcceptKeySLA {
  margin: 8px;
}

.modal-scroll {
  top: 9% !important;
  height: 82%;
  overflow-y: auto;
}

.column-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#sendDetDiv {
  display: flex;
  align-items: center;
}

.imageGrid {
  display: grid;
  grid-template-columns: 200px 50px 1fr 50px;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  align-items: center;
}
.imageGrid .full {
  width: 100%;
  text-align: center;
  max-height: calc(70vh - 70px);
}
.imageGrid .full img {
  /*object-fit: contain;
  max-width: 80%;*/
  max-height: 600px;
  max-width: 880px;
}

#imgThumbs {
  grid-area: 1/1/2/2;
}
#imgThumbs #imgThumbGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13vw, 1fr));
  grid-template-rows: repeat(5, 1fr) 10px;
  grid-column-gap: 0;
  grid-row-gap: 10px;
  height: 70vh;
  margin-top: 1vh;
  overflow-y: scroll;
}
#imgThumbs .imageThumb {
  border: solid 2px #863997;
  height: fit-content;
  transition: all ease 0.4s;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
  filter: drop-shadow(5px 4px 4px black);
  border-radius: 3px;
}
#imgThumbs .imageThumb:after {
  content: "";
  background-color: transparent;
  transition: all ease 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
#imgThumbs .imageThumb:hover {
  border: solid 2px #d98f1d;
  transition: all ease 0.4s;
  cursor: pointer;
}
#imgThumbs .imageThumb:hover:after {
  content: "";
  background-color: rgba(217, 143, 29, 0.5);
  transition: all ease 0.4s;
}
#imgThumbs .gridThumb {
  border: solid 2px #863997;
  transition: all ease 0.4s;
  position: relative;
  width: 100%;
  height: 100%;
  filter: drop-shadow(5px 4px 4px black);
  border-radius: 3px;
  margin-bottom: 1vh;
}
#imgThumbs .gridView {
  width: 95vw;
}
#imgThumbs .selected {
  filter: drop-shadow(5px 4px 2px green);
  border-color: green;
}
#imgThumbs img {
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
}

#imgThumbGrid.gridView {
  display: flex;
  height: 70vh;
  overflow-y: scroll;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.modalImg {
  max-width: 70vw;
  max-height: 70vh;
}

.modal-fixed {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
}

#imgBack {
  grid-area: 1/2/2/3;
}
#imgBack i {
  font-size: 3.125rem;
}

#imgDisplay {
  grid-area: 1/3/2/4;
}

#imgFwd {
  grid-area: 1/4/2/5;
}
#imgFwd i {
  font-size: 3.125rem;
}

.full-screen #tblPaneImages {
  display: none !important;
}

#btnThLeft {
  padding-left: 50px;
}
#btnThLeft i {
  font-size: 3.125rem;
  transform: rotate(90deg);
  position: relative;
  top: -5px;
}

#btnThRight {
  padding-left: 50px;
}
#btnThRight i {
  font-size: 3.125rem;
  transform: rotate(270deg);
  position: relative;
  top: -5px;
}

.textHighlight {
  color: #248232;
  white-space: nowrap;
}

.imageSelector {
  grid-gap: 10px;
  padding: 40px;
}
.imageSelector .item {
  width: 100%;
  height: 100%;
}
.imageSelector .item .img {
  padding: 5px;
  background-color: #fff;
}
.imageSelector .item.selected {
  position: relative;
}
.imageSelector .item.selected img {
  border: 2px solid #248232;
}

#btnRotateL {
  display: inline-block;
  margin-bottom: 10px;
}

.img-thumbnail {
  border: solid 2px #863997;
  height: fit-content;
  transition: all ease 0.4s;
  position: relative;
  height: 100%;
  max-width: 40vh;
  max-height: 30vh;
}
.img-thumbnail:after {
  content: "";
  background-color: transparent;
  transition: all ease 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.img-thumbnail:hover {
  border: solid 2px #d98f1d;
  transition: all ease 0.4s;
  cursor: pointer;
}
.img-thumbnail:hover:after {
  content: "";
  background-color: rgba(217, 143, 29, 0.5);
  transition: all ease 0.4s;
}

.sel-image {
  border: 10px solid #863997 !important;
}

.q-thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
}

.q-thumbnail {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.q-collapsible-grid {
  display: none;
  margin-top: 10px;
}

.q-toggle-button {
  margin-top: 10px;
  cursor: pointer;
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.image-modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}

.q-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.q-prev, .q-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.q-prev {
  left: 0;
}

.q-next {
  right: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.btnIcon * {
  /*color: $primary-color;*/
  transition: all ease 0.4s;
}
.btnIcon *:hover {
  color: #d98f1d;
  transition: all ease 0.4s;
}

.hidden, .hide {
  display: none !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.strong, .bold {
  font-weight: bold;
}

.virtual-link {
  color: #863997;
  transition: all ease 0.4s;
}
.virtual-link:hover {
  color: #d98f1d;
  transition: all ease 0.4s;
  cursor: pointer;
}

.padding-general {
  padding: 20px;
}

.padding-general-sm {
  padding: 5px;
}

.padding-none {
  padding: 0 !important;
}
.padding-none-hz {
  padding-left: 0;
  padding-right: 0;
}

.margin-general {
  margin: 20px;
}

.scrollVertical .scroll-vertical {
  overflow-y: auto;
}

.cost-screen {
  top: 210px;
}

.full-screen {
  background-color: #f6f5f4;
  width: calc(100% - 40px);
  padding: 20px 8px;
  z-index: 100;
  height: 82vh;
  position: absolute;
  top: 150px;
  overflow: auto;
  border: solid 2px #863997;
  transition: all ease-in-out 0.4s;
  grid-column-start: unset;
  grid-row-start: unset;
}
.full-screen-no-border {
  background-color: #fff;
  border: 0;
  /*padding: 0 50px 20px 10px;*/
}

#bthArea {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.cost-spacing {
  margin-top: 20px;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-bold {
  font-weight: bold;
}

.text-nowrap {
  white-space: nowrap;
}

.stepTabLinks {
  margin-right: 10px;
}

#catFilter {
  margin-left: 10px;
}

.full {
  width: 100% !important;
}

.half {
  width: 50% !important;
}

.log i {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

p.gridActionItem {
  max-width: 40%;
  display: inline-block;
  padding-left: 50px;
}

.heading-extra {
  display: block;
  text-align: left;
}

.w8pc {
  width: 8%;
}

.dropZone {
  height: 100px;
  border: solid 1px #863997;
  background-color: rgba(217, 143, 29, 0.2);
  text-align: center;
  padding-top: 35px;
}
.dropZone-sm {
  height: 50px;
  padding-top: 15px;
}

span > .icon-header-absolute {
  position: absolute;
  left: 40px;
}

#tabBtnDiv input.btnText {
  width: 120px;
  margin-left: 10px;
}

#btnClrSrc {
  border: unset;
  background-color: #fff;
  color: #863997;
}

.caseCellVulnerable {
  background-color: #d98f1d;
}

#divTabBar .btnText {
  margin-right: 10px;
}
#divTabBar .btnText.selected {
  background-color: #fff;
  color: #863997;
}

#telDispDiv {
  z-index: 1;
  position: fixed;
  background-color: #cbc6c3;
  padding: 0 20px;
}

tr[data-header-text] {
  background-color: rgba(203, 198, 195, 0.4);
}

#btnDownload {
  left: 50%;
  position: sticky;
}

#confirmAll {
  background-color: white;
  cursor: default;
}

.btnUserSetup {
  margin-left: 10px;
  font-size: 1.5rem;
}

.btnHeader {
  margin-bottom: 10px;
}

.audit-navbar {
  margin-top: 15px;
}

.nav-selected {
  background: #fff !important;
  color: #863997 !important;
}

.btn-inline {
  font-size: 1.75rem;
  margin: 0px 10px;
}

.btn-margin {
  margin: 0px 10px 0px 0px !important;
}

.div-margin {
  margin: 10px 0px !important;
}

#loading-overlay, .loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white background */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9998; /* Ensure it appears above other elements */
  backdrop-filter: blur(5px); /* Apply a blur effect to elements behind the overlay (CSS feature, may not be supported in all browsers) */
}

.loading-overlay-clear {
  background-color: inherit;
  backdrop-filter: none;
}

#loading-spinner {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite; /* Spin animation */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dashboard-select {
  margin-bottom: 0px;
  font-size: 1.5rem;
  font-weight: bold;
  height: inherit;
}

/*
textarea{
    line-height:normal;
}
*{
    line-height:normal
}*/
div.editable {
  width: 300px;
  height: 200px;
  border: 1px solid #ccc;
  padding: 5px;
}

#bdxFilterContainer input {
  margin-left: 10px;
  margin-right: 10px;
}

.notificationShow {
  border-style: outset;
  filter: drop-shadow(2px 4px 6px black);
  background-color: white;
  padding: 5px;
  color: #863997;
  font-weight: 600;
  z-index: 10;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
  max-width: 18vw;
}

.notificationShow:hover {
  background-color: gainsboro;
  resize: both;
}

#notDiv {
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow-y: scroll;
  z-index: 8;
  padding: 5px;
  filter: drop-shadow(2px 4px 6px black);
  opacity: 1;
}

.important {
  border: 2px solid #863997;
  background-color: #dac5dc;
}

.role-popup {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 28vw;
}

#manualFormContent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.manual-detail-buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.error {
  color: red;
}

.bankFields {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.companyFields {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-method {
  border: 1px solid #863997;
  background-color: #f6f5f4;
  padding: 5px;
  color: #863997;
  z-index: 10;
  position: fixed;
  margin-bottom: 5px;
  cursor: pointer;
  min-width: 20vw;
  max-width: 40%;
  top: 50%;
}

.previous-steps {
  position: absolute;
  background-color: white;
  z-index: 100;
}

#headerContents {
  display: flex;
  justify-content: space-between;
}

.disp-div {
  font-size: 1.8rem;
  margin-right: 5vw;
  display: flex;
  flex-direction: row;
}

.step-item {
  background-color: white;
}

.flex-detail {
  display: flex;
}

.for-hide {
  margin-top: 10px;
  position: absolute;
  background-color: white;
  z-index: 100;
}

.confirm {
  background-color: #f6f5f4;
  border: 1px solid #863997;
  position: fixed;
  width: 33%;
  left: 33%;
  top: 35%;
  padding: 6px 8px;
  text-align: center;
  z-index: 200;
  margin: auto;
  overflow-y: auto;
  max-height: 50%;
}

.confirm-top {
  top: 15% !important;
  max-height: 70% !important;
}

.confirm-wide {
  width: 70%;
  left: 15%;
}

.confirm-full {
  width: 90% !important;
  left: 5%;
  top: 5% !important;
  max-height: 85% !important;
  position: fixed;
  height: 85%;
}

.button-div {
  padding-top: 10px;
}

.button-margin-top {
  margin-top: 10px !important;
}

.button-div-top {
  padding-top: 30px;
}

.inline {
  margin-right: 20px;
}

.inline-top {
  padding-top: 5px;
  vertical-align: middle;
}

.div-top {
  margin-top: 60px;
}

.div-border {
  border: 1px solid #863997;
}

.prog-bar {
  width: 100%;
  background-color: #ddd;
  border: 1px solid #863997;
  height: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.prog-indicator {
  width: 1%;
  height: 30px;
  background-color: #863997;
  color: white;
  line-height: 30px;
}

.btn-selected {
  background-color: #f6f5f4 !important;
  color: #863997 !important;
}

.btn-tab {
  width: 150px;
  margin-right: 5px;
}

.supplier-on-trial {
  background-color: #DE4730;
}

.questionnaire-modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.questionnaire-modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  width: 80%;
}

.questionnaire-close {
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.questionnaire-detail {
  padding: 10px;
  margin-bottom: 5px;
  width: fit-content;
  margin-left: 1%;
  margin-right: 1%;
  text-align: start;
}

.questionnaire-part {
  border-style: groove;
  text-align: center;
  margin-bottom: 5px;
}

.questionnaire-header {
  color: #863997 !important;
}

.row-flex {
  display: flex;
  justify-content: center;
  margin: 5px;
}

.table-indent {
  padding-left: 20px !important;
}

.address-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.address-list li {
  display: grid;
  grid-template-columns: 30% auto 5%;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 5px;
  cursor: pointer;
}
.address-list li.column-right {
  grid-column: 2;
  text-align: left;
}
.address-list li.bordered {
  border: solid 1px #863997;
}
.address-list li:hover {
  background-color: rgba(134, 57, 151, 0.5);
  color: #fff;
  transition: all ease 0.3s;
}
.address-list li.expanded {
  grid-template-rows: auto 1fr;
}
.address-list label, .address-list input[type=text] {
  margin-bottom: 0px !important;
}
.address-list textarea {
  resize: vertical;
}
.address-list p {
  padding-left: 5px;
}

.li-row2 {
  display: grid;
  grid-template-columns: 20% 1fr 40%;
  grid-row: 2;
  grid-column: 1/5;
  margin-bottom: 5px;
}

.q-doc-list {
  list-style: inside;
}

.row-open {
  background-color: #cbc6c3;
  left: 20px;
  cursor: not-allowed;
}

header {
  width: calc(100% - 40px);
  padding: 20px 0 0 15px;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
header .logo-block {
  grid-area: 1/1/3/2;
}
header .logo-block a.logo {
  display: block;
  width: 240px;
  height: 50px;
  background: url(/assets/images/lg_helios.png) no-repeat;
}
header .logo-block a.logo:hover {
  background: url(/assets/images/ani_helios_small.gif) no-repeat;
  cursor: pointer;
}
header .logo-block p {
  margin-top: 30px;
  width: 50%;
}
header .logo-block button {
  margin-top: -10px;
}
header .header-contents {
  grid-area: 1/2/2/4;
}
header .searchBar {
  grid-area: 2/2/3/4;
}
header .header-contents {
  display: flex;
  width: 100%;
  min-height: 86px;
  justify-content: space-between;
  /*.textHeader {
      padding: 0 20px;
  }*/
}
header table {
  margin-top: -10px;
}

body {
  position: relative;
  background-color: #fff;
  font-family: "mallannaregular", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 140px auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100vh;
}
body.testbg {
  position: relative;
}
body.testbg:before {
  content: " ";
  border: solid 10px rgba(204, 0, 0, 0.9);
  border-bottom: 0;
  width: 100%;
  position: absolute;
  height: calc(100% + 5px);
  z-index: -1;
}
body.devbg {
  position: relative;
}
body.devbg:before {
  content: " ";
  border: solid 10px rgba(0, 184, 0, 0.9);
  border-bottom: 0;
  width: 100%;
  position: absolute;
  height: calc(100% + 5px);
  z-index: -1;
}
body.localbg {
  position: relative;
}
body.localbg:before {
  content: " ";
  border: solid 10px rgba(0, 0, 0, 0.9);
  border-bottom: 0;
  width: 100%;
  position: absolute;
  height: calc(100% + 5px);
  z-index: -1;
}
body.login {
  grid-template-rows: 90vh 1fr;
  align-items: center;
}
body.dev {
  border: solid 5px #00B800;
}
body.test {
  border: solid 5px #cc0000;
}

main {
  width: calc(100% - 40px);
  padding: 20px 0 20px 10px;
}

footer {
  border-top: solid 1px #cbc6c3;
  padding: 20px 40px 0;
  display: flex;
  justify-content: space-between;
}

.flex {
  display: flex;
}
.flex-general {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
  position: relative;
}
.flex-general.half-width {
  width: 50%;
}
.flex-reverse {
  flex-direction: row-reverse;
  width: 70%;
  margin: 20px auto 0;
}

.whole-page {
  position: absolute;
  top: 150px;
  height: 100%;
  overflow-y: auto;
  padding: 20px 0 20px 10px;
  background-color: #fff;
  width: calc(100% - 20px);
}

.landing {
  display: grid;
  grid-template-columns: 1fr 450px;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 60%;
  margin: 0 auto;
  position: relative;
}
.landing-image, .landing-form {
  display: grid;
  align-items: center;
}
.landing h2 {
  font-family: mallannaregular;
  color: #d98f1d;
  font-size: 1.625rem;
  font-weight: normal;
  font-style: italic;
  bottom: 75px;
  position: absolute;
  z-index: 1;
}
@media (min-width: 992px) {
  .landing h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .landing h2 {
    font-size: 3.75rem;
  }
}

.landing-image {
  animation-name: show;
  opacity: 0;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-duration: 0.7s;
}
.landing-image img {
  width: 100%;
  min-width: 400px;
}

.landing-form {
  background-color: #fff;
  outline: solid 1px #d98f1d;
  padding: 20px 20px 0 20px;
  margin: 40px;
  animation-name: show;
  opacity: 0;
  animation-delay: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-duration: 2s;
}
.landing-form h1 {
  margin-top: unset;
  color: #d98f1d;
}
.landing-form div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.landing-form input, .landing-form button {
  margin-bottom: 20px;
}

.errorMessage {
  background: url(../assets/images/ic_error.svg) no-repeat;
  background-size: 20px;
  background-position: 0 4px;
  color: #cc0000;
  min-height: 40px;
  padding-left: 30px;
  opacity: 0;
  transition: all ease 0.3s;
  margin-top: -10px;
  margin-bottom: 10px;
}
.errorMessage.active {
  opacity: 1;
  transition: all ease 0.3s;
}

.pagination {
  display: flex;
  margin: 20px auto;
  justify-content: center;
}
.pagination a {
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  transition: all ease 0.3s;
  border: 1px solid #cbc6c3;
  margin: 0 4px;
}
.pagination a.active {
  background-color: #863997;
  color: #fff;
  border: 1px solid #863997;
  transition: all ease 0.3s;
}
.pagination a:hover {
  background-color: #dac5dc;
}
.pagination a:not(.active) {
  border: solid 1px #cbc6c3;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  /*transform: translate(-50%, -50%);*/
  background-color: #f6f5f4;
  /*border: 2px solid $quinary-color;*/
  width: 100%;
  height: 100%;
  /*	padding: 50px;
  */
  text-align: center;
  margin: 0 auto;
  /*height: unset;*/
  z-index: 100;
  display: none;
  transition: all ease-in 0.4s;
}
.modal .modal-content {
  background-color: #f6f5f4;
  border: 2px solid #000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  max-height: 80vh;
  overflow-y: auto;
}
.modal .modal-buttons {
  display: flex;
  justify-content: center;
}
.modal .modal-buttons input[type=button] {
  min-width: 150px;
}
.modal table {
  width: unset;
  margin: 0 auto;
}
.modal #modalClose {
  margin-top: -20px;
}

.modal-fixed {
  background-color: #f6f5f4;
  border: 2px solid #000;
  position: fixed;
  top: 30%;
  left: 50%;
  min-width: 70%;
  transform: translate(-50%, -30%);
  padding: 50px;
  height: 80vh;
  min-height: 40vh;
  max-height: 80vh;
  /*overflow-y: scroll;*/
}

.modal-invoice {
  background-color: #f6f5f4;
  border: 2px solid #000;
  position: fixed;
  top: 30%;
  left: 50%;
  min-width: 70%;
  transform: translate(-50%, -30%);
  padding: 50px;
  height: 80vh;
  min-height: 40vh;
  max-height: 80vh;
  /*overflow-y: scroll;*/
}

#saveDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  display: none;
}

#savingModal {
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.saving-modal {
  height: fit-content;
  width: fit-content;
}

#portalRepBtnDiv {
  padding-top: 10px;
  display: flex;
  justify-content: space-around;
}

.tabs-container {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.tab-button {
  margin-right: 10px;
  background: #f0f0f0;
  border-style: solid;
  border-width: thin;
  border-color: black;
  color: black;
  padding: 10px;
  cursor: pointer;
}

.tab-button:hover {
  background: #ddd;
}

.tab-button.active {
  background: #fff;
  border-bottom: 2px solid #000;
}

.active {
  border-style: solid;
  border-width: medium;
  border-color: #863997;
  color: #863997;
}

.parts-container > .questionnaire-part {
  display: none;
  padding: 10px;
}

#inputHeader {
  cursor: move;
}

#inputModal {
  top: 200px;
  left: 200px;
  width: fit-content;
}

button-row {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.key-date-div {
  margin-top: 5%;
}

.image-remove-icon {
  color: red;
}

.image-title {
  color: black;
  text-align: center;
  overflow: hidden;
}

.input-btn-row {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.input-btn-row-between {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.bst-modal {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
}

.bst-modal.show {
  display: block;
}

.bst-modal .modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 1rem;
  border-radius: 8px;
  width: 90%;
  max-width: 800px;
  position: relative;
}

.q-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  color: #863997;
}

.area-section {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.area-section h3 {
  margin-bottom: 0.5rem;
}

.thumb-list {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.thumb-list .thumb {
  position: relative;
  width: 100px;
  height: 100px;
  background: #f2f2f2;
  background-size: cover;
  background-position: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.thumb .btn-delete {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  font-size: 0.8rem;
  padding: 0 4px;
}

.thumb {
  cursor: pointer;
}

.area-section .btn-add {
  margin-top: 0.5rem;
}

.missing-mandatory {
  background-color: rgba(153, 88, 156, 0.2);
  color: #fff;
}

.doc-select-btn {
  display: flex;
  justify-content: space-around;
}

.searchBar {
  display: flex;
  justify-content: end;
}
.searchBar input {
  min-width: 300px;
}

.slidehsow-container {
  position: relative;
  padding: 0 20px;
  min-height: 160px;
}
@media (min-width: 992px) {
  .slidehsow-container {
    padding: 0 60px;
    min-height: 300px;
  }
}

#slideshow {
  justify-content: center;
  overflow-x: auto;
  margin-bottom: 20px;
  position: relative;
}
#slideshow ul {
  display: flex;
  list-style-type: none;
  align-items: center;
}
#slideshow img {
  width: 100px;
  height: auto;
  display: block;
  margin: 10px;
  transition: all 0.3s ease-in-out;
  border: solid 2px #fff;
}
@media (min-width: 992px) {
  #slideshow img {
    width: 150px;
  }
}
#slideshow img:hover {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: solid 2px #863997;
  opacity: 0.75;
}

.full-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.full-img img {
  margin: 0 10px 20px 10px;
  transition: all 0.3s ease-in-out;
  max-width: 640px;
  max-height: 480px;
}
.full-img button {
  text-decoration: none;
  font-size: 40px;
  line-height: 0;
  width: 50px;
  height: 50px;
  position: absolute;
}
.full-img button.prev {
  left: 0;
}
.full-img button.next {
  right: 0;
}

#button-left,
#button-right {
  position: absolute;
  align-items: center;
  align-content: center;
  vertical-align: middle;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 1000;
  height: 100%;
  width: 30px;
  text-decoration: none;
  font-size: 30px;
  line-height: 0;
}

#button-left {
  left: 0;
}

#button-right {
  right: 0;
}

@font-face {
  font-family: "alfa_slab_oneregular";
  src: url("../assets/fonts/alfaslabone-regular-webfont.woff2") format("woff2"), url("../assets/fonts/alfaslabone-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mallannaregular";
  src: url("../assets/fonts/mallanna-regular-webfont.woff2") format("woff2"), url("../assets/fonts/mallanna-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #000;
}

h1 {
  font-family: mallannaregular;
  color: #863997;
  font-size: 1.625rem;
  font-weight: normal;
  margin-top: 0;
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.8125rem;
  }
}

h2 {
  font-family: mallannaregular;
  color: #863997;
  font-size: 1.25rem;
  font-weight: normal;
}
@media (min-width: 992px) {
  h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.1875rem;
  }
}

h3, .textHeader, .welcome {
  font-family: mallannaregular;
  color: #000;
  font-size: 1.5625rem;
}
@media (min-width: 1200px) {
  h3, .textHeader, .welcome {
    font-size: 2.5rem;
  }
}

h4, .welcome-blocks h2 {
  font-family: mallannaregular;
  color: #863997;
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  h4, .welcome-blocks h2 {
    font-size: 1.5rem;
  }
}

h5 {
  font-family: mallannaregular;
  color: #863997;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6, .h6 {
  font-family: mallannaregular;
  color: #863997;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  margin-left: 5px !important;
}
h6 .warning, .h6 .warning {
  color: #cc0000;
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 1.125rem;
  }
}

.boldblock {
  font-family: mallannaregular;
  color: #000;
  font-weight: bold;
}

.tagline {
  font-family: mallannaregular;
  text-align: center;
  max-width: calc(80% + 40px);
}
@media (max-width: 991px) {
  .tagline {
    display: none;
  }
}
.tagline p {
  color: #863997;
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: normal;
  padding: 0 20px;
}
.tagline p span {
  color: #d98f1d;
  animation-name: changeColour;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 3;
  white-space: nowrap;
}
.tagline p span:nth-of-type(2) {
  animation-delay: 2.5s;
}

.notification {
  color: #d98f1d;
}

.warning {
  color: #cc0000;
}

.required {
  color: #cc0000;
}
.required:before {
  content: "*";
}

p,
label, input, button, #dateLbl {
  font-size: 1rem;
  /*    line-height: rem(22px);
  */
  margin-top: 0;
}

.btnIcon, .gridLabel, .actionLabel, i {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.icon-large {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-top: 20px;
}

.middle {
  margin-top: 6px;
  margin-bottom: 0px;
}

table {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
}
table tr {
  /*border-bottom: solid 1px $septenary-color;*/
  position: relative;
}
table tr.closed {
  background-color: rgba(203, 198, 195, 0.5);
}
table tr.warning {
  background-color: rgba(153, 88, 156, 0.2);
}
table th, table .th-style {
  /*background-color: $th-colour;*/
  padding: 10px 7px 10px;
  border-bottom: solid 1px #cbc6c3;
  text-align: left;
}
table th.sticky, table .th-style.sticky {
  position: sticky;
  top: 0px;
}
table tHead.sticky {
  position: sticky;
  top: 0px;
  z-index: 1000;
  background-color: #fff;
}
table td, table th {
  vertical-align: top;
  text-align: left;
}
table td:not(:first-of-type), table th:not(:first-of-type) {
  padding: 10px 5px 10px;
}
table td:first-of-type, table th:first-of-type {
  padding: 10px 0 10px 0;
}
table td:last-of-type, table th:last-of-type {
  padding: 10px 5px 10px;
}
table td:last-of-type#actPrice, table th:last-of-type#actPrice {
  padding: 10px 5px 10px 5px;
}
table td#cellRowSel, table th#cellRowSel {
  text-align: right;
}
table td.claim-width, table th.claim-width {
  width: 300px;
}
table td.width-20, table th.width-20 {
  width: 20%;
}
table td.width-30, table th.width-30 {
  width: 30%;
}
table td.gridActionItem, table th.gridActionItem {
  display: flex;
  justify-content: space-between;
}
table td.gridActionItem div, table th.gridActionItem div {
  width: 25%;
}
table td.gridActionItem div.one, table th.gridActionItem div.one {
  font-weight: bold;
}
table td.gridActionItem div.two, table th.gridActionItem div.two {
  width: 45%;
}
table td.text-middle, table th.text-middle {
  vertical-align: middle;
  white-space: nowrap;
}
table td input, table th input {
  width: 100%;
}
table#memberTbl td:not(:first-of-type) {
  text-align: right;
}
table #catFilter {
  margin-right: 5px;
}
table.medium, table#tblLogEntry, table#tblAction {
  width: 80%;
  margin: 20px auto 0;
}

#pane4 table tr {
  border-bottom: solid 1px #cbc6c3;
}

#tblCaseDisp .tblCaseDisp-icon {
  width: 30px;
  text-align: center;
}

#tblCaseLog td:first-of-type {
  padding: 0;
}

.table-hover tr:hover td {
  background-color: rgba(217, 143, 29, 0.2);
  cursor: pointer;
}

/*#clientTable {
    font-size: rem(14px);
}*/
td:empty {
  padding: 0;
  border: 0;
}

#pane1Table tr {
  border-bottom: dotted 3px #863997;
}

#tblAction tr:last-of-type {
  border-bottom: 0;
}
#tblAction td:empty {
  border-bottom: 0;
}

.draggable-table {
  position: relative;
  border-collapse: collapse;
  background: white;
}
.draggable-table .draggable-table__drag {
  position: absolute;
  width: 100%;
  z-index: 10;
  cursor: grabbing;
  opacity: 1;
}
.draggable-table thead th {
  height: 25px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 10px;
  user-select: none;
}
.draggable-table tbody tr {
  cursor: grabbing;
}
.draggable-table tbody tr td {
  user-select: none;
}
.draggable-table tbody tr.is-dragging {
  background: #d98f1d;
}

.col-button {
  width: 50px !important;
  max-width: 50px;
  vertical-align: middle !important;
}

.col-logtext {
  width: 60%;
}

#cdPreview {
  text-align: right;
}

.middle-align {
  vertical-align: middle !important;
}

.tbc-row {
  border-style: dotted;
  border-color: #863997;
  border-width: thin;
}

.tbc-input {
  background-image: radial-gradient(circle, #863997 1px, transparent 1px);
  background-size: 3px 4px;
}

.tbc-select-row {
  border-style: dotted;
  border-color: #863997;
  border-radius: 10px;
  padding: 3px;
}

.new-role-input {
  display: flex;
}

.cell-bordered {
  border: 1px solid black;
  padding-left: 3px !important;
}

.resizer {
  resize: horizontal;
}

tr#tabHeader:hover {
  background: unset;
}

.excIcon {
  float: right;
  font-size: 24px;
}

#tblNewCase th, #tblNewCase#logCreateHdr {
  border: unset;
}
#tblNewCase th:hover, #tblNewCase#logCreateHdr:hover {
  background: #fff;
}
#tblNewCase td:first-of-type {
  padding: 10px 0 10px 5px;
}

/*.tblRowActual {
    background: $secondary-color;
}*/
.tblRowEstimate {
  background: rgba(203, 198, 195, 0.4);
}

#tblCostEstHdr tr:hover {
  background-color: unset;
}

#btnQuote {
  display: none;
}

input[type=date] {
  width: auto;
}

.message-title {
  transition: 0.4s;
  color: #863997;
  margin-bottom: 0;
  border: solid 1px #863997;
  padding: 15px;
  border-bottom: 0;
  font-size: 1.25rem;
  position: relative;
  transition: all ease 0.3s;
}
@media (min-width: 992px) {
  .message-title {
    font-size: 1.5rem;
  }
}
.message-title:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  background-color: #863997;
  transition: all ease 0.3s;
  color: #fff;
}
.message-title:after {
  content: " ";
  color: #863997;
  position: absolute;
  background: url(../images/plus-circle-fill.svg) no-repeat;
  height: 30px;
  width: 30px;
  right: 10px;
  top: 10px;
  background-size: contain;
  transition: all ease 0.3s;
}
.message-title.active {
  background-color: rgba(255, 255, 255, 0.8);
  color: #863997;
}
.message-title.active:after {
  color: #863997;
  position: absolute;
  background: url(../images/minus-circle-fill.svg) no-repeat;
  background-size: contain;
  transition: all ease 0.3s;
}
.message-title.active.artemis-title {
  background-color: #dac5dc;
}
.message-title.active.artemis-title:hover {
  background-color: #dac5dc;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  border: solid 1px #863997;
  border-top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  word-wrap: break-word;
}
.panel-content {
  padding: 0 0 10px 0;
}
@media (min-width: 992px) {
  .panel-content {
    padding: 0 10px 10px 10px;
  }
}
.panel .artemis-message {
  padding: 10px 10px 10px 50px;
  background-color: rgba(134, 57, 151, 0.25);
}
.panel a + .artemis-message {
  padding-left: 20px;
}

.button-container {
  display: flex;
  justify-content: end;
}

/*# sourceMappingURL=style.css.map */
