a{
	color: #006ab6;
}
.img{
	width: 100%;
}
.width-full{
	width: 100% !important;
}
.mb-0{
	margin-bottom: 0;
}
.mt-5{
	margin-top: 5px !important;
}
.help-block{
	margin-bottom: 0;
	font-size: 13px;
}
.sidebar-menu > li .label, .sidebar-menu > li .badge{
	margin-top: 0;
}
.form-error{
	font-size: 11px;
	color: #fe4949;
}
.login-logo span{
	font-size: 24px;
}
.datepicker{
	padding: 6px 12px;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control{
	line-height: 14px;
}

.box-header.with-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-header.with-flex::before, .box-header.with-flex::after{
	display: none;
}
.box-footer.with-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-footer.with-flex::before, .box-footer.with-flex::after{
	display: none;
}

.wrap-modul{
	display: flex;
	flex-wrap: wrap;
}
.item-modul{
	padding: 5px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	width: calc(50% - 2px);
	border: 1px solid rgba(0,0,0, .12);
}
.item-modul label{
	margin-bottom: 0;
}
.item-modul.checkbox{
	margin-top: 0;
}

/* SweetAlert */
.swal2-modal{
	width: 400px !important;
}
.swal2-title{
	font-size: 21px !important;
}
.swal2-content{
	font-size: 14px !important;
	color: #787878 !important;
}
hr.swal2-spacer{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.swal2-styled{
	padding: 10px 20px !important;
	font-size: 14px !important;
}

/* DataTable */
table.dataTable thead > tr > th.no-icon-sort,
table.dataTable thead > tr > th.no-icon-sort,
table.dataTable thead > tr > th.no-icon-sort,
table.dataTable thead > tr > td.no-icon-sort,
table.dataTable thead > tr > td.no-icon-sort,
table.dataTable thead > tr > td.no-icon-sort
{
	padding-right: 0 !important;
}

table.dataTable thead > tr > th.no-icon-sort:before,
table.dataTable thead > tr > th.no-icon-sort:before,
table.dataTable thead > tr > th.no-icon-sort:before,
table.dataTable thead > tr > td.no-icon-sort:before,
table.dataTable thead > tr > td.no-icon-sort:before,
table.dataTable thead > tr > td.no-icon-sort:before,
table.dataTable thead > tr > th.no-icon-sort:after,
table.dataTable thead > tr > th.no-icon-sort:after,
table.dataTable thead > tr > th.no-icon-sort:after,
table.dataTable thead > tr > td.no-icon-sort:after,
table.dataTable thead > tr > td.no-icon-sort:after,
table.dataTable thead > tr > td.no-icon-sort:after {
    display: none;
}

table.dataTable.nowrap th, table.dataTable.nowrap td{
	white-space: nowrap !important;
}


/*Custom*/
.img-chapter{
	max-width: 100%;
}
.tag-item{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 16px;
}
.tag-item span{
	position: relative;
}
.tag-item span:before{
	position: absolute;
	content: '';
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 2px;
	background: #EEE;
}
.tag-item span:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: -10px;
	width: 30px;
	height: 2px;
	background: #3c8dbc;
}
.bar-spareate{
	margin-bottom: 15px;
	height: 1px;
	border-bottom: 1px solid #EEE;
}

.alert ul{
	padding-left: 13px;
	margin-bottom: 20px;
}
.alert ul li{
	padding-left: 9px;
}