﻿.WisbiKey-Board-frame {
    /*position: fixed;*/
    /*top: 0px;
    left: 0px;*/
    /*top: 43%;
    left: 8%;*/
    position: absolute;
    bottom: 0;
    left: 18%;
    /*width: 100%;*/

    width: 860px !important;
    /*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);*/
}

.WisbiKey-Board-container {
    position: relative;
    /*width: 100%;*/
    width: 860px !important;
    max-width: 1095px;
    background-color: #fff !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    padding: 8px;
    border-radius: 5px;
}

.WisbiKey-Board-output-container {
    position: relative;
    /*width: 100%;*/
    width: 860px !important;
    padding-top: 0px;
}

.KBstandardBtn {
    position: relative;
    cursor: pointer;
    display: flex;
    width: 60px !important;
    box-sizing: border-box;
    font-size: 15px !important;
    outline: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #D8D6D6;
    text-align: center;
    margin-right: 5px;
    align-items: center;
    border-bottom: 1px solid #b5b5b5;
    border-radius: 5px;
    box-shadow: 0 0 3px -1px rgb(0 0 0 / 30%);
    height: 45px;
    justify-content: center;
    padding: 5px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-shadow: 0px 0px 1px #cbd1cb, 0px 0px 0px #ced3ce, inset 1px 1px 1px #cfd5cf, inset -3px -2px 2px #c4c9c4;
}

    .KBstandardBtn:hover {
        position: relative;
        cursor: pointer;
        display: flex;
        width: 60px !important;
        box-sizing: border-box;
        font-size: 15px !important;
        outline: none;
        user-select: none;
        background-color: #fff;
        border: 1px solid #D8D6D6;
        text-align: center;
        margin-right: 5px;
        align-items: center;
        border-bottom: 1px solid #b5b5b5;
        border-radius: 5px;
        box-shadow: 0 0 3px -1px rgb(0 0 0 / 30%);
        height: 45px;
        justify-content: center;
        padding: 5px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        box-shadow: 0px 0px 2px #cbd1cb, 0px 0px 0px #ced3ce, inset 1px 2px 3px #cfd5cf, inset -4px -4px 3px #c4c9c4;
    }


.WisbiKey-Board-input {
    width: 100%;
    padding: 0.8em 0.2em;
    margin-bottom: 0.4em;
    box-sizing: border-box;
    border: 1px solid silver;
    outline-color: #4CAF50;
    /*font-weight: 500;*/
    font-size: 17px;
}

.hg-theme-default {
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    overflow: hidden;
    padding: 5px;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}

    .hg-theme-default .hg-row:not(:last-child) {
        margin-bottom: 5px;
        height: 45px;
    }

    .hg-theme-default .hg-row {
        display: flex;
    }

        .hg-theme-default .hg-row .hg-button-container, .hg-theme-default .hg-row .hg-button:not(:last-child) {
            margin-right: 5px;
        }

    .hg-theme-default .hg-button.hg-standardBtn {
        width: 20px;
    }

    .hg-theme-default .hg-button {
        align-items: center;
        background: #fff;
        border-bottom: 1px solid #b5b5b5;
        border-radius: 5px;
        box-shadow: 0 0 3px -1px rgb(0 0 0 / 30%);
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        height: 40px;
        justify-content: center;
        padding: 5px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .hg-theme-default .hg-button {
        display: inline-block;
        flex-grow: 1;
    }

    .hg-theme-default .hg-row > div:last-child {
        margin-right: 0;
    }

    .hg-theme-default .hg-button {
        align-items: center;
        background: #fff;
        border-bottom: 1px solid #b5b5b5;
        border-radius: 5px;
        box-shadow: 0 0 3px -1px rgb(0 0 0 / 30%);
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        height: 40px;
        justify-content: center;
        padding: 5px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .hg-theme-default .hg-button {
        display: inline-block;
        flex-grow: 1;
    }

.keyboardContainer {
    display: flex;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    /*width: 1024px;*/

    width: 850px;
    margin: 0 0;
    border-radius: 5px;
}

.WisbiKey-keyboard-main.WisbiKey-keyboard {
    width: 850px;
    min-width: 850px;
    background: none;
}

/*.simple-keyboard.hg-theme-default {
    display: inline-block;
}*/
