﻿@font-face {
  font-family: "digital-serialbold";
  src: url("../fonts/digital-serial-bold-webfont.woff2") format("woff2"), url("../fonts/digital-serial-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aero-Matics";
  src: url("../fonts/Aero-Matics-Regular.ttf.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*$vendorsColour: #9A275A;*/
input[type=button], input[type=submit] {
  background-color: #2C649C;
  border: 1px solid #2C649C;
  border-radius: 3px;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}

input[type=button]:hover, input[type=submit]:hover {
  cursor: pointer;
  background: #498acc;
  transition: ease-out 200ms;
}

.nav-linkbutton {
  text-decoration: none;
  font-family: "Aero-Matics";
  float: right;
}

.nav-item .nav-link {
  color: #8b8b8b !important;
  display: flex;
}

.nav-item .nav-link.active {
  color: #2C649C !important;
}

.nav-button {
  text-decoration: none;
  font-family: "Aero-Matics";
  font-size: 14px;
  color: #2C649C;
  text-align: center;
  padding: 8px;
  margin-left: auto;
  border-radius: 3px;
  cursor: pointer;
}

.nav-button:hover {
  color: #70A3D7;
}

.notification-button {
  position: relative;
}

.notification-counter {
  background-color: red;
  height: 20px;
  width: 20px;
  font-size: 14px;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-toggler {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0 !important;
  height: unset !important;
  justify-content: center !important;
  padding-top: 5px !important;
  border-radius: 3px !important;
  padding-bottom: 5px !important;
}

.sidebar-toggler:hover {
  color: white;
}

.toast-header .close {
  border: none;
  color: white;
  background-color: unset;
  cursor: pointer;
}

.sidenav a {
  padding: 8px 8px 8px 14px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #818181;
  display: block;
  white-space: nowrap;
  line-height: 2;
  border-radius: 0;
  cursor: pointer;
}

.sidenav a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #70A3D7;
}

.tree-expander, .filter-expander {
  cursor: pointer;
  text-decoration: none;
}

.contract-folder-link, .com-group-link {
  text-decoration: none;
  color: #2C649C;
  font-size: 16px;
  cursor: pointer;
  padding: 5px 8px;
  border-radius: 3px;
  line-height: 2;
}

.contract-folder-link.selected, .com-group-link.selected {
  background-color: #2C649C;
  color: white;
  font-weight: 600;
}

.contract-folder-link:hover, .com-group-link:hover {
  background-color: #70A3D7;
  color: white;
}

.comgroup-item:hover {
  background-color: #96E1EE;
  color: white;
}

.comgroup-item.selected {
  background-color: #22b8d1 !important;
  color: white;
  font-weight: 600;
}

.contract-counter {
  background-color: #2C649C;
  height: 20px;
  width: 20px;
  font-size: 14px;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid white;
  border-bottom: 20px solid white;
  border-right: 20px solid transparent;
}

.progress-triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 20px solid white;
  border-bottom: 20px solid white;
  border-left: 20px solid transparent;
}

/*
.table a {
    text-align: center;
    border: solid 2px $primaryColour;
    color: #FFF !important;
    font-family: Calibri;
    text-transform: uppercase;
    background: $primaryColour !important;
    text-decoration: none;
    display: inline-block;
    padding: 8px 5px 8px 5px;
    border-radius: 3px;
}

.table a:hover {
    background: white !important;
    cursor: pointer;
    text-decoration: none !important;
    color: $primaryColour !important;
    transition: ease-out 200ms;
}
*/
.close {
  float: right;
  color: #ADADAD;
}

.grid-control {
  font-size: 20px;
  color: #2C649C;
  border: 1px solid #F1F1F1;
  padding: 5px 8px;
  border-radius: 3px;
  margin-right: 10px;
}

.max .grid-control {
  color: #ADADAD !important;
}

.Link, .SecondaryLink, .AltLink, .ExportLink, .DangerLink {
  min-width: 55px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  font-family: "Aero-Matics";
  cursor: pointer;
}

.Link {
  border: solid 2px #2C649C;
  color: #FFF !important;
  background: #2C649C;
}

.Link:hover {
  background: white !important;
  text-decoration: none !important;
  color: #2C649C !important;
  transition: ease-out 200ms;
}

.saved {
  background-color: white !important;
  color: #09814A !important;
  border-color: #09814A;
}

.deleted {
  background-color: white !important;
  color: #F05D5E !important;
  border-color: #F05D5E;
}

.small-Link {
  min-width: 55px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  font-family: "Aero-Matics";
  cursor: pointer;
  border: solid 2px #2C649C;
  color: #FFF !important;
  background: #2C649C;
  height: 42px;
}

.small-Link:hover {
  background: white !important;
  text-decoration: none !important;
  color: #2C649C !important;
  transition: ease-out 200ms;
}

.AltLink {
  border: solid 2px #2C649C;
  color: #2C649C !important;
  background: #fff !important;
}

.AltLink:hover {
  background: #2C649C !important;
  text-decoration: none !important;
  color: #fff !important;
  transition: ease-out 200ms;
}

.SecondaryLink {
  border: solid 2px #22b8d1;
  color: #FFF !important;
  background: #22b8d1 !important;
}

.SecondaryLink:hover {
  background: white !important;
  text-decoration: none !important;
  color: #22b8d1 !important;
  transition: ease-out 200ms;
}

.ExportLink {
  border: solid 2px #1D6F42;
  color: #FFF !important;
  font-family: "Aero-Matics";
  background: #1D6F42 !important;
  width: unset !important;
}

.ExportLink:hover {
  background: white !important;
  text-decoration: none !important;
  color: #1D6F42 !important;
  transition: ease-out 200ms;
}

.DangerLink {
  min-width: 40px;
  border: solid 2px #F05D5E;
  color: #FFF !important;
  background: #F05D5E !important;
}

.DangerLink:hover {
  background: white !important;
  text-decoration: none !important;
  color: #F05D5E !important;
  transition: ease-out 200ms;
}

.collapse-button {
  display: flex;
}

.collapse-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.collapse-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

#modalButtons {
  padding-top: 15px;
}

.com-group-link {
  cursor: pointer;
  font-size: 0.8rem;
  /*border: 2px solid $primaryColour;*/
  border-radius: 15px;
}

.btn-group {
  padding: 5px 0;
}

.btn-secondary {
  background-color: #22b8d1;
  border: 1px solid #96E1EE;
}

.btn-secondary:hover {
  color: #22b8d1;
  background-color: white;
  border: 1px solid #96E1EE;
}

a[disabled], a[disabled]:hover, .disabled {
  pointer-events: none;
  opacity: 0.3;
}

.btn-close {
  z-index: 10;
}

#toolbar {
  display: flex;
  flex-direction: row;
}

.ToolbarLink {
  width: 28px;
  padding: 3px 5px;
  text-decoration: none;
  background-color: #2C649C;
  color: white;
  margin: 0 5px;
  border-radius: 50%;
  text-align: center;
}

.ToolbarLink i {
  margin-left: auto;
  margin-right: auto;
}

.comgroup-item {
  border: 2px solid #22b8d1 !important;
  border-radius: 5px;
}

.fit-button {
  max-width: max-content;
}

/*
.display-inline-block {
    display: inline-block;
}*/
.justify-content-space-between {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.custom-accordion {
  background-color: #2C649C;
  color: white;
  font-size: 20px;
  text-decoration: none;
  font-family: "Aero-Matics";
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
  text-align: left;
  border-radius: 3px;
  border: solid 2px #2C649C;
  outline: none;
  transition: ease-out 200ms;
}

.custom-accordion:hover {
  background-color: white;
  color: #2C649C;
  border-color: #2C649C;
}

.accordion-active {
  background-color: #70A3D7;
  color: white;
  border-color: #70A3D7;
}

.custom-accordion:after {
  content: "+";
  float: right;
  margin-left: 5px;
}

.accordion-active:after {
  content: "-";
}

.page-link {
  cursor: pointer !important;
}

.pagination-number.active {
  color: #fff !important;
  background: #2C649C !important;
}

#sdaMaps {
  position: relative;
}

#sdaMaps .Link {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.treegrid-container, .filter-container, .form-container, .table-container {
  /*background-color: #f2f2f2;*/
  border-radius: 5px;
  padding: 10px 15px;
  /*box-shadow: 1px 5px 10px 3px rgb(0 0 0 / 20%);*/
}

.treegrid-container, .filter-container, .form-container {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.filter-container {
  max-height: 650px;
  overflow-y: scroll;
}

.table-wrapper {
  /*background-color: #f2f2f2;*/
  border-radius: 5px;
  padding: 10px 15px;
  /*box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);*/
}

.read-only-form {
  /*background-color: #f1f1f1;*/
}

table {
  font-size: 0.75rem;
}

.table tr {
  background-color: white;
}

td {
  vertical-align: middle !important;
}

.table tr th,
.table-header {
  background-color: #4d4d4d !important;
  color: white;
}

.table tr td {
  color: #666666;
  font-weight: unset !important;
  /*    padding-top: 10px;
      padding-bottom: 10px;*/
  border-bottom: 1px solid #f2f2f2;
}

.table th td {
  color: #fff;
  font-weight: unset !important;
  padding-top: 19px;
  padding-bottom: 19px;
}

.page-link {
  color: #2C649C;
}

.page-item.active .page-link {
  background-color: #4d4d4d !important;
  border-color: #2C649C;
}

.table, tr {
  width: 100% !important;
}

.table-container {
  border-radius: 5px;
  position: relative;
}

.selected td {
  background-color: unset !important;
  color: white !important;
}

.selected {
  background-color: #4085C9 !important;
}

.expiredItemRow {
  background-color: #f5f5f5 !important;
  color: #9c9c9c !important;
}

.futureItemRow {
  background-color: #fafbd8 !important;
}

.expiredItemRow td, .futureItemRow td {
  background-color: unset !important;
}

.expiredItemRow td {
  color: #9c9c9c !important;
}

.contractItemsKey, .vendorWorkflowsKey, .VendorTaskKey {
  font-size: 0.9rem;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
}

.contractItemsKey div, .vendorWorkflowsKey div, .VendorTaskKey div {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.declinedWFRow {
  background-color: #8B0000 !important;
  color: white !important;
}

.approvedWFRow {
  background-color: #008000 !important;
  color: white !important;
}

.outstandingWFRow {
  background-color: #F0E68C !important;
  color: black !important;
}

.completeWFRow {
  background-color: #00FF00 !important;
  color: black !important;
}

.futureWFRow {
  background-color: #FFFFFF !important;
  color: black !important;
}

.tr:hover declinedWFRow, .tr:hover approvedWFRow, .tr:hover outstandingWFRow,
.tr:hover completeWFRow, .tr:hover futureWFRow {
  background-color: unset;
  color: unset;
}

.table tr:hover {
  cursor: pointer;
  background-color: #498acc !important;
  color: white !important;
}

.table tr:hover td {
  background-color: unset !important;
  color: unset !important;
}

.table tr:hover ul {
  color: #666666 !important;
}

.tableKey {
  align-items: center;
  margin-left: 0.5rem;
}

.tableKey a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  padding: 2px;
  border: solid 2px transparent;
}

.selectedKey,
.activeKey {
  border: solid 2px #2B2B2B;
  border-color: #2B2B2B !important;
  box-shadow: 0px 0px 5px 2px #2B2B2B;
  z-index: 10;
  transition: box-shadow 0.15s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.table-controls {
  display: flex;
  position: absolute;
  right: 15px;
  z-index: 2;
}

.treegrid-row {
  height: 35px;
}

.pastCompletionDate {
  background-color: #fc2d2d !important;
  color: white !important;
}

.pastCompletionDateKey {
  background-color: #fc2d2d !important;
  color: white !important;
  border: 0.5px dotted black;
}

.activeTaskKey {
  border: 2px dotted black;
}

.activeKey {
  border: 2px solid black !important;
}

.tableLink {
  font-size: unset;
}

.changeReqRow {
  border-bottom: 1px solid #afafaf;
}

.no-hover tr:hover {
  cursor: default !important;
}

.no-hover input {
  cursor: pointer;
}

.pendingRegRow td:first-child {
  background-color: #fafbd8 !important;
}

.selected.pendingRegRow td:first-child {
  color: black !important;
}

.panel {
  padding: 0 0px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.csi-question-container {
  padding-left: 0.75rem;
}

#parameters-container {
  height: 90% !important;
}

.advancedSearchCheckboxes {
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
}

.noteTextBox {
  resize: none;
  height: 10rem;
}

.first-time-supplier-fields {
  display: none;
}

.dropdown-menu {
  width: 200px;
  padding: 0 !important;
  color: #ADADAD;
}

.navbar {
  background-color: #ECEBEB;
}

.dropdown-menu .notifications {
  padding: 5px 10px !important;
}

.sidenav {
  height: 100%;
  font-family: "Aero-Matics";
  width: 250px;
  top: 0;
  left: 0;
  background-color: #fff;
  border-right: 1px solid #F4F4F4;
  position: fixed;
  z-index: 3;
  overflow-x: hidden;
  transition: 0.3s;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.menu-logo {
  display: flex;
  height: 50px;
  padding: 8px 8px 8px 14px;
  align-items: center;
}

.header-wrapper {
  display: flex;
  height: 100%;
}

.nav-icon {
  font-size: 1.2rem;
  margin-right: 0.2rem;
  text-align: center;
  width: 1.6rem;
}

.sidebar-collapsed {
  margin-left: 55px !important;
}

.sidebar-collapsed .coLogo {
  display: none;
}

.sidebar-collapsed .sidenav {
  width: 55px;
}

.sidebar-collapsed .sidenav .dropdownToggler {
  display: none;
}

.sidebar-collapsed .sidenav .side-header {
  display: none;
}

.sidebar-collapsed .main-container {
  margin-left: 0px !important;
}

.sidebar-collapsed .navbar {
  margin-left: 0px !important;
}

.navbar {
  height: 50px;
  margin-left: 250px;
  transition: 0.5s;
  z-index: 3;
  padding-left: 10px;
  padding-right: 10px;
}

.white-container {
  background-color: white;
  border-radius: 5px;
  padding: 10px 15px;
}

.contract-progress {
  display: flex;
  width: 100%;
  background-color: white;
  justify-content: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #f2f2f2;
}

.dropdown-menu {
  width: 200px;
  padding: 0 !important;
  color: #ADADAD;
}

.dropdown-menu a {
  width: 100%;
  padding: 15px;
  margin-left: auto;
  height: 100%;
  color: #838383;
  border-bottom: solid 1px #838383;
}

.dropdown-menu a i {
  margin-right: 10px;
}

.dropdown-menu a:hover {
  color: white;
  background-color: #838383;
}

.user-settings {
  width: 220px;
}

.dropdown-menu-right {
  right: 0 !important;
  left: unset !important;
}

.tab-pane.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  display: flex;
  justify-content: space-around;
  padding-left: 0 !important;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  position: relative;
  text-align: center;
}

#progressbar #itemFilter:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0b0";
}

#progressbar #itemDetail:before {
  font-family: "Font Awesome 6 Free";
  content: "\f007";
}

#progressbar #itemPreview:before {
  font-family: "Font Awesome 6 Free";
  content: "\f09d";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #2C649C;
}

#addAdvanced .tab {
  display: none;
}

.com-group-tree {
  background-color: #f3f3f3;
  border-radius: 5px;
  overflow-y: scroll;
  height: 600px;
  background-color: white;
  border-radius: 5px;
  padding: 10px 15px;
  box-shadow: 1px 5px 10px 3px rgba(0, 0, 0, 0.2);
}

.tab-content {
  background-color: white;
  padding: 3px;
  border-radius: 5px;
}

.custom-jstree {
  max-height: calc(100vh - 250px);
  padding: 10px;
  right: 55px;
  top: 0;
}

.hidden {
  display: none !important;
}

.modal-header .nav-back {
  z-index: 10;
  cursor: pointer;
}

.PrimaryHeader {
  text-align: left;
  font-family: "Aero-Matics";
  font-size: 1.5rem;
  color: #2C649C;
  padding-bottom: 15px;
  line-height: 35px;
}

.SecondaryHeader {
  font-family: "Aero-Matics";
  font-size: 1.3rem;
  color: #6f6f6f;
}

.form-floating textarea {
  height: 120px !important;
}

.form-floating > input[type=file] ~ label {
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem) !important;
}

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

.product-text {
  padding-left: 10px;
  color: #2C649C;
  font-family: "Aero-Matics";
  font-size: 1em;
}

.MenuLineText {
  font-size: 16px;
  text-decoration: none;
  color: #ADADAD;
  background-color: white;
  padding: 8px 25px 8px 15px;
  height: 40px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  position: relative;
  display: flex;
}

.MenuLineText:hover {
  color: white;
  background-color: #70A3D7;
  cursor: pointer;
}

.nav-back {
  font-size: 16px;
  text-decoration: none;
  color: #ADADAD;
  padding: 8px 25px 8px 15px;
  height: 40px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  position: relative;
  display: flex;
}

.nav-back:hover {
  color: #2C649C;
}

.breadcrumb {
  font-size: 16px;
  text-decoration: none;
  color: #ADADAD;
  padding: 8px 3px 8px 3px;
  height: 40px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  position: relative;
  display: flex;
}

.breadcrumb:hover {
  color: #2C649C;
}

.MenuItemSelect {
  cursor: default;
  color: white;
  background-color: #2C649C;
}

.menu-text {
  display: flex;
  font-size: 0.75rem;
}

.form-group {
  display: block;
  margin-bottom: 8px;
}

.form-group input, .form-floating input, .form-floating select {
  border-bottom: 1px solid #EAEAEA;
  border-radius: 0px !important;
  border-top: none;
  border-left: none;
  border-right: none;
}

.form-group input:focus, .form-floating input:focus, .form-floating select:focus {
  border-bottom: 1px solid #ADADAD;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  box-shadow: 0px 1px 0px 0 #2C649C;
}

.select2-selection--single {
  border-bottom: none !important;
  border-radius: 0px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 58px !important;
}

.select2-selection__rendered {
  display: block !important;
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
}

.select2-container {
  width: 100% !important;
  padding: 1rem 0.75rem 1rem 0;
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  border-bottom: 1px solid #EAEAEA !important;
  border-radius: 0px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.filter-container .SecondaryHeader, .treegrid-container .SecondaryHeader {
  padding: 5px 0;
  border-bottom: 1px solid #EAEAEA;
}

.filter-container input {
  width: 100%;
}

.forbidden {
  font-size: 100px;
  font: "Aero-Matics";
  color: #cf1616;
}

.sidebar-collapsed .sidenav .nav-item-text {
  display: none;
}

.nav-item.back {
  position: absolute;
  left: 10px;
}

.nav-item-text {
  display: inline-block;
  margin: 0;
}

.header-text {
  font-size: 14px;
  font-family: Antartida;
  color: #2C649C;
  text-align: end;
}

select {
  border-bottom: 1px solid #EAEAEA;
  border-top: none;
  border-left: none;
  border-right: none;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select:focus {
  border-bottom: 1px solid #ADADAD;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  box-shadow: 0px 1px 0px 0 #2C649C;
}

.form-group label, .form-floating label {
  color: #808080;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.2rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=text]:disabled, input[type=number]:disabled, select:disabled, input[type=singledaterange]:disabled {
  background-color: #d0d0d0 !important;
  opacity: 1;
  border-radius: 0px !important;
  color: #878787;
}

.form-group .form-input {
  margin-top: auto;
}

.doc-request-tabs {
  justify-content: center;
  font-size: 1rem;
}

.detail-tabs {
  font-size: 1rem;
}

.status-message {
  color: #F0A202;
  font-size: 14px;
}

.status-container {
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.toast.Warning {
  border-color: #F0A202;
}

.toast.Error {
  border-color: #F05D5E;
}

.toast.Standard {
  border-color: #2C649C;
}

.toast.Successful {
  border-color: #2C6E49;
}

.toast.Warning .toast-header {
  background-color: #F0A202;
  color: #f1f1f1;
}

.toast.Error .toast-header {
  background-color: #F05D5E;
  color: #f1f1f1;
}

.toast.Standard .toast-header {
  background-color: #2C649C;
  color: #f1f1f1;
}

.toast.Successful .toast-header {
  background-color: #2C6E49;
  color: #f1f1f1;
}

.threshold-form {
  margin-bottom: 5px;
  background-color: #f2f2f2;
  padding: 15px;
  border-radius: 3px;
}

.SumoSelect > .CaptionCont {
  border-bottom: 1px solid #EAEAEA !important;
  border-radius: 0px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  outline: none !important;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  outline: none !important;
  box-shadow: 0px 1px 0px 0 #2C649C !important;
  border-bottom: 1px solid #EAEAEA !important;
  border-radius: 0px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  outline: none !important;
}

.SumoSelect .placeholder {
  background-color: transparent !important;
  color: #808080 !important;
  font-style: normal !important;
}

.SumoSelect {
  width: 100% !important;
}

.jstree-default a.jstree-search {
  color: #09814A !important;
}

span.jstree-count {
  display: inline-block;
  margin: 1px 0 2px;
  padding: 0 4px 0 1px;
  vertical-align: top;
  text-decoration: none;
  line-height: 32px;
  height: 32px;
  transition: background-color 0.15s, box-shadow 0.15s, color 0.15s;
  white-space: nowrap;
}

.jstree-anchor.jstree-clicked + span.jstree-count, .jstree-anchor.jstree-hovered + span.jstree-count {
  cursor: pointer;
  color: white !important;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}

.error-message {
  color: #F05D5E !important;
}

.error-message::before {
  color: red !important;
}

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

.sumo-form {
  position: relative;
}

.sumo-form .SumoSelect {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.SumoLabel {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: #808080;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
}

.SumoSelect.open > .optWrapper {
  top: 65px !important;
}

.toast-body {
  padding-left: 10px;
  padding-right: 10px;
  white-space: pre-wrap;
}

.csi-question-label {
  opacity: 0.65;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.jdeIntegrationStatus {
  margin-top: 5px;
  text-align: center;
  border-radius: 3px;
  padding: 3px 5px;
  color: white;
}

.jdeIntegrationStatus.sent {
  background-color: #09814A;
}

.jdeIntegrationStatus.notSent {
  background-color: #F05D5E;
}

.table-subtext {
  background-color: #D5D5D5;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 11px;
}

.green-bg {
  background-color: #09814A;
  border-radius: 3px;
  padding: 3px 5px;
  color: white;
}

.coral-bg {
  background-color: #F05D5E;
  border-radius: 3px;
  padding: 3px 5px;
  color: white;
}

.jdeLabel {
  font-style: italic;
  color: #5b5b5b;
  margin-top: auto;
  margin-bottom: auto;
}

.form-check label {
  cursor: pointer;
}

.lblFiltered {
  padding: 0.25rem;
  display: none;
  color: #2C649C;
  background: white !important;
  border: solid 2px #2C649C;
  border-radius: 10px;
  font-size: 1.33rem;
}

.form-select[multiple] {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.form-select[multiple]:focus {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.8);
}

.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}

.accordion-header.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.no_checkbox > i.jstree-checkbox {
  display: none;
}

.custom-jstreegrid-wrapper {
  min-height: 100%;
  overflow-y: auto;
  padding: 0;
  margin-left: 0.75rem;
}

.custom-jstreegrid.jstree-grid-wrapper {
  max-height: calc(100vh - 250px);
}

.custom-jstreegrid-cell {
  margin-bottom: 3px;
  display: flex;
  transition: background-color 0.15s, box-shadow 0.15s, color 0.15s;
}

.custom-jstreegrid-cell:hover:not(.is-empty) {
  background: #76b6ec;
  color: #ffffff;
  box-shadow: inset 0 0 1px #76b6ec;
  cursor: pointer;
}

.custom-jstreegrid-cell.is-empty,
.custom-jstreegrid-cell > span.is-empty {
  cursor: default;
}

.custom-jstreegrid-check-cell > span > input {
  cursor: pointer;
  pointer-events: none;
}

.ui-menu {
  list-style: none;
  padding: 0.2em;
  border-radius: 0.5em !important;
  margin: 0;
  display: block;
  outline: 0;
  z-index: 999;
  width: fit-content;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  border-radius: 0.5em;
  cursor: pointer;
  min-width: fit-content;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  border-radius: 0.3em;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-item-wrapper:hover {
  background-color: #498acc !important;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-menu kbd {
  float: right !important;
  background-color: transparent;
  border: none;
  color: black;
  transform: translate(0.8em, -0.2em);
}

body.preload * {
  animation-duration: 0s !important;
  -webkit-animation-duration: 0s !important;
  transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
}

.flex {
  display: flex;
}

.flex-direction-col {
  flex-direction: column;
}

#canvas_body {
  /*padding: 15px;*/
  justify-content: space-evenly;
  z-index: 100;
  height: inherit;
  border-style: none none none;
  background-color: white;
}

.main-content {
  min-width: 75%;
  height: inherit;
  padding-bottom: 20px;
}

.control-border {
  border-radius: 5px;
  height: inherit;
  border: none !important;
  padding: 10px;
  width: 100%;
}

.main-form {
  padding: 10px 25px !important;
  position: relative;
}

.main-container {
  height: calc(100vh - 50px);
  margin-left: 250px;
  position: relative;
  transition: 0.5s;
  background-color: white;
  min-height: calc(100% - 50px);
}

.main-content .spinnerOverlay {
  width: calc(100% - 250px);
  margin-left: 250px;
}

.dash-tile {
  padding: 10px 8px;
  font-family: "Aero-Matics";
  text-align: start;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.bottom-scroll {
  overflow-x: auto;
}

.y-scroll {
  overflow-y: auto;
}

.hidden {
  display: none;
}

.dash-tile:hover .dash-tile-icon {
  font-size: 50px;
}

.dash-tile-head {
  margin-top: auto;
  color: #FAFAFA;
  font-size: 1rem;
  font-weight: 400;
  margin-top: auto;
  font-family: Calibri;
}

.dash-tile-detail {
  line-height: 1;
  font-size: 24px;
  color: white;
  font-weight: 600;
}

.dash-tile-icon {
  position: absolute;
  font-size: 40px;
  right: 10px;
  top: 1px;
  object-fit: cover;
  color: white;
  opacity: 0.25;
  transition: 0.3s;
}

.center {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.login-form {
  width: 500px;
  height: 500px;
}

.inner-login {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background-color: none;
  display: inline-block;
}

.header img {
  height: 100%;
}

.spinnerOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 72px;
  color: white;
  z-index: 1056;
}

.contentSpinner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 72px;
  color: white;
  z-index: 5;
}

.spinnerOverlay i, .contentSpinner i {
  margin: auto;
}

.divSpinner {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 72px;
  color: white;
}

.divSpinner i {
  margin: auto;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.bg-white {
  /*background-color: $primaryColour !important;*/
  background-color: white !important;
}

.bg-primary {
  background-color: #2C649C !important;
}

.bg-tertiary {
  background-color: #F0A202 !important;
}

.bg-secondary {
  background-color: #22b8d1 !important;
}

.bg-secondary.light {
  background-color: #5bd1e4 !important;
}

.form-container {
  padding-top: 10px;
  position: relative;
}

.w-100 {
  width: 100%;
}

.tab-detail {
  padding: 10px 15px;
}

.line {
  background-color: #afafaf;
  /*width: 100%;*/
  height: 1px;
  margin: 5px 10px;
}

#toasts {
  position: fixed;
  top: 55px;
  right: 15px;
  z-index: 100000;
}

.toast {
  border-color: #2C649C;
  backdrop-filter: blur(3px);
}

.progress-bar-wrapper {
  display: flex;
  align-items: center;
}

.progress-bar-wrapper i {
  color: #2C649C;
  padding-right: 3px;
}

.usage-progress {
  width: 150px;
}

.xp-progress {
  width: 150px;
}

.bar-icon {
  background-color: #2C649C;
  color: #F1F1F1;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  text-align: center;
  padding-right: 3px;
  font-family: "Aero-Matics";
  font-size: 16px;
  line-height: 20px;
}

.tapCheckBox {
  cursor: pointer;
  background-color: initial;
}

.ui-state-default {
  color: black !important;
  font-size: 1rem;
  font-weight: normal !important;
}

#tender-availablepages {
  background-color: lemonchiffon;
}

#tender-availablepages li {
  padding-left: 0.5rem;
  background-color: lemonchiffon;
}

#pages-in-tender {
  background-color: palegreen;
}

#pages-in-tender li {
  padding-left: 0.5rem;
  background-color: palegreen;
}

.contractsHeaderRow .header-block {
  background-color: white;
  border-radius: 5px;
}

.contractsHeaderRow .PrimaryHeader {
  /*background-color: lighten($contractsColour, 30%) !important;*/
  color: #e89533 !important;
  padding: 10px;
  color: white;
  font-size: 48px;
}

.contractsHeaderRow div:nth-child(1) .dash-tile {
  background-color: #e89533 !important;
}

.contractsHeaderRow .dash-tile-wrapper:nth-child(2) .dash-tile {
  background-color: #f0b978 !important;
}

.contractsHeaderRow .dash-tile-wrapper:nth-child(3) .dash-tile {
  background-color: #edad61 !important;
}

.contractsHeaderRow .dash-tile-wrapper:nth-child(4) .dash-tile {
  background-color: #eba14a !important;
}

.contract .PrimaryHeader {
  color: #e89533 !important;
  padding: 10px;
  color: white;
  font-size: 48px;
}

.contract-search .Link {
  background-color: #e89533 !important;
  border-color: #e89533 !important;
}

.contract-search .Link:hover {
  color: #e89533 !important;
  background-color: white !important;
}

.contract-search .nav-link.active {
  color: #e89533 !important;
}

.vendorsHeaderRow .header-block {
  background-color: white;
  border-radius: 5px;
}

.vendorsHeaderRow .PrimaryHeader {
  /*background-color: lighten($vendorsColour, 30%) !important;*/
  color: #5399D1 !important;
  padding: 10px;
  color: white;
  font-size: 48px;
}

.vendorsHeaderRow div:nth-child(1) .dash-tile {
  background-color: #5399D1 !important;
}

.vendorsHeaderRow .dash-tile-wrapper:nth-child(2) .dash-tile {
  background-color: #8fbde1 !important;
}

.vendorsHeaderRow .dash-tile-wrapper:nth-child(3) .dash-tile {
  background-color: #7bb1dc !important;
}

.vendorsHeaderRow .dash-tile-wrapper:nth-child(4) .dash-tile {
  background-color: #67a5d6 !important;
}

.vendor .PrimaryHeader {
  color: #5399D1 !important;
  padding: 10px;
  color: white;
  font-size: 48px;
}

.vendor-search .Link {
  background-color: #5399D1 !important;
  border-color: #5399D1 !important;
}

.vendor-search .Link:hover {
  color: #5399D1 !important;
  background-color: white !important;
}

.vendor-search .nav-link.active {
  color: #5399D1 !important;
}

.tendersHeaderRow .header-block {
  background-color: white;
  border-radius: 5px;
}

.tendersHeaderRow .PrimaryHeader {
  /*background-color: lighten($tendersColour, 30%) !important;*/
  color: #48BF84 !important;
  padding: 10px;
  color: white;
  font-size: 48px;
}

.tendersHeaderRow div:nth-child(1) .dash-tile {
  background-color: #48BF84 !important;
}

.tendersHeaderRow .dash-tile-wrapper:nth-child(2) .dash-tile {
  background-color: #81d3aa !important;
}

.tendersHeaderRow .dash-tile-wrapper:nth-child(3) .dash-tile {
  background-color: #6ecc9d !important;
}

.tendersHeaderRow .dash-tile-wrapper:nth-child(4) .dash-tile {
  background-color: #5bc691 !important;
}

.tender .PrimaryHeader {
  color: #48BF84 !important;
  padding: 10px;
  color: white;
  font-size: 48px;
}

.tender-search .Link {
  background-color: #48BF84 !important;
  border-color: #48BF84 !important;
}

.tender-search .Link:hover {
  color: #48BF84 !important;
  background-color: white !important;
}

.tender-search .nav-link.active {
  color: #48BF84 !important;
}

.search-wrapper {
  border-right: 1px solid #AFAFAF;
}

.error-container {
  width: auto;
  color: white;
  padding: 1px 5px 1px 5px;
  font-size: small;
  border-radius: 3px;
  background-color: #db7c7c;
  padding: 5px 3px;
  text-align: center;
  width: 450px;
  white-space: pre-line;
}

.error-container:empty {
  display: none;
}

.fitwidth {
  width: 1%;
  white-space: nowrap;
}

.mightOverflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mw-100px {
  max-width: 100px;
}

.mw-200px {
  max-width: 200px;
}

.mw-400px {
  max-width: 400px;
}

.read-only {
  opacity: 50%;
  pointer-events: none;
}

.searchContainer {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
}

.advancedSearchActions {
  position: fixed;
  border-top: 1px solid #afafaf;
  bottom: 0px;
  width: 100%;
  background-color: white;
  padding: 3px 5px;
  z-index: 3;
}

.locationActions {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background-color: white;
  padding: 3px 5px;
  z-index: 3;
  max-height: 3.5rem;
}

.headerContainer {
  position: fixed;
  border-bottom: 1px solid #afafaf;
  top: 0px;
  width: 100%;
  background-color: white;
  padding: 8px 10px;
  z-index: 3;
}

.no-padding {
  padding: 0 !important;
}

#advancedSearchBody .accordion {
  padding-top: 50px;
}

#addAttachmentModalBody {
  overflow-y: unset;
}

.pac-container {
  z-index: 30000 !important;
}

.location-footer {
  /*position: fixed;*/
  bottom: 15px;
}

.location-body {
  margin-bottom: 4rem !important;
}

#vlErrorMessages {
  margin-top: -4rem !important;
  margin-bottom: 4rem !important;
}

.focusedRow td {
  background-color: #2C649C !important;
  font-weight: bold;
  color: #FFF !important;
}

.body-container {
  padding-top: 75px;
}

.selectedVendorBlock {
  background-color: #ddd;
  border-radius: 5px;
}

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