﻿/*
+==============================================================================
|
|    Copyright(c) 2020 IMS. All Rights. Reserved.
|
|  ・システム     ： クリーニング店向けＰＯＳシステム
|
+==============================================================================
|
|   金種別出金ダイアログスタイルシート
|
|=== 改 版 履 歴 ==============================================================
| Date         Author           Reference                              Version
|==============================================================================
| 2020/10/22   IMS阿部          新規作成                               1.0.0
|
|
===============================================================================
*/
@charset "UTF-8";

/* 金種別枚数 */
.btn-input-select-kinshu {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    color: #000000;
    background: #fffff1;
    border: 1px solid #716f6f;
    border-radius: 4px;
    cursor: pointer;
    height: 40px;
    width: 150px;
    font-size: 18px !important;
    width: 100%;
    height: 35px;
    text-align: center;
    margin-top: 10px;
}

    .btn-input-select-kinshu:disabled {
        font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
        color: #ffffff;
        background: #b0adad;
        border: 1px solid #716f6f;
        border-radius: 4px;
        cursor: pointer;
        height: 40px;
        width: 150px;
        font-size: 18px !important;
        width: 100%;
        height: 35px;
        text-align: center;
        margin-top: 10px;
    }


/* 金種選択エリアラベル */
div.select-kinshu-area-label {
    padding-top: 5px;
    height: 35px;
    width: 35%;
    font-size: 17px !important;
    margin-top: 12px;
}

/*金種選択エリア*/
div.select-kinshu-area {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/*金種選択エリア*/
div.select-shihei-area {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* 金種選択エリアラベル */
div.select-payment-area-label {
    padding-top: 5px;
    height: 35px;
    width: 25%;
    font-size: 28px !important;
    margin-top: 10px;
}

/*入金額表示*/
.auto_cash_payment {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    width: 98%;
    height: 68px;
    font-size: 36px;
    vertical-align: bottom;
    text-align: right;
    padding-top: 6px;
    background-color: #dddddd;
    border: 1px solid #000000;
    color: #000000;
}

/*金種タイトル*/
div.select-kinshu-title {
    height: 35px;
    border: 1px solid #5e505c;
    background-color: #2e2d2d;
    color: #ffffff;
    font-size: 14pt;
    text-align: center;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    text-align: center;
}
