@charset "UTF-8";

body {
	background: #ffffff;;
	color: #000;
}
a {
	color: #0000ff;
}

div#head {
	position : fixed;
	left : 0px;
	top : 0px;
	width : 100%;
	height : 50px;
	overflow:hidden;
	z-index: 99999;
	background-color: #37C4D2;
}
div#tree {
	position : fixed;
	left : 0px;
	top : 0px;
	padding-top: 50px;
	width : 200px;
	height : 100%;
	background-color : #ffffff;
	z-index: 99998;
}
#ltree {
	line-height: 1.5;
	white-space: nowrap;
	height:100%;
	overflow:auto;
	padding: 4px;
}
#lbltree {display: none;}

div#tree a, div#tree span{
	padding: 3px 2px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

div#tree a:hover{
	color: #0000ff;
	background-color: #68EDF0;
}

div#main_contents{
	padding-top: 50px;
	padding-left: 200px;
}

/* for tree begin */
.selected{
	font-weight: bold;
}
.normal{
	background-color: transparent;
}
.static_a{ /* avoid duplicate */
	background-color: #ff0000 !important;
	color: #ffffff;
}
.static_w{ /* avoid duplicate */
	background-color: #ffcc00 !important;
	color: #000000;
}
.recovery{
	background-color: #3c9dff !important;
}
.recoverysys{
	background-color: #40aa40 !important;
}
.maintenance8{
	background-color: #d2691e !important;
}
.maintenance9{
	background-color: #dd99ff !important;
}
.maintenance9r{
	background-color: #9400d3 !important;
}

/* 点滅 */
/* 点滅 画像タイプ */
.blinking_w{background-image:url("./image/img_wrn.gif"); color: #000000}
.blinking_a{background-image:url("./image/img_alm.gif"); color: #ffffff}
.blinking_r{background-image:url("./image/img_rec.gif"); color: #000000}

/*グループ*/
a.stakb_0 {/*リンクされた文字*/
	color:  #0000ff;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
a:link.stakb_0 {/*未訪問のリンク*/
	color:  #0000ff;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
a:visited.stakb_0 {/*訪問後のリンク*/
	color:  #0000ff;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
a:hover.stakb_0 {/*マウスをのせたとき*/
	color:  #0000ff;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
a:active.stakb_0 {/*クリック中*/
	text-decoration: none;
}

/*拠点*/
a.stakb_1 {/*リンクされた文字*/
	color:  #0000ff;
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
}
a:link.stakb_1 {/*未訪問のリンク*/
	color:  #0000ff;
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
}
a:visited.stakb_1 {/*訪問後のリンク*/
	color:  #0000ff;
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
}
a:hover.stakb_1 {/*マウスをのせたとき*/
	color:  #0000ff;
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
}
a:active.stakb_1 {/*クリック中*/
	text-decoration: none;
}

div#tree span {
	padding: 2px;
	white-space: nowrap;
}
/* 順序が重要 ここ記述していることに意味がある */
.static_a > a:link,
.static_a > a:visited {
	color: #ffffff;
}
.static_w > a:link,
.static_w > a:visited {
	color: #000000;
}
/* for tree end */

/* for table start */
table
{
	border-collapse:collapse;
	margin: 2px;
	border:0;
}
table.FLAT{
	border-collapse: collapse;
	border: 1px none #777777;
}
table.FLAT td{
	padding: 4px;
	border-top: 1px solid #777777;
}
table.noborder, table.noborder tr, table.noborder td {
	border: none;
}

td.l{ text-align: left;  }
td.c{ text-align: center;}
td.r{ text-align: right; }
td.t{ vertical-align: top;	  }
td.m{ vertical-align: middle; }
td.b{ vertical-align: bottom; }

table.type1 td {
	border: 1px solid #777777;
	padding: 4px;
}
table.FLAT tr:hover, table.type1 tr:hover {
	background-color: #68EDF0;
}

tr.self, td.self { background-color: #ffffcc; }
tr.unuserecord { background-color: #999999; color: #cccccc; }
tr.evenrecord { background-color: #d1ebeb; }
tr.oddrecord { background-color: #ebfaff; }
td.unuse { background-color: #999999; color: #cccccc; }

td.FSUB{
	background-color: #d4d0c8;
	color: #000;
	padding : 4px;
}
td.FSUBV{
	background-color: #d4d0c8;
	color: #000;
	text-align : center;
	/*writing-mode:tb-rl; 縦書きやめ
	width  : 20px;*/
}
td.UP{
  background-color: #3D4A6C;
  color : #FFFFFF;
}
td.DEL{
  background-color: #B70000;
  color : #FFFFFF;
}
td.GroupHead{
	background-color: #006890;
	border: 0px none #ccc;
	text-align: center;
	color: #ffffff;
	padding : 2px;
	overflow:hidden;
}
td.GroupDoHead{
	background-color: #009900;
	border: 0px none #ccc;
	text-align: center;
	color: #000;
	padding : 2px;
	overflow:hidden;
}
td.FLAT{
	padding : 4px;
	border: 1px solid #777777;
}
td.FLATT{
	border-top: 1px solid #777777;
}
td.FLATB{
	border-bottom: 1px solid #777777;
}

.subtitle-b {
	background-color: #006890;
	color: #ffffff;
	text-align: center;
}
.subtitle-r {
	background-color: #e83517;
	color: #ffffff;
	text-align: center;
}
.subtitle-y {
	background-color: #f2da0f;
	color: #000000;
	text-align: center;
}
.subtitle-g {
	background-color: #1a8d37;
	color: #ffffff;
	text-align: center;
}
td.subtitle-b {
	border: 0px none #777777;
	padding: 4px;
}
td.subtitle-r {
	border: 0px none #777777;
	padding: 4px;
}
td.subtitle-y {
	border: 0px none #777777;
	padding: 4px;
}
td.subtitle-g {
	border: 0px none #777777;
	padding: 4px;
}
/* for table end */

a.regist		{ color: #FFFFFF;}
a:link.regist	{ color: #FFFFFF;}
a:visited.regist{ color: #FFFFFF;}
a:active.regist	{ color: red;}
a:hover.regist	{ color: red;}

/* 監視拠点のチェックボックスリスト */
ul.stationlist li {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 25px;
}

/* マスターのテーブル形式の編集統一スタイル */
.siginp input[type="text"], .siginp input[type="password"] {
	width: 98%;
	height: 24px;
	border: 1px solid #777;
	padding: 2px;
}
input[type="button"] {
	height: 24px;
	border: 1px solid #777;
}
input[type="button"]:hover {
	background-color: rgba(192, 192, 192, .5);
	cursor: pointer;
}
.siginp textarea {
	width: 98%;
	border: 1px solid #777;
	padding: 0 2px;
}
.siginp select {
	width: 98%;
	height: 24px;
	/*border: 1px solid #777;*/
}
.siginp td{
	line-height : 20px;
}
#NEWNO {
	width: 60px;
}

/* ブロック図 パーツ 枠線あり */
.BLOCKL{
	border : 1px solid #555555;
	overflow:hidden;
}
/* ブロック図 パーツ 枠線なし */
.BLOCKL-NOLINE{
	border : 0;
	overflow:hidden;
}
/* ブロック図 パーツ ボタン風 */
input[type="button"].BLOCKL-BUTTON,
button.BLOCKL-BUTTON{
	border:outset 3px #ddd;
	overflow:hidden;
}
td.BLOCKL-BUTTON{
	border-top   : solid 3px #ddd;
	border-left  : solid 3px #ddd;
	border-bottom: solid 3px #999;
	border-right : solid 3px #999;
	/* 	border:outset 1px #ddd; is strange */
	overflow:hidden;
}
input[type="button"].BLOCKL-BUTTON_disabled,
button.BLOCKL-BUTTON_disabled{
	/* border:inset 1px #ddd; */
	border:solid 1px #ddd;
	overflow:hidden;
}
td.BLOCKL-BUTTON_disabled{
	border-top   : solid 1px #ddd;
	border-left  : solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-right : solid 1px #ddd;
	/* 	border:inset 1px #ddd; is strange */
	overflow:hidden;
}

/* ぱんくず */
ul#breadcrumb {
	position: absolute;
	top:50px;
	left:200px;
	z-index:499;
}
ul#breadcrumb li{
	display:inline-block;/*横に並ぶように*/
	list-style: none;
}
ul#breadcrumb li:after{/* > を表示*/
	content: '>';
	padding: 0 3px;
	color: #0000ff;
}
ul#breadcrumb li:last-child:after{
	content: '';
}
ul#breadcrumb li a {
	display: inline-block;
	padding: 5px 8px;
	border-radius: 2px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
ul#breadcrumb li a:hover {
	color: #0000ff;
	background-color: #68EDF0;
}
/* ブロック図階層のツリー */
ul#ultree a, ul#ultree span{
	line-height: 1.5em;
	padding: 3px 3px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

ul#ultree a:hover{
	color: #0000ff;
	background-color: #68EDF0;
}

/* 間欠制御設定 */
.DMND-CTRL-SETTING-BUTTON {
	cursor: pointer;
	text-align: center;
	font-size:13.5pt;
	color:#0033ff;
}

.DMND-CTRL-SETTING-BUTTON .icon-outer {
	margin-bottom: 16px;
}