#datatable tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}
#datatable tbody tr:nth-child(odd) {
	background-color: #fff;
}
#datatable tbody tr:hover {
	background-color: #c4d6e966;
	cursor: pointer;
	/* transform: scale(1.01); */
}
#datatable tbody tr:hover > td > .font-title {
	text-decoration: underline !important;
}
#datatable tbody tr td {
	vertical-align: top;
}
#datatable thead tr {
	background-color: #008fd5;
}
#datatable thead th {
	color: #fff!important;
	font-weight: 900!important;
}
#datatable th {
	text-transform: capitalize !important;
}
#datatable .font-title {
	color: #008fd5;
	font-weight: 600;
}
#datatable .font-description {
	color: #8b8897;
}
.tooltip-inner {
	max-width: 650px !important;
	text-align: justify !important;
	font-size: 0.8rem !important;
}

.shadow-xxl {
	box-shadow: 0 0.15rem 0.15rem rgba(0, 0, 0, 0.35) !important;
}

.header-mad {
	background-color: #008fd5 !important;
	color: #fff !important;
}

.hr-breadcrumb {
	color: #a8aaae;
	background-color: #a8aaae;
	height: 0.05rem;
	border: none;
	max-width: 100%;
}