html{
	font-size: 12px !important;
}

body{
	font-family: 'Inter', sans-serif;
	/*font-size: 12px !important;*/
	background-color: #f1f1f1;
}

input{
	font-size: 12px !important;
}

/*Qkoh St*/
/*.dataTables_scroll th{
	border-right:1px solid #c7c7c7 ;
	border-left:1px solid #c7c7c7 ;
}
.dataTables_scroll td{
	border-right:1px solid #c7c7c7 ;
	border-left:1px solid #c7c7c7 ;
}
*/

/*.table-megaria th, .table-megaria td{
	border-right: 1px solid #c7c7c7;
}*/

.dataTable th , .dataTable td{
	border-right: 1px solid #c7c7c7 !important; 
	/*border-left: 1px solid #c7c7c7;*/
}

.btn-save{
	background-color: #28b779 !important;
	color: white;
}
.alert {
	font-size: 22px;
	padding: 14px;
}
.color-red {
	color: #EF2F2F;
}
.color-greed {
	color: #28B779;
}

/*custom checkbox*/
.custom-checkbox-menu input[type="checkbox"]{
	display: none;
}

.custom-checkbox-menu label {
	display: block;
	position: relative;
	cursor: pointer;
}

.custom-checkbox-menu label:before{
	content: "";
	display: inline-block;
	position: relative;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	border: 2px solid #252e46;
	margin-right: 10px;
	border-radius: 4px;
}

.custom-checkbox-menu input[type="checkbox"]:checked+label:before{
	background-color: #252e46;
	border-color: #252e46;
}

.custom-checkbox-menu input[type="checkbox"]:checked+label:after{
	content: "\2713";
	display: inline-block;
	position: absolute;
	left: 3.5px;
	bottom: 0;
	color: #fff;
}
/*end custom checkbox*/

.nested-checkbox input[type="checkbox"]{
	display: none;
}

.nested-checkbox label {
	display: block;
	position: relative;
	cursor: pointer;
}

.nested-checkbox label:before{
	content: "";
	display: inline-block;
	position: relative;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	border: 2px solid #252e46;
	margin-right: 10px;
	border-radius: 4px;
}

.nested-checkbox input[type="checkbox"]:checked+label:before{
	background-color: #252e46;
	border-color: #252e46;
}

.nested-checkbox input[type="checkbox"]:checked+label:after{
	content: "\2713";
	display: inline-block;
	position: absolute;
	left: 3.5px;
	bottom: 0;
	color: #fff;
}

.nested-checkbox ul {
	padding-left: 25px;
	list-style-type: none;
}

input[type=checkbox].disabled-notchecked {
	width: 12px !important;
  height: 12px !important;
  margin: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: 1px solid #cbcccd;
  border-radius: 2px;
}

input[type=checkbox].disabled-checked {
	width: 12px !important;
  height: 12px !important;
  margin: auto;
  /*-webkit-appearance: none;*/
  /*-moz-appearance: none;*/
  /*-o-appearance: none;*/
  outline: 1px solid #cbcccd;
  border-radius: 2px;
}
/*End Qkoh St*/

.Judul{
	margin: 25px;
}
.nav-header{

}

#navbarSupportedContent{
	z-index: 10;
}
.site-menubar{
	position:fixed;
	top:132.01px;
	z-index:1400;
	height:100%;
	height:calc(100% - 132.01px);
	font-family:Roboto,sans-serif;
	color:rgba(117,117,117,.9);
	background:#fff;
	box-shadow:0 2px 4px rgba(0,0,0,.08);
	border:solid 3px #c8c8c8;
	width:260px;
}
.site-menubar ul{padding:0;margin:0;list-style:none}
.site-menu{
	padding-bottom:20px;
	overflow-y:hidden;
	font-size:14px}
.site-menu-item{
	background-color: lightgrey;
	height: 60px;
}
.site-menu-item>a{
	white-space:nowrap;
	cursor:pointer;
	color: #696969;
	font-size: 1.5rem;
}
.site-menu-item>a:hover{
	text-decoration: none;
	color: black;
	font-style: bold;
}
.menu-link{
	padding: 50px;
}
.page-content{
	min-height: 400px;
	/*margin-left: 263px;*/
	/*position: fixed;*/
}
.page-content-body{
	padding: 26px 20px;
}
hr{
	border: 0;
	clear: both;
	display: block;
	width: 96%;
	background-color: darkgrey;
	height: 3px !imprortant;
}
.line{
	float: left;
	height: 40px;
	width:100%;
}
.form-approve{
	margin-left: 30px;
}
.text-center{
	align-content: center;
	text-align: center;
}
.abc{
	margin-bottom: 5px;
}
.biaya-lain{
	margin-left: 60px;
}
.marginleft30{
	margin-left: 30px;	
}
.marginbt15{
	margin-bottom: 15px;
}
.tombols{
	border: 1px solid transparent;
	border-radius: 25px;
	width: 100%;
	height:35px;
}
.boxes{
	margin-right: 5px;
}
@media (max-width: 415px){
	.biayalain-judul{
		font-size: 0.75rem;
	}
}

@media (min-width: 920px){
.navbar-nav{
	margin-right: 40px !important;
}
}

/*new*/
.m-navbar {
	z-index: 1063;
}

#the-count {
  float: right;
  padding: 0.1rem 0 0 0;
  font-size: 0.875rem;
  margin-top: 4px;
}

.bg-primary{
	background-color: #2d6afd !important;
}

.bg-primary-rajapaksi{
	background-color: #950f0c !important;
}

.bg-secondary-rajapaksi{
	background-color: #d6dcfc;
}

.btn-primary-rajapaksi{
	background-color: #950f0c !important;
	color: #fff;
	border-radius: 5px !important;
}

.btn-primary-rajapaksi:hover{
	background-color: #950f0c !important;
	color: #fff !important;
}



#reset{
	background-color: #ffbc41 !important;
	color: #000;
	border-radius: 5px !important;
}

.btn-secondary-rajapaksi{
	background-color: #26269a ;
	color: white;
	border-radius: 5px !important;
}
.btn-secondary-rajapaksi:hover{
	background-color: #26269a ;
	color: white;
}

.btn-success-rajapaksi{
	background-color: #188038 !important;
	color: #fff;
	border-radius: 5px !important;
}
.btn-success-rajapaksi:hover{
	background-color: #188038 !important;
	color: #fff !important;
}

.dropdown-item{
	color: white !important;
	background-color: transparent !important;
	transition: 0.2s;
	border-radius: 5px;
}

th{
	vertical-align: middle !important;
}

.dropdown-item:hover{
	color: black !important;
	background-color: #d6dcfc !important;
}

.dropdown-menu.show{
	padding: 0px !important;
	display: block !important;
}

.btn-group img{
	height: 20px;
}
.btn-group button{
	display: flex;
	align-items: center;
	gap: 4px;
	border-radius: 5px !important;
}

.fc-primary{
	color: black;
}

.lh-normal{
	line-height: normal;
}

.w-fit-content{
	width: fit-content;
}

/*border*/
.bdr-00{
	border: 1px solid #000000;
}
/*font weight*/
.fw-bold{
	font-weight: bold;
}
.bdr-00{
	border-color: #00000;
}

/*font size*/
.fs-40{
	font-size: 40px;
}
.fs-25{
	font-size: 25px;
}
.fs-20{
	font-size: 20px;
}
.fs-15{
	font-size: 15px;
}

.fs-16{
	font-size: 16px;
}

.fs-17{
	font-size: 17px;
}

.fs-14{
	font-size: 14px;
}

.fs-12{
	font-size: 12px;
}

.fs-11{
	font-size: 11px;
}

/*font-color*/
.fc-00{
	color: #000000;
}
.w-100{
	width: 100% !important;
}

.h-100{
	height: 100% !important;
}

/*margin*/
.mt-10{
	margin-top: 10px;
}

.mt-12{
	margin-top: 12px;
}

.mt-14{
	margin-top: 14px;
}

.mt-16{
	margin-top: 16px;
}

.mt-18{
	margin-top: 18px;
}

.mr-5 {
	margin-right: 5px !important;
}
.mr-8 {
	margin-right: 8px;
}
.fs-0{
	font-size: 0 !important;
}
.mr-9 {
	margin-right: 9px;
}

.mr-10{
	margin-right: 10px;
}

.mr-12{
	margin-right: 12px;
}

.mr-14{
	margin-right: 14px;
}

.mr-16{
	margin-right: 16px;
}

.mr-18{
	margin-right: 18px;
}

.ml-10{
	margin-left: 10px;
}

.ml-12{
	margin-left: 12px;
}

.ml-14{
	margin-left: 14px;
}

.ml-16{
	margin-left: 16px;
}

.ml-18{
	margin-left: 18px;
}
.mb-16{
	margin-bottom: 16px;
}

.bdr-95{
	border: 1px solid #950f0c;
}

.customScroll::-webkit-scrollbar{
	width: 6px;
}
.customScroll::-webkit-scrollbar-track{
	border-radius: 6px;
	background-color: transparent;
}
.customScroll::-webkit-scrollbar-thumb{
	background-color: white;
	border-radius: 6px;
}
.customScroll::-webkit-scrollbar-thumb:hover{
	background-color: white;
}

.bdr-radius-10{
	border-radius: 10px;
}
/*breadcrumb*/
.header-breadcrumb{
	background-color: #fff;
	border-radius: 5px;
	padding: 14px 16px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

a:hover{
	text-decoration: none;
}

.body-breadcrumb{
	color: #897f7f;
}

.body-breadcrumb.active{
	color: #000;
}

.body-breadcrumb.link{
	color: #2962ff;
}

.justify-content-space-between{
	justify-content: space-between;
}

/**/
.filter-container{
	background-color: #fff;
	border-radius: 5px;
	padding: 14px 26px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.for-filter-icon{
	cursor: pointer;
}

.filter-container-child{
	display: none;
	height: 0;
	transition: all 1.0s linear;
}

.filter-container-child.show{
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
	display: flex;
	height: auto;
}


.content-container{
	background-color: #fff;
	border-radius: 5px;
	padding: 26px 22px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/*table*/
.table-rajapaksi th {
	color: #FFFFFF;
	background-color: #252E46 !important;
}

/*.dataTables_scrollBody > table{
	min-height: 75px !important;
}*/

.dropdown-menu-rajapaksi{
	min-width: 64px;
	background: #393939 !important;
	border: unset !important;
}

a:hover{
	color: #252e46;
}


.filter-container-child{
	height: auto !important;
}

td:has(> .formatRpOnListRed){
	/*background-color: #ff5145; !important;*/
}
.formatRpOnListRed{
	color: #ff0000;
}


.mypopover{
	position: absolute;
	z-index: 6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	bottom: -22px;
	pointer-events: none;

}
.mypopover .pop-text{
	padding: 4px 10px;
	background-color: red;
	border-radius: 8px;
	/*border: 1px solid #002241;*/
	/*box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);*/
	color: white;
	line-height: normal;
	white-space: nowrap;
}

.mypopover .segitiga{
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent red transparent;
	/*box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);*/

}

.errorinput{
	border-color: red !important;
}

.myAlert{
	margin-top: 11px;
}

.swal2-confirm{
	background-color: #28b779 !important;
}

.tambah-baru{
	padding: 6.5px 9px !important;
}

.icon-tanggal-keluar.disabled{
	background-color: #e9ecef;
}
