@import url(https://fonts.googleapis.com/css?family=Roboto);
/* Importing fonts */
/* @variables */
body {
  color: #57666e;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.25px;
}
pre {
  background-color: #f9f9f9;
  border-color: #ddd;
  line-height: 1;
  overflow: scroll;
  word-wrap: normal;
}
.wrapper {
  position: relative;
}
.wrapper .left-sidebar {
  position: fixed;
  height: 100%;
  width: 270px;
  left: 0;
  background-color: #f9fafb;
}
/*.wrapper .left-sidebar ul {
  margin-top: 20px;
}
.wrapper .left-sidebar a {
  color: #a8b0b5;
  color: #383f41;
  font-size: 13px;
  line-height: 22px;
  padding: 4px 0px 4px 25px;
}*/
.wrapper .left-sidebar a.heading {
  text-transform: uppercase;
}
.wrapper .left-sidebar a:hover {
  background-color: #e4e8ed;
}
.wrapper .left-sidebar a.brand {
  height: 80px;
  background-color: #0d8aee;
  display: block;
  line-height: 80px;
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}
.wrapper .navbar {
  margin-bottom: 0px;
  background-color: #2196f3;
  border-color: #2196f3;
  border-top-width: 0;
  border-radius: 0;
  height: 80px;
}
.wrapper .navbar .navbar-brand {
  line-height: 50px;
  color: #FFFFFF;
}
.wrapper .navbar .nav > li > a {
  line-height: 50px;
  color: #FFFFFF;
}
.wrapper .navbar .nav > li.active a {
  background-color: transparent !important;
}
.wrapper .content {
  margin-left: 270px;
}
.wrapper .content section {
  position: relative;
  /*This is a bad fix for now, should find other way*/
}
.wrapper .content section .row {
  margin-right: 0px;
  margin-left: 0px;
}
.wrapper .content section img {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.wrapper .content section .section-left {
  padding: 15px;
  border-bottom: 1px solid #dadce1;
}
.wrapper .content section .section-left .section-header {
  font-weight: bold;
  font-size: 24px;
  padding: 15px 0;
  /*color: #333;*/
}
.wrapper .content section .section-left .section-header .description {
  font-size: 13px;
  display: block;
  line-height: 26px;
  font-weight: normal;
  font-style: italic;
}
.wrapper .content section .section-left .page-header {
  margin-top: 5px;
}
.wrapper .content section .section-right {
  padding: 15px;
  border-bottom: 1px solid #3d414c;
  background-color: #32353e;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  height: 100%;
}
.wrapper .content section .section-right .side-heading {
  font-size: 16px;
}
.wrapper .content section .section-right a {
  color: #777e92;
  font-size: 13px;
}
.wrapper.navbar-fixed .content {
  margin-top: 80px;
}
pre.code-toolbar {
  position: relative;
}
pre.code-toolbar > .toolbar {
  position: absolute;
  top: .3em;
  right: .2em;
  background: #f5f2f0;
  background: rgba(224, 224, 224, 0.2);
  border-radius: .5em;
}
pre.code-toolbar > .toolbar a {
  color: #bbb;
  font-size: .8em;
  cursor: pointer;
  padding: 0 .5em;
}
pre.code-toolbar > .toolbar a:hover,
pre.code-toolbar > .toolbar a:focus,
pre.code-toolbar > .toolbar a.zeroclipboard-is-hover {
  color: inherit;
}
.tree .folder {
  color: #777e92;
}
.tree .file {
  color: #545968;
}
.tree ul {
  padding-left: 15px;
}
.tree .green {
  color: #208e4e;
}
ul.left-navbar {
  margin: 0 !important;
}
ul.left-navbar > li {
  border-bottom: 1px solid #eeeeee;
}
ul.left-navbar > li > a {
  text-decoration: none;
  color: #222222 !important;
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-right: 4px solid transparent;
  border-radius: 0 !important;
}
ul.left-navbar > li > a:hover {
  background-color: #dddddd;
}
ul.left-navbar > li > a.active {
  border-right: 4px solid #2196f3;
}
ul.left-navbar ol {
  margin-top: 5px;
  background-color: #FFFFFF;
  margin: 0;
  margin-bottom: 10px;
}
ul.left-navbar ol a {
  text-decoration: none;
}
.color-info {
  margin: 10px;
  padding: 8px 15px;
  color: #FFFFFF;
  border-radius: 3px;
  width: 180px !important;
}
.color-info.primary {
  background-color: #2196F3;
}
.color-info.input-bg {
  background-color: #f2f4f7;
  color: #000000;
}
.color-info.light-border {
  background-color: #e9ecf2;
  color: #000000;
}
.color-info.dark-border {
  background-color: #e9ecf2;
  color: #000000;
}
.color-info.content-color {
  background-color: #9398a0;
}
.color-info.light-color {
  background-color: #aaaaaa;
}
.color-info.heading-color {
  background-color: #707780;
}
.color-info.icon-color {
  background-color: #0c2d61;
}
.color-info.page-color {
  background-color: #e8ebf1;
  color: #000000;
}
.color-info.flatRed {
  background-color: #fb5d5d;
}
.color-info.flatGreen {
  background-color: #6fd64b;
}
.color-info.flatOrange {
  background-color: #f7941d;
}
.color-info.flatBlue {
  background-color: #5d9bfb;
}
.color-info.success {
  background-color: #a0d269;
}
.color-info.info {
  background-color: #6cadd1;
}
.color-info.warning {
  background-color: #eac841;
}
.color-info.danger {
  background-color: #df6c6e;
}
.img-border {
  border: 2px solid #e9ecf2;
}
.directive {
  margin-bottom: 20px;
}
