﻿
#divTeclado_conteudo input {
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    color: #4a4a4a;
    height: 55px;
    border: 1px solid #d8d8d8;
    background-color: #e0dede;
    box-shadow: rgb(0 0 0 / 34%) 1px 1px 6px inset;
    cursor: pointer;
}

#divTeclado_conteudo input:hover {
    background-color: #f5f1f1;
}

#divTeclado_conteudo input:active {
    background-color: #767676;
}

#divTeclado_virtual {
    width: 954px;
    height: 438px;
    background-color: transparent;
    position: absolute;
    overflow: hidden;
    z-index:900;
}

#divTeclado_corpo {
    width: 930px;
    height: 348px;
    border: 2px solid #e6e6e6;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #dcdbdb;
    box-shadow: rgb(0 0 0 / 34%) 1px 1px 6px inset;
    position: relative;
}

#btnTecladoDragMove{
    width:100%;
    height:20px;
    border:none;
    background-color:transparent;
}

.btnTeclado_open {
    background-position: center;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-image: url('../images/teclado/teclado_sobe_icon.png');
    background-size: 30px, 30px;
    background-repeat: no-repeat;
    box-shadow: rgb(0 0 0 / 34%) 1px 1px 6px 2px;
    position: absolute;
    cursor: pointer;
    z-index: 900;
}

.btnTeclado_close {
    background-position: center;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-image: url('../images/teclado/teclado_desce_icon.png');
    background-size: 30px, 30px;
    background-repeat: no-repeat;
    box-shadow: rgb(0 0 0 / 34%) 1px 1px 6px 2px;
    position: absolute;
    cursor: pointer;
    z-index: 900;
}

.btnTeclado_atalho_del {
    background-position: center;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 34%) 1px 1px 6px 2px;
    position: absolute;
    cursor: pointer;
    z-index: 900;
}

/*#region Display*/

#divTeclado_display {
    padding-top:4px;
    padding-right:4px;
    width: 902px;
    height: 28px;
    margin-bottom: 20px;
    display: table;
    background-color: #4a4a4a;
    font-family: Arial;
    color: white;
    border:none;
    border-radius:6px;
}

#divTeclado_display_mods {
    float:left;
    width: 150px;
    height: 24px;
    padding-left: 10px;
    border:none;
    border-right: 2px dotted #585858;
}

.lblTeclado_display_text {
    height:24px;
    display:table;
    padding-top:4px;
}

.lblTeclado_display_field {
    float:left;
    width:50px;
    height:15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    line-height:14px;
    padding-top:-4px;
    color: #989898;
}

.txtTeclado_display_text {
    float:left;
    height:24px;
    border:none;
    background-color:transparent;
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #ff5e5e;
    line-height:14px;
}

#divTeclado_display_write {
    float: left;
    margin-left: 6px;
    padding-left: 6px;
    width: 830px;
    height: 28px;
    overflow: hidden;
}

#txtTeclado_display_write {
    margin-top: 4px;
    width: 770px;
    height: 20px;
    border: none;
    background-color: transparent;
    font-family: Arial;
    font-weight: bold;
    font-size: 38px;
    color: #dbdbdb;
    line-height: 40px;
    box-shadow: none;
    
}

.btnTeclado_suggest_words {
    height:24px;
    border: none;
    border-radius:8px;
    background-color: transparent;
    font-family: Arial;
    font-size: 16px;
    color: #dbdbdb;
    line-height: 20px;
    box-shadow: none;
    cursor:pointer;
    padding-left:4px;
    padding-right:4px;
    margin-right:4px;
}

    .btnTeclado_suggest_words:hover {
        height: 24px;
        border: none;
        border-radius: 8px;
        background-color: #909090;
        font-family: Arial;
        font-size: 16px;
        color: #dbdbdb;
        line-height: 20px;
        box-shadow: none;
        cursor: pointer;
        padding-left: 4px;
        padding-right: 4px;
        margin-right: 4px;
    }

#divTeclado_display_operator {
    float: right;
    padding-left: 6px;
    width: 40px;
    height: 24px;
    background-color: transparent;
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #eee8a0;
    line-height: 28px;
    border: none;
    border-left: 2px dotted #585858;
    box-shadow: none;
    text-align: center;
}

/*#region Financiamento*/

#divTeclado_display_financiamento {
    padding-top: 4px;
    width: 800px;
    height: 54px;
    background-color: transparent;
    font-family: Arial;
    color: white;
    border: none;
}

#divTeclado_display_financiamento_captions {
    width: 554px;
    height: 14px;
    margin-bottom: 4px;
    display: table;
    background-color: transparent;
    border: none;
}

.divTeclado_display_financiamento_caption {
    float: left;
    width: 260px;
    height: 14px;
    padding-left:4px;
    margin-bottom: 4px;
    margin-right: 10px;
    background-color: transparent;
    font-family: Arial;
    font-size: 12px;
    color: white;
    border: none;
    border-bottom: 1px dotted #e4e3e3;
    border-left: 1px dotted #e4e3e3;
}

.divTeclado_display_financiamento_caption_mini {
    float: left;
    width: 80px;
    height: 14px;
    padding-left: 4px;
    margin-bottom: 4px;
    margin-right: 10px;
    background-color: transparent;
    font-family: Arial;
    font-size: 12px;
    color: white;
    border: none;
    border-bottom: 1px dotted #e4e3e3;
    border-left: 1px dotted #e4e3e3;
}

#divTeclado_display_financiamento_detalhes {
    float: left;
    width: 150px;
    height: 52px;
    background-color: transparent;
    color: white;
    border: none;
    display: table;
    margin-right: 10px;
}

#divTeclado_display_financiamento_juros {
    float: left;
    width: 68px;
    height: 52px;
    background-color: transparent;
    color: white;
    border: none;
    display: table;
    margin-right: 10px;
}

.txtTeclado_financiamento_detalhes_caption {
    float: left;
    width: 48px;
    height: 15px;
    border: none;
    background-color: transparent;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #dbdbdb;
    line-height: 28px;
    border: none;
    box-shadow: none;
    text-align: left;
}

.txtTeclado_financiamento_detalhes_caption_juros {
    float: left;
    width: 78px;
    height: 15px;
    border: none;
    background-color: transparent;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #dbdbdb;
    line-height: 28px;
    border: none;
    box-shadow: none;
    text-align: left;
}

.txtTeclado_financiamento_detalhes_valor {
    float: left;
    width: 94px;
    height: 15px;
    border: none;
    background-color: transparent;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #dbdbdb;
    line-height: 28px;
    border: none;
    box-shadow: none;
    text-align: left;
}

.txtTeclado_financiamento_detalhes_juros {
    float: left;
    width: 60px;
    height: 30px;
    border: none;
    background-color: transparent;
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #dbdbdb;
    line-height: 28px;
    border: none;
    box-shadow: none;
    text-align: left;
}

.txtTeclado_financiamento_detalhes_valor_juros {
    float: left;
    width: 40px;
    height: 15px;
    border: none;
    background-color: transparent;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #dbdbdb;
    line-height: 28px;
    border: none;
    box-shadow: none;
    text-align: left;
}

.txtTeclado_financiamento_detalhes {
    float: left;
    width: 70px;
    height: 30px;
    border: none;
    background-color: transparent;
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: #dbdbdb;
    line-height: 28px;
    border: none;
    box-shadow: none;
    text-align: left;
}

.divTeclado_display_financiamento_calculo {
    float:left;
    width: 278px;
    height: 36px;
    background-color: transparent;
    color: white;
    border: none;
    display:table;
}

.txtTeclado_display_financiamento_valor {
    float: left;
    width: 140px;
    height: 30px;
    border: none;
    background-color: transparent;
    font-family: Arial;
    font-weight: bold;
    font-size: 28px;
    color: #dbdbdb;
    line-height: 28px;
    border: none;
    box-shadow: none;
    text-align: left;
    margin-right: 10px;
}

.divTeclado_display_financiamento_text {
    float:left;
    width: 36px;
    height: 34px;
    border: none;
    background-color: transparent;
    font-family: Arial;
    font-weight: bold;
    font-size: 26px;
    color: #dbdbdb;
    line-height: 36px;
    border: none;
    box-shadow: none;
    margin-right: 10px;
}

.txtTeclado_display_financiamento_parcelas {
    float: left;
    width: 62px;
    height: 30px;
    border: none;
    background-color: transparent;
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: #dbdbdb;
    line-height: 28px;
    border: none;
    box-shadow: none;
    text-align: right;
    margin-right: 10px;
}

/*#endregion*/

/*#endregion*/

#divTeclado_conteudo {
    width: 910px;
    display: table;
    height: 320px;
}

    #divTeclado_conteudo #divTeclado_letras {
        float: left;
        width: 911px;
        display: table;
        /*border: 2px solid #cccccc;
    border-right:none;*/
        background-color: #eaeaea;
        overflow:hidden;
    }

#divTeclado_conteudo .btnTeclado_letra {
    width: 65px;
}

#divTeclado_conteudo .btnTeclado_funcao {
    width: 170px;
    height: 55px;
}

#divTeclado_conteudo .btnTeclado_espaco {
    width: 570px;
    height: 55px;
}

#divTeclado_conteudo #divTeclado_return {
    float: left;
    width: 60px;
    display: table;
    /*border: 2px solid #cccccc;
    border-left:none;*/
    background-color: transparent;
}

#divTeclado_conteudo .btnTeclado_enter {
    width: 387px;
    background-image: url("../images/teclado/enter_icon.png");
    background-size:40px, 40px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

#divTeclado_conteudo .btnTeclado_del {
    width: 68px;
    /*margin-top:-4px;*/
}

#divTeclado_conteudo .btnTeclado_numerico {
    width: 170px;
}

#divTeclado_conteudo #divTeclado_numeros {
    float: left;
    width: 905px;
    display: table;
    /*border: 2px solid #cccccc;
    border-right:none;*/
    background-color: #eaeaea;
}

#divTeclado_conteudo .btnTeclado_numeros {
    width: 168px;
}

#divTeclado_conteudo .btnTeclado_numeros_funcao {
    width: 255px;
}

#divTeclado_conteudo .btnTeclado_backspace {
    width: 130px;
    background-image: url("../images/teclado/backspace_icon.png");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 50px,30px;
}

    #divTeclado_conteudo .btnTeclado_backspace_numerico {
        width: 190px;
        background-image: url("../images/teclado/backspace_icon.png");
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
        background-size: 50px,30px;
    }


#divTeclado_conteudo .btnTeclado_numeros_espaco {
    width: 567px;
}

    #divTeclado_conteudo .btnTeclado_day {
        width: 159px;
        background-image: url("../images/teclado/day_icon.png");
        background-size: 100px, 100px;
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
    }

    #divTeclado_conteudo .btnTeclado_month {
        width: 159px;
        background-image: url("../images/teclado/month_icon.png");
        background-size: 100px, 100px;
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
    }

    #divTeclado_conteudo .btnTeclado_year {
        width: 159px;
        background-image: url("../images/teclado/year_icon.png");
        background-size: 100px, 100px;
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
    }

    #divTeclado_conteudo .btnTeclado_calculadora {
        width: 168px;
        background-image: url("../images/teclado/calculadora_icon.png");
        background-size: 100px, 100px;
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
    }

    #divTeclado_conteudo .btnTeclado_financiamento {
        width: 97px;
        background-image: url("../images/teclado/financeira_icon.png");
        background-size: 100px, 100px;
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
    }

    #divTeclado_conteudo .btnTeclado_gobroker {
        width: 190px;
        background-image: url("../images/teclado/gobroker_icon.png");
        background-size: 100px, 100px;
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
    }

    #divTeclado_conteudo .btnTeclado_writer {
        width: 170px;
        background-image: url("../images/teclado/teclado_icon.png");
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
    }