/* Trial of Bloodright     */
/* Standalone page for     */
/*                         */
/* Coin Ritual             */
/*                         */
/* Copyright 2017 CWG      */
/* Clan Wolf Gamma         */
/* http://www.clanwolf.net */

html, body {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font: normal 'Arial';
	color: #dcdcdc;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	background: url('../img/bg.png') no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th {
	color: #53d5fd;
	border-bottom: 1px solid white;
	text-align: center;
}

p, td {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font: normal 'Arial';
}

#typedtext {
	font-family: 'Share Tech Mono', monospace;
	font: normal;
	font-size: 18px;
}

/* remove standard-styles */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	font-size: 1em;
	width: 100%
} 

/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
	display: none;
}

.lt-ie10 select {
	background-image: none;
}

input, select, textarea {
	color: #cccccc;
	background-color: #072a33;
	border: 1px solid #004d65;
	padding: 2px 2px;
	outline: none;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font: normal 'Arial';
	width: 325px;
	padding-right: 25px;

	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; 
	box-sizing: content-box;
}

select {
	background-image: url(../img/select-arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	width: 325px;
}

textarea:focus, input:focus {
	color: #cccccc;
	background-color: #29434a;
	border: 1px solid #bac9dc;
	outline: none;
}

h1, h2, h3, h4 {
	font-family: 'Orbitron', sans-serif;
	color: #53d5fd;
	z-index: 1;
	position: relative;
	width: 100%;
/* 	margin: 0 auto; */
/* 	margin-top: 20px; */
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font: bold 'Orbitron';
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h2 {
	font: bold 'Orbitron';
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	text-decoration: underline;
	letter-spacing: 2px;
}

h3 {
	font: bold 'Orbitron';
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	letter-spacing: 2px;
}

h4 {
	font: bold 'Orbitron';
	font-size: 14px;
	color: #fec454;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	letter-spacing: 2px;
}

hr {
	border: solid #555555 1px;
}

a {
	color: #ffaa00;
	text-decoration: none;
}

a:hover {
	color: #fec700;
	text-decoration: underline;
}

/* a:focus { */
/* 	color: #fec700; */
/* 	text-decoration: none; */
/* } */

/* a:active { */
/* 	color: #fec700; */
/* 	text-decoration: underline; */
/* } */

.centered_image {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
}

.tooltip {
/* 	position: relative; */
	display: inline-block;
}

.tooltip .tooltiptext {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font: normal 'Arial';
	visibility: hidden;
	width: 250px;
	height: 20px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid white;
	/* Position the tooltip */
	position: fixed;
	bottom: 50px;
	margin: 5% auto;
	left: 0px;
	right: 0px;
	z-index: 100;
}

.tooltip2 {
	display: inline-block;
}

.tooltip2 .tooltiptext2 {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font: normal 'Arial';
	visibility: hidden;
	width: 650px;
	height: 280px;
	background-color: black;
	color: #fff;
	text-align: left;
	border-radius: 5px;
	padding: 15px;
	border: 1px solid white;
	/* Position the tooltip */
	position: fixed;
	top: 130px;
	margin: 5% auto;
	left: 0px;
	right: 0px;
	z-index: 100;
}

.top_background {
	z-index: 0;
	background: url('../img/bg_center.png') no-repeat;
	background-position: center;
	position: absolute;
	top: -161px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	height: 200px;
}

.head_structure {
	z-index: 10;
	background: url('../img/head_structure.png') no-repeat;
	background-position: center;
	position: absolute;
	top: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	height: 1000px;
	pointer-events: none;
}

.selected_flag {
	z-index: 100;
	position: absolute;
	top: 15px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	width: 100px;
	height: 50px;
	text-align: center;
}

.fire {
	z-index: 0;
	background-position: center;
	position: absolute;
	top: -161px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	width: 90px;
	height: 180px;
}

.fastforwardbutton {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.tourneyselector {
	position: absolute;
	font-size: 14px;
	padding: 0px;
	top: 6px;
	left: 10px;
	text-align: left;
}

.navigation {
	position: absolute;
	font-size: 14px;
	top: 10px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.stepIndicator {
	position: absolute;
	bottom: 15px;
	left: 30px;
}

.buttons {
	position: absolute;
	bottom: 15px;
	right: 30px;
}

.blink {
	animation: blink-animation 0.5s steps(2, start) infinite;
	-webkit-animation: blink-animation 0.5s steps(2, start) infinite;
}

@
keyframes blink-animation {to { visibility:hidden;
	
}

}
@
-webkit-keyframes blink-animation {to { visibility:hidden;
	
}

}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
.tooltip2:hover .tooltiptext2 {
	visibility: visible;
}

.galaxy_symbol {
	z-index: 10;
	position: absolute;
	top: 300px;
	border: 0px;
	width: 100%;
	text-align: center;
	pointer-events: none;
}

.content_language_selector {
	z-index: 9;
	background-position: top center;
	position: relative;
	top: -1px;
	bottom: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 100%;
}

.mech_left {
	z-index: 1;
	position: absolute;
	left: 0px;
	bottom: 50px;
}

.mech_right {
	z-index: 1;
	position: absolute;
	right: 0px;
	bottom: 50px;
}

.top {
	z-index: 1;
	background-color: green;
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
}

.content {
	z-index: 100;
	position: absolute;
	top: 95px;
	bottom: 30px;
	left: 0px;
	right: 0px;
	margin-top:  10px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	min-height: 220px;
	text-align: left;
	border-radius: 10px;
	padding: 20px;
	border: 3px solid;
	border-color: rgba(14, 82, 101, 1.0);
	background: rgba(3, 22, 29, 0.8);
	overflow: hidden;
}

.hudanimation {
	z-index: 60;
	position: absolute;
	bottom: 0px;
	right: 0px;
	opacity: 0.3;
}

.hudcenteranimation {
	z-index: -100;
	position: absolute;
	top: 90px;
	right: 0px;
	left: 0px;
	margin: auto;
	width: 100%;
}

.bottom {
	z-index: 100;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

#soundswitch {
	bottom: 10px;
}

#soundswitch a {
	color: #ffffff;
}

#access {
	padding: 10px;
	border-style: dashed;
	border-color: #e32400;
	background-color: #831100;
	width: 60%;
	left: 30px;
	right: 30px;
	margin-left: auto;
	margin-right: auto;
}

#access input {
	color: #ffa500;
	background-color: #5c0700;
	border: 1px solid #e32400;
	padding: 4px 4px;
	outline: none;
}

#access input:focus {
/* 	color: #ffa500; */
/* 	background-color: #6a0700; */
/* 	border: 1px solid #ffa500; */
}

.container {
	z-index: 120;
	margin-top: 20px;
	margin-bottom: 100px;
	height: 95%;
	width: 100%;
	right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ritual-step {
	width: 100%;
	display: none;
}

.speaker {
	vertical-align: top;
	color: #03a0cf;
	padding-right: 15px;
	padding-bottom: 15px;
}

.spokentext {
	vertical-align: top;
	color: #ffffff;
	padding-bottom: 15px;
}

.jspVerticalBar, .jspTrack {
	width: 6px;
	background-color: transparent;
}

.jspDrag {
	border-radius: 5px;
	background: rgba(14, 82, 110, 0.7);
	-webkit-box-shadow: inset 0 0 8px rgba(14, 82, 110, 1.0);
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(14, 82, 110, 0.7);
	-webkit-box-shadow: inset 0 0 8px rgba(14, 82, 110, 1.0);
}

svg {
	height: 500px;
	width: 100%;
}

.st0, .st1, .st2, .st3 {
	fill: none;
	stroke: rgba(18, 39, 48, 0.5);
	stroke-width: 42;
	stroke-miterlimit: 10;
}

.st0 {
	stroke-dasharray: 12.1947, 12.1947, 12.1947, 12.1947, 12.1947, 12.1947;
}

.st1 {
	stroke-dasharray: 50, 90, 200, 30, 40, 0;
}

.st2 {
	stroke-linecap: square;
	stroke-dasharray: 120, 20, 110, 20, 140;
}

.st3 {
	stroke-width: 16;
	stroke-linecap: square;
}
