﻿﻿/*
==========================================================================
	FieldConnect スタイルシート

	2018.06.28 KCCS

==========================================================================
*/

/*
==========================================================================
共通設定
==========================================================================
*/

/* BODY */
body{
  	font-family: sans-serif;
	padding: 0.0em 0.0em;
}

/* 画面の外枠 */
#maintbl{
	padding: 0.0em 0.0em;
	resize:horizontal;
	width: 98vw;
	height: 95vh;
}

/* ヘッダ行（システム名、ロゴ等を表示する行 ) */
#headerRow{
	height:30px;
}

/* セパレータ行 */
#separatorRow{
	height:15px;
}

/* メインコンテンツ行 */
#contentRow{
	height:*;
}

/* バッヂの表示位置調整 */
.el-badge__content.is-fixed{
	right: 50%;
	z-Index: 1000;
}

#logo{
	cursor:pointer;
}

/*
==========================================================================
コンテンツ部表示設定
==========================================================================
*/
/* コンテンツ表示枠 */
#mainContents{
	width: 100%;
	height: 100%;
}

/* メニュー表示部 */
#menuCol{
	width: 65px;
	height: 100%;
	background:#D7D7D7;
}

/* メニューアイコン名表示 */
.menuIconName{
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/* 地図表示エリア(最大) */
.maparea_full{
	width: 100%;
	height: 100%;
}

/* 地図表示エリア(最小) */
.maparea_min{
	width: 0%;
	height: 100%;

	display: none;
}

/* コントロールエリア（最小） */
.controlArea_min{
	width:0%;
	height:100%;

	display: none;
}

/* コントロールエリア（最大） */
.controlArea_max{
	width:100%;
	height:100%;

	display: block;
}

/* コントロールエリア（RealtimeMonitor) */
.controlArea_RealtimeMonitor{
	width: 700px;
	height:100%;

	display: block;
}

/* コントロールエリア（FieldSummary) */
.controlArea_FieldSummary{
	width: 900px;
	height:100%;

	display: block;
}

/* コントロールエリア（DailyChart,KPIChart) */
.controlArea_Chart{
	width: 1120px;
	height:100%;

	display: block;
}

/* Zoom ウィンドウ */
#ZoomWindow{
	width: 1050px;
	height: 550px;
	padding: 10px;
	margin: 10px;
	border: 2px solid #000;
	background-color: #FFFFFF;
	border-radius: 10px;
}

/* Zoom MAP */
.zoomMap{
	width: 450px;
	height: 350px;
}

/* 選択済みWAのリスト表示ウィンドウ（WorkAreaView） */
#workAreaList{
	font-family: Arial, sans-serif;
	background: #fff;
	padding: 10px;
	margin: 10px;
	border: 1px solid #000;
	/*display:none;*/
	white-space: nowrap;
}
/*
==========================================================================
画面表示部品設定
==========================================================================
*/

/* システムタイトル用 */
h1 {
	display:inline;
	padding: 0.0em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	font-size: 150%;
}


/* 地図内の凡例表示 */
#tooltipLegend {
	font-family: Arial, sans-serif;
	background: #fff;
	padding: 10px;
	margin: 10px;
	border: 1px solid #000;
	width: 200px;
}
#tooltipLegendW {
	font-family: Arial, sans-serif;
	background: #fff;
	padding: 10px;
	margin: 10px;
	border: 1px solid #000;
	width: 100px;
}

/* 地図内の検索コントロール */
#mapSearch{
	font-family: Arial, sans-serif;
	background: #fff;
	padding: 10px;
	margin: 10px;
	border: 1px solid #000;
	display:none;
	white-space: nowrap;
}

/* ポリゴン面積表示エリア */
#polyArea{
	font-family: Arial, sans-serif;
	font-size: 120%;
	background: #fff;
	padding: 10px;
	margin: 10px;
	border: 1px solid #000;
	display:none;
	white-space: nowrap;
}

/* コントロールエリアの拡張/縮小ボタン */
#viewChangeCtl{
	width: 250px;
	font-family: Arial, sans-serif;
	background: #fff;
	padding: 10px;
	margin: 10px;
	border: 1px solid #000;
}

/* 地図内のヒート表示凡例 */
#colorLegend {
	font-family: Arial, sans-serif;
	background: #fff;
	padding: 10px;
	margin: 10px;
	border: 1px solid #000;

	width: 100px;
}

/* 地図上の凡例 */
#legend {
	font-family: Arial, sans-serif;
	background: #fff;
	padding: 10px;
	margin: 10px;
	border: 1px solid #000;
	width: 160px;
}

/* 地図上の凡例に追加ボタン */
#leftBottomMenu .el-checkbox-button__inner{
	width: 180px;
}

/* EL-Tableを囲むDIVタグ用 */
.tblDiv {
	width:100%;
	height:100%;
	overflow:auto;
}


/* 一覧表示のフォント設定 */
.tableLbl{
	font-weight: bold;
	font-size: x-small;
	margin  : 0 ;
    padding : 0 ;
}

.tableCell{
	font-size: x-small;
	margin  : 0 ;
    padding : 0 ;
    border  : 0px solid black ;
    height  : 17px;
}

.barChartImg {
	font-size: x-small;
	margin  : 0 ;
    padding : 0 ;
    border  : 0px solid black ;

    vertical-align: middle;
    height: 25px;
    width:35px;
}
.tableBarChart{
	font-size: x-small;
	margin  : 0 ;
    padding : 0 ;
    border  : 0 solid black ;

    vertical-align: top;
}


/* タブ表示用 */
.square_btn {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 8px 10px 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
	background: #ffbcbc;
	border-bottom: solid 4px #000000;
	border-radius: 15px 15px 0 0;
	transition: .4s;
}.square_btn:hover {
	background: #DC1E37;
	color: #FFF;
}
.square_btn_sel {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 8px 10px 5px 10px;
	text-decoration: none;
	color: #FFF;
	background: #DC1E37;
	border-bottom: solid 4px #DC1E37;
	border-radius: 15px 15px 0 0;
	transition: .4s;
}.square_btn_sel:hover {
	background: #DC1E37;
	color: #FFF;
}

/* KPI表の数値のヒート表示 */
#celLv01{
	background: #F8BBD0;
	color: #000000;
	padding: 0.5em 0.5em;
	font-size: x-small;
}
#celLv02{
	background: #FFCCBC;
	color: #000000;
	padding: 0.5em 0.5em;
	font-size: x-small;
}
#celLv03{
	background: #FFECB3;
	color: #000000;
	padding: 0.5em 0.5em;
	font-size: x-small;
	}
#celLv04{
	background: #C8E6C9;
	color: #000000;
	padding: 0.5em 0.5em;
	font-size: x-small;
}
#celLv05{
	background: #B3E5FC;
	color: #000000;
	padding: 0.5em 0.5em;
	font-size: x-small;
}





/*
==========================================================================
以下、整理が必要
==========================================================================
*/


/* 詳細表表示時の地図のスタイル(RealtimeMonitor以外) */
.maparea_1 {
	width: 530px;
	height: 674px;
}
.controlArea_1{
	padding: 8px 10px 5px 10px;
	width: 1100px;
	height: 85vh;
	background:#ffffff;
	overflow:hidden;
}

.controlArea_2{
	padding: 8px 10px 5px 5px;
	width: 99%;
	height: 85vh;
	background:#ffffff;
	overflow:hidden;
}


/* 詳細表非表示時の地図のスタイル */
.maparea_2 {
	width: 100%;
	height: 674px;
}

/* 詳細表表示時の地図のスタイル(RealtimeMonitor) */
.maparea_3 {
	width: 935px;
	height: 674px;
}


/* Lv06～Lv07:管理者画面でのcelレベル */
#celLv06{
	background: #EFECE4;
	color: #000000;
	padding: 0.5em 0.5em;
	width: 200px;
}
#celLv07{
	background: #EFECE4;
	color: #000000;
	padding: 0.5em 0.5em;
	width: 230px;
}

