.jumbotron-header{
	color: #fff;
	background: url(../img/bg.jpg); 
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;   
}
.jumbotron-pbb{
	background-color: #53E7B0;
	color: #fff;
	max-height: 500px;
	padding-top: 10px;
}
.jumbotron-bphtb{
	background-color: #FCBB04;
	color: #fff;
	max-height: 500px;
	padding-top: 10px;
}
.jumbotron-spajak{
	background-color: #FF8484;
	color: #fff;
	max-height: 500px;
	padding-top: 10px;
}
.jumbotron-sebpajak{
	background-color: #08A0E9;
	color: #fff;
	max-height: 500px;
	padding-top: 10px;
}
.logo-header{
	margin-right:5px;
	margin-top:-12px;
	width: 40px;
}
.col-opt{
	padding: 30px;
	padding-top: 0px;
}
.tax-opt{
	text-align: center;	
	padding-left: 0;
}
.box-opt{
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.box-dash{
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.box-opt > .my-4{
	border-top: 1px solid #fff;
}
.opt-pbb > .box-opt{
	background-color: #53E7B0;	
}
.opt-spajak > .box-opt{
	background-color: #FF8484;
}
.opt-bphtb > .box-opt{
	background-color: #FCBB04;
}
.opt-sebpajak > .box-opt{
	background-color: #4639f5;
}
.opt-rekap > .box-opt{
	background-color: #92918F;
}

.bg-blue{
background-color: #08A0E9;
}
.bg-green{
background-color: #53E7B0;
}
.bg-pink{
background-color: #FF8484;
}
.bg-orange{
background-color: #FCBB04;
}
.bg-light-green{
background-color: #DAF4D5;
}
.bg-cream{
background-color: #FFFECE;
}
.bg-ligth-pink{
background-color: #FFD5D5;
}
.bg-light-grey{
background-color: #eee;
}
.bg-grey{
background-color: #999;
}
.bg-white{
background-color: #FFF;
}
.bg-sebpajak{
	background-color: #4639f5;
}
.dash-amount {
	padding: 8px;
}
.dash-amount > p {
	font-size: 12px;
}
.title-block{
	margin:5px;
	color: #fff;
	font-weight: bold;
	padding:10px 0px;
}
.detail-block{
	padding:10px 5px;
}
.block-profil{
	/* margin-top: 97%; */
}
.table-profil{
	margin-top:10px;
}
.box-setting{
	padding: 15px;
	color: #fff;
}
.box-chart{
	padding-top: 80px;
    padding-bottom: 40px;
	
}
.dash-filter{
	padding: 10px 0px;
}
.row-filter{
	margin-top: -30px;
}
.overlay {
    background: #e9e9e9;  
    display: none;        
    position: absolute;   
    top: 0;                 
    right: 0;               
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

#loader {
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
  }
  .custom {
    font-size: 1px;
    font-family: Arial;
}
.bottomcustom, .topcustom {
    font-size: 1px;
    font-family: Arial;
    width: 50px;
}
.larger-font {
	font-size: 120%;
  }

  .ui-datatable,
   .ui-datatable .ui-datatable-tablewrapper table {
        font-size: 12px !important;
   }
            
   .table.table thead th {
		color: white;
   }
   hr{
	margin-top: 0px;
    margin-bottom: 0px;	
   }
