html {
}

.card-body #navigator {
  float: right;
}

.navbar.navbar-dark.align-items-start.sidebar.sidebar-dark.accordion.p-4.bg-tenovusblue {
}

.sidebar-dark .nav-item .nav-link.active, .sidebar-dark .nav-item .nav-link:active {
  color: #4c4956;
}

.bg-tenovusblue {
  background-color: #0086c9;
  /*color: black;*/
}

.bg-grey {
  background-color: rgb(238,238,238);
}

.alert:empty {
  display: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--brand-highlight-color);
  border-color: var(--brand-highlight-color);
}

.btn-primary {
  color: #fff;
  background-color: var(--brand-highlight-color)!important;
  border-color: var(--brand-highlight-color)!important;
}

#SalesDataApplyButton, #SalesEditSaveButton {
  background-color: #1cc88a!important;
  border: #1cc88a!important;
}

#SalesDataApplyButton:disabled, #SalesEditSaveButton:disabled {
  background-color: var(--brand-highlight-color)!important;
}

#ParamsCancelButton::before, #SalesEditCancelButton::before, #IdEditCancelButton::before, #CancelButton::before, #CancelSalesButton::before, #CancelAndNew::before, #CancelAndFinish::before, #CloseButton::before, #SearchCloseButton::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f08b";
  margin-right: 10px;
  font-size: 14px!important;
}

#TTL::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f023";
  margin-right: 10px;
  font-size: 14px!important;
}

#ParamsOKButton::before, #IdEditOKButton::before, #EditSalesButton::before, #SaveButton::before, #SaveAndNew::before, #SaveAndFinish::before, #SalesEditSaveButton::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0c7 ";
  margin-right: 10px;
  font-size: 14px;
}

#SalesDataResetButton {
  background-color: grey;
  border-color: #808080!important;
  color: white;
}

#IdEditOKButton, #ParamsOKButton {
  background-color: #1cc88a!important;
  border-color: #1cc88a!important;
  color: black;
}

#ParamsCancelButton {
  background-color: #858796;
  border-color: #858796;
  color: black;
}

#IdEditOKButton:disabled {
  color: #fff;
  background-color: #858796!important;
  border-color: #858796!important;
}

.clickable::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f044";
  margin-right: 5px;
  font-size: 14px;
  cursor: pointer;
}

#DownloadLetterLink::before, #DownloadRefundLetter::before{
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f019";
  margin-right: 10px;
  font-size: 14px;
}

#DownloadLetterLink a, #DownloadRefundLetter a  {
  text-decoration: none;
  color: white;
}

span#SubCaption {
  display: inline-block;
  color: #cb1479;
  font-size: 18px;
  margin-bottom: 10px;
  /*float: right;*/
  font-weight: bold;
}

div {
}

#AddButton::before, #NewButton::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f890 ";
  margin-right: 10px;
  font-size: 14px;
}

#EditButton::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f044 ";
  margin-right: 10px;
  font-size: 14px;
}

#PlaceJobButton::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f07c";
  margin-right: 10px;
  font-size: 14px;
}

#RequestButton::before, #NewPasswordButton::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f09c ";
  margin-right: 10px;
  font-size: 14px;
}

#ClearSelectButton::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f12d ";
  margin-right: 10px;
  font-size: 14px;
}

#ChangePasswordButton::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f021";
  margin-right: 10px;
  font-size: 14px;
}

#CompleteButton::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  margin-right: 10px;
  font-size: 14px;
}

#RefreshJobsButton::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f021";
  margin-right: 10px;
  font-size: 14px;
}

#DownloadButton::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f019 ";
  margin-right: 10px;
  font-size: 14px;
}

#MatchButton::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f52c";
  margin-right: 10px;
  font-size: 14px;
}

#AdvancedSearchButton::before, #FindSelectButton::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f002";
  margin-right: 10px;
  /*font-size: 20px;*/
}

#OrderButton::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f65e ";
  margin-right: 10px;
  font-size: 14px;
}

/* td .btn::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f044 ";
  margin-right: 5px;
  font-size: 14px;
} */

td .btn {
  /*font-family: "Font Awesome 5 Pro";*/
  /*font-weight: 900;*/
  /*content: "\f044 ";*/
  /*margin-right: 10px;*/
  /*font-size: 20px;*/
  padding: 1px;
  padding: 0px!important;
}

div#childspan {
  padding: 20px;
}

#MainPanel {
  text-align: left!important;
  padding: 0px !important;
}

#navigator {
  /*float: right;*/
  /*padding-bottom: 25px;*/
  /*padding-top: 25px;*/
  z-index:99;
}

div {
}

button {
  top: initial!important;
  left: initial!important;
  width: initial!important;
  position: initial!important;
}

.PopUpForm {
  box-shadow: none!important;
  height: auto!important;
  position: fixed!important;
  border: none!important;
  background-color: rgb(255,255,255)!important;
  padding-top: initial!important;
  border-radius: 5px;
  position: absolute;
  left: 50%!important;
  top: 50%!important;
  transform: translate(-50%, -50%);
  box-shadow: 0 0.15rem 2rem 18px rgb(50 49 51 / 19%) !important;
  outline: 1500px solid #0000008a!important;
  /*width: auto!important;*/
  min-width: 600px;
}

.row {
}

body {
  color: #323133;
}

#navigator button {
  margin-left: 10px;
  min-height: 38px;
}

#SearchText::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f002';
  /*position: absolute;*/
  right: 6px;
}

#Pagination, #SalesPagination {
  height: auto!important;
  margin: auto;
}

.navbar .dropdown-menu {
  background-color: initial!important;
  border: none!important;
  margin: 0px!important;
  top: -15px;
  position: inherit;
  min-width: auto!important;
}

.navbar .dropdown-menu .nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
}

.sidebar #sidebarToggle {
  text-align: center;
  margin-bottom: 1rem;
  cursor: pointer;
  bottom: 10px;
  width: 38px !important;
  height: 40px !important;
  position: absolute !important;
  left: 20px !important;
}

.modal-title {
  font-weight: bold;
}

:root {
  --bs-blue: #32a3e6!important;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #e74a3b;
  --bs-orange: #fd7e14;
  --bs-yellow: #f6c23e;
  --bs-green: #1cc88a;
  --bs-teal: #20c9a6;
  --bs-cyan: #36b9cc;
  --bs-white: #fff;
  --bs-gray: #858796;
  --bs-gray-dark: #5a5c69;
  --bs-gray-100: #f8f9fc;
  --bs-gray-200: #eaecf4;
  --bs-gray-300: #dddfeb;
  --bs-gray-400: #d1d3e2;
  --bs-gray-500: #b7b9cc;
  --bs-gray-600: #858796;
  --bs-gray-700: #6e707e;
  --bs-gray-800: #5a5c69;
  --bs-gray-900: #3a3b45;
  --bs-primary: #32a3e6!important;
  --bs-secondary: #858796;
  --bs-success: #10bbb7!important;
  --bs-info: #10bbb7;
  --bs-warning: #f6c23e;
  --bs-danger: #e74a3b;
  --bs-light: #f8f9fc;
  --bs-dark: #3a3b45;
  --bs-primary-rgb: 50,163,230!important;
  --bs-success-rgb: 28, 200, 138;
  --bs-info-rgb: 54, 185, 204;
  --bs-warning-rgb: 246, 194, 62;
  --bs-danger-rgb: 231, 74, 59;
  --bs-light-rgb: 248, 249, 252;
  --bs-dark-rgb: 58, 59, 69;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 133, 135, 150;
  --bs-font-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #858796;
  --bs-body-bg: #fff;
}

#Pagination .pagination_button:first-of-type .page-link, #SalesPagination .pagination_button:first-of-type .page-link {
  border-top-left-radius: 10PX;
  border-BOTTOM-left-radius: 10PX;
  padding-left: 20px;
}

#Pagination .pagination_button:last-of-type .page-link, #SalesPagination .pagination_button:last-of-type .page-link {
  border-top-right-radius: 10PX;
  border-bottom-right-radius: 10PX;
  padding-right: 20px;
}

#MessageLabel:empty {
  display: none;
}

#SearchText {
  max-width: 200px;
}

#UserNameWarning {
  position: absolute;
  font-size: 11px;
  margin-top: 3px;
}

#ShopMessage {
  font-size: 11px;
  margin-top: 3px;
}

.modal-footer .pull-left {
  position: absolute;
  left: 0px;
}

#MainPanel {
  font-size: inherit!important;
  font-family: inherit!important;
  /*width: 975px;*/
}

button:disabled {
  color: #00000073!important;
  /*text-decoration: line-through;*/
}

#MainPanel .card {
  /*max-width: 975px;*/
  margin: auto;
  border-radius: 0px;
  border-left: 0px;
  border-right: 0px;
  font-size: 14px;
}

.w975 {
  min-width: 975px;
}

select {
  min-width: 80px;
}

.card.New {
  border-left: #3d3d3d 5px solid!important;
  /*background: #3d3d3d40;*/
  color: #3d3d3d;
}

.card.Queued {
  border-left: #ddcc32 5px solid!important;
  /*background: #e9d94940;*/
  color: #9b874c;
}

.card.Processing {
  border-left: #ea03b7 5px solid!important;
  /*background: #ff572240;*/
  color: #ea03b7;
}

.card.Processed {
  border-left: #2196f3 5px solid!important;
  /*background: #2196f340;*/
  color: #2196f3;
}

.card.Completed, .card.Complete {
  border-left: #009688 5px solid!important;
  /*background: #00968840;*/
  color: #009688;
}

.card.Preview {
  border-left: var(--bs-cyan) 5px solid!important;
  /*background: #00968840;*/
  color: var(--bs-cyan);
}

.card.Failed {
  border-left: #ff1100 5px solid!important;
  /*background: #ff1100;*/
  color: #000000;
}

.card.Cancelled {
  border-left: #d5a600 5px solid!important;
  /*background: #d5a600;*/
  color: #000000;
}

.Failed .text-muted {
  /*border: #ff1100 1px solid;*/
  /*background: #ff1100;*/
  /*color: #000000!important;*/
}

.JobItem h4.card-title, .Dashboard_ThingsToDo h4.card-title {
  font-size: 14px;
  max-width: 70%;
  font-weight: bold;
}

.Dashboard_ThingsToDo .Active {
  background-color: #fffa682e;
  border-left: 5px solid #fffa68!important;
}

.JobItem .card-body:hover, .Dashboard_ThingsToDo .card-body:hover {
  background: #f1f1f1;
}

.manual td span {
  font-size: 14px!important;
}

#EmailMessage {
  display: block;
  min-width: 100%;
  margin-bottom: 20px;
  text-align: right;
  font-weight: bold;
  color: #954e6e;
}

#RefreshJobsButton {
  /*float: right;*/
}

#RefundTable::before {
  content: "Refunds:";
  font-size: 14px!important;
  font-weight: bold;
  line-height: 35px;
}

.Dashboard_JobsList, .Dashboard_ThingsToDo {
  display: block;
}

.Dashboard_JobsList > div, .Dashboard_ThingsToDo > div {
  height: auto;
}

#DupesMessage ul {
  margin: 0px;
  display: inline;
  padding: 0px;
}

#Email {
  text-transform: lowercase;
}

#PostCode, #PostCode, input[Id*="Id"] {
  text-transform: uppercase;
}

#DupesMessage {
  margin-top: 10px;
  display: inline-block;
}

form {
}

tr th {
  font-weight: normal;
}

thead tr th {
  font-weight: bold;
}

.labels label {
  /*float: initial;*/
  /*margin-right: 10px;*/
  font-size: smaller;
  margin: auto;
}

.labels {
  /*width: 990px!important;*/
  min-width: 990px!important;
}

#CloseThisButton {
  float: right;
}

ul#FileList {
  list-style: none;
}

h4 button#CloseThisButton {
  margin-top: -15px;
}

.nav-link i {
  color: rgb(76,73,86)!important;
  padding-right: 30px;
  font-size: 20px!important;
}

.sidebar-dark .nav-item .nav-link {
  color: #4c4956;
  padding-top: 5px;
  font-weight: bold;
}

.sidebar .sidebar-brand {
  height: 85px;
  text-decoration: none;
  font-size: 26px;
}

a[href$=".pdf"]::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f1c1";
  margin-right: 5px;
  font-size: 18px;
}

.modal-footer {
  background: #f3f4f7;
}

@media (max-width: 768px) {
  .sidebar-dark .nav-item .nav-link i {
    display: block;
    min-width: 100px;
    float: left;
    margin-bottom: 5px;
    margin-top: 20px;
  }
}

.modal-dialog {
  position: absolute;
  left: 50%!important;
  top: 50%!important;
  transform: translate(-50%, -50%);
  min-width: 400px;
}

.id-control {
  text-transform: uppercase;
}

#SheetCount {
  max-width: 48px;
  float: right;
  margin-left: 15px;
}

.sheet-label {
  line-height: 38px;
  font-size: 20px;
  font-weight: bolder;
}

#DataState {
  position: absolute;
  top: -45px;
  right: 0px;
  font-size: 14px;
  color: #ffffff;
  background: #10bbb778;
  border-radius: 5px;
  padding: 3px 8px 3px 8px;
  line-height: 24px;
}

.pull-left label {
  min-width: 100%;
}

span#DataState::before {
  content: "\f0f3";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 10px;
  font-size: 14px;
}

span#DataState:empty {
  display: none;
}

table .fa-fw {
  font-size: 20px!important;
  margin: auto;
}

.modal-body #SalesTable div {
  max-height: 70vh!important;
}

.modal-body table {
  /*empty-cells: hide;*/
}

.modal-body {
}

div#SalesTable {
  overflow-x: hidden;
  font-size: smaller;
}

th {
  color: #323133;
}

body {
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-size: 14px;
}

.modal-body table, .modal-body *:before {
  font-size: 10px!important;
}

.SMXWebSalesDetailForm table {
  font-size: 14px!important;
}

.modal-body .btn *:before {
  font-size: 16px!important;
}

table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #323133!important;
}

table th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4c4956!important;
}

div {
}

.toast {
  min-width: 460px!important;
  z-index: 9!important;
}

.toast img {
  float: left;
  max-height: 32px;
  padding-bottom: 10px;
  display: inline-block;
  margin-right: 12px;
}

.toast-header .btn-close {
  background: none!important;
  margin-top: -12px;
}

.toast-header .btn-close::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00d";
  margin-right: 5px;
  font-size: 18px;
  color: white;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #ffffff;
  background-color: #5871a2;
  font-weight: 300;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}

.modal-dialog .p-3 {
  padding: 0px!important;
}

.modal-dialog #Yes.btn {
  background-color: #09bb6f;
  color: white;
  font-weight: bold;
}

.modal-dialog #No.btn {
  background-color: #ff0e00;
  color: white;
  font-weight: bold;
}

#JobStats {
  max-height: 50vh;
  overflow-y: scroll;
  display: inline-block;
  /*font-family: monospace;*/
  /*font-size: small;*/
  z-index: 9999;
}

.statsitem {
  max-height: 50vh;
  /*overflow-y: scroll;*/
  /*display: inline-block;*/
  font-family: monospace;
  font-size: small;
  z-index: 9999;
}

a {
  color: #25966e;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: #4c4956;
}

.nav-link {
  padding-left: 18px!important;
  padding-bottom: 5px!important;
}

.nav-link .fa, .nav-link .fas {
  font-size: 15px!important;
}

.navbar .container-fluid {
  padding-left: 15px;
}

.navigation-clean {
}

.navigation-clean {
  padding-top: 0px;
  padding-bottom: 0px;
}

#MainPanel .card {
  box-shadow: none!important;
  border-top: none;
}

.text-primary {
  /*border-bottom: solid 3px red;*/
  border-bottom: solid 2px #eeeeee;
}

.nav-item a:hover .fa, .nav-item a:hover .fas {
  color: white!important;
}

span.nav-link {
  font-weight: 800;
  color: rgba(0,0,0,0.41)!important;
}

.nav-item hr {
  /*display: none;*/
}

.col-auto.navbar-vertical-label {
  font-weight: 800;
  color: #4c495670;
  margin-left: 15px;
  font-size: 14px;
}

.navbar-brand span {
  font-family: 'Montserrat';
  color: white;
  top: 15px;
  font-weight: 500;
  display: block;
  left: 60px;
  position: absolute;
  font-size: 18px;
}

.moonlit {
  background: #0F2027;
  background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
  background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
}

.green {
  background: #1f4037;
}

.JobItem .text-muted {
  --bs-text-opacity: 1;
  color: inherit!important;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
}

.Dashboard_ThingsToDo h6 {
  font-size: 14px;
}

.JobItem .card-text, .Dashboard_ThingsToDo .card-text {
  font-size: 12px;
  margin-bottom: 0px;
}

#JobsList .card, .Dashboard_ThingsToDo .card {
  margin-bottom: 0px!important;
}

.JobItem .card-text:before {
  font-size: 50px;
  content: "\f059";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 15px;
  top: 5px;
  opacity: 0.1;
}

.Dashboard_ThingsToDo .card-text:before {
  font-size: 50px;
  content: "\f0f3";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 15px;
  top: 5px;
  opacity: 0.1;
}

.Dashboard_ThingsToDo .Urgent .card-text:before {
  font-size: 50px;
  content: "\f843";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 15px;
  top: 5px;
  opacity: 0.2;
  color: red;
}

.Dashboard_ThingsToDo .Reminder .card-text:before {
  font-size: 50px;
  content: "\f0f3";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 15px;
  top: 5px;
  opacity: 0.2;
  color: orange;
}

.JobItem .Complete .card-text:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  position: absolute;
}

.JobItem .Failed .card-text:before, .JobItem .Cancelled .card-text:before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  color: #cba3a3;
}

.lead {
  font-size: 14px;
  font-weight: 700;
}

.navbar .fad {
  font-size: 24px;
}

div TableFloatNav {
  position: fixed;
  /*left: 224px;*/
  /*width: calc(100vw - 224px);*/
  background: #018abfbf;
  display: block;
  bottom: 20px;
  right: 16px;
  padding: 10px 20px;
  white-space: nowrap;
  box-shadow: #0000003b 1px 0px 11px;
  border-radius: 10px;
  max-height: 57px;
  color: white;
  font-weight: bold;
}

.sidebar .navbar-nav {
  background: #eeeeee;
  z-index: 1!important;
}

i.fad.fa-life-ring {
  color: white;
  margin-right: 15px;
  margin-left: 10px;
}

label.form-label {
  font-weight: 800;
  color: #4c4956;
  font-size: 14px;
}

table#SalesDetailTableTable td:empty, table#SalesDetailTableTable th:empty {
  display: none;
}

.form-control, .form-select, .form-check, .modal-body, .modal-footer {
  font-size: 14px!important;
}

h4.pb-2 {
  font-size: 18px;
  font-weight: bold;
}

#FileList .link-primary::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f019";
  margin-right: 10px;
  font-size: 24px!important;
}

.brand-logo {
  max-height: 35px;
}

.giftaider {
  max-height: 52px;
  margin-top: -5px;
  margin-bottom: -5px;
  margin-right: 10px;
  margin-left: -15px;
  background: #00000029;
  padding: 10px;
}

.logo a:hover {
  background: none!important;
  padding-left: 0px!important;
}

.copyright {
  position: fixed;
  bottom: 15px;
  left: 15px;
  font-size: 10px;
}

body {
  background-color: var(--brand-color)!important;
}

.text-primary, #h2 {
  color: var(--brand-color)!important;
}

.brandcolour {
  background: linear-gradient(to right, var(--gradient-one-color) ,var(--gradient-two-color) ,var(--gradient-three-color) );
}

.btn-primary, .modal-dialog button#OK {
  color: #fff;
  background-color: var(--brand-highlight-color)!important;
  border-color: var(--brand-highlight-color);
}

#NewPasswordButton {
  background: var(--brand-color);
  border-color: var(--brand-color);
  color: white;
}

.page-link {
  position: relative;
  display: block;
  color: var(--brand-color);
  text-decoration: none;
  background-color: #f2f2f2;
  border: none;
  font-weight: bold;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#Pagination .active {
  color: var(--brand-highlight-color);
}

.sorting::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0dc";
  margin-right: 5px;
  font-size: 14px;
  color: var(--brand-highlight-color);
}

.sorting_desc::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0dd";
  margin-right: 5px;
  font-size: 14px;
  color: var(--brand-highlight-color);
}

.sorting_asc::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0de ";
  margin-right: 5px;
  font-size: 14px;
  color: var(--brand-highlight-color);
}

.modal-header {
  background: var(--brand-color);
  color: white;
}

table .fa-fw:hover {
  color: var(--brand-highlight-color);
}

.modal-header #CloseThisButton {
  background: var(--brand-highlight-color);
}

.nav-item a:hover {
  background-color: var(--brand-highlight-color);
  /*border-radius: 10px;*/
  /*margin: 10px;*/
  padding-left: 5px;
  color: #383838;
}

.link-primary {
  color: var(--brand-color);
}

.link-primary:hover {
  color: var(--brand-highlight-color);
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(105 136 228 / 50%);
}

@media only screen and (max-width: 768px) {
  .copyright {
    bottom: 60px;
    left: -25px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
}

@media only screen and (max-width: 768px) {
  .brand-logo {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-vertical-label-wrapper .p-0 {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-vertical-label-wrapper {
    padding-left: initial;
    text-align: center;
    margin: auto;
    min-width: 100%;
    padding-right: initial;
  }
}

@media only screen and (max-width: 768px) {
  .col-auto.navbar-vertical-label {
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin-left: 0px;
    margin-right: 15px;
    color: black;
  }
}

#ClaimLink {
  display: none;
}

table#AmountToRefundTable {
  font-size: 14px!important;
  /*border: solid 1px #e3e6f0;*/
  border-radius: 20px;
  text-align: left;
}

table#AmountToRefundTable .caption {
  font-weight: bold;
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3e5cb2;
  border-color: var(--brand-highlight-color);
}

span#TTL {
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: red;
  font-weight: bold;
}

#SupportContent {
  width: 100%!important;
}

.PopUpForm .min-vh-100 {
  min-height: initial!important;
}

.PopUpForm .col-lg-6.d-none.d-lg-flex {
  display: none;
}

.PopUpForm .col-lg-6 {
  flex: 0 0 auto;
  width: 100%;
}

.PopUpForm .simple, .PopUpForm .simple .shadow-lg {
  box-shadow: none!important;
}

.PopUpForm .simple .p-5 {
  padding: 0rem!important;
}

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

.PopUpForm .simple .my-5 {
  margin-top: 3rem!important;
  margin-bottom: 1rem!important;
}

.PopUpForm #ForgottenPasswordLabel {
  display: none;
}

table div {
  overflow: visible!important;
}

.tablescroll {
  max-height: 300px;
  overflow-y: scroll!important;
  overflow-x: hidden;
}

#JobsPlacedTable {
  max-height: 200px!important;
  overflow-y: scroll;
}

body > span:first-of-type {
  z-index: 2!important;
}

.PopUpForm.Private {
  outline: 1500px solid var(--brand-color)!important;
}

.input-group-text {
  color: #4c4956;
  font-weight: bold;
}

.form-control, .form-select {
  color: #4c4956;
}

.form-control:focus {
  color: black;
}

.modal-dialog .btn-group .fa-fw {
  margin: 6px;
  padding: 6px;
}

div#SalesListNavigator {
  margin-left: 25px;
}

#SalesListNavigator button:disabled {
  background-color: #858796;
  border-color: #858796;
}

#SalesListNavigator .btn-group > .btn:not(:last-child):not(.dropdown-toggle), #SalesListNavigator .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f4723d;
  border-top: 0px;
  border-bottom: 0px;
  border: 0px;
  color: white!important;
  padding: 10px!important;
}

#SalesListNavigator .btn:disabled {
  background-color: #f4723d;
  border-color: #f4723d;
}

.is-void {
  border-color: gold;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512s'%3e%3cpath fill='gold' d='M506.5 202.1L480 229.5L461.3 210.7C436.3 185.8 395.7 185.8 370.7 210.7C345.8 235.7 345.8 276.3 370.7 301.3L434.7 365.3C446.7 377.2 462.1 383.4 477.8 383.1C433.5 460.5 350.8 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C379.2 0 482.1 87.04 506.5 202.1H506.5zM280 152C280 138.7 269.3 128 256 128C242.7 128 232 138.7 232 152V264C232 277.3 242.7 288 256 288C269.3 288 280 277.3 280 264V152zM256 384C273.7 384 288 369.7 288 352C288 334.3 273.7 320 256 320C238.3 320 224 334.3 224 352C224 369.7 238.3 384 256 384zM499.8 339.8C488.9 350.7 471.1 350.7 460.2 339.8L396.2 275.8C385.3 264.9 385.3 247.1 396.2 236.2C407.1 225.3 424.9 225.3 435.8 236.2L480 280.4L588.2 172.2C599.1 161.3 616.9 161.3 627.8 172.2C638.7 183.1 638.7 200.9 627.8 211.8L499.8 339.8z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-clickable {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3e%3cpath fill='gold' d='M506.5 202.1L480 229.5L461.3 210.7C436.3 185.8 395.7 185.8 370.7 210.7C345.8 235.7 345.8 276.3 370.7 301.3L434.7 365.3C446.7 377.2 462.1 383.4 477.8 383.1C433.5 460.5 350.8 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C379.2 0 482.1 87.04 506.5 202.1H506.5zM280 152C280 138.7 269.3 128 256 128C242.7 128 232 138.7 232 152V264C232 277.3 242.7 288 256 288C269.3 288 280 277.3 280 264V152zM256 384C273.7 384 288 369.7 288 352C288 334.3 273.7 320 256 320C238.3 320 224 334.3 224 352C224 369.7 238.3 384 256 384zM499.8 339.8C488.9 350.7 471.1 350.7 460.2 339.8L396.2 275.8C385.3 264.9 385.3 247.1 396.2 236.2C407.1 225.3 424.9 225.3 435.8 236.2L480 280.4L588.2 172.2C599.1 161.3 616.9 161.3 627.8 172.2C638.7 183.1 638.7 200.9 627.8 211.8L499.8 339.8z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  text-decoration: underline;
}

#SalesTotal::empty {
  display: none;
  border-bottom: 1px solid white;
}

#DonorIdStatusLabel {
  font-size: 12px;
  font-weight: bold;
}

#ParamsContainer input, #ParamsContainer span, #ParamsContainer select, #ParamsContainer label, #ParamsContainer div {
  color: initial!important;
  overflow: initial!important;
  outline: initial!important;
  box-sizing: initial!important;
  -webkit-tap-highlight-color: transparent!important;
  background-color: initial!important;
  font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-style: initial!important;
  font-size: initial!important;
  border-style: initial!important;
  white-space: initial!important;
  display: initial!important;
  padding: initial!important;
  font-size: 1rem!important;
  font-weight: 400!important;
  line-height: 1.5!important;
}

#ParamsContainer input, #ParamsContainer select {
  display: block!important;
  width: 98%!important;
  padding: .375rem .75rem!important;
  font-size: 1rem!important;
  font-weight: 400!important;
  line-height: 1.5!important;
  color: #858796!important;
  background-color: #fff!important;
  background-clip: padding-box!important;
  border: 1px solid #d1d3e2!important;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  border-radius: .35rem!important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
  margin-bottom: 10px;
  margin-top: 5px;
  top: initial!important;
  left: initial!important;
  width: initial!important;
  height: initial!important;
  position: initial!important;
}

#ParamsContainer {
  border: none!important;
}

#ParamsContainer input, #ParamsContainer span, #ParamsContainer div {
  top: initial!important;
  left: initial!important;
  width: 98%!important;
  height: initial!important;
  position: initial!important;
}

/* Hide the default checkbox */

#ParamsContainer input[type=checkbox] {
  visibility: hidden;
  display: none!important;
}

#ParamsContainer {
  border: none!important;
}

#ParamsContainer input[type=DATE] {
  height: auto!important;
}

#ParamsForm {
  border: none;
}

form {
  margin-block-end: 0px;
}

#SalesListtbl table, #SheetListtblResizeRowTable table, #SheetListtbl table {
  width: initial;
}

/* set to 88px in app limits selection on table */

#SalesListtbl div > div {
  height: 400px!important;
}

#SheetListtbl div > div {
  height: 200px!important;
}

.dashboardItem {
}

div#WhatsNew > div {
  background: white;
  padding: 15px;
}

div#WhatsNew {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}

div#ThingsToDo {
  margin-top: 15px;
}

div#WhatsNew th {
  font-weight: bold;
}

div#WhatsNew h4 {
  font-weight: bold;
  font-size: 16px;
  color: var(--brand-color)!important;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 2px #eeeeee;
}

div#WhatsNew h6 {
  font-weight: bold;
  font-size: 14px;
}

div#WhatsNew .table > :not(caption) > * > * {
  border-bottom-width: 0px;
}

div#WhatsNew table {
  border-width: 1px;
  border-color: #e3e6f0!important;
}

div#WhatsNew table td, div#WhatsNew table th {
  padding: 8px;
  border: solid;
  border-width: 1px;
  border-color: #e3e6f0!important;
}

div#WhatsNew table th {
  border-bottom: 2px;
  border-bottom-color: #858796;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4c4956!important;
  border-bottom: solid!important;
}

div#WhatsNew table tr:nth-of-type(even) {
  background: #f2f2f2!important;
  /*border-color: #e3e6f0!important;*/
}

#JobsList > div, #ThingsToDo > div  {
  display: inline!important;
}

#mainpanel #CloseThisButton {
  display: none;
}

div#WhatsNew {
  margin-left: 15px;
}

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

button#SalesSheetDelButton {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 5px!important;
  /*font-size: 1rem;*/
  border-radius: .35rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  /*border: solid;*/
  background-color: var(--brand-highlight-color)!important;
  color: white!important;
  font-size: 1rem!important;
}

span#VoidCheckBox {
  width: 42px;
  right: 215px;
  bottom: 21px;
  position: absolute;
}

span#SalesEditMessage {
  display: inline-block;
  margin-top: 25px!important;
  background: #f6c23e3b;
  border: 1px solid #f6c23e;
  border-radius: 5px;
  margin: 5px;
  max-width: 97%;
  padding: 10px;
  text-transform: capitalize;
  font-weight: 600;
}

span#SalesEditMessage:empty {
  display: none;
}

#SalesListTable tbody {
  display: block;
  width: 720px;
  overflow: auto;
  height: 300px;
}

#SalesListTable table {
  width: 700px;
  table-layout: fixed;
  border-collapse: collapse;
}

table#SalesListTable {
  max-width: 700px;
}

#SalesListTable th {
  width: 116.5px;
}

#SalesListTable td {
  width: 116.5px!important;
}

.table > :not(:first-child) {
  border-top: 0px solid currentColor!important;
}

#SalesListTable .thead {
  border-top: 2px solid currentColor;
}

tr.BrandHighlight {
  background-color: var(--brand-highlight-color);
  color: white!important;
}

tr.BrandHighlight td, tr.BrandHighlight th {
  background-color: var(--brand-highlight-color);
  color: white!important;
  font-weight: bold;
}

#jobs{
    cursor: pointer;
    max-height: 80vh;
    overflow-y: scroll;overflow-x:hidden;}

