.dark-layout .form-control[type=file]::-webkit-file-upload-button {
  background-color: #283046;
}

.dark-layout .form-control[type=file]::file-selector-button {
  background-color: #283046;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #fafafc;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
  background-color: #ffffff;
}

.smallCell {
  font-size: 0.75rem;
}

.smallTitle {
  font-size: 0.75rem !important;
  vertical-align: middle;
}
