﻿body
{
    font-family: Arial;
    background-color: #FFFFFF;
    border: 0px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    /*cursor: none;*/
    -ms-touch-action: manipulation !important;
}
img
{
    vertical-align: middle;
    border: 0px;
}
.hpClass
{
    behavior: url(#default#homepage);
}
.hiddenPanel
{
    display: none;
}

/*BME*/
#notification
{
    position: relative;
    margin: auto;
    margin-top: 10%;
    background-color: white;
    border: solid 9px #999999;
    width: 500px;
    height: 500px;
    display: none;
    background-image: url('../images/numpad_bme.png');
    z-index: 3000000;
}
#npb1, #npb2, #npb3, #npb4, #npb5, #npb6, #npb7, #npb8, #npb9, #npb0
{
    width: 60px;
    height: 60px;
    position: absolute;
}
#npb1, #npb2, #npb3
{
    top: 160px;
}
#npb4, #npb5, #npb6
{
    top: 240px;
}
#npb7, #npb8, #npb9
{
    top: 320px;
}
#npb0
{
    top: 400px;
}

#npb1, #npb4, #npb7
{
    left: 40px;
}
#npb2, #npb5, #npb8, #npb0
{
    left: 130px;
}
#npb3, #npb6, #npb9
{
    left: 220px;
}

#npback
{
    width: 66px;
    height: 66px;
    position: absolute;
    left: 378px;
    top: 66px;
    z-index: 1001;
}
#npexit
{
    width: 150px;
    height: 55px;
    position: absolute;
    left: 310px;
    top: 160px;
}
#npenter
{
    width: 150px;
    height: 60px;
    position: absolute;
    left: 310px;
    top: 240px;
}
#npnumber
{
    width: 420px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: 60px;
    left: 40px;
    font-size: 400%;
    color: #722536;
    text-align: center;
    vertical-align: middle;
}
/*BME*/
/*
eredeti
#numpad
{
    position: absolute;
    left: 400px;
    top: 300px;
    border: solid 9px #999999;
    display: none;
}
#notification
{
    position: relative;
    margin: auto;
    margin-top: 10%;
    background-color: white;
    border: solid 9px #999999;
    width: 510px;
    height: 530px;
    display: none;
    background-image: url('../images/numpad.jpg');
    z-index: 3000000;
}
#npb1
{
    width: 90px;
    height: 50px; 
    position: absolute;
    top: 390px;
    left: 40px;
}
#npb2
{
    width: 90px;
    height: 50px; 
    position: absolute;
    top: 390px;
    left: 145px;
}
#npb3
{
    width: 90px;
    height: 50px; 
    position: absolute;
    top: 390px;
    left: 250px;
}
#npb4
{
    width: 90px;
    height: 50px; 
    position: absolute;
    top: 325px;
    left: 40px;
}
#npb5
{
    width: 90px;
    height: 50px; 
    position: absolute;
    top: 325px;
    left: 145px;
}
#npb6
{
    width: 90px;
    height: 50px; 
    position: absolute;
    top: 325px;
    left: 250px;
}
#npb7
{
    width: 90px;
    height: 50px; 
    position: absolute;
    top: 260px;
    left: 40px;
}
#npb8
{
    width: 90px;
    height: 50px; 
    position: absolute;
    top: 260px;
    left: 145px;
}
#npb9
{
    width: 90px;
    height: 50px; 
    position: absolute;
    top: 260px;
    left: 250px;
}
#npb0
{
    width: 200px;
    height: 50px; 
    position: absolute;
    top: 455px;
    left: 35px;
}
#npback
{
    width: 100px;
    height: 55px; 
    position: absolute;
    top: 260px;
    left: 355px;
}
#npexit
{
    width: 100px;
    height: 55px; 
    position: absolute;
    top: 323px;
    left: 355px;
}
#npenter
{
    width: 100px;
    height: 130px; 
    position: absolute;
    top: 383px;
    left: 355px;
}
#npnumber
{
    width: 420px;
    height: 130px; 
    position: absolute;
    top: 26px;
    left: 50px;
    font-size: 800%;
    color: white;
    text-align: center;
}
*/