.find-container {
    position: relative;
    top: 0;
    background-color: white;
    text-align: center;
    padding: 10px;
    z-index: 1000000000 !important;
}
.find-container.padded {
    padding-bottom: 20px;
}
mark {
    background: yellow;
    padding: 0;
}
mark.current {
    background: #00cc00;
}
.jobNo {
    cursor: pointer;
    text-align: center;
    width: 100px;
}
.jobNo:hover {
    text-decoration: underline;
}
.date, .userNo {
    text-align: center;
}
.estimatedAmount {
    width: 100px;
    text-align: right;
    display: block;
    float: right;
    margin-right: 10px;
}
.estimate {
    width: 200px;
}
.estimate_Status {
    font-weight: bolder;
    width: 115px;
    display: block;
    text-align: center;
    float: right;
    background-color: black;
    padding: 2px 5px;
    margin-right: 10px;
    border-radius: 5px;
}
.box {
    background-color: black;
    padding: 5px 10px;
    border-radius: 5px;
}
.techStatus {
    text-align: center;
}
.modal-job-table td{
    vertical-align: top;
    padding-top: 10px;
    border-bottom: 1px solid grey;
}
.modal-dialog {
    width: 700px;
}
.modal-job-table, .modal-acc-table {
    width: 100%;
}
.modal-job-table td, .modal-job-table th, .modal-acc-table th {
    font-size: large;
    font-weight: bolder;
}
.modal-job-table td:first-child, .modal-job-table th:first-child {
    width: 45%;
}
.modal-job-table td:nth-child(2), .modal-job-table th:nth-child(2) {
    width: 10%;
    text-align: center !important;
}
.modal-job-table td:last-child, .modal-job-table th:last-child {
    width: 45%;
}
.modal-job-table  th:first-child {
    text-align: right !important;
}
.modal-job-table td:last-child {
    text-align: right !important;
}
.modal-job-table th, .modal-acc-table th {
    background-color: grey;
    color: white;
}
.modal-acc-table th {
    text-align: center;
}
.modal-acc-table td {
    font-size: small;
    font-weight: bolder;
}
.modal-acc-table td:nth-child(2) {
    text-align: right;
    padding-right: 40px;
}
.modal-acc-table td:nth-child(3) {
    padding-left: 40px;
}
.modal-acc-table td:nth-child(4) {
    text-align: right;
}
.modal-acc-table td span{
    float: right;
}