/****** Log Defect ******/

#logDefect {

}

#logDefectForm {
    display: grid;
    row-gap: 16px;
    max-width: 500px;
}

.logDefectFormGroup {
    display: grid;
    row-gap: 4px;
}

.logDefectFormGroupLabel {
    font-weight: 700;
    font-size: 14px;
}

#logDefectManufacturer {

}

#logDefectPO {

}

#logDefectLineItem {

}

#logDefectReason {

}

#logDefectNotes {

}

#logDefectPhoto {
    font-size: 14px;
}

#logDefectSubmit {
    margin-top: 8px;
}

/****** Defect Log ******/

#defectLog {

}

#defectLogSearch {
    margin-bottom: 16px;
}

#defectLogTable {

}

#defectLogTableBody {

}

