/*
	ボタン用スタイル
*/


/* 
	btn_list_operation:選択/解除
	btn_reload:再読込
*/

button,
input[type="button"] {
	-webkit-appearance: none;
	color: #777777;
	background-color: #dddddd;
	font-weight: bold;
	text-align: center;
	border: solid 1px #999999;
	border-radius: 3px;
	behavior: url(./css_ie/PIE.htc);
	margin: auto 0;
	padding: auto 0;
}

.btn_list_operation,
.btn_reload {
	width: 70px;
	height: 22px;
}


/* エラー画面&ヘルプ */

.btn_error,
.btn_help {
	width: 30px;
	height: 22px;
	color: #cc0000;
}

/* 障害管理#53149 2017.07.07 新規の異常ログ追加が存在する場合、色を変える Start */
input[type="button"].btn_error_info {
	width: 30px;
	height: 22px;
	color: #cc0000;
	background-color: #ffff00;
	font-weight: 900;
}
.btn_error_info:hover {
	background-color: #99ffcc;
	background-image: -webkit-gradient (linear, left top, left bottom, color-stop(0%, #99ffcc), color-stop(100%, #ffff00));
	background-image: -webkit-linear-gradient(top, #99ffcc, #ffff00);
	background-image: -moz-linear-gradient(top, #99ffcc, #ffff00);
	background-image: -ms-linear-gradient(top, #99ffcc, #ffff00);
	background-image: -o-linear-gradient(top, #99ffcc, #ffff00);
	background-image: linear-gradient(top, #99ffcc, #ffff00);
	filter: progid: DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#99ffcc, endColorstr=#ffff00);
}
/* 障害管理#53149 2017.07.07 新規の異常ログ追加が存在する場合、色を変える End */

/* 障害管理#43475 2016.12.06 「？(全頁）」ボタン追加 Start */
.btn_help_all {
	width: 70px;
	height: 22px;
	color: #cc0000;
}
.noreloadbutton {
	width: 550px;
}
/* 障害管理#43475 2016.12.06 「？(全頁）」ボタン追加 End */

/* 終了 */

.btn_logout {}


/*
	btn_cancel:キャンセル
	btn_done:選択完了
	btn_clear:選択クリア / クリア
	btn_select_all:全選択
*/

.btn_cancel,
.btn_done,
.btn_clear,
.btn_select_all {
	width: 100px;
	height: 25px;
}


/* 
	btn_tenant_list:テナント切替
	btn_regist_event:「特日登録画面」
	btn_display:「表示」
	btn_download:「ダウンロード」
	btn_edit:編集、属性入力
	btn_preview:プレビュー
	btn_delete:削除
	btn_master:マスター登録画面
	btn_change_week:週間変更画面
	btn_deploy:マスター適用
	btn_return:戻る
	btn_regist:登録
*/

.btn_tenant_list,
.btn_regist_event,
.btn_display,
.btn_download,
.btn_edit,
.btn_preview,
.btn_delete,
.btn_deploy,
.btn_return,
.btn_regist {
	width: 100px;
	height: 25px;
}

/* 障害管理#45087（テナント切替のボタンが赤くならない）対応 2016.12.12 START */
.btn_tenant_sel {
	width	: 43px;
	height	: 20px;
}

.btk_modal_close {
	
}
/* 障害管理#45087（テナント切替のボタンが赤くならない）対応 2016.12.12 END */

/* 【仕様変更13対応】エネルギー使用量（総量）*/
.btn_energy {
/*	width: 		100px;
	height: 	35px;
*/
	width:		95%;
	height:		90%;
	margin-top:	2px; 
    font-size:	11pt;
    color:		#777777;
    font-family:Tahoma;"
}

/*
	btn_submit:テストメール送信
*/
.btn_submit {
	width: 120px;
	height: 25px;
}

.btn_master,
.btn_change_week {
	width: 108px;
	height: 25px;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	text-align: center;
}

.btn_delete_small {
	width: 60px;
	height: 25px;
}


/*
	btn_list_level:リスト画面用レベル、ON/OFFボタン
*/

.btn_list_level {
	width: 55px;
	height: 27px;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	text-align: center;
}


/* ページ移動 */

.btn_page {
	width: 90px;
	height: 22px;
}


/* 
	btn_level:レベル、ON/OFF設定
	btm_operation:追加 / 更新 /削除
*/

.btn_level,
.btn_operation {
	width: 100px;
	height: 23px;
}

.btn_level_T {
	width: 100px;
	height: 23px;
}

/*
	btn_change_all:一括変更
*/

.btn_change_all {
	width: 100px;
	height: 25px;
}


/*
	btn_graph_display:グラフ表示ボタン（エネルギー使用量詳細画面）
*/

.btn_graph_display {
	width: 75px;
	height: 20px;
	font-size: 0.9em;
}

.btn_tenant_sel:hover,		/* 障害管理#45087（テナント切替のボタンが赤くならない）対応 */
.btk_modal_close:hover,		/* 障害管理#45087（テナント切替のボタンが赤くならない）対応 */
.btn_help_all:hover,		/* 障害管理#43475 2016.12.06 「？(全頁）」ボタン追加 */
.btn_error:hover,
.btn_energy:hover,
.btn_delete_small:hover,
.btn_list_operation:hover,
.btn_reload:hover,
.btn_logoff:hover,   /* 障害管理#45087 2017.1.17 テナント切替画面のボタンのマウスオーバー時に色を変える件の水平展開 */
.btn_help:hover,
.btn_cancel:hover,
.btn_done:hover,
.btn_clear:hover,
.btn_select_all:hover,
.btn_submit:hover,
.btn_edit:hover,
.btn_msg_select:hover,
.btn_preview:hover,
.btn_delete:hover,
.btn_master:hover,
.btn_change_week:hover,
.btn_deploy:hover,
.btn_return:hover,
.btn_regist:hover,
.btn_list_level:hover,
.btn_page:hover,
.btn_tenant_list:hover,
.btn_level:hover,
.btn_operation:hover,
.btn_regist_event:hover,
.btn_display:hover,
.btn_download:hover,
.btn_change_all:hover,
.btn_graph_display:hover {
	background-color: #fff0f5;
	background-image: -webkit-gradient (linear, left top, left bottom, color-stop(0%, #fff0f5), color-stop(100%, #ffc0b0));
	background-image: -webkit-linear-gradient(top, #fff0f5, #ffc0b0);
	background-image: -moz-linear-gradient(top, #fff0f5, #ffc0b0);
	background-image: -ms-linear-gradient(top, #fff0f5, #ffc0b0);
	background-image: -o-linear-gradient(top, #fff0f5, #ffc0b0);
	background-image: linear-gradient(top, #fff0f5, #ffc0b0);
	filter: progid: DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fff0f5, endColorstr=#ffc0b0);
}

.btn_level_T:disabled,
.btn_delete_small:disabled,
.btn_list_operation:disabled,
.btn_reload:disabled,
.btn_help:disabled,
.btn_cancel:disabled,
.btn_done:disabled,
.btn_clear:disabled,
.btn_select_all:disabled,
.btn_submit:disabled,
.btn_edit:disabled,
.btn_msg_select:disabled,
.btn_preview:disabled,
.btn_delete:disabled,
.btn_master:disabled,
.btn_change_week:disabled,
.btn_deploy:disabled,
.btn_return:disabled,
.btn_regist:disabled,
.btn_list_level:disabled,
.btn_page:disabled,
.btn_tenant_list:disabled,
.btn_level:disabled,
.btn_operation:disabled,
.btn_regist_event:disabled,
.btn_display:disabled,
.btn_download:disabled,
.btn_change_all:disabled,
.btn_graph_display:disabled {
	color: #AAAAAA;
	background-image: -webkit-gradient (linear, left top, left bottom, color-stop(0%, #F5F5E8), color-stop(100%, #F5F5E8));
	background-image: -webkit-linear-gradient(top, #F5F5E8, #F5F5E8);
	background-image: -moz-linear-gradient(top, #F5F5E8, #F5F5E8);
	background-image: -ms-linear-gradient(top, #F5F5E8, #F5F5E8);
	background-image: -o-linear-gradient(top, #F5F5E8, #F5F5E8);
	background-image: linear-gradient(top, #F5F5E8, #F5F5E8);
}

.btn_login {
	font-size: 12pt;
	width: 80px;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* 障害管理#45087 2017.1.17 テナント切替画面のボタンのマウスオーバー時に色を変える件の水平展開 start */
.btn_logoff {
	width: 120px;
	height: 30px;
        font-size: 10pt;
        font-weight: bold;
        font-family: arial,helvetica;
}
/* 障害管理#45087 2017.1.17 テナント切替画面のボタンのマウスオーバー時に色を変える件の水平展開 end */

/*
.ui-state-default{
color:white;
background:yellow;
}
.ui-state-hover{
color:white;
background:green;
}

*/