/* =====================================================
   bootstrap 項目上書き用 Custom ファイル

   このファイルはBootstrapの上書き専用

   bootstrap.cssを直接編集すんな
   ライブラリ更新で消える
   
   既存画面に影響がある為、上書き項目を記述、
   ===================================================== 
*/


.form-control {
  display: table;
}

.list-group-item {
    display: inline-block;
}

/* Web Forms画面互換用
   Bootstrap更新により、form-inline内のボタンが縦並びになるため補正 */
.form-inline .list-group-item {
    /*
    display: inline-block !important;
    */
    display: inline-block;
}

.form-inline{
    display: inline-block;
}




/*
		以下は、要検証
		未使用もアリ
		かなりいい加減に追加されている模様
		念のため、追加しておくが、
		ゴミも多いか？
		「header1」等は検索ヒットするが「th」
		「効いてんのかコレ？」状態
*/

.maindiv {
    height: 100%;
    width: 100%;
}

.maintable {
    height: 100%;
    width: 100%;
    padding: 50px;
}

td.header1 {
    font-size: 12pt;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #808080;
    padding: 5px;
    background-color: #E0FFFF;
    height: 30px;
    font-weight: bold;
}

td.data1 {
    font-size: 10pt;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #808080;
    padding: 5px;
}

td.data2 {
    font-size: 10pt;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #808080;
    padding: 5px;
    background-color: #ffffff;
}

.circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: solid 3px skyblue;
}

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.numberText {
    text-align: right;
}

.numberText::-webkit-inner-spin-button,
.numberText::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.width100 {
    width: 100%;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    cursor: wait;
    z-index: 100000;
}

