#acdCorHcpHeadBanner div:nth-child(2) h2 {
	color: #2288ee !important;
}

.multiselect {
	overflow: visible;
}

#acdCorHcpHeadBanner div:nth-child(2) h1 {
	color: #003366 !important;
}
.change-lang-text {
	color: #f6b220;
	text-decoration: none;
}
.change-lang-text:hover {
	color: #dca339;
	text-decoration: none;
}
.change-lang-btn {
	max-height: 33px !important;
	text-decoration: none;
	border-radius: 4px !important;
	background-color: #f6b220;
}

.text-shadow-none-h2 {
	text-shadow: None;
}

.search-btn {
	letter-spacing: 0.5px;
	font-size: 18px;
}

@media only screen and (max-width: 768px) {
	#acdCorHcpHeadBanner h1,
	#acdCorHcpHeadBanner h2 {
		text-shadow: 2px 2px black;
	}

	.change-lang-text {
		text-shadow: 0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020,
			0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020,
			0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020,
			0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020,
			0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020,
			0 0 2px #212020;
	}
	.change-lang-btn {
		box-shadow: 0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020,
			0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020,
			0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020,
			0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020,
			0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020, 0 0 2px #212020;
	}

	#acdCorHcpHeadBanner div:nth-child(2) h2,
	#acdCorHcpHeadBanner div:nth-child(2) h1 {
		color: #fff !important;
		transform: scaleX(-1);
	}

	#acdCorHcpHeadBanner div:nth-child(2) {
		background-image: url(../../images/BannerImgCOVIDVaccinePODS.png);
		transform: scaleX(-1);
	}
}
.bricklayer-column-sizer {
	width: 45%;
}
.bricklayer-column {
	max-width: 110%;
}

.fs-25 {
	font-size: 25px;
}

.reset-form-a:hover {
	cursor: pointer !important;
}

.loader {
	border: 4px solid #f8f9fa;
	border-radius: 50%;
	border-top: 4px solid #28998b;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 1.2s linear infinite; /* Safari */
	animation: spin 1.2s linear infinite;
}

.loader-reverse {
	border: 4px solid #061f5c;
	border-radius: 50%;
	border-top: 4px solid #f3f3f3;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

.text-decoration-addr {
	text-decoration: underline dotted;
	color: #6c757d !important;
}
.text-decoration-addr:hover {
	color: #28998b !important;
}

.text-decoration-addr-p {
	color: #6c757d !important;
}

.text-decoration-addr-p:hover {
	color: #28998b !important;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.number-circle-list.dashed li::before {
	content: "-" !important;
}

.hover-text:hover {
	cursor: pointer !important;
}
#dt-search-options label {
	margin-bottom: 0;
	margin-right: 1em;
}
@media screen and (max-width: 768px) {
	.text-md-left {
		text-align: left;
	}
}

.googleSearchButton {
	background-image: none !important;
	margin: 0 0 0 0 !important;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-yellow:hover {
	color: #fff;
	background-color: #dd9907;
	border-color: #117a8b;
}

.btn-yellow:focus,
.btn-yellow.focus {
	color: #fff;
	background-color: #dd9907;
	border-color: #117a8b;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-yellow {
	color: #fff;
	background-color: #f6b220;
	border-color: #f6b220;
}

.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal:not(:disabled):not(.disabled).active:focus,
.show > .btn-teal.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active,
.show > .btn-teal.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #006658;
}

.btn-teal:hover {
	color: #fff;
	background-color: #0f8072;
	border-color: #006658;
}

.btn-teal:focus,
.btn-teal.focus {
	color: #fff;
	background-color: #0f8072;
	border-color: #006658;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-teal {
	color: #fff;
	background-color: #28998b;
	border-color: #28998b;
}

.btn-maroon:not(:disabled):not(.disabled):active:focus,
.btn-maroon:not(:disabled):not(.disabled).active:focus,
.show > .btn-maroon.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(148, 41, 42, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(148, 41, 42, 0.5);
}

.btn-maroon:not(:disabled):not(.disabled):active,
.btn-maroon:not(:disabled):not(.disabled).active,
.show > .btn-maroon.dropdown-toggle {
	color: #fff;
	background-color: #4f0202;
	border-color: #430202;
}

.btn-maroon:focus,
.btn-maroon.focus {
	color: #fff;
	background-color: #5c0203;
	border-color: #4f0202;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(148, 41, 42, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(148, 41, 42, 0.5);
}

.btn-maroon:hover {
	color: #fff;
	background-color: #5c0203;
	border-color: #4f0202;
}

.btn-maroon {
	color: #fff;
	background-color: #810304;
	border-color: #810304;
}

.btn-outline-info {
	color: #1e7670;
	border-color: #1e7670;
}

#acdCorHcpHeadBanner.bdr-teal-top-bottom,
.bdr-teal-top-bottom {
	border-top: medium #1e7670 solid !important;
	border-bottom: medium #1e7670 solid !important;
}

.tooltip {
	pointer-events: none;
}

@media only screen and (min-width: 768px) {
	ul.list-cols-md-2,
	ol.list-cols-md-2 {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}

.SimpleCheckboxImg {
	height: 1.2em;
	width: auto;
}

.number-circle-list.fill-teal li::before {
	background-color: #28998b;
}

.number-circle-list li::before {
	box-shadow: 0px 0px 0 #999;
}

.accordion .card-header:after {
	margin-left: auto;
}

.after-none:after {
	content: none !important;
}

.after-none {
	cursor: default;
}

.card-no-accordion {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

#partners .btn.disabled,
#partners .btn:disabled {
	opacity: 1;
}

#partners.accordion > .card {
	border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
	border-right: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.xoxo {
	list-style-type: none;
	padding-left: 1.2em;
	text-indent: 0;
}

.xoxo li::before {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: -1.5em;
	margin-right: 0.25em;
}

.check:before {
	color: green;
	content: "\2713   ";
	text-indent: -1.75em;
}

.ex:before {
	color: red !important;
	content: "\2718   ";
}

.num-cir-li {
	counter-reset: circle-counter;
	list-style: none;
	padding-left: 40px;
}

.num-cir-li > li {
	margin: 0 0 0.5rem 0;
	counter-increment: circle-counter;
	position: relative;
	list-style-type: none;
}

.num-cir-li.fill-warning > li::before {
	background-color: orange;
}

.num-cir-li > li::before {
	content: counter(circle-counter);
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	position: absolute;
	--size: 24px;
	/* Due to Internet Explorer, we need to manually calculate the following */
	left: calc(-1 * var(--size) - 10px);
	left: -34;
	line-height: var(--size);
	line-height: 24px;
	width: var(--size);
	width: 24px;
	height: var(--size);
	height: 24px;
	/* Done manually calculating */
	top: 0;
	/* Depending on what Font you use, you may need to modify the 'top: -3px' by a few pixels */
	/* transform: rotate(-20deg); /* Optional rotation */
	border-radius: 50%;
	text-align: center;
	box-shadow: 1px 1px 0 #999;
}

.big-li.num-cir-li > li::before {
	top: 0.3em;
}

.num-cir-li > li[type="a"]:before {
	content: counter(circle-counter, lower-alpha);
}

.num-cir-li > li[type="A"]:before {
	content: counter(circle-counter, upper-alpha);
}

.hide-if-collapsed {
	display: none;
}

.hide-if-collapsed.collapsed {
	display: block;
}

.side-logo-width {
	width: 100px;
	height: auto;
}

.activeCopied {
	border-radius: 0.85rem !important;
	border: 0.05rem dotted grey;
}
.mapDivElement {
	display: inline-block;
	box-sizing: border-box;
}

.mapAElement {
	display: block;
}

.share-btn {
	max-width: 80px !important;
	padding: 0px;
	margin-right: 10px;
	font-size: 12px;
}
.share-btn-standard {
	border: 0.05rem dotted grey;
	color: #2e2e2e;
	border-radius: 0.85rem !important;
}

@media (min-width: 0em) {
	.card-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}
.appointment-btn-or {
	margin-left: 0rem !important;
	margin-right: 0rem !important;
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
}
.appointment-btn-or::before {
	content: "\a";
	white-space: pre;
	display: block;
	font-size: 0.6rem;
}
.appointment-btn-or::after {
	content: "\a";
	white-space: pre;
	display: block;
	font-size: 0.6rem;
}
.seperate-text {
	padding-left: 120px;
}

@media (min-width: 995px) {
	.card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

.share-selected {
	border-width: 4px !important;
	border-color: #fc6a03 !important;
}

@media (min-width: 1200px) {
	.card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.card-columns.max-col-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 768px) {
	.reg-systems-cc {
		column-count: 2 !important;
	}
}

@media (min-width: 992px) {
	.reg-systems-cc {
		column-count: 3 !important;
	}
}

@media (min-width: 1200px) {
	.reg-systems-cc {
		column-count: 3 !important;
	}
}

h5[data-toggle="collapse"] {
	border-radius: 5px 5px 0 0;
	border-bottom: medium #28998b solid;
	padding-bottom: 4px !important;
	cursor: pointer;
}

h6.card-header.bg-primary {
	border-bottom: medium #28998b solid;
	padding-bottom: 6px !important;
}

[data-toggle="collapse"] .view-more::before {
	content: "- Hide";
	float: right;
	font-size: 0.8em;
	cursor: pointer;
	/* 	border: white thin solid; */
	padding: 2px;
	border-radius: 5px 0 5px 0;
}

[data-toggle="collapse"].collapsed .view-more::before {
	content: "+ View";
}

.padded-multiline-h5 {
	padding: 0.17em 0 0.135em 0;
	margin-left: -0.2em;
	background-image: radial-gradient(#ae3b72 30%, transparent 30%);
	background-position: 2px 0, 0.75em 0.75em;
	background-size: 0.65em 0.65em;
}

.padded-multiline-h5 h5 {
	background-color: #061c60;
	color: #fff;
	display: inline;
	margin-left: 0.25em;
	border: 0.25em solid #061c60;
}

.padded-multiline-h5 h5 strong {
	margin-left: -0.25em;
	padding: 0 0.25em;
}

/* Registration Systems */
.reg-systems {
	width: 540px !important;
	max-width: 100%;
}

img {
	object-fit: scale-down;
}

.reg-systems-cc {
	column-count: 1 !important;
}

@media (min-width: 576px) {
	.reg-systems-cc {
		column-count: 1 !important;
	}
}

.collapse-chevron.collapsed .bi-chevron-up::before {
	transform: rotate(-180deg);
}

.text-hover-white:hover {
	color: white;
}

.text-hover-link-standard:hover {
	cursor: pointer;
}

.text-shadow {
	text-shadow: 2px 2px #777;
}

h5[data-toggle="collapse"] {
	border-radius: 5px 5px 0 0;
	border-bottom: medium #28998b solid;
	padding-bottom: 4px !important;
	cursor: pointer;
}

h6.card-header.bg-primary {
	border-bottom: medium #28998b solid;
	padding-bottom: 6px !important;
}

[data-toggle="collapse"] .view-more::before {
	content: "- Hide";
	float: right;
	font-size: 0.8em;
	cursor: pointer;
	/* 	border: white thin solid; */
	padding: 2px;
	border-radius: 5px 0 5px 0;
}

[data-toggle="collapse"].collapsed .view-more::before {
	content: "+ View";
}

ul.circles li {
	text-indent: -1.75em;
}

ul.circles,
ul.circles ul {
	list-style: none;
}

ul.circles li:before {
	content: "\002D";
	margin-right: 0.75em;
	margin-left: 0.25em;
	font-size: 1.3em;
	line-height: 0.75em;
	font-weight: bolder;
}

ul.circles li.pharm:before {
	content: "\2B24";
	color: #006064;
	margin-left: 0;
	margin-right: 0.5em;
	/* text-shadow: 2px 2px 4px #28998b; */
}

ul.circles li.pharm:before,
ul.circles li.cirdph:before,
ul.circles li.lafire:before,
ul.circles li.comm:before {
	content: "\2B24";
	margin-left: 0;
	margin-right: 0.5em;
}

ul.circles li.comm:before {
	color: #f9a825;
}

ul.circles li.lafire:before {
	color: #0288d1;
}

ul.circles li.cirdph:before {
	color: #1a237e;
}

.ds-8:focus,
.ds-8:hover {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.ds-8 {
	overflow: hidden;
	transition: 0.25s box-shadow;
}

i.icon:before {
	font-style: normal;
}

li[style*="counter-set: my-awesome-counter 2"]:before {
	content: "2" !important;
}

li[style*="counter-set: my-awesome-counter 3"]:before {
	content: "3" !important;
}

li[style*="counter-set: my-awesome-counter 4"]:before {
	content: "4" !important;
}

li[style*="counter-set: my-awesome-counter 5"]:before {
	content: "5" !important;
}

li[style*="counter-set: my-awesome-counter 6"]:before {
	content: "6" !important;
}

li[style*="counter-set: my-awesome-counter 7"]:before {
	content: "7" !important;
}

li[style*="counter-set: my-awesome-counter 8"]:before {
	content: "8" !important;
}

li[style*="counter-set: my-awesome-counter 9"]:before {
	content: "9" !important;
}

li[style*="counter-set: my-awesome-counter 10"]:before {
	content: "10" !important;
}

.row-col-table-3 > .col:nth-child(3n + 3) {
	border-bottom: solid thin teal;
}

.row-col-table-3 > .col:nth-child(3n + 1) {
	font-weight: bold;
	color: teal;
}

@media (min-width: 768px) {
	.row-col-table-3 > .col {
		border-bottom: solid thin teal;
		padding: 0.3em 0 0.3em 1.5em;
	}
}

@media (max-width: 767px) {
	.row-col-table-3 > .col:nth-child(3n + 3) {
		padding-bottom: 0.5em;
	}
}
@media (min-width: 401px) {
	.reset-btn-long {
		display: none;
	}
}
@media (max-width: 400px) {
	.reset-btn-short {
		display: none;
	}
}
.reset-btn-short {
	max-width: 80px !important;
	padding: 0px;
	margin-right: 10px;
	font-size: 12px;
}
.reset-btn-short:hover {
	cursor: pointer;
}
.reset-btn-short-m {
	color: #ae3b72 !important;
	border-color: black !important;
	background-color: white;
}

#partners > .card > .card-header * {
	font-weight: normal;
}
#partners :is(.card-no-accordion, .card) .card-header {
	background-color: #fff;
}

#by-location-key i.icon:before {
	width: 50px;
}

.icon::before {
	position: relative;
	top: -2px;
}
.fa-external-link:before {
	position: relative;
	top: 2px;
}
.fa-phone-square:before {
	top: 4px;
	position: relative;
}
.laph-icon-building-house:before,
.laph-icon-car:before {
	left: -2px;
}
[style*="color:green"] {
	color: #42704d !important;
}
[style*="color:red"] {
	color: #810304 !important;
}
a {
	color: #1e7670;
}
#steps > .card > .card,
#steps > .card > .card-no-accordion {
	border-left: none !important;
	border-right: none !important;
	border-radius: 0;
}

.hidden-date {
	display: none;
}

ul.circle-checkmark {
	list-style-type: none;
	line-height: 1.25em;
}

ul.circle-checkmark li::before {
	content: "\f058";
	font-family: "FontAwesome";
	margin-left: -1.25em;
	margin-right: 0.355em;
	font-weight: 900;
	color: orange;
	font-size: 1.25em;
	top: 0.1em;
	position: relative;
}
#tabInfo > * > [data-toggle="collapse"]:not(.collapsed) {
	font-weight: bold;
	color: white;
	background: slategrey;
}

#tabInfo [data-toggle="collapse"]:after {
	font-family: "FontAwesome";
	float: right;
	font-weight: 600;
	font-size: 1em;
}

#tabInfo .collapsed:after {
	content: " \f067";
}

#tabInfo > * > [data-toggle="collapse"]:not(.collapsed):after {
	content: "\f054";
}

#tabInfo .linkto:after {
	content: "\e808";
	font-family: "laphIconFont";
	float: right;
	font-weight: 600;
	font-size: 1em;
	transform: scaleY(-1);
}
.addl-btn p:after {
	content: "\e808";
}
.btn-danger-short {
	color: #fff;
	background-color: #ae3b72;
}

.leaflet-marker-icon-span:hover {
	/* SCALE */
	transform: scale(2) !important;
	border: 0.5px solid #000000 !important;
	cursor: context-menu;
	padding: 10px;
}

.leaflet-marker-icon-span {
	display: block;
	position: relative;
	border-radius: 1rem;
	border: 0.5px solid #ffffff;
	opacity: 75%;
	transform: scale(1);
}

.leaflet-marker-icon-marker-span:hover {
	position: relative;
	transform: scale(2) !important;
	cursor: context-menu;
	transform-origin: bottom;
	text-shadow: 0 0 8px #000;
}

.leaflet-marker-icon-marker-span {
	position: relative;
	opacity: 75%;
	transform: scale(1);
	text-shadow: 0 0 2px #fff;
}

.marker-green {
	color: #527f76;
	border: 1px solid white;
}

.marker-orange {
	color: orange;
}

.marker-red {
	color: #810304;
}
.leaflet-div-icon {
	background-color: transparent;
	border: transparent;
}

body {
	margin: 0;
	padding: 0;
}
.map-leaflet-main {
	height: 800px;
	width: 100%;
	min-height: 300px;
	max-height: 85vh;
}
@media screen and (max-width: 430px) {
	.map-leaflet-main {
		height: 400px;
		max-height: 400px;
		width: 100%;
	}
}
.leaflet-popup-content-wrapper {
	border-radius: 3px;
	padding: 1.25em 1.25em 0.5em 1.25em;
}
.leaflet-popup-content {
	margin: 0;
}
a.active {
	pointer-events: none;
	box-shadow: none;
	border-bottom: #555 solid 3px !important;
	/* color: #FFF !important; */
}
@media only screen and (min-width: 768px) {
	ul.list-cols-md-2,
	ol.list-cols-md-2 {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}

.SimpleCheckboxImg {
	height: 1.2em;
	width: auto;
}

.no-after-content:after {
	content: none !important;
}

/* screens larger than 400px, -max-height: 100px; otherwise: width: 100% */
@media screen and (max-width: 768px) {
	.w-100-400px {
		width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.w-100-400px {
		max-height: 100px;
	}
}

@media print {
	.w-100-400px {
		max-height: 100px;
	}
}
.main-tab-a-list {
	font-size: 17px;
	padding-top: 10px;
}

.main-tab-a-map {
	font-size: 17px;
	padding-top: 8px;
}

.main-tab-icon-list {
	font-size: 24px;
	-webkit-filter: drop-shadow(-5px -3px 4px #222222);
	filter: drop-shadow(-5px -3px 4px rgba(255, 255, 255, 0.9));
}
.main-tab-icon-map {
	-webkit-filter: drop-shadow(-5px -3px 4px #222222);
	filter: drop-shadow(-5px -3px 4px rgba(255, 255, 255, 0.9));
}
@media (max-width: 600px) {
	.main-tab-a-list {
		font-size: 13px;
		padding-top: 12px;
	}

	.main-tab-a-map {
		font-size: 13px;
		padding-top: 8px;
	}

	.main-tab-icon-list {
		font-size: 18px;
	}
}
select option[disabled] {
	display: none;
	visibility: hidden;
}

#acdLeftNavContent2 .btn {
	border-radius: 0;
	text-align: left;
	border-width: 1px 0;
	border-color: rgba(0, 0, 0, 0.1);
	font-size: 0.8em;
}

.vr {
	height: 40px;
	width: 1px;
	border-left: 4px solid navy;
	border-right: 4px solid navy;
	display: none;
	margin: 0 auto;
}
.spacer {
	visibility: hidden;
	display: inline-block;
	height: 2em;
}

.vial-diagrams > div {
	border-top: grey solid thin;
	border-bottom: grey solid thin;
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}

.vial-diagrams > div:first-child {
	border-left: grey solid thin;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	padding-top: 1em !important;
	padding-bottom: 1em !important;
	padding-left: 1em !important;
}

.vial-diagrams > div:last-child {
	border-right: grey solid thin;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	padding-top: 1em !important;
	padding-bottom: 1em !important;
	padding-right: 1em !important;
}

.vial-diagrams h6 {
	color: navy;
}

.red-striped hr,
.red-striped .vr {
	border-color: red !important;
	border-style: dashed !important;
}

/* When the screen is less than 850px - Change to vertical */
@media screen and (max-width: 850px) {
	.vial-diagrams.lt-850 .w-wlt-md {
		width: 100%;
	}
	.vial-diagrams.lt-850 .vr {
		display: inline-block;
	}
	.vial-diagrams.lt-850 hr {
		display: none;
	}
	.vial-diagrams.lt-850 .spacer {
		display: none;
	}
	.vial-diagrams.lt-850 {
		width: 200px;
	}
	.vial-diagrams.lt-850 > div {
		border-left: grey solid thin;
		border-right: grey solid thin;
		border-top: none;
		border-bottom: none;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.vial-diagrams.lt-850 > div:first-child {
		border-top: grey solid thin;
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		border-bottom-left-radius: 0;
		padding-top: 1em !important;
		padding-bottom: 0 !important;
		padding-left: 0 !important;
	}

	.vial-diagrams.lt-850 > div:last-child {
		border-bottom: grey solid thin;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		padding-top: 0 !important;
		padding-bottom: 1em !important;
		padding-right: 0 !important;
	}
}

/* When the screen is less than 1000px - Change to vertical */
@media screen and (max-width: 1000px) {
	.vial-diagrams.lt-1000 .w-wlt-md {
		width: 100%;
	}
	.vial-diagrams.lt-1000 .vr {
		display: inline-block;
	}
	.vial-diagrams.lt-1000 hr {
		display: none;
	}
	.vial-diagrams.lt-1000 .spacer {
		display: none;
	}
	.vial-diagrams.lt-1000 {
		width: 200px;
	}
	.vial-diagrams.lt-1000 > div {
		border-left: grey solid thin;
		border-right: grey solid thin;
		border-top: none;
		border-bottom: none;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.vial-diagrams.lt-1000 > div:first-child {
		border-top: grey solid thin;
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		border-bottom-left-radius: 0;
		padding-top: 1em !important;
		padding-bottom: 0 !important;
		padding-left: 0 !important;
	}

	.vial-diagrams.lt-1000 > div:last-child {
		border-bottom: grey solid thin;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		padding-top: 0 !important;
		padding-bottom: 1em !important;
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 1200px) {
	.vial-diagrams.lt-1200 .w-wlt-md {
		width: 100%;
	}
	.vial-diagrams.lt-1200 .vr {
		display: inline-block;
	}
	.vial-diagrams.lt-1200 hr {
		display: none;
	}
	.vial-diagrams.lt-1200 .spacer {
		display: none;
	}
	.vial-diagrams.lt-1200 {
		width: 200px;
	}
	.vial-diagrams.lt-1200 > div {
		border-left: grey solid thin;
		border-right: grey solid thin;
		border-top: none;
		border-bottom: none;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.vial-diagrams.lt-1200 > div:first-child {
		border-top: grey solid thin;
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		border-bottom-left-radius: 0;
		padding-top: 1em !important;
		padding-bottom: 0 !important;
		padding-left: 0 !important;
	}

	.vial-diagrams.lt-1200 > div:last-child {
		border-bottom: grey solid thin;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		padding-top: 0 !important;
		padding-bottom: 1em !important;
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 478px) {
	.card-body {
		padding: 1.5rem !important;
	}
	#acdCorHcpBody {
		padding: 1.25rem;
	}
	.container {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
}

@media screen and (min-width: 479px) {
	#section-to-print {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}
}

.dropdown-toggle::after {
	content: "\f0da" !important;
	border: 0 !important;
	font-family: "FontAwesome";
	float: right;
	font-weight: 600;
	font-size: 1em;
	padding-right: 0.2em;
}

[data-toggle="collapse"]:not(.collapsed) .laph-icon-plus-squared-alt:before {
	content: "\f147";
}

.label-search {
	font-size: 0.795rem;
}

img[src$=".svg"] {
	object-fit: unset;
}

.ic-imgs {
	overflow-x: auto;
	margin-bottom: 1em;
}

.ic-imgs img {
	width: 100%;
	min-width: 650px;
}

.text-link {
	cursor: pointer;
	color: #1e7670 !important;
}

.text-link:hover {
	text-decoration: underline !important;
}

.btn-outline-light {
	color: #000;
	border: thin gray solid;
}
.collapse-left-bar {
	border-left-width: 4px;
	text-align: left;
}
.collapse-left-bar::after {
	content: ' \f077' !important;
	font-family: "FontAwesome";
	float: right;
	font-weight: 600;
	font-size: 1em;
	transform: rotate(180deg);
}
.collapse-left-bar:not(.collapsed)::after {
	transform: rotate(0deg);
}
.collapse-left-bar:hover {
	border-left-color: teal;
}
.no-icon a[href$='.pdf']:not(.keep-icon):after {
	content: unset;
}