/* Basic fonts */
a {
	font-family: 'EurostileLT';
	color: #6290b2;
}
a:hover {
	color: #82c6f9;
}
h2 {
	font-size: 15px;
	font-family: 'EurostileLTOblique';
	text-transform: none;
	color: #9ea0a0;
}
h3 {
	font-size: 16px;
	text-transform: uppercase;
}
hr {
	background-image: linear-gradient(
		to right,
		rgba(153, 153, 222, 0)    5%,
		rgba(153, 153, 222, 0.5) 15%,
		rgba(153, 153, 222, 0.5) 85%,
		rgba(153, 153, 222, 0)   95%
	);
}

/* Forms */
input[type=text],
input[type=password] {
	color: #e3c230;
	border-color: #83beff;
	border-radius: 0;
	border-width: 1px 4px;
}
input[type=text]:focus,
input[type=password]:focus {
	border-color: #e3c230;
	border-radius: 0;
	border-width: 1px 4px;
	padding: 10px;
}
input[type=text]:placeholder-shown,
input[type=password]:placeholder-shown {
	color: #aaa;
	text-transform: none;
}
section main input[type=text],
section main input[type=password] {
	width: 220px;
	height: 22px;
	padding: 3px 10px 5px;
}
section main input[type=text]:focus,
section main input[type=password]:focus {
	padding: 3px 10px 5px;
}
input[type=submit] {
	color: #000;
	font-family: 'HelveticaUC';
	text-transform: uppercase;
	border-radius: 30px;
	font-size: 32px;
	background: linear-gradient(
		to right,
		#5b8cac 0%,
		#68beed 50%,
		#5b8cac 100%
	);
	width: 200px;
	height: 45px;
}
input[type=submit]:hover {
	color: #000;
	background: linear-gradient(
		to right,
		#93dbf5 0%,
		#ccf9f8 50%,
		#93dbf5 100%
	);
}
input[type="submit"].disabled {
	color: #000;
	background: linear-gradient(
		to right,
		#666 0%,
		#999 50%,
		#666 100%
	);
}
section main .pane .curtain h2 {
	color: #c9b978;
	font-family: 'HelveticaUC';
	font-size: 32px;
}
section main .pane .curtain {
	border-radius: 20px;
}
section main .pane .content {
	border-radius: 20px;
}

/* Login page */
section main .login > div {
	background: linear-gradient(
		to bottom,
		rgba(16, 7, 2, 0.90) 0%,
		rgba(16, 7, 2, 0.25) 100%
	);
}
section main .login .help a {
	font-size: 14px;
}
section main .link-platform form#landing i {
	color: #83beff;
}
section main .link-platform .instructions {
	font-family: 'EurostileLTOblique';
	color: #e2cf83;
	font-size: 13px;
}

/* Patching page */
section main hr {
	display: none;
}
section main .pane hr {
	display: block;
	visibility: hidden;
}
section main .news h2,
section main .patching h2,
section dialog#options h2 {
	font-family: 'HelveticaUC';
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 22px;
	color: #fff;
}
section main .news h2 {
	position: relative;
	top: -5px;
}
section main .news a {
	color: #e2cf83;
}
section main .news a:hover {
	color: #fff;
}
section main .patching .message {
	margin-right: 225px;
	width: 240px;
}
section main .countdown {
	background-image: url('/static/img/sto/logo.png');
	background-repeat: no-repeat;
	background-position: 40px 65px;
}
section main .countdown a {
	letter-spacing: 1px;
	font-size: 16pt;
	top: 165px;
	left: 45px;
}
section main .patching .progress .bar {
	background: #89741d;
}
section main .patching .shards ul li {
	background-color: #131b21;
}
section main .patching .shards ul li.selected {
	background-color: #0d2132;
}
section main .patching .shards ul li:hover {
	background-color: #1e3f5b;
}
section main .social a.facebook { background-image: url('/static/img/sto/social/facebook.png'); }
section main .social a.twitter  { background-image: url('/static/img/sto/social/twitter.png'); }
section main .social a.youtube  { background-image: url('/static/img/sto/social/youtube.png'); }
section main .social a.twitch   { background-image: url('/static/img/sto/social/twitch.png'); }
section main .social a.discord   { background-image: url('/static/img/sto/social/discord.png'); }
section main .social a.forums   { background-image: url('/static/img/sto/social/forums.png'); }

/* Platform linking */
section main .pane.link-platform.de form#login > .instructions {
	margin: 0 auto;
}
section main .pane.link-platform .content img {
	margin-top: 20px;
}
section main .pane.link-platform > div {
	left: 165px;
	width: 470px;
}
section main .pane.link-platform h2,
section main .pane.link-platform h3 {
	font-family: 'EurostileLTOblique';
	font-size: 13pt;
	color: #9ea0a0;
	background: transparent;
	text-transform: none;
}
section main .pane.link-platform form > h2,
section main .pane.link-platform form > h3 {
	padding: 10px 0;
}
section main .pane.link-platform form > h3 {
	font-size: 12pt;
}
section main .pane.link-platform form#login > h3 {
	padding: 10px 0;
}
section main .pane.link-platform form#landing i {
	color: #e2cf83;
	font-family: sans-serif;
	font-size: 14px;
}
section main .pane.link-platform form#landing > a:hover {
	background-color: rgba(150, 200, 250, 0.2);
	border-radius: 2px;
}
section main .pane.link-platform form#landing > a:hover h3 {
	color: #fff;
}
section main .pane.link-platform form#landing > a:hover i {
	color: #f4e7b8;
}
section main .link-platform form#landing div {
	margin-top: 45px;
}
section main .pane.link-platform form#bypass span {
	font-family: 'EurostileLT';
	font-weight: bold;
	color: #e2cf83;
}

/* Dialogs */
section dialog > div {
	background: rgba(10, 10, 15, 0.90);
	border-radius: 15px;
	border-color: #292b2d;
	border-width: 2px;
}
section dialog > div .content::-webkit-scrollbar {
	width: 15px;
}
section dialog > div .content pre::-webkit-scrollbar {
	width: 10px;
}
section dialog > div .content::-webkit-scrollbar-track,
section dialog > div .content pre::-webkit-scrollbar-track {
	background: linear-gradient(
		to bottom,
		rgba(91, 140, 172, 0.8) 0%,
		rgba(91, 140, 172, 0.8) 80%,
		rgba(91, 140, 172, 0.0) 100%
	);
}
section dialog > div .content::-webkit-scrollbar-thumb,
section dialog > div .content pre::-webkit-scrollbar-thumb {
	background: #82c6f9;
}
section dialog h1 {
	font-family: 'HelveticaUC';
	letter-spacing: 0.05em;
	font-size: 30px;
	color: #fff;
}
section dialog#options hr {
	visibility: hidden;
}
section dialog#options div {
	color: #e2cf83;
}
section dialog#options select,
section dialog#options input[type=text] {
	border-color: #6290b2;
	margin-left: 0;
}
section dialog#options select {
	border-radius: 0;
	border-width: 1px 4px;
	padding-left: 5px;
}
section dialog#options input[type=checkbox] {
	border-color: #234564;
	margin-left: 0;
}
input[type=checkbox]:checked {
	background-image: url('/static/img/sto/checked.png');
	border: none;
}

@font-face {
	font-family: 'HelveticaUC';
	src: url('/static/fonts/helvetica-ultra-compressed.otf');
}

@font-face {
	font-family: 'EurostileLT';
	src: url('/static/fonts/eurostile-lt-std.otf');
}

@font-face {
	font-family: 'EurostileLTOblique';
	src: url('/static/fonts/eurostile-lt-std-oblique.otf');
}
