.content,
.content-wrapper {
    background-color: white;
}

.content-wrapper > .content {
    padding: 0rem;
}

.container-fluid {
    padding-right: 0.1px;
    padding-left: 0.1px;
}

.modal-header {
    background-color: #007bff;
    color: #ffffff;
    font-weight: bold;
}

.main-footer,
.table thead th,
.table tfoot th {
    background-color: #343a40;
    color: #ffffff;
    font-weight: bold;
}

table {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
}

td.details-control {
    background: url("../img/details_open.png") no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url("../img/details_close.png") no-repeat center center;
}

pre {
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
}

label {
    margin-bottom: 0rem;
}

.cursor {
    cursor: pointer;
    color: #007bff;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.nomor {
    font-weight: bold;
    background-color: #343a40;
    color: #f8f9fa;
}

.angka {
    text-align: right;
}

p {
    font-size: 11pt;
}

.inline {
    padding: 3px 6px;
    font-size: 12px;
    color: #f8f9fa;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #343a40;
    text-decoration: none;
}

.page-break {
    page-break-after: always;
}

.border {
    color: #343a40;
}

fieldset.info-border {
    border: 1px solid #ddd;
    padding: 0 1em 1em 1em;
    border-radius: 5px;
    height: 100%;
}

legend.info-border {
    font-size: 1em;
    font-weight: bold;
    width: auto;
    padding: 0 5px;
    border-bottom: none;
    margin-bottom: 0;
}
