

body {
    position: relative;
	background-color: #fff !important;
}

a {
	color: #0086D2;
	text-decoration: none;
}

#header.navbar .navbar-toolbar .navbar-nav > li > a > .meta > .text {
	font-size:14px;
    font-weight: normal;
}
#header.navbar .navbar-toolbar .navbar-collapse {
    max-height: 100%;
	padding-bottom:20px;
}
#header.navbar .navbar-toolbar > .navbar-collapse > .navbar-nav > .dropdown > .dropdown-menu {
	padding-bottom:15px;
}

.custom-checkbox.checkbox, .custom-checkbox.checkbox-inline, .custom-radio.radio, .custom-radio.radio-inline, .checkbox-icon.checkbox, .checkbox-icon.checkbox-inline {
    padding-left: 0px;
    margin-bottom: 10px;
}
.custom-checkbox > label, .custom-radio > label, .checkbox-icon > label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-weight: normal;
    margin: 0px;
}

/* width */
.w100 {max-width:100px}
.w120 {max-width:120px}
.w140 {max-width:140px}
.w150 {max-width:150px;}
.w160 {max-width:160px;}
.w180 {max-width:180px;}
.w200 {max-width:200px;}
.w250 {max-width:250px;}
.w300 {max-width:300px;}

.rdpu {max-width:165px;}
.rdpusaldo {max-width:250px;}
@media only screen  and (min-width : 768px) {
	.rdpu, .rdpusaldo {max-width:100%;}
}


/* ROW */
.row.mincol-0 {
	margin-left:0px;
	margin-right:0px;
}
.row.mincol-3,
.row.mincol-5 {
	margin-left:-5px;
	margin-right:-5px;
}
.row.mincol-0 > .col {
	padding-right:0px;
	padding-left:0px;
}
.row.mincol-3 > .col {
	padding-right:3px;
	padding-left:3px;
}
.row.mincol-5 > .col {
	padding-right:5px;
	padding-left:5px;
}
.row.mincol-7 {
	margin-left:-7px;
	margin-right:-7px;
}
.row.mincol-7 > .col {
	padding-right:7px;
	padding-left:7px;
}
.row.mincol-8 {
	margin-left:-8px;
	margin-right:-8px;
}
.row.mincol-8 > .col {
	padding-right:8px;
	padding-left:8px;
}
.row.mincol-10 {
	margin-left:-10px;
	margin-right:-10px;
}
.row.mincol-10 > .col {
	padding-right:10px;
	padding-left:10px;
}

.row.mincol-8 .panel {
	margin-bottom:15px;
}

/*PANEL*/
.linesoft {border-color:#e6ebed !important}

.noradius {border-radius:0px !important;}



/* AUTO INVEST */
@media 
only screen and (max-width: 767px) {

	/* Force table to not be like tables anymore */
	#tableberkala table, #tableberkala thead, #tableberkala tbody, #tableberkala th, #tableberkala td, #tableberkala tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#tableberkala thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	
	#tableberkala td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-bottom:0px;
		padding-top:0px;
		padding-right:0px;
		padding-left: 40%;
		margin-bottom:5px;
	}
	
	#tableberkala td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		left: 0px;
		width: 40%; 
		white-space: nowrap;
		text-align:left;
	}
	
	/*	Label INVESTASI BERKALA FUND	*/
	#tableberkala td:nth-of-type(1), #tableberkala td:nth-of-type(2), #tableberkala td:nth-of-type(3),#tableberkala td:nth-of-type(4) {text-align:left }
	
	#tableberkala td:nth-of-type(1):before { content: "Nama Akun"; }
	#tableberkala td:nth-of-type(2):before { content: "Nama Bung Dana"; }
	#tableberkala td:nth-of-type(3):before { content: "Jumlah"; }
	#tableberkala td:nth-of-type(4):before { content: "Setiap Tanggal"; }
	#tableberkala td:last-child { margin-bottom:15px; border-bottom:solid 1px #D8D8D8; padding-bottom:15px; width:auto}
	
	
	
	/* Force table to not be like tables anymore */
	#tableberkalapenempatan table, #tableberkalapenempatan thead, #tableberkalapenempatan tbody, #tableberkalapenempatan th, #tableberkalapenempatan td, #tableberkalapenempatan tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#tableberkalapenempatan thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	
	#tableberkalapenempatan td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-bottom:0px;
		padding-top:0px;
		padding-right:0px;
		padding-left: 40%;
		margin-bottom:5px;
	}
	
	#tableberkalapenempatan td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		left: 0px;
		width: 40%; 
		white-space: nowrap;
		text-align:left;
	}
	
	/*	Label INVESTASI BERKALA FUND	*/
	#tableberkalapenempatan td:nth-of-type(1), #tableberkalapenempatan td:nth-of-type(2), #tableberkalapenempatan td:nth-of-type(3),#tableberkalapenempatan td:nth-of-type(4) {text-align:left }
	
	#tableberkalapenempatan td:nth-of-type(1):before { content: "Label"; }
	#tableberkalapenempatan td:nth-of-type(2):before { content: "Rekening Tujuan"; }
	#tableberkalapenempatan td:nth-of-type(3):before { content: "Jumlah"; }
	#tableberkalapenempatan td:nth-of-type(4):before { content: "Setiap Tanggal"; }
	#tableberkalapenempatan td:last-child { margin-bottom:15px; border-bottom:solid 1px #D8D8D8; padding-bottom:15px; width:auto}
	
}

/* TWITTER */
.tweetIPOTKU ul {
	padding:0px;
}
.tweetIPOTKU ul li{
	list-style:none;
	padding:0px;
	font-size:20px
}
.tweetIPOTKU ul li a{
	color: #F2F9A8
}
.tweetIPOTKU ul li a:hover{
	color: #FFD600
}
.tweetIPOTKU .date {font-size:12px; margin-top:10px;}
.tweetIPOTKU i {font-size:30px}

@media screen and (max-width:767px) {
	.tweetIPOTKU ul li{
		font-size:15px
	}
	.tweetIPOTKU i {font-size:20px}
}

/* END TWITTER */

.note.note-info::before {
    border-color: #fff #fff #c3d0d3 #c3d0d3;
}

/* BTN & TEXT COLOR */

.text-left {text-align:left}
.text-orange {
	color:#FF6E00
}
.text-orange-light {
	color: #FF9546
}
.text-inverse {color:#222}
.text-black {color:#333}
.border-inverse {border-color:#333}

.btn-orange {
	color: #FFF;
	background-color: #FF5F00;
	border-color: #FF7E00;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
	color: #fff;
	background-color: #FF5700;
	border-color: #FF7E00;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled.focus,
.btn-orange[disabled].focus,
fieldset[disabled] .btn-orange.focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
	background-color: #FF8E00;
	border-color: #FF7600;
}
.btn-orange .badge {
  color: #FF8E00;
  background-color: #fff;
}
/* END BTN & TEXT COLOR */

/* TEXT SIZE */
.fsize10 {
	font-size: 10px !important; 
}
.fsize11 {
	font-size: 11px !important;
}
.fsize12 {
	font-size: 12px !important;
}
.fsize13 {
	font-size: 13px !important;
}
.fsize14 {
	font-size: 14px !important;
}
.fsize15 {
	font-size: 15px !important;
}
.fsize16 {
	font-size: 16px !important;
}
.fsize18 {
	font-size: 18px !important;
}
.fsize20 {
	font-size: 20px !important;
}
.fsize22 {
	font-size: 22px !important;
}
.fsize24 {
	font-size: 24px !important;
}
.fsize28 {
	font-size: 28px !important;
}
/* END TEXT SIZE */

/* LINE HEIGHT */
.lheight80 {
	line-height: 80% !important;
}
.lheight90 {
	line-height: 90% !important;
}
.lheight100 {
	line-height: 100% !important;
}
.lheight110 {
	line-height: 110% !important;
}
.lheight120 {
	line-height: 120% !important;
}
.lheight130 {
	line-height: 130% !important;
}
.lheight140 {
	line-height: 140% !important;
}
.lheight150 {
	line-height: 150% !important;
}
.lheight200 {
	line-height: 200% !important;
}
/* END LINE HEIGHT */

/* TABLE */
.table.noborder > thead > tr > th, .table.noborder > tbody > tr > th, .table.noborder > tfoot > tr > th, .table.noborder > thead > tr > td, .table.noborder > tbody > tr > td, .table.noborder > tfoot > tr > td {
    border-top: 0px solid #DDD;
}
.table.noborder > thead > tr > th {
    border-bottom: 1px solid #cfd9db !important;
	border-top: 1px solid #cfd9db !important;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}
.table.valign-top > tbody > tr > td, .table.valign-top > tbody > tr > th { vertical-align:top}
/* END TABLE */



/* BACKGROUND COLOR */
.bgcolor-orange {
    background-color: #FF8E00 !important;
    border-color: #FF7600 !important;
}
/* END BACKGROUND COLOR */

/* JQUERY UI */
.ui-tooltip {
	font-size: 13px;
}
/* END JQUERY UI */

/* MODAL */
.modal {
	z-index:1100
}
.modal-backdrop {
    position: fixed;
}
@media only screen  and (min-width : 1200px) {
	.modal-backdrop {
		margin-right:15px;
	}
}
/* END MODAL */

/* CHART SIZE */
#performance, #aumperformance, #unitperformance {
	min-width: 300px;
	max-width:100%;
}
@media only screen  and (min-width : 768px) {
	#performance, #aumperformance, #unitperformance {
		width: 560px;
	}
}
@media only screen  and (min-width : 922px) {
	#performance, #aumperformance, #unitperformance {
		width: 410px;
	}
}

/* END CHART SIZE */



/* ----------------------------
 *
 * News & Research
 *
 * --------------------------- */
a.newsHeadlineTop {
}
a.newsHeadlineTop img {
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.06);
}
a.newsHeadlineTop center {
	font-size: 12px;
	padding: 3px 15px 5px;
	border-bottom: 0px dashed rgb(220, 220, 220);
	text-align: left;
	margin-bottom: 0px;
}
.divColumn {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
}

@media only screen and (min-width: 768px) {
a.newsHeadlineTop center {
	font-size: 11px;
	line-height: 120%;
	padding: 3px 3px 0px;
	border-bottom: 0px solid #f5f5f5;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 32px;
	text-align: center;
	margin-bottom: 10px;
}
.divColumn {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
	-webkit-column-break-after: always;
}
#moregeneralnewscontainer {
	display: block
}
.onpages .listMoreLeft {
	-moz-column-count: 3;
	column-count: 3;
	break-after: avoid-column;
}
}
.listContentTop .listNews {
	border-bottom: 1px dashed rgb(220, 220, 220);
	padding: 8px 0px;
	margin: 0px;
}
.listContentTop .listNews:last-child {
	border-bottom: 0px;
}
.listContentTop .listNews small {
	color: #666;
	font-size: 11px;
	line-height: 110%
}
.listContentTop .listNews dt {
	font-weight: 600;
	font-size: 14px;
	line-height: 120%
}
.listMore .listNews {
	border-bottom: 1px dashed rgb(220, 220, 220);
	padding: 4px 0px 8px;
	margin: 0px;
	width: 47%;
	height: 60px;
	display: inline-block;
	clear: both;
}
.listMore hr.noMar.marBottom5 {
	display: none;
}
.listMore .listNews:nth-child(even) {
	float: right
}
.listMore .listNews small {
	color: #666;
	font-size: 11px;
	line-height: 110%
}
.listMore .listNews dt {
	font-weight: normal;
	font-size: 13px;
	line-height: 120%
}
.onpages .listMoreLeft .listNews {
	clear: both;
	display: block;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
}
.onpages .listMoreLeft .listNews dt {
	font-size: 14px;
}
.listMoreLeft .listNews {
	padding-top: 8px;
	margin: 0px;
}
.listMoreLeft .listNews small {
	color: #666;
	font-size: 11px;
	line-height: 110%
}
.listMoreLeft .listNews dt {
	font-weight: normal;
	font-size: 13px;
	line-height: 100%;
	border-bottom: 1px dashed rgb(220, 220, 220);
	padding-bottom: 8px
}
.listNewsRight .listNews {
	border-bottom: 1px dashed rgb(220, 220, 220);
	padding: 5px 0px 7px;
	margin: 0px;
}
.listNewsRight .listNews:last-child {
	border-bottom: 0px;
}
.listNewsRight .listNews small {
	color: #666;
	font-size: 11px;
	line-height: 110%
}
.listNewsRight .listNews dt {
	font-weight: normal;
	font-size: 13px;
	line-height: 120%
}
.listNewsFront .listNews {
	border-bottom: 1px dashed rgb(220, 220, 220);
	padding: 8px 0px;
	margin: 0px;
}
.listNewsFront .listNews:last-child {
	border-bottom: 0px;
}
.listNewsFront .listNews small {
	color: #666;
	font-size: 11px;
	line-height: 110%
}
.listNewsFront .listNews dt {
	font-weight: normal;
	font-size: 15px;
	line-height: 110%;
	letter-spacing: 0.5px
}
.listNewsFront .listNews article {
	font-size: 12px;
	font-style: oblique;
	line-height: 120%;
	margin-top: 5px;
	letter-spacing: 0.2px
}
.newsContent .listNews {
	border-bottom: 1px solid rgb(220, 220, 220);
	padding: 8px 0px;
	margin: 0px;
}
.newsContent .listNews span.newspic {
	margin-right: 10px;
	margin-bottom: 8px;
	margin-top: 2px;
	border: 2px solid #CCC;
	border-radius: 2px;
	display: inline-block;
	float: left;
}
.newsContent article, .newsContent footer {
}
.newsContent .listNews small {
	color: #666;
	margin-top: 10px;
	font-size: 11px;
	line-height: 110%;
	display: block;
}
.newsContent .listNews dt {
	font-weight: 600;
	font-size: 22px;
	line-height: 130%;
	margin-top: 10px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.listNews {
		border-bottom: 0px !important
	}
	.listContentTop .listNews {
		padding: 3px 0px;
	}
	.listContentTop .listNews dt {
		font-weight: normal;
		font-size: 13px;
		line-height: 120%;
	}
	.listContentTop .listNews > article {
		display: none
	}
	.listMore .listNews {
		padding: 3px 0px 3px;
		margin: 0px;
		width: 100%;
		height: auto;
		display: block;
		clear: both;
	}
	.listNewsRight .listNews {
		padding: 3px 0px 3px;
	}
	.newsContent .listNews span.newspic {
		display: none
	}
	#moregeneralnewscontainer {
		display: none
	}
}

.highlightedText {
	background: #C9E7FF;
	padding: 0px 3px;
	border-radius: 3px;
}
.highlightedInput {
	background-color: #E5F3FF !important;
}
.highlightedFund {
	background: #276FB7;
	border-radius: 2px;
	color: #FFFFFF;
}
div.pagination {
	margin: 0 auto;
	clear: both;
	display: block;
	text-align: center;
}
div.pagination > ul {
	display: inline-block;
	padding-left: 0px;
	margin: 20px 0px;
	border-radius: 4px;
}
div.pagination > ul > li {
	display: inline;
}
div.pagination > ul > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
div.pagination > ul > li > a, .pager > li > a, .pagination > li > span, .pager > li > span {
	color: #00B1E1;
	border-color: #CFD9DB;
}
div.pagination > ul > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857;
	color: #337AB7;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #DDD;
}
div.pagination > ul > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
div.pagination > ul > li.active a {
	background-color: #ECF0F1;
	border-color: #C9D4D7;
}
/* END NEWS */


/* FORM */
.required.checkbox label {
	color: #a94442;
}
.control-label {
    font-weight: 400;
    color: #444;
}
dt, kbd kbd, label {
    font-weight: 400;
}
.input-group-addon {
    color: #444;
	font-size: 85%;
}


/* ----------------------------
 * SWEET ALERT
 * --------------------------- */
.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*
 * Load Awesome 
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }
	

/* DIALOG LOADING */
.dialog-loading {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1100;
}
.dialog-loading-wrapper {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	/*height: 100px;*/
	left: 50%;
	margin-left: -140px;
	margin-top: -50px;
	position: fixed;
	top: 40%;
	width: 280px;
	z-index: 9999999;
}
.dialog-loading-icon {
	background-color: rgba(255, 255, 255, 1) !important;
	border: 3px double #B5B5B5;
	border-radius: 10px;
	display: block;
	/*height: 100px;*/
    /*line-height: 100px;*/
	margin: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	width: 280px;
}
.dialog-terms {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
}
.dialog-terms-wrapper {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	left: 50%;
	margin-left: -150px;
	position: fixed;
	top: 18%;
	width: 280px;
	z-index: 99999;
}
.dialog-terms-icon {
	background-color: rgba(255, 255, 255, 1) !important;
	border: 6px double #B5B5B5;
	border-radius: 10px;
	display: block;
	margin: 0;
	width: 300px;
}
.progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}
.badge, .label {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: inherit;
    height: auto;
}
.pencairanLabel {
	border-left: 2px solid #F8B8C1;
	padding-left: 3px;
}
.penempatanLabel {
	border-left: 2px solid #93D9C8;
	padding-left: 3px;
}
.limiterkas {
	white-space:normal;
}
.yearmutasi {
	padding-top:10px;
	padding-bottom:0px;
	text-align:left;
	font-weight:600;
	color:#7C7C7C
}

/* ARTICLE */
article h1.article-title {
	margin-top:0px;
	font-weight: 300;
	line-height:120%
}
article p.article-info {
	color: #777777;
	margin-bottom:20px;
}
article p.article-info span.article-divider {
	margin-left:5px;
	margin-right:5px;
	color: #a2a2a2 ;
}
article div.article-mainimage {
	margin-bottom:20px;
	display:block;
}
article div.article-mainimage img {
	max-width: 100%;
	height: auto;
}
article div.article-body p{
	font-size:14px;
	color:#444444 
}
article div.article-body ol li,  article div.article-body ul li{
	font-size:14px;
	margin-bottom:10px;
	color:#444444 
}
.article-rightside .media-list > .media > .media-body > .media-heading {
	color:#0086D2
}
article div.article-body table {
	font-size:14px;
	color:#444444;
	border-bottom:1px solid #e6ebed;
	width:100%
}
article div.article-body table > tbody > tr > td, article div.article-body table > tbody > tr > th, article div.article-body table > tfoot > tr > td, article div.article-body table > tfoot > tr > th, article div.article-body table > thead > tr > td, article div.article-body table > thead > tr > th {
    padding: 5px;
}
article div.article-body table > tbody > tr > td, article div.article-body table > tbody > tr > th, article div.article-body table > tfoot > tr > td, article div.article-body table > tfoot > tr > th, article div.article-body table > thead > tr > td, article div.article-body table > thead > tr > th {
    border-top: 1px solid #e6ebed;
}
article div.article-body table tr > th, article div.article-body table > thead > tr > th {
    color: #5e5e5e;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    font-weight: 600;
    background-color: #f9f9f9;
}

.media-list > .media.border-dotted::after {
    left: 15px;
	right: 15px;
}


@media only screen and (max-width: 767px) {
    /* Force table to not be like tables anymore */
    
    #tableberkalapenempatan table,
    #tableberkalapenempatan thead,
    #tableberkalapenempatan tbody,
    #tableberkalapenempatan th,
    #tableberkalapenempatan td,
    #tableberkalapenempatan tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    
    #tableberkalapenempatan thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #tableberkalapenempatan td {
        /* Behave  like a "row" */
        
        border: none;
        position: relative;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 40%;
        margin-bottom: 5px;
    }
    #tableberkalapenempatan td:before {
        /* Now like a table header */
        
        position: absolute;
        /* Top/left values mimic padding */
        
        left: 0px;
        width: 40%;
        white-space: nowrap;
        text-align: left;
    }
    /*	Label INVESTASI BERKALA FUND	*/
    
    #tableberkalapenempatan td:nth-of-type(1),
    #tableberkalapenempatan td:nth-of-type(2),
    #tableberkalapenempatan td:nth-of-type(3),
    #tableberkalapenempatan td:nth-of-type(4),
	#tableberkalapenempatan td:nth-of-type(5),
	#tableberkalapenempatan td:nth-of-type(6),
	#tableberkalapenempatan td:nth-of-type(7),
	#tableberkalapenempatan td:nth-of-type(8),
	#tableberkalapenempatan td:nth-of-type(9) {
        text-align: left;
    }
    #tableberkalapenempatan td:nth-of-type(1):before {
        content: "Deskripsi";
    }
    #tableberkalapenempatan td:nth-of-type(2):before {
        content: "Rekening Tujuan";
    }
	#tableberkalapenempatan td:nth-of-type(3):before {
        content: "Jumlah (IDR)";
    }
    #tableberkalapenempatan td:nth-of-type(4):before {
        content: "Tanggal Penarikan";
    }
	#tableberkalapenempatan td:nth-of-type(5):before {
        content: "Status";
    }
	#tableberkalapenempatan td:nth-of-type(6):before {
        content: "";
    }
	#tableberkalapenempatan td:nth-of-type(7):before {
        content: "";
    }
    #tableberkalapenempatan td:last-child {
        margin-bottom: 15px;
        border-bottom: solid 1px #D8D8D8;
        padding-bottom: 15px;
        width: auto
    }
}

.post-it-note.lightblue {
	background-color: #E2F5F9;
}
.post-it-note.lightblue:after {
    border-color: #E2F5F9;
}
.post-it-note.lightblue:before {
	border-color: #A4CDDD transparent;
}

/* btn warning darker - color reset */.btn-warning-darker {
	color: #ffffff;
	background-color: #EAA904;
	border-color: #E0A000;
}
.btn-warning-darker:hover, .btn-warning-darker:focus, .btn-warning-darker.focus, .btn-warning-darker:active, .btn-warning-darker.active, .open > .dropdown-toggle.btn-warning-darker {
	color: #ffffff;
	background-color: #EAB01E;
	border-color: #E5AA14;
}
.btn-warning-darker:active, .btn-warning-darker.active, .open > .dropdown-toggle.btn-warning-darker {
	background-image: none;
}
.btn-warning-darker.disabled, .btn-warning-darker[disabled], fieldset[disabled] .btn-warning-darker, .btn-warning-darker.disabled:hover, .btn-warning-darker[disabled]:hover, fieldset[disabled] .btn-warning-darker:hover, .btn-warning-darker.disabled:focus, .btn-warning-darker[disabled]:focus, fieldset[disabled] .btn-warning-darker:focus, .btn-warning-darker.disabled.focus, .btn-warning-darker[disabled].focus, fieldset[disabled] .btn-warning-darker.focus, .btn-warning-darker.disabled:active, .btn-warning-darker[disabled]:active, fieldset[disabled] .btn-warning-darker:active, .btn-warning-darker.disabled.active, .btn-warning-darker[disabled].active, fieldset[disabled] .btn-warning-darker.active {
	background-color: #F7CA59;
	border-color: #F4C449;
}
.btn-warning-darker .badge {
	color: #EDA900;
	background-color: #ffffff;
}
.btn-warning-darker.btn-outline {
	color: #C18A00;
	background-color: transparent;
}