.hidn, .save {
    display: none;
}
.value {
    max-height: 50px !important;
    height: 20px !important;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
input[type="text"], select {
    color: black !important;
}
.aod, .jobNo {
    width: 70px;
}
.laptopin_date {
    width: 80px;
}
.companyName {
    width: 150px;
}
.option {
    width: 120px;
}
.jobState {
    width: 80px;
}
.dataDisplay td {
    vertical-align: middle !important;
    text-align: center;
}
.dataDisplay .jobNo{
    padding: 7px 0 0 0 !important;
}
.jobState {
    font-weight: bold !important;
}
.Pending {
    color: #ff9900;
}
.Completed {
    color: #00cc00;
}
.Returned {
    color: red;
}
.box {
    background-color: black;
    padding: 3px 10px;
    border-radius: 5px;
}
.data-row td {
    padding-left: 5px;
    padding-right: 5px;
}
.data-row input {
    width: 100% !important;
}