  /*------------------------------
  BODY
--------------------------------*/
.manual * {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}

  /*------------------------------
  COMMON CSS
--------------------------------*/
.manual h1 {
  color: #282c34;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 65px;
  font-weight: 700;
}

.manual blockquote {
  background-color: rgba(255, 229, 100, 0.3);
  border-left-color: #ffe564;
  border-left-width: 9px;
  border-left-style: solid;
  padding: 20px 45px 20px 26px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.manual blockquote p:first-of-type {
  font-weight: 700;
}

.manual figure {
  margin-bottom: 24px;
}

.manual figure>img,
.manual figure>div {
  width: 100%;
  height: auto;
  display: block;
}

.manual figure figcaption {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  line-height: 32px;
  color: #212529;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15);
	border-radius: 10px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.15);
	background-color: #aaa;
}

  /*------------------------------
  LOGO
--------------------------------*/
  .manual .logo {
    margin-bottom: 20px;
  }

  .manual .logo img {
    max-width: 100%;
  }

  /*------------------------------
  LEFT SIDE BAR
--------------------------------*/
  .manual .left-side-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fafafa;
    font-size: 16px;
  }

  .manual .left-side-bar .menu {
    width: 100%;
    padding-right: 12px;
    padding-left: 18px;
    font-size: 16px;
  }

  @media (min-width: 768px) {
    .manual .left-side-bar {
      max-width: 350px;
    }
  }

  .manual .left-side-bar .item {
    margin-bottom: 10px;
    padding: 0;
  }

  .manual .left-side-bar .group-btn {
    display: block;
    width: 100%;
    color: #aaa;
    margin: 18px 0 10px 0;
    font-size: 15px;
    font-weight: bold;
    text-align: start;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
  }

  .manual .left-side-bar .group-btn:hover {
    color: #397bff;
  }

  .manual .left-side-bar .group-btn .arrow {
    border: solid #aaa;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 3px;
    margin-left: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .manual .left-side-bar .group-btn.active {
    color: #1a1a1a;
  }

  .manual .left-side-bar .group-btn.active .arrow {
    border: solid #1a1a1a;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: -1px;
    margin-left: 7px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .manual .left-side-bar .sub-item {
    position: relative;
    margin-left: 17px;
    margin-bottom: 1px;
    font-size: 0.82em;
  }

  .manual .left-side-bar .sub-item a {
    position: relative;
    display: block;
    padding: 5px 0;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s;
  }

  .manual .left-side-bar .sub-item a:hover {
    color: #397bff;
  }

  .manual .left-side-bar .sub-item a span {
    position: absolute;
    top: 0;
    left: -17px;
    height: 100%;
    border-left: 4px solid #ddd;
    padding-left: 16px;
    transition: border-color 0.2s ease;
  }

  .manual .left-side-bar .sub-item.active>a {
    color: #397bff;
    font-weight: bold;
  }

  .manual .left-side-bar .sub-item.active>a span {
    border-left-color: #397bff;
  }

  /*------------------------------
  CONTENT
--------------------------------*/
  .manual .content {
    padding: 15px 15px 30px 45px;
    margin-left: 300px;
  }

  /* Note style */
  .manual .content .child-node-lv-1 {
    margin-left: 20px;
  }

  .manual .content .child-node-lv-2 {
    margin-left: 30px;
  }

  /* Small image at center */
  .manual .content .origin-size-img {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .manual .content .origin-size-img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  /* <li> style */
  .manual .content ul li:before {
    content: '\f058';
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    color: #007bff;
    display: inline-block;
    margin-left: -20.8px;
    /* same as padding-left set on li */
    width: 20.8px;
    /* same as padding-left set on li */
  }

  .manual .content ul li li:before {
    content: '\f05d';
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    color: #007bff;
    display: inline-block;
    margin-left: -20.8px;
    /* same as padding-left set on li */
    width: 20.8px;
    /* same as padding-left set on li */
  }

  .manual .content ol li:before {
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    color: #007bff;
    display: inline-block;
    margin-left: -20.8px;
    /* same as padding-left set on li */
    width: 20.8px;
    /* same as padding-left set on li */
  }

  /*------------------------------
  CHART
--------------------------------*/
  .manual #timeseries-chart,
  .manual #historgram-chart-sample {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.35);
    border-radius: 6px;
    padding: 10px 0 0;
    box-sizing: content-box;
    width: 600px;
    height: 300px;
  }

  /*------------------------------
  OVERVIEW
--------------------------------*/
  .manual .browser-list {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .manual .browser-item {
    text-align: center;
    width: 340px;
    padding: 20px 16px;
    border: 1px solid #dee2e6;
    border-radius: 7px;
    margin-right: 15px;
  }

  .manual .browser-item img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .browser-item p {}

  .manual .browser-item button {
    border: none;
    background: #397bff;
    height: 40px;
    width: 160px;
    border-radius: 25px;
    color: #fff;
    outline: none;
    font-weight: bold;
    font-size: 16px;
  }

  .manual .browser-item button a {
    color: #fff;
    text-decoration: none;
  }

  .manual .table-requirement tr td:first-child {
    max-width: 250px;
    width: 250px;
  }

  .text_img
  {
    width: 3%;
    vertical-align: middle;
  }

  /*------------------------------
  RESET
--------------------------------*/
  .manual h2 {
    color: #212529;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 25px;
  }

  .manual p {
    color: #212529;
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .manual p:last-child {
    margin-bottom: 16px !important;
  }

  .manual h3 {
    color: #212529;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 8px;
    line-height: 1.2;
  }

  .manual h6 {
    color: #468cd7;
    font-size: 18px;
    line-height: 1.5;
  }

  .manual ul {
    list-style: none;
    padding-left: 40px;
    margin-bottom: 16px;
  }

  .manual li {
    color: #212529;
    padding: 0;
    line-height: 1.5;
    font-size: 16px;
  }

  .manual p a {
    color: #007bff;
  }

  .manual p a:hover {
    color: inherit;
  }

  .manual .mt-3 {
    margin-top: 16px !important;
  }

  .manual .mt-5 {
    margin-top: 48px !important;
  }

  .manual .menu button {
    height: auto;
    text-align: left;
  }

  .manual table {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .manual th,
  .manual td {
    padding: 0.75em;
  }

  .result-item {
    padding: 5px;
    cursor: pointer;
    width: 213px;
  }

  .result-item:hover {
    background: #e9ecef;
  }

  .result-item .title {
    font-size: 16px;
    line-height: 24px;
    color: #212529;
  }

  .result-item .description {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .number-header {
    height: 34px;
    width: 34px;
    flex: 0 0 34px;
    background: white;
    border: 1px solid #468cd7;
    border-radius: 30px;
    text-align: center;
  }

  .number-header span {
    color: #468cd7;
    font-weight: bold;
    margin: 0px;
    font-size: 20px;
  }

  .content h5 {
    font-size: 20px;
    margin: 0px;
    line-height: 32px;
  }

  .manual b {
    font-weight: 500;
  }

  .manual i.remark {
    color: #737373;
    font-style: italic;
  }