﻿
/* -----------------------
 地図表示
 ------------------------*/

  /* 上部最新更新日時、複数局選択表示 */
 .topControl {
  /* width: 800px; */
  height: 30px;
  background-color: transparent;
  margin-bottom: 20px;
  margin-top: 15px;
  /* padding-top: 10px; */
  position: relative;
  top: -10px;
  left: -10px;
  display: table;
}

.topControlButton {
  /* height: 35px; */
  width: 50px;
  font-size: 24px;
  margin-left: 10px;
  padding: 0;
  border-radius: 5px;
  border-color: gainsboro;
  background-color: white;
}

.topButtonArea {
  display: table-cell;
  background-color: lightyellow;
}


.measureDatetimeCtrl {
  width: 180px;
  height: 30px;
  display: table-cell;
  /* background-color: rgba(20, 141, 255, 0.432); */
  background-color: #e6ffe6;
  border-left: solid green 9px;
  /* border-left: solid green 9px; */
  font-family: "meiryo";
  font-size: 1em;
  /* padding: 10px; */
  /* padding: 10px; */
  padding-left: 10px;
  vertical-align: middle;
  /* position: relative;
  top: -130px;
  left: -50px; */
}


.measureDatetimeStr {
  text-align: right;
  padding-right: 5px;
  font-size: 1.3em;
}


.graphTargetCtrl {
  width: 140px;
  font-size: 0.9em;
}

.selectedStationCtrl {
  width: 540px;
  height: 30px;
  display: table-cell;
  /* background-color: rgb(218, 255, 11); */
  background-color: #e6ffe6;
  /* border-style: solid;
  border-width: 1px;
  border-color: black; */
  /* margin-left: 50px; */
  font-size: 1em;
  /* padding: 15px; */

  /* position: relative;
  top: -120px;
  left: 150px; */
}

.topButtonCtrl {
  width: 150px;	
  height: 30px;	
  display: table-cell;
  vertical-align: middle;
  background-color: #e6ffe6;
}

.topSpaceCtrl {
  width: 50px;
}

.stationNameTbl {
  display: table;
}


.stationNameRow {
  display: table-row;
}

.stationNameCell {
  display: table-cell;
  width: 270px;
  height: 20px;
  padding-left: 2px;
  padding-right: 5px;
  border-left: solid 1px;
  vertical-align: middle;
  /* background-color: darkviolet; */
}

.multiStationNo {
  display: table-cell;
}

.stationNameDelete {
  display: table-cell;
}

.stationNameP {
  display: table-cell;
  max-width: 220px;
  width:220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  
}

.stationNameDeleteButton {
  color: red;
  cursor: pointer;
}

#topCtrlGraphButton {
  color: green;
}

#topCtrlClearButton {
  color: red;
}



 /* ポップアップ */
 .popupHeaderTable {
   display: table;
   width: 180px;
   border: none;
   color: black;
 }

 .popupStaffHeaderTable {
  display: table;
  width: 280px;
  border: none;
  color: black;
}

 .popupHeaderElement{
   display: table-row;
 }

 .popupHeaderCell {
  /* width: 200px; */
  border: none;
  background-color: white;
  color: black;
  font-family: "meiryo";
  font-size: 1.3em;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

.popupHeaderAddress {
  font-family: "meiryo";
  font-size: 1em;
}

.popupSokuteiTime {
  font-family: "meiryo";
  font-size: 1.2em;
  text-align: right;
}

 .popupHr {
  width: 180px;
  margin: 2px;
}

.popupStaffHr {
  width: 280px;
  margin: 2px;
}


 .popupValueTable {
  width: 180px;
  border: none;
  background-color: white;
  color: black;
  font-family: "meiryo";
  font-size: 0.8em;
  padding: 0px;
  margin: 0px;
}


.popupStaffValueTable {
  width: 280px;
  border: none;
  background-color: white;
  color: black;
  font-family: "meiryo";
  font-size: 10px;
  padding: 0px;
  margin: 0px;
}

.popupItem {
  width: 50%;
  border: none;
  background-color: white;
  color: black;
  font-family: "meiryo";
  padding: 0px;
  margin: 0px;
  font-size: 1.2em;
  text-align: left;
  line-height: 1.8;
}

.popupStaffItem {
  width: 60%;
  border: none;
  background-color: white;
  color: black;
  font-family: "meiryo";
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  text-align: left;
  line-height: 1.8;
}

.popupItemName {
  width: 50%;
  border: none;
  background-color: white;
  color: black;
  font-family: "meiryo";
  padding: 0px;
  margin: 0px;
  font-size: 1em;
  text-align: right;
}

.popupStaffItemName {
  width: 25%;
  border: none;
  background-color: white;
  color: black;
  font-family: "meiryo";
  padding: 0px;
  margin: 0px;
  font-size: 11px;
  text-align: right;
}


.popupValue {
  width: 30%;
  border: none;
  background-color: white;
  color: black;
  font-family: "meiryo";
  padding: 2px;
  margin: 0px;
  font-size: 1em;
  text-align: right;
}

.popupStaffValue {
  width: 15%;
  border: none;
  background-color: white;
  color: black;
  font-family: "meiryo";
  padding: 2px;
  margin: 0px;
  font-size: 12px;
  text-align: right;
}

.popupValueDose {
  width: 30%;
  border: none;
  background-color: white;
  color: black;
  font-family: "meiryo";
  padding: 2px;
  margin: 0px;
  font-size: 18px;
  text-align: right;
}

.popupStaffValueDose {
  width: 15%;
  border: none;
  background-color: white;
  color: black;
  font-family: "meiryo";
  padding: 2px;
  margin: 0px;
  font-size: 18px;
  text-align: right;
}

.popupUnit {
  width: 20%;
  border: none;
  background-color: white;
  color: black;
  font-family: "meiryo";
  padding: 2px;
  margin: 0px;
  font-size: 0.9em;
  text-align: left;
}

.popupStaffUnit {
  width: 10%;
  border: none;
  background-color: white;
  color: black;
  font-family: "meiryo";
  padding: 2px;
  margin: 0px;
  font-size: 0.9em;
  text-align: left;
}

.popupButtonTable {
  display: table;
  width: 180px;
  height: 35px;
  border: none;
  background-color: white;
  color: black;
  font-family: "meiryo";
  font-size: 0.9em;
  margin-top: 5px;
  margin-bottom: -12px;
}

.popupStaffButtonTable {
  display: table;
  width: 280px;
  height: 35px;
  border: none;
  background-color: white;
  color: black;
  font-family: "meiryo";
  font-size: 0.9em;
  margin-top: 5px;
  margin-bottom: -12px;
}

.popupButtonCell {
  display: table-cell;
  text-align: center;
}

.popupButtonElement {
  width: 45px;
  height: 35px;
  border: solid;
  border-radius: 5px;
  border-width: 1px;
  border-color: darkgray;
  margin: auto;
  padding: 0;
  margin-left: 0px;
  font-size: 2.2em;
  text-align: center;
  cursor: pointer;
  background-color: white;
}

.popupButtonDummy {
  width: 0px;
  height: 10px;
  border: none;
  margin: auto;
}

.popupStaffButtonDummy {
  width: 15px;
  height: 10px;
  border: none;
  margin: auto;
}


.popupButtonIcon {
  color: green;
  margin-top: 4px;
}



.legend {
  position: relative;
  top: -30px;
  left: -10px;
  border: solid;
  border-width: 1px;
  width: 652px;
  height: 32px;
}



 /* 一覧 */

 .mapAreaChangerTab {
   width: 180px;
 }

 
 .mapAreaChangerTabItem {
  /* background-color: rgb(215, 252, 215); */
  background: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  height: 34px;
  width: 90px;
  border: 1px solid;  
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
  cursor: pointer;
  display: table-cell;
 }

 .mapAreaChangerTabItemSelected {
  /* background-color: rgb(167, 199, 167); */
  background: linear-gradient(to bottom, #cccccc 50%, #eeeeee 100%);
}


 .mapAreaStationList {
   height: 100%;
   width: 180px;
   font-size: 0.8em;
   position: relative;
 }

 .areaTable {
  display: table;
  /* border-style: solid;
  border-width: 1px; */
  width: 180px;
  height: 570px;
  background-color: white;
  overflow-y: auto;
  margin: 0px;
  padding: 0px;
 }


 .oneAreaTable {
   display: table-row;
   width: 180px;
   cursor: pointer;
 }

 .oneAreaHeader {
   background: linear-gradient(to bottom, #eeeeee 50%, #b4b4b4 100%);
   height:25px;
   padding: 5px;
   border-style: solid;
   border-width: 1px;
   /* font-size: 14px; */
 }

 .areaHeaderIcon {
  color: green;
  margin-right: 3px;
 }

 .oneAreaStations {
   display: none;
   width: 180px;
   height:400px;
   overflow-y:scroll;
   border-style: solid;
   border-width: 1px;
 
 }

 .oneAreaPP {
  width: 180px;
  height:550px;
  border-style: solid;
  border-width: 1px;

}

 .oneStation {
  display: table;
  padding: 2px;
  width: 160px;
  cursor: pointer;
 }

 .onePP {
  display: table;
  padding: 2px;
  width: 178px;
 }

 .oneStationEven {
   background-color: rgb(248, 248, 248);
 }

 .mapListOneStationRowSelected {
   background-color: #D4F5D5;
 }

 .stationDoseValue {
   display: table-cell;
   width: 15%;
   text-align: center;
   font-size:1.8em;
 }


 .stationName {
  display: table-cell;
  vertical-align: middle;
}

.ppName {
  display: table-cell;
  padding: 5px;
}


.pCloseButton {
  height: 35px;
  width: 50px;
  padding: 0;
	/* position: relative;
	top: 415px;
  left: -200px; */
  border-radius: 5px;
  border-color: gainsboro;
  background-color: white;

}



.listDispChangeButton {
  height: 35px;
  width: 50px;
  margin-left: 100px;
	/* position: relative; */
	/* top: 380px;
	left: -200px; */
}

#listChangeButton {
  color: green;
  font-size: 24px;
}

/* 単位切替 */
.unitControlClass{
  background-color: white;
  border: solid 2px #C2C1BE;
  border-radius: 5px;
  padding: 5px;
  margin-top: 10px;
  margin-right: 40px;
}

/* データ種別切替 */
.dataTypeControlClass{
  background-color: white;
  border: solid 2px #C2C1BE;
  border-radius: 5px;
  padding: 5px;
  padding-right: 10px;
  margin-top: 10px;
}

.circlesBoxControlClass{
  background-color: white;
  border: solid 2px #C2C1BE;
  border-radius: 5px;
  padding: 5px;
  padding-right: 10px;
  margin-top: 10px;
}

/* 地点記録 */

.stMemoryControlButton {
  width: 50px;	
  height: 35px;	
  margin-bottom: 30px;
  border-radius: 5px;
  border-color: gainsboro;
  background-color: white;

}

.stMemoryControlButtonDisable {
  width: 50px;	
  height: 35px;	
  margin-bottom: 30px;
  border-radius: 5px;
  border-color: gainsboro;
  background-color: rgb(194, 194, 194);
}


.stationMemoryButtonPinDisable {
  color: rgb(77, 77, 77);
  font-size: 24px;
}

.stationMemoryButtonArrowDisable {
  color: rgb(77, 77, 77);;
  font-size: 18px;
}

.stationMemoryButtonPin {
  color: green;
  font-size: 24px;
}

.stationMemoryButtonArrow {
  color: green;
  font-size: 18px;
}


/* エリア枠 */
.areaRectNameLabel {
  border: none;
  background-color: transparent;
  /* background-color: yellow; */
  color: white;
  width: 140px;
  text-align: center;
  margin-left: -60px;
  margin-top: -10px;
  font-size: 12px;
}


.areaRectNameText {
  color: #FFF;
  /* font-size: 50px; */
  font-weight: bold;
  text-shadow: 2px 2px 1px #00A,
  -2px 2px 1px #00A,
  2px -2px 1px #00A,
  -2px -2px 1px #00A;
}

 .mapUnitButton {
  width: 80px;
  height: 28px;
  margin: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: green;
  background-color: rgb(215, 252, 215);
  text-align: center;
  vertical-align: 30%;
  font-size: 1em;
  border-radius: 5px;
}

.mapButtonSelected {
  background-color: rgb(167, 199, 167);
}


.timerToggleButton {
  background-color: white;
  border-radius: 5px;
  border: solid 2px rgb(190, 190, 190);
  height: 30px;
}

.pToggleTimer {
  margin-top: -10px;
}