h2 {
  font-weight: inherit;
}

.table {
  background-color:white;
  table-layout: fixed;
  --bs-table-bg: revert;
}

.rhandsontable {
  margin-bottom: 20px;
  width: max-content;
  overflow: visible;
}

.btn {
  margin-bottom: 20px;
}

.nav-pills, .nav-tabs {
  margin-bottom: 20px;
}

label {
  font-weight: 600;
}

.orderLink {
  color: #337ab7;
  text-decoration: none;
}

.orderLink:hover{
  color:#23527c;
  text-decoration: underline;
  cursor: pointer;
}

.pretty .state label:before {
  border-color: #666761;
}

.handsontable .currentRow {
  background-color: lemonchiffon !important;
}

.sweet-alert button {
  background-color:#cbcec2 !important;
}

.sweet-alert button:hover {
  background-color: #757c5d !important;
}

.sweet-alert button.cancel {
  background-color:#d0d0d0 !important;
}

.sweet-alert button.cancel:hover {
  background-color: #c8c8c8 !important;
}

.sweet-alert p {
  font-weight: 400 !important;
}

.modal-dialog {
  max-width: 95% !important;
}

.shiny-input-container {
  width: unset;
}

.htContextMenu {
  z-index: 9999 !important;
}

.listbox {
  text-align: left;
}

.grey {
  background-color: #00000040;
  display:block;
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  opacity: 1.01;
  z-index: 9999;
}

.overlay {
  background-color: white;
  z-index: 9999;
  position: absolute;
  padding: 17px;
  padding-bottom: 40px;
  border-radius: 5px;
}

.overlay .btn-default {
  text-align: center;
}

.overlay .submit {
  width: calc(100% - 20px);
  margin: auto;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
}

.overlay * input {
  background: white;
  width: 100%;
}

.overlay * .shiny-input-container {
  width:100%;
}

.overlay .handsontable {
  margin-bottom: 20px;
} 

#orders-details-invQu > div {
  overflow: visible !important;
}

#invoiceDetailsDiv,
#quoteDetailsDiv{
  width: 80%;
  margin-left: 10%;
}

#addPayment,
#addPaymentInv {
  text-align: center !important;
}

#paymentDate > input,
#paymentDateInv > input {
  text-align: center;
}

#paymentAccount,
#paymentAccountInv {
  text-align: center;
}

#hideInvoice,
#hideQuote{
  margin-bottom: 10px;
}

.row > * {
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
}

.datepicker {
  z-index: 100009 !important;
}

.invoiceOptsBtn {
  background: transparent;
  border: none;
  text-align: left;
  margin-bottom: 0;
}

.invoiceOptsBtn:hover {
  background: #757c5d;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bf9d84 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bf9d84;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bf9d84;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bf9d84;
}

.mandatory_star {
  color: red;
}

#switcharoo label,
#analysisonly label {
  display: table-cell;
  padding-right: 10px;
}

#analysisonly label{
  width:200px;
}

#switcharoo label span,
#analysisonly label span{
 margin-bottom: auto; 
}

#switcharoo .form-group,
#analysisonly .form-group {
  display: table-row;  
}

#uids-switch-transferUIDsTable,
#uids-switch-transferKeys {
  margin-top: 10px;
}

#uids-switch-transferUIDsTable tr td,
#uids-switch-transferKeys tr td {
  vertical-align: middle;
  background-color: #cbcec2;
  border-color: #a2a88f;
}

#uids-switch-transferKeys th {
  font-weight: 600;
  vertical-align: middle;
  background-color: #c4c9b5;
  border-color: #a2a88f;
}

#uids-switch-transferUIDsTable .handsontableInput,
#uids-switch-transferKeys .handsontableInput {
  background-color:#cbcec2;
  vertical-align: central;
}

.vscomp-wrapper {
  font-family: inherit !important;
  font-size: inherit !important;
}

.vscomp-toggle-button {
  background-color: var(--bs-body-bg) !important;
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  border-radius: var(--bs-border-radius) !important;
  padding: 11.25px !important;
}

.vscomp-dropbox-container {
  font-family: inherit;
  font-size: inherit;
}

.input-daterange {
  align-items: baseline;
}

.sweet-alert-overflow {
  overflow: visible !important;
}

.newDiscount .shiny-input-container{
  width:100%;
}

.button-australia {
  background: palegoldenrod;
  color: #06402B;
  /* font-weight: bold; */
}

.button-usa {
  background: #ff9999;
  color: darkblue;
  /* font-weight: bold; */
}

.button-newzealand {
  background: silver;
  color: black;
  /* font-weight: bold; */
}

.dropdown-australia {
  background: palegoldenrod;
}

.dropdown-usa {
  background: #ff9999;
}

.dropdown-newzealand {
  background: silver;
}

.table-australia th {
  background: palegoldenrod !important;
  color: #06402B !important;
 /* font-weight: bold; */
}

.table-usa th {
  background: #ff9999 !important;
  color: darkblue !important;
 /* font-weight: bold; */
}

.table-newzealand th {
  background: silver !important;
  color: black !important;
  /* font-weight: bold; */
}

.autonumeric-input {
  font-size: initial !important;
}

.accordion-title {
  font-size: larger;
  font-weight: bolder;
}

.dataTables_wrapper .dataTables_length {
  float:left;
}

.dataTables_wrapper .dataTables_filter{
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-bottom: 1.65rem;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: .25em;
}

div.dt-buttons {
  float: left;
  padding-top: 1rem;
}