body,
html {
  height: 100%;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type="text"],
[type="date"] {
  padding: 4px;
  outline: none;
  font-size: 13px;
}
input[type="password"] {
  padding: 4px;
  outline: none;
  font-size: 13px;
}
.centered {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login input {
  padding: 7px;
  margin: 5px 0 0 0px;
  border-bottom: 1px solid #eee;
}
.loginBtn {
  width: 100%;
  padding: 8px;
  outline: none;
  margin: 5px 0 0 0;
}
.search {
  float: left;
}
.div {
  float: left;
  width: 100%;
  height: 5px;
}
th {
  font-size: 14px;
}
.stock th {
  padding: 5px;
  font-weight: normal;
}
.stock td {
  padding: 5px;
  font-size: 13px;
  cursor: default;
}
textarea {
  width: 100%;
  height: 135px;
  padding: 12px 20px;
  border: 1px solid #ccc;
  resize: none;
}
textarea:focus {
  outline: none;
}
/* Part Entry */
.parts .w3-quarter {
  width: 20%;
}
.parts select {
  padding: 4px;
  outline: none;
  font-size: 13px;
}
label {
  font-size: 13px;
}
.parts th {
  padding: 5px;
  font-weight: normal;
}
.parts td {
  padding: 5px;
  font-size: 13px;
}
.addPartBtn {
  padding: 5px;
  outline: none;
  font-size: 13px;
  margin: 22px 0 0 0;
}
hr {
  margin: 20px 0 0 0;
}
.fixed_header {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.fixed_header tbody {
  display: block;
  width: 100%;
  overflow: auto;
  max-height: 400px;
}
.fixed_header thead tr {
  display: block;
}
.fixed_header thead {
  background: black;
  color: #fff;
}
.fixed_header th,
.fixed_header td {
  width: 113px;
}
.fixed_header th:first-child,
.fixed_header td:first-child {
  width: 310px;
}
@media screen and (max-width: 375px) {
  .parts .w3-quarter {
    width: 50%;
  }
}
@media screen and (min-width: 425px) {
  .parts .w3-quarter {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .parts .w3-quarter {
    width: 20%;
  }
}
