#numericKeyboard, #searchScreen
{
    width: 400px;
    /*height: 430px;*/
    position: absolute;
    top: 18%;
    right: 43%;
    z-index: 1010;
}

.numKey
{

    height: 80px;
    font-size: 20px !important;
    background: #303136 !important;
    color: #ffffff !important;
    border-radius: .2em !important;
}

.numKey:hover {
    color: #fff;
    background-color: #000000 !important;
    border: 1px solid #343a40 !important;
}

.nump{
    padding: .5rem!important
}

.numKey button
{
    font-size: 25px !important;
    font-weight: bolder;
}

.numKeyLong
{
    width: 100%;
    height: 80px;
    font-size: 20px !important;
}

.numKeyMiddle
{
    width: 50%;
    height: 80px;
    font-size: 20px !important;
    border :1px solid #ffffff !important;
}

#alphsKeyboard
{
    width: 610px;
    /*height: 430px;*/
    position: absolute;
    top: 18%;
    right: 10%;
    z-index: 9;
}

#keyboardTrigger
{
    /*width: 50px;*/
    /*height: 40px;*/
    /*height: 430px;*/
    position: absolute;
    /*top: 10px;*/
    right: 50%;
    z-index: 1040;
}

.alpha
{
    width: 50px;
    height: 50px;
    padding: .25rem!important
}

.alpha_double
{
    width: 100px;
    height: 50px;
    padding: .25rem!important
}

.alpha_50
{
    width: 50%;
    height: 50px;
}

.alpha_space
{
    width: 400px;
    height: 50px;
    padding: .25rem!important
}

#keypadContainer
{
    width: 100% !important;
    cursor: move;
    z-index: 10;
}



