.navbar-brand img {
  width: 70%;
}

.sidebar {
  background: linear-gradient(#1266d1, #9acdfd), var(--bs-accordion-btn-focus-border-color);
}

table td .fa {
  margin-bottom: 12px;
}

.form-control-number {
  width: 100%;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #333;
  padding: 3px;
  font-size: 12px;
}

.numberInput > div {
  display: flex;
  padding: 2px;
  align-items: center;
}

.numberInput {
  display: flex;
  font-size: 12px;
}

.numberInput > div:last-child {
  width: 100%;
  min-width: 80px;
}

.costTable table th {
  font-size: 10px;
  font-weight: 400;
  min-width: 100px;
}

.costTable table td {
  font-size: 10px;
  font-weight: 400;
  min-width: 100px;
}

.purchaseOrder .collapse {
  padding-top: 30px;
}

.jobDetailsCompressed .row > div {
  display: flex;
  align-items: center;
}

@media print{
  textarea#jobDescription {
    color: black !important;
  }
  input{
    color:black !important;
  }
}

table input {
  font-size: 18px;
  border: none;
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
}

table .descriptionParent{
  height: 200px;
  overflow: hidden;
  position: relative;
}
table .expandParent{
  background: linear-gradient(0deg, white, transparent);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  z-index: 999;
  cursor: s-resize;
}
table .expandParent:hover{
  background:linear-gradient(0deg, #1266d1, transparent);
}

table#metalOrdersTable input{
  font-size: 14px;
}