/* JAC custom style */
.border-radius-8 {
	border-radius: 8px !important;
}

.border-top-radius-8 {
	border-radius: 8px 8px 0 0 !important;
}

.jac-action-btn-group button img {
	width: 44px;
	height: 44px;
}

a.card-title-link {
	color: white;
}

a.card-title-link:hover, a.btn-floating:hover {
	color: #1c75bc;
	text-decoration: none;
}

.slide-indicator.carousel-indicators {
	position: unset;
	margin-bottom: 0;
}

.slide-indicator.carousel-indicators li {
	border-radius: 30px;
	width: 20px !important;
	height: 0 !important;
	border-color: #C4C4C4;
}

.slide-indicator.carousel-indicators li.active {
	border-color: #0F75BC;
}

a.btn-floating {
	color: #C4C4C4;	
}

.btn-floating i {
	font-size: 30px;
}

.card-height {
	height: 250px;
}