﻿@font-face {
    font-family: 'Regular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular-webfont.woff') format('woff'), url('fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Light';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Light-webfont.woff') format('woff'), url('fonts/Roboto-Light-webfont.ttf') format('truetype'), url('fonts/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Medium';
    src: url('fonts/Roboto-Medium-webfont.eot');
    src: url('fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Medium-webfont.woff') format('woff'), url('fonts/Roboto-Medium-webfont.ttf') format('truetype'), url('fonts/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    font-family: Regular;
}

html, body {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
}

body {
    margin: 0px;
    background: #f5f5f5;
    background-image: linear-gradient(to bottom, #b71c1c, #b71c1c 196px, transparent 196px, transparent 100%);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a {
    text-decoration: none;
    color: #b71c1c;
}

button, a {
    background: transparent;
    border: none;
    transition: color 0.3s ease, background-color 0.3s ease;
}

img {
    border: 0;
}

.container {
    overflow-y: auto;
    margin-top: 64px;
    background: transparent;
}

.flexbox {
    display: flex;
}

.flexbox.horizontal {
    flex-flow: row wrap;
}

.flexbox.justify {
    justify-content: space-between;
}

.flexbox.middle {
    align-items: center;
}

.flexbox.align-left {
    justify-content: flex-start;
}

.inline-flexbox {
    display: inline-flex;
}

.app-bar {
    width: 100vw;
    overflow-x: hidden;
    background: #212121;
    height: 64px;
}

.vitec-badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #b71c1c;
    padding: 8px;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: 16px;
}

.vitec-badge img {
    width: 32px;
    height: 32px;
}

.product-name {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 8px 0 16px;
    font-family: "Medium";
}

.version-info {
    color: white;
    margin: 0 16px 0 16px;
    opacity: 0.5;
    margin-right: 16px;
}

.main-content {
    padding: 96px 72px 0;
    position: relative;
    padding-top: 0;
}

.main-content .navigation-area {
    height: 64px;
}

.display1 {
    font-size: 34px;
    color: #ffffff;
    letter-spacing: -1px;
    line-height: 40px;
    display: block;
    font-family: "Regular";
}

.paper {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: 2px;
    background-clip: padding-box;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.paper .paper-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0 16px;
    height: auto;
    min-height: 64px;
}

.paper .paper-header .headline {
    width: 100%;
    word-wrap: break-word;
}

.paper .paper-content {
    padding: 16px;
    background-clip: padding-box;
    box-sizing: border-box;
    font-size: 16px;
}

.headline {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 32px;
    padding-top: 16px;
    margin-bottom: 12px;
    letter-spacing: 0;
    font-family: "Regular";
    display: block;
}