/* Generated code, do not modify */

#workOrderEditContent {
    width: 900px;
    height: 400px;
}
#workOrderEdit_lblTitle {
    width: 860px;
    white-space: nowrap;
    overflow: hidden;
}
#workOrderEdit_btnCreateNew {
    right: 20px;
    top: 20px;
    width: 300px;
    height: 30px;
    position: absolute;
    padding: 0px;
}
#workOrderEdit_grdWorkOrderItem {
    left: 20px;
    top: 60px;
    width: calc(100% - 40px);
    height: calc(100% - 120px);
    position: absolute;
    padding: 0px;
}
#workOrderEdit_btnSave {
    right: 150px;
    bottom: 20px;
    width: 110px;
    height: 30px;
    position: absolute;
    padding: 0px;
}
#workOrderEdit_btnCancel {
    right: 20px;
    bottom: 20px;
    width: 110px;
    height: 30px;
    position: absolute;
    padding: 0px;
}
#workOrderEdit_chkApproved {
    left: 20px;
    bottom: 20px;
    width: 200px;
    height: 30px;
    position: absolute;
    padding: 0px;
}
