/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("/fonts/roboto-300-latin.woff2") format("woff2"), url("/fonts/roboto-300-latin.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("/fonts/roboto-400-latin.woff2") format("woff2"), url("/fonts/roboto-400-latin.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/fonts/roboto-500-latin.woff2") format("woff2"), url("/fonts/roboto-500-latin.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* Latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/fonts/roboto-500-latin.woff2") format("woff2"), url("/fonts/roboto-500-latin.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* Latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts/roboto-700-latin.woff2") format("woff2"), url("/fonts/roboto-700-latin.ttf") format("ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* Latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts/roboto-900-latin.woff2") format("woff2"), url("/fonts/roboto-900-latin.ttf") format("ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

body {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
	align-items: center;
	font-family: Roboto, Arial, sans-serif;
	background-color:#F5F5F5;
	margin: 0;
	width: 100vw;
}

div.toolbar {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
	width: 100%;
	max-width: 100%;
	align-items: center;
	height: 56px;
	min-height: 56px;
	background-color:#2196F3;
	color: rgba(255,255,255,100);
	box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
}

div.card {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	max-width: 100%;
	margin: 64px 0px 4px 0px;
	padding: 40px 64px 40px 64px;
	background-color: rgba(255,255,255,100);
	border-radius: 4px;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

div.card-text {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
	min-width: 1px;
	flex-grow: 1;
	flex-shrink: 1;
}

div.card-icon {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
	align-items: flex-end;
    justify-content: center;
	width: 324px; /* 176 + 148px of 'padding' */
	min-width: 176px;
	flex-grow: 1;
	flex-shrink: 1;
}

span.toolbar {
	padding-left: 32px;
	font-size: 24px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
}

span.error-code {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 24px;
	color: rgba(0,0,0,0.87);
}

span.error-message {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 24px;
	color: rgba(0,0,0,0.87);
}

span.error-text {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 24px;
	color: rgba(0,0,0,0.60);
}

span.caption {
	font-size: 12px;
	font-weight: 400;
	color: rgba(0,0,0,0.60);
	max-width: 100%;
}

span.button {
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	position:relative;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    align-items: center;
    height: 100%;
}

button {
	border: none;
	color: rgba(255,255,255,100);
	background-color: #1565C0;
	height: 36px;
	cursor: pointer;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
	margin-right: 10px;
}

button.reverse {
	color: #1565C0;
	background-color: rgba(255,255,255,100);
}

button:active {
	border: none;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);      
}

div.button {
	margin: 0px;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
