a:link,
a:visited {
	text-decoration: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

a {
	color: #084C95;
}

a:hover {
	color: #333;
}

img {
	max-width: 100%;
}

.breadcrumb li a {
	text-decoration: none;
	color: #001D85;
	font-size: 16px;
	line-height: 18.75px;
}

.pagination {
	margin-top: 30px;
	justify-content: center;
	display: flex;
}

.pagination li {
	padding: 0 10px;
	margin-left: 8px;
	margin-right: 8px;
	background: #F2F4F9;
	border-radius: 15px;
	height: 45px;
	min-width: 45px;
}

.pagination li a {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #AFACAC;
	font-size: 16px;
	line-height: 19px;
}

.pagination .active {
	margin-left: 8px;
	margin-right: 8px;
	background: #001D85;
	border-radius: 15px;
	height: 45px;
	min-width: 45px;
}

.pagination .active a {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 16px;
	line-height: 19px;
}

.btn-manage {
	width: 140px;
	height: 45px;
	background: #001D85;
	border: 1px solid #001D85;
	border-radius: 10px;
	text-align: center;
	padding-top: 10px;
}

.btn-detail {
	width: 100px;
	height: 30px;
	background: #001D85;
	border: 1px solid #001D85;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	padding-top: 4px;
	margin-top: 5px;
	color: #FFF;
}

.btn-detail:hover {
	width: 100px;
	height: 30px;
	background: #1474da;
	border: 1px solid #2073cc;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	padding-top: 4px;
	margin-top: 5px;
	color: #FFF;
}

table {
	border: 2px solid #d8e1f5;
	background: #F2F4F9;
}

tr:nth-child(even) {
	background-color: #d8e1f5;
}

tr>th tr>td {
	color: #000;
	font-weight: 300;
}

.font-weight-label{
	font-weight: 500;
}
