/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.temporarytransfers table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto 1em;
  width: 100%;
  max-width: 100%; }

.temporarytransfers th {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5px;
  border-bottom: solid 1px #4f616d;
  position: sticky;
  top: 0;
  background-color: white;
}

.temporarytransfers tr:nth-child(even) {
  background: #f3f4f5; }

.temporarytransfers tr:nth-child(odd) {
  background: #FFF; }

.temporarytransfers td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5px; }

.temporarytransfers .cell-number {
  text-align: center; }

.temporarytransfers .form-control {
  display: inline; }

.temporarytransfers select {
  background-color: #00B0CA;
  border: solid 1px #00B0CA;
  width: 300px; }
  .temporarytransfers select option {
    background-color: #fff; }
  .temporarytransfers select option:hover {
    background-color: #fff; }
