@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900|Open+Sans:300,400,600,700,800);
body {
    margin: 0;
    color: #666;
    background-color: #fff;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.container {
    width: auto;
    max-width: 1170px;
    margin: 0;
    margin-left: 370px;
}
img.img {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 0 2px #efefef;
  margin: 10px 0;
  overflow: hidden;
  padding: 10px;
}
.row {
    width: 100%;
}
.bs-docs-sidenav a {
    color: #222;
    display: inline-block;
    width: 100%;
}
.bs-docs-sidenav {
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    flex-wrap: nowrap;
    min-width: 299px;
    margin: 0 0;
    display: flex;
    padding: 0;
    padding-top: 0;
    border-right: 1px solid #ddd7cc;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #f2f2f2;
    flex-direction: column;
	z-index:11;
}
.bs-docs-sidenav.affix {
    top: 0;
}
.bs-docs-sidenav>li:first-child>a,
.bs-docs-sidenav>li:last-child>a {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.bs-docs-sidenav>li>a {
    display: block;
    margin: 0 0 -1px;
    padding: 10px 14px;
    padding-left: 20px;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    font-size: 14px;
    font-weight: 600;
	position:relative;
}
.bs-docs-sidenav li li a {
    font-size: 14px;
}
.nav-list > li > a {
    background: #e7e7e7;
}
.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
    color: #fff;
    background-color: #337ab7;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.nav-list ul {
    margin: 0;
    padding: 0 0 0 35px;
    list-style: none;
}
.nav-list ul ul {
    padding: 0 0 0 15px;
}
.nav-list ul li {
    padding: 3px 0;
    list-style-type: square;
}
.nav-list ul ul li {
  list-style-type: initial;
}
.nav-list ul li:first-child {
    padding-top: 10px;
}
.nav-list ul li:last-child {
    padding-bottom: 10px;
}
.nav-list li.panel {
    position: relative;
    margin-bottom: 0;
    border: 0;
    background-color: inherit;
	box-shadow:none;
}
.nav-list li.panel a[aria-expanded="true"] i::before {
    content: "\f077";
}

.nav-item.has-child > a:after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    color: inherit;
    top: 8px;
    right: 14px;
    color: inherit;
	font-weight:100;
}
.nav-item.has-child > a[aria-expanded="true"]:after, .nav-item.has-child.active > a:after {
	content: "\f068";
}
.nav-list li.panel i {
    position: absolute;
    top: 13px;
    right: 14px;
    font-size: 13px;
}
.nav-list li.intro {
    padding: 15px 20px;
    text-align: center;
}
.nav-list li.intro h3 {
    margin-top: 10px;
    font-weight: 600;
}
.collapse.in, .nav-item.active > ul {
    display: block;
}
.page-title {
    font-weight: 600;
	font-size:28px;
}
h2, .h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h1,
h2,
h3,
h4 {
    font-weight: 600;
    line-height: 30px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    line-height: 1.6;
}


.page-header {
  border-bottom: 0 none;
  margin: 0;
}
section {
  border-bottom: 2px dashed #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}
section:last-child {
    border-bottom: 0;
}
section li {
    padding: 2px;
}
.label {
    margin-right: 5px;
}
p {
    margin-bottom: 20px;
}
ul,
ol {
    margin-bottom: 20px;
}
img {
    max-width: 100%;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.doc-img {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f0f0f0;
}
.small-doc-img {
    width: 830px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f0f0f0;
    text-align: center;
}
.small-doc-img img {
    max-width: 100%;
}
.head-bold {
    font-weight: 700;
}
.inn-section, .inn-sub-section {
	margin-bottom:40px;
}
.footer {
    margin-top: 70px;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
    text-align: center;
}
.footer-links {
    margin: 10px 0;
}
.footer p {
    margin-bottom: 0;
    color: #777;
}
.footer-links li:first-child {
    padding-left: 0;
}
.footer-links li {
    display: inline;
    padding: 0 2px;
}
ul p {
    margin-bottom: 10px;
}
.nav-list ul li.active > a {
    font-weight: bold;
}
section .sub_header {
  padding: 30px 0 0;
}
.page-header > h3, .page-header > h2, .page-header > h1 {
  border-bottom: 1px solid #eee;
  padding: 0 0 10px;
}
.faq_list {
  counter-reset: my-faq-counter;
  list-style: outside none none;
}
.faq_list > li::before {
  background: #f2f2f2 none repeat scroll 0 0;
  border-radius: 50%;
  color: #56782c;
  content: counter(my-faq-counter, decimal);
  counter-increment: my-faq-counter;
  font-size: 15px;
  font-weight: bold;
  height: 28px;
  margin-left: -38px;
  padding: 2px 9px;
  position: absolute;
  width: 28px;
}
.faq_list > li > h4{margin-bottom:0;}
section#welcome {
  margin: 30px 0 0;
  padding-bottom: 30px;
}
.doc-header {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
}
.on-scroll .doc-header {
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
	z-index:1;
}
.header-wrap {
    align-items: center;
}
.btn {
  background-color: transparent;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  padding: 14px 30px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

/*------------------------------------------*/
/*  Button Size
/*------------------------------------------*/

.btn.btn-xs {
  font-size: 15px;
  padding: 10px 18px;
}

.btn.btn-sm {
  font-size: 15px;
  padding: 11px 24px;
}

.btn.btn-md {
  font-size: 18px;
  padding: 14px 34px;
}

.btn.btn-lg {
  font-size: 20px;
  padding: 14px 42px;
}
.btn.btn-theme, .scroll .btn.btn-theme, .white-color .btn.btn-theme, .btn.theme-hover:hover, .scroll .btn.theme-hover:hover, .white-color .btn.theme-hover:hover {
    color: #fff!important;
    background-color: #0264d6;
    border-color: #0264d6!important;
}
.btn.btn-tra-theme, 
.scroll .btn.btn-tra-theme, 
.white-color .btn.btn-tra-theme,
.btn.tra-theme-hover:hover, 
.scroll .btn.tra-theme-hover:hover, 
.white-color .btn.tra-theme-hover:hover {
  color: #0264d6!important;
  background-color: transparent;
  border-color: #0264d6!important;
}
/*------------------------------------------*/
/*  Button Color
/*------------------------------------------*/

.btn.btn-white, 
.white-color .btn.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff!important;
}

.btn.btn-tra-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff!important;
}

.scroll .btn.btn-tra-white {
  color: #333!important;
  background-color: transparent;
  border-color: #333!important;
}

.btn.btn.btn-grey, 
.white-color .btn.btn-grey {
  color: #666;
  background-color: #eee;
  border-color: #eee!important;
}

.btn.btn-tra-grey, 
.white-color .btn.btn-tra-grey {
  color: #333;
  background-color: transparent;
  border-color: #ccc!important;
}

.btn.btn-black,
.white-color .btn.btn-black {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn.btn-tra-black,
.white-color .btn.btn-tra-black {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.btn.btn-azure, 
.scroll .btn.btn-azure, 
.white-color .btn.btn-azure,
.azure-hover:hover, 
.scroll .azure-hover:hover, 
.white-color .azure-hover:hover {
  color: #fff!important;
  background-color: #0264d6;
  border-color: #0264d6!important;
}

.btn.btn-tra-azure, 
.scroll .btn.btn-tra-azure, 
.white-color .btn.btn-tra-azure,
.btn.tra-azure-hover:hover, 
.scroll .btn.tra-azure-hover:hover, 
.white-color .btn.tra-azure-hover:hover {
  color: #0264d6!important;
  background-color: transparent;
  border-color: #0264d6!important;
}

.btn.btn-brown, 
.scroll .btn.btn-brown, 
.white-color .btn.btn-brown,
.brown-hover:hover, 
.scroll .brown-hover:hover, 
.white-color .brown-hover:hover {
  color: #fff!important;
  background-color: #af8855;
  border-color: #af8855!important;
}

.btn.btn-tra-brown, 
.scroll .btn.btn-tra-brown, 
.white-color .btn.btn-tra-brown,
.btn.tra-brown-hover:hover, 
.scroll .btn.tra-brown-hover:hover, 
.white-color .btn.tra-brown-hover:hover {
  color: #af8855!important;
  background-color: transparent;
  border-color: #af8855!important;
}

.btn.btn-gold, 
.scroll .btn.btn-gold, 
.white-color .btn.btn-gold,
.gold-hover:hover, 
.scroll .gold-hover:hover, 
.white-color .gold-hover:hover {
  color: #fff!important;
  background-color: #d1b665;
  border-color: #d1b665!important;
}

.btn.btn-tra-gold, 
.scroll .btn.btn-tra-gold, 
.white-color .btn.btn-tra-gold,
.btn.tra-gold-hover:hover, 
.scroll .btn.tra-gold-hover:hover, 
.white-color .btn.tra-gold-hover:hover {
  color: #d1b665!important;
  background-color: transparent;
  border-color: #d1b665!important;
}

.btn.btn-navy, 
.scroll .btn.btn-navy, 
.white-color .btn.btn-navy,
.navy-hover:hover, 
.scroll .navy-hover:hover, 
.white-color .navy-hover:hover {
  color: #fff!important;
  background-color: #244b9a;
  border-color: #244b9a!important;
}

.btn.btn-tra-navy, 
.scroll .btn.btn-tra-navy, 
.white-color .btn.btn-tra-navy,
.btn.tra-navy-hover:hover, 
.scroll .btn.tra-navy-hover:hover, 
.white-color .btn.tra-navy-hover:hover {
  color: #244b9a!important;
  background-color: transparent;
  border-color: #244b9a!important;
}

.btn.btn-purple, 
.scroll .btn.btn-purple, 
.white-color .btn.btn-purple,
.purple-hover:hover, 
.scroll .purple-hover:hover, 
.white-color .purple-hover:hover {
  color: #fff!important;
  background-color: #6926cd;
  border-color: #6926cd!important;
}

.btn.btn-tra-purple, 
.scroll .btn.btn-tra-purple, 
.white-color .btn.btn-tra-purple,
.btn.tra-purple-hover:hover, 
.scroll .btn.tra-purple-hover:hover, 
.white-color .btn.tra-purple-hover:hover {
  color: #6926cd!important;
  background-color: transparent;
  border-color: #6926cd!important;
}

.btn.btn-rose, 
.scroll .btn.btn-rose, 
.white-color .btn.btn-rose,
.rose-hover:hover, 
.scroll .rose-hover:hover, 
.white-color .rose-hover:hover {
  color: #fff!important;
  background-color: #ff495a;
  border-color: #ff495a!important;
}

.btn.btn-tra-rose, 
.scroll .btn.btn-tra-rose, 
.white-color .btn.btn-tra-rose,
.btn.tra-rose-hover:hover, 
.scroll .btn.tra-rose-hover:hover, 
.white-color .btn.tra-rose-hover:hover {
  color: #ff495a!important;
  background-color: transparent;
  border-color:#ff495a!important;
}

.btn.btn-salmon, 
.scroll .btn.btn-salmon, 
.white-color .btn.btn-salmon,
.salmon-hover:hover, 
.scroll .salmon-hover:hover, 
.white-color .salmon-hover:hover {
  color: #fff!important;
  background-color: #ee6011;
  border-color: #ee6011!important;
}

.btn.btn-tra-salmon, 
.scroll .btn.btn-tra-salmon, 
.white-color .btn.btn-tra-salmon,
.btn.tra-salmon-hover:hover, 
.scroll .btn.tra-salmon-hover:hover, 
.white-color .btn.tra-salmon-hover:hover {
  color: #ee6011!important;
  background-color: transparent;
  border-color: #ee6011!important;
}

.btn.btn-silk, 
.scroll .btn.btn-silk, 
.white-color .btn.btn-silk,
.silk-hover:hover, 
.scroll .silk-hover:hover, 
.white-color .silk-hover:hover {
  color: #fff!important;
  background-color: #aa946e;
  border-color: #aa946e!important;
}

.btn.btn-tra-silk, 
.scroll .btn.btn-tra-silk, 
.white-color .btn.btn-tra-silk,
.btn.tra-silk-hover:hover, 
.scroll .btn.tra-silk-hover:hover, 
.white-color .btn.tra-silk-hover:hover {
  color: #aa946e!important;
  background-color: transparent;
  border-color: #aa946e!important;
}

.btn.btn-skyblue, 
.scroll .btn.btn-skyblue, 
.white-color .btn.btn-skyblue,
.skyblue-hover:hover, 
.scroll .skyblue-hover:hover, 
.white-color .skyblue-hover:hover {
  color: #fff!important;
  background-color: #37baf2;
  border-color: #37baf2!important;
}

.btn.btn-tra-skyblue, 
.scroll .btn.btn-tra-skyblue, 
.white-color .btn.btn-tra-skyblue,
.btn.tra-skyblue-hover:hover, 
.scroll .btn.tra-skyblue-hover:hover, 
.white-color .btn.tra-skyblue-hover:hover {
  color: #37baf2!important;
  background-color: transparent;
  border-color: #37baf2!important;
}

.btn.btn-steel, 
.scroll .btn.btn-steel, 
.white-color .btn.btn-steel,
.steel-hover:hover, 
.scroll .steel-hover:hover, 
.white-color .steel-hover:hover {
  color: #fff!important;
  background-color: #4558cb;
  border-color: #4558cb!important;
}

.btn.btn-tra-steel, 
.scroll .btn.btn-tra-steel, 
.white-color .btn.btn-tra-steel,
.btn.tra-steel-hover:hover, 
.scroll .btn.tra-steel-hover:hover, 
.white-color .btn.tra-steel-hover:hover {
  color: #4558cb!important;
  background-color: transparent;
  border-color: #4558cb!important;
}

.btn.btn-steelblue, 
.scroll .btn.btn-steelblue, 
.white-color .btn.btn-steelblue,
.steelblue-hover:hover, 
.scroll .steelblue-hover:hover, 
.white-color .steelblue-hover:hover {
  color: #fff!important;
  background-color: #3079Bf;
  border-color: #3079Bf!important;
}

.btn.btn-tra-steelblue, 
.scroll .btn.btn-tra-steelblue, 
.white-color .btn.btn-tra-steelblue,
.btn.tra-steelblue-hover:hover, 
.scroll .btn.tra-steelblue-hover:hover, 
.white-color .btn.tra-steelblue-hover:hover {
  color: #3079Bf!important;
  background-color: transparent;
  border-color: #3079Bf!important;
}

.btn.btn-yellow, 
.scroll .btn.btn-yellow, 
.white-color .btn.btn-yellow,
.yellow-hover:hover, 
.scroll .yellow-hover:hover, 
.white-color .yellow-hover:hover {
  color: #333!important;
  background-color: #f7be27;
  border-color: #f7be27!important;
}

/*------------------------------------------*/
/*  Button Hover
/*------------------------------------------*/

.btn.white-hover:hover,
.scroll .btn.white-hover:hover {
  color: #333!important;
  background-color: #fff;
  border-color: #fff!important;
}

.btn.tra-white-hover:hover,
.white-color .btn.tra-white-hover:hover {
  color: #fff!important;
  background-color: transparent;
  border-color: #fff!important;
}

.scroll .btn.tra-white-hover:hover {
  color: #333!important;
  background-color: transparent;
  border-color: #333!important;
}

.dark-menu .scroll .btn.tra-white-hover:hover {
  color: #fff!important;
  background-color: transparent;
  border-color: #fff!important;
}

.btn.black-hover:hover,
.scroll .btn.black-hover:hover {
  color: #fff!important;
  background-color: #333;
  border-color: #333!important;
}

.btn.tra-black-hover:hover,
.scroll .btn.tra-black-hover:hover
.white-color .btn.tra-black-hover:hover {
  color: #333!important;
  background-color: transparent;
  border-color: #333!important;
}

.btn.grey-hover:hover,
.scroll .btn.grey-hover:hover {
  color: #333!important;
  background-color: #ccc;
  border-color: #ccc!important;
}

.btn.tra-grey-hover:hover,
.scroll .btn.tra-grey-hover:hover {
  color: #333!important;
  background-color: transparent;
  border-color: #ccc!important;
}

/*------------------------------------------*/
/*  Button Focus
/*------------------------------------------*/

.btn:focus {
  color: #fff; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn.btn-black:focus {
  color: #fff; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn.btn-grey:focus {
  color: #666; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn.btn-tra-black:focus, 
.btn.btn-tra-grey:focus {
  color: #333; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}
