/* CSS Grid Stylesheet */

/* html */
html {
	overflow-x: hidden;
}

/* body */
body {
	font-family: Avenir, Verdana, Arial, sans-serif;
	background-color: black;
	color: #eeeeee;
	overflow-x: hidden;
}

/* header */
header {
	position: absolute;
	width: 97%;
	height: 50px;
}

/* footer */
footer {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 16px;
	background: black;
}

/* a */
a:link	{
	text-decoration: none;
	color: #ffffff;
}

a:visited	{
	text-decoration: none;
	color: #ffffff;
}

a:hover	{
	text-decoration: none;
	color:	#b2b2b2;
}

a:active	{
	text-decoration: none;
	color: #b2b2b2;
}

a.external {
	font-size: 20px;
}

a.external:link	{
	text-decoration: none;
	color: #AAAAAA;
}

a.external:visited	{
	text-decoration: none;
	color: #AAAAAA;
}

a.external:hover	{
	text-decoration: none;
	color:	#4A90E2;
}

a.external:active	{
	text-decoration: none;
	color: #FFFFFF;
}

/* section */
section.main {
    width: 80%;
	margin:  0px auto;
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 24px;
	text-align: center;
}

section.section {
    margin-top: -15px;
	padding-bottom: 10px;
	width: 100%;
	font-size: 18px;
	text-align: center;
}

/* figure */
figure.picture {
    margin-top: -8px;
	margin-left: -8px;
	margin-right: -8px;
	height: 500px;
}

/* img */
img.logo {
    position: absolute;
	top: 15px;
	left: 5px;
}

img.brain {
    margin-top: -20px;
	height: 105px;
}

img.pi {
    margin-top: -15px;
	height: 100px;
}

img.go {
    margin-top: 10px;
	margin-left: -15px;
	margin-bottom: 15px;
	height: 60px;
}

img.project-streaming {
	margin-top: -5px;
	margin-bottom: -30px;
	height: 130px;	
}

img.project-radio {
	margin-top: -5px;
	height: 100px;
}

img.project-blues {
	margin-top: -5px;
	margin-bottom: 15px;
	height: 100px;
}

img.project-speed {
	height: 110px;
}

img.project-camera {
	margin-top: 10px;
	height: 100px;
}

img.project-cloud {
	height: 100px;
}

img.coffee {
	margin-top: -20px;
	height: 70px;
	padding-top: 0px;
	padding-bottom: 0px;
}

img.mail {
	margin-top: -25px;
	height: 65px;
	padding-top: 10px;
	padding-bottom: 0px;
}

img.telephone {
	margin-top: -25px;
	height: 65px;
	padding-top: 10px;
	padding-bottom: 0px;
}

img.support-brain {
	height: 180px;
	margin-top: -40px;
}

img.support-radio {
	padding-top: 20px;
	height: 130px;
}

img.support-link {
	margin-top: -20px;
	padding-bottom: 10px;
	height: 150px;
}

img.support-websocket {
	margin-top: -20px;
	margin-bottom: 20px;
	height: 130px;
}

img.bankid {
    margin-top: -20px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	height: 180px;
	text-align: center;
}

img.bankid-qr {
    margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	height: 80px;
}

/* ul */
ul {
    list-style-type: none;
	font-size: 16px;
}

ul.navigation {
    list-style-type: none;
	width: 100%;
	text-align: right;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-family: Verdana;
	font-size: 16px;
}

/* li */
li.navlist {
    display: inline-block;
	padding: 6px;
}

/* p */
p.h1 {
    font-size: 48px;
	text-align: center;
}

p.h2-left {
    margin-top: 0px;
	margin-bottom: -15px;
	font-size: 36px;
	text-align: left;
}

p.h2-left-search {
    margin-top: 0px;
	margin-bottom: -15px;
	margin-left: 20px;
	font-size: 36px;
	text-align: left;
}

p.h2-center {
    margin-top: 0px;
	margin-bottom: -15px;
	font-size: 36px;
	text-align: center;
}

p.section-text {
    text-align: center;
	font-size: 18px;
}

p.section-text-left {
    text-align: left;
	font-size: 18px;
}

p.title {
    margin-top: -40px;
}

p.banner {
    margin-top: -320px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 68px;
}

p.support-websocket-text {
    margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #222222;
}

p.support-copyright {
    width: 90%;
	margin-top: 0px;
	margin-left: 30px;
	padding-bottom: 20px;
	font-size: 12px;
}

p.h2-left-login {
    margin-top: 0px;
	margin-bottom: -15px;
	padding-left: 20px;
	font-size: 36px;
	text-align: left;
}

p.login-name {
    padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 0px;
	background-color: transparent;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 16px;
}

/* dialog */
dialog {
	background-color:rgba(50, 50, 50, 0.9);
	margin: auto;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	border: none;
	border-radius: 10px;
	width: 70%;
	height: 120px;
	text-align: center;
	color: white;
	font-size: 18px;
}

/* div */
div.dialog-content {
	position: fixed;
	z-index: 1;
	left: 0px;
	top: 50px;
	width: 100%;
	height: 140px;
}

div.section-columns {
    margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	grid-column-gap: 4%;
	grid-row-gap: 20px;
}

div.section-columns-grey {
    margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	grid-column-gap: 4%;
	grid-row-gap: 20px;
	background-color: #222222;
}

div.column {
    padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #222222;
}

div.project-section-columns {
    margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 40px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	grid-column-gap: 4%;
	grid-row-gap: 20px;
}

div.project-column {
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	background-color: #222222;
}

div.project-image {
    text-align: left;
}

div.navigation-login {
    margin-top: 0px;
	padding-right: 4px;
	text-align: right;
}

div.support-image {
    margin-top: 0px;
	text-align: center;
}

div.support-mix {
	margin-right: 0px;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

div.support-column {
    padding-left: 10px;
}

div.footer-columns {
    padding-top: 5px;
	padding-bottom: 0px;
	display: grid;
	grid-template-columns: repeat(auto-fit, 300px);
}

div.footer-copyright {
    padding-top: 0px;
	padding-bottom: 5px;
}

div.curve_chart {
    text-align: center;
	height: 500px;
	margin-top: -40px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	background-color: #222222;
}

div.support-result {
    margin-top: -30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	background-color: #222222;
}

div.section-camera {
    margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	background-color: #222222;
}

div.radio-toolbar {
	padding-top: 20px;
	margin: 5px;
}

div.radio-toolbar input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

div.radio-toolbar label {
	display: inline-block;
	background-color: #dddddd;
	padding: 5px 6px;
	font-size: 12px;
	color: white;
	border: 1px solid #444444;
	border-radius: 4px;
}

div.radio-toolbar label:hover {
	background-color: #ffabff
}

div.radio-toolbar input[type="radio"]:focus + label {
	border: 2px solid #444444;
}

div.radio-toolbar input[type="radio"]:checked + label {
	background-color: #ffab22;
	border-color: #444;
}

div.support-table {
    margin-left: 20px;
	margin-right: 20px;
}

div.support-search {
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	background-color: #222222;
	display: flex;
}

div.support-found {
	padding-top: 10px;
	text-align: left;
	margin-left: 20px;
}

div.modal {
	position: fixed;
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: 1;
	padding-top: 40px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(ff, ff, ff, 0.1);
}

div.modal-content {
	background-color: black;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	border-radius: 10px;
	width: 95%;
	height: 95%;
	text-align: center;
	color: white;
	font-size: 18px;
	/* font-family: Avenir; */
}

div.support-login {
    padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	margin-bottom: 0px;
}

div.progress {
	margin-left: 20%;
	height: 5px;
	text-align: center;
	background-color: #0358B9;
}

/* form */
form.redirect {
    margin-top: 30px;
	text-align: left;
}

/* input */
input[type=email] {
	font-size: 16px;
	color: darkorange;
	width: 90%;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #F6A623;
	border-radius: 4px;
	background-clip: padding-box;
}

input[type=text] {
	font-size: 16px;
	color: darkorange;
	text-align: left;
	width: 82%;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #ffaa22;
	border-radius: 4px;
	background-clip: padding-box;
	box-shadow: 0px 0px;
}

input[type=password] {
	font-size: 16px;
	color: darkorange;
	width: 90%;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #F6A623;
	border-radius: 4px;
	background-clip: padding-box;
}

input.login {
    padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: transparent;
    color:#eeeeee;
	font-family: Verdana;
	font-size: 12px;
	border-radius: 5px;
	border:1px solid #eeeeee;
}

input.button {
    box-shadow: 0px 1px 0px 0px #fff6af;
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color: #ffec64;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: #9B9B9B;
	font-size:16px;
	font-weight: bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}

/* button */
button.button {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color: #ffec64;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: #9B9B9B;
	font-size:16px;
	font-weight: bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}

button.logout {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color: #ffec64;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: #9B9B9B;
	font-size:16px;
	font-weight: bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	text-align: left;
}

button.cancel {
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-flex;
	cursor: pointer;
	color: #9B9B9B;
	font-size: 16px;
	padding: 6px 24px;
	text-decoration: none;
	background-color: white;
}

button.cancel-bankid {
	width: 85%;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	cursor: pointer;
	color: #9B9B9B;
	font-size: 16px;
	padding: 6px 24px;
	text-decoration: none;
	background-color: white;
	text-align: center;
}

button.footer-columns {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}

button.login:active {
	position:relative;
	top:1px;
}

button.login {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: transparent;
	color: #eeeeee;
	font-family: Verdana;
	font-size: 12px;
	border-radius: 5px;
	border:1px solid #eeeeee;
}

button.cancel {
    border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-flex;
	cursor: pointer;
	color: #9B9B9B;
	font-size: 16px;
	padding: 6px 24px;
	text-decoration: none;
	background-color: white;
}

button.bankid {
	width: 85%;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color: #ffec64;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	cursor: pointer;
	color: #9B9B9B;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 6px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffee66;
	text-align: center;
}

button.button-bankid {
    width: 85%;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color: #ffec64;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	cursor: pointer;
	color: #9B9B9B;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 6px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffee66;
	text-align: center;
}

button.cancel-bankid {
    width: 85%;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	cursor: pointer;
	color: #9B9B9B;
	font-size: 16px;
	padding: 6px 24px;
	text-decoration: none;
	background-color: white;
	text-align: center;
}

/* table */
table {
	table-layout: auto;
	width: 100%;
	color: white;
	font-size: 12px;
	border-collapse: collapse;
}
  
table td {
	color: white;
	padding: 5px;
}

table tr:nth-child(even) {
	background-color: #222222;
}

table tr:hover {
	background-color: #666666;
}

table th {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #ffab22;
	color: white;
	border: 1px solid #dddddd;
	padding: 5px;
}