/*!
 * Documenter 2.0
 * http://rxa.li/documenter
 *
 * Copyright 2011, Xaver Birsak
 * http://revaxarts.com
 *
 */
body {
  font-family: "Roboto",verdana,arial,sans-serif;
  font-size: 14px;
  font-weight: 300;
  background-color: #f5f5f5;
 
  color: #777;
  -webkit-text-size-adjust: none; }
#getting-started h1{
margin-top: 0px;}
body {
  min-height: 100%;
  height: auto;
  width: 100%; }

footer, header, section {
  display: block; }

a {
  text-decoration: none;
  cursor: pointer; }

a:hover {
  text-decoration: underline; }

ul, ol {
  margin: 18px 0 25px;
  line-height: 1.5em; }
  ul ul, ol ul {
    margin-top: 10px; }

li.placeholder {
  height: 70px;
  width: 100%;
  font-size: 16px; }

hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #aaa;
  margin: 16px 0;
  padding: 0;
  clear: both;
  float: none; }

hr.notop {
  margin-top: 0; }

strong {
  font-weight: 700; }

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#documenter_buttons {
  position: absolute;
  right: 10px;
  margin-top: -30px; }

.btn {
  cursor: pointer;
  width: auto;
  padding: 8px 50px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase; }
  @media (max-width: 1600px) {
    .btn {
      padding: 8px 30px; } }

.btn:hover,
.btn:active {
  text-decoration: none; }

#documenter_content {
  position: absolute;
  right: 30px;
  left: 280px;
  padding-bottom: 30px;
  min-height: 100%;
  height: auto;
  z-index: 1; }

#documenter_sidebar {
  position: fixed;
  padding-top: 84px;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  min-height: 100%;
  z-index: 100;
  background-color: #1d2026;
  border-right: 5px solid #34373c;
  overflow-y: auto; }
  #documenter_sidebar .sidebar--wrap {
    padding-bottom: 40px; }

#documenter_sidebar a {
  position: relative;
  z-index: 100; }

img {
  border: 0; }

#documenter_copyright {
  position: absolute;
  bottom: 10px;
  font-size: 10px;
  right: 15px;
  width: 200px;
  text-align: right;
  z-index: 1; }

noscript {
  display: block;
  position: absolute;
  top: 238px;
  margin: 0 auto;
  width: 800px;
  bottom: 0;
  z-index: 20; }

noscript p {
  width: 800px;
  font-size: 20px;
  padding-top: 20px;
  margin: 0 auto;
  color: #4D4D4D; }

.small {
  font-size: 10px;
  letter-spacing: 0; }

/*----------------------------------------------------------------------*/
/* Sidebar
/*----------------------------------------------------------------------*/
#documenter_sidebar #documenter_logo {
  display: block;
  height: 20%;
  max-height: 200px;
  min-height: 70px;
  width: 200px;
  background-position: center center;
  background-repeat: no-repeat; }

#documenter_sidebar .nav-title {
  padding: 0 25px;
  font-size: 18px;
  font-weight: 400;
  color: #ddd;
  text-transform: uppercase; }

#documenter_nav {
  background-color: #181a1e; }

.sidebar--menu {
  padding: 5px 0 15px; }
  .sidebar--menu.npadding {
    padding-top: 0; }
  .sidebar--menu .spnav-title {
    margin: 0;
    margin-bottom: 5px;
    padding: 10px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1; }
  .sidebar--menu > ul > li {
    position: relative; }
    .sidebar--menu > ul > li > a {
      position: relative;
      display: block;
      padding: 10px 25px;
      font-size: 12px;
      font-weight: 400;
      color: #a1a5ab;
      text-decoration: none;
      line-height: 18px; }
      .sidebar--menu > ul > li > a:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background-color: transparent; }
      .sidebar--menu > ul > li > a.current:before {
        background-color: #f6891a; }
      .sidebar--menu > ul > li > a i {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        font-size: 16px; }
      .sidebar--menu > ul > li > a:hover {
        color: #fff;
        background-color: #f6891a; }
  .sidebar--menu > ul li.has-dropdown > a:after {
    content: "\f0d7";
    position: absolute;
    top: 10px;
    right: 35px;
    font-family: "Fontawesome"; }
  .sidebar--menu > ul li ul {
    padding: 10px 25px; }
  .sidebar--menu > ul li li a {
    position: relative;
    display: block;
    padding: 5px 30px;
    padding-right: 0;
    font-size: 12px;
    font-weight: 400;
    color: #a1a5ab;
    text-decoration: none;
    line-height: 25px; }
    .sidebar--menu > ul li li a:hover {
      color: #f6891a; }
  .sidebar--menu ul {
    margin: 0;
    padding: 0; }

/*----------------------------------------------------------------------*/
/* Content
/*----------------------------------------------------------------------*/
.spsection--aligncenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

#documenter_content .spsection--container {
  position: relative;
  padding-top: 84px; }

.spsection--container h1 {
  margin-top: -60px;
  margin-bottom: 15px;
  padding: 10px 0;
  color: #f6891a;
  font-size: 24px;
  font-weight: 400; }
.spsection--container p {
  margin: 0 0 20px;
  line-height: 24px; }
.spsection--container blockquote {
  margin: 0 0 25px;
  padding: 25px 20px;
  background-color: #ebf4fb;
  border-left: solid 5px #3e95d7;
  font-size: 14px;
  line-height: 30px;
  }
.spsection--container ul, .spsection--container ol {
  padding-left: 25px; }

/*----------------------------------------------------------------------*/
/* Print Styles
/*----------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  hr {
    border-top: 1px solid #000 !important;
    border-bottom: 0 !important; }

  #documenter_sidebar {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    left: 10px;
    top: 0;
    width: 100%;
    margin-top: 500px; }

  #documenter_sidebar ul:before {
    content: "Table of Contents"; }

  #documenter_sidebar ul {
    border: 0 !important; }

  #documenter_sidebar ul li {
    border: 0 !important;
    text-align: left; }

  #documenter_sidebar ul li a {
    border: 0 !important;
    text-align: left;
    padding: 4px; }

  #documenter_sidebar ul li a:hover {
    border: 0 !important; }

  #documenter_sidebar #documenter_logo {
    display: none; }

  #documenter_sidebar #documenter_copyright {
    display: none; }

  #documenter_content {
    left: 10px; }

  #documenter_cover {
    margin-bottom: 300px; }

  #documenter_content .warning {
    background-image: url(img/warning.png) !important;
    background-repeat: no-repeat !important;
    background-position: 8px 11px !important; }

  #documenter_content .info {
    background-image: url(img/info.png) !important;
    background-repeat: no-repeat !important;
    background-position: 8px 11px !important; } }


.spguide--header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 101;
  padding: 10px 0;
  background-color: #ffffff;
-webkit-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);	
} 

.spguide--header:after {
  content: "";
  display: table;
  clear: both; }

.spguide-logo {
  float: left;
  width: 200px;
  margin-left: 12px; }

.spguide--headerright {
  float: left;
  width: calc(100% - 220px);
  padding: 0 25px; }

.spguide--headerright:after {
  content: "";
  display: table;
  clear: both; }

.headerinfo--left {
  float: left;
  width: 52%; }
  @media (max-width: 1600px) {
    .headerinfo--left {
      width: 50%; } }

.headerinfo--left:after {
  content: "";
  display: table;
  clear: both; }

.headerinfo--right {
  float: left;
  width: 48%;
  text-align: right; }
  @media (max-width: 1600px) {
    .headerinfo--right {
      width: 50%; } }

.headerinfo--text {
  float: left;
  color:#fbf9f9;
  padding: 10px 0;
  line-height: 20px; }
  .headerinfo--text a{
  
  }
  .headerinfo--text a:hover{
	  text-decoration:underline;
  }

.headerinfo--button {
  float: right; }

.headerinfo--button .btn {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle; }

.headerinfo--menu:after {
  content: "";
  display: table;
  clear: both; }

.nav-menutop {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-menutop li {
  padding: 10px 0;
  display: inline-block;
  vertical-align: middle; }

.nav-menutop li a {
  position: relative;
  display: block;
  padding: 0 13px;
  border-right: 1px solid #ddd;
  line-height: 20px; 
  }
 

.nav-menutop li:last-child a {
  padding-right: 0;
  border-right: 0; }

.sppanel {
  position: relative;
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  overflow: hidden; }
  .sppanel .sppanel--title {
    margin: 0;
    padding: 15px 20px;
    color: #fff;
    background-color: #f6891a;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
    line-height: 12px; }
  .sppanel .sppanel--content {
    padding: 20px 20px 0; }
  .sppanel img {
    max-width: 100%;
    height: auto;
    border: 1px solid #cccccc;
     }
  .sppanel .red {
    color: #ff0000; }
  .sppanel pre.prettyprint {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4; }

.padding--top {
  padding-top: 100px; }

.panel-default {
  overflow: hidden; }
  .panel-default > .panel-heading {
    padding: 0; }
  .panel-default .panel-title {
    padding: 0; }
    .panel-default .panel-title a {
      position: relative;
      display: block;
      padding: 15px 50px;
      font-size: 17px;
      line-height: 10px;
      text-decoration: none; }
      .panel-default .panel-title a:before {
        content: "\f068";
        font-family: "Fontawesome";
        font-size: 14px;
        position: absolute;
        top: -6px;
        left: 20px;
        line-height: 54px; }
      .panel-default .panel-title a:after {
        content: "\f0d7";
        font-family: "Fontawesome";
        position: absolute;
        top: -6px;
        right: 20px;
        line-height: 54px; }
      .panel-default .panel-title a.collapsed:before {
        content: "\f067"; }

.spguide--document {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  padding: 45px 0 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px; }
  .spguide--document p {
    position: absolute;
    margin: 0;
    top: 12px;
    left: 15px;
    font-size: 12px;
    font-weight: 600;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Example"; }
  .spguide--document pre.prettyprint {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    border-top: 1px solid #ddd;
    border-radius: 0; }
.panel.panel-default{
	    margin-bottom: 7px;
}	

/*# sourceMappingURL=documenter_style.css.map */
