.valign-middle {
    vertical-align: middle;
}

.active-page {
    background-color: #f9f9f9 !important;
    display: block;
}

.text-bold {
    font-weight: bolder;
}

.crossed-out {
    text-decoration: line-through;
}

.table-header-small {
    font-size: 12px;
}

.col-lg-15 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

details {
    text-align: center;
    cursor: pointer;
}
details pre {
    text-align: initial;
}

#cancel-rendering, #reset-rendering {
    text-align: center;
    cursor: pointer;
}
.assetsList {
    text-align: center;
}
.assets-grid {
    display: flex;
}
.change-assets-date {
    width: 160px;
    margin: 0 10px;
}
.change-assets-count {
    width: 170px;
    margin: 0 10px;
}
.asset-button {
    margin-top: 5px;
}

pre:empty {
    display: none;
}

.jobs-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.jobs-row {
    border-bottom: 1px solid gray;
    padding: 10px;
    margin: 10px;
}

.job-statuses {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
}

.job-status {
    display: flex;
    flex-direction: column;
}

.job-name {
    /*text-align: center;*/
    font-size: 20px;
}

.percentage {
    position: absolute;
    left: 50%;
}

.job-last-rate {
    padding: 5px;
}

.job-last-upd {
    padding: 5px;
}
.p-error:hover {
    cursor: pointer;
    color: #1baae6;
}
.pre-block {
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
    font-size: 85%;
    line-height: normal;
    background: rgba(135, 131, 120, 0.15);
    color: #EB5757;
    border-radius: 3px;
    padding: 0.2em 0.4em;
}