body {
    background: #f3f6fa;
}
h1 {
    font-weight: bolder;
}
hr {
    border-color: #999;
}
.bg-danger {
    background: #ff4252 !important;
}
.bg-primary {
    background: #fad000 !important;
}
.bg-success {
    background: #50bb5a;
}
.dt-row.bg-info {
    background-color: #d9edf7 !important;
}
.dt-row.bg-warning {
    background-color: #f1babf !important;
}
.bg-danger {
    /*background-color: #ff4252 !important;*/
}
.stat-fc {
    padding: 2px;
    border-radius: 4px;
}
.modal-content hr {
    margin-top: 10px;
}
.modal-title {
    padding: 0 10px;
    color: #999;
}
.text-primary {
    color: #fad000;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default {
    background: white;
    box-shadow: 0 0 15px #ccc;
}
.navbar-brand.area {
    /*height: 63px;*/
    margin-top: 5px;
}

.btn {
    border: 0;
    box-shadow: 2px 5px 10px #ddd;
    text-transform: uppercase;
    /* font-size: 12pt; */
    font-weight: bold;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    /* height: 40px; */
    transition: all 250ms ease;
    border-radius: 5px;
}
.btn-block {
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}
/* a.btn,
label.btn {
    padding-top: 9px;
} */
.btn-default {
    background: #433d59;
    color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #342442 !important;
    color: white !important;
}
.badge-primary,
.btn-primary {
    background: #fad000;
}
.btn-success {
    background: #50bb5a;
}
.btn-danger {
    background: #ff4252;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #e1bb00 !important;
}
label {
    color: #999;
}
.form-group {
    margin-top: 25px;
}
.mini-form-group .form-group {
    margin-top: 0;
}
.modal-content .form-group {
    margin-top: 0;
}
input.form-control,
textarea.form-control {
    border: 1px solid #999;
    /*padding: 20px 15px;*/
    box-shadow: none !important;
}
textarea.form-control {
    /*padding: 10px 15px;*/
    resize: none;
}
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    border-color: #fad000;
}
select.form-control, .select2-selection {
    border: 1px solid #999 !important;
    /*padding: 10px 15px !important;*/
    height: auto  !important;
    box-shadow: none !important;
}
.select2-selection:focus {
    border: 1px solid #fad000 !important;
    /*padding: 10px 15px !important;*/
    height: auto  !important;
    box-shadow: none !important;
}
.select2-selection {
    padding: 6px 7px;
}
.select2-container .select2-selection--single {
    box-shadow: none !important;
    outline: none;
    height: auto;
}

.select2-container .select2-selection--single.active {
    border-color: #fad000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
.select2-search--dropdown .select2-search__field {
    /* padding: 4px; */
    box-shadow: none !important;
    outline: none;
    padding: 6px 10px;
    border-radius: 4px;
    /* padding: 6px 7px; */
}
.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

.input-lg + .select2.select2-container--bootstrap .select2-selection--single,
.input-lg + .select2.select2-container--bootstrap .select2-results__option {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    background: #eee;
    color: #555;
}

.img-select2 {
    width: 47px;
    height: 47px;
}

#sidebar {
    background: #442e56;
    width: 250px;
    height: 100vh;
    position: fixed;
    z-index: 99;
    overflow: auto;
}
#sidebar .container-fluid {
    padding: 0;
}
#titleBox {
    display: block;
    text-align: center;
    padding: 5px 0;
    background: #342442;
    margin-bottom: 20px;
}
#sidebar .nav-stacked > li > a {
    color: #ddd;
    border-left: 5px solid #442e56;
    padding-left: 30px;
}
#sidebar .nav-stacked.in > li > a {
    border-left: 5px solid #342442;
}
#sidebar .nav-stacked > li > a > img {
    margin-right: 10px;
    float: left;
    width: 20px;
}
#sidebar .icon-cfg .nav-stacked > li > a > img {
    width: 27px;
}
#sidebar .nav-stacked > li > a:hover,
#sidebar .nav-stacked > li > a:focus,
#sidebar .nav-stacked > li > a:active {
    background: transparent;
    color: white;
}
#sidebar .nav-stacked > li.active > a {
    color: #fad000;
    border-color: #fad000;
}
/* #sidebar .nav .badge {
    position: absolute;
    margin-top: -6px;
    margin-left: -16px;
    font-size: 8pt;
    background: #fad000;
    border: 2px solid #442e56;
} */

#sidebar .nav .badge {
    position: absolute;
    margin-top: 8px;
    margin-left: -23px;
    background: #ff4252;
    font-size: 8pt;
    border: 2px solid #442e56;
}

#sidebar .panel {
    background: none;
    margin-bottom: 0;
}
#mainContent {
    margin-left: 250px;
    padding-bottom: 50px;
}
.navbar .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
.progressBar {
    height: 3px;
}
.progressBar > svg {
    height: 100%;
    display: block;
}
#profile-dropdown img {
    margin-right: 10px;
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
}
#profile-dropdown .caret {
    margin-left: 15px;
}
.page-header {
    margin-top: 5px;
    border-bottom: 2px solid #ddd;
}
.page-header h1 {
    font-weight: normal;
}
.content {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 2px 2px 3px #ddd;
    padding: 25px;
    background: white;
}

.container-fluid.content h3.title-datatable{
    margin-bottom: -29px;
}

.form-padding {
    padding: 0 50px;
}
.error-box {
    background: #ff4252;
}
.warning-box {
    background: rgb(238, 187, 32);
}
.error-box, .warning-box {
    color: white;
    padding: 15px 15px;
}
.error-box, .warning-box img {
    margin-right: 10px;
}
.error-box, .warning-box a {
    color: white;
    font-weight: bold;
}
.valign-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.valign-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    width:inherit;
    height:inherit;
    margin: 0 auto;
    pointer-events: all;
}
.modal h3 {
    font-weight: normal;
}

.modal-header {
    border-bottom: 0;
}
.modal-body {
    padding: 50px;
    padding-top: 0;
}
.modal-icon {
    border-radius: 100%;
    display: inline-block;
    padding: 20px;
    border: 3px solid #00e896;
}
.modal-icon img {
    display: inline-block;
}
.modal-btn {
    margin-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
}
.detailTabungan {
    font-size: 14pt;
    width: 100%;
    color: #999;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #fad000;
    color: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #e1bb00;
    color: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.first:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.last:hover {
    background: transparent;
    color: inherit !important;
    text-decoration: underline !important;
}
.dataTables_wrapper .dataTables_filter input {
    font-weight: normal;
    margin-left: 0;
}
.dataTables_wrapper .dataTables_length {
    vertical-align: top;
}
.dataTables_wrapper .dataTables_length select {
    font-weight: normal;
    display: inline-block;
    width: auto;
}
.dataTables_wrapper .dataTables_length select.form-control {
    border: 1px solid #ddd;
    box-shadow: none !important;
    padding: 0 10px !important;
    height: auto;
    margin: 0 5px;
}
table.dataTable tbody td {
    padding: 20px 15px;
}
.customCheck {
    border: 1px solid #999;
    background: transparent;
}
.flex-wrapper {
    display: flex;
    flex-wrap: nowrap;
}
.flexbox {
    flex: 1;
}
.flexbox:first-child {
    margin-right: 15px;
}
.flexbox:last-child {
    margin-left: 15px;
}
.flexbox:nth-child(2) {
    margin-right: 15px;
}
.detailTabungan td {
    width: 50%;
}
/* Utilities */
a[aria-expanded=true] .glyphicon-chevron-down {
   display: none;
}
a[aria-expanded=false] .glyphicon-chevron-up {
   display: none;
}

#sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #442e56;
}

#sidebar::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

#sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #fad000;
}

#filterTable td, #filterTable th {
    padding: 0 5px;
}

.td-valign-middle td {
    vertical-align: middle!important;
}
.td-valign-top td {
    vertical-align: top!important;
}

.th-text-center th {
    text-align: center;
}

.th-valign-middle th {
    vertical-align: middle!important;
}

.action-col {
    margin-right: 5px;
}

.action-col .addRowBtn,
.action-col + .delRowBtn {
    margin-bottom: 2px;
}

.word-break {
    word-break: break-all;
}

.borderless > tbody > tr > td,
.borderless > tbody > tr > th,
.borderless > tfoot > tr > td,
.borderless > tfoot > tr > th,
.borderless > thead > tr > td,
.borderless > thead > tr > th {
    border: none;
}

@media screen and (min-width: 992px) {
    .form-padding {
        padding: 0 20%;
    }

}
@media screen and (max-width: 768px) {
    .flex-wrapper {
        display: block;
    }
    .flexbox {
        margin: 0 !important;
    }
    .flexbox:last-child {
        margin-top: 15px !important;
    }
    #sidebar {
        width: 80px;
    }
    #mainContent {
        margin-left: 80px;
    }
    #sidebar .nav-stacked > li > a {
        font-size: 0;
        padding-left: 25px;
    }
}
.detailSaldo td,
.detailSaldo th {
    text-align: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}
input.qty-special {
    /*padding: 20px 10px;*/
    padding: 6px 0px;
    text-align: center;
}
div.dt-buttons {
    float: right;
}
/************************
** Firefox fixes
*************************/
@-moz-document url-prefix() {
    input.form-control {
        /*padding: 0 15px;*/
        /*height: 40px;*/
    }
    textarea.form-control {
        /*padding: 10px 15px;*/
    }
    input[type=number].qty-special {
        /*padding: 0 10px;*/
    }
}
input[type=number] {
    -moz-appearance: textfield;
}

select[readonly].select2 + .select2-container {
    pointer-events: none;
    touch-action: none;
}


select[readonly].select2 + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2 + .select2-container .select2-selection__arrow,
select[readonly].select2 + .select2-container .select2-selection__clear {
    display: none;
}

#accordion > li > ul {
    background: #342442;
}

.select2-selection--single {
    height: 100% !important;
}

.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

/*Blogs*/
.blog-table img{
    max-width: 100px;
    max-height: 50px;
}

.text-overflow {
    max-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*End Blogs*/

/* CV */
.cv {
    /*margin-top: 20px;*/
}

.cv .head-cv {
    display: flex;
    flex-wrap: nowrap;
}
.cv .head-cv > img {
    width: 125px;
    height: 125px;
    object-fit: cover;
}
.cv .head-cv .desc-head {
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
}
.cv .head-cv .desc-head:not(:last-child) {
    padding-right: 10px;
}
.cv .head-cv .desc-head > * {
    overflow: hidden;
    text-overflow: ellipsis;
}

.cv .head-cv .desc-head h3 {
    font-weight: bold;
}

.left-cv h4{
    /*margin-bottom: 0; */
}
.left-cv .form-group {
    margin-top: 0;
}
.left-cv .form-group .form-control-static {
    min-height: 0;
    padding: 0;
}

.download-cv {
    padding: 15px;
}

.download-cv p{
    margin: 0;
}

.right-cv .education {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.right-cv .education .education-desc {
    padding-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.right-cv .education .education-desc h4,
.right-cv .education .education-desc p{
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.right-cv h4 {
    /*font-weight: bold;*/
}

.right-cv .control-label {
    margin-bottom: 10px;
}
.right-cv .work {
    margin-bottom: 10px;
}
.right-cv .work p {
    margin: 0;
}

.skill {
    padding-left: 20px;
}

.button-acceptance {
    padding-top: 20px;
}
.button-acceptance button + button{
    margin-top: 10px;
}
/* End CV */
/* TPA */
#mainContent.tpa {
    margin-left: 0;
    min-height: 100vh;
    background: #fff;
    padding-bottom: 0;
}

.tpa .logo-tpa {
    padding: 5px 15px;
}

.main-tpa {
    padding: 15px 50px;
}
.main-tpa .header-tpa {
    display: flex;
}

.main-tpa .header-tpa .header-left,
.main-tpa .header-tpa .header-right {
    flex: 1;
}
@media (max-width: 1280px) {
    .main-tpa .header-tpa .header-left {
        flex-grow: 2;
    }

}
.main-tpa .pagination li>a,
.main-tpa .pagination li>span {
    margin-left: 5px;
    color: #433d59;
    border: 3px solid #433d59;
    border-radius: 3px;
    font-weight: bold;
    width: 45px;
    text-align: center;
}

.main-tpa .pagination>.uncomplete>a {
    /*background: #777;*/
    border: 3px solid #cacaca;
    color: #cacaca;
}
.main-tpa .pagination>.active>a {
    background: #433d59;
    color: #fff;
    border: 3px solid #433d59;
}

.main-tpa .pagination .pagination {
    display: inline;
}

.main-tpa .pagination .next,
.main-tpa .pagination .previous {
    background: none;
    border: none;
    padding: 0;
    font-size: 30px;
    line-height: 44px;
    color: #777;
}

.tpa-indicators {
    text-align: center;
    list-style: none;
    padding-left: 0;
}

.tpa-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    background: #777;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
}

.tpa-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #433d59;
}

.main-tpa .header-right label {
    font-weight: normal;
}
.main-tpa .header-right label strong {
    color: #000;
}
.main-tpa .timer {
    margin-bottom: 10px;
}
.main-tpa .timer img {
    vertical-align: top;
}
.main-tpa .timer h1 {
    display: inline;
    color: #442e56;
}

.main-tpa .question-list {
    margin-top: -20px;
}
.main-tpa .question-list h1,
.main-tpa .question-list .question-tips p,
.main-tpa .question-list .question-tips h4{
    /*display: inline;*/
    margin: 0;
}

.main-tpa .question-list .question-tips h4{
    font-weight: bold;
}

.main-tpa .body-question {
    display: flex;
    padding-top: 10px;
}

.main-tpa .body-question .body-left,
.main-tpa .body-question .body-right{
    flex: 1;
}
.main-tpa .body-question .body-left {
    padding-right: 25px;
}
.main-tpa .body-question .body-left h4{
    margin: 0;
}
.choice-container label{
    font-size: 18px;
}

/* custom radio */
.choose-tpa {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}

/* Hide the browser's default radio button */
.choose-tpa input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid #4a2354;
}

/* On mouse-over, add a grey background color */
.choose-tpa:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.choose-tpa input:checked ~ .checkmark {
    /* background-color: #4a2354; */
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.choose-tpa input:checked ~ .checkmark:after {
    display: block;
}

.choose-tpa span::after {
    content: '';
    width: 15px;
    height: 15px;
    background: #4a2354;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* Disabled TPA */
.choose-tpa.disable-choose {
    cursor: not-allowed;
}
input:disabled + .checkmark {
    background: #ccc;
}


/* end custom radio */
.main-tpa .body-question .body-right{
    padding-left: 25px;
}

.main-tpa .body-question .body-right .text-center img{
    display: inline-block;
}
.main-tpa .body-tpa .hidden {
  position: absolute;
  top: -100vh;
}


.main-tpa .body-tpa .card{
    box-shadow: 0 0 15px #ccc;
}

.main-tpa .body-tpa .card-body{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.main-tpa .body-tpa .card-body p.card-text{
    font-size: 18px;
}

.main-tpa .btn-default {
    border-style: solid;
    border-color: #4a2354;
}

.main-tpa .btn-default,
.main-tpa .btn-end {
    border-width: 2px;
}

.btn-end{
    /*width: 80%;*/
    /*height: 30%;*/
    background-color: white;
    color: #4a2354;
    border: 1px solid #4a2354;
    /*font-weight: bold;*/
}

/* End TPA */
/* MBTI */
.main-mbti .question-list {
    margin-top: unset;
}
.main-mbti .question-list p{
    margin-bottom: 0;
    font-weight: bold;
    color: #777;
}
.main-mbti .body-question .body-left .choice-container .form-group{
    margin: 0;
}
.main-mbti .body-question .body-left .choice-container .choose-tpa{
    padding-left: unset;
    padding-right: 35px;
}
.main-mbti .body-question .body-left .choice-container .choose-tpa .checkmark{
    left: unset;
    right: 0;
}
.main-mbti .body-question .body-left .choice-container div[class^="col-"] + div[class^="col-"] .choose-tpa{
    padding-right: unset;
    padding-left: 35px;
    text-align: left
}
.main-mbti .body-question .body-left .choice-container  div[class^="col-"] + div[class^="col-"] .choose-tpa .checkmark{
    left: 0;
    right: unset;
}
.main-mbti .body-question .body-right{
}
/* End MBTI */
/* Result  */
.jobInput .head-jobInput {
    display: flex;
}
.result .head-result > img,
.jobInput .head-jobInput > img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.result .head-result .desc-head,
.jobInput .head-jobInput .desc-head {
    padding-left: 20px;
}

.result .head-result .desc-head h3,
.jobInput .head-jobInput .desc-head h3 {
    font-weight: bold;
}

.result-interview {
    margin-top: 20px;
}
.result-interview thead th {
    text-align: center;
}
.result-interview tfoot label {
    color: #000;
}

/* End Result  */


@media (min-width: 992px) {
  .modal-xlg {
    width: 1200px;
  }
}

.myth{
    width: 170px;
}

.cstm-img{
    width: 80px;
}

.btn-sz{
    width: 40%;
    height: 50px;
    font-size: 20px;
}

.modal-p{
    color: gray;
    font-size: 2rem;
}

.img-thumb{
    width: 30%;
}

/* PROGRESS BAR */
.progress{
    height: 10px;
    background-color: white;
    border: 1px solid black;

}
/* END PROGRESS BAR */

/*  */
.form-search{
    border-bottom: 1px solid black;
}

.form-content{

}
.form-content .form-overflow{
    overflow-y: scroll;
    height: 500px;
    display: block;
}

.form-search .form-group .btn-search {
    width: 150px;
}

.form-content .form-group{
    border-bottom: 1px solid black;
}

/*Timeline*/

#timeline-wrapper .timeline-block {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*#timeline-wrapper .timeline-block:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #03a9f4;
  left: 50%;
  top: 0;
  margin-left: -2px;
}*/
#timeline-wrapper .timeline-block .timeline-events .event:before,
#timeline-wrapper .timeline-block .timeline-events .event:after {
  position: absolute;
  content: '';
  color: #333;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  z-index: 4;
  top: 0;
}
#timeline-wrapper .timeline-block .timeline-events .done.event:before,
#timeline-wrapper .timeline-block .timeline-events .done.event:after {
  background: #7CDE32;
}
#timeline-wrapper .timeline-block .timeline-events .ongoing.event:before,
#timeline-wrapper .timeline-block .timeline-events .ongoing.event:after {
  background: #DDA710;
}
#timeline-wrapper .timeline-block .timeline-events .failed.event:before,
#timeline-wrapper .timeline-block .timeline-events .failed.event:after {
  background: #E92C3F;
}
#timeline-wrapper .timeline-block .timeline-events .event:after,
#timeline-wrapper .timeline-block .timeline-events .done.event:after,
#timeline-wrapper .timeline-block .timeline-events .ongoing.event:after,
#timeline-wrapper .timeline-block .timeline-events .failed.event:after {
  width: 30px;
  height: 30px;
  z-index: 3;
  border-radius: 30px;
  background: #342442;
}


#timeline-wrapper .timeline-block .timeline-events .l-event {
  float: left;
  position: relative;
  text-align: right;
  border-right: 4px solid #342442;
  margin-left: 2px;
}
#timeline-wrapper .timeline-block .timeline-events .l-event:before,
#timeline-wrapper .timeline-block .timeline-events .l-event:after {
  right: -2px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
#timeline-wrapper .timeline-block .timeline-events .r-event {
  float: right;
  position: relative;
  text-align: left;
  border-left: 4px solid #342442;
  margin-right: 2px;
}
#timeline-wrapper .timeline-block .timeline-events .r-event:before,
#timeline-wrapper .timeline-block .timeline-events .r-event:after {
  left: -2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#timeline-wrapper .timeline-block .event {
  background: none;
  position: relative;
}
#timeline-wrapper .timeline-block .event.blocked {
    /*opacity: 0.8;*/
}
#timeline-wrapper .timeline-block .event .event-body {
  border-radius: 5px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  min-height: 150px;
  margin-top: -10px;
}
#timeline-wrapper .timeline-block .event .event-body p{
    margin: 0;
}
#timeline-wrapper .timeline-block .event .event-body h3{
    margin-top: 0;
}
#timeline-wrapper .timeline-block .event .event-body p + .btn{
    margin-top: 10px;
}

#timeline-wrapper .timeline-block .timeline-events .l-event.end-timeline {
    border: none;
    margin-left: -2px;
}
#timeline-wrapper .timeline-block .timeline-events .r-event.end-timeline {
    border: none;
    margin-right: -2px;
}

.nav-tabs-cstm>li>a{
    color: #777;
}

.main-tparesult .card-tparesult{
    margin-top: 50px;
    margin-bottom: 50px;
    border: 1px solid black;
}

.main-tparesult .card-tparesult .tparesult-title{
    font-weight: bolder;
}

.main-tparesult .card-tparesult .tparesult-text{
    font-weight: bolder;
    color: #4a2354;
    font-size: 50px;
}

.main-mbtiresult{
    margin-top: 50px;
    margin-bottom: 50px;
}

.card-mbtiresult{
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid black;
}

.mbtiresult-text {
    padding: 20px 10px;
}
.mbtiresult-text h3{
    margin: 0;
    text-align: left;
}
.mbtiresult-text h3.type-result{
    text-align: center;
}
.mbtiresult-text h3 span.left{
    /*padding-left: 20px;*/
    padding-right: 5px;
    font-size: 50px;
    color: #4a2354;
    width: 50px;
    border-right: 1px solid #777;
    display: inline-block;
    /*float: left;*/
}

.mbtiresult-text h3 span.center{
    font-size: 36px;
    font-weight: bolder;
    display: inline;
    position: relative;
    bottom: 5px;
}

.mbtiresult-text h3 span.right{
    /*text-align: end;*/
    float: right;
    font-size: 50px;
    font-weight: bolder;
    color: #4a2354;
    display: inline;
}

.mbtiresult-text h3.type-result span{
    font-size: 50px;
    font-weight: bolder;
    color: #4a2354;

}

@media (max-width: 1024px) {
    .mbtiresult-text h3 span.center {
        font-size: 1em;
    }
    .mbtiresult-text h3 span.left,
    .mbtiresult-text h3 span.right {
        font-size: 1.5em;
    }
}

.card-listuntest{
    padding: 20px 20px;
    border: 1px solid black;
    margin-top: 20px;
}

.card-body .title-untest>img{
    width: 50px;
}
.cstm-btn{
    vertical-align: middle;
}

.cstm-btn .btn + .btn {
    margin-right: 30px;
}

.manualTest .head-manualTest > img {
    width: 90px;
    height: 90px;
}
.manualTest .head-manualTest .desc-head {
    padding-left: 20px;
}

.manualTest .head-manualTest .desc-head h3 {
    font-weight: bold;
}

/* Job Offering-Input */
.jobInput .body-jobInputSkor h1 {
    font-weight: normal;
    color: #777;
}
.jobInput .body-jobInputSkor h1 .left{
    /*padding-left: 20px;*/
    padding-right: 5px;
    width: 200px;
    border-right: 1px solid #777;
    display: inline-block;
    /*float: left;*/
}

.jobInput .body-jobInputSkor h1 .right{
    float: right;
}

.card-jobInput{
    border: 1px solid black;
    margin-top: 20px;
}

.card-jobInput .text-jobInput h4{
    font-weight: bolder;
}


.container-jobInput {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-weight: normal;
  }

  /* Hide the browser's default checkbox */
  .container-jobInput input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark-jobInput {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid black;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark-jobInput:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container-jobInput input:checked ~ .checkmark-jobInput:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container-jobInput .checkmark-jobInput:after {
    left: 6px;
    width: 13px;
    height: 18px;
    border: solid #777;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .container-jobInput input:indeterminate ~ .checkmark-jobInput:after {
    display: block;
    left: 6px;
    border-width: 0 3px 0 0;
    width: 10px;
    height: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

.right-jobinput h3 {
    margin-bottom: 0;
    margin-top: 0;
}

/* End Job Offering-Input */

/* Konfigurasi UMK */

.card-configUMK{
    border: 2px solid black;
    text-align: center;
}
.card-configUMK .text-umk h4{
    font-weight: bolder;
}

.card-configUMK .text-umk h4{
    font-weight: bolder;
}

/* End Konfigurasi UMK */
/* Horizontal Stepper */
.stepwizard {
    padding-top: 20px;
}
.stepwizard-row {
    display: flex;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-step {
    /*display: table-cell;*/
    /*position: relative;*/
    /*flex: 1;*/
    z-index: 1;
}
.stepwizard-step:not(:first-child):not(:last-child){
    padding: 0;
}
.stepwizard-step::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    border-top: 5px solid #3f3955;
    outline: currentColor;
    z-index: -999;
    left: calc(-50% + 20px);
}
.stepwizard-step:first-child::before {
    border: unset;
}
.stepwizard-step:last-child::before {
    /*width: 50%;*/
    /*left: 0;*/
}
.step-content {
    z-index: 3;
    margin-top: -19px;
}

.btn-circle {
    /*width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;*/
    border-radius: 50%;
    box-shadow: unset;
    border: 4px solid #3f3955;
    background: #fff;
    color: #000;
}
/* End Horizontal Stepper */



.uncomplete.stepwizard-step::before,
.uncomplete .btn-circle {
    border-color: #7d7d7d;
}
/* End Horizontal Stepper */
/* input type Range */
.slidecontainer {
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .slider {
        -webkit-appearance: none;
        width: 100%;
        height: 12px;
        border-radius: 26px;
        background: #fff;
        outline: none;
        overflow: hidden;
        border: 1px solid #777;
    }

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 33px;
        height: 33px;
        /*border-radius: 50%;*/
        background: #febf03;
        cursor: ew-resize;
        box-shadow: -900px 0 0 900px #3f3955;
    }

    .slider::-webkit-range-thumb {
        width: 33px;
        height: 33px;
        border-radius: 50%;
        background: #febf03;
        cursor: pointer;
    }

    .slider::-webkit-slider-runnable-track {
      height: 33px;
      -webkit-appearance: none;
      color: #13bba4;
      margin-top: -1px;
    }
}
/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: #43e5f7;
}
input[type="range"]::-moz-range-track {
    background-color: #9a905d;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #43e5f7;
}
input[type="range"]::-ms-fill-upper {
    background-color: #9a905d;
}

/* End Input Range*/

/* cv-print */
.cv-print {
    border: unset;
    font-family: 'Open Sans'!important;
    padding: 0;
}

.cv-print .head-cv {
    margin-bottom: 40px;
}
.cv-print .header-left .blackbar{
    border: 2px solid black;
    width: 10%;
}
.cv-print .header-left h1 {
    margin: unset;
}
.cv-print .right-cv h4 {
    font-size: 17px;
}
.cv-print .left-cv img{
    width: 100px;
    height: 100px;
}

.cv-print .left-cv h5{
    font-weight: 600;
}

.cv-print .left-cv .form-group h5{
    margin-bottom: unset;
}

.cv-print .right-cv .education-desc {
    padding: unset;
}

/* end cv-print */

/* Agenda Kerja */

.tabs-agenda .nav-tabs-cstm>li.active>a,
.tabs-agenda .nav-tabs-cstm>li.active>a:focus,
.tabs-agenda .nav-tabs-cstm>li.active>a:hover {
    color: #433d59;
    cursor: default;
    border-bottom: 6px solid #433d59 !important;
    border: none;
    border-radius: 3px;
}

.tabs-agenda .nav-tabs-cstm>li>a {
    color: #433d59;
    font-size: 17px;
    font-weight: bolder;
}

.agenda-container img{
    height: 60px;
    width: 50px;
    padding: 5px 0;
    vertical-align: sub;
}

.agenda-container .desc-agenda{
    padding-left: 5px;
    width: calc(100% - 60px);
    display: inline-block;
}
.agenda-container .desc-agenda h4,
.agenda-container .desc-agenda p{
    margin: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.agenda-container .desc-agenda h4 {
    font-weight: bold;
}

.form-group .label-anggota{
    color: black;
    font-size: 18px;
    font-weight: normal;
}

#myul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#myul li {
    padding: 12px 0 0;
    text-decoration: none;
    color: black;
}
#myul li .agenda-container .desc-agenda{
    line-height: 32px;
    width: calc(100% - 130px)
}

.right-agenda {
    border-left: 1px solid #777;
}

.choosed-worker .agenda-container .desc-agenda{
    width: calc(100% - 80px);
    line-height: 30px;
}
/* end agenda kerja */

/* Team Event */
.modal-member .modal-dialog {
    width: 400px;
}

.form-group .label-teamevent{
    color: black;
    font-size: 20px;
    font-weight: normal;
}

.separator-date {
    padding-left: 5px;
    padding-right: 5px;
}

.tab-event .nav-tabs {
    border: unset;
}
.detail-event-border > div[class^="col-"] {
    padding: unset;
}
.detail-event-border > div[class^="col-"] .detail-event-container{
    border-top: 1px solid #777;
    margin-left: 15px;
    padding-right: 15px;
}

.detail-event-border > div[class^="col-"] + div[class^="col-"] .detail-event-container{
    border-left: 1px solid #777;
    margin-left: unset;
    padding-left: 15px;
    margin-right: 15px;
    padding-right: unset;
}

/* end Team Event */

/* Modal Retirement */
.custom-modal.membership {
    color: #777;
}
.custom-modal.membership .img-membership {
    width: 86px;
    height: 86px;
    object-fit: cover;
    object-position: 50% 50%;
}

.custom-modal.membership label,
.custom-modal.membership h4{
    margin: 0;
}

.custom-modal.membership .img-membership + h4{
    margin-top: 10px;
}
.custom-modal.membership .desc-membership {
    display: flex;
    margin-top: 20px;
}
.custom-modal.membership .desc-membership .center {
    flex: 1;
}

.custom-modal.membership .desc-membership .left,
.custom-modal.membership .desc-membership .right {
    flex: 2;
}
.custom-modal.membership .center,
.custom-modal.membership .right{
    border-left: 1px solid #707070;
}

.custom-modal.membership .label-retirement{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #707070;
}

.membership .container-promosi-demosi {
    display: flex;
}

.membership .content-promosi-demosi {
    padding: 0 15px;
    flex: 1;
}
.membership .content-promosi-demosi +.content-promosi-demosi {
    padding-top: 20px;
    border-left: 1px solid #777;
}
.membership .content-promosi-demosi +.content-promosi-demosi .select2{
    width: 100%!important;
}
/* end Modal Retirement */

/* Modal Dismissal */
.modal-content.dismissal{
    width: 834px;
}
.modal-dismissal .dismissal-left img{
    width: 86px;
    height: 86px;
}

.modal-dismissal .dismissal-left{
    border-right: 1px solid black;
}

.modal-dismissal .sub-dismissal label,
.modal-dismissal .sub-dismissal h4{
    margin: 0;
}

.modal-dismissal .sub-dismissal .center,
.modal-dismissal .sub-dismissal .right{
    border-left: 1px solid #707070;
}

.modal-dismissal .dismissal-right .label-dismissal{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #707070;
}
.modal-dismissal .dismissal-right .select-dismissal{
    width: 386px;
}

.modal-dismissal .dismissal-right .btn-dismissal{
    width: 386px;
    margin-top: 30px;

}

/* end Modal Dismissal */

/* Modal Promosi */
.modal-content.promosi{
    width: 834px;
}
.modal-promosi .promosi-left img{
    width: 86px;
    height: 86px;
}

.modal-promosi .promosi-left{
    border-right: 1px solid #707070;
}

.modal-promosi .sub-promosi label,
.modal-promosi .sub-promosi h4{
    margin: 0;
}

.modal-promosi .sub-promosi .center,
.modal-promosi .sub-promosi .right{
    border-left: 1px solid #707070;
}

.modal-promosi .promosi-right .label-promosi{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #707070;
}
.modal-promosi .promosi-right .select-promosi{
    width: 386px;
}

.modal-promosi .promosi-right .btn-promosi{
    margin-top: 30px;
    width: 386px;
}
/* end Modal Promosi */

/* Modal Demosi */
.modal-content.demosi{
    width: 834px;
}
.modal-demosi .demosi-left img{
    width: 86px;
    height: 86px;
}

.modal-demosi .demosi-left{
    border-right: 1px solid #707070;
}

.modal-demosi .sub-demosi label,
.modal-demosi .sub-demosi h4{
    margin: 0;
}

.modal-demosi .sub-demosi .center,
.modal-demosi .sub-demosi .right{
    border-left: 1px solid #707070;
}

.modal-demosi .demosi-right .label-demosi{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #707070;
}
.modal-demosi .demosi-right .select-demosi{
    width: 386px;
}

.modal-demosi .demosi-right .btn-demosi{
    margin-top: 30px;
    width: 386px;
}
/* end Modal Demosi */

/* Timeline Roadmap Career */
.roadmap {
    padding-top: 20px;
    counter-reset: step;
}

.roadmap-row {
    display: flex;
}

.roadmap-step {
    z-index: 1;
}

.roadmap-step::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    border-top: 5px solid #3f3955;
    z-index: -999;
    left: calc(-52% + 20px);
}

.roadmap-step:first-child::before {
    border: unset;
}

.roadmap .step-content {
    margin-top: -15px;
}

.roadmap .btn-circle {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    height: 30px;
    line-height: 20px;
    border: 3px solid #4a2354;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    color: transparent;
    background-color: #fad000;
}
/* end Timeline Roadmap Career */

/* Turn Over */
.turnover-row {
    display: flex;
    /*flex-direction: column;*/
}

.turnover-card {
    flex: 1;
    background: #fff;
    border-left: 8px solid #4a2354;
    padding-top: 0;
    padding-bottom: 15px;
    /*padding: 15px;*/
}

.turnover-card.center {
    margin: 0 15px;
}
.turnover-card.center + .turnover-card.center{
    margin-left: 0;
}
.turnover-card  h5{
    margin-bottom: 30px;
}
.turnover-card  .card-text img{
    width: auto;
    height: 50px;
}
.turnover-card  .card-text h1{
    margin: 0;
    margin-top: 1px;
    font-size: 50px;
}
.turnover-card  .card-text h2{
    margin: 0;
    margin-top: 5px;
    font-size: 32px;
    font-weight: bold;
    color: red;
}
.turnover-card  .card-text h2,
.turnover-card  .card-text p{
    margin-bottom: 0;
    border-bottom: 1px solid black;
}

.turnover-card  .sub-text p{
    float: left;
    margin: 0;
    border: none;
}
.turnover-card  .sub-text h4{
    float: right;
    margin: 0;
    font-weight: bold;
}

.turnover-content{
    padding-top: 10px;
}

.turnover-tbl{
    margin-top: 42px;
}
.turnover-tbl .turnover-head{
    border-bottom: 1px solid black;
}

/* end Turn Over */
/* Dashboard Retention */

.dashboard-container .dashboard-card {
    display: flex;
}
.dashboard-container .dashboard-card .card-text h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
}

.dashboard-container .dashboard-card > div {
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.dashboard-container .dashboard-card > div > * {
    min-width: 100%;
}
.dashboard-container .dashboard-card .text-success {
    color: #47d53d;
}
.dashboard-container .dashboard-card .text-warning {
    color: #f67d2b;
}
.dashboard-container .dashboard-card .text-danger {
    color: #fe0303;
}
.dashboard-container .dashboard-row > div {
    flex: 1;
}
.dashboard-container .dashboard-row > div + div{
    margin-left: 15px;
}
.dashboard-container .dashboard-row > div > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.dashboard-container .progress.progress-dashboard {
    height: 13px;
    border: 1px solid #707070;
    display: flex;
    margin-bottom: 0;
}
.dashboard-container .progress.progress-dashboard .progress-bar {
    font-size: 16px;
    line-height: 35px;
}
.dashboard-container .time-dashboard {
    height: calc(100% - 25px);
    padding-bottom: 10px;
}
.dashboard-container .time-dashboard img {
    height: 46px;
    width: auto;
}
.dashboard-container .time-dashboard .time-recorded {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 0;
}
/* End Dashboard Retention */


/* Upcoming Event */
.upcoming-events .title-event {
    font-weight: bold;
    font-size: 16px;
}

.upcoming-events > .title-event {
    font-size: 15px;
}

.upcoming-events .event-container {
    margin-top: 10px;
    font-size: 11px;
    line-height: 20px;
}

.upcoming-events .event-container .event-icon {
    font-size: 14px;
    width: 15px;
}

.upcoming-events .event-container .member-event img {
    width: 24px;
    height: 24px;
}
.upcoming-events .event-container .member-event img:not(:first-child) {
    margin-left: -12px;
}
/* End Upcoming Event */

/* Popup Calendar */
.popup-container{
    width: 300px;
    max-width: unset;
}

.popup-container .popup-header {
    display: flex;
}
.popup-container .popup-header .popup-title{
    font-size: 18px;
    font-weight: bold;
    width: calc(100% - 20px);
}

.popup-container .popup-header a{
    width: 20px;
}

.popup-container .popup-body .btn {
    min-width: 60px;
    text-align: center;
    text-transform: unset;
    margin: 10px 0;
    box-shadow: unset;
}
.popup-container .popup-body .time-location {
    margin-bottom: 10px;
}
.popup-container .popup-body .time-location .popup-icon {
    text-align: left;
    width: 20px;
}

.popup-container .popup-member .picture-container img {
    width: 34px;
    height: 34px;
}

.popup-container .popup-member .picture-container img:not(:first-child) {
    margin-left: -17px;
}
/* End Popup Calendar */

/* Evaluasi */
.evaluation-container .tabs-agenda .nav-tabs-cstm>li>a,
.evaluation-container .tabs-agenda .nav-tabs-cstm>li>a:focus,
.evaluation-container .tabs-agenda .nav-tabs-cstm>li>a:hover {
    color: #fad000;
}

.evaluation-container .tabs-agenda .nav-tabs-cstm>li.active>a {
    background: unset;
    border-bottom-color: #fad000!important;

}

.evaluation-container .agenda-container {
    background: #fff;
    padding: 10px 25px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.evaluation-container .agenda-container .desc-agenda {
    line-height: 32px;
    width: unset;
    align-self: center;
    text-overflow: ellipsis;
    flex: 1;
    overflow: hidden;
}

.evaluation-container .agenda-container .evaluation-submission {
    align-self: center;
    font-weight: bold;
    text-align: right;
    flex: 1;
}


.evaluation-container .agenda-container .evaluation-submission p{
    margin-bottom: 0;
    line-height: 28px;
    vertical-align: top;
}

.evaluation-container .agenda-container .evaluation-submission > * {
    display: inline-block;
}

.evaluation-container .button-submission {
    color: #000;
    font-size: 20px;
    margin-left: 25px;
}

.employee-container {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.employee-container .employee-card {
    width: calc(25% - 8px);
    margin: 5px;
    /*height: 100px;*/
    background-color: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.16);
}

.employee-container .employee-card:nth-child(4n+1) {
    /*flex: 0;*/
    margin-left: unset;
}

.employee-container .employee-card:nth-child(4n) {
    /*flex: 0;*/
    margin-right: unset;
}

.employee-container .employee-card > img{
    width: 68px;
    height: 68px;
    object-fit: cover;
    margin: 15px 0;
}

.employee-container .employee-card h4,
.employee-container .employee-card p {
    margin: unset;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.employee-container .employee-card h4 {
    font-weight: bold;
    font-size: 14px;
}

.employee-container .employee-card .error-detail {
    margin: 10px 0;
    font-weight: bold;
    font-size: 12px;
}

.employee-container .employee-card .error-detail div{
    margin: 5px 0;
    padding: unset;
}

.employee-container .employee-card .btn {
    box-shadow: unset;
}


/* Evaluasi Detail */
.cv .head-detail-evaluation > img{
    width: 98px;
    height: 98px;
    object-fit: cover;
}

.head-detail-evaluation h3,
.list-evaluation-container h3 {
    margin-top: unset;
}

.list-evaluation-container {
    padding: 25px 0;

}

.list-evaluation-container > h3 {
    margin-left: 25px;
}

.list-evaluation-container .list-evaluation {
    padding: 10px 25px;
}

.list-evaluation-container .list-evaluation:not(:last-child) {
    border-bottom: 1px solid #777;
}

.list-evaluation-container .list-evaluation:last-child {
    padding-bottom: 0;
}

.list-evaluation-container .list-evaluation .row {
    display: flex;
    align-items: center;
}

.list-evaluation-container .list-evaluation h5 {
    margin-bottom: unset;
}

.list-evaluation-container .list-evaluation a {
    font-size: 32px;
    text-decoration: unset;
}

.list-evaluation-container .list-evaluation a.evaluation-reject {
    color: #ff4252;
}
.list-evaluation-container .list-evaluation a.evaluation-approve {
    color: #50bb5a;
}
/* end evaluasi detail */


/* End Evaluasi */

/* News */
.headline-news .headline-img{
    width: 960px;
    height: 387px;
}
.headline-news .headline-news-caption{
    color: white;
    position: absolute;
    bottom: 40px;
    left: 30px;
    width: 730px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    margin: 0;

}
.headline-news .headline-news-caption h5{
    margin-left: 10px;
}

.card-sub-news a{
    color: #000;
    text-decoration: none;
}
.card-sub-news .card-img-top{
    width: 288px;
    height: 180px;
}

.card-sub-news .card-body .author-news h5,
.card-sub-news .card-body .author-news p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px
}

/* News Detail */
.news-content .head-news-content .author-news h5,
.news-content .head-news-content .author-news p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px
}

.news-content .body-news-content .content-text{
    line-height: 20px;
    padding-top: 10px;
}

/* End News */


/* Mail */
#mainContent.mail-container {
    padding-bottom: 0;
}

.mail {
    background: #fff;
    height: calc(100vh - 64px);
    /*overflow: hidden;*/
}

.mail .sidebar-mail {
    width: 250px;
    height: 100%;
    border-right: 1px solid #777;
    padding: 15px;
    position: fixed;
    top: 0;
    bottom: 0;
    margin-top: 64px;
}

.mail .sidebar-mail .btn {
    box-shadow: unset;
    color: #fff;
}

.sidebar-mail ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-mail ul li a{
    padding: 10px 0 10px 10px;
    margin: 10px 0;
    display: block;
}

.sidebar-mail li a {
    color: #000;
}

.sidebar-mail li a:hover,
.mail a {
    text-decoration: unset;
}

.sidebar-mail li.active:not(:first-child) a{
    background: #e4e4e4;
    color: #3f3955;
    border-radius: 15px;
}

.sidebar-mail .badge {
    float: right;
    margin-right: 10px;
}

.mail .section-mail {
    margin-left: 250px;
}

.header-mail {
    /*background: #777;*/
    border-bottom: 1px solid #777;
    padding: 10px 0;
}

.header-mail a,
.header-mail button {
    color: #000;
    font-size: 24px;
}
.header-mail a + a{
    margin-left: 10px;
}

.header-mail .input-group {
    border: 1px solid #777;
}
.header-mail .input-group-addon {
    background: unset;
    border: unset;
}
.header-mail .form-control {
    border: unset;
}

.header-mail .check-all-container {
    margin-left: -5px;
    margin-right: 5px;
}
.header-mail .check-all-container .container-jobInput {
    margin-bottom: 20px;
    padding-left: 25px;
}
.check-all-container.dropdown .dropdown-menu a {
    font-size: 14px;
}
.body-mail {
    overflow: auto;
    max-height: calc(100vh - 57px - 64px);
}

.body-mail .mail-column {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px;
    border-bottom: 1px solid #777;
    overflow: hidden;
}

.body-mail .mail-column.read {
    background: #f5f6fa;
}
.body-mail .mail-column .check-mail,
.body-mail .mail-column .star-mail {
    align-self: center;
    /*width: 50px;*/
    height: 50px;
}
.body-mail .mail-column .time-mail {
    align-self: top;
}

.body-mail .mail-column .main-mail {
    cursor: pointer;
}
.body-mail .mail-column .check-mail .container-jobInput {
    margin: unset;
}

.body-mail .mail-column h4,
.body-mail .mail-column h5 {
    font-weight: bold;
}
.body-mail .mail-column h4 {
    color: #777;
    margin: unset;
}

.body-mail .mail-column h4 .time-mail {
    color: #3f3955;
    font-size: 14px;
}
.body-mail .mail-column.read h4 .time-mail {
    font-weight: normal;
}
.body-mail .mail-column p {
    margin: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 23px;
}

.compose-mail .body-mail {
    overflow: hidden;
}
.compose-mail .form-control,
.compose-mail .select2-selection{
    border-radius: unset!important;
    border: unset!important;
}
.compose-mail .form-control:not(:last-child),
.compose-mail .select2-selection{
    border-bottom: 1px solid #777!important;
}

.compose-mail textarea {
    overflow: auto;
    height: calc(100vh - 68px - 55px - 64px);
}

.dropdown-mail {
    width: 300px!important;
}

.star-input {
    visibility:hidden;
    font-size:30px;
    cursor:pointer;
    width: 30px;
}
.star-input:before {
   content: "\2606";
   /*position: absolute;*/
   visibility: visible;
   color: #777;
}
.star-input:checked:before {
   content: "\2605";
   /*position: absolute;*/
   color: #fad000;
}

.reply-mail .detail-mail .header-detail-mail {
    border-bottom: 1px solid #777;
}
.reply-mail .detail-mail:not(:first-child) .header-detail-mail {
    border-top: 1px solid #777;
}
.reply-mail .detail-mail .header-detail-mail h5{
    font-weight: bold;
}
.reply-mail .detail-mail .header-detail-mail h5 span{
    font-weight: normal;
}

.reply-mail .detail-mail .header-detail-mail .utilities-detail {
    padding-top: 10px;
}
.reply-mail .detail-mail .header-detail-mail .utilities-detail a{
    color: #000;
    font-size: 18px;
}
.reply-mail .detail-mail .header-detail-mail .utilities-detail a + a{
    margin-left: 5px;
}

.reply-mail .detail-mail .header-detail-mail .star-input{
    line-height: 10px;
    color: #000;
}

.reply-mail .detail-mail .body-detail-mail {
    padding: 0 15px;
}

.reply-mail .detail-mail .body-detail-mail h4 {
    font-weight: bold;
}

.reply-mail .detail-mail .body-detail-mail p {
    text-align: justify;
}
.reply-mail .reply-detail-mail {
    border: 1px solid #777;
    padding: 10px;
    margin: 0 15px 15px;
}
.reply-mail .reply-detail-mail label {
    color: #000;
}
.hidden {
    position: absolute;
    top: -100vh;
}
.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* End Mail */

/* Payroll */
.payroll-header img{
    width: 98px;
    height: 98px;
}

.payroll-header .desc-payroll{
    margin-left: 10px;
}

.page-header .payroll-right{
    color: #000;
}

.content.payroll-history{
    padding:0;
}

.payroll-history .payroll-history-head {
    padding: 10px 15px 0;
    border-bottom: 1px solid #777;
}

.payroll-history .payroll-history-body {
    height: 315px;
    overflow-y: auto;
    overflow-x: hidden;
}

.payroll-history .history-content {
    padding: 10px 15px 15px;
    border-bottom: 1px solid #777;
}

.payroll-history .history-content:last-child {
    border-bottom: unset;
}

.payroll-history .history-content a.print-icon {
    margin-top: 15px;
}

.card-payroll{
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 15px #ccc;

}

.card-payroll .card-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.card-payroll .card-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.card-payroll img {
    width: 100%;
    height: 175px;
    border-radius: 4px 4px 0 0;
    object-fit: cover;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .payroll-list > .row div[class^="col-"]:not(:first-child):not(:last-child) {
        padding: 0 5px;
    }
    .payroll-list > .row div[class^="col-"]:first-child {
        padding-right: 5px;
    }
    .payroll-list > .row div[class^="col-"]:last-child {
        padding-left: 5px;
    }
}

.dropdown-gaji > a {
    color: #000;
}
.dropdown-gaji .dropdown-menu {
    left: unset;
    right: 0;
    padding: 10px;
}

.dropdown-gaji .dropdown-menu li {
    margin-bottom: 10px;
}

.dropdown-gaji .dropdown-menu .btn {
    box-shadow: unset;
}

.payroll-detail.taken {
    padding: 134px 0;
}

/* End Payroll */

/* Punishment */
.desc-punishment img{
    width: 98px;
    height: 98px;
    margin-right: 15px;
}

.desc-punishment h3,
.desc-punishment p{
    margin-bottom: 0;
}

/* End Punishment */

/* Laporan */

.tabs-laporan .nav-tabs-cstm>li.active>a,
.tabs-laporan .nav-tabs-cstm>li.active>a:focus,
.tabs-laporan .nav-tabs-cstm>li.active>a:hover {
    color: #febf03;
    cursor: default;
    border-bottom: 6px solid #febf03 !important;
    border: none;
    border-radius: 3px;
}

.tabs-laporan .nav-tabs-cstm>li>a {
    color: #febf03;
    font-size: 17px;
    font-weight: bolder;
}

/* End Laporan */

/* laporan-print */
.laporan-print {
    border: unset;
    font-family: 'Open Sans'!important;
    padding: 0;
}

.laporam-print .head-laporan {
    margin-bottom: 40px;
}
.laporan-print .header-left .blackbar{
    border: 2px solid black;
    width: 67%;
}
.laporan-print .header-left h1 {
    margin: unset;
}

/* end laporan-print */

/* Kontrabon */
.container-payment-kontrabon .payment-list .header-payment,
.container-nominal-kontrabon .container-nominal .list-nominal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container-payment-kontrabon .payment-list:first-child:last-child .header-payment .add-remove-payment .removePayment {
    display: none;
}

.container-nominal-kontrabon {
    position: sticky;
    -webkit-position: -webkit-sticky;
    top: 20px;
}

/*.container-nominal-kontrabon .container-nominal > .list-nominal:first-child:not(:last-child) {*/
/*    border-bottom: 1px solid #000;*/
/*}*/
.container-nominal-kontrabon .container-nominal > .list-nominal {
    margin-bottom: 10px;
}
.container-nominal-kontrabon .text-success {
    color: #50bb5a;
}
.container-nominal-kontrabon .text-danger {
    color: #ff0303;
}
/* End Kontrabon */

/* Utilities  */
.mt0px {
    margin-top: 0!important;
}
.mt10px {
    margin-top: 10px!important;
}
.mt15px {
    margin-top: 15px!important;
}
.mt20px {
    margin-top: 20px!important;
}
.mt30px {
    margin-top: 30px!important;
}
.mr5px {
    margin-right: 5px!important;
}
.pd5px {
    padding-right: 5px!important;
}
.ml250px{
    margin-left: 250px;
}
.inline {
    display: inline;
}
.font-normal {
    font-weight: normal!important;
}

.bold {
    font-weight: bold!important;
}

.btn-confirm {
    background: #433d59;
    color: #fff;
    border: 1px solid #4a2354;
}
.btn-confirm:hover,
.btn-confirm:focus,
.btn-confirm:active {
    background: #342442 !important;
    color: white !important;
}
.btn-cancel {
    background-color: #fff;
    color: #4a2354;
    border: 1px solid #4a2354;
}

.btn-test {
    background-color: #333;
    color: #fff;
}
.btn-test:hover,
.btn-test:focus,
.btn-test:active {
    background-color: #333;
    color: #fff;
}

.image-preview {
    max-width: 75px;
    max-height: 100px;
}

.add-profile {
    color: #342442;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
}

.no-bg {
    background: none;
}

.no-border {
    border: none;
}

.bg-sick,
.label-sick,
.lb-sick {
    background: #3f3955;
    color: #fff;
    box-shadow: unset;
}
.bg-training,
.label-training,
.lb-training {
    background: #e459ac;
    color: #fff;
    box-shadow: unset;
}
.bg-leave,
.label-leave,
.lb-leave {
    background: #888888;
    color: #fff;
    box-shadow: unset;
}

.custom-modal .modal-header {
    border-bottom: inherit;
}

.custom-modal .modal-title {
    font-weight: bold;
    font-size: 15px;
    color: #000;
}

.custom-modal .modal-body {
    padding: 15px;
}
.modal .modal-body .popup-container,
.custom-modal .modal-body .popup-container{
    width: unset;
    padding: 0 10px;
}

.select2-results .agenda-container .desc-agenda {
    line-height: 30px;
}

.button-flex {
    display: flex;
}

.button-flex > * {
    flex: 1 0 64.45px;
    overflow: hidden;
}

.button-flex .btn {
    max-width: 100%;
}

.button-flex .button-left {
    padding-right: 5px;
    overflow: hidden;
    flex-grow: 2;
}

.button-flex .button-left .btn {
    cursor: default;
    text-overflow: ellipsis;
    overflow: hidden;
}

.button-flex .button-left .btn:focus,
.button-flex .button-left .btn:hover {
    background: #888888;
    color: #fff;

}

.button-flex .button-right {
    text-align: right;
    padding-left: 5px;
}

.grey-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: ;
}

.grey-scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

.grey-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #777;
}

.half-head img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.half-head .desc-head {
    padding-left: 20px;
}

.half-head .desc-head h3{
    font-weight: bold;
}

.img-cover {
    object-fit: cover;
}

.filter-used {
    color: #50bb5a;
}
/* End Utilities *//* End Input Range*/

.valign-middle td {
    vertical-align: middle !important;
}

#form_filter > div[class^="col-"] .form-group:first-child {
    margin-top: 0;
}

@media screen and (max-width: 1280px) {
    .period-btn .btn {
        font-size: 12px;
    }

}

.swal2-popup {
    font-size: 1.6rem !important;
}
