﻿
/* ----- 全画面待機用 ----- */
#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #f0f0f0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

#theprogress555 {
    background-color: #000000;
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 1;
}

#modalprogress {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -11px 0 0 -150px;
    color: #990000;
    font-weight: bold;
    font-size: 14px;
}
/* ----------------------- */


/* ----- ダイアログ用 ----- */
.ui-dialog-titlebar {
    color: white;
    background-color: blue;
}

/* 2024/04/11 強い要望により「タイトル文字は赤にしない」に変更                  */
/*        ※他の件も含め、社長は結構食い下がったけど、コノ件は飲むことに        */
/*          全体で変更がかかるが、違和感ないのでデフォルト設定に変更            */

/* .CS7DialogClassNameExclamation .ui-dialog-titlebar, */
.CS7DialogClassNameExclamation .ui-dialog-content {
    color: red;
}

.CS7DialogClassName,
.CS7DialogClassNameExclamation{
}
/* ----------------------- */


/* -- JavaScriptの画面ロック用 -- */
#CS7WaitLoadingOn {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color222: #fff;
    background-color: #E5E5E5;
    opacity: 0.5;
}

#CS7WaitLoadingGif
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("../images/ajax-loader02.gif") center center no-repeat;
}
/* ------------------------------ */


/* ----- 無効グレーアウト用 ----- */
input:enabled {
    background-color: white;
}

input:disabled {
    /*color: #aaa;*/
    background-color: gray;
}
/* ------------------------------ */
