/* RESET */
a,
abbr,
acronym,
blockquote,
body,
cite,
code,
dd,
div,
dl,
dt,
fieldset,
form,
html,
iframe,
img,
label,
legend,
li,
object,
ol,
p,
pre,
q,
small,
span,
strike,
sub,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

li,
ol,
ul {
	list-style: none;
}

/* TYPO */
h1 {
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: 3rem;
}

h2 {
	font-weight: 700;
	font-size: 2.1rem;
	margin-bottom: 1rem;
}

h3 {
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

h5 {
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

a {
	color: #63ADF2;
	text-decoration: underline;
}

a:hover {
	color: inherit;
}

p {
	margin-bottom: 2rem;
}

/* COMMONS */
html {
	font-size: 62.5%;
	height: 100%;
}

body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.5rem;
	color: #ffffff;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#052242+0,061827+60,061827+100 */
	background: rgb(5, 34, 66);
	/* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(5, 34, 66, 1) 0%, rgba(6, 24, 39, 1) 60%, rgba(6, 24, 39, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(5, 34, 66, 1) 0%, rgba(6, 24, 39, 1) 60%, rgba(6, 24, 39, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(5, 34, 66, 1) 0%, rgba(6, 24, 39, 1) 60%, rgba(6, 24, 39, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#052242', endColorstr='#061827', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	background-attachment: fixed;
}

.container-fluid {
	height: 100%;
}

.container-fluid .row {
	height: 100%;
}

.col-left,
.col-right {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.col-left {
	padding: 3rem 4.5rem !important;
}

.col-right {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-image: url('../images/login-cover.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.material-icons {
	font-size: 2.4rem;
}

.material-icons.md-18 {
	font-size: 1.8rem;
}

.logo-text {
	width: 17rem;
	height: 2.4rem;
	margin-bottom: 6rem;
	font-size: 2rem;
}

table {
	margin-top: 3rem;
}

tr {
	border-bottom: 0.1rem solid gray;
	line-height: 3rem;
}

tr:first-child {
	height: 5rem;
}

td:not(:first-child),
th:not(:first-child) {
	text-align: center;
}

td.yes,
td.no {
	background-repeat: no-repeat;
	background-size: 3rem;
	background-position: 50%;
}

td.yes {
	background-image: url('../images/icon-success.png');
}

td.no {
	background-image: url('../images/icon-error.png');
}


/*ABOUT*/

.logo-box {
	display: inline-flex;
	margin-left: 1rem;
	background-color: white;
	width: fit-content;
}

.md-logo {
	width: 4rem;
	height: 2.5rem;
	margin: 0 1rem;
	content: url('../images/MD_mark.png');
	border: .3rem solid white;
}

.ce-logo {
	width: 5rem;
	height: 2.5rem;
	margin: 0 1rem;
	content: url('../images/CE0123.jpg');
	border: .5rem solid white;
}

.manufacturer {
	display: flex;
	margin-top: 5rem;
	font-size: 1.2rem;
	background-color: white;
	justify-content: space-between;
	color: black;
	padding: .5rem;
}

.manufacturer-icon {
	width: 6rem;
	height: 6rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.manufacturer-icon-1 {
	background-image: url('../images/manufacturer-black.png');
}

.manufacturer-icon-rxonly {
	background-image: url('../images/RX Only.png');
	width: 10rem;
}

.manufacturer-icon-2 {
	background-image: url('../images/manufacturer-white.png');
}

.manufacturer-icon-3 {
	background-image: url('../images/obsolescence-date.png');
}

.manufacturer-text {
	margin-left: 1rem;
}

.electronic-instructions {
	margin-top: 5rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 2rem;
	column-gap: 2rem;
}

.electronic-instruction {
	display: flex;
	background-color: white;
	padding: .5rem;
	color: black;
	font-size: 1.2rem;
	flex-direction: column;
}

.ifu-icon {
	width: 4rem;
	height: 4rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url('../images/ifu-icon.png');
}

.ifu-text {
	margin-left: 3rem;
	font-size: 1.3rem;
}

.en-box {
	border: .1rem solid black;
	padding: .2rem;
	margin-top: 1rem;
}

.en-box b {
	font-size: 1.5rem;
}

.en-list {
	padding-left: 2.2rem;
}

.en-list ul {
	padding-left: 2rem;
}

.en-list li {
	list-style: disc;
}

.ifu-table {
	margin-top: 5rem;
}

.ifu-table table {
	width: 100%;
	margin-top: 0;
}