﻿.customCodeHolder2 {
	@media screen and (max-width: 768px) {
		& {
			padding-left: 0;
			padding-right: 0;
		}
	}
}

.uc_results {
	margin-left: -1rem;
	margin-right: -1rem;
	overflow: hidden;
	display: block;

	@media screen and (max-width: 575.98px) {
		margin-left: 0;
		margin-right: 0;
	}
}

.spinner-holder {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}

.bca-caseMeta li {
	max-width: 260px;
	padding: .25rem;
}

.uc_holder {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#uc_loading {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}

.bca-cardHolder {
	/* width: 33.3333333333%; */
	position: relative;
	float: left;
	margin-left: 0;
	margin-right: 0;
	max-width: 280px;
	width: 100%;
	padding: 0;

	@media screen and (max-width: 768px) {
		max-width: 260px;
	}
}

.bca-card {
	overflow: hidden;
	height: 100%;
	padding: .9rem 1rem 1rem 1rem;
	margin: 1rem;
	border: solid 1px #dcdcdc;
	border-radius: 8px;
	background-color: #fff;
	box-sizing: border-box;
}

.bca-cardType {
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #003865;
	border-bottom: 1px #fff solid;
	padding: 3px 0;
}

.bca-cardContent {
	background-color: #fff;
}

.bca-cardImage, .BCA-mp-cardImages {
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin: 0px !important;
	background-image: url("/SOC/images/person.png");
	background-repeat: no-repeat;
	background-size: 200px 200px;
	background-position: center;
	overflow: hidden;
	color: transparent;
}

.bca-cardBody {
	padding: 1rem 0 0 0;
	height: 200px;
	overflow: hidden;
}

.bca-cardBody-solved {
	padding: .7rem 0 0 0;
	height: 250px;
	overflow: hidden;
}

.bca-cardTitle {
	font-size: 1.2em;
	font-weight: 700 !important;
	word-wrap: break-word;
	/* text-transform: uppercase; */
	margin-bottom: .4rem;
}

	.bca-cardTitle a:link,
	.bca-cardTitle a:active,
	.bca-cardTitle a:visited {
		text-decoration: none;
		color: #003366 !important;
	}

	.bca-cardTitle a:hover {
		text-decoration: underline;
		color: #003366 !important;
	}
/*.bca-rowHolder {
	line-height: 1.375;
	color: #333;
}*/
.bca-rowTitle {
	font-weight: bold;
	margin-top: -7px;
	padding-bottom: 5px;
}

.bca-buttonContainer {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

	.bca-buttonContainer > li:last-child {
		margin-right: 0;
		padding-right: 10px;
		border-right: 0;
		float: right;
	}

.bca-buttonHolder {
	/*overflow: hidden;*/
	vertical-align: middle;
	display: inline-block;
	/* border-right: 1px solid #a6c7e1; */
	padding-right: 8px;
	margin-right: 6px;
	line-height: 1rem;
	float: left;
}

.bca-button {
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: .1px;
	align-items: center;
	appearance: none;
	-webkit-appearance: none;
	color: #2275b4;
	cursor: pointer;
	display: inline-flex;
	justify-content: left;
	text-decoration: none;
	text-rendering: optimizeLegibility;
}

	.bca-button:hover {
		text-decoration: underline;
	}

	.bca-button:active,
	.bca-button:visited {
		text-decoration: none;
		color: #2275b4 !important;
	}

}

.bca-infoIcon-o365 {
	display: inline-block;
	font-size: 1rem;
}

	.bca-infoIcon-o365::before {
		content: "\e00a";
		padding-right: 5px;
	}

.block-link a, .block-link abbr[title], .block-link__link {
	position: relative;
	z-index: 2;
}

a.block-link__overlay-link {
	position: absolute;
	z-index: 1;
}

.block-link__overlay-link {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	visibility: visible;
	background: transparent;
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
/* Advanced Cards */
.bca-caseRow {
	display: block;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.bca-caseTitleBar {
	position: relative;
	color: #343f44;
	background-color: #f3f3f3;
	padding: 0.5rem 1rem;
	right: 0;
}

	.bca-caseTitleBar a:link,
	.bca-caseTitleBar a:active,
	.bca-caseTitleBar a:visited {
		text-decoration: none;
		color: #343f44 !important;
		font-size: 1.3em;
		letter-spacing: .2px;
	}

	.bca-caseTitleBar a:hover {
		text-decoration: underline;
		color: #343f44 !important;
	}

.bca-caseType {
	right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #25436a;
	color: #fff;
	width: 180px;
	font-size: 1em;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	letter-spacing: .1px;
	appearance: none;
	-webkit-appearance: none;
	text-decoration: none;
	text-rendering: optimizeLegibility;
}

.bca-caseData {
	display: -webkit-box;
	display: -ms-flexbox;
	/*display: flex;*/
	padding: 0;
	border: 1px #fff solid;
	height: 180px;
}

.bca-caseData-imgHolder a {
	width: 130px;
	height: 180px;
	overflow: hidden;
	background-image: url("/SOC/images/person.png");
	background-size: 160px 160px;
	background-position: center;
	display: block;
}

	.bca-caseData-imgHolder a:hover,
	.bca-caseData-imgHolder a:link,
	.bca-caseData-imgHolder a:active,
	.bca-caseData-imgHolder a:visited {
		text-decoration: none;
		color: transparent !important;
	}

.bca-caseData-image {
	width: 100%;
	height: 160px;
	object-fit: cover;
	margin: 0px !important;
	overflow: hidden;
	color: transparent;
}

.bca-caseMetaHolder {
	width: 100%;
	display: grid;
}

.bca-caseMeta {
}

.bca-caseMeta {
	float: left;
	display: block;
	list-style: none;
	margin: 0 0 0 1rem;
	padding: 5px;
	overflow-wrap: break-word;
}

	.bca-caseMeta li {
	}

.bca-metaRow {
	padding: 0.3rem 0.25rem;
	width: 100%;
	font-size: 0,765 rem;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.bca-metaKey {
	display: inline-block;
	min-width: 180px;

	@media screen and (max-width: 768px) {
		min-width: unset;
		padding-right: 5px;
	}
}

.bca-metaVal {
	display: inline-block;
}

.bca-caseData > a > .bca-cardImage {
	width: 130px;
	height: 160px;
	object-fit: cover;
	margin: 0px !important;
}
/* Advanced Cards */
/* Advanced Search END */
