﻿/*
+==============================================================================
|
|    Copyright(c) 2020 IMS. All Rights. Reserved.
|
|  ・システム     ： クリーニング店向けＰＯＳシステム
|
+==============================================================================
|
|   C01011D01（お知らせダイアログ画面）スタイルシート
|
|=== 改 版 履 歴 ==============================================================
| Date         Author           Reference                              Version
|==============================================================================
| 2025/04/21   ATM福村          新規作成                               1.0.0
|
|
===============================================================================
*/
@charset "UTF-8";

.customDisplayStatusSystemLabel {
    margin-top: 2px;
    background: #dddddd;
    border: 1px solid #716f6f;
    border-radius: 2px;
    margin-right: 10px;
    min-width: 70px;
    min-height: 25px;
}


.customDisplayStatusCodeLabel {
    margin-top: 2px;
    background: #dddddd;
    border: 1px solid #716f6f;
    border-radius: 2px;
    margin-right: 10px;
    min-width: 70px;
    min-height: 25px;
}


.customDisplayStatusNaiyoLabel {
    margin-top: 2px;
    background: #dddddd;
    border: 1px solid #716f6f;
    border-radius: 2px;
    margin-right: 10px;
    min-width: 70px;
    min-height: 25px;
}

.d-none{
    display:none;
}

#C01013D01Dialog .footer-table {
    margin-top: 20px;
}