/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2020 IMAJIKU.
*/


/* =list
------------------------------------------------------------ */
.content-mjk ul{
	list-style: none;
	position: relative;
	padding: 0;
}
.content-mjk ul li{
	padding-left: 20px;
	margin: 0;
}
.content-mjk ul li:before{
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: 5px;
	color: #ffe0ad;
	font-size: 7px;
	line-height: 21px;
	display: block;
	position: absolute;
	left: 0px;
}
.content-mjk ul.list-unstyled li {
	padding-left: 0;
}
.content-mjk ul.list-unstyled li:before{
	display: none;
}
/* =breadcrumb
------------------------------------------------------------ */

.breadcrumb-box{
	width: 37%;
}
.breadcrumb{
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.breadcrumb .breadcrumb-item a{
	color: #e7ba6f;
}
.breadcrumb .breadcrumb-item.active{
	color: #e7ba6f;
}
.breadcrumb .breadcrumb-item:hover a{
	color: #ffffff !important;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "\f105";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	color: #e7ba6f;
	font-size: 12px;
}

/* =button
------------------------------------------------------------ */
button:focus{
	outline: none !important;
}

/*button*/
.btn-mjk,
a.btn-mjk,
button.btn-mjk,
button[type="button"].btn-mjk,
button[type="submit"].btn-mjk{
	color: #e7ba6f;
	background-color: transparent;
	border: 1px solid #a77723;
	padding: 10px 20px;
	min-width: 150px;
	height: 45px;
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	margin-bottom: 10px;
}
.btn-mjk:hover,
a.btn-mjk:hover,
button.btn-mjk:hover,
button[type="button"].btn-mjk:hover,
button[type="submit"].btn-mjk:hover{
	color: #212121 !important;
	background: rgb(245,184,31);
	background: -moz-linear-gradient(90deg, rgba(245,184,31,1) 0%, rgba(191,114,11,1) 60%, rgba(161,74,0,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(245,184,31,1) 0%, rgba(191,114,11,1) 60%, rgba(161,74,0,1) 100%);
	background: linear-gradient(90deg, rgba(245,184,31,1) 0%, rgba(191,114,11,1) 60%, rgba(161,74,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5b81f",endColorstr="#a14a00",GradientType=1);
	border: 1px solid #212121;
}
.btn-mjk-v2,
a.btn-mjk-v2,
button.btn-mjk-v2,
button[type="button"].btn-mjk-v2,
button[type="submit"].btn-mjk-v2{
	color: #a55404;
	background-color: #ffffff;
	padding: 10px 20px;
	min-width: 150px;
	height: 45px;
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	margin-bottom: 10px;
}
.btn-mjk-v2:hover,
a.btn-mjk-v2:hover,
button.btn-mjk-v2:hover,
button[type="button"].btn-mjk-v2:hover,
button[type="submit"].btn-mjk-v2:hover{
	color: #212121 !important;
	background: rgb(245,184,31);
	background: -moz-linear-gradient(90deg, rgba(245,184,31,1) 0%, rgba(191,114,11,1) 60%, rgba(161,74,0,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(245,184,31,1) 0%, rgba(191,114,11,1) 60%, rgba(161,74,0,1) 100%);
	background: linear-gradient(90deg, rgba(245,184,31,1) 0%, rgba(191,114,11,1) 60%, rgba(161,74,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5b81f",endColorstr="#a14a00",GradientType=1);
	border: 1px solid #212121;
}

/* =form input
------------------------------------------------------------ */
.error{
	padding: 2px 5px 2px !important;
	font-size: 13px !important;
	color: #FF0000 !important;
	font-weight: 300 !important;
	text-transform: none !important;
}
.success{
	padding: 2px 5px 2px !important;
	font-size: 13px !important;
	color: #3c763d !important;
	font-weight: 300 !important;
	text-transform: none !important;
}

.form-group-mjk{}
.form-group-mjk .form-control{
	background-color: #373737;
	border-color: #373737;
	color: #999999;
}
.form-group-mjk textarea{
	min-height: 150px;
}


/*select2*/
.form-group-simple select.select-simple{
	display: block;
	padding: 5px 0 5px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-color: transparent;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	width: 100% !important;
	color: #777777;
}
.form-group-simple select.select-simple option{
	color: #999999;
}

/*select normal*/
.form-group-simple select.select-normal{
	color: #666666;
	padding: 5px 10px 5px 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
	border-bottom: 2px solid #e4dfd8;
	width: 100% !important;
	height: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.form-group-simple select.select-normal {
	background-image:
	linear-gradient(45deg, transparent 50%, #e4dfd8 50%),
	linear-gradient(135deg, #e4dfd8 50%, transparent 50%);
	background-position:
	calc(100% - 20px) calc(1em + 2px),
	calc(100% - 15px) calc(1em + 2px),
	calc(100% - 2.5em) 0.5em;
	background-size:
	5px 5px,
	5px 5px,
	1px 1.5em;
	background-repeat: no-repeat;
}

.form-group-simple select.select-normal:focus {
	background-image:
	linear-gradient(45deg, #e4dfd8 50%, transparent 50%),
	linear-gradient(135deg, transparent 50%, #e4dfd8 50%);
	background-position:
	calc(100% - 15px) 1em,
	calc(100% - 20px) 1em,
	calc(100% - 2.5em) 0.5em;
	background-size:
	5px 5px,
	5px 5px,
	1px 1.5em;
	background-repeat: no-repeat;
	border-color: #e4dfd8;
	outline: 0;
}
.form-group-simple select.select-normal option{
	color: #999999;
}

/*type file*/
.form-group-simple .group-type-file{
	position: relative;
}
.form-group-simple .group-type-file .custom-file{
	background-color: #eeeeee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-bottom: 2px solid #e4dfd8;
}
.form-group-simple .group-type-file .custom-file .custom-file-label{
	width: 100%;
	z-index: 0;
	overflow: hidden;
	border: none;
	background-color: transparent;
	padding: 10px 110px 5px 10px;
	z-index: 1;
	position: relative;
}
.form-group-simple .group-type-file .custom-file .custom-file-label span{
	width: 100%;
	min-height: 2em;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	font-size: 13px;
	color: #666666;
}
.form-group-simple .group-type-file .custom-file .custom-file-label .fake-btn-file{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	display: inline-block;
	background-color: #91723a;
	padding: 10px 20px;
	width: 100px;
	height: 35px;
	color: #ffffff;
	line-height: 16px;
	font-weight: 500;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.form-group-simple .group-type-file .custom-file .custom-file-label .fake-btn-file:hover{
	cursor: pointer;
	color: #ffffff;
	background-color: #7d5102;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.form-group-simple .group-type-file .custom-file .custom-file-input{
	z-index: -1;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*checkbox custom*/
.custom-checkbox .custom-control-label:before{
	background-color: #ffffff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
	background-color: #91723a;
	border-color: #91723a;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label{
	color: #91723a;
}



/* =Select2
-------------------------------------------------- */
/*global select*/
.select-simple-group{
	display: block;
	width: 100% !important;
	margin-bottom: 10px !important;
	border-bottom: 2px solid #e4dfd8;
}
.select-simple-group label{
	display: block;
}
.select-simple-group .select2-container{
	display: block !important;
	width: 100% !important;
}
.select-simple-group .select2-container--default .select2-results__option--highlighted[aria-selected]{
	/*background-color: $co-dark-orange !important;*/
}
.select-simple-group .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #666666;
	line-height: 35px;
	padding-right: 0;
	padding-left: 15px;
	padding-right: 10px;
	text-align: left;
}
.select-simple-group .select2-container--default .select2-selection--single{
	border-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0px 20px 0px 0px;
	height: 35px;
	font-size: 14px;
	background-color: transparent;
	outline: none;
	-webkit-outline: none;
	-moz-outline: none;
}
.select-simple-group .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 35px;
	top: 0;
}
.select-simple-group .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #666666 transparent transparent transparent ;
	border-width: 5px 4px 0 4px;
}
.select-simple-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color:  transparent transparent #666666 transparent !important;
	border-width: 0 4px 5px 4px;
}

/*select2 translate*/
.select-translate-group{
	display: inline-block;
	vertical-align: middle;
	padding: 12px 10px 12px;
}
.select-translate-group .fas{
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}
.select-translate-group .select2-container{
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.select-translate-group .select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: transparent !important;
}
.select-translate-group .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #ffffff;
	line-height: 30px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}
.select-translate-group .select2-container--default .select2-selection--single{
	border-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0px 20px 0px 0px;
	height: 30px;
	font-size: 14px;
	background-color: transparent;
	outline: none;
	-webkit-outline: none;
	-moz-outline: none;
}
.select-translate-group .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 30px;
	top: 0;
}
.select-translate-group .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #ffffff transparent transparent transparent ;
	border-width: 5px 4px 0 4px;
}
.select-translate-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color:  transparent transparent #ffffff transparent !important;
	border-width: 0 4px 5px 4px;
}

/*select2 dropdown*/
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #cfac45;
}



/* =table
------------------------------------------------------------ */
/*datatable update*/
table{
	width: 100%;
}
table.dataTable thead th, 
table.dataTable thead td{
	border-top: 2px solid #91723a;
	border-bottom: none;
	text-transform: uppercase;
	font-size: 14px;
}

table.dataTable tbody th, 
table.dataTable tbody td{
	padding: 10px 10px 10px;
}
table.dataTable tbody tr.odd, 
table.dataTable.stripe tbody tr.odd, 
table.dataTable.display tbody tr.odd{
	background-color: #f4f1eb;
}
#table-report.table td, 
#table-report.table th{
	border-top: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 0;
	border: none;
	background-color: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	border: none;
	background: none;
}
.page-item.disabled .page-link{
	border-color: transparent;
	background-color: transparent;
}
.page-item.active .page-link{
	border-color: #91723a;
	background-color: #91723a;
}
.page-item.active .page-link:hover,
.page-item.disabled .page-link:hover{
	color: #ffffff !important;
	opacity: 0.7;
}
.dataTables_wrapper .dataTables_filter{
	float: left;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before{
	background-color: #91723a;
	content: "\f078";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	text-align: center;
	font-size: 9px;
	line-height: 14px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before{
	background-color: #91723a;
	content: "\f077";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	text-align: center;
	font-size: 9px;
	line-height: 14px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
	border-bottom: none;
}