﻿#keyboardInputMaster
{
    position: absolute;
    border-top: 1px solid #eee;
    border-right: 1px solid #888;
    border-bottom: 1px solid #444;
    border-left: 1px solid #ccc;
    border-radius: .6em;
    box-shadow: 0 2px 10px #444;
    opacity: .95;
    filter: alpha(opacity=95);
    background-color: #ddd;
    text-align: left;
    z-index: 1000000;
    line-height: normal;
    -moz-user-select: none;
    cursor: default;
}
#keyboardInputMaster, #keyboardInputMaster *
{
    font: normal 11px Arial,sans-serif;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
}
#keyboardInputMaster *
{
    position: static;
    color: #000;
    background: transparent;
    border: 0 none;
    outline: 0;
    vertical-align: baseline;
    line-height: 1.3em;
}
#keyboardInputMaster table
{
    table-layout: auto;
}
#keyboardInputMaster.keyboardInputSize1, #keyboardInputMaster.keyboardInputSize1 *
{
    font-size: 9px;
}
#keyboardInputMaster.keyboardInputSize3, #keyboardInputMaster.keyboardInputSize3 *
{
    font-size: 13px;
}
#keyboardInputMaster.keyboardInputSize4, #keyboardInputMaster.keyboardInputSize4 *
{
    font-size: 16px;
}
#keyboardInputMaster.keyboardInputSize5, #keyboardInputMaster.keyboardInputSize5 *
{
    font-size: 20px;
}
#keyboardInputMaster thead tr th
{
    padding: .3em .3em .1em;
    background-color: #999;
    white-space: nowrap;
    text-align: right;
    border-radius: .6em .6em 0 0;
}
#keyboardInputMaster thead tr th div
{
    float: left;
    font-size: 130%!important;
    height: 1.3em;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-right: .5em;
    cursor: pointer;
    background-color: transparent;
}
#keyboardInputMaster thead tr th div ol
{
    position: absolute;
    left: 0;
    top: 90%;
    list-style-type: none;
    height: 9.4em;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f6f6f6;
    border: 1px solid #999;
    display: none;
    text-align: left;
    width: 12em;
}
#keyboardInputMaster thead tr th div ol li
{
    padding: .2em .4em;
    cursor: pointer;
    white-space: nowrap;
    width: 12em;
}
#keyboardInputMaster thead tr th div ol li.selected
{
    background-color: #ffc;
}
#keyboardInputMaster thead tr th div ol li.hover, #keyboardInputMaster thead tr th div ol li:hover
{
    background-color: #ddd;
}
#keyboardInputMaster thead tr th big, #keyboardInputMaster thead tr th small, #keyboardInputMaster thead tr th span, #keyboardInputMaster thead tr th strong
{
    display: inline-block;
    padding: 0 .4em;
    height: 1.4em;
    line-height: 1.4em;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #5d5d5d;
    border-bottom: 1px solid #5d5d5d;
    border-left: 1px solid #e5e5e5;
    background-color: #ccc;
    cursor: pointer;
    margin: 0 0 0 .3em;
    border-radius: .3em;
    vertical-align: middle;
    transition: background-color .15s ease-in-out;
}
#keyboardInputMaster thead tr th strong
{
    font-weight: 700;
}
#keyboardInputMaster thead tr th small
{
    border-radius: .3em 0 0 .3em;
    border-right: 1px solid #aaa;
    padding: 0 .2em 0 .3em;
}
#keyboardInputMaster thead tr th big
{
    border-radius: 0 .3em .3em 0;
    border-left: 0 none;
    margin: 0;
    padding: 0 .3em 0 .2em;
}
#keyboardInputMaster thead tr th big.hover, #keyboardInputMaster thead tr th big:hover, #keyboardInputMaster thead tr th small.hover, #keyboardInputMaster thead tr th small:hover, #keyboardInputMaster thead tr th span.hover, #keyboardInputMaster thead tr th span:hover, #keyboardInputMaster thead tr th strong.hover, #keyboardInputMaster thead tr th strong:hover
{
    background-color: #ddd;
}
#keyboardInputMaster tbody tr td
{
    text-align: left;
    padding: .2em .3em .3em;
    vertical-align: top;
}
#keyboardInputMaster tbody tr td div
{
    text-align: center;
    position: relative;
    zoom: 1;
}
#keyboardInputMaster tbody tr td table
{
    white-space: nowrap;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
#keyboardInputMaster tbody tr td#keyboardInputNumpad table
{
    margin-left: .2em;
    width: auto;
}
#keyboardInputMaster tbody tr td table.keyboardInputCenter
{
    width: auto;
    margin: 0 auto;
}
#keyboardInputMaster tbody tr td table tbody tr td
{
    vertical-align: middle;
    padding: 0 .45em;
    white-space: pre;
    height: 1.8em;
    font-family: Lucida Console,Arial Unicode MS,monospace;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #5d5d5d;
    border-bottom: 1px solid #5d5d5d;
    border-left: 1px solid #e5e5e5;
    background-color: #eee;
    cursor: default;
    min-width: .75em;
    border-radius: .2em;
    transition: background-color .15s ease-in-out;
}
#keyboardInputMaster tbody tr td table tbody tr td.last
{
    width: 99%;
}
#keyboardInputMaster tbody tr td table tbody tr td.space
{
    padding: 0 4em;
}
#keyboardInputMaster tbody tr td table tbody tr td.deadkey
{
    background-color: #ccd;
}
#keyboardInputMaster tbody tr td table tbody tr td.target
{
    background-color: #ddc;
}
#keyboardInputMaster tbody tr td table tbody tr td.hover, #keyboardInputMaster tbody tr td table tbody tr td:hover
{
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    border-left: 1px solid #d5d5d5;
    background-color: #ccc;
}
#keyboardInputMaster tbody tr td table tbody tr td.pressed, #keyboardInputMaster tbody tr td table tbody tr td:active, #keyboardInputMaster thead tr th span.pressed, #keyboardInputMaster thead tr th span:active
{
    border-top: 1px solid #555!important;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #555;
    background-color: #ccc;
}
#keyboardInputMaster tbody tr td table tbody tr td small
{
    display: block;
    text-align: center;
    font-size: .6em!important;
    line-height: 1.1em;
}
#keyboardInputMaster tbody tr td div label
{
    position: absolute;
    bottom: .2em;
    left: .3em;
}
#keyboardInputMaster tbody tr td div label input
{
    background-color: #f6f6f6;
    vertical-align: middle;
    font-size: inherit;
    width: 1.1em;
    height: 1.1em;
}
#keyboardInputMaster tbody tr td div var
{
    position: absolute;
    bottom: 0;
    right: 3px;
    font-weight: 700;
    font-style: italic;
    color: #444;
}
img.keyboardInputInitiator
{
    height: 16px;
}
.keyboardInputInitiator
{
    margin: 0 3px;
    vertical-align: middle;
    cursor: pointer;
}
.ldt__wrap
{
    position: relative;
}
.ldt__wrap .keyboardInputInitiator
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
}
.results-search .keyboardInputInitiator
{
    position: absolute;
    top: 8px;
    right: 2px;
}
.nonBorder .keyboardInputInitiator
{
    margin-left: 142px;
    margin-top: -47px;
}
.kassa #sms_auth .keyboardInputInitiator
{
    position: absolute;
    top: 8px;
    right: 2px;
}
.kassa #sms_auth, .kassa .promo-check-popup>div, .kassa .reg_phone_mega .reg__field_phone_mega, .plf-form-list__item_login, .plf-form-list__item_password
{
    position: relative;
}
.kassa .promo-check-popup .keyboardInputInitiator
{
    position: absolute;
    top: 7px;
    left: 315px;
}
.forgot__input_email .keyboardInputInitiator, .forgot__input_phone .keyboardInputInitiator, .kassa .reg_phone_mega .reg__field_phone_mega .keyboardInputInitiator, .reg__field_email .keyboardInputInitiator, .reg__field_name .keyboardInputInitiator, .reg__field_password .keyboardInputInitiator, .reg__field_password_repeat .keyboardInputInitiator, .reg__field_phone .keyboardInputInitiator, .reg__field_phone_mega .keyboardInputInitiator, .reg__field_surname .keyboardInputInitiator
{
    position: absolute;
    top: 12px;
    right: 5px;
}
.plf-form-list__item_login .keyboardInputInitiator, .plf-form-list__item_password .keyboardInputInitiator
{
    position: absolute;
    top: 30px;
    right: 20px;
}
.cm-cond, .cm__wrap-input
{
    position: relative;
}
.cm__wrap-input .keyboardInputInitiator
{
    position: absolute;
    top: 6px;
    left: 135px;
}
.cm-cond .keyboardInputInitiator
{
    position: absolute;
    top: 10px;
    right: 91px;
}
.am__body .am__input-wrap
{
    display: block;
}
.wrapper_block-window__input
{
    position: relative;
    display: block;
}
.wrapper_block-window__input .keyboardInputInitiator
{
    position: absolute;
    top: 12px;
    right: 5px;
}
.promo-check-popup>div
{
    position: relative;
}
.promo-check-popup .keyboardInputInitiator
{
    position: absolute;
    top: 7px;
    left: 315px;
}
.phone_binding_wrapper_input .keyboardInputInitiator
{
    position: absolute;
    top: 12px;
    right: -25px;
}
.lep__form .fields
{
    position: relative;
}
.lep__form .g-recaptcha
{
    transform: scale(.95) translateX(-3px);
}
.apm-give_wrapper_input .keyboardInputInitiator, .bonus_body_wrapper_input .keyboardInputInitiator, .jm_wrapper_input .keyboardInputInitiator, .lep__form .fields .keyboardInputInitiator, .tfp-main_wrapper_input .keyboardInputInitiator
{
    position: absolute;
    top: 12px;
    right: 5px;
}
.apm-give_wrapper_input, .bonus_body_wrapper_input, .jm_wrapper_input, .tfp-main_wrapper_input
{
    position: relative;
    display: inline-block;
    width: 100%;
}
.jm_wrapper_input .keyboardInputInitiator
{
    right: 155px;
}
.bonus_body_wrapper_input .keyboardInputInitiator
{
    top: 7px;
}
.apm-give_wrapper_input .keyboardInputInitiator
{
    top: 33px;
}
.cc-controls__input
{
    position: relative;
    display: flex;
    align-items: center;
}
.cc-controls__input input
{
    width: 100%;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 1em;
}
.cc-controls__input .keyboardInputInitiator
{
    position: absolute;
    top: 3px;
    right: 2px;
}