﻿/*
+==============================================================================
|
|    Copyright(c) 2020 IMS. All Rights. Reserved.
|
|  ・システム     ： クリーニング店向けＰＯＳシステム
|
+==============================================================================
|
|   自動釣銭機連携ダイアログスタイルシート
|
|=== 改 版 履 歴 ==============================================================
| Date         Author           Reference                              Version
|==============================================================================
| 2020/06/29   IMS下平          新規作成                               1.0.0
|
|
===============================================================================
*/
@charset "UTF-8";

#autoChangeLink {
    width: 660px;
    max-width: 660px;
    min-width: 660px;
    height: 280px;
    margin: auto;
}

.auto_cash_change_status {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    width: 98%;
    height: 35px;
    font-size: 20px;
    vertical-align: bottom;
    text-align: center;
    padding-top: 2px;
    background-color: #dddddd;
    border: 1px solid #000000;
}

.auto_cash_change_item_top {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    width: 98%;
    font-size: 28px;
    vertical-align: middle;
    text-align: left;
    padding-top: 2px;
}

.auto_cash_change_price_top {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    width: 98%;
    height: 48px;
    font-size: 26px;
    vertical-align: bottom;
    text-align: right;
    padding-top: 3px;
    background-color: #dddddd;
    border: 1px solid #000000;
}

.auto_cash_change_item_middle {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    width: 98%;
    font-size: 36px;
    vertical-align: middle;
    text-align: left;
    padding-top: 2px;
}

.auto_cash_change_price_middle {
    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: #1459b7;
}

.auto_cash_change_item_bottom {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    width: 98%;
    font-size: 28px;
    vertical-align: middle;
    text-align: left;
    padding-top: 2px;
}

.auto_cash_change_price_bottom {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    width: 98%;
    height: 48px;
    font-size: 26px;
    vertical-align: bottom;
    text-align: right;
    padding-top: 3px;
    background-color: #dddddd;
    border: 1px solid #000000;
}

/* 自動釣銭機ボタン（確定） */
.btn-auto-cash-change-confirm {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    color: #ffffff;
    background: #013c95;
    border: 1px solid #013c95;
    border-radius: 8px;
    cursor: pointer;
    height: 60px;
    width: 200px;
    font-size: 26px !important;
}

.btn-auto-cash-change-confirm:hover {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    color: #ffffff;
    background: #0065d8;
    border: 1px solid #0065d8;
    border-radius: 8px;
    cursor: pointer;
    height: 60px;
    width: 200px;
    font-size: 26px !important;
}

.btn-auto-cash-change-confirm:disabled {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    color: #ffffff;
    background: #d7d3d3;
    border: 1px solid #d7d3d3;
    border-radius: 8px;
    cursor: pointer;
    height: 60px;
    width: 200px;
    font-size: 26px !important;
}

/* 自動釣銭機ボタン（取消） */
.btn-auto-cash-change-cancel {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    color: #ffffff;
    background: #c0272d;
    border: 1px solid #c0272d;
    border-radius: 8px;
    cursor: pointer;
    height: 60px;
    width: 100px;
    font-size: 26px !important;
}

.btn-auto-cash-change-cancel:hover {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    color: #ffffff;
    background: #f05a24;
    border: 1px solid #f05a24;
    border-radius: 8px;
    cursor: pointer;
    height: 60px;
    width: 100px;
    font-size: 26px !important;
}

.btn-auto-cash-change-cancel:disabled {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    color: #ffffff;
    background: #d7d3d3;
    border: 1px solid #d7d3d3;
    border-radius: 8px;
    cursor: pointer;
    height: 60px;
    width: 100px;
    font-size: 26px !important;
}