@import "loading.css";

.nav-sidebar .nav-treeview{
	padding-left: 30px;
}
.sidebar-mini .main-sidebar .nav-link,
.sidebar-mini-md .main-sidebar .nav-link,
.sidebar-mini-xs .main-sidebar .nav-link{
	width: 100%;
}
.search-date-range{}
	.search-date-range .search-date-type{
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.search-date-range .search-date-start{
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-left: none;
	}
	.search-date-range .search-date-start-calendar{
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.search-date-range .search-date-end{
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-left: none;
	}
.btn-nowrap{
	white-space: nowrap;
}
.btn-back-link{
	color: #212529;
}
.btn-back-link:hover{
	color: #000;
}
.custom-switch .custom-control-label:before,
.custom-switch .custom-control-label:after{
	cursor: pointer;
}
.content-header{
	padding: 10px .5rem;
	/*border-bottom: 1px solid #d7d7d7;*/
}
	.content-header h1{
		font-size: 1.4rem;
	}
.breadcrumb .breadcrumb-item{
	padding-left: .2rem;
	font-size: 0.9rem;
}
.breadcrumb .breadcrumb-item:before{
	padding-right: .2rem;
}
.status-process{
	display: block;
	width: 100%;
	line-height: 1.5;
}
.status-process[data-status-id="1"],
.status-process.status-process-open{
	color: #fff;
	background-color: #ffc107;
}
.status-process.status-process-pending{
	color: #fff;
	background-color: #ffc107;
}
.status-process[data-status-id="2"],
.status-process.status-process-cancel{
	color: #fff;
	background-color: #dc3545;
}
.status-process[data-status-id="3"],
.status-process.status-process-complete{
	color: #fff;
	background-color: #28a745;
}