/*input[type=text].jQKeyboard.focus,
textarea.jQKeyboard.focus{
    outline: 0;
    border-color: #2a67b0;
    box-shadow: 0 0 10px #2a67b0;
    transition-property: border-color,box-shadow
}

input.focus{
    position: relative;
}*/

div.jQKeyboardContainer{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: rgba(236,240,241,0.8);
}

div.jQKeyboardTable {
    display: table;
    padding: 8px;
    margin-top: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    /*background: #000000;
    -webkit-box-shadow: 3px 3px 6px #181818;
    box-shadow: 3px 3px 6px #181818;
    border: 1px solid #5D5D5D;
    border-radius: 6px;*/
}

div.jQKeyboardRow{
    display: table-row;
    text-align: center;
}

div.jQKeyboardOutput { 
    width: 100%;
    border: 1px solid #666;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    margin: 0px;
    text-align: center;
    min-height: 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 24px;
    margin-bottom: 6px;
}

button.jQKeyboardBtn{
    color: #ffffff;
    background: #424242;
    line-height: 2.25em;
    min-width: 36px;
    margin: 0;
    padding: 8px 6px;
    margin : 2px;
    font-size: 16px;
    border: none;
    border-radius: 0px;
    text-align: center;
    font-weight: normal;
    outline: none;
    cursor: pointer; 
}

button.jQKeyboardBtn:hover{
    background: #26b3f7;
}

button.jQKeyboardBtn:active,
button.jQKeyboardBtn.shift-active{
    background: #0972a5;
}

button.jQKeyboardBtn.disabled{
    color: #d9d9d9;
    background: #5e626e;
    background-image: -ms-linear-gradient(#939393, #939393);
    background-image: -webkit-linear-gradient(#939393, #939393);
    opacity: 0.9;
    filter: alpha(opacity=90);
}

button.jQKeyboardBtn.ui-button-colspan-0{
    width: calc(48px * 1.2);
}

button.jQKeyboardBtn.ui-button-colspan-2{
    width: calc(72px * 1.2);
}

button.jQKeyboardBtn.ui-button-colspan-3{
    width: calc(96px * 1.2);
}

button.jQKeyboardBtn.ui-button-colspan-4{
    width: calc(120px * 1.2);
}

button.jQKeyboardBtn.ui-button-colspan-5{
    width: calc(144px * 1.2);
}

button.jQKeyboardBtn.ui-button-colspan-6{
    width: calc(168px * 1.2);
}

button.jQKeyboardBtn.ui-button-colspan-7{
    width: calc(192px * 1.2);
}

button.jQKeyboardBtn.ui-button-colspan-8{
    width: calc(216px * 1.2);
}

button.jQKeyboardBtn.ui-button-colspan-8{
    width: calc(240px * 1.2);
}

button.jQKeyboardBtn.ui-button-colspan-9{
    width: calc(268px * 1.2);
}

button.jQKeyboardBtn.ui-button-colspan-10{
    width: calc(292px * 1.2);
}

button.jQKeyboardBtn.ui-button-colspan-11{
    width: 316px;
}

button.jQKeyboardBtn.ui-button-colspan-12{
    width: 340px;
}