
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

.ember-power-select-trigger
{
	box-sizing: content-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Aventa, 'Noto Sans', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@media only screen and (min-width: 87.5rem /* 1400px */)
{
}

html
{
	font-size: 16px;
	height: 100%;
}

button,
textarea,
select
{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
	-webkit-tap-highlight-color: transparent !important;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx)
{
	html
	{
		font-size: 12px;
	}
}

body
{
	padding-top: 1.5vh;
	padding-bottom: 1.5vh;
	padding-left: 4vw;
	padding-right: 4vw;
	background: #f2f6fa;
	height: 100%;
	box-sizing: border-box;
}

a
{
	color: #01A5FF;
	text-decoration: none;
}

button
{
	font-family: Aventa, 'Noto Sans', sans-serif;
	text-transform: uppercase;
	flex: 1;
	background: #018F67;
	border-radius: 1.125rem;
	padding: 0.6rem 1rem;
	font-weight: bold;
	font-size: 0.9375rem;
	color: #F2F6FA;
	outline: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	display: flex;
	letter-spacing: 0.05em;
	justify-content: center;
	align-items: center;
}

form.loading button[type="submit"]
{
	color: transparent;
	background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="%23ffffff"><g fill="none" fill-rule="evenodd"><g transform="translate(1 1)" stroke-width="2"><circle stroke-opacity=".5" cx="18" cy="18" r="18"/><path d="M36 18c0-9.94-8.06-18-18-18"><animateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/></path></g></g></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.8rem;
}

#login,
#password_reset,
#registration
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

a.logo
{
	display: block;
	margin-bottom: 3.125rem;
	text-align: center;
	width: 9.375rem;
	align-self: center;
}

a.logo img
{
	width: 100%;
}

#error_message,
h2
{
	margin-bottom: 1.625rem;
	padding: 0 1.0625rem;
}

h2
{
	color: #4A6173;
	font-size: 2rem;
}

input[type="text"],
input[type="email"],
input[type="password"]
{
	font-family: Aventa, 'Noto Sans', sans-serif;
	border: none;
	background: rgba(74, 97, 115, 0.03);
	display: block;
	padding: 1.125rem 1.875rem;
	width: 100%;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.875rem;
	color: #4A6173;
	background-clip: padding-box;
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="password"]
{
	background: #FFFFFF;
	border: 0.0625rem solid #DDE3E7;
	border-radius: 1.5625rem;
	padding: 0.4375rem 1.275rem;
	margin-bottom: 2.625rem;
}


input[type="text"]:read-only,
input[type="email"]:read-only,
input[type="password"]:read-only
{
	background-color: #f2f6fa;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder
{
	color: #7A7B7F;
	opacity: 1;
}

label
{
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    color: #4A6173;
    opacity: 0.7;
    padding-left: 1.0625rem;
    margin-bottom: 0.3125rem;
}

form .actions
{
	margin-top: 5rem;
	display: flex;
	flex-direction: row;
    width: 100%;
    align-items: center;
    column-gap: 1.5rem;
}

#login .actions p
{
	flex: 1;
	font-style: normal;
	font-weight: bold;
}

#registration > form,
#registration > div.form,
#password_reset > div.form,
#login > form
{
	width: 100%;
	display: flex;
	flex-direction: column;
	max-width: 20.8125rem;
}

.blue-box
{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 1.625rem 0;
	margin-bottom: 1.5rem;
}

.blue-box p
{
	line-height: 150%;
}

#index
{
	display: flex;
	flex-direction: column;
	max-width: 49rem;
	margin: 0 auto;
	min-height: 100%;
}

#index .heading
{
	font-size: 3.125rem;
	margin-bottom: 2.8rem;
}

#index .subheading
{
	font-size: 1.625rem;
	margin-bottom: 1.5rem;
}

#index form
{
	width: 100%;
}

#index form button.role
{
	width: 100%;
	font-size: 1rem;
}

#index div.roles
{
	display: flex;
	flex-direction: row;
	margin-bottom: 10rem;
}

#index div.roles form:last-child
{
	margin-right: 0;
	margin-left: 2.5rem;
}

#language_switcher
{
	margin: 0 auto;
	color: #F2F6FA;
	width: 9.375rem;
	padding: 0.5rem 1.5rem 0.5rem 0.5rem;
	font-size: 1rem;
	border: 0;
	border-radius: 1.125rem;
	height: 2.525rem;
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('data:image/svg+xml;utf8,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.77071 5.22267C4.16574 5.64372 4.83426 5.64372 5.22928 5.22267L8.54905 1.68421C9.14816 1.04564 8.69538 0 7.81976 0H1.18024C0.304619 0 -0.148154 1.04564 0.450951 1.68421L3.77071 5.22267Z" fill="%23F2F6FA"/></svg>') 92% / 15% no-repeat #0b0622;
	background-size: 0.7rem;
}

select.measurement-units
{
	color: #4A6173;
	padding: 0.5rem 1.5rem 0.5rem 0.5rem;
	font-size: 1rem;
	border: 1px solid #DDE3E7;
	border-radius: 1.125rem;
	height: 2.525rem;
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('data:image/svg+xml;utf8,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.77071 5.22267C4.16574 5.64372 4.83426 5.64372 5.22928 5.22267L8.54905 1.68421C9.14816 1.04564 8.69538 0 7.81976 0H1.18024C0.304619 0 -0.148154 1.04564 0.450951 1.68421L3.77071 5.22267Z" fill="%234A6173"/></svg>') 95% / 15% no-repeat #FFFFFF;
	background-size: 0.7rem;
}

/* CAUTION: IE hackery ahead */
#language_switcher::-ms-expand
{ 
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    #language_switcher
    {
        background:none\9;
        padding: 5px\9;
    } 
}

.authentication-method
{
	display: flex;
	flex-direction: row;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.5);
	color: rgba(0, 0, 0, 0.54);
	font-weight: 500;
	align-items: center;
	margin-bottom: 0.75rem;
}

.authentication-method:last-child
{
	margin-bottom: 0;
}

.authentication-method img
{
	width: 3.125rem;
	height: 3.125rem;
}

.authentication-method p
{
	font-size: 1rem;
	margin-left: 1.625rem;
	flex-grow: 1;
}

.authentication-method:hover
{
	background: white;
}

@font-face
{
	font-family: 'Aventa';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Aventa-Regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/Aventa-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/Aventa-Regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/Aventa-Regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/Aventa-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face
{
	font-family: 'Aventa';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/Aventa-Bold.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/Aventa-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/Aventa-Bold.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/Aventa-Bold.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/Aventa-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face
{
	font-family: 'Aventa';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/Aventa-Medium.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/Aventa-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/Aventa-Medium.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/Aventa-Medium.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/Aventa-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face
{
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/noto-sans-v14-greek-ext_greek_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/noto-sans-v14-greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/noto-sans-v14-greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/noto-sans-v14-greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/noto-sans-v14-greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/noto-sans-v14-greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}
 
@font-face
{
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/noto-sans-v14-greek-ext_greek_cyrillic-ext_cyrillic-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/noto-sans-v14-greek-ext_greek_cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/noto-sans-v14-greek-ext_greek_cyrillic-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/noto-sans-v14-greek-ext_greek_cyrillic-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/noto-sans-v14-greek-ext_greek_cyrillic-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/noto-sans-v14-greek-ext_greek_cyrillic-ext_cyrillic-700.svg#NotoSans') format('svg'); /* Legacy iOS */
}
