#record-printjob-view {
    z-index: 8;
    overflow: hidden;
    display: none;
    background: #fafafa;
}

#record-printjob-view-print-link {
    position: absolute;
    z-index: 99;
    top: 80px;
    right: 32px;
}

#record-printjob-view .left {
    position: absolute;
    top: 25%;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 50%;
}

#record-printjob-view .multi-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 550px;
}

#record-printjob-space-value-fieldset,
#record-printjob-space-height-fieldset,
#record-printjob-density-fieldset,
#record-printjob-build-unit-fieldset,
#record-printjob-printer-fieldset,
#record-printjob-printjobnofield-fieldset,
#record-printjob-space-value-fieldset input,
#record-printjob-space-height-fieldset input,
#record-printjob-density-fieldset input,
#record-printjob-build-unit-fieldset select,
#record-printjob-printer-fieldset select,
#record-printjob-printjobnofield-fieldset input {
    width: 148px;
}

#record-printjob-completion-datefield-fieldset,
#record-printjob-datefield-fieldset,
#record-printjob-completion-datefield-fieldset input,
#record-printjob-datefield-fieldset input{
    width: 242px;
}

#record-printjob-comment-fieldset textarea {
    padding-top: 12px;
}

#record-printjob-view .left .btns-wrapper {
    display: flex;
    justify-content: space-between;
    width: 550px;
    margin-top: 16px;
}

#record-printjob-view .left .btn-main-action, #record-printjob-view .left .btn-sub-action {
    width: 267px;
}

#record-printjob-editor-fieldset select {
    width: 550px;
    height: 56px;
    cursor: pointer;
}

#record-printjob-build-unit-fieldset select,
#record-printjob-printer-fieldset select {
    height: 56px;
    cursor: pointer;
}

#record-printjob-completion-datefield-fieldset input,
#record-printjob-datefield-fieldset input {
    cursor: pointer;
}

#record-printjob-editor-fieldset .input-field-handle,
#record-printjob-datefield-fieldset .input-field-handle,
#record-printjob-printer-fieldset .input-field-handle,
#record-printjob-build-unit-fieldset .input-field-handle,
#record-printjob-completion-datefield-fieldset .input-field-handle{
    pointer-events: none;
}








#record-printjob-view .right {
    position: absolute;
    top: 130px;
    left: 50%;
    width: calc(50% - 1px);
    height: calc(100% - 182px);
    padding-top: 52px;
    overflow-y: scroll;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

#record-printjob-view .right .row {
    width: 100%;
    display: flex;
}

#record-printjob-view .right .row:nth-child(even) {
    background: rgba(52, 73, 94, .05);
}

#record-printjob-view .right .row.title .row-no, #record-printjob-view .right .row.title .job-no, #record-printjob-view .right .row.title .notice {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .3) !important;
    font-size: .75em;
    letter-spacing: .05em;
}

#record-printjob-view .right .row.title {
    position: fixed;
    top: 131px;
    width: calc(50% - 1px);
    background: white;
}

#record-printjob-view .right .row-no {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    width: 70px;
    height: 50px;
    color: rgba(0, 0, 0, .3);
    font-size: .75em;
    font-weight: 600;
}

#record-printjob-view .right .job-no {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 240px;
    width: 240px;
    height: 50px;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6);
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    background: none;
    outline: none;
}

#record-printjob-view .right .job-no:focus, #record-printjob-view .right .notice:focus {
    box-shadow: inset 0 0 0 1px #27AE60;
}

#record-printjob-view .right .notice {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding-left: 32px;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6);
    font-size: 1em;
    font-weight: 600;
    background: none;
    outline: none;
}

#online-status-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    top: 8px;
    right: 120px;
    width: 80px;
    height: 32px;
}

#online-status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-top: 2px;
}

#online-status-indicator.online {
    background: green;
}

#online-status-indicator.offline {
    background: orange;
}

#online-status-text {
    margin-left: 6px;
    color: rgba(0, 0, 0, .6);
    font-size: .875em;
    font-weight: 600;
}

#offline-notice-wrapper {
    position: absolute;
    display: flex;
    top: 0;
    left: calc(50% - 440px);
    width: 880px;
    padding: 12px;
    padding-top: 10px;
    background: orange;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#info-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
    background: url('../../images/info_21x21.png');
}

#offline-notice-wrapper h4 {
    margin-left: 6px;
}

#offline-notice-wrapper p {
    margin-left: 6px;
}

#close-offline-notification-btn {
    width: 24px;
    height: 24px;
    margin-left: 16px;
    background: url('../../images/delete_icon_dark.png');
    cursor: pointer;
}