.borderless-table {
  border: none;
  width: 35em !important;
  padding-bottom: 2em;
}

.borderless-table table {
    width: 20em !important;
}

.borderless-table th {
  border: none;
  border-bottom: none !important;
  color: #1D6E91 !important;
}

.borderless-table tr {
  border: none;
  border-bottom: none;
  background: white !important;
  height: 3em;
}

.borderless-table td {
  border: none;
  background: white;
  /* min-height: 10em;*/
  /* min-width: 3em; */
}

.usss-table {
  width: 100%;
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  margin-top: 10px auto;
}

.usss-table table {

}

.usss-table tr:nth-of-type(even) {
  background: #eee;
}

.usss-table th {
  background: #7A1705;
  color: white;
  font-weight: bold;
  border: 1px solid #ffffff30;
  border-collapse: collapse;

}

.usss-table-row-header th {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 2;
}


.usss-table td, th {
  padding: 10px;
  text-align: left;
  font-size: .8em;
}

.usss-table-row:hover {
  z-index: 1 !important;
  border: 3px solid #3379A4;
  box-sizing:border-box;
  border-collapse: collapse;
}

.usss-table-input {
  border: 1px solid #04d28f;
}

.usss-table-input input {
  width: 100%;
}

.usss-table select {
  margin: 0;
}

.usss-table caption {
  text-align: left;
}

.usss-table td {
  /*white-space:nowrap;*/
  overflow:hidden;
  text-overflow:ellipsis;
  border-right: 1px solid #ffffff30;
  border-collapse: collapse;
  max-width: 5em;
  word-wrap: break-word;
}


.usss-table tr:nth-of-type(odd) td {
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-collapse: collapse;
}

.usss-table tr:nth-of-type(even) td {
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-collapse: collapse;
}




.usss-table-input:hover {
  z-index: 1 !important;
  border-right: 1.5px solid #3379A4;
  border-collapse: collapse;
}

.select2-result-label {
    min-height: 1em;
}

.select2-results__option:empty {
    height: 20px;
}
