.post-it {
 	width:250px;
  height:240px;
  position:relative;
  background:#ffa;
  overflow:hidden;
  margin:30px auto;
  padding:20px;
  border-radius:0 0 0 30px/45px;
  box-shadow:
    inset 0 -40px 40px rgba(0,0,0,0.2),
    inset 0 25px 10px rgba(0,0,0,0.2),
    0 5px 6px 5px rgba(0,0,0,0.2);
  font-family: 'Permanent Marker', cursive;
  line-height:1.7em;
  font-size:19px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);

  color:#130d6b;
}

.post-it li {
 	cursor:pointer; 
}

.post-it:before {
 	content:"";
  display:block;
  position:absolute;
  width:20px;
  height:25px;
  background:#ffa;
  box-shadow:
    3px -2px 10px rgba(0,0,0,0.2),
    inset 15px -15px 15px rgba(0,0,0,0.3);
  left:0;
  bottom:0;
  z-index:2;
  transform:skewX(25deg);
}

.post-it:after {
 	content:"";
  display:block;
  position:absolute;
  width:75%;
  height:20px; 
  border-top:3px solid #130d6b;
  border-radius: 50% ;
  bottom:0px;
  left:10%;
}

.tabcontent 
{
	display: none;	
}
	
.tab 
{
  overflow: hidden;
  border: none;
  /*background-color: #f1f1f1;*/
}

.tab button {
  background-color: inherit;
  float: left;
  border:none;
  outline: none;  
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;  
}
	
/* Change background color of buttons on hover */
.tab button:hover {
  /*background-color: #ddd;*/
  background-color: #ffffcc;
}

/* Create an active/current tablink class */
.tab button.active {
  /*background-color: #ccc;*/
  border:1px solid;
}

:root {
    --tosca: #3cb4ab;
    --purple: #653a75;
    --pink: #ff3366;
    --grey: #666666;
    --white: #ffffff;
    --container: #e9e3e9;
    --body: #ebe9ea;
}

.tabkonten
{
	visibility:hidden;
}

body {
    /* background-image: url('../config/stage.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 50% 50%;
    background-attachment: fixed;
}

/*
body {
    margin: 0px;
    padding: 0px;
    background-color: var(--body);
}
*/

.btn-info {
    background-color: var(--purple);
    border: var(--purple);
}

.btn-info:hover {
    background-color: var(--tosca);
    border: var(--tosca);
    color: black;
}

.container {
    /* height: 650px; */
}

.container-index {
    /* height: 650px; */
    border: 18px solid #ffffff;
    background-color: var(--container);
    height: 600px;
    max-height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 95%;
    overflow: auto;
    width: 900px;
    transform: translate3d(-50%, -50%, 0);

}

.info-wrapper{
    padding: 4px;
    color:white;
    max-width: 100%;
    left: 0;
    height: 500px;
    max-height: 800px;
}

/* Untuk Sisi Informasi, Sebelah Kiri */
/* ===================================== */
.login-title, .info-title {
    font-size: 20px;
    text-align: center;
    left: 50%;
    top: 50%;
    /*padding: 10px 20px 10px 20px;*/
}

.login-title{
    color: var(--purple);
}

.info-title{
    color: var(--white);
    background-color: var(--purple);
    font-size: 26px;
    font-weight: bold;
}
/* =================================== */

.info-index {
    color: #ffffff;
    padding: 5px;
    background-color: var(--grey);
    height: 480px;
    max-height: 500px;
    max-width: 100%;
    overflow: auto;
}


.login-wrap {
    max-width: 100%;
    right: 0;
    height: 400px;
    margin:0;
    margin-top: 60px;
}

/* 
    Style for Font Awesome
*/
/* Style the input container */
.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

/* Style the form icons */
.icon {
    padding: 10px;
    background: var(--purple);
    color: white;
    min-width: 20px;
    text-align: center;
}

/* Style the input fields */
.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

.input-field:focus {
    border: 2px solid var(--purple);
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--purple);
    color: white;   
	/*text-align:right*/
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--purple);
    color: white;
}


.border-doc {
    width: 140px;
    height: 200px;
    border: 1px solid black;
    position: relative;
}

.button-download {
    padding: 0;
    position: absolute;
    bottom: 0;
}

.glyph {
    position: relative;
    left: 35px;
    pointer-events: none;

}

.button {

    padding-left: 20px;
}

.table {
    display: table;
    /* Allow the centering to work */
    margin: 0 auto;
}

ul#horizontal-list {

    min-width: 696px;
    list-style: none;
    padding-top: 20px;
}

ul#horizontal-list li {
    margin: 0 8px 0 8px;
    padding: 0 8px 0 8px;
    background-color: var(--purple);
    display: inline;
}

.link-step {
    font-size: 18px;
    color: var(--white);
}

.notification {  
  position: relative;
}

.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px; 
  background: red;
  color: white;
  border-radius: 50%;
  padding: 10px 10px;
  font-size: 18px;
}

.pointer {
    cursor: pointer;
}

.loading-text {
    margin: -15px 0px 15px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.body-background {
    color: #000!important;
    background-color: #f9f9f9!important;
}

.custom-flex-display {
    display: flex !important;
}

.custom-table-display {
    display: table !important;
}

/* BEGIN LOGIN CUSTOM */
.login-wrap-custom {
    /*width: 500px;
    height: 500px;
    margin: 20px 0px 0px 80px;*/
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 10px 2px #ececec;
}


.login-content {
    bottom:0;
    /*padding: 30px 40px 20px 20px;
    background-color: var(--purple);*/
    max-height: 90%;
    /* box-shadow: 5px 6px var(--grey); */
}


.login-content-custom {
    background-color: unset !important;
    padding: 10px 30px !important;
}

.login-title-text {
    font-size: 17px;
}

.login-img {
    width: 120px;
    margin-bottom: 20px;
}

.login-icon {
    background: #fff;
    color: #000;
    padding: 14px;
    border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 5px 0px 0px 5px;
}

.login-input-custom {
    font-size: 14px;
    padding-top: 22px;
    padding-bottom: 21px;
    padding-left: 10px;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #fff;
    border-radius: 0px 5px 5px 0px;
}

.login-btn-custom {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #fff !important;
    padding: 8px;
    font-weight: 600;
    margin-top: 15px;
}
/* END LOGIN CUSTOM */

/* BEGIN NAV-FOOT BAR CUSTOM */
.nav-foot-text {
    font-size: 12px;
    font-weight: 600;
    padding: 13px !important;
}

.w3-blue-softs {
    color: #fff!important;
    background-color: #40E0D0!important
}

.w3-blue-strongs {
    z-index: 2;
    color: #fff!important;
    background-color: #40E0D0!important;
}

/* END NAV-FOOT BAR CUSTOM */

/* BEGIN CONTENT CUSTOM */
.content-form {
    max-width: 90%;
    padding-top: 50px;
}

.content-label-bold {
    font-weight: 500;
    padding-top: 7px;
}

.content-box-form {
    border: 1px solid #9acbff;
    border-radius: 6px;
    box-shadow: 0px 2px 10px 2px #ececec;
    padding: 20px;
}

.content-radio-flex {
    padding-top: 10px;
    display: flex;
}

.content-radio-label {
    font-size: 14px;
    margin: -3px 16px -3px 6px;
}

.content-link-document {
    font-size: 15px;
    font-weight: 600;
}

.content-text-right {
    /* margin-left: auto; */
    border-bottom: unset;
    padding-bottom: 20px;
}

.content-title-text {
    font-size: 25px;
    font-weight: 600;
    padding: 15px 0px 3px;
}

.content-title-text-dashboard {
    font-size: 25px;
    font-weight: 600;
    padding: 25px 15px 3px;
}

.content-title-text-form {
    color: #64bce4;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 0px 5px;
}

.content-title-subtext {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 25px;
}

.content-title-subtext {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 25px;
}

.content-title-subtext-dashboard {
    font-size: 15px;
    font-weight: 500;
    padding: 0px 15px 35px;
}

.content-btn-yellow {
    font-size: 13px;
    padding: 6px 15px;
    color: #fff;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    border-radius: 5px;
}

.content-btn-yellow-sm {
    font-size: 12px;
    padding: 5px 10px;
    color: #fff;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    border-radius: 5px;
}

.content-btn-yellow-icon {
    font-size: 20px;
    padding: 0px 10px;
    color: #fff;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    border-radius: 5px;
}

.content-btn-toska {
    font-size: 13px;
    padding: 6px 15px;
    color: #fff !important;
    background-color: #17a2b8;
    border: 1px solid #17a2b8;
    border-radius: 5px;
}

.content-btn-toska-icon {
    font-size: 20px;
    padding: 0px 10px;
    color: #fff;
    background-color: #17a2b8;
    border: 1px solid #17a2b8;
    border-radius: 5px;
}

.content-input-search {
    font-size: 13px;
    border-right: 1px solid #fff;
    padding: 15px 10px;
}

.content-span-search {
    background: #fff;
}

.content-line {
    border: 1px solid #ccc;
    margin: 10px 16px;
}

.content-line-modal {
    border: 1px solid #ccc;
    margin: 6px 16px;
}

.content-close-btn {
    color: #ec0404 !important;
    font-size: 40px;
    padding-top: 3px;
}

.content-close-btn:hover {
    text-shadow: 1px 1px 0px #ec0404, 1px 1px 2px #ec0404;
}

.card-content-box {
    border: unset;
    padding: 10px;
    margin-bottom: 75px;
    box-shadow: 0px 2px 10px 2px #ececec;
}

.card-content-box-form {
    border: unset;
    padding: 20px;
    box-shadow: 0px 2px 10px 2px #ececec;
}

.card-content-box-modal {
    border: unset;
    padding: 10px 20px 0px 20px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),
                0 4px 20px 0 rgba(0,0,0,0.19);
}

.card-content-body-legend {
    box-shadow: 0px 1px 6px 0px rgb(236 236 236 / 51%);
    padding: 15px 15px 10px 15px;
    margin: 0px 0px 20px 0px;
}

.card-content-body-legend-dist {
    padding-bottom: 5px;
}

.card-content-body-legend-title {
    font-size: 14px;
    font-weight: 600;
}

.card-content-body-legend-line {
    margin: 12px 0px 15px 0px;
}

.card-content-body-legend-label {
    font-size: 12px;
    font-weight: 600;
    padding: 0px 15px 0px 5px;
}

.card-header-box {
    background-color: unset !important;
}

.card-header-box-no-btn-add {
    background-color: unset !important;
    padding-top: 0px !important;
}

.card-header-box-rincian {
    border-radius: 5px;
    background-color: rgba(0,0,0,.03);
    margin: 20px;
    padding: 20px 25px 5px;
}

.card-box-title {
    padding: 0px 15px;
}

.dataTables_length {
    padding-top: 6px;
    font-size: 13px;
}

.dataTables_info {
    font-size: 13px;
}

.div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.35em;
}

.pagination {
    font-size: 12px;
    margin-bottom: 15px !important;
}

.table thead th {
    border-bottom: 1px solid #dee2e6 !important;
}

table.dataTable {
    font-size: 13px;
    padding: 10px;
    margin-top: 12px !important;
    margin-bottom: 15px !important;
}

.custom-container {
    display: flex;
    max-width: 100%;
    padding-top: 50px;
    margin-right: unset !important;
    margin-left: unset !important;
}

.custom-right-side-container {
    width: 79%;
    margin-left: auto;
    margin-right: auto;
}

.custom-flag-status {
    width: 70%;
    background: #4bb8a9;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 5px;
    padding: 7px;
    margin: auto;
}

.custom-box-status {
    box-shadow: 0px 2px 10px 2px #ececec;
    background: #fff;
    border-radius: 4px;
    max-height: 850px;
    padding: 15px 10px 20px;
    margin-left: auto;
}

.custom-box-status-title {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.custom-box-status-line {
    margin: 10px 0px;
}

.custom-box-status-progress {
    padding-top: 10px;
    padding-left: 5px;
}

.custom-status-point {
    width: 32px;
    height: 32px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #bdbdbd;
    border-radius: 100%;
    padding: 7px;
}

.custom-status-point-middle {
    background: #a8ece3 !important;
}

.custom-status-point-secondary {
    background: #138496 !important;
}

.custom-status-point-warning {
    background: #ffc107 !important;
}

.custom-status-point-danger {
    background: #dc3545 !important;
}

.custom-status-point-active {
    background: #4bb8a9 !important;
}

.custom-status-point-text {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    color: #828282;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 10px;
}

.custom-status-point-text-middle {
    color: #5ed0c0 !important;
}

.custom-status-point-text-secondary {
    color: #088396 !important;
}

.custom-status-point-text-warning {
    color: #e4ab00 !important;
}

.custom-status-point-text-danger {
    color: #c72e3c !important;
}

.custom-status-point-text-active {
    color: #0fa590 !important;
}

.custom-status-point-line {
    width: 2px;
    height: 40px;
    background: #bdbdbd;
    margin: -5px 15px;
}

.custom-status-point-line-middle {
    background: #85dcd1 !important;
}

.custom-status-point-line-secondary {
    background: #138496 !important;
}

.custom-status-point-line-warning {
    background: #ffc107 !important;
}

.custom-status-point-line-danger {
    background: #dc3545 !important;
}

.custom-status-point-line-active {
    background: #4bb8a9 !important;
}

.custom-env-dev-flag {
    background-color: #1E03FF;    
    color: #fff;
	border: 1px solid #1E03FF;
    font-size: 12px;
    font-weight: 600;
	border-radius: 5px;
	padding: 5px 5px;
	margin: auto;
}

.custom-title {
	color: #fff;	
	border: 1px solid #17a2b8;    
    font-weight: 600;
    margin: auto;
    padding: 5px 10px;
    border-radius: 5px;
}


.custom-env-lat-flag {
    background-color: #ffc107;
    border: 1px solid #ffc107;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin: auto;
    padding: 5px 10px;
    border-radius: 5px;
}

.custom-env-prod-flag {
    color: #9acbff;
    margin: auto;
}

.custom-table-box {
    box-shadow: 0px 1px 5px 1px rgb(212 202 202 / 51%);
    border-radius: 5px;
    border: 1px solid #f9f9f9;
}

.custom-table-title {
    font-size: 12px;    
    background: #f1f1f1;
}

.custom-btn-text {
    width: 13px;
    height: 12px;
    font-size: 13px;
    padding: 10px;
    color:#fff;
    margin: 0px 3px 3px 0px;
}

.custom-btn-text-legend {
    cursor: default;
    font-size: 12px;
    padding: 7px;
    color:#fff;
    margin: 0px 3px 3px 0px;
}

.custom-btn-text-legend-second {
    padding: 7px 8px !important;
}

.custom-btn-text-legend-third {
    padding: 7px 9px !important;
}

.custom-btn-text-elastic {
    font-size: 13px;
    padding: 10px;
    color:#fff;
    margin: 0px 3px 3px 0px;
}

.custom-btn-primary {
    color:#fff !important;
    background-color: #007bff;
    border: #007bff;
}

.custom-btn-secondary {
    color:#fff !important;
    background-color: #6c757d;
    border: #6c757d;
}

.custom-btn-success {
    color:#fff !important;
    background-color: #28a745;
    border: #28a745;
}

.custom-btn-danger {
    color:#fff !important;
    background-color: #dc3545;
    border: #dc3545;
}

.custom-btn-warning {
    color:#fff !important;
    background-color: #ffc107;
    border: #ffc107;
}

.custom-btn-info {
    color:#fff !important;
    background-color: #138496;
    border: #138496;
}

.custom-btn-light {
    color:rgb(88, 88, 88) !important;
    background-color: #f8f9fa;
    border: #f8f9fa;
}

.custom-btn-light-second {
    color:rgb(88, 88, 88) !important;
    background-color: #efefef;
    border-color: #efefef;
}

.custom-btn-dark {
    color:#fff !important;
    background-color: #343a40;
    border: #343a40;
}

.custom-btn-green {
    color:#fff !important;
    background-color: #8BC34A;
    border: #8BC34A;
}

.custom-btn-purple {
    color:#fff !important;
    background-color: #653a75;
    border: #653a75;
}

.custom-alert-container {
    padding: 0.01em 15px;
}

.custom-alert-success {
    border: 1px solid #28a745;
    border-radius: 5px;
}

.custom-alert-warning {
    border: 1px solid #ffc107;
    border-radius: 5px;
}

.custom-alert-danger {
    border: 1px solid #dc3545;
    border-radius: 5px;
}

.custom-alert-primary {
    border: 1px solid #007bff;
    border-radius: 5px;
}

.custom-alert-info {
    border: 1px solid #17a2b8;
    border-radius: 5px;
}

.custom-alert-success-header {
    background: #28a745;
    color: #fff;
    padding: 15px 5px;
}

.custom-alert-warning-header {
    background: #ffc107;
    color: #fff;
    padding: 15px 5px;
}

.custom-alert-danger-header {
    background: #dc3545;
    color: #fff;
    padding: 15px 5px;
}

.custom-alert-primary-header {
    background: #007bff;
    color: #fff;
    padding: 15px 5px;
}

.custom-alert-info-header {
    background: #17a2b8;
    color: #fff;
    padding: 15px 5px;
}

.custom-alert-header-title {
    font-size: 19px;
    font-weight: 600;
}

.custom-alert-close-box {
    text-align: right;
    padding: 0px 8px;
}

.custom-alert-close-btn {
    font-size: 32px;
    height: 0px;
    margin-top: -10px;
}

.custom-alert-close-btn-sm {
    font-size: 28px;
    height: 0px;
    margin-top: -10px;
}

.custom-alert-message {
    word-break: break-word;
    line-height: 1.6;
    padding: 30px;
    text-align: center;
    font-size: 16px;
}

.custom-upload-file-btn {
    width: 93%;
    font-size: 12px;
    margin-bottom: 10px;
}

.custom-upload-file-btn-close {
    color: #dc3545;
    border: 1px solid #dc3545;
    border-radius: 50px;
    font-size: 14px;
    padding: 0px 7px;
    margin-top: 7px;
}

.custom-upload-file-btn-margin {
    margin-top: -9px !important;
    margin-left: 5px !important;
}

.custom-btn-yes-logout {
    font-size: 13px;
    color: #17a2b8 !important;
    background-color: #ffffff !important;
    border: 1px solid #17a2b8;
    padding: 6px;
}

.custom-btn-no-logout {
    font-size: 13px;
    color: #dc3545 !important;
    background-color: #ffffff !important;
    border: 1px solid #dc3545;
    padding: 6px;
}

.custom-padding-list-rincian {
    padding-bottom:5px;
}

.custom-width-col-md-3 {
    max-width: 20% !important;
}

.custom-border-none {
    font-size: 13px;
    border: none !important;
    padding: 5px !important;
}

.custom-loading-data {
    font-size: 40px !important;
    margin: 30px;
}

.custom-info-box {
    background-color: #3997ce !important;
    margin: 15px 15px 25px;
}

.custom-info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 96px;
    width: 96px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}

.custom-info-box-icons {
    color: #e8e4e4;
    padding: 26px 20px;
}

.custom-info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.custom-info-box-text {
    display: block;
	font-size: 21px;
	font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #fff !important;
	padding: 8px;
}

.custom-small-box {
    color: #fff;
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.custom-inner {
    padding: 10px;
}

.custom-notification-box {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: #f3344a;
    border-radius: 50px;
    padding: 9px;
    text-align: center;
}

.custom-notification-number {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.custom-number-icon {
    font-size: 40px;
    color: #ffffff80;
    font-weight: bold;
    float: right;
    margin: 5px 15px 0 0;
    white-space: nowrap;
    padding: 5px 0px 0px 10px;
}

.custom-label-margin {
    margin: 60px 20px 0px 0px;
}

.custom-label-icon {
    font-size: 17px;
    font-weight: 500;
    padding-left: 10px;
    text-align: right;
}

.custom-icon-box {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 17px;
    left: 15px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0,0,0,0.15);
}

.custom-small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    display: block;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}

.custom-bg-aqua {
    background-color: #00c0ef !important;
}

.custom-bg-aqua-number {
    position: absolute;
    background: #00c0ef;
}

.custom-bg-green {
    background-color: #00a65a !important;
}

.custom-bg-green-number {
    position: absolute;
    background: #00a65a;
}

.custom-bg-yellow {
    background-color: #f39c12 !important;
}

.custom-bg-yellow-number {
    position: absolute;
    background: #f39c12;
}

.custom-bg-red {
    background-color: #dd4b39 !important;
}

.custom-bg-red-number {
    position: absolute;
    background: #dd4b39;
}

.custom-progress {
    margin: 5px -10px 5px -3px;
    background: #fff;
    height: 2px;
}

.custom-progress-bar {
    width: 100%;
}

.custom-progress-description {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #fff;
	padding: 3px 9px;
}

.custom-timeline-box {
    margin: 15px 0px 75px;
    border: unset;
    padding: 35px 40px;
    box-shadow: 0px 2px 10px 2px #ececec;
}

.custom-timeline-title {
    font-size: 20px;
    font-weight: 600;
}

.custom-timeline-line {
    border: 1px solid #ccc;
    margin: 20px 0px 25px;
}

.custom-timeline-table-box {
    border: 1px solid #f9f9f9 !important;
}

.custom-timeline-table-list-title {
    background-color: #f1f1f1 !important;
    border-top: 1px solid #e8e8e8;
    border-left: 6px solid #2e79a5;
    border-bottom: 1px solid #e4e4e4;
    padding: 14px 21px 13px 21px !important;
}


.custom-timeline-table-list-icon {
    font-size: 25px !important;
    color: #f39c129e !important;
    padding-bottom: 8px;
}

.custom-timeline-table-list-date-title {
    font-size: 12px;
    font-weight: 500;
    color: #736b6b;
    padding: 0px 0px 2px 10px;
}

.custom-timeline-table-list-date {
    font-size: 16px;
    color: #bbbbbb;
    padding: 3px 0px 0px 10px;
}

.custom-timeline-table-list-content {
    border-bottom: 2px solid #f1f1f1 !important;
}

.custom-timeline-table-list-content-title {
    padding: 15px 30px !important;
}

.custom-timeline-list-icons {
    font-weight: 600;
    color: #2e79a5;
    padding-bottom: 7px;
}

.custom-timeline-list-text {
    font-size: 14px;
    color: #525252;
}

.custom-timeline-list-time {
    padding: 20px;
    font-size: 17px;
    font-weight: 600;
    color: #989898;
}

.custom-text-grey {
    color: #676767!important;
}

.custom-radio-jabatan {
    padding-bottom: 20px !important;
    padding-left: 0px !important;
}

.custom-box-radio-jabatan {
    text-align: left !important;
    padding-bottom: 0px !important;
}

.custom-box-footer-jabatan {
    padding-top: 10px !important;
}

.custom-btn-jabatan-info {
    color: #fff;
    background-color: #138496;
    border: #138496;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}

.custom-btn-jabatan-warning {
    color: #fff;
    background-color: #ffc107;
    border: #ffc107;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}

.custom-btn-jabatan-info:hover {
    background-color: #12606d !important;
}

.custom-btn-jabatan-warning:hover {
    background-color: #dea909 !important;
}

.custom-padding-bottom-table-td {
    padding-bottom: 5px;
}

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

.custom-ol-margin-padding {
    margin-bottom: 0 !important;
    padding-left: 15px !important;
}

.w3-table-all tr:nth-child(even) {
    background-color: #ffffff !important;
}

.scrollbar::-webkit-scrollbar-track
{
    border-radius: 50px;
    background-color: #f7f7f7;
}

.scrollbar::-webkit-scrollbar
{
    width: 8px;
    height: 10px;
    margin-left: 20px;
    background-color: #fff;
}

.scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 50px;
    background-color: #dadada;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #007bff;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* END CONTENT CUSTOM */



.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.tableFixHead { 
    overflow: auto; 
    height: 500px; 
}

.tableFixHead thead { 
    position: sticky; 
    top: 0; 
    z-index: 1; 
}