@font-face {
    font-family:'Rationale';
    font-style:normal;
    font-weight:400;
    src:local('Rationale'), local('Rationale-Regular'), url(rationale.woff) format('woff');
}
@font-face {
    font-family:'Iceland';
    font-style:normal;
    font-weight:400;
    src:local('Iceland'), local('Iceland-Regular'), url(iceland.woff) format('woff');
}

#content-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content:after, #content-wrapper:after {
    display: table;
	content: " ";
	clear:both;
}

body, h1, h2, h3, ul, p, form {
    margin:0;
    padding:0;
}
body {
    color:#00e4fb;
    font-size:18px;
    font-family:Iceland,sans;
    background:#001731;
    padding-bottom: 10px;
}
a {
    color:#00e4fb;
    outline:0;
}
header {
    height:24px;
    background:url(top_bg.png);
    border-bottom:1px solid #001414;
}
header h1 {
    font-family:Rationale;
    color:#00b0fb;
    text-shadow:0 0 5px #062b84;
    line-height:24px;
    font-size:12px;
    text-align:center;
    background-image:url(top_title_right.png);
    background-repeat:no-repeat;
    background-position:right;
}
hr {
    border:0;
    border-top:1px dashed #00ffff;
    margin:25px 0 5px 0;
}

form legend {
	font-size: 1.5em;
}

.alert {
    border: 1px solid #FF7F3F;
    padding: 5px 10px;
    border-radius: 5px;
    color: #FF7F3F;
}

.alert-success {
    border-color: #00FF6C;
    color: #00FF6C;
}

.alert-danger {
	border-color: #FF4545;
	color: #FF4545;
}

.alert-info {
	border-color: #00E4FB;
	color: #00E4FB;
}

.panel {
    border-bottom: 1px dashed;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.panel:last-child {
    border: 0 none;
    margin: 0;
    padding: 0;
}

#top {
    width:600px;
    height:24px;
    margin:auto;
    background:#002144;
    background-image:url(top_title_left.png);
    background-repeat:no-repeat;
    background-position:left;
}
#stats, #middle {
    font-family:Rationale;
}
#stats {
    height:134px;
    background:#013066;
}
#stats-wrapper {
    width:1221px;
    margin:auto;
}
#stats-middle, .perc-orb {
    float:left;
    margin-left:14px;
}
#stats-middle {
    width:561px;
    height:134px;
    position:relative;
    background:url(stats_middle.png);
}
#rgraph, #lgraph {
    position:absolute;
    bottom:40px;
    text-align:center;
    font-size:13px;
}
#rgraph {
    right:20px;
}
#lgraph {
    left:20px;
}
#timer {
    position:absolute;
    top:25px;
    width:100%;
    color:#fff;
    font-size:20px;
    text-align:center;
}
#timer div {
    color:#69e2ff;
    line-height:10px;
    font-size:13px;
}
#middle {
    height:315px;
    background:url(middle_bg.png);
    border-bottom:1px solid #001414;
}
#middle-wrapper {
    width:1000px;
    margin:auto;
}
nav, #bar, #orb, #announcements {
    float:left;
}
#bar {
    color:#fff;
    font-size:18px;
    text-align:center;
    padding-top:4px;
    width:102px;
    height:271px;
    margin:22px 0;
    border:1px solid #03bcfd;
    background:url(bar_bg.png);
    line-height:30px;
}
#teamname {
    float:right;
    width:100%;
    height:65px;
    margin-top:4px;
    border:1px solid #03bcfd;
    text-shadow:0 0 5px #01ffff;
    border-right:0;
    font-size:20px;
    text-align:center;
    line-height:65px;
    overflow:hidden;
}
.bar-val {
    color:#fdfd77;
    font-size:48px;
} 
nav {
    width:205px;
    padding-top:18px;
    padding-left:4px;
}
nav ul {
    list-style-type:none;
}
nav ul li {
    float:right;
    border:1px solid #03bcfd;
    border-right:0;
    margin-top:4px;
    width:180px;
}
nav ul li:hover {
    width:100%;
}
nav a {
    margin:1px;
    font-size:18px;
    display:block;
    line-height:34px;
    padding:0 8px;
    border-left:11px solid #ff4545;
    color:#66d6ff;
    text-decoration:none;
}
.menu .scoreboard a {
    border-left:11px solid #00ff6c;
}
.menu .profile a, .menu .register a {
    border-left:11px solid #ff7f3f;
}
.menu .logout a, .menu .login a {
    border-left:11px solid #edff51;
}
.menu .inactive a {
	border-left:11px solid #595959;
}

.menu .submit a {
	border-left:11px solid #6E2FBC;
}

nav a:hover {
    color:#fff;
}
#orb {
    width:380px;
}
.perc-orb {
    width:96px;
    height:119px;
    margin-top:8px;
    position:relative;
    background:url(perc_orb.png);
    background-repeat:no-repeat;
    background-position:top;
}
.perc-orb:first-child {
    margin-left:0;
}
.perc-orb a {
    display:block;
    width:100%;
    font-size:12px;
    position:absolute;
    bottom:0;
    text-align:center;
    text-decoration:none;
    color:#00e4fb;
}
.perc {
    width:100%;
    font-size:24px;
    position:absolute;
    top:29px;
    text-align:center;
}
.perc:after {
    content:attr(data-value);
}
.perc[data-value^="0"], .perc[data-value^="1"], .perc[data-value^="2"] {
    color:#ff4545;
}
.perc[data-value^="3"], .perc[data-value^="4"] {
    color:#ff7f3f;
}
.perc[data-value^="5"], .perc[data-value^="6"], .perc[data-value^="7"] {
    color:#edff51;
}
.perc[data-value^="8"], .perc[data-value^="9"], .perc[data-value^="100"] {
    color:#00ff6c;
}
#announcements {
    width:307px;
}
#announcements h3 {
    border:1px solid #03bcfd;
    border-left:0;
    padding-right:20px;
    text-align:center;
    margin-top:22px;
    line-height:20px;
    font-size:13px;
    background:url(announce_top_bg.png);
}
#announce-items {
    border:1px solid #03bcfd;
    border-left:0;
    margin-top:4px;
    height:249px;
    padding:0 5px;
    overflow:auto;
}
#announce-items p {
    font-family:Iceland;
    border-left:6px solid #00ff6c;
    padding-left:5px;
    margin-top:4px;
    font-size:16px;
    line-height:16px;
}
#announce-items p span {
    color:#009ba9;
}
#announce-items p:first-child {
    border-left:6px solid #ff4545;
    color:#fff;
}
#announce-items p:nth-child(2) {
    border-left:6px solid #ff7f3f;
}

#content {
    padding: 0 20px;
}

#content h2 {
    position:relative;
    bottom:1px;
    left:4px;/*fuck!*/
    font-family:Rationale;
    font-size:22px;
    width:296px;
    height:37px;
    margin:auto;
    color:#fff;
    font-weight:normal;
    padding-top:44px;
    text-align:center;
    background:url(content_title.png);
}
#content-wrapper {
    padding:20px 0;
    margin:auto;
}

#content-wrapper.scale {
    width:1000px;
}

#content-wrapper form {
    margin-top:20px;
}
table {
    width:100%;
}
table td {
    border-radius:3px;
}
table thead td {
    background:#002441;
    color:#fff;
    font-size:20px;
    padding:3px 5px;
}
table tbody td {
    padding:3px 3px;
    background:#001c3b;
}
table tbody tr:nth-child(even) td {
    background:#002146;
}
input, textarea {
    font-family:Iceland;
    border-radius:3px;
}
input[type=text], textarea, input[type=email], input[type=password], input[type=number], select {
    color:#03bcfd;
    font-size:18px;
    border:1px solid #002f63;
    background:#001c3b;
    outline:0;
    padding:4px;
}
input[type=text]:focus, textarea:focus {
    border:1px solid #03bcfd;
}
input[type=submit] {
    padding:5px;
}

/* Stolen from Bootstrap */


.pull-right {
    float: right !important;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}


.text-danger {
	color: #FF4545;
}

.text-success {
    color: #00FF6C;
}

.text-warning {
    color: #FF7F3F;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
    text-align: right;
    }
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textarea.form-control {
    height: auto;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
    float: left;
}
.col-12 {
    width: 100%;
}
.col-11 {
    width: 91.66666666666666%;
}
.col-10 {
    width: 83.33333333333334%;
}
.col-9 {
    width: 75%;
}
.col-8 {
    width: 66.66666666666666%;
}
.col-7 {
    width: 58.333333333333336%;
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 41.66666666666667%;
}
.col-4 {
    width: 33.33333333333333%;
}
.col-3 {
    width: 25%;
}
.col-2 {
    width: 16.666666666666664%;
}
.col-1 {
    width: 8.333333333333332%;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #002F63;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
    border-color: #03BCFD;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


.btn-default {
    color: #FFFFFF;
    background-color: #002441;
}

.btn-primary {
    color: #00E4FB;
    background-color: #002441;
}


legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #03BCFD;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}

.small-url {
	font-size: 0.8em;
	margin-left: 5px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group.col {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #00E4FB;
    text-align: center;
    background-color: #001C3B;
    border: 1px solid #002F63;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

.input-group-btn:first-child > .btn {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn {
    margin-left: -1px;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
    z-index: 2;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 0.9em;
}

tr.success, tr.success a {
	color: #00FF6C;
}

/*
     FILE ARCHIVED ON 05:11:07 Dec 31, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:24:36 Oct 24, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.542
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.008
  esindex: 0.01
  cdx.remote: 17.269
  LoadShardBlock: 69.603 (3)
  PetaboxLoader3.datanode: 60.074 (4)
  load_resource: 185.618
  PetaboxLoader3.resolve: 155.179
*/
