/* Copyright (c) 2020 POTI Inc. All rights reserved. */

html {
	height: 100%;
	background-image: url("images/topline_background.png");		background-size: cover;		background-position: center;
	text-size-adjust: none;
}

body {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	font-family: sans-serif;
}

body>div {
	background-color: white;
	min-height: 1400px;
	padding-bottom: 50px;
	box-shadow: 0 0 20px #5F2625;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#by-aviado {
	position: fixed;
	left: 0.6em;
	bottom: 0.4em;
	font-size: 70%;
}

#by-aviado, #by-aviado a {
	color: #A0A0A0;
}

#by-aviado a::after {
	content: "by Aviado";
}

span#gototop {
	display: inline-block;
	font-size: 200%;
	line-height: 1em;
	padding: 0.05em 0.15em;
	color: white;
	background-color: rgba(0,0,0,.2);	
}

span#gototop:after {
	content: "\1F845";
}

.centered {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scrollable {
	overflow-x: hidden;
	overflow-y: auto;
}

span.check, span.radio {
	display: inline-block;
	vertical-align: middle;
	border: 0.15em solid;
	cursor: pointer;
}

span.check {
	margin: 0.1em 0.1em 0.3em;
	width: 1.6em;
	height: 1.6em;
}

span.radio {
	margin-bottom: 0.2em;
	width: 1.8em;
	height: 1.8em;
}

span.check.checked, span.radio.selected {
	background-color: #303030;
}

span.radio {
	border-radius: 50%;
}

#crash {
	background: rgba(0, 0, 0, .7);
}

#crash>div {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
    transform: translateY(-50%);
	font-size: 150%;
	color: red;
}

.cover {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
}

.popcon {
	position: fixed;
	top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color: white;
	box-shadow: 0 0 20px;
}

.poppad {
	min-width: 19em;
	padding: 1.3em;
}

table.tools td, table td.tool {
	width: 9em;
	padding: 0 1em;
	height: 3.5em;
	text-align: center;
	vertical-align: middle;
	font-size: 85%;
	font-weight: bold;
	cursor: pointer;
}

table.tools td.disabled {
	cursor: default;
}

span.right {
	display: inline-block;
	text-align: right;
}
