/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
  JASMES Catalog Monitor CSS

  jasmesMapMonitor_main_v5.css

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
@charset "UTF-8";
@import url(./jquery-ui.min.css);

/* 
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  min-height: 100%;
  min-width: 1200px;
  font-family:  'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  position: relative;
}

body{
  margin: 0px;
  padding: 0px;
/*  height:100%;*/
  height:100vh;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
}

/* 1. Header
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
header {
  position: relative;
  top: 0px;
  height:150px;
  width: 100%;
  min-width: 100%;
  background-color: rgb(0,0,0);
  z-index:1;
  border-bottom: 1px solid white;
  background-image: url('../images/back_header.png');
  background-position: bottom;
  background-repeat: repeat-x;
}

  header > img {
    position: absolute;
    top: 3px;
    left: 10px;
    width: 150px;
    z-index:2;
  }

  header #updatearea {
    position: absolute;
    top: 23px;
    left: 190px;
    color: white;
    font-size: 9pt

  }

    div#datemenu_areaA {
      position: absolute;
      top: 42px;
      left: 190px;
      color: white;
      z-index:9;
      padding: 0px;
    }

      div#datemenu_areaA select{
        border: inset 1px white;
        background-color: black;
        margin-left: 0px;
        margin-right: 4px;
        color: white;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
        font-size: 12pt;
        height: 25px;
      }
        div#datemenu_areaA select:hover{
          border: inset 1px orange;
        }

      div#datemenu_areaA select[name='year']{
        width: 80px;
      }
      div#datemenu_areaA select[name='month']{
        width: 60px;
      }
      div#datemenu_areaA select[name='day']{
        width: 230px;
      }

      div#datemenu_areaA button{
        position: relative;
        top: 0px;
        border-radius: 3px;
/*        border: outset 1px rgb(230,74,0); */
        border: outset 1px rgb(255,120,1);
/*        background-color: rgb(230,74,0); */
        background-color: rgba(255,120,1,1);
        color: white;
        font-weight: normal;
        font-size: 12pt;
        text-shadow:
          0px 1px 1px  rgba(0,0,0,0.3),
          1px 0px 1px  rgba(0,0,0,0.3),
          0px -1px 1px rgba(0,0,0,0.3),
          -1px 0px 1px rgba(0,0,0,0.3)
        ;
        width: 150px;
        height: 25px;
        cursor: pointer;
        transition: 0.1s;
      }
        div#datemenu_areaA button:hover{
          background-color: rgba(255,240,189,1.0);
          color: rgb(230,74,0);
          text-shadow: 1px 1px 2px rgba(0,0,0,0.0);
        }

  div#topmenuarea {
    position: absolute;
    top: 5px;
    right: 10px;
  }
    div#topmenuarea ul{
      padding: 0px;
      margin: 0px;
/*      list-style-type: square;*/
      list-style-type: none;
      width: 100%;
      display: flex;
    }

    div#topmenuarea ul li {
      margin: 0px 3px;
      width: 80px;
      height: 30px;
      border-radius: 3px;
/*
      float:left;
      border: 0px solid gray;
      margin: 0px 20px;
      padding: 1px 0px 1px 0px;
      color: white;
      font-size: 10pt;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
*/
    }
      div#topmenuarea ul li a{
          margin-top: 3px;
          padding-top: 10px;
          line-height: 15px;
          display: block;
          text-decoration: none;
          text-align: center;
          font-size:0.9rem;
          height: 40px;
          border-radius: 3px;
          cursor: pointer;
          background-color: rgba(255,255,255,1.0);
          border: 1px solid rgb(150,150,150);
          border-radius: 3px;
          color: rgb(50,50,50);
          text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
          box-shadow:
            0px -12px 5px rgba(0,0,0,0.1) inset,
            2px 2px 2px rgba(0,0,0,0.4)
          ;
/*
        color: rgb(255,255,255);
*/
      }
/*
      div#topmenuarea ul li a:hover {
        color: rgb(255,128,0);
      }
*/

      div#topmenuarea ul li.top a{
        background-color: rgba(80,80,80,1.0);
        border: 1px solid rgb(255,255,255);
        border-radius: 3px;
        color: rgb(255,255,255);
        text-shadow: 1px 1px 2px rgba(128,0,0,0.8);
        box-shadow:
          0px -12px 5px rgba(0,0,0,0.2) inset,
          2px 2px 2px rgba(0,0,0,0.4)
        ;
      }

  div#topMenuContainer {
    position: absolute;
    top: 70px;
    height: 40px;
    width: 100%;
  }
    div#langarea {
      position: absolute;
      top: 11px;
      left: 10px;
      margin: 0px;
      padding: 0px;
      line-height: 0.0em;
    }

    div#datemenu_areaB {
      position: absolute;
      top: 0px;
      left: 180px;
      width: 480px;
      text-align: center;
    }
      div#datemenu_areaB button{
        border-radius: 3px;
        border: outset 1px rgb(0,179,129);
        background-color: white;
        cursor: pointer;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
      }

        div#datemenu_areaB button:hover{
          background-color: rgb(0,179,129);
          color: black;
        }

        div#datemenu_areaB button[name='pday'], button[name='nday'],button[name='pnday'], button[name='nnday'],button[name='pmon'], button[name='nmon'] {
          width: 80px;
        }
        div#datemenu_areaB button[name='renew'] {
          width: 120px;
        }


/* 2. Map area
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
div#container {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  /*height: calc(100% - 81px - 50px);*/
  height: calc(100% - 180px);
  z-index: 0;
  box-sizing: border-box;
}
  div#logo {
    position: absolute;
    bottom:20px;
    right: 280px;
  }

    div#baseswitch {
      position: absolute;
      top: 2px;
      right: 4px;
      z-index: 5;
    }

      div#baseswitch>select {
        border-radius: 5px;
        margin-top: -1px;
        background-color:rgba(0,0,0,0.6);
        color: snow;
        width: 220px;
        height: 25px;
        font-size: 8pt;
        border-radius: 5px;
        border-top: 1px solid dimgray;
        border-left: 1px solid dimgray;
        border-right: 1px solid silver;
        border-bottom: 1px solid silver;
        box-shadow : 0px -1px 1px rgba(255,255,255,0.6) inset;
        text-align:center;
      }

  /* 1-4. Opacity control
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#sliderbox {
    position : absolute;
    top      : 30px;
    right    : 4px;
    width    : 218px;
    height   : 40px;
    background-color:rgba(0,0,0,0.6);
    border-radius: 6px;
    border-top: 1px solid dimgray;
    border-left: 1px solid dimgray;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    color: snow;
    font-size: 7.5pt;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,1.0);
    padding-top: 4px;
    box-shadow :
      1px 1px 2px rgba(0,0,0,0.8) inset,
      1px -1px 1px rgba(255,255,255,0.8) inset
    ;
    z-index: 5;
    line-height: 1.0em;
  }

    div#slider {
      margin: 5px auto 0px auto;
      width: 200px;
      height: 5px;
      border: 0px;
    }
      div#slider .ui-slider-handle {
        border: 0px;
        background-color: gray;
        border-radius: 10px;
        cursor: pointer;
      }
      div#slider .ui-slider-horizontal {
        height: 0.3em;
      }
      div#slider .ui-slider-horizontal,.ui-slider-handle {
        top: -.5em;
        margin-left: -.6em;
      }
      div#slider .ui-slider-range {
        background-color: gray;
      }

  /* 2-2. Map canvas
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */

  div#mapL {
    position: absolute;
    top:0px;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgb(170,170,170);
    cursor:crosshair;
  }

  div#mapR {
    position: absolute;
    top:0px;
    right:0;
    width: 0%;
    height: 100%;
    background-color: rgb(170,170,170);
    cursor:crosshair;
  }

  /* 2-1. Openlayer control style
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#container .ol-scale-line{
    bottom: 5px;
    left: 5px;
    background-color: rgba(0,0,0,0.4);
    border: inset 1px white;
  }
  div#container .ol-attribution{
    height: auto;
    bottom: -1px;
    background-color: rgba(0,0,0,0.4);
    border: inset 1px white
  }

    div#container .ol-attribution ul{
      margin: 0px;
      padding: 0px;
    }
    div#container .ol-attribution ul li{
      color: white;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    }
    div#container div.attrlist {
      float:right;
      margin:0px 2px;
      font-size: 8pt;
      border-left: 1px dotted white;
      padding: 0px 4px;
    }
      div#container div.attrlist a {
        color:rgb(0,115,170);
        text-decoration: none;
      }
  
  div#container .ol-zoom {
    top: 2px;
    /*left: 435px;*/
    left: 385px;
    background-color: rgba(0,0,0,0.4);
    border: inset 1px gray;
  }
    div#container .ol-zoom button {
      border: inset 1px gray;
      background-color: rgba(60,60,60,1.0);
      cursor: pointer;
    }
  
    div#container .ol-zoom button:active {
      background-color: rgba(100,100,100,1.0);
      border: inset 1px gray;
    }
  
  div#container .ol-zoomslider {
    top: 63px;
    /*left: 435px;*/
    left: 385px;
    right: auto;
    width: 26px;
    border-radius: 2px;
    margin: 0px;
    padding: 0px 2px;
  }
  
    div#container .ol-zoomslider {
      background-color: rgba(0,0,0,0.2);
      border: inset 1px gray;
    }
  
      div#container .ol-zoomslider button {
        top:0px;
        left:0px;
        width: 26px;
        margin: 0px;
        border: inset 1px gray;
        background-color: rgba(60,60,60,1.0);
        cursor: pointer;
      }
  
      div#container .ol-zoomslider button:active {
        background-color: rgba(200,200,60,1.0);
        border: inset 1px gray;
      }

/* 3. Footer
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
footer {
  position: relative;
  top: 0px;
  bottom: 0px;
  height: 24px;
  width: calc(100% - 10px);
  background-color: rgba(39,60,44,1.0);
  font-size: 10pt;
  color: white;
  padding: 2px 5px;
  border-top: 2px solid rgb(137,178,201);
}

  footer ul{
    position: absolute;
    top: 0px;
    right: 0px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }

    footer ul li{
      float:left;
      padding: 0px 10px;
    }
      footer ul li a{
        color:white;
      }
      footer ul li a:hover{
        color:rgb(137,178,201);
      }

      footer ul li#toggleInfo {
        text-decoration: underline;
        cursor: pointer;
      }
        footer ul li#toggleInfo:hover {
          color:rgb(137,178,201);
        }

div#chk_geotiffL{
  display: none;
  position: absolute;
  left: 20%;
  top: 50%;
  font-size: 50pt;
  color: rgba(255,255,255,0.8);
  z-index:2;
}

div#chk_geotiffR{
  display: none;
  position: absolute;
  left: 70%; 
  top: 50%;
  font-size: 50pt;
  color: rgba(255,255,255,0.8);
  z-index:2;
}


/* 4. Sidemenu
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
h2#closeprodL{

}

h2#closeprodR{
  left:50%;
  display:none;
}

h2.closeprod{
  margin:0!important;
  height:21px;
/*  width:297px!important;*/
/*  width:397px!important;*/
  width:370px!important;
  background-color:rgba(0,0,0,1)!important;
  color:white!important;
  text-align:left;
  font-size:100%!important;
  border: 1px solid dimgray!important;
  cursor:pointer;
  border-radius: 0!important;
  font-weight: bold!important;
  z-index:10;
  position: absolute;
  padding-left:10px;
}

h2.closeprod img{
  position: absolute;
  top:2px;
  right:2px;
}

div#sidemenu_prodL{
/*  left: 45px;*/
}
div#sidemenu_prodR{
/*  left: calc(50% + 45px);*/
  left: 50%;
  display: none;
}

div.sidemenu {
  position: absolute;
  top: 21px;
/*  left: 45px;*/
/*  width: 325px;*/
/*  width: 430px;*/
  width: 380px;
/*  height: calc(100% - 80px);*/
/*  height: calc(100% - 110px);*/
  height: calc(100% - 130px);
  padding-top: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgba(0,0,0,0.8);
  z-index: 9;
  border: 1px solid dimgray;
}

  div#vectorArea, div.sensorArea, div#drctArea, div.layerArea, div.obsArea, div.periodArea{
    position: relative;
    top: 0px;
    left: 2px;
    margin-bottom: 0px;
  }

  div.sidemenu h2 {
    position: relative;
    margin: 3px;
    margin-bottom:0;
    margin-top:5px;
    padding: 0px 5px;
    width: calc(100% - 25px);
/*    border: outset 1px white;*/
/*    border-radius: 3px;*/
/*    background-color: rgba(242,79,0,0.8); */
/*    background-color: rgba(255,120,1,0.9); */
    color: white;
    font-size: 10.5pt;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  }

  button.plistshow {
    width: 50px!important;
    margin-right:7px;
  }

    button.prdBtn {
      position: absolute;
      top: 2px;
      right: 4px;
      height: 20px;
      /*background-color: rgba(255,0,0,0.8);*/
      border: outset 1px rgba(255,255,255,1.0);
      border-radius: 2px;
      margin: 0px;
      padding: 0px 5px 4px 5px;
      color: white;
      cursor: pointer;
      line-height: 1.0em;
      font-weight: bold;
    }
      button.prdBtn:active {
        background-color: rgba(255,0,0,1.0);
        border: inset 1px rgba(255,255,255,1.0);
      }


  div.sidemenu ul {
    margin: 0px;
    padding: 0px 5px;
    padding-bottom:0!important;
    list-style-type: none;
  }
    div.sidemenu ul li {
      margin: 5px auto;
      padding: 0px 10px;
      /*width: calc(90% - 20px);*/
      /*width: calc(45% - 20px);*/
      width: calc(45% - 10px);
      border: inset 1px white;
      /*border: outset 1px white;*/
      /*border: outset 1px rgba(40,40,40,1.0);*/
      border-radius: 3px;
      /*background-color: rgba(40,40,40,1.0);*/
      /*background-color: white;*/
      box-shadow: 1px 2px 1px rgba(0,0,0,1.0);
      /*color: white;*/
      /*color: rgba(40,40,40,1.0);*/
      font-size: 10pt;
      cursor: pointer;
      text-align:center;
    }

  div.div_categoly{
    display: none;
  }

  ul#periodSelect {
    margin-left: 11px;
    list-style-type: none;
    display: flex;
  }

    ul#periodSelect li {
      top: 0px;
      margin: 5px 3px;
      border: outset 1px white;
      background-color: rgba(0,0,0,1.0);
      box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
      /*width: 38px;*/
      width: 65px;
      color: white;
      text-align: center;
      align-item: center;
      font-size: 10pt;
      cursor: pointer;
    }

  div.curvecInput{
    border:1px solid white;
    width:302px;
    left:4px;
    position:relative;
    border-radius:4px;
    padding:3px 5px;
    margin-top:10px;
  }

  div.curvecInput span{
    color:white;
    font-weight:bold;
    font-size: 10pt
  }
  
  div.curvecInput label{
    font-size: 10pt;
    color:white;
  }

  div.curvecInput p{
    font-size:8pt!important;
    color:white!important;
    display:block!important;
    margin:4px 1rem 4px 1rem!important; 
  }

  div.sensorArea ul {
    margin-left:14px;
  }

  div.sensorArea ul li {
    /*background-color: rgba(40,40,40,1.0); */
    background-color: rgba(0,0,0,1.0);
    color: white; 
    border: outset 1px white;
    display:inline-block;
  }

  div#sensorArea ul li span {
    font-size: 9pt;
    padding-left:5px;
    color: gray;
  }

  div.obsArea ul {
    margin-left:14px;
  }

  div.obsArea ul li {
    /*background-color: rgba(40,40,40,1.0);*/
    background-color: rgba(0,0,0,1.0);
    color: white;
    border: outset 1px white;
    display:inline-block;
  }

  div#obsArea ul li span {
    font-size: 9pt;
    padding-left:5px;
    color: gray;
  }

  h2.senDN {
    margin: 0.1rem 0.5rem!important;
    font-size:9pt!important;
  }

  p.obsexp {
    font-size:8pt;
    margin: 4px 1.3rem;
    margin-top:0;
    /*color:rgb(200,0,0);*/
    color:white;
  }

  div.layerArea p{
    font-size:9pt;
    margin: 10px 1rem 4px 1rem;
    color:white;
    font-weight: bold;
    display: none;
  }

  div.layerArea li {
    /*display: none;*/
    background-color: rgb(168,217,38);
    /*background-color: rgb(255,255,255);*/
    color: rgb(128,0,128);
    /*color: rgb(0,0,0);*/
    /*height: 24px;*/
    vertical-align: middle;
    /*cursor: default!important;*/
    /*width: calc(90% - 20px)!important;*/
    /*width: calc(90% - 40px)!important;*/
    /*width: calc(90% - 25px)!important; */
    width: calc(90% - 5px)!important;
    /*margin-left:24px!important;*/
    /*margin-left:14px!important;*/
    margin-left:4px!important;
    cursor:pointer;
    text-align:left!important;
  }

  div.layerArea h2 button {
    position: absolute;
    top:-6px;
    right:0px;
    width: 22px;
    height:20px;
    padding:0;
    cursor:pointer;
  }
  div.layerArea h2 button img{
    width: 100%;
  }


  div.layerArea p.prodexp {
    font-size:9pt;
    margin: 4px 1rem;
    /*color:rgb(200,0,0);*/
    color:white;
    display:none;
  }

  div.layerArea ul.categorylist {
    display:flex;
    margin:0;
    padding: 0px 5px;
    margin-left: 11px;
    margin-top: 0px;
  }
  div.layerArea ul.categorylist li {
    display:block;
    /*width:39px!important;*/
    /*width:65px!important;*/
    width:55px!important;
    font-size:10pt;
    margin:5px 3px!important;
    text-align:center!important;
    padding: 0px 10px;
    box-shadow: none;
  }

  ul.prodselect {
    border: solid 1px dimgray;
    margin: 0px 11px!important;
    padding-bottom: 5px!important;
    border-radius: 3px;
    position: relative;
    top: -6px;
    height: 310px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  div.sidemenu button {
    margin: 5px auto;
    margin-left: 20px;
    padding: 0px 10px;
    border-radius: 3px;
    font-size: 10pt;
    width: calc(93% - 5px);
    background-color: rgb(0,0,0);
    text-shadow: rgba(0,0,0,0) 1px 1px 2px;
    border: 1px outset white;
    color: rgb(255,255,255);
    cursor: pointer;
  }

  div.sidemenu button.on {
    background-color: rgb(168,217,38)!important;
    color: rgb(128,0,128)!important;
  }

  /* colorbar area */
  .cbarareaC table {
    width: 95%;
  }

  table.cbartblCL, table.cbartblCR {
    width: 400px;
    border-collapse: collapse;
    margin: 0px 2px 0px 2px;
    font-size:10pt;
  }
    table.cbartblCL td, table.cbartblCR td {
      text-align: center;
      padding: 0px;
      line-height: 1.0;
      width: 80px;
    }
    table.cbartblCL td:nth-child(2) {
      width: 200px;
    }
    table.cbartblCR td:nth-child(2) {
      width: 200px;
    }
    table#cbarCL, table#cbarCR {
      width: 95%;
      border-collapse: collapse;
      margin: 0px 2px 4px 2px;
      font-size:8pt;
      left:2%;
      position:relative;
    }
      td#tblprodCL,td#tblprodCR {
        width: 120px;
      }
      td#tblunitCL,td#tblunitCR {
        width: 40px;
      }

    #cbarCL td {
      width: 54px;
      color: black;
    }
    #cbarCR td {
      width: 54px;
      color:black;
    }
    #cbarCL td input {
      font-size: 10pt;
      text-align: right;
      width: 50px;
      margin: 0px;
      padding: 0px;
    }
    #cbarCR td input {
      font-size: 10pt;
      text-align: right;
      width: 50px;
      margin: 0px;
      padding: 0px;
    }

    .cbarareaCL button {
      width: 50%;
    }

/* 4. Information Windows
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* 4-2. Information Area
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#infoArea {
  position: absolute;
  top: 0px; 
/*  left: 370px;*/
/*  left: 470px;*/
  left: 420px;
/*  left: calc(50% - 350px);*/
  margin: 0px auto;
  background-color: rgba(0,0,0,0.6);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  border: 1px solid rgba(0,0,0,0.8);
  border-raidus: 5px;
  width: 450px;
  z-index: 8;
  display: block;
}
  div#infoArea h2 {
    margin: 0px;
    height: 21px;
    width: 100%;
    background-color: rgba(0,0,0,1.0);
    line-height: 22px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    font-size: 100%;
    border: 1px solid dimgray;
    cursor: pointer;
  }
    div#infoArea h2 img{
      position: absolute;
      top:2px;
      right: 2px;
    }

  /* 4-2. What's New
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  div#infoArea dl.whatsnew {
    font-size: 10pt;
    width: 100%;
    height: 300px;
    text-align: left;
    overflow-y: scroll;
    color: rgb(255,255,255);
    margin: 0px;
    padding: 0px;
  }  

    div#infoArea dl.whatsnew dt {  
      font-size: 9pt;
      float:left;  
      width:90px;  
      padding:0px 0px;  
      font-weight:bold;  
      border-top: 1px dotted #CCC;
      padding: 0px 5px;
    }

    div#infoArea dl.whatsnew dd {  
      margin-left: 90px;  
      border-top: 1px dotted #CCC;
      line-height: 1.3em;
      padding: 0px 5px;
    }  

    div#infoArea dl.whatsnew a:link    {color: #f04f00; text-decoration: none;}
    div#infoArea dl.whatsnew a:visited {color: #f04f00; text-decoration: none;}
    div#infoArea dl.whatsnew a:hover   {color: #ff7200; text-decoration: underline;}
    div#infoArea dl.whatsnew a:active  {color: #ff7e00; text-decoration: underline;}

div#WF_infoAreaL {
  position: absolute;
//  top: 10px;
  top: 230px;
//  left: 350px;
  left: 45px;
  margin: 0px auto;
  background-color: rgba(0,0,0,0.6);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  border: 1px solid dimgray;
  border-raidus: 5px;
//  width: 350px;
  width: 303px;
  z-index: 8;
  display: none;
}
  div#WF_infoAreaL h2 {
    margin: 0px;
    height: 21px;
    width: 100%;
    background-color: rgba(0,0,0,1.0);
    line-height: 22px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    font-size: 100%;
    cursor:pointer;
  }
    div#WF_infoAreaL h2 img{
      position: absolute;
      top:2px;
      right: 2px;
    }

  div#WF_infoAreaL h3 {
    font-size: 10pt;
    width: 100%;
    text-align: left;
    color: rgb(255,255,255);
    margin: 10px;
    margin-bottom: 0px;
    /*padding: 10px;*/
  } 

    div#WF_infoAreaL h3 a:link    {color: #f04f00; text-decoration: none;}
    div#WF_infoAreaL h3 a:visited {color: #f04f00; text-decoration: none;}
    div#WF_infoAreaL h3 a:hover   {color: #ff7200; text-decoration: underline;}
    div#WF_infoAreaL h3 a:active  {color: #ff7e00; text-decoration: underline;}

    div#WF_infoAreaL p {
      font-size: 10pt;
      color: rgb(255,255,255);
      margin-left: 22px;
      margin-top: 0px;
    }
    div#WF_infoAreaL p a:link    {color: #f04f00; text-decoration: none;}
    div#WF_infoAreaL p a:visited {color: #f04f00; text-decoration: none;}
    div#WF_infoAreaL p a:hover   {color: #ff7200; text-decoration: underline;}
    div#WF_infoAreaL p a:active  {color: #ff7e00; text-decoration: underline;}

div#WF_infoAreaR {
  position: absolute;
//  top: 10px;
  top: 230px;
//  left: 350px;
//  left: 45px;
  left: calc(50% + 45px);
  margin: 0px auto;
  background-color: rgba(0,0,0,0.6);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  border: 1px solid dimgray;
  border-raidus: 5px;
//  width: 350px;
  width: 303px;
  z-index: 8;
  display: none;
}
  div#WF_infoAreaR h2 {
    margin: 0px;
    height: 21px;
    width: 100%;
    background-color: rgba(0,0,0,1.0);
    line-height: 22px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    font-size: 100%;
  }
    div#WF_infoAreaR h2 img{
      position: absolute;
      top:2px;
      right: 2px;
    }

  div#WF_infoAreaR h3 {
    font-size: 10pt;
    width: 100%;
    text-align: left;
    color: rgb(255,255,255);
    margin: 10px;
    margin-bottom: 0px;
    /*padding: 10px;*/
  }
    div#WF_infoAreaR h3 a:link    {color: #f04f00; text-decoration: none;}
    div#WF_infoAreaR h3 a:visited {color: #f04f00; text-decoration: none;}
    div#WF_infoAreaR h3 a:hover   {color: #ff7200; text-decoration: underline;}
    div#WF_infoAreaR h3 a:active  {color: #ff7e00; text-decoration: underline;}

    div#WF_infoAreaR p {
      font-size: 10pt;
      color: rgb(255,255,255);
      margin-left: 22px;
      margin-top: 0px;
    }
    div#WF_infoAreaR p a:link    {color: #f04f00; text-decoration: none;}
    div#WF_infoAreaR p a:visited {color: #f04f00; text-decoration: none;}
    div#WF_infoAreaR p a:hover   {color: #ff7200; text-decoration: underline;}
    div#WF_infoAreaR p a:active  {color: #ff7e00; text-decoration: underline;}

  div#pageSelect {
    position: absolute;
    top: 40px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
  }

  div#pageSelect div {
    height: 33px;
    line-height: 33px;
    color:white;
    font-size: 15pt;
    margin: 0 0 0 14px;
    font-weight: bold;
  }

  div#pageSelect ul {
    /*position: absolute;*/
    /*top: 40px;*/
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
  }

    div#pageSelect ul li {
      padding-top: 3px;
      border: outset 1px white;
      border-radius: 5px;
      background-color: rgba(0,0,0,1.0);
      box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
      width: 130px;
      height: 28px;
      line-height: 26px;
      color: white;
      text-align: center;
      font-size: 10pt;
      cursor: pointer;
      margin-left: 12px;
    }

    div#pageSelect ul li#scroll {
      background-color: rgba(168,217,38,1.0);
      color: rgb(128,0,128);
      cursor:default;
    }

    div#pageSelect ul li#calendar {
      background-color: rgba(40,40,40,1.0);
      color: white;
    }

    div#mapLink{
      position: absolute;
      top: 110px;
      display: flex;
      left:calc(50% - 130px);
      z-index:9;
      
    }

    div#displaySelect{
      position: absolute;
      top: 110px;
      display: flex;
/*      left:calc(50% - 130px); */
/*      right: 50px; */
      right: 10px;
      z-index:10;
      width 300px;
    }
    div#displaySelect button, div#mapLink button{
      top: 0px;
      padding-top: 3px;
      margin-left: 5px;
      border: outset 1px white;
      border-radius: 5px;
      background-color: rgba(40,40,40,1.0);
      box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
      width: 130px;
      height: calc(35px - 3px);
      color: white;
      line-height: 1.0em;
      text-align: center;
      font-size: 10pt;
      cursor: pointer;
    }

    div#displaySelect button.on, div#mapLink button.on{
      background-color: rgba(168,217,38,1.0);
      color: rgb(128,0,128);
    }

/* 
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */

/* Pop-up content  */
      .ol-popup {
        position: absolute;
        background-color: white;
        -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        padding: 20px;
        margin-left: -20px;
        border-radius: 5px;
        border: 1px solid #cccccc;
        bottom: 10px;
        font-size: 10pt;
        z-index:9;
      }
      .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 20px;
        margin-left: -10px;
      }
      .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 20px;
        margin-left: -11px;
      }
      .ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
      }
      .ol-popup-closer:after {
        content: "close";
      }

      .ol-popup table{
        width: 250px;
      }
      .ol-popup table th{
        text-align: left
      }



div#imageList li img {
  border     : 1px solid black;
  opacity    : 0.5;
  transition : 0.2s;
}

div#imageList li img[name='thumb3'] {
  border: 2px solid red;
  opacity: 1.0;
}
  div#imageList li div {
    font-size: 9pt;
    margin: 0px;
    line-height: 1.0em;
  }


table.prodlist {
  width: 98%;
  border: 1px solid black;
  border-radius: 3px;
  border-collapse: collapse;
  margin: 0px auto 5px auto;
}

  table.prodlist th{
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgb(50,50,50);
    background-color: rgba(100,100,100,1.0);
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 8.5pt;
  }
  
  table.prodlist td{
    border-bottom: 1px solid rgb(50,50,50);
  }
  
  table.prodlist td:nth-child(1){
    width: 310px;
    /*font-size: 11pt;*/
    vertical-align: middle;
  }
    table.prodlist td:nth-child(1) label{
      border: 1px solid rgb(50,50,50);
      background-color: rgba(170,170,170,0.6);
      color: rgb(10,10,10);
      border-radius: 3px;
      width: 96%;
      display: block;
      /*cursor: pointer;*/
      padding-left:0.5rem;
    }

    table.prodlist td:nth-child(1) input{
      vertical-align: middle;
      margin: auto 3px;
    }

    table.prodlist td:nth-child(2){
      /*width: 170px;*/
      width: 122px;
      vertical-align: middle;
      padding: 0 1%;
    }
      table.prodlist td:nth-child(2) img{
        vertical-align: middle;
        margin: 0px 1px;
      }
    table.prodlist td:nth-child(3){
      /*width: 300px;*/
      width: 250px;
      vertical-align: middle;
    }
      table.prodlist td:nth-child(3)>div{
        width: 100%;
        margin: 0px 0px 0px 15px;
      }

div.t0 {
  float: left;
  border: 2px solid rgb(255,255,255);
  border-radius: 3px;
  background-color: rgb(200,200,200);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  font-size: 9pt;
  font-weight: bold;
  width: calc(100% / 3 - 12px - 6px);
/*  width: calc(100% / 4 - 12px); */
  text-align: center;
  margin: 0px 2px;
  color: rgb(150,150,150);
}

div.t1 {
  float: left;
  border: 2px solid rgb(255,255,255);
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  font-size: 9pt;
  font-weight: bold;
  width: calc(100% / 3 - 12px - 6px);
/*  width: calc(100% / 4 - 12px);*/
  text-align: center;
  margin: 0px 2px;
  background-color: rgba(242,79,0,0.8);
  color: white;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

div#cbararea {
  position: absolute;
  bottom: 0px;
  left: 300px;
  z-index: 9;
  width: 600px;
  height: 50px;
  border: 1px solid black;
  background-color: rgba(248,248,255,1.0);
  text-align: center;
  cursor: pointer;
  display: none;
}
  div#cbararea img {
    width: 100%;
  }



div#cbarareaL {
  position: absolute;
/*  bottom: 5px;*/
  bottom: 0px;
  z-index: 10;
/*  left: 300px; */
  margin: 10px;
  margin-left: 6px;
  margin-bottom: 0px;
/*  margin-bottom: 28px;*/
/*  background-color: rgba(0,0,0,0.6);*/
  background-color: rgba(255,255,255,0.5);
  border: 1px solid rgb(0,0,0);
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
/*  color: rgb(255,255,255); */
  color: rgb(0,0,0);
  text-align: center;
  cursor: pointer;
  display: block;
  z-index: 4;
}
  div#cbarareaL > table > img {
    width: 400px;
  }

div#cbarareaCL {
  position: absolute;
  bottom:59px;
  height:68px;
  z-index: 10;
  margin: 10px;
  margin-left: 6px;
  margin-bottom: 0px;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid rgb(0,0,0);
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  color: rgb(0,0,0);
  text-align: center;
  cursor: pointer;
  display: none;
}

div#cbarareaCAL {
  position: absolute;
  bottom:110px;
  left: 380px;
/*  height:264px; */
  height:275px;
  z-index: 10;
  margin: 10px;
  margin-left: 6px;
  margin-bottom: 0px;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid rgb(0,0,0);
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  color: rgb(0,0,0);
  text-align: center;
  cursor: pointer;
  display: none;
}


div#cbarareaR {
  position: absolute;
  bottom: 0px;
  left: calc(50%);
  margin: 10px;
  margin-left: 6px;
  margin-bottom: 0px;
/*  margin-bottom: 28px;*/
  z-index: 10;
/*  background-color: rgba(0,0,0,0.6);*/
  background-color: rgba(255,255,255,0.5);
  border: 1px solid rgb(0,0,0);
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
/*  color: rgb(255,255,255);*/
  text-align: center;
  cursor: pointer;
  display: none;
  z-index: 4;
}
  div#cbarareaR > table > img {
    width: 400px;
  }

div#cbarareaCR {
  position: absolute;
  bottom:59px;
  height:68px;
  left: calc(50%);
  z-index: 10;
  margin: 10px;
  margin-left: 6px;
  margin-bottom: 0px;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid rgb(0,0,0);
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  color: rgb(0,0,0);
  text-align: center;
  cursor: pointer;
  display: none;
}

div#cbarareaCAR {
  position: absolute;
  bottom:110px;
  left: calc(50% + 374px);
  height:264px;
  z-index: 10;
  margin: 10px;
  margin-left: 6px;
  margin-bottom: 0px;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid rgb(0,0,0);
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  color: rgb(0,0,0);
  text-align: center;
  cursor: pointer;
  display: none;
}

  div#cbarareaL > div > span {
    margin: 0 5px;
    font-size: 9pt;
    font-weight: bold;
  }

  div#cbarareaR > div > span {
    margin: 0 5px;
    font-size: 9pt;
    font-weight: bold;
  }

  img[name='cbarimgL'] {
    width: 500px;
  }

  img[name='cbarimgR'] {
    width: 500px;
  }

  

  /* colorbar area */
  table.cbartblL, table.cbartblR {
    width: 500px;
    border-collapse: collapse;
    margin: 0px 2px 0px 2px;
    font-size:10pt;
  }
    table.cbartblL td, table.cbartblR td {
      text-align: center;
      padding: 0px;
      line-height: 1.0;
      width: 80px;
    }
    table.cbartblL td:nth-child(2) {
      width: 200px;
    }
    table.cbartblR td:nth-child(2) {
      width: 200px;
    }

    table#cbarL, table#cbarR {
      width: 500px;
      border-collapse: collapse;
      margin: 0px 2px 10px 2px;
      font-size:10pt;
    }
      td#tblprodL,td#tblprodR {
        width: 120px;
      }
      td#tblunitL,td#tblunitR {
        width: 40px;
      }

    #cbarL td {
      width: 80px;
    }
    #cbarR td {
      width: 80px;
    }

    #cbarL td input {
      font-size: 10pt;
      text-align: right;
      width: 70px;
      margin: 0px;
      padding: 0px;
    }
    #cbarR td input {
      font-size: 10pt;
      text-align: right;
      width: 70px;
      margin: 0px;
      padding: 0px;
    }

  td#tblprodL, td#tblprodR {
    font-size: 9pt;
  }

  button.resetbtn {
    font-size: 8pt;
    padding: 2px;
    width: 74px;
    border-radius: 3px;
    border: 1px outset rgb(50,50,50);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  }

div#cbartoggleL {
  position: absolute;
  bottom: 42px;
  left: 7px;
  width: 25px;
  height: 25px;
  padding: 0px;
  line-height: 1.0em;
  margin: 0px auto;
  -weblit-transform: rotate(0deg):
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: rgba(0,0,0,0.8);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  border: 1px inset rgba(0,0,0,1.0);
  border-radius: 3px;
  cursor: pointer;
  z-index: 5;
}

  div#cbartoggleL span {
    display: block;
    position: absolute;
    height: 2px;
    left: calc(25% - 2px);
    background-color: rgba(255,255,255,1.0);
    border-radius: 2px;
    opacity: 1.0;
    -weblit-transform: rotate(0deg):
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

    div#cbartoggleL.open span:nth-child(1) {
      top: 5px;
      width: 50%;
      left: calc(35% - 2px);
      -weblit-transform: rotate(60deg):
      -moz-transform: rotate(60deg);
      -o-transform: rotate(60deg);
      transform: rotate(60deg);
    }
    div#cbartoggleL.open span:nth-child(2) {
      top: 15px;
      width: 50%;
      left: calc(35% - 2px);
      -weblit-transform: rotate(-60deg):
      -moz-transform: rotate(-60deg);
      -o-transform: rotate(-60deg);
      transform: rotate(-60deg);
    }

    div#cbartoggleL.open span:nth-child(2) {
      top: 15px;
      width: 50%;
      left: calc(35% - 2px);
      -weblit-transform: rotate(-60deg):
      -moz-transform: rotate(-60deg);
      -o-transform: rotate(-60deg);
      transform: rotate(-60deg);
    }

    div#cbartoggleL span:nth-child(1) {
      top: 10px;
      width: 70%;
      left: calc(25% - 2px);
      -weblit-transform: rotate(-45deg):
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    div#cbartoggleL span:nth-child(2) {
      top: 10px;
      width: 70%;
      left: calc(25% - 2px);
      -weblit-transform: rotate(45deg):
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

div#cbartoggleR{
  position: absolute;
  bottom: 42px;
  left: calc(7px);
  width: 25px;
  height: 25px;
  padding: 0px;
  line-height: 1.0em;
  margin: 0px auto;
  -weblit-transform: rotate(0deg):
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: rgba(0,0,0,0.8);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  border: 1px inset rgba(0,0,0,1.0);
  border-radius: 3px;
  cursor: pointer;
  z-index: 5;
}

  div#cbartoggleR span {
    display: block;
    position: absolute;
    height: 2px;
    left: calc(25% - 2px);
    background-color: rgba(255,255,255,1.0);
    border-radius: 2px;
    opacity: 1.0;
    -weblit-transform: rotate(0deg):
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

    div#cbartoggleR.open span:nth-child(1) {
      top: 5px;
      width: 50%;
      left: calc(35% - 2px);
      -weblit-transform: rotate(60deg):
      -moz-transform: rotate(60deg);
      -o-transform: rotate(60deg);
      transform: rotate(60deg);
    }
    div#cbartoggleR.open span:nth-child(2) {
      top: 15px;
      width: 50%;
      left: calc(35% - 2px);
      -weblit-transform: rotate(-60deg):
      -moz-transform: rotate(-60deg);
      -o-transform: rotate(-60deg);
      transform: rotate(-60deg);
    }
    div#cbartoggleR span:nth-child(1) {
      top: 10px;
      width: 70%;
      left: calc(25% - 2px);
      -weblit-transform: rotate(-45deg):
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    div#cbartoggleR span:nth-child(2) {
      top: 10px;
      width: 70%;
      left: calc(25% - 2px);
      -weblit-transform: rotate(45deg):
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
