@charset "utf-8";
/* CSS Document header */
@import "back_top.css";

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  color: #333333;
  /*color: #707172;*/
  font-weight: 400;
  line-height: 1.42857143;
  background: #fff;
  margin: 0;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  background-color: #fff;
  border-bottom:1px solid #A9C44C;
  width: 99.9%;
  padding-top:10px;
  padding-left:15px;
  font-size: 16px;
  color: #333;
}

.brand-name {
  margin-left:5px;
  line-height: 42px;
  vertical-align: top;
}

.side-name {
  color:#A9C44C;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
   vertical-align: top;
}

.email-icon {
  width: 20px;
  height: 15px;
  margin-top:12px;
}
.print-icon {
    width: 22px;
    height: 17px;
}
a.email-link {
    font-family: "Helvetica", sans-serif;
    color: #666;
    font-size: 13px;
    text-decoration: none;
    vertical-align: top;
    line-height: 40px;
}

a.email-link:hover {
    color: #333;
    text-decoration: none;
}

a.print-link {
    font-family: "Helvetica", sans-serif;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    vertical-align: top;
    line-height: 46px;
}

a.print-link:hover {
    color: #333;
    text-decoration: none;
}

.sidenav {
  height: 100%;
  width: 180px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  margin-top: 60px;
  background-color: #A9C44C;
  border-right: 1px solid #A9C44C;
  overflow-x: hidden;
  padding-top: 20px;
}

.item-active {

    font-weight: bold;
    padding: 6px 8px 6px 16px;
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  display: block;
  font-weight: 500;
}

.sidenav a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  margin-left: 1px;
}

.content {
height:94%;
  margin-left: 180px; /* Same as the width of the sidenav */
  font-size: 16px; /* Increased text to enable scrolling */
  padding: 0px 20px;
  padding-bottom: 2.5rem;
  line-height: 26px;
  color:#333;
}

.info-block {
    background-color: #F2F5F7;
    width:98%;
    margin-top: 30px;
    padding: 15px 15px 5px 15px;
    border-left: 4px solid #00B8DE;
}

.color-sample {
    border:1px solid #cfcfcf;
    border-radius: 3px;
    padding:20px;
    margin: 8px 0px;
}

ul {
  list-style-type: square;
}

li {
    padding-bottom: 10px;
}
ul li::before {
  content: "\2022";
  color: #A9C44C;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.list-heading{
    font-weight:500;
    font-size: 18px
}

/* table for icon*/
#icon-table {
  font-family: Helvetica, sans-serif;
  border-collapse: collapse;
  width: 98%;
}

#icon-table td, #icon-table th {
  border: 1px solid #ddd;
  padding: 2px 10px 0px 10px;
  border-radius: 3px;
  font-size: 14px;
  vertical-align: top;

}

/*
#icon-table tr:nth-child(even){background-color: #f2f2f2;}
*/

/*
#icon-table tr:hover {background-color: #f8f8f8;}

#icon-table tr:hover {background-color: #F8FEE3;}
*/

#icon-table th {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  background-color: #f1f1f1;
  color: 333;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 13px;}
  .content {font-size: 14px;}
  .footer {font-size: 9px;}
}

.image-icon {
    vertical-align: top
}

.data {
    width:100%;
    max-width:898px;
    margin-left:20px;
    font-size: 16px;
}

.num-circle {
    width:20px;
    height:20px;
    margin-top:4px;
    background-color:#999;
    border-radius: 10px;
    color: #fff;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 20px;
}

#data-spec {
    width:100%;
    border-collapse: collapse;
    max-width:898px;
    margin-left:10px;
    border: 1px solid #999;
    padding: 2px;
}

#data-spec td, #data-spec th {
    border: 1px solid #999;
    padding: 2px;
    
}

.footer {
  position: absolute;
  font-size: 11px;
  color: #888;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #fff;
  border-top: 1px solid #A9C44C;
  margin-left:180px;
}

/*
.footer-link {
    color: #fff;
}
a.footer-link:hover {
    color: #fff;
    text-decoration: underline;
}
*/
