ul.timeline-jay {
    list-style-type: none;
    position: relative;
}

ul.timeline-jay:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline-jay>li {
    margin: 20px 0;
    padding-left: 20px;
    padding-right: 20px;
}

ul.timeline-jay>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .dataTables_filter {
        text-align: left;
        font-size: 11pt;
    }

    .dataTables_filter .form-control {
        width: 80%;
    }

    .btn-step {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .btn-step {
        width: 49.5%;
    }

}

.error {
    color: #F44336;
}

.icon-small {
    font-size: 10pt;
}

.btn-step {
    height: 50px;
}

#DataTable thead tr th {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#DataTable tbody tr td {
    white-space: nowrap;
    vertical-align: middle;
}

#DataTable tfoot tr th {
    vertical-align: middle;
    white-space: nowrap;
}

#DataTableList thead tr th {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#DataTableList tbody tr td {
    white-space: nowrap;
    vertical-align: middle;
}

#DataTableList tfoot tr th {
    vertical-align: middle;
    white-space: nowrap;
}

#DataTable-Child thead tr th {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#DataTable-Child tbody tr td {
    white-space: nowrap;
    vertical-align: middle;
}

#DataTable-Child tfoot tr th {
    vertical-align: middle;
    white-space: nowrap;
}

.table-detail tr th {
    vertical-align: middle;
    white-space: nowrap;
}

.table-detail tr th:nth-child(2) {
    text-align: center;
}

.table-child tr th {
    vertical-align: middle;
    white-space: nowrap;
}

.table-child tr td {
    vertical-align: middle;
    white-space: nowrap;
}

#table-detail th {
    white-space: nowrap;
}

#DataTable th {
    white-space: nowrap;
}

.selectpicker {
    width: 100%;
}

.validation-field {
    font-size: 9pt;
    color: red;
}

.box-benar {
    background: #c2ffa3;
}

.z-depth-1 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.z-depth-1-half {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-4 {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.z-depth-5 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.show-checkbox {
    position: relative;
    left: 0px;
    opacity: 1;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: relative;
    left: 0;
    opacity: 1;
    top: 2px;
}

.fixed-plugin .text-check-in-out {
    color: #FFFFFF;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    width: auto;
}

.highcharts-credits {
    display: none;
}

.s_no_pendaftaran {
    /*padding: 10px 20px;*/
    /* color: white; */
    font-family: Consolas, monaco, monospace;
    font-weight: bold;
    letter-spacing: 8px;
}

.s_status {
    /*padding: 10px 20px;*/
    /* color: white; */
    font-family: Consolas, monaco, monospace;
    font-weight: bold;
    letter-spacing: 8px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .s_no_pendaftaran {
        font-size: 20pt;
    }

    .s_status {
        font-size: 20pt;
    }
}

@media (max-width: 768px) {
    .s_no_pendaftaran {
        font-size: 13pt;
        letter-spacing: 3px;
    }

    .s_status {
        font-size: 13pt;
        letter-spacing: 3px;
    }
}

.nowrap {
    white-space: nowrap !important;
}

.normal-white-space {
    white-space: normal !important;
}

.user-block .username,
.user-block .description,
.user-block .comment {
    margin-left: 0px;
}

.post {
    border-bottom: 1px solid #adb5bd;
    color: #666;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
}

.border-dashed {
    border-style: dashed !important;
    border-color: #e4e6ef;
}
.overflow-y-auto {
    overflow-y: auto;
}
.jawaban-penilaian {
    width: 100% !important;
    box-sizing: border-box;
}