.nav-pills{
  margin-bottom: 10px;
  font-size: medium;
}

.nav {
  margin-bottom:10px;
}

.shiny-split-layout > div {
  overflow: visible;
}

#splitJobUI {
  background-color: white;
  z-index: 999999;
  position: absolute;
  padding: 17px;
  padding-bottom: 40px;
  border-radius: 5px;
  text-align: center;
}

#splitJobUI * input {
  background: white;
  width:100%;
}

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

.tox-dialog {
  z-index: 2000;
}

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

table {
   // table-layout:fixed;
}

table {
    background-color: white;
}

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

#AllJobs tr td:nth-child(2),
#biobankingJobs tr td:nth-child(2){
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    min-width: 80px;
}

#AllJobs tr td:nth-child(n+3),
#biobankingJobs tr td:nth-child(n+3) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    min-width: 80px;
}

#AllJobs tr td:nth-child(n+14),
#biobankingJobs tr td:nth-child(n+14){
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    min-width: 100px;
}

#AllSamples tr td:nth-child(n+4) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    min-width: 80px;
}

#AllSamples tr td:nth-child(n+13) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    min-width: 100px;
}

/* th.sorting::before {
   content: '▴' !important;
}

th.sorting::after {
   content: '▾' !important;
} */

.handsontable textarea {
  max-width: fit-content !important;
}

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

.htSearchResult {
  background-color: rgb(252, 237, 217);
}

.rhandsontable.html-widget {
  overflow: hidden;
}

.sweet-alert.alert-size-m {
    height: 400px;
}

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

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

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

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

.vscomp-dropbox-container {
  z-index: 5 !important;
  font-family: inherit;
  font-size: inherit;
}


.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;
  color: #06402B;
 /* font-weight: bold; */
}

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

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