/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
@charset "utf-8";
@import url("/GSMaPxNEXRA/css/button_style.css");

html, body {
  -webkit-text-size-adjust: 100%;
  background-color: rgb(170,170,170);
  font-family:'メイリオ',Meiryo,
               'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',
               'ＭＳ Ｐゴシック',sans-serif;
  line-height: 150%;
  color: #555;
  margin: 0px;
  height: 100%;
  min-width: 1350px;
}

/* 1. Header
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#header {
  position: relative;
  top: 0px;
  height: 140px;
  width: 100%;
  background-color: rgb(248,248,248);
  background-image: url(../images/bg_header.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  z-index:2;
}

  div#header img.logo {
    margin: 10px 10px 0px 0px;
    float: right;
    width: 180px;
  }

  div#header img.title {
    margin: 10px 0px 0px 5px;
    float: left;
  }

  div#links {
    position: absolute;
    top: 10px;
    right: 200px;
  }
    div#links ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      float: left;
    }
      div#links ul li {
        float: left;
        margin: 0px 3px;
        width: 80px;
        height: 30px;
        border-radius: 3px;
      }
        div#links ul li a {
          margin-top: 3px;
          padding-top: 10px;
          line-height: 1.4em;
          display: block;
          text-decoration: none;
          text-align: center;
          font-size:10.5pt;
          height: 40px;
          border-radius: 3px;
          cursor: pointer;
        }
        div#links ul li a span {
          font-size: 12pt;
        }

        div#links ul li#menubtn > a{
          margin-top: 4px;
          display: block;
          text-decoration: none;
          text-align: center;
          text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
          font-size:8pt;
          background-color: rgba(60,0,120,0.8);
          /* background-color: rgba(0,125,0,1.0); */
          border: 1px solid rgb(180,180,180);
          height: 40px;
          padding-top:10px;
          line-height: 1.5em;
          border-radius: 3px;
          color: rgb(255,255,255);
          cursor: pointer;
          box-shadow:
            0px 36px 5px rgba(255,255,255,0.1) inset,
            2px 2px 2px rgba(0,0,0,0.4)
          ;
        }
          div#links ul li#menubtn > div:first-line {
            font-size: 10pt;
          }

        div#links ul li#menubtnj > div{
          margin-top: 4px;
          display: block;
          text-decoration: none;
          text-align: center;
          text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
          font-size:8pt;
          background-color: rgba(0,0,0,0.8);
          border: 1px solid rgb(180,180,180);
          height: 40px;
          padding-top:10px;
          line-height: 1.5em;
          border-radius: 3px;
          color: rgb(255,255,255);
          cursor: pointer;
          box-shadow:
            0px 36px 5px rgba(255,255,255,0.1) inset,
            2px 2px 2px rgba(0,0,0,0.4)
          ;
        }
          div#links ul li#menubtnj > div:first-line {
            font-size: 8pt;
          }

          div#links ul li.reg a{
            line-height: 1.2em;
            background-color: rgba(255,137,2,1.0);
            border: 1px solid rgb(255,255,255);
            border-radius: 3px;
            font-size: 10pt;
            color: rgb(255,255,255);
            text-shadow: 1px 1px 2px rgba(128,0,0,0.8);
            box-shadow:
              0px -12px 5px rgba(255,0,0,0.2) inset,
              2px 2px 2px rgba(0,0,0,0.4)
            ;
          }

          div#links ul li.toplink a{
            background-color: rgba(255,255,255,1.0);
            border: 1px solid rgb(150,150,150);
            border-radius: 3px;
            font-size: 9pt;
            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)
            ;
          }
            div#links ul li.toplink a:first-line {
              font-size: 12pt;
            }

          div#links ul li.toplink2 a{
            background-color: rgba(255,255,255,1.0);
            border: 1px solid rgb(150,150,150);
            border-radius: 3px;
            font-size: 9.5pt;
            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)
            ;
          }
            div#links ul li.toplink2 a:first-line {
              font-size: 8pt;
            }

          div#links ul li.toplinkA a{
            line-height: 1.2em;
            background-color: rgba(255,255,255,1.0);
            border: 1px solid rgb(150,150,150);
            border-radius: 3px;
            font-size: 11pt;
            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)
            ;
          }

  div#header ul#info {
    position: absolute;
    top: 43px;
    left: 5px;
    font-size: 85%;
    color: #555555;
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  div#header ul#info li {
    margin-right: 10px;
    line-height: 25px;
    float: left;
  }

  div#header div#latest {
    font-size: 85%;
    color: #555555;
    list-style: none;
  }

  div#console {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
    background-image: url(../images/bg_console.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-color: rgb(74,74,74);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  }
    div#dateSelect {
      position: absolute;
      top: 7px;
      left: 5pt;
      height: 25px;
      color: rgb(255,255,255);
    }

    div#changeImgCtrl {
      position: absolute;
      top: 39px;
      left: 10px;
      height: 25px;
    }


    div#console select {
      height: 30px;
      border: 1px solid #777;
      background-color: #444;
      color: #FFF;
      font-size: 14pt;
    }
    div#console option {
      border: 1px solid #555;
      font-weight: normal;
      color: #FFF;
      font-size: 14pt;
    }

    div#console button[name='link_movie'] {
      position: absolute;
      top: 10px;
      left: 605px;
      line-height: 1.0em;
      padding: 5px;
      border-radius: 3px;
      background-color: rgba(240,240,240,1.0);
      border-top: 1px solid rgb(250,250,250);
      border-bottom: 1px solid rgb(180,180,180);
      border-left: 1px solid rgb(221,221,221);
      border-right: 1px solid rgb(221,221,221);
      box-shadow:
        0px 4px 4px rgba(255,255,255,0.1) inset,
        0px -4px 4px rgba(20,20,20,0.1) inset,
        1px 1px 3px rgba(0,0,0,0.8)
      ;
      color: black;
      cursor: pointer;
    }
        div#console button[name='link_movie']:hover {
          background-color: rgba(181,230,29,1.0);
          border-radius: 3px;
          border: inset 1px gray;
        }

    div#console button[name='system_info'] {
      position: absolute;
      top: 10px;
      left: 720px;
      line-height: 1.0em;
      padding: 5px;
      border-radius: 3px;
      background-color: rgba(240,240,240,1.0);
      border-top: 1px solid rgb(250,250,250);
      border-bottom: 1px solid rgb(180,180,180);
      border-left: 1px solid rgb(221,221,221);
      border-right: 1px solid rgb(221,221,221);
      box-shadow:
        0px 4px 4px rgba(255,255,255,0.1) inset,
        0px -4px 4px rgba(20,20,20,0.1) inset,
        1px 1px 3px rgba(0,0,0,0.8)
      ;
      color: red;
    }

    div#btnGroup {
      position:absolute;
      top: 5px;
      right: 10px;
      height: 55px;
      width: 380px;
      background-color:rgba(0,0,0,0.4);
      border-radius: 5px;
      border: 1px solid dimgray;
      box-shadow :
        1px 1px 2px rgba(0,0,0,0.8) inset,
        1px -1px 1px rgba(255,255,255,0.8) inset
      ;
      padding: 1px;
      color:white;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
      text-align:center;
      line-height: 0.9em;
      display: flex;
      flex-wrap: wrap;
    }

      button.overlaybtn {
        width: 120px;
        height: 25px;
        border-radius: 5px;
        background-color: rgba(87,87,87,1.0);
        border-top: 1px solid rgb(210,210,210);
        border-bottom: 1px solid rgb(113,113,113);
        border-left: 1px solid rgb(101,101,101);
        border-right: 1px solid rgb(101,101,101);
        box-shadow: 
          0px 4px 4px rgba(255,255,255,0.1) inset,
          0px -4px 4px rgba(20,20,20,0.1) inset,
          1px 1px 3px rgba(0,0,0,0.8)
        ;
        cursor: pointer;
        padding: 0px;
        color: white;
        margin:0px 3px;
      }
        button.overlaybtn div {
          line-height: 0.85em;
          font-size: 9pt;
          padding: 0px;
          margin: 0px;
        }

      button.blank {
        background-color:transparent;
        border:0px solid rgb(0,0,0);
        box-shadow: 0px 0px 0px rgba(0,0,0,0);
        cursor: default;
        
      }
      button#btn1, button#btn2, button#btn3 {
      }

      button#btn3, button#btn4, button#btn5 {
        background-color: rgba(0,59,157,1.0);
      }

    div#logoview_now {
      position     : absolute;
      top: 5px;
      right: 400px;
      width: 105px;
      height: 35px;
    }

    div#sidebtn {
      position:absolute;
      top: 0px;
      right: 10px;
      width: 35px;
      height: 25px;
      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);
      cursor: pointer;
      z-index: 3;
    }
      div#sidebtn span {
        display: block;
        position: absolute;
        height: 2px;
        width: 70%;
        left: 15%;
        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#sidebtn span:nth-child(1) {
          top: 2px;
          width: 0%;
          left: 50%;
        }
        div#sidebtn span:nth-child(2) {
          top: 10px;
          -weblit-transform: rotate(45deg):
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        div#sidebtn span:nth-child(3) {
          top: 10px;
          -weblit-transform: rotate(-45deg):
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
        }
        div#sidebtn span:nth-child(4) {
          top: 18px;
          width: 0%;
          left: 50%;
        }

        div#sidebtn.open span:nth-child(1) {
          top: 2px;
          width: 70%;
          left: 15%;
        }
        div#sidebtn.open span:nth-child(2) {
          -weblit-transform: rotate(0deg):
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          top: 10px;
        }
        div#sidebtn.open span:nth-child(3) {
          -weblit-transform: rotate(0deg):
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          top: 10px;
        }
        div#sidebtn.open span:nth-child(4) {
          top: 18px;
          width: 70%;
          left: 15%;
        }


    div#sidemenu {
      position:absolute;
      top: 25px;
      right: 10px;
      width: 248px;
      background-color: rgba(0,0,0,0.6);
      border: 1px solid rgb(0,0,0);
      border-radius: 0px 0px 3px 3px;
      box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
      text-align: center;
      line-height: 1.0em;
      z-index: 2;
    }
      div#sidemenu div.sublbl {
        margin: 0px;
        padding: 0px 0px 0px 5px;
        width: calc(100% - 10px);
        text-align: left;
        font-size: 9pt;
        color: rgb(245,245,245);
      }

      /* Opacity Slider  *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
      div#sliderbox {
        position : relative;
        top: 0px;
        left: 10px;
        width: 230px;
        height   : 18px;
        background-color:rgba(0,0,0,0.6);
        border-radius: 3px;
        border: 1px solid dimgray;
        color: snow;
        font-size: 7.5pt;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,1.0);
        padding-top: 6px;
        margin-bottom: 10px;
        z-index: 3;
        line-height: 1.0em;
      }

        div#slider {
          float:right;
          margin: 0px 10px 2px 2px;
          width    : 150px;
          height   : 8px;
          background-color:rgba(255,255,255,0.5);
        }

      div#baseswitch {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 10px;
        z-index: 3;
      }
        div#baseswitch>select {
          border-radius: 3px;
          margin-top: -1px;
          background-color:rgba(0,0,0,0.6);
          border: 1px solid dimgray;
          color: snow;
          width: 230px;
          height: 25px;
          font-size: 8pt;
          text-align:center;
        }

      div#geoinfoGroup {
        position: relative;
        top: 0px;
        left: 10px;
        height: 55px;
        width: 228px;
        background-color:rgba(0,0,0,0.4);
        border-radius: 3px;
        border: 1px solid dimgray;
        padding: 0px;
        margin-bottom: 10px;
        color:white;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
        text-align:center;
        line-height: 0.9em;
      }
        div#geoinfoGroup button {
          width: 105px;
          height: 20px;
          border-radius: 5px;
          background-color: rgba(87,87,87,1.0);
          border-top: 1px solid rgb(210,210,210);
          border-bottom: 1px solid rgb(113,113,113);
          border-left: 1px solid rgb(101,101,101);
          border-right: 1px solid rgb(101,101,101);
          box-shadow:
            0px 4px 4px rgba(255,255,255,0.1) inset,
            0px -4px 4px rgba(20,20,20,0.1) inset,
            1px 1px 3px rgba(0,0,0,0.8)
          ;
          cursor: pointer;
          padding: 0px;
          color: white;
          margin: 3px 0px;
        }
          div#geoinfoGroup button>div {
            font-size: 8pt;
            padding: 0px;
            margin: 0px;
          }

      div#areasearch {
        position: relative;
        top: 0px;
        left: 10px;
        width: 224px;
        background-color:rgba(0,0,0,0.4);
        border-radius: 3px;
        border: 1px solid dimgray;
        margin-bottom: 10px;
        padding: 2px;
      }

        div#areasearch select {
          width: 220px;
        }

      div#user_location {
        position: relative;
        top: 0px;
        left: 10px;
        width: 230px;
        background-color:rgba(0,0,0,0.4);
        border-radius: 3px;
        border: 1px solid dimgray;
        margin-bottom: 10px;
      }
        div#user_location table {
          margin: 10px;
          padding: 0px;
          width: 95%;
          border-collapse: collapse;
        }
          div#user_location td {
            font-size: 10pt;
            color:white;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
            text-align: left;
            padding-left: 10pt;
          }
        div#user_location input {
          text-align: center;
          width: 90px;
        }

        div#user_location button {
          border-radius: 3px;
          background-color: rgba(87,87,87,1.0);
          border-top: 1px solid rgb(210,210,210);
          border-bottom: 1px solid rgb(113,113,113);
          border-left: 1px solid rgb(101,101,101);
          border-right: 1px solid rgb(101,101,101);
          box-shadow:
            0px 4px 4px rgba(255,255,255,0.1) inset,
            0px -4px 4px rgba(20,20,20,0.1) inset,
            1px 1px 3px rgba(0,0,0,0.8)
          ;
          color: white;
          width: 180px;
          margin-bottom: 10px;
          cursor: pointer;
        }

      div#other_func {
        position: relative;
        top: 0px;
        left: 10px;
        width: 230px;
        background-color:rgba(0,0,0,0.4);
        border-radius: 3px;
        border: 1px solid dimgray;
        margin-bottom: 10px;
      }

        div#other_func button {
          border-radius: 3px;
          background-color: rgba(240,240,240,1.0);
          border-top: 1px solid rgb(250,250,250);
          border-bottom: 1px solid rgb(180,180,180);
          border-left: 1px solid rgb(221,221,221);
          border-right: 1px solid rgb(221,221,221);
          box-shadow:
            0px 4px 4px rgba(255,255,255,0.1) inset,
            0px -4px 4px rgba(20,20,20,0.1) inset,
            1px 1px 3px rgba(0,0,0,0.8)
          ;
          color: black;
          width: 180px;
          margin: 5px auto;
          cursor: pointer;
        }
        div#other_func button.on {
          background-color: rgba(181,230,29,1.0);
          border-radius: 3px;
          border: inset 1px gray;
        }

        /*  Graph Menu
        %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
        div#graphmenu {
          position: absolute;
          top: 50%;
          left: -102%;
          width: calc(100% - 10px);
          height: calc(50% - 10px);
          z-index:6;
          background-color: rgba(255,255,255,1.0);
          border: 1px solid rgb(0,0,0);
          border-radius: 0px 0px 3px 3px;
          box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
          font-size: 10pt;
          text-align: left;
          padding: 5px 0px 5px 10px;
          display: none;
        }
          div#graphmenu div#grpcls {
            position:absolute;
            bottom: 45px;
            right: -11px;
            border-top: 1px solid black;
            border-right: 1px solid black;
            border-bottom: 0px solid black;
            border-left: 0px solid black;
            background-color: rgba(255,255,255,1.0);
            width: 20px;
            height: 20px;
            -weblit-transform: rotate(45deg):
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        
          }
            div#grpcls  span {
              position: absolute;
              left: 10%;
              height: 1px;
              width: 80%;
              display: block;
              background-color: rgba(0,0,0,1.0);
              border-radius: 1px;
        
            }
                div#grpcls  span:nth-child(1) {
                  top: 10px;
                  -weblit-transform: rotate(45deg):
                  -moz-transform: rotate(45deg);
                  -o-transform: rotate(45deg);
                  transform: rotate(45deg);
                }
                div#grpcls  span:nth-child(2) {
                  top: 10px;
                  -weblit-transform: rotate(-45deg):
                  -moz-transform: rotate(-45deg);
                  -o-transform: rotate(-45deg);
                  transform: rotate(-45deg);
                }
        
          div#graphmenu button {
            width: 72px;
            font-size: 8pt;
            cursor: pointer;
            text-align: center;
          }
        
            div#graphmenu button.on {
              background-color: rgba(181,230,29,1.0);
              border-radius: 3px;
              border: inset 1px gray;
            }

          div#point_menu {
            margin-top: 10px;
            display: block;
          }
          div#box_menu, div#boundary_menu {
            margin-top: 10px;
            display: none;
          }

        div#graphmenu button[name='shwgrp']{
          position: relative;
          top: 20px;
          left: calc(10% - 5px);
          width: 80%;
          /* height: 25px; */
          background-color: rgba(128,128,255,1.0);
          border: 1px solid rgba(45,0,95,1.0);
          box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
          border-radius: 3px;
          transition: 0.2s;
          color: rgb(255,255,255);
          font-weight: bold;
          cursor: pointer;
        }

          div#graphmenu button[name='shwgrp']:hover {
            background-color: rgba(255,255,255,1.0);
            border: 2px solid rgba(128,128,255,1.0);
            color: rgb(128,128,255);
          }

        div#graphmenu input[type='text']{
          text-align: center;
          width: 100px;
        }


        /*  Graph Menu - boundaries -
        %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
        div#boundary_menu ul {
          list-style: none;
          margin: 0px 10px 0px 0px;
          padding: 0px;
        }
        div#boundary_menu li {
          position:relative;
          text-align: right;
        }
        div#boundary_menu li:nth-child(n+2) {
          display: none;
        }
        div#boundary_menu li select {
          width: 220px;
          margin-bottom:2px;
          text-align:left;
        }
          div#boundary_menu select[name='boundaryB'] {
            width: 200px;
          }
          div#boundary_menu select[name='boundaryC'] {
            width: 180px;
          }
          div#boundary_menu select[name='boundaryD'] {
            width: 160px;
          }
          div#boundary_menu select[name='boundaryE'] {
            width: 140px;
          }
          div#boundary_menu select[name='boundaryF'] {
            width: 120px;
          }

/* 2. Map area
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#main {
  position: relative;
  top:0px;
  left:0px;
  margin: 0px;
  padding: 0px;
  height: calc(100% - 140px);
  min-height: 600px;
  z-index: 0;
}

div#gmap {
  position: absolute;
  top:0px;
  left:0px;
  height: 100%;
  width: 100%;
  background-color: rgb(230,230,230);
  z-index:1;
}

div#note {
  position:absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;
}

div#cbararea {
  position:absolute;
  bottom: 10px;
  height: 50px;
  left: 240px;
  z-index: 6;
  cursor: pointer;
}

div#graph_plot {
  position:relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 600px;
  z-index: 1;
}

/* for trouble information */
div#alert {
  position:relative;
  top: 8px;
  left: 50px;
  width: 400px;
  border: 1px solid crimson;
  padding: 0px 0px;
  line-height: 1.2em;
  background-color: rgba(255,255,255,0.8);
  display: none;
  font-size: 10pt;
  z-index: 9;
}
  div#alert h2{
    font-size: 11pt;
    color:white;
    background-color: crimson;
    background-image: none;
    margin:0px 0px;
    padding: 5px;
  }
  div#alert p{
    color: red;
    font-weight: bold;
    padding: 7px 5px;
    margin: 0px 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  }

  /* Information */
  input[name='wnewbtn'] {
    position:absolute;
    top: 10px;
    left: 50px;
    width: 100px;
    font-size: 11pt;
    font-weight: bold;
    color: white;
    border: 2px solid white;
    background-color: rgba(150,150,150,1.0);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    border-radius: 3px;
    z-index: 8;
    cursor: pointer;
  }

  div#wnew {
    position:relative;
    top: 10px;
    left: 50px;
    width: 400px;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid black;
    padding: 3px 3px;
    line-height: 1.2em;
    background-color: rgba(0,0,0,0.9);
    font-size: 10.5pt;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    z-index: 9;
  }
    div#wnew h2{
      margin: 2px 0px;
      padding: 2px 0px 0px 0px;
      width: calc(100% - 2px );
      font-size: 11pt;
      color: rgb(240,240,240);
    }
      div#wnew h2 img#close_btn{
        position: absolute;
        top: 2px;
        right: 5px;
      }
    div#wnew dl {
      font-size: 10pt;
      width: 100%;
      text-align: left;
      color: white;
      overflow: auto;
      margin: 2px 0px 0px 0px;
      padding: 2px 0px;
      letter-spacing: normal;
    }
      div#wnew dl dt{
        font-size: 9pt;
        float:left;
        width: calc(100% - 20px);
        font-weight:bold;
        border-top: 1px dotted #CCC;
        padding: 2px 5px;
      }
      div#wnew a{
        color: orange;
      }

  /* Initiali date */
  div#initdate {
    position:absolute;
    bottom: 30px;
    right: 5px;
    border: 1px solid yellow;
    color: yellow;
    padding: 3px 3px;
    line-height: 1.2em;
    background-color: rgba(0,0,0,0.8);
    font-size: 12pt;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    z-index: 4;
  }

/* 3. Footer 
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#footer {
  position: absolute;
  bottom: 0px;
  height: 40px;
  width: 100%;
  background-color: rgb(58,114,168);
  border-top: 3px solid rgb(255,179,0);
  font-size: 10pt;
  z-index:2;
}

/*
    border: 1px solid dimgray;
    background-color: rgb(117,117,117);
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow :
      1px 1px 1px rgba(0,0,0,0.8) inset,
      1px -1px 1px rgba(255,255,255,0.6) inset
    ;
*/
  }

  div#footer img {
    vertical-align: middle;
  }

  ul#logo {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
  }
    ul#logo li {
      float: left;
      margin-right: 15px;
    }
  address {
    margin-top: 5px;
    margin-right: 15px;
    text-align: left;
    line-height: 120%;
    float: left;
  }
    address .copy {
      font-size: 77%;
      color: rgb(200,200,200);
    }
  div#caution {
    margin-top: 7px;
    margin-right: 20px;
    float: left;
  }
  
  ul#footerLink {
    margin: 7px 5px 0px 0px;
    text-align: left;
    list-style-type: none;
    float: right;
  }
    ul#footerLink li {
    margin: 0px 0px 0px 10px;
      float:left;
      background-image: url(../images/linkmarker.png);
      background-position: 0px 7px;
      padding-left: 14px;
      background-repeat: no-repeat;
    }
  div#footer a:link    {color: #FFF; text-decoration: none;}
  div#footer a:visited {color: #FFF; text-decoration: none;}
  div#footer a:hover   {color: #ffcc00; text-decoration: underline;}
  div#footer a:active  {color: #ff9c00; text-decoration: underline;}

/* openlayers style
------------------------------------------------------------------- */
.ol-scale-line{bottom: 60px;}
.ol-attribution{
  bottom: 65px;
  background-color: rgba(255,255,255,0.6);
}
  .ol-attribution ul {
    margin: 0px;
    padding: 0px;
  }
    .ol-attribution ul li {
      float: left;
      margin: 0px 2px;
      font-size: 8pt;
      border-left: 1px dotted silver;
      padding: 0px 4px;
    }

/* other
------------------------------------------------------------------- */
/*
div#menubtn {
  position: absolute;
  bottom:40px;
  right: 5px;
  width: 100px;
  height: 25px;
  background-color: rgba(0,0,0,0.8);
  border: 1px solid rgb(0,0,0);
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  text-align: center;
  font-size: 16pt;
  color: rgb(255,255,255);
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  padding: 5px;
  z-index: 9;
  cursor: pointer;
}
*/

div#linkmenu {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  min-width: 1190px;
  background-color:rgba(0,0,0,0.8);
  height: 140px;
  z-index: 8;
  border-top: 1px solid rgb(0,0,0);
  display: none;
  margin: 0px;
  padding: 0px;
}
  div#linkmenu img{
    position: absolute;
    top: 0px;
    right: 0px;
  }
  div#linkmenu ul#mainlink {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
  }
    div#linkmenu ul#mainlink>li {
      float: left;
      position: relative;
      width: 220px;
      background-color: rgba(100,100,100,0.7);
      box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
      margin: 3px 5px 0px 5px;
      display: block;
    }

    div#linkmenu ul#mainlink>li>div {
      color: white;
      font-size: 10.5pt;
      padding: 5px;
      line-height: 1.2em;
    }
    div#linkmenu ul#mainlink>li>h4 {
      margin: 0px;
      padding: 0px 0px 0px 5px;
      border-radius: 2px;
      border: 1px solid rgb(0,0,0);
      background-color: rgb(255,255,255);
      text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
      font-size: 11pt;
    }

/*
    div#linkmenu ul#mainlink>li>button {
      width: 96%;
      height: 35px;
      border-radius: 3px;
      border: 2px solid rgb(255,255,255);
      font-size: 10pt;
      text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
      box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
      margin: 1px 2%;
      cursor: pointer;
      line-height: 1.2em;
    }
*/
    div#linkmenu ul#mainlink>li>a {
      width: 97%;
      height: 21px;
      border-radius: 3px;
      border: 1px solid rgb(255,255,255);
      background-color: rgb(24,43,132);
      color: rgb(255,255,255);
      box-shadow:
        0px 15px 10px rgba(255,255,255,0.1) inset,
        2px 2px 3px rgba(0,0,0,0.6)
      ;
      font-size: 10pt;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      margin: 3px 1%;
      padding-top: 9px;
      cursor: pointer;
      display: block;
      line-height: 1.0em;
      transition: 0.2s;
    }

    div#linkmenu ul#mainlink>li>a:hover {
      background-color: rgb(160,210,242);
      color: rgb(24,43,132);
      box-shadow:
        0px 15px 10px rgba(255,255,255,0.2) inset,
        2px 2px 3px rgba(0,0,0,0.6)
      ;
    }

    div#linkmenu ul#mainlink>li>a.l2 {
      height: 28px;
      padding-top: 2px;
    }

/*
  div#linkmenu ul.sublink {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    height: 60px;
    list-style-type: square;
    color: white;
    overflow-y: scroll;
  }
    div#linkmenu ul.sublink>li {
      width: 100%;
      margin: 0px 0px 0px 0px;
      background-color: transparent;
      box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
      height: auto;
      font-size: 9pt;
      line-height: 1.2em;
    }
      div#linkmenu ul.sublink>li a{
        color: white;
      }
      div#linkmenu ul.sublink>li a:hover{
        color: orange;
      }
*/

/* 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;
        width: 250px;
        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 h4 {
        margin: 5px 0px;
        border-bottom: 1px dotted gray;
      }
      .ol-popup h5 {
        margin: 10px 0px 0px 0px;
        padding: 0px;
        font-size: 11pt;
        border-bottom: 1px dotted gray;
      }
      .ol-popup div>div {
        text-align: right;
      }
      .ol-popup ul {
        margin: 0px;
        padding: 10px;
      }
      .ol-popup ul li {
        line-height: 1.2em;
        margin-bottom: 6px;
      }

/* Media screen  */
@media screen and (max-width: 1440px) {
  div#linkmenu ul.sublink {
    overflow-y: scroll;
  }
}

  div#gmap .ol-zoom {
    top: 10px;
    left: 8px;
    border-radius: 2px;
    border-top: 1px solid dimgray;
    border-left: 1px solid dimgray;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
  }
    div#gmap .ol-zoom button {
      border-top: 1px solid white;
      border-left: 1px solid white;
      border-right: 1px solid silver;
      border-bottom: 1px solid silver;
      cursor: pointer;
    }

    div#gmap .ol-zoom button:active {
      border-top: 1px solid silver;
      border-left: 1px solid silver;
      border-right: 1px solid gray;
      border-bottom: 1px solid gray;
    }

  div#gmap .ol-zoomslider {
    top: 75px;
    left: 8px;
    right: auto;
    width: 26px;
    border-radius: 2px;
    margin: 0px;
    padding: 0px 2px;
    border-top: 1px solid dimgray;
    border-left: 1px solid dimgray;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
  }

      div#gmap .ol-zoomslider button {
        top:0px;
        left:2px;
        width: 26px;
        height: 15px;
        margin: 0px;
        border-top: 1px solid white;
        border-left: 1px solid white;
        border-right: 1px solid silver;
        border-bottom: 1px solid silver;
        cursor: pointer;
      }

      div#gmap .ol-zoomslider button:active {
        border-top: 1px solid silver;
        border-left: 1px solid silver;
        border-right: 1px solid gray;
        border-bottom: 1px solid gray;
      }

div#latloninfo {
  position: absolute;
  bottom: 62px;
  left: 150px;
  width: 200px;
  height: 25px;
  background-color: rgba(0,0,0,0.4);
  border-radius: 5px;
  border: 1px solid rgb(0,0,0);
  z-index: 4;
  display: block;
  color: rgb(255,255,255);
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  text-align: center;
}

div#terms_cont {
  position: absolute;
  top:0px;
  left:0px;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: rgba(0,0,0,0.6);
  display: fixed;
  z-index: 10;
}

div#termsOfUse {
  position: absolute;
  top:0px;
  left:  calc(50% - 500px);
  width: 1000px;
  height: calc(100% - 80px);
  margin: 20px auto;
  padding: 20px;
  background-color: rgba(255,255,255,1.0);
  border: 2px solid black;
  border-radius: 10px;
  overflow: auto;
  display: fixed;
  z-index: 11;
}
button[name='clsbtn'] {
  width: 200px;
  margin: 5px auto;
}

