@charset "utf-8";

body {
    background: black;
    margin: 0px;
    padding: 0px;
}

#globe:hover {
    transform: translateY(230px);
    transition: 3s ease-in-out;
}

#body-container {
    height: 100%;
    position: relative;
    margin-top: 175px;
}

.invalid-key {
    position: absolute;
    z-index: 1000;
    top: 56px;
    left: 300px;
    white-space: nowrap;
    background: red;
    color: white;
    font-size: 21px;
    text-align: center;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 2px solid white;
}

.centering {	
    position: absolute;
    margin: auto;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
}

#wrapper {  
    position: relative;
    overflow: hidden;
    height: 450px;
    margin: auto;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
}

#wrapper .container {
    margin-left: -480px;
    padding-bottom: 78px;
    position: relative;
    width: 960px;
    z-index: 5;
    left: 50%;
}

#keypad-border {
    background-image: url(../images/keypad-border.png);
    background-size: 100% 100%;
    height: 300px;
    width: 300px;
    z-index: 7;
}

#keypad {
    background-image: url(../images/keypad.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 300px;
    width: 300px;
    z-index: 6;
}

#ext-banner-l {
    background-image: url(../images/ext-l.jpg);
    z-index: 2;
    right: 50%;
    width: 50%;
    height: 93px;
    bottom: 23px;
    margin-right: 480px;
}

#ext-banner-r {
    background-image: url(../images/ext-r.jpg);
    left: 50%;
    z-index: 2;
    width: 50%;
    height: 93px;
    bottom: 23px;
    margin-left: 0;
}

#ext-end-l {
    background-image: url(../images/ext-end.jpg);
    width: 1px;
    z-index: 2;
    height: 93px;
    bottom: 23px;
    margin-right: 0px;
}

#ext-end-r {
    background-image: url(../images/ext-end.jpg);
    width: 1px;
    z-index: 2;
    height: 93px;
    bottom: 23px;
    margin-left: 0px;
}

#enter-key {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    text-align: right;
    font-size: 12pt;
    z-index: 101;
    width: 300px;
    right: 315px;
    top: 117px;
}

#return-back-office {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    text-align: center;
    font-size: 10pt;
    color: gray;
    z-index: 101;
    width: 300px;
    right: 285px;
    top: 175px;
}

#globe-container {
    height: 200px;
    width: 250px;
    top: -555px;
    z-index: 10;
    overflow: hidden;
}

#globe {
    height: 200px;
    width: 250px;
    top: 0px;
    z-index: 15;
    transition: 1s ease-in-out;
    animation: anim ease-in-out 3s forwards;
}

#globe img {
    position: absolute;
    top: 230px;
    left: 0px;
}

#text-3d {
    background-image: url(../images/text-3d.png);
    width: 177px;
    height: 50px;
    background-size: 100% 100%;
    top: -90px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 101;
}

#wwwrs-text {
    color: white;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: -41px;
    left: 49px;
    width: 200px;
    font-size: 9pt;
    text-align: center;
    z-index: 100;
}

#img-perkley {
    top: 38px;
    height: 20px;
    width: 104px;
}

#text-perkley {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    position: absolute;
    font-weight: bold;
    font-size: 18pt;
    z-index: 101;
    width: 250px;
    right: 22px; 
    top: 320px;
}

.text-box {
    font-family: 'Old Standard TT', serif;
    background-color: transparent;
    border: transparent;
    position: absolute;
    font-size: 30px;
    text-align: left;
    z-index: 101;
    width: 200px;
    color: black;
    left: 330px;
    top: 117px;
}

.btn-keypad {
    font-family: 'Old Standard TT', serif;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    line-height: 36px;
    font-size: 20pt;
    z-index: 1000;
    height: 36px;
    width: 42px;  
}

.btn-keypad:active {  
    line-height: 37px;
    font-size: 18pt;
}

#btn1 {
    background-image: url(../images/btn-up.png);
    cursor: pointer;
    left: 129px;
    top: 63px;
}

#btn1:active {
    background-image: url(../images/btn-down.png);
}

#btn2 {
    background-image: url(../images/btn-up.png);
    cursor: pointer;
    right: 90px;
    top: 78px;
}

#btn2:active {
    background-image: url(../images/btn-down.png);
}

#btn3 {
    background-image: url(../images/btn-up.png);
    cursor: pointer;
    right: 65px;
    top: 112px;
}

#btn3:active {
    background-image: url(../images/btn-down.png);
}

#btn4 {
    background-image: url(../images/btn-up.png);
    cursor: pointer;
    bottom: 112px;
    right: 65px;
}

#btn4:active {
    background-image: url(../images/btn-down.png);
}

#btn5 {
    background-image: url(../images/btn-up.png);
    cursor: pointer;
    bottom: 78px;
    right: 90px;    
}

#btn5:active {
    background-image: url(../images/btn-down.png);  
}

#btn6 {
    background-image: url(../images/btn-up.png);
    cursor: pointer;
    bottom: 62px;
    left: 129px;   
}

#btn6:active {
    background-image: url(../images/btn-down.png);   
}

#btn7 {
    background-image: url(../images/btn-up.png);
    cursor: pointer;
    bottom: 78px;
    left: 90px;   
}

#btn7:active {
    background-image: url(../images/btn-down.png);   
}

#btn8 {
    background-image: url(../images/btn-up.png);
    cursor: pointer;
    bottom: 112px;
    left: 65px;    
}

#btn8:active {
    background-image: url(../images/btn-down.png);  
}

#btn9 {
    background-image: url(../images/btn-up.png);
    cursor: pointer;
    left: 65px;
    top: 112px;
}

#btn9:active {
    background-image: url(../images/btn-down.png);
}

#btn0 {
    background-image: url(../images/btn-up.png);
    cursor: pointer;
    left: 90px;
    top: 78px;
}

#btn0:active {
    background-image: url(../images/btn-down.png);
}

#verify {
    background-image: url(../images/verify-up.png);
    position: absolute;
    cursor: pointer;
    z-index: 100;
    height: 38px;
    width: 82px;
    top: 125px;
    left: 109px;
}

#verify:active {
    background-image: url(../images/verify-down.png);
}

#reset {
    background-image: url(../images/reset-up.png);
    position: absolute;
    cursor: pointer;
    z-index: 100;
    height: 23px;
    width: 61px;
    top: 162px;
    left: 120px;
}

#reset:active {
    background-image: url(../images/reset-down.png);
}

.led-green {
    background-image: url(../images/led-green-off.png);
    position: absolute;
    z-index: 100;
    height: 20px;
    width: 20px;
    top: 106px;
    left: 128px;
}

.led-green-on {
    background-image: url(../images/led-green-on.png);
    position: absolute;
    z-index: 101;
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
}

.led-red {
    background-image: url(../images/led-red-off.png);
    position: absolute;
    z-index: 100;
    height: 20px;
    width: 20px;
    top: 105px;
    left: 152px;
}

.led-red-on {
    background-image: url(../images/led-red-on.png);
    position: absolute;
    z-index: 101;
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.opacity0 {
    opacity: 0;
}