/* IMPORTANT: to be customized to your webdesign */

.container-fluid.skin-bg-gray {
	background-color: #f5f5f5;
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
	padding-right: 12px;
}
.search-form {
	margin-bottom: 48px;
}
.search-form h2.small-font {
	font-size: .83333333em;
}
.row.skin-gutter-wide {
	margin-left: -24px;
	margin-right: -24px;
}
.no-margin-bottom {
	margin-bottom: 0!important;
}
.search-results.not-launched {
	display:none;
}
.search-results .path {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	font-size: .7em;
	margin:2em 0 0.1em 0;
	display: flex;
	white-space:nowrap;
	overflow:hidden;
}
.search-results .path li:before {
	line-height: .5;
	font-size: 200%;
}
.search-results .path li a {
	color:#aaa;
}
.search-results .path li a:before {
	padding: 0 .25em 0 .5em;
	content:"/ "
}
.search-results .hit em {
	font-style: normal;
	font-weight: initial !important;
	padding-left:.15em;
	padding-right:.15em;
	background-color: #d6002b1c !important;
}

/* Loading Spinner */
.spin {
	display: block;
	width: 50px;
	height: 50px;
	border: 3px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	border-top-color: #d6002b;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
	margin:0 auto calc(100vh - 360px);
}
@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}
.pagination > li > a, 
.pagination > li > span {
	color: #d6002b;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	background-color: #d6002b;
	border-color: #d6002b;
}
.search-results .nav-tabs > li {
	margin-bottom: 2px;
}

/* ZMS-Demo-Theme */
body.zms.web .container-fluid.skin-bg-gray {
	background-color:unset;
}
body.zms.web #search_results ul.path {
	display:flex;
	white-space: nowrap;
	overflow: hidden;
}
body.zms.web #search_results ul.path li {
	margin-right:.25rem;
}
body.zms.web #search_results  ul.path li a {
	text-decoration:none !important;  
}
body.zms.web #search_results ul.path li a:before {
	content:"/";
	display:inline;
	margin-right:.25rem;
}
body.zms.web #search_results article.hit {
	padding-top:0
}
body.zms.web #search_results .pagination i.fas.fa-chevron-left:after {
	content: none;
}
body.zms.web #search_results .pagination i.fas.fa-chevron-right:after {
	content: none;
}
body.zms.web #search_results .nav-tabs {
	display: none;
}