html, body {
  padding: 0;
  margin: 0;
  background-color: #333333 !important;
}

body, main {
  height: 100vh;
  width: 100vw;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.equation-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80vw;
}

.input-group {
  width: unset !important;
}

.row.reactant {
  justify-content: flex-end;
  margin-left: -10px !important;
  margin-right: 0 !important;
}
.row.reactant > * {
  margin-right: 10px;
}

.row.product {
  justify-content: flex-start;
  margin-left: 0 !important;
  margin-right: -10px !important;
}
.row.product > * {
  margin-left: 10px;
}

.row.product, .row.reactant {
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  margin-top: -15px !important;
}
.row.product > *, .row.reactant > * {
  margin-top: 15px;
}

.chem-name > .input-group-prepend > .input-group-text {
  max-width: 22px !important;
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.chem-name > .input-group-prepend > .input-group-text:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.selectable-drop-down {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  background-color: white;
  position: absolute;
  left: 22px;
  top: calc(1.5em + .75rem + 2px);
  white-space: nowrap;
  z-index: 100;
  max-height: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-around;
  transition: max-height 500ms ease;
}

.selectable-drop-down.show {
  max-height: 30vh;
  transition: max-height 250ms ease;
  box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.25);
}

.selectable-drop-down:not(.show) > li {
  display: none;
}

/*.selectable-drop-down {*/
/*    max-height: 30vh;*/
/*    transition: max-height 250ms ease;*/
/*    box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.25);*/
/*}*/
.selectable-drop-down > li {
  padding: 3px 0.75rem 3px 6px;
  display: block;
  width: 100%;
  border-bottom: #ececec 1px solid;
}

.selectable-drop-down > li:hover {
  cursor: pointer;
  background-color: #dcfddd !important;
}

.highlighted {
  background-color: #dcfcfd !important;
}

.rxn-dir-indicator {
  color: white;
  font-size: 1.5rem;
}

.chem-name {
  max-width: 150px;
}

.chem-name > input {
  padding-left: 6px;
}

.results {
  min-height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: white;
  margin-left: -15px;
}

.results > div {
  font-size: 1.5rem;
  margin-left: 15px;
}

.modal-dialog {
  height: calc(95% - 1.75rem * 2);
}

.modal-content {
  height: auto;
  min-height: 100%;
}

/*# sourceMappingURL=z_thermo_styles.css.map */
