﻿.btn-keyboard-style {
    min-width: 60px;
    width: 33.3%;
    float: left;
    border-radius: 0;
    border: 1px solid #ededed;
    font-size: 25px;
    padding: 4px;
    font-weight: normal;
    background-color: #fff;
}
.btn-keyboard-style.active, .btn-keyboard-style:active, .btn-keyboard-style.focus, .btn-keyboard-style:focus {
    background-color: #fff !important;
    border: 1px solid #ededed;
    box-shadow: none;
}
.btn-keyboard:hover {
    border-color: #ddd;
    background-color: #ddd;
}
.btn-keyboard.numeric {
    font-weight: bold;
}
.full-width {
    width: 100% !important;
}
.enter-btn {
    background-color: lightgray;
    border-color: #ccc;
}
#KeyPadValue, #KeyPadValueObfuscated {
    font-size: 22px;
    text-align: center;
    min-height: 42px;
    background-color: lightgray;
    padding: 8px 0 0 0;
    margin-bottom: 10px;
}
#divModalKeyboard {
    top: auto;
    bottom: 20px;
}
.buttons-wrap {
    background: #ededed;
}
.btn-backspace {
    border: none;
    padding: 0;
    text-align: right;
    font-size: 20px;
    background: none;
}
.btn-backspace:hover {
    background-color: transparent;
    color: #b00000;
}
.btn-backspace.active, .btn-backspace:active, .btn-backspace.focus, .btn-backspace:focus {
    background-color: #fff !important;
    border: none !important;
    box-shadow: none;
}
.pin-warp {
    width: 93% !important;
    float: left;
    overflow: hidden
}
.backspace-warp {
    width: 5% !important;
    float: right;
    position: relative;
    top: -4px;
}
