/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */
.collapse.in{
	display: inline !Important;
}
.collapse.show{
	display: inline !Important;
}
.colors .color{
	line-height:12px !important;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #ddd;
}
.paginate_button{
    padding: 0 5px;
	cursor:pointer;
	font-weight: normal;
}
.paginate_button.current{
	color:#9E9E9E;
}
body{
	background-color:#dcdcdc !important;
}
.input-lg{
	height:50px !important;
}
.input-group-text.lg {
    width: 50px !important;
	display: grid;
	font-size:18px;
}
.form-control::placeholder {
  opacity: 0.6 !important;
}
.nav-link-xs{
	font-size:12px !important;
}  
/*Selec2*/
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  box-shadow: none; 
  }
.select2-container--default .select2-selection--single{
	background-color: #fdfdff;
    border-color: #e4e6fc;
}
.select2-selection--single{
	padding: .375rem .75rem !important;
	min-height: calc(1.5em + .75rem + 2px) !important;
}
.form-group.has-error .select2-selection--single{
    border-color: #dc3545;
}
.select2-selection__rendered{
	font-size:14px;
	line-height: 22px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow, 
.select2-container--default .select2-selection--single .select2-selection__arrow{
	min-height: calc(1.5em + .75rem + 2px) !important;
}
.toolbars .select2-container{
	min-width: 250px;
	margin-right:5px;
}
.form-inline h4{
	font-size: 16px;
    font-weight: 500;
	color: #191d21;
}
.form-inline{
	margin-bottom:1px;
}
.form-inline .input-group-prepend,
.form-inline textarea{
	margin-right: 0px;
}
.form-inline .input-group{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
	padding: 0px;
}
.form-inline input, .form-inline textarea, .form-inline select{
	position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
	min-height: 30px !important;
	background-color: #fdfdff;
    border-color: #e4e6fc;
	border: solid 1px #e4e6fc;
	outline: none;
	font-size: 12px;
    padding: 0 5px;
}
.form-inline label{
	font-size: 12px;
	display: initial;
	line-height: 30px;
	margin-bottom: 0px;
	padding:0 5px !important;
}
.form-inline label.checkbox-inline{
	padding:0!important;
}
.form-inline .select2-container{
	min-height: 30px !important;
	width: 100% !important;
}
.form-inline .select2-selection__rendered{
	min-height: 30px !important;
	line-height: 28px !important;
	font-size: 12px;
    padding: 0 5px;
}
.form-inline .select2-selection__arrow{
	min-height: 30px !important;
}
.form-inline .select2-selection--single{
	padding:0 5px !important;
	min-height: 30px !important;
}
.form-inline .select2-container--default .select2-selection--single{
	border-radius: 0 !important;
}
@media (max-width: 575.98px){
	.toolbars .select2-container{
		width: 100% !important;
		margin-bottom:5px;
	}
	
	.table-nav .toolbars{
		display: grid;;
	}
}
.toolbars .select2-container--default .select2-selection--multiple .select2-selection__arrow, 
.toolbars .select2-container--default .select2-selection--single .select2-selection__arrow{
	min-height: 30px !important;
}
.toolbars .select2-selection--single, .select2-search__field{
    min-height: 30px !important;
}
.toolbars .select2-selection__rendered{
	font-size: 12px !important;
	line-height: 16px !important;
}
.dataTables_wrapper{
	margin-bottom:5px;
	border-bottom: 1px solid #ddd;
}
.modal-header .modal-title,
.modal-header h4{
	font-size: 16px;
}
.modal-header {
	border-bottom: 1px solid #f2f2f2;
	padding: 15px;
}
.modal-footer {
	border-top: 1px solid #f2f2f2;
	padding: 10px 15px;
}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#6777ef;
    border-radius:0;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    padding:30px 25px;
}
nav > div a.nav-item.nav-link{
	padding:4px 5px;
	border: none;
    color:#000;
    background:#f2f2f2;
    border-radius:0;
	font-weight:400;
	font-size:12px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus,
nav > div a.nav-item.nav-link.active
{
  border: none;
    background:#6777ef;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
	padding:4px 5px;
}
input[type="text"].input-line,
select.input-line {
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
input[type="text"].input-line:focus,
select.input-line:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.has-error input{
	border-color: #dc3545;
}
div.dataTables_wrapper div.dataTables_processing{
	background-color:transparent;
	z-index:1;
}
/*Vclaim rujukan*/
.dtrujukan{
	text-decoration: none;
	color: #6c757d;
	display: block;
}
.dtrujukan .info{
	line-height:12px;
}
.dtrujukan:hover, .dtrujukan.active{
	text-decoration: none;
	color: #fff;
	background-color:#6777ef;
}