#search-printjob-view {
    z-index: 9;
    display: none;
    background: #fafafa;
}

#search-printjob-view .header {
    border-bottom: none;
}

#search-printjob-view .title {
    top: 200px;
    font-weight: bold;
    font-size: 2.625em;
}

#search-printjob-view .search-field-wrapper {
    position: relative;
    width: 550px;
    margin: 320px 0 0 calc(50% - 275px);
}

#search-printjob-view .search-field {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .3);
}

#search-printjob-view .btn-main-action {
    width: 160px;
    margin-top: 32px;
    margin-left: calc(275px - 80px);
    background: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6);
}

#search-printjob-view .nothing-found {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 280px;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    color: #c0392b;
}