/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 nov. 2015, 23:31:28
    Author     : baldetti
*/

body {
    background-image:linear-gradient(#001f85, black);
    display: block;
    font-family: 'bebas_neueregular';
    color: white;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('/nolang/karamblaat/bebasneue-webfont.eot');
    src: url('/nolang/karamblaat/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/nolang/karamblaat/bebasneue-webfont.woff2') format('woff2'),
         url('/nolang/karamblaat/bebasneue-webfont.woff') format('woff'),
         url('/nolang/karamblaat/bebasneue-webfont.ttf') format('truetype'),
         url('/nolang/karamblaat/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#r-area {
    top: 0px;
    left: 200px;
    width: calc(100% - 200px);
    height: 100%;
    right: 0px;
    bottom: 0px;
    position: absolute;
    vertical-align: middle;
}
#game-screen {
    background-color: black;
        margin: 0 auto;
        width: 1024px;
        height: 768px;
            position:static;


}
#game-screen2 {
    background-color: black;
        margin: 0 auto;
        width: 800px;
        height: 600px;
        font-size: large;

}
#cursor_preset {
    width: 150px;
    height: 150px;
    
}
#cursor_preset:hover {
    background-color: red;
}
#lookgame {
    text-shadow: 2px 2px #000000;;
}
#lookgame td {
    width: 512px;
}
#lookgame2 {
    text-shadow: 2px 2px #000000;


}
#lookgame2 td {
    width: 400px;
}
#gametable {
    background-color:#000000;
    border-collapse:collapse;
    border:0px solid #000000;
    color:#000000;
    width:500px; 
    height: 500px;
    font-size: 0px;
    margin: 0 auto;
}
#gametable2 {
    background-color:#000000;
    border-collapse:collapse;
    border:0px solid #000000;
    color:#000000;
    width:390px; 
    height: 390px;
    font-size: 0px;
    margin: 0 auto;
}
#objective {
    background-color:#000000;
    border-collapse:collapse;
    border:0px solid #000000;
    color:#000000;
    width:500px; 
    height: 500px;
    margin: 0 auto;
}
#objective_start {
    background-color:#000000;
    border-collapse:collapse;
    border:0px solid #000000;
    color:#000000;
    width:500px; 
    height: 500px;
    margin: 0 auto;
    z-index: 2000;
    margin-top: -500px;
    
}
#gametable td:hover {
    width: 50px;
height: 50px;
background: white;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
opacity: 0.5;
}
#gametable2 td:hover {
    width: 44px;
height: 44px;
background: white;
-moz-border-radius: 22px;
-webkit-border-radius: 22px;
border-radius: 22px;
opacity: 0.5;
}
input {
    border: none;
    background-color: transparent;
    font-family: 'bebas_neueregular';
    font-size: x-large;
    color: white;
    text-shadow: 2px 2px #000000;
    text-align: right;
}
#palette {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    height: 60px;
    width: 250px;
}
#palette a{
    z-index: 200;
    display:block;
}
#palette a:hover{
    width: 50px;
height: 50px;
background: white;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
opacity: 0.5;
}
#redbtn {
    background-color: red;
    width: 50px;
    height: 50px;
    border-radius: 15px;
}
#greenbtn {
    background-color: green;
    width: 50px;
    height: 50px;
    border-radius: 15px;
}
#bluebtn {
    background-color: blue;
    width: 50px;
    height: 50px;
    border-radius: 15px;
}
#currentcolor {
    background-color: red;
        border-radius: 15px;
        width: 120px;
        height: 60px;
        display:block;
margin-top: -60px;
float: right;
        
}
#titlegame {
    float:right ;
    margin-top: 5px;
}
#pause {
    float:left ;
    margin-top: 5px;
}
#pausemenu {
    z-index: 1000;
    visibility: hidden;
    width: 1024px;
    height: 768px;
    background-color: black;
    top: 0px;
    margin: 0 auto;
    position: absolute;
    font-size: x-large;
    text-align: center;
    
}
#pausemenu2 {
    z-index: 1000;
    visibility: hidden;
    width: 800px;
    height: 600px;
    background-color: black;
    top: 0px;
    margin: 0 auto;
    position: absolute;
    font-size: large;
    text-align: center;
    
}
#pausemenu a:hover {
            color: #fff000;
        }
#pausemenu a {
            text-decoration:none;

        }
#pausemenu a:link, a:visited {
            color: white;
            
        }
        
        #pausemenu td {
            width: 50px;
            height: 50px;
            border-radius: 15px;
        }
        #pausemenu table {
            width: 268px;
            height: 50px;
            margin: 0 auto;
                        display: block;

        }
#pausemenu a {
            text-decoration:none;

        }
        #pausemenu2 a:hover {
            color: #fff000;
        }
#pausemenu2 a {
            text-decoration:none;

        }
#pausemenu2 a:link, a:visited {
            color: white;
            
        }
        
        #pausemenu2 td {
            width: 39px;
            height: 39px;
            border-radius: 10px;
        }
        #pausemenu2 table {
            width: 210px;
            height: 39px;
            margin: 0 auto;
                        display: block;

        }
#displaytuto {
            top:0px;
            left: 0px;
           position: absolute;
           background-color: black;

        }
        #embeddedtuto {
            width: 100%;
            height: 100%;
            overflow: hidden;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            background-color: black;
        }
        #displaycontrols {
            width: 1024px;
            height: 50px;
            bottom: 0px;
            left: 0px;
            position: absolute;
                           background-color: black;
        }
   
        #progressbar {
            display: block;
            height: 50px;
            width: 1024px;
            border: none;
            left: 0px;
            right: 0px;
            bottom: 0px;
            position: absolute;
            border-collapse: collapse;
            font-size: 28px;
            text-shadow: 2px 2px #000000;
        }
        #progressbar a:link {
    text-decoration: none;
    color: #FFFFFF;
        }
        .spacetime {
            width: 10px;
            background-color: white;
            height: 45px;
        }
        .spacetime2 {
            width: 7px;
            background-color: white;
            height: 18px;
        }
        #step1bar {
            width: 246px;
            height: 45px;

	background-image: url("/nolang/karamblaat/rprogress.png");

}
                #step2bar {
            width: 246px;
            height: 45px;

	background-image: url("/nolang/karamblaat/gprogress.png");

}
                #step3bar {
            width: 246px;
            height: 45px;

	background-image: url("/nolang/karamblaat/bprogress.png");

}
#step1bar2 {
            width: 191px;
            height: 18px;

	background-image: url("/nolang/karamblaat/rprogress.png");

}
                #step2bar2 {
            width: 191px;
            height: 18px;

	background-image: url("/nolang/karamblaat/gprogress.png");

}
                #step3bar2 {
            width: 191px;
            height: 18px;

	background-image: url("/nolang/karamblaat/bprogress.png");

}
#resized_logo {
    width: 800px;
    height: auto;
}
.class2 {
    width: auto;
    height: 60px;
    margin-top: -4px; 
}
#progressbar2 {
            display: block;
            height: 25px;
            width: 800px;
            border: none;
            left: 0px;
            right: 0px;
            bottom: 0px;
            position: absolute;
            border-collapse: collapse;
            font-size: 20px;
            text-shadow: 2px 2px #000000;
            overflow: hidden;

            background-color: black;

        }
        #progressbar2 a:link {
    text-decoration: none;
    color: #FFFFFF;
        }