.logo-trijaya {
	background-image: url('../img/logo_ori.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 50px;
}
.logo-trijaya.mini {
	background-image: url('../img/icon.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 45px;
	margin-top: 20px;
}
.chart-area {
	height: 20rem;
}
.chart-pie {
	height: calc(20rem - 43px) !important;
}
thead th,
tbody td {
	background-color: transparent !important;
	border-color: #ddd !important;
}
.page-item.active .page-link {
	background-color: #1B70B1;
	border-color: #1B70B1;
}
.page-item.disabled .page-link,
.page-item .page-link {
	color: #1B70B1;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
textarea.form-control {
	height: 64px !important;
}
.sidebar-brand.trijaya {
	background-color: #fff;
	padding-top: 30px;
	height: 115px;
	border-radius: 0 20px 0 20px;
}
.main-sidebar {
	background-color: #1B70B1 !important;
}
.margr5 {
	margin-right: 5px;
}
.dataTables_scroll {
	margin-bottom: 10px;
}
.select2 {
    width: 100% !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}

.select2-selection__rendered {
    padding-top: 3px;
}
.select2-container--bootstrap4 .select2-selection__clear {
    line-height: 1.34em;
    padding-left: 0.32em;
}
span.select2-selection__rendered {
	color: #495057;
}
.select2-container.select2-container--focus .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single,
.select2-container.select2-container--open .select2-selection--single {
	background-color: #FDFDFF;
}
.select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
	border-color: #ddd !important;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
	box-shadow: none;
}
.modal-dialog.agent {
	max-width: 1024px !important;
}
.modal-dialog.agent label {
	font-size: 12px;
}
span.notes {
	margin-top: -15px;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}
.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 4px  !important;
	border-bottom-right-radius: 4px  !important;
}
.input-group-text {
	background-color: #f5f5f5 !important;
}
.persen11 {
	width: 13% !important;
	text-align: center;
	padding: 10px 5px !important;
}
.persen15 {
	width: 15% !important;
	text-align: center;
	padding: 10px 5px !important;
}
.persen8 {
	width: 10% !important;
	text-align: center;
	padding: 10px 5px !important;
}
@media (min-width: 320px) and (max-width: 480px) {
  
	.form-inline .navbar-nav.mobile {
		display: block !important;
	}
  
}
@media (min-width: 481px) and (max-width: 767px) {
  
	.form-inline .navbar-nav.mobile {
		display: block !important;
	}
  
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
	.form-inline .navbar-nav.mobile {
		display: block !important;
	}
  
}
@media (min-width: 768px) and (max-width: 1024px) {
  
  	.form-inline .navbar-nav.mobile {
		display: block !important;
	}
  
}