﻿body {
}

.card-footer {
	background-color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-size: 1em;
	font-weight: 600;
}

.search-result-item a, a:hover, a:visited {
	color: #114b5f !important;
}

.search-result-item a:hover {
	color: #114b5f !important;
}

	.search-result-item a.no-td:hover {
		text-decoration: none;
	}

.card-footer a {
	display: inline-block;
}

.card-header {
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
}

.card-body {
	padding: 1rem;
	min-height: 190px;
}

.card-title {
	line-height: 1.5 !important;
	min-height: 50px;
}

.card-title-wrapper {
	max-height: 90px;
	overflow: hidden;
}

.sri-date {
	display: inline-block;
	margin-left: 1rem;
}

.bold {
	font-weight: 600;
}

.progress-wrapper {
	width: 100%;
	padding-bottom: 0.5rem;
}

.progress-outer {
	width: 100%;
	background-color: #ccc;
}

.progress-inner {
	height: 15px;
	background-color: #28aae1;
}

.round {
	border-radius: 10px;
	/* Prevent background color leak outs */
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.center {
	text-align: center;
}

.inline-block {
	display: inline-block;
}

.progress-raised {
	color: #28aae1;
	font-size: 1.1em;
	font-weight: 600;
}