/* 単価入力画面 */
[data-modal-type="tenKeyMdl"], [data-modal-type="tenKeyMdl"] .modal-content {
    width: 270px;
    text-align: center;
    overflow: hidden;
    max-height: 90%;
    top: 5% !important;
}

[data-modal-type="tenKeyMdl"] .modal-content {
    margin: 0px;
    padding: 8px;
}

[data-modal-type="tenKeyMdl"] .input-field {
    margin-top: 0px;
}

[data-modal-type="tenKeyMdl"] div.row {
    margin-bottom: 5px;
}

[data-modal-type="tenKeyMdl"] div.col {
    padding: 0px;
}

/* 単価入力画面の単価入力 */
[data-input-type='inpPrice'] {
    width: 220px !important;
    height: 40px !important;
    font-size: 20px !important;
    margin-bottom: 5px !important;
}
[data-input-type='inpPrice']::-webkit-input-placeholder {
    text-align: left;
    padding-top:2px;
    font-size: 17px;
}
[data-input-type='inpPrice']:-ms-input-placeholder {
    text-align: left;
    padding-top:2px;
    font-size: 17px;
}
[data-input-type='inpPrice']::-moz-placeholder {
    text-align: left;
    padding-top:2px;
    font-size: 17px;
}


/* 単価入力画面-フッター */
[data-modal-type="tenKeyMdl"] .priceMdl-fotter {
    text-align: center;
}
/* 単価入力画面-フッター内ボタン */
[data-modal-type="tenKeyMdl"] .priceMdl-fotter .btn {
    width:  80px;
    height: 60px;
    margin: 10px;
    margin-right: 20px;
    padding: 0px;
    font-size: 23px;
}
/* OKボタン */
[data-footer-btn-type='OK'] {
    color: #ffffff !important;
    background-color: #2979ff;
    border: 1px solid #82b1ff;
}
[data-footer-btn-type='OK']:hover {
    background-color: #2979ff;
}
[data-footer-btn-type='OK']:focus {
    background-color: #2979ff; 
}
/* 閉じるボタン */
[data-footer-btn-type='Cancel'] {
    color: #ffffff !important;
    background-color: #ff1744;
    border: 1px solid #ff8a80;
}
[data-footer-btn-type='Cancel']:hover {
    background-color: #ff1744;
}
[data-footer-btn-type='Cancel']:focus {
    background-color: #ff1744; 
}


/* 単価入力画面-数値ボタン */
[data-modal-type="tenKeyMdl"] [data-num-btn-type] {
    width: 70px;
    height: 70px;
    padding: 0px;
    font-size: 45px;
    cursor: pointer;
}

