body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body {
  margin: 0;
  background-color: #d7d7d7;
}

#my_iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 260px);
  height: 100%;
  border: 0;
  z-index: 0;
}

#side_menu {
  overflow: hidden;
  width: 100%;
}

.nav {
  position: absolute;
  font-size: 22px;
  margin: 0;
  top: 90%;
  left: calc(50% - 150px);
  transform: translate(-50%, -50%);
}
.nav_b {
  font-size: 18px;
  margin: 0;
  background-color: #d6d6d6;
  border: #000000 1px;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  transition-duration: 0.4s;
}
.nav_b:hover {
  background-color: #ffffff;
}

.my-accordion {
  width: 250px;
  float: right;
  z-index: 1;
  padding-right: 5px;
}

.my-accordion .menu {
  font-size: 14px;
  font-weight: 600;
  background-color: #ebebeb;
  color: #636363;
  cursor: pointer;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 12px;
  display: inline-block;
  width: 100%;
  overflow: auto;
  text-align: left;
  border: none;
  outline: none;
  margin-top: 2px;
  border-radius: 5px;
  &:focus,
  &:hover {
    background-color: #003b45;
    color: #ffffff;
    transition-duration: 0.4s;
    cursor: pointer;
  }
}

.my-accordion .submenu {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #2f2f2f;
  cursor: pointer;
  padding: 5px;
  margin-top: 15px;
  border-radius: 5px;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: thin;
  text-decoration: none;
  width: 86%;
  transition: all 0.25s ease-in;
  &:focus,
  &:hover {
    color: #ffffff;
    background: #949494;
    background: darken(#909090, 100%);
  }
}

.my-accordion .panel {
  background-color: #ffffff;
  color: #000000;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.my-accordion .open {
  display: block;
}
.my-accordion .close {
  display: none;
  font-weight: 600;
}
.my-accordion .active {
  background-color: #003b45;
  color: #fff;
  font-weight: 600;
}
.my-accordion .arrow {
  line-height: 1;
  padding-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  font-weight: 800;
}
.my-accordion .darrow {
  line-height: 1;
  padding-bottom: 2px;
  display: none;
  vertical-align: middle;
  padding-right: 5px;
  font-weight: 800;
}
.my-accordion .active .darrow {
  line-height: 1;
  padding-bottom: 4px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  font-weight: 800;
}
.my-accordion .active .rarrow {
  line-height: 1;
  padding-bottom: 2px;
  display: none;
  vertical-align: middle;
  padding-right: 5px;
  font-weight: 800;
}
.my-accordion .panel a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #7a7a7a;
  padding: 9px;
  margin-top: 15px;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: thin;
  border-radius: 18px;
  text-decoration: none;
  transition: all 0.2s;
  &:focus,
  &:hover {
    color: #4b4b4b;
    text-decoration: none;
    background: #dcdcdc;
    border-color: #ffffff;
    transition-duration: 0.3s;
  }
}
.my-accordion .offset {
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #00b2a9;
  padding: 9px;
  width: 81%;
  margin-left: 0px;
  margin-top: 15px;
  border-style: solid;
  border-color: #ffffff;
  border-width: thin;
  border-radius: 18px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  &:focus,
  &:hover {
    color: #ffffff;
    background: #003b45;
    background: darken(#909090, 100%);
    border-color: #003b45;
  }
}

.my-accordion .snapshot {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  background: #b1b3b3;
  padding: 5px;
  width: 81%;
  margin-left: 0px;
  margin-top: 12px;
  border-style: solid;
  border-color: #ffffff;
  border-width: thin;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  &:focus,
  &:hover {
    color: #00b2a9;
    background: #ffffff;
    background: darken(#909090, 100%);
    border-color: #00b2a9;
  }
}

.my-accordion .panel .mylist {
  color: #484848;
  font-size: 12px;
  font-weight: 600;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  margin-top: 12px;
  cursor: default;
}

li {
  margin-left: -5px;
  margin-bottom: 20px;
  width: 90%;
  list-style: none;
}

ol {
  margin-left: -25px;
  width: 90%;
  list-style: none;
}

ul {
  font-size: 14px;
  list-style: none;
  color: #626262;
  font-weight: 600;
  margin-left: -40px;
  margin-top: -8px;
  margin-bottom: 10px;
  width: 86%;
}

ol li {
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 10px;
  width: 90%;
  list-style: none;
}

.my-accordion .mylist hr {
  border-top: 1px solid #dbdbdb;
  margin-bottom: 20px;
  margin-top: 15px;
  margin-left: -15px;
  width: 100%;
}

/* AR icon   */

.ico {
  height: 90px;
  width: 90px;
}

.ar_icon {
  position: absolute;
  top: 25px;
  right: 280px;
  cursor: default;
  z-index: 2;
}

.ar_icon-hide {
  position: fixed;
  top: 25px;
  right: 20px;
  cursor: default;
  z-index: 2;
  visibility: hidden;
}

/* Branding */

.logo {
  position: fixed;
  display: inline-block;
  bottom: -20px;
  right: 400px;
  width: 20px;
  height: 70px;
  padding: 10px 10px 10px 1px;
  z-index: 1;
}

/* Debug */

.deb {
  position: fixed;
  display: inline-block;
  top: 10px;
  left: 10px;
  padding: 10px 10px 10px 1px;
  z-index: 2;
}
