﻿/*General layout*/
body {
	color: #404040;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	margin-bottom: 0.2em;
}

h1 {
	margin-bottom: 0px;
	color: #009ADE;
	font-family: ff-din-round-web, "Helvetica Neue", Arial, sans-serif;
	font-size: 2.25rem;
	font-weight: bold;
	text-align: center;
}

h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h2 {
	font-size: 1.75rem;
	margin-bottom: -5px;
	color: #274F63;
	margin-top: 20px;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 1.35rem;
	color: #404040;
}

h4 {
	font-size: 1.2rem;
	border-bottom: none;
	color: #404040;
	font-weight: normal;
}

.content-section {
	display: flex;
	margin-top: 10px;
}

.content-section-img-container img {
	max-height: 200px;
	width: 100px;
	margin-top: 10px;
	margin-right: 10px;
}

	.content-section-img-container img.edi-icon {
		width: 40px;
		margin-left: 30px;
		margin-right: 30px;
	}

	.content-section-img-container img.fhir-icon {
		width: 50px;
		margin-left: 25px;
		margin-right: 25px
	}

	.content-section-img-container img.public-api-icon {
		width: 56px;
		margin-left: 22px;
		margin-right: 22px
	}

	.content-section-img-container img.private-api-icon {
		width: 56px;
		margin-left: 22px;
		margin-right: 22px
	}

	.content-section-img-container img.export-icon {
		width: 46px;
		margin-left: 27px;
		margin-right: 27px;
	}

	.content-section-img-container img.ce-icon {
		width: 40px;
		margin-left: 30px;
		margin-right: 30px;
	}

	.content-section-img-container img.other-icon {
		width: 50px;
		margin-left: 25px;
		margin-right: 25px;
	}

.content-section-text-container h3 {
	margin: 0px;
}

.ie-header-wantDescription {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1rem;
	color: #333;
	margin: 10px 10% 10px 10%;
	text-align: center;
}

.ie-header-wantIcon {
	text-align: center;
	position: relative;
}

	.ie-header-wantIcon img {
		max-height: 108px;
		padding: 5px;
	}

/*Spacing content against layout elements*/
#mainPaddingCheater {
	margin-bottom: -15px;
}

.content {
	max-width: 1200px;
}


/*Sizing of screen*/
@media screen and (min-width: 0) and (max-width: 760px) {
	html {
		overflow: auto;
	}
}

body {
	min-width: 760px;
}


/*Overview styling*/
.devguide {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

	.devguide img {
		flex-grow: 0;
		max-width: 220px;
	}


@media (max-width: 767px) {
	body {
		min-width: unset;
	}
}

.data-exchange-table-wrapper {
	overflow-y: auto;
}

table.data-exchange-table {
	width: 100%;
	margin: 30px 0;
	min-width: 500px;
}

	table.data-exchange-table img {
		height: 50px;
		width: 50px;
		object-fit: scale-down;
	}

	table.data-exchange-table td {
		text-align: center;
	}

	table.data-exchange-table tbody th {
		text-align: left;
		font-weight: normal;
	}

	table.data-exchange-table, table.data-exchange-table th, table.data-exchange-table td {
		border: none;
	}

table.support-table {
	width: 100%;
	margin: 30px 0;
}

	table.support-table tbody th {
		text-align: left;
	}

.cat-button {
	width: 150px;
	height: 150px;
}

.ie-button {
	text-align: center;
}

.std-button {
	width: 130px;
	height: 40px;
}

.ie-button-container {
	margin: 8px auto 0;
	max-width: 700px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	gap: 10px 32px;
}

.cat-button span.img-container {
	width: 100%;
	position: absolute;
	top: 0;
}

.ie-button span.img-container {
	width: 100%;
	position: absolute;
	top: 0;
}

div.ie-button, a.ie-button {
	margin: 0;
}

.cat-button span img {
	width: 100px;
	padding: 20px 0px 0px 0px;
}

.std-button span.text-container {
	height: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}

.cat-button span.text-container {
	display: block;
	position: absolute;
	top: 80px;
}

.ie-button span.text-container {
	width: 100%;
	font-weight: 600;
	font-size: 0.9rem;
	color: black;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	padding: 20px 6px 0;
}

.stepRow {
	display: flex;
	gap: 50px;
	align-items: start;
}

.stepImageLeft {
	width: 313px;
	height: auto;
	box-sizing: border-box;
	flex-shrink: 0;
}

	.stepImageLeft img {
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: top;
		display: block;
	}

.stepImageRight {
	width: 250px;
	height: 300px;
	box-sizing: border-box;
	flex-shrink: 0;
}

	.stepImageRight img {
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: top;
		display: block;
	}

.stepCard {
	padding-top: 20px;
	height: 300px;
}

	.stepCard h3 {
		color: #274F63;
		margin-bottom: 20px;
	}

	.stepCard p {
		margin: 0 0 5px;
	}

@media (max-width: 1050px) {
	.stepRow {
		height: unset;
		margin-bottom: 15px;
		flex-direction: column;
	}

	.stepCard {
		height: unset;
	}

	.imageMobile {
		display: block;
		max-width: 100%;
	}

	.ie-header-wantDescription {
		margin: 10px 0;
	}

	.content-section {
		flex-direction: column;
	}

		.content-section .content-section-img-container {
			margin: 20px 0 -20px;
		}

	.content-section-img-container img.edi-icon {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.content-section-img-container img.fhir-icon {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.content-section-img-container img.public-api-icon {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.content-section-img-container img.private-api-icon {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.content-section-img-container img.export-icon {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.content-section-img-container img.ce-icon {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.content-section-img-container img.other-icon {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
	}
}
