/* globals */
html, body {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(../img/bg.jpg);
    background-repeat: repeat-y;
    background-position: top 3px left 50%;
    background-color: #000;
    color: #FFF;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: -1000;
}

.hide {
    display: none;
}


/* title */
h1 {
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -999;
}

h1 img {
    position: absolute;
    top: 58px;
    left: 50px;
    width: 208px;
    height: 68px;
    opacity: 0.7;
    z-index: -999;
}

h2 {
    color: #C8C8C8;
    font-family: actor, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 109px;
    left: 249px;
    z-index: -999;
}

h2 a {
    color: #C8C8C8;
    text-decoration: none;
    transition: color 0.5s ease;
    z-index: -999;
}

h2 a:hover {
    color: #FFF;
}

/* logo */
.logo {
    opacity: 0.33;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -999;
}

/* menu */
div#menu {
    position: fixed;
    top: 185px;
    left: 48px;
    z-index: 10;
}

div#menu a {
    width: 50px;
    height: 50px;
    border-width: 0;
    text-decoration: none;
    display: block;
}

div#menu a img {
    border-width: 0;
    transition: all 0.5s ease;
}

div#menu a.back {
    background-image: url(../img/back_n.jpg);
}

div#menu a.back img {
    opacity: 0;
}

div#menu a.back:hover img {
    opacity: 1;
}


div#menu a.info {
    background-image: url(../img/info_n.jpg);
}

div#menu a.info img {
    opacity: 0;
}

div#menu a.info:hover img {
    opacity: 1;
}

div#menu div {
    margin-bottom: 4px;
}

/* terminal window */
.terminal {
    background-color: #2f3336;
    /* border: #AAACAF solid 1px; */
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #CCC;
    min-height: 100px;
    width: 525px;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    7px 7px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         7px 7px 5px 0px rgba(0, 0, 0, 0.75);
}

.terminal .taskbar {
    background-image: url(../img/terminal.bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #aaacaf;
    background-size: 60px;
    border-width: 0px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    font-family: droid-sans-mono, monospace;
    font-size: 10px;
    color: #6a6a6a;
    padding: 5px 10px;
    text-align: right;
    height: 12px;
}

.terminal .data {
    border-width: 0px;
    border-right: white solid 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    min-height: 80px;
    text-align: justify;
}

.terminal .data .text {
    padding: 20px;
}

.terminal .data textarea, .terminal .data input {
    border-width: 0;
}

/* special: add scroll-bar for eula */
.terminal .data.eula {
    font-family: droid-sans-mono, monospace;
    max-height: 300px;
    overflow-y: scroll;
    border-width: 0px;
}

/* popup confirmation boxes */
.popup {
}

.popup .inner {
    background-image: url(../img/popup.bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #AAA;
    border-width: 0;
    border-radius: 2px;
    color: #333;
    height: 70px;
    text-align: center;
    width: 225px;
    margin: 10px auto;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    7px 7px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         7px 7px 5px 0px rgba(0, 0, 0, 0.75);
}

.popup button {
    background-color: #CACACA;
    color: #3C3C3C;
    border: #464646 solid 1px;
    border-radius: 10px;
    font-family: droid-sans-mono, monospace;
    margin: 20px 10px 10px;
    padding: 7px 15px;
    /* width: 100px; */
    cursor: pointer;
}

.popup button:hover {
    background-color: #787878;
    color: #FFF;
}

/* desktop & steps */
#desktop {
    width: 600px;
    margin: 150px auto 0;
    z-index: -500;
}

/* Step 1: EULA */
#step1 {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    z-index: -200;
}

/* Step 2: Form */
#step2 {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -220px;
    z-index: -190;
}

#step2 .row, #step2 .full-row {
    clear: both;
}

#step2 .text div {
    margin: 0 0 15px;
}

#step2 .row div {
    float: left;
}

#step2 .row div.label {
    width: 30%;
}

#step2 div.label span {
    color: #ffa07a;
}

#step2 .row div.val {
    width: 60%;
}

#step2 .checkbox-row div.val {
    width: 40px;
    float: left;
}

#step2 .checkbox-row div.label {
    padding-top: 4px;
}

#step2 input[type='text'] {
    background-color: #CACACA;
    color: #3C3C3C;
    padding: 3px;
    width: 100%;
}

#step2 .full-row textarea {
    background-color: #CACACA;
    color: #3C3C3C;
    padding: 3px;
    width: 400px;
    height: 100px;
}

#step2 .full-row

#step2 .popup {
    display: none;
}

#step2 .popup .inner {
    width: 400px;
}

#step2 .popup input[type='file'] {
    display: none;
}

#step2 .choose {

}

/* Step 2b: URL upload */
#step2b {
    display: none;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -120px;
    z-index: -155;
}
#step2b .inner {
    height: 125px;
}

#step2b input {
    display: inline-block;
    margin-top: 30px;
    width: 70%;
}

#step2b .upload {
    display: none;
}

/* Step 3: Confirmation */
#step3 {
    display: none;
    position: absolute;
    left: 50%;
    margin-top: 50px;
    margin-left: -190px;
    z-index: -150;
}

/* Step 4: Loading */
#step4 {
    display: none;
    position: absolute;
    left: 50%;
    margin-top: 100px;
    margin-left: -270px;
    z-index: -125;
}

#step4 .popup .inner {
    padding: 30px 0px 10px;
    height: auto;
    width: 300px;
}

#step4 .popup .progressbar {
    width: 250px;
    margin: 0 20px 10px;
    padding: 0;
    border: #000 solid 1px;
}

#step4 .popup .progressbar div {
    background-color: #E8AB40;
    height: 15px;
    width: 0;
}

/* Step 5: Download */
#step5 {
    display: none;
    position: absolute;
    left: 50%;
    margin-top: 200px;
    margin-left: -100px;
    z-index: -100;
}

#step5 .inner {
    width: 400px;
}

/* Step 5b: Repeat */
#step5b {
    display: none;
    position: absolute;
    left: 50%;
    margin-top: 300px;
    margin-left: -50px;
    z-index: -100;
}

#step5b .inner {
    width: 225px;
}

/* smokescreens */
.bg {
    background-color: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9999;
}

.smokescreen {
    display: none;
    z-index: -160;
    background-color: rgba(50,50,50,0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lightbox {
    display: none;
    width: 420px;
    height: 315px;
    margin: 0 auto;
    padding: 20px;
    background-color: black;
}

/* a bug in the matrix */
.error {
    display: none;
    color: #ffa07a;
}

/* download iframes */
iframe {
    display: none;
}
