﻿/*
2018/07/09    変更 T.Kasue		xw-icon-upload追加
2018/03/22-02 変更 Y.Watanabe
2018/02/28    変更 T.Yoshihara	ui-spinner-input調整
2018/02/06    変更 T.Yoshihara	select(DropDownList)の調整用設定 再調整
2018/01/31    変更 K.Hirose		ui-spinner-input高さ調整
2018/01/29-01 変更 Y.Watanabe	ボタン高さ。xw-icon(-only)
2018/01/12    変更 N/A
2017/12/22    変更 T.Yoshihara	xw-icon-repeat
2017/12/14    変更 T.Yoshihara	select(DropDownList)の調整用設定
2017/11/17    変更 R.Suzuki     xw-hidden追加
2017/11/02    変更 R.Suzuki     アイコン追加
2017/10/25    変更 T.Yoshihara	テーマによるリンク配色の打ち消し
2017/10/20    変更 R.Suzuki     HoTの編集不可文字色を黒に＆アイコン追加
2017/10/17    変更 R.Suzuki     ui-selectmenu-menuをhotより前に出るように修正等
2017/10/02    変更 Y.Watanabe	デザインガイド追従。
2017/10/04    変更 K.Hirose	アイコン追加
2017/09/25    変更 R.Suzuki		アイコン追加
2017/09/25    変更 T.Yoshihara	アイコン追加 文字用マージンなし設定追加
2017/09/25    変更 Y.Watanabe	見出し折り返し対応。
2017/09/04    変更 Y.Watanabe	Tabs調整。body/borde-style
2017/08/31    追加 Y.Watanabe	XWE1.0	home/external/theme/common/x.css
*/

td {
	vertical-align: middle !important;
}

/* 編集できないセルの文字色を黒とする */
.handsontable .htDimmed {
	color: #000;
}
/*テーマによるリンク配色の打ち消し*/
.ui-widget-content a {
	color: -webkit-link;
}

.ui-helper-hidden {
	display: none !important;
}

.ui-selectmenu-button {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.ui-selectmenu-menu {
	z-index: 110 !important;
}

.ui-spinner-input {
	padding-top: 0em;
	padding-bottom: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	height: 2em;
}
/*
.ui-spinner-input {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
*/

body.ui-widget.ui-widget-content {
	border-style: none;
}

.xw-body {
	padding: 8px;
	border: none !important;
}

.xw-hidden * {
	visibility: hidden;
}

.xw-fieldset {
	display: inline-block;
	background: none !important;
	padding: 0.5em;
}
.xw-fieldset legend {
	font-weight: bold;
}

.xw-input {
	height: 2em;
}
button.xw-icon,
button.xw-icon-only {
	line-height: 1.3em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
button.xw-icon-only {
	padding-left: 0.6em;
	padding-right: 0.6em;
}

.xw-icon::before,
.xw-icon-only::before {
	font-family: FontAwesome !important;
	font-weight: normal;
	font-style: normal;
}
.xw-icon::before {
	margin-right: 0.4em;
}


/*
・まず使用頻度が高いこと。
・またFAのicon名とズレがあるもの等。
*/

/*実行*/
.xw-icon-run::before {
/*[s]2018/03/22-02 MOD*/
	content: "\f00c"; /*fa-check*/
/*[e]2018/03/22-02 MOD*/
}
/*保存*/
.xw-icon-save::before {
	content: "\f0c7";
}
/*変更取消*/
.xw-icon-revert::before {
	content: "\f112";
}
/*設定*/
.xw-icon-config::before {
	content: "\f013";
}
/*上*/
.xw-icon-up::before {
	content: "\f062";
}
/*下*/
.xw-icon-down::before {
	content: "\f063";
}
/*閉じる*/
.xw-icon-close::before {
	content: "\f00d";
}

.xw-icon-display::before {
	content: "\f016";
}
/*キャンセル*/
.xw-icon-cancel::before {
	content: "\f112";
}
/*一括*/
.xw-icon-batch::before {
	content: "\f0c5";
}
/*出力*/
.xw-icon-output::before {
	content: "\f019";
}

.xw-icon-window::before {
	content: "\f2d2";
}
/*印刷*/
.xw-icon-print::before {
	content: "\f02f";
}
/*追加*/
.xw-icon-add::before {
	content: "\f067";
}
/*削除(マイナス記号。一行削除、表関連向け)*/
.xw-icon-delete::before {
	content: "\f068";
}
/*削除(ゴミ箱。実データの削除を伴うもの等)*/
.xw-icon-trash::before {
	content: "\f014";
}
/*クリア(消しゴム。表示内容の削除、実データの削除を行わないもの等)*/
.xw-icon-clear::before {
	content: "\f12d";
}
/*検索*/
.xw-icon-search::before {
	content: "\f002";
}
/*ダウンロード*/
.xw-icon-download::before {
	content: "\f019";
}
/*アップロード*/
.xw-icon-upload::before {
	content: "\f093";
}
/*更新*/
.xw-icon-repeat::before {
	content: "\f01e";
}

/*select要素をテーマのボタンなどに合わせるためのheight*/
.xw-select-height {
	height: 2.0em;
}
