/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  Right side menu
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
div#sidebtn {
  position:absolute;
  top: 3px;
  right: 3px;
  width: 30px;
  height: 30px;
  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,1.0);
  cursor: pointer;
  z-index: 3;
}
  div#sidebtn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 80%;
    left: 10%;
    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: 4px;
      width: 0%;
      left: 50%;
    }
    div#sidebtn span:nth-child(2) {
      top: 13px;
      -weblit-transform: rotate(45deg):
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    div#sidebtn span:nth-child(3) {
      top: 13px;
      -weblit-transform: rotate(-45deg):
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    div#sidebtn span:nth-child(4) {
      top: 21px;
      width: 0%;
      left: 50%;
    }

    div#sidebtn.open span:nth-child(1) {
      top: 7px;
      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: 14px;
      width: 70%;
      left: 15%;
    }
   div#sidebtn.open span:nth-child(3) {
      -weblit-transform: rotate(0deg):
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 14px;
      width: 70%;
      left: 15%;
    }
    div#sidebtn.open span:nth-child(4) {
      top: 21px;
      width: 70%;
      left: 15%;
    }


div#sidemenu {
  position:absolute;
  top: 15px;
  right: 5px;
  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.subtitle {
    margin: 2px;
    padding: 0px 0px 0px 5px;
    width: calc(100% - 10px);
    text-align: left;
    font-size: 10.5pt;
    color: rgb(245,245,245);
  }

  div#sidemenu div.sublbl {
    margin: 2px 0px 5px 2px;
    width: calc(100% - 10px);
    text-align: left;
    font-size: 9pt;
    color: rgb(245,245,245);
  }
 div.subcnt {
    position: relative;
    top: 0px;
    left: 2%;
    width: 96%;
    background-color:rgba(0,0,0,0.4);
    border-radius: 3px;
    border: 1px solid dimgray;
    padding: 2px 0px;
    margin-bottom: 10px;
    color:white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    text-align:center;
    line-height: 0.9em;
    font-size: 10pt;
  }

    div.subcnt select {
      width: 90%;
    }

  /* Opacity Slider  *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
  div#sliderboxA {
    position : relative;
    top: 0px;
    left: 2%;
    width: 96%;
    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: 6px 0px 6px 0px;
    margin-bottom: 10px;
    z-index: 3;
    line-height: 1.0em;
  }

    div#sliderA {
      margin: 5px auto;
      width    : 90%;
      height   : 8px;
      background-color:rgba(255,255,255,0.5);
    }
 div#sliderboxC {
    position : relative;
    top: 0px;
    left: 2%;
    width: 96%;
    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: 6px 0px 6px 0px;
    margin-bottom: 10px;
    z-index: 3;
    line-height: 1.0em;
  }

    div#sliderC {
      margin: 5px auto;
      width    : 90%;
      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;
    }
 button#ir {
    border-radius: 3px;
    background-color:rgb(200,200,200);
    color: rgb(0,0,0);
    font-weight: normal;
    font-size: 9.5pt;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    width: 40px;
    padding: 0px;
    height: 22px;
    cursor: pointer;
    transition: 0.1s;
    margin: 0px 5px 0px 0px;
  }

  div#geoinfoGroup {
    position: relative;
    top: 0px;
    left: 2%;
    width: 96%;
    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: 2%;
    width: 94%;
    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: 2%;
    width: 94%;
    background-color:rgba(0,0,0,0.4);
    border-radius: 3px;
    border: 1px solid dimgray;
    margin-bottom: 10px;
    padding: 2px;
    text-align: right;
  }
    div#user_location table {
      margin: 0px auto;
      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: 80px;
    }

    div#user_location > div {
      width: 75%;
      margin: 0px auto;
      display: block;
    }
      div#user_location > div > 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: 100%;
        margin: 2px auto;
        cursor: pointer;
     }

    button#showlocate {
      position: relative;
      top: 0px;
      border-radius: 3px;
      border: outset 1px rgb(0,135,230);
      background-color: rgb(218,227,243);
      color: rgb(0,0,0);
      font-weight: normal;
      font-size: 9.5pt;
      box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
      padding: 0px 5px;
      height: 22px;
      width: 100px;
      cursor: pointer;
      margin: 0px auto 10px auto;
    }
      div#user_location > button:hover {
        background-color: rgba(17,27,222,1.0);
        color: rgb(255,255,255);
        text-shadow: 1px 1px 2px rgba(0,0,0,0.0);
      }

  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(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: 5px;
      padding:2px;
      cursor: pointer;
      line-height: 1.0em;
    }

    div#other_func button.on {
      background-color: rgba(0,170,50,1.0);
      color: rgb(255,255,255)
      border-radius: 3px;
      border: 1px solid rgb(255,255,255);
    }
 /*
  %-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
  button#geo0.on,button#geo1.on,button#geo2.on,button#geo3.on {
    background-color: rgba(0,170,50,1.0);
    color: rgb(255,255,255);
    border: 1px solid rgb(255,255,255);
    box-shadow:
      0px 2px 2px rgba(255,255,255,0.1) inset,
      0px -2px 2px rgba(20,20,20,0.1) inset,
      1px 1px 2px rgba(0,0,0,0.8)
    ;
  }


div#modal {
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 760px;
  background-color: rgba(0,0,0,0.6);
  z-index: 6;
  display: none;
}

