.container {
  height: 100%;
}

.manifestListContainer {
  border-right: solid 2px gray;
  height: 100%;
  width: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
}

.manifestDetailsContainer {
  height: 100%;
  padding: 5px;
  overflow-x: hidden;
  overflow-y: auto;
}

.noManifestSelectedContainer {
  text-align: center;
  position: relative;
  font-size: 30px;
  color: gray;
  display: table;
  width: 100%;
  height: calc(100% - 10px);
  user-select: none;
  cursor: default;
}
.noManifestSelectedContainer > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}