input {
  margin: 0px 3px 0px 0px;
}

.reactive-nonmetal {
  background-color: #008000;
  height: 50px;
  width: 50px;
  /* border-radius: 5px; */

  /* color: white; */
}

.alkali {
  background-color: brown;
  height: 50px;
  width: 50px;
  /* border-radius: 5px; */
  /* margin: 2px; */
  /* color: white; */
}

.alkali-earth-metals {
  background-color: orange;
  height: 50px;
  width: 50px;
  /* border-radius: 5px; */
  /* margin: 2px; */
  /* color: white; */
}

.metalloids {
  background-color: lightseagreen;
  height: 50px;
  width: 50px;
  /* border-radius: 5px; */
  /* margin: 2px; */
  /* color: white; */
}

.noble-gas {
  background-color: purple;
  height: 50px;
  width: 50px;
  /* border-radius: 5px; */
  /* margin: 2px; */
  /* color: white; */
}

.post-transition-metals {
  background-color: blue;
  height: 50px;
  width: 50px;
  /* border-radius: 5px; */
  /* margin: 1px; */
  /* color: white; */
}

.transition-metals {
  background-color: rgb(225, 65, 65);
  height: 50px;
  width: 50px;
  /* border-radius: 5px; */
  /* margin: 1px; */
  text-align: center;
  /* color: white; */
}

.unknown {
  background-color: lightslategray;
  height: 50px;
  width: 50px;
  /* border-radius: 5px; */
  /* margin: 0 auto; */
  /* color: white; */
}

.lanthanoids {
  background-color: rgb(101, 67, 33);
  height: 50px;
  width: 50px;
  /* border-radius: 10px; */
  /* margin: 1px; */
  /* color: white; */
  text-align: center;
}

.actinoids {
  background-color: pink;
  height: 50px;
  width: 50px;
  /* border-radius: 5px; */
  /* margin: 1px; */
}

/* .button{
    border-radius: 5px;
    width: 10px;
} */

#periodic-table-container {
  width: 50%;
  height: 10%;
  margin: 0 auto;
}

#material-type-selectors {
  width: 100%;
}

#material-type-container {
  background-color: rgb(231, 227, 227);
  height: 150px;
}

.tr {
  border-collapse: collapse;
  border: none;
}

#alloy-btn:active,
#alloy-btn:focus,
#alloy-btn:hover {
  border: 5px solid #228b22;
}

#idea {
  width: 100%;
  margin: auto;
}

/* Styles for data controls */

.control-area {
  font-size: 0.7em;
  margin-top: -15px;
}

.control-area h5,
h6 {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 8px;
  border-bottom: 1px solid lightgray;
  letter-spacing: 1px;
}

.control-area p {
  margin-bottom: -1.5px;
  margin-left: 2px;
  letter-spacing: .1em;
}

.control-area .Select {
  height: 28px;
}

.control-area .Select-control {
  height: 28px;
}

.control-area .Select-input {
  height: 28px;
}

.control-area .Select-value {
  line-height: initial;
}

.control-area .Select .Select-arrow-zone {
  vertical-align: middle;
}

.control-area .auto_input {
  width: 100%;
  height: 28px;
}

.control-area .Select.Select--multi {
  height: inherit;
}

div#property-filter-div {
  margin-top: 15px;
}

/* temporarily hide these areas - TODO: do we need these? */

#description-card {
  display: none;
}

#just-an-idea {
  display: none;
}

#my-output {
  display: none;
}

#plot_section {
  margin: 40px 15px -17px 15px;
}


.btn {
  border-radius: 5px;
  border-width: 2px;
}

.btn-sidebar {
  font-size: 14px;
  margin: auto;
  width: 100%;
  border-color: gray;

}

.btn-sidebar,
.btn-sidebar:hover {
  color: #2c8cff;
}
.btn-sidebar:hover {
  cursor: pointer;
  border-color: black;
}
.btn-sidebar:disabled {
  pointer-events: none;
  color: #000000;
  opacity: 0.3;
}

.clear-btn {
  margin-top: 5px;
}

.svg-container {
  margin: auto;
}

#data-filters-div h5:before,
#property-filter-div h5:before {
  display: inline-flex;
  content: "";
  background-image: url("./img/filter_icon.svg");
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  margin-right: 5px;
}

#clustering-div h5:before,
.clustering-section h5:before,
#regression-div h5:before,
.regression-section h5:before {
  display: inline-flex;
  content: "";
  background-image: url("./img/machine_learning_icon.svg");
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  margin-right: 5px;
}

#material-system-div h5,
#polymer-class-div h5 {
  width: 100%;
}

#material-system-div h5:before,
#material-system-div-superelastic h5:before,
#polymer-class-div h5:before {
  display: inline-flex;
  content: "";
  background-image: url("./img/table_icon.svg");
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  margin-right: 5px;
}

.plot-download-btn,
.reset-selection-btn {
  border: none;
  border-radius: 0px;
  width: 100%;
  margin: 0 auto;
}

.reset-selection-btn {
  /*TODO: add back and add functionality */
  display: none;
}

.plot-download-btn {
  background-color: lightgray;
  margin: 10px 0 25px 0;
}

.plot-download-btn a {
  color: black;
  font-size: 1.5em;
}

.plot-download-btn:hover {
  background-color: gray;
  cursor: pointer;
  color: white !important;
}

.plot-download-btn a:hover {
  color: white;
}

.reset-selection-btn {
  background-color: #dd361c;
  margin: 10px 0 0 0;
}

.reset-selection-btn:hover {
  background-color: #99231b;
}

.reset-selection-btn a {
  color: white;
  font-size: 1.5em;
}

#user-message {
  margin: 25px 0px 0px 0px;
  font-style: italic;
}

/* TODO: add background image to control panel

#left-column::before {
    content: "";
    background-image: url('./img/control-panel-background.png');
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.25;
} */

.colorblue {
  color:rgb(43, 43, 243);
}