/* print related */
@media print {
	@page {
		size: A4 portrait;
		
		margin-top: 0;
		margin-bottom: 0; 
		margin-left: 0;
		margin-right: 0;
	}
	
	body{
	  -webkit-print-color-adjust:exact !important;
	  print-color-adjust:exact !important;
	  
	  margin-top: 0;
	  margin-bottom: 2cm; 
	  margin-left: 2cm;
	  margin-right: 1cm;
	}
	
	.breadcrumb{
		display: none !important
	}
	
	.container{ max-width: 100%}
	
	.rxremsel-case > img { max-width: 35%; height: auto;}
	
	.rx-fixed-nav{
		top: 0 !important;
	}
	.rx-fixed-nav .logo{
		top:40px !important;
		left: 15px !important;
		transform: none !important;
		height: auto !important;
	}
	#maincontent{
		padding-top: 0 !important;
	}
}

.maxsize-m{max-width:32em; margin-left: auto; margin-right: auto;}
.maxsize-s{max-width:20em; margin-left: auto; margin-right: auto;}
.maxsize-m.left, .maxsize-s.left{margin: 0}

.rxremsel-checkgroup{
	display: flex;
}
.rxremsel-checkgroup > div{
	margin-right: 1em;
}

.rxremsel-checkgroup .placeholder{
	height: 100%;
	width: 1px;
	border-left:1px solid var(--bs-gray-300);
}

.rxremsel-group{
	display: flex;
	margin: 1em 0;
}
@media (max-width: 767.98px) {
	.rxremsel-group{
		flex-direction: column;
	}
	.rxremsel-group a{
		margin-top: 0.5em !important;
		margin-bottom: 0 !important;
	}
}

.rxremsel-group a{
	background-color: #ddd;
	color: #fff;
	padding: .4em 1.2em;
	margin: 1em;
	border-radius: 10px;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.rxremsel-group a.active{
	background-color: var(--bs-primary);
}

#rxremselSelection2{
	transition: opacity ease .35s;
}
#rxremselSelection2.visible{
	opacity: 1 !important;
}

.rxremsel-contaminant{
	display: flex;
	flex-direction: column;
	margin: 1em 0;
	transition: height ease .35s;
}

.rxremsel-contaminant a{
	background-color: #ddd;
	color: #fff;
	padding: .4em 1.2em;
	margin: 0.25em 1em;
	border-radius: 10px;
}
.rxremsel-contaminant a.active{
	background-color: var(--bs-primary);
}

.rxremsel-triangle{
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	
	border-top: 20px solid #ddd;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	
	scroll-margin-top: 100px;
}
.rxremsel-triangle.active{
	border-top: 20px solid var(--bs-primary);
}

.rxremsel-result{
	table-layout: fixed;
}
.rxremsel-result tr{
	border-bottom: 1px solid var(--bs-gray-200);
}
.rxremsel-result th, .rxremsel-result td{
	font-size: .8em;
	font-weight: 400;
	padding: .5em .25em;
	width: 1%;
}

.rxremsel-result td{
	border-right: 1px solid var(--bs-gray-200);
	text-align: center;
	background: var(--bs-gray-400);
	font-size: .8em;
	font-weight: 400;
}
.rxremsel-result td:nth-child(2){
	border-left: 1px solid var(--bs-gray-200);
}

.rxremsel-result td.imageCol{
	white-space: normal;
	max-width:200px;
	min-width:200px;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}
.rxremsel-result p:last-child{
	margin-bottom: 0;
}

.rxremsel-table_sources-header{
	text-align: center;
	vertical-align: bottom;
	background: var(--bs-secondary);
	color: #fff;
}
.rxremsel-table_sources-header span{
	display: block;
	margin-top: 1em;
	position: relative;
	
}
.rxremsel-table_sources-header span[data-title]::after{
	content: attr(data-title);
	width: 250px;
	padding: 1em;
	border: 1px solid #000;
	position: absolute;
	top: -120%;
	left: 0;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(0,0,0,.18);
	color: #000;
	z-index: 1;
	border-radius: 3px;
	box-shadow: 0 0 15px rgba(39,44,49,.3);
	opacity: 0;
	transition: all .35s ease;
	display: block;
	opacity: 0;
}
.rxremsel-table_sources-header span[data-title]:hover::after{
	opacity: 1;
}

.rxremsel-cell1{
	background: var(--bs-red) !important;
	color: #fff;
}
 .rxremsel-cell8, .rxremsel-cell9, .rxremsel-cell10, .rxremsel-cell11, .rxremsel-cell12, .rxremsel-cell14, .rxremsel-cell16{
	background: var(--bs-yellow) !important;
	color: #fff;
}
.rxremsel-cell2, .rxremsel-cell3, .rxremsel-cell4, .rxremsel-cell5, .rxremsel-cell6, .rxremsel-cell7{
	background: var(--bs-primary) !important;
	color: #fff;
}
 .rxremsel-cell12, .rxremsel-cell15{
	background: var(--bs-blue) !important;
	color: #fff;
}