﻿/* HTML BODY 共通設定  */
html {
    height: 100%;
    margin: 0;
    font-family: 'MS Gothic', monospace;
}

button, input, select, textarea {
    font-family : inherit;
    font-size : inherit;
}

body {
    height:100%;
    width:100%;
    margin: 0;
}

/* 画面タイトルバー */
.psys-title-bar {
    height: 80px;
    display: block;
    min-width: 1170px;
    margin: 0;
    font-size: 13px;
    font-weight:bold;
    background-color: #6C6C6C;
    color: rgb(0, 0, 0);
    padding-top: 2px;
    font-family: Verdana, Arial, sans-serif;
}

.psys-container{
    background-color: #fffbf0;
    height:100%;
    /* 以下、フッター配置用の設定 */
    /* height: auto !important;*/
    height: 100%;           /* IE6用いらない？ */
    min-height: 100%;
    position: relative;
    margin: 0;
}

.psys-contents{
    background-color: #fffbf0;
    font-size: 15px;
    padding: 0px;
    width: 100%;
    min-width: 1170px;
    padding-bottom: 28px;   /* .psys-contents-footerの高さを確保する。*/
    margin: 0;
    overflow: hidden;
}

/* 項目見出し（検索エリア部）設定  */
.psys-header-title{
    display: inline-block;
    line-height: 22px;
    width: 150px;
    text-align: right;
    margin-right: -3px;
}

/* 項目見出し（検索エリア部）設定  */
.psys-header-title-must{
    display: inline-block;
    line-height: 22px;
    width: 150px;
    text-align: right;
    color: #1148f6;
    font-weight: bolder;
    margin-right: -3px;
}

/* 項目見出し（任意）設定  */
.psys-title{
    display: inline-block;
    line-height: 22px;
    width: 150px;
    text-align: right;
    margin-right: -3px;
 }


/* 項目見出し（必須）設定  */
.psys-title-must{
    display: inline-block;
    line-height: 22px;
    width: 150px;
    text-align: right;
    color: #1148f6;
    font-weight: bolder;
    margin-right: -3px;
}

/* 項目見出し（枠線あり） */
.psys-title-border{
    border: 1px solid rgba(0,0,0,0.2);
}

/* 項目見出し（ツールチップ） */
.psys-title-tooltip{
    /* text-decoration: underline blue; */
    text-decoration: underline gray;
}

/* 表示項目設定  */
.psys-label{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 0;
    padding-left:3px;
    vertical-align: top;
    font-weight:normal;
}


/* フォーム ヘッダ部（検索エリア）設定  */
.psys-contents-header{
    display: block;
    border-bottom: solid 1px #AAA;
    min-width: 1170px;
    width: 100%;
    padding: 3px 10px 3px 10px;
    margin:3px 0 0 0;
    box-sizing:border-box;
}

/* フォーム ボディ部（入力エリア）設定  */
.psys-contents-body{
    display: block;
    padding: 2px 10px 0 10px;
    min-width: 1170px;
    width: 100%;
    box-sizing:border-box;
}

/* フォーム フッタ部（メッセージエリア）設定  */
.psys-contents-footer{
    background-color: #fffbf0;
    display: block;
    position: fixed !important;
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 0;
    min-width: 1170px;
    width: 100%;
    height: 28px;
    box-sizing:border-box;
}

.psys-footer-message{
    display: block;
    color: rgb(0, 0, 0);
    background-color: #6C6C6C;
    padding-top:5px;
    height: 28px;
    min-height: 28px;
    width: 100%;
    text-align:center;
    font-size: 16px;
    font-weight: bold;
    box-sizing:border-box;
    white-space: nowrap;
}

/* フォーム部の行ごとに設定  */
.psys-contents-row{
    display: block;
    margin:1px 0px 1px 0px;
}

/* 注意書き・メモ  */
.psys-note{
    font-size: 13px;
    vertical-align: baseline;
}

input{
    height:18px;
    border: 1px solid rgba(0,0,0,.2);
    padding-left: 3px;
}

input:disabled{
    opacity: .8;
    background-color:#eee;
    border: 1px solid rgba(0,0,0,.5);
}

input:focus{
    box-shadow: 0 0 2px #1e90ff;
    border: 1px solid #1e90ff;
    outline: none;               /* I2020.05.22 tt Chrome v83*/
}

input:-webkit-autofill, textarea:-webkit-autofill {
    box-shadow: 0 0 2px #1e90ff;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

input::-ms-clear {
    display: none;
}

textarea{
    border: 1px solid rgba(0,0,0,.2);
    outline: none;               /* I2020.05.22 tt Chrome v83*/
}

textarea:disabled{
    opacity: .8;
    background-color:#eee;
    border: 1px solid rgba(0,0,0,.5);
}

input[type=checkbox]{
    height: auto;
    vertical-align: -0.15em;
}

select{
    border: 1px solid rgba(0,0,0,.2);
}

select:focus{
    box-shadow: 0 0 2px #1e90ff;
    border: 1px solid #1e90ff;
    outline: none;               /* I2020.05.22 tt Chrome v83*/
}

select:disabled{
    opacity: .8;
    background-color:#eee;
    border: 1px solid rgba(0,0,0,.5);
}

.psys-input-comb {
    height: 22px;
}

/* 日付コントロールアイコン設定 */
.psys-input-date .wj-input button {
    height: 20px;
    min-height: 20px;
}

/* 日付コントロール（グリッド）アイコン設定 */
.psys-grid-input-date .wj-glyph-down {
    background: url("../images/calendar.png") no-repeat;
    background-size: contain;
    height: 100%;
    width: 16px;
    margin-top: 2px;
    border: none !important;
}

/* 日付コントロール（グリッド）アイコン設定 */
.psys-grid-input-date .wj-btn {
    padding: 0 2px 0 2px;
}

.psys-grid-input-date .wj-input-group-btn {
    width: 20px;
}

/* 日付コントロールフォーカス取得時の枠線設定 */
.psys-input-date.wj-state-focused{
    box-shadow: 0 0 2px #1e90ff;
    border: 1px solid #1e90ff;
}

/* 日付コントロールアイコン設定 */
.psys-input-date .wj-glyph-down {
    background: url("../images/calendar.png") no-repeat;
    background-size: contain;
    height: 100%;
    width: 16px;
    margin-top: 2px;
    border: none !important;
}

/* 日付コントロールアイコン設定 */
.psys-input-date .wj-btn {
    padding: 0 2px 0 2px;
    height: 21px !important;
}

.psys-input-date .wj-input-group-btn {
    width: 20px;
}

.psys-input-date .wj-input input {
    height: 20px;
    min-height: 21px;
    padding-left: 3px !important;
    padding-right: 0px;
}

/* 日付コントロール 角の丸めを無効にする */
.psys-input-date.wj-content {
    border-radius: 0px !important;
    vertical-align: top;
}

.psys-label-disabled .psys-input-date {
    color: black;
    border: 1px solid rgba(0,0,0,.5);
}

.psys-label-disabled{
    color: #5f5f5f !important;
}

.psys-label-disabled .psys-title-must{
    color: #5f5f5f !important;
}

.psys-label-disabled .psys-header-title-must{
    color: #5f5f5f !important;
}

.psys-label-disabled .act{
    color: #5f5f5f !important;
    background-color: transparent !important;
}

.psys-label-disabled .inact{
    color: #5f5f5f !important;
}

/* フォーム ボタンエリア部設定  */
.psys-contents-button {
    display: block;
    background-color: #6C6C6C;
    border-bottom: solid 1px #b1b1b1;
    min-width: 1170px;
    height: 40px;
    width: 100%;
    padding:4px 0 0 4px;
    margin:0 0 3px 0;
    box-sizing:border-box;
}

/* ヘルプボタンの設定 */
.psys-help-button {
    width: 25px;
    height: 25px;
    border: none;
    background: url("../images/help.png") no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    outline: none;               /* I2020.05.22 tt Chrome v83*/
}

/* 虫メガネボタンの設定（マウスオーバー時の画像を設定） */
.psys-help-button:hover {
  opacity: 0.9;
}

/* ファンクションボタンの設定 */
button.psys-fn-button {
    position: relative;
    border-radius: 2px;
    color: #252525;
    background-color: rgba(255, 255, 255, .8);
    text-shadow: 1px 1px 1px #ffffff;
    vertical-align: middle;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: none;
    transition: none;
    border: solid 1px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  }
button.psys-fn-button:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
    color: #656565;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
  }
button.psys-fn-button:hover {
    opacity: .9;    
    text-shadow: 1px 1px 1px #ffffff;
  }
/* ボタン無効色の設定 */
button.psys-fn-button:disabled {
    color: #000000;
    border: solid 1px #ffffff;
    box-shadow: none;
    opacity: .2;
    /* top: -1px;  */
}
button.psys-fn-button:focus {
    border: 1px solid #ffffff;
    outline: none;               /* I2020.05.22 tt Chrome v83*/
}

/* ボタンの設定 */
button.psys-button{
    text-align: center;
    vertical-align: middle;
    height: 25px;
    font-size: 13px;
    border: solid 1px rgba(2, 2, 2, 0.1);
    text-shadow: 0px 1px 0px #fafafa;
    background: #e3e3e3;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfaf4), to(#ece8e6));
    background: -moz-linear-gradient(top,  #e3e3e3,  #ece8e6);
    background: -o-linear-gradient(top,  #e3e3e3,  #ece8e6);
    background: -ms-linear-gradient(top,  #e3e3e3,  #ece8e6);
    /* background: linear-gradient(top,  #e3e3e3,  #ece8e6); */
    border-bottom: 1px solid #c1c1bd;
    -webkit-box-shadow:  0 0 1px #c7c5c1;
    -moz-box-shadow:  0 0 1px #c7c5c1;
    box-shadow:  0 0 1px #c7c5c1;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: 0.07em;
    width: 75px;
}

/* ボタン無効色の設定（他のCSS？と干渉してdisabledのボタンの外観が変わらないのでここで設定） */
button.psys-button:disabled{
    color: #000000;
    opacity: .4;
}

button.psys-button:active{
    border: solid 1px rgba(2, 2, 2, 0.5);
}

button.psys-button:focus{
    outline: 0;
    box-shadow: 0 0 2px #1e90ff;
    border: 1px solid #1e90ff;
}

button.psys-button:hover {
    background: rgba(251, 241, 211, 0.5);
}

/* 虫メガネボタンの設定 */
.psys-popup-button {
    width: 20px;
    height: 20px;
    border: solid #cccccc;
    border-width: 1px 1px 1px 0;
    background:url("../images/popup-btn.png") no-repeat;
    background-size:cover;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -1px;
}

/* 虫メガネボタンの設定（マウスオーバー時の画像を設定） */
.psys-popup-button:hover {
  background-color: #e5e5e5;
  opacity: 0.9;
}

/* JOBRUN状態画像設定(NOREND) */
.psys-img-norend {
    width: 25px;
    height: 25px;
    border: none;
    background:url("../images/norend.png") no-repeat;
    background-size:cover;
    display: inline-block;
    vertical-align: middle;
}

/* JOBRUN状態画像設定(ABEND) */
.psys-img-abend {
    width: 25px;
    height: 25px;
    border: none;
    background:url("../images/abend.png") no-repeat;
    background-size:cover;
    display: inline-block;
    vertical-align: middle;
}

/* FlexGridヘッダ設定 */
.psys-grid {
    font-size: 13px;
    letter-spacing: 0.04em;
}

/* グリッドセル高さ調整 */
.wj-cell {
    padding-top: 3px !important;
    padding-bottom: 0px !important;
}

.psys-grid .wj-header.wj-cell {
    background-color: #C6C6C6;
    color: #000040;
    border: outset 1px #ffffff;
    text-align: center;
    font-weight: normal !important;
}

/* FlexGrid 偶数行の背景色設定 */
.psys-grid .wj-alt:not(.wj-header):not(.wj-group):not(.wj-state-selected):not(.wj-state-multi-selected) {
    background-color: #fdffe2;
    font-size: 13px;
}

/* FlexGrid 偶数行の背景色設定（列選択実行時） */
.psys-grid-custom-col .wj-alt:not(.wj-header):not(.wj-group):not(.wj-state-selected):not(.wj-state-multi-selected) {
    background-color: #ffefef;
}

/* FlexGrid（メンテタブ用）ヘッダ設定 */
.psys-grid-mnt {
    font-size: 14px;
}

.psys-grid-mnt .wj-header.wj-cell{
    /* background-color: #C6C6C6; */
    background-color: rgb(197, 252, 211);
    color: #000040;
    border: outset 1px #ffffff;
    text-align: center;
    font-weight: normal !important;
}

/* FlexGrid選択行ヘッダ背景色 */
.wj-flexgrid .wj-rowheaders .wj-header.wj-state-multi-selected {
    background-color: #dcdcdc;
}

/* FlexGrid（メンテタブ用） 行の背景色設定 */
.psys-grid-mnt .wj-cell:not(.wj-header):not(.wj-group):not(.wj-alt):not(.wj-state-selected):not(.wj-state-multi-selected) {
    background-color: #f5f5f5;
}

/* FlexGrid（メンテタブ用） 偶数行の背景色設定 */
.psys-grid-mnt .wj-alt:not(.wj-header):not(.wj-group):not(.wj-state-selected):not(.wj-state-multi-selected) {
    background-color: #f5f5f5;
}

/* FlexGrid（メンテタブ用） 入力列設定 */
.psys-grid-col-input:not(.wj-state-selected):not(.wj-state-multi-selected) {
    background-color: #ffffff !important;
}

/* FlexGrid（メンテタブ用） 任意入力列設定 */
.psys-grid-col-input-option:not(.wj-state-selected):not(.wj-state-multi-selected) {
    background-color: #dcdcdc !important;
}

.psys-grid-tooltip {
    color: maroon !important;
}

.wj-tooltip {
    max-width: 800px;
}

/* タブの設定 */
ul.psys-tab {
    list-style: none;
    line-height: 23px;
    margin: 0px;
    padding: 0 0 0 8px;
    position: relative;
    min-width: 1170px;
}

ul.psys-tab:before {
    z-index: 1;
}

ul.psys-tab:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #d7e5f8;
    z-index: 1;
}

ul.psys-tab li {
    position: relative;
    z-index: 0;
    display: inline-block;
    width:100px;
    border: 1px solid #ADAEBA;
    background: #ECECEC;
    margin: 0px 3px 0px 0px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0 -2px;
}

ul.psys-tab li.act {
    z-index: 2;
    border-bottom-color: #d7e5f8;
    background: #d7e5f8;
    color: #444444;
    font-weight: bold;
}

ul.psys-tab li.inact {
    cursor: pointer;
}

ul.psys-tab a {
    text-decoration: none;
    display: block;
}

ul.psys-tab li a:link {
    color: #aaaaaa;
    outline: none;               /* I2020.05.22 tt Chrome v83*/
}

ul.psys-tab li a:visited {
    color: #aaaaaa;
}

/* 下部配置用タブの設定 */
ul.psys-tab-bottom {
    list-style: none;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    position: relative;
    /* min-width: 1170px; */
}

ul.psys-tab-bottom:before {
    z-index: 1;
}

ul.psys-tab-bottom:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

ul.psys-tab-bottom li {
    position: relative;
    z-index: 0;
    display: inline-block;
    width:100px;
    color: #000000;
    border: 1px solid #AAA;
    background: #ECECEC;
    margin: 0px 3px 0px 0px;
    text-align: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin: 0 -2px;
}

ul.psys-tab-bottom li.act {
    z-index: 2;
    background: #c6c6c6;
    color: #142744;
}

ul.psys-tab-bottom li.inact {
    cursor: pointer;
}

ul.psys-tab-bottom a {
    text-decoration: none;
    display: block;
}

ul.psys-tab-bottom li a:link {
    color: #000000;
}

ul.psys-tab-bottom li a:visited {
    color: #000000;
}

.psys-child-contents{
    font-size: 15px;
    padding: 0px;
    width: 100%;
    height:100%;
    margin: 0;
}

/* フォーム ヘッダ部（検索エリア）設定  */
.psys-child-contents-header{
    display: block;
    border-bottom: solid 1px #AAA;
    width: 100%;
    padding: 3px 0px 3px 10px;
    margin:7px 0 0 0;
    box-sizing:border-box;
}

/* フォーム ボディ部（入力エリア）設定  */
.psys-child-contents-body{
    display: block;
    padding: 5px 10px 0 10px;
    width: 100%;
    box-sizing:border-box;
}

/* フォーム ボタンエリア部設定  */
.psys-child-contents-button{
    display: block;
    background-color: #6C6C6C;
    border-bottom: solid 1px #b1b1b1;
    padding: 4px 0 0 4px;
    margin-bottom: 3px;
    height: 40px;
    width: 100%;
    box-sizing:border-box;
}

.psys-child-footer{
    display: block;
    background-color: #6C6C6C;
    color: #FFFFFF;
    padding-top:5px;
    height: 28px;
    width: 100%;
    text-align:center;
    font-size: 16px;
    font-weight: bold;
    box-sizing:border-box;
    white-space: nowrap;
    overflow: hidden;
}

.psys-child-title {
    width : -webkit-calc(100% - 10px);
    width : calc(100% - 10px);
    height: 18px;
    padding-top: 4px;
    padding-left: 10px;
    background-color: #6C6C6C;
    color: #FFFFFF;
    font-size: 13px;
    font-weight:bold;
}

/* 子画面タイトル部（ドラッグ対応） */
.psys-child-title.wj-dialog-header {
    box-sizing: inherit;
    padding: 0;
    width : -webkit-calc(100% - 10px);
    width : calc(100% - 10px);
    padding-top: 4px;
    padding-left: 10px;
}

.psys-child-close{
    float: right;
    opacity: .4;
    background-color: transparent;
    border: none;
    font-size: 12px;
    color: #000000;
}

.psys-child-close:before{
    content: "×";
    border: 2px #000000 solid;
    font-weight: 900;
    font-size: 20px;
}

.psys-child-close:hover{
    opacity: .6;
}

/* メッセージボックス */
.psys-message-title {
    background-color: #6C6C6C;
    color: #FFFFFF;
    font-weight:bold;
}

/* メッセージボックス（ドラッグ対応） */
.psys-message-title.wj-dialog-header {
    box-sizing: inherit;
    padding: 0;
}

/* 検証エラー項目背景色 */
.ng-invalid:not(form):not(div):not(span):not(button).ng-dirty:not(ctl-drop-down):not(ctl-drop-down-input):not(ctl-mfv):not(ctl-mki):not(ctl-mmk):not(ctl-msi):not(ctl-msm):not(ctl-mss):not(ctl-mtp):not(ctl-brand):not(ctl-date) {
    background-color: #FFFF99;
}

/* 日付コントロールエラー時、カレンダー部も".ng-invalid"が適用されるため、ここで背景色を設定しておく。 */
.wj-dropdown-panel {
    background-color:white !important;
}

/* 日付(YYYYMMDD)(8桁) */
.psys-date {
    width: 67px;
    ime-mode: disabled;
}
/* 日付(YYYYMMDD)(8桁) */
.psys-input-date {
    width: 93px;
    ime-mode: disabled;
}
/* 日付(YYYYMM)(6桁) */
.psys-input-ym {
    width: 66px;
    ime-mode: disabled;
}

.psys-grid-input-date .wj-input button {
    height: 21px;
    min-height: 21px;
}

.psys-grid-input-date .wj-input input {
    height: 21px;
    min-height: 1em;
    padding-right: 0px;
}

.psys-grid-input-number .wj-input button {
    height: 21px;
    min-height: 21px;
}

.psys-grid-input-number .wj-input input {
    height: 21px;
    min-height: 1em;
}

.psys-grid-input-text {
    width: 100%;
}
/* FlexGrid ボタンセル */
.psys-grid-cell-btn {
    font-size: 10px;
    border: 1px groove;               /* I2020.05.22 tt Chrome v83*/
}

/* FlexGrid リンクボタンセル */
.psys-grid-cell-link-btn {
    /* text-decoration: underline; */
    /* color: blue; */
    color: darkblue;
    cursor: pointer;
    white-space: nowrap;
}

/* FlexGrid コンテキストメニュー */
.wj-dropdown-panel .wj-listbox-item {
    font-size: 13px;
}

/* FlexGrid ドロップダウン */
.wj-grid-listbox {
    max-height: 155px !important;
}

/* バッチ画面 処理内容（通常） */
.psys-txt-con {
    background-color: #ffffff;
    width: 99%;
    overflow-y: auto;
    border: 1px solid rgba(0,0,0,.2);
    white-space: pre-wrap;
    padding: 2px;
}

/* バッチ画面 処理内容（エラー） */
.psys-txt-con-err {
    background-color: #ff6666;
    width: 99%;
    overflow-y: auto;
    border: 1px solid rgba(0,0,0,.2);
    white-space: pre-wrap;
    padding: 2px;
}

/* バッチ画面 処理内容（警告） */
.psys-txt-con-war {
    background-color: #ffff66;
    width: 99%;
    overflow-y: auto;
    border: 1px solid rgba(0,0,0,.2);
    white-space: pre-wrap;
    padding: 2px;
}

/* バッチ画面 処理内容（入力無効） */
.psys-txt-con-disabled{
    opacity: .8;
    color: rgb(84, 84, 84);
}

/* 待機時のカーソル設定  */
.cursor-wait {
    cursor: wait;
}

.cursor-wait label {
    cursor: wait;
}

.cursor-wait input {
    cursor: wait;
}

.cursor-wait textarea {
    cursor: wait;
}

.cursor-wait select {
    cursor: wait;
}
/* Edgeでhidden属性が正常に動作しないため、暫定対応 */
[hidden] {
  display: none;
}
/* JAN選択グリッド設定 */
.psys-contents-seljan {
    overflow:hidden;
}
/* JAN選択グリッド設定（グリッド部） */
.psys-contents-seljan-col1 {
    float: left;
    margin-right: -375px;
    width : 100%;
    vertical-align: top;
}
/* JAN選択グリッド設定（JAN選択部） */
.psys-contents-seljan-col2 {
    float: right;
    width: 375px;
    vertical-align: top;
}
/* JAN選択グリッド設定（JAN選択時のグリッド） */
.psys-grid-with-seljan {
    vertical-align: top;
    margin-right: 375px;
    width : -webkit-calc(100% - 375px) !important;
    width : calc(100% - 375px) !important;
}

/* レポート印刷の枠線設定 */
.psys-grid-report {
    border: 1px #000000 solid;
    border-collapse: collapse;
}

/* レポート印刷の枠線設定 */
.psys-grid-report-child {
    border: 1px #000000 solid;
}

/** カレンダーボタンアイコン */
.psys-calendar-btn {
    margin-left: -8px;
    margin-bottom: 4px;
    width: 16px;
    height: 16px;
    padding: 2px;
    border: solid #cccccc;
    border-width: 1px 1px 1px 0;
    background:url("../images/calendar.png") no-repeat;
    background-size: 16px 16px;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

/** ポップアップ時背景シャドー濃淡 */
.wj-popup-backdrop {
    opacity: 0 !important;
}

/** psys-tabの入力不可制御に使用（画面では使用しない） */
.psys-tab-disabled {
    pointer-events:none;
}

/** 罫線 */
.psys-contents-hr {
    border:solid 0.5px #AAA;
}

/** グリッドセル選択色（!important付与） */
.wj-state-selected:not(.wj-header):not(.wj-rowheaders) {
    /* background-color: #0085c7 !important;
    color: #fff !important; */
    background-color: #AAB1DB !important;               /* I2020.05.22 tt Chrome v83*/
    color: #222222 !important;                          /* I2020.05.22 tt Chrome v83*/
    border: 1px groove #d4d4d4;                         /* I2020.05.22 tt Chrome v83*/
    transition: all 100ms;                              /* I2020.05.22 tt Chrome v83*/
}

/** グリッド複数セル選択色（!important付与） */
.wj-state-multi-selected:not(.wj-header):not(.wj-rowheaders) {
    /* background-color: #80ADBF !important;
    color: #fff !important; */
    background-color: #AAB1DB !important;               /* I2020.05.22 tt Chrome v83*/
    color: #222222 !important;                          /* I2020.05.22 tt Chrome v83*/
}

/** グリッド選択中行色表示 */
.wj-rowheaders .wj-header.wj-state-multi-selected {
    /* border-right: 2px solid #0085c7; */
    /* border-right-color: rgb(0, 133, 199); */
    border-right-width: 2px;
    border-right-style: solid;
    border-right: 2px solid #AAB1DB;                    /* I2020.05.22 tt Chrome v83*/
    border-right-color: #AAB1DB;                        /* I2020.05.22 tt Chrome v83*/
}

/* 入力可能なドロップダウン */
.wj-popup select.select {
    font-size: 15px;
}

/* 新日付コントロール */
.psys-ctl-date {
    display: inline-block;
    vertical-align: top;
    height: 23px;
    width: 93px;
    ime-mode: disabled;
}

/* 新日付コントロール入力部 */
.psys-ctl-date input {
    min-height: 21px !important;
    height: 21px !important;
    padding: 0;
    padding-left: 3px !important;
    width: calc(100% - 3px);
    letter-spacing: normal;
    ime-mode: disabled;
}

/* 新日付コントロールボタン部 */
.psys-ctl-date .psys-calendar-btn {
    min-width: 21px;
    padding: 0;
}
