
.sidebar a, .sidebar-toggle {
    transition: color .3s ease-in-out;
}
.sidebar .sidebar-search .sidebar-searchInput:focus, .sidebar .sidebar-search .sidebar-searchInput:hover, .sidebar-toggle:active, .sidebar-toggle:focus, .sidebar-toggle:hover, a:active, a:hover {
    outline: 0;
}
.results ul, .sidebar ul {
    list-style: none;
}

.coffeescript .javascript, .javascript .xml, .tex .hljs-formula, .xml .css, .xml .hljs-cdata, .xml .javascript, .xml .vbscript {
    opacity: .5;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, optgroup, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre, textarea {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
.main, body, html {
    overflow: hidden;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
.content, .main, .sidebar, body, html {
    height: 100%}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?h5z89e);
    src: url(../fonts/icomoon.eot?#iefixh5z89e) format('embedded-opentype'), url(../fonts/icomoon.ttf?h5z89e) format('truetype'), url(../fonts/icomoon.woff?h5z89e) format('woff'), url(../fonts/icomoon.svg?h5z89e#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
}
.icon-elem, [class*=" icon-"], [class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sidebar, body {
    font-family: Lato, sans-serif;
}
.icon-link:before {
    content: "\e005"}
.icon-search:before {
    content: "\e036"}
.icon-cross:before {
    content: "\e117"}
.icon-menu:before {
    content: "\e120"}
.icon-angle-right:before {
    content: "\f105"}
.icon-code:before {
    content: "\f121"}
body, html {
    box-sizing: border-box;
    width: 100%}
body {
    margin: 0;
    font-size: 1pc;
    line-height: 1.6875em;
}
*, :after, :before {
    box-sizing: inherit;
}
.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}
.sidebar, body.sidebar-closed .sidebar {
    display: none;
}
.sidebar {
    -webkit-flex: 0 1 300px;
    -moz-flex: 0 1 300px;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    -ms-flex-positive: 0;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 300px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    min-height: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 999;
}
.content {
    -webkit-flex: 1 1 .01%;
    -moz-flex: 1 1 .01%;
    -ms-flex: 1 1 .01%;
    flex: 1 1 .01%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: .01%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.content-inner {
    max-width: 949px;
    margin: 0 auto;
    padding: 3px 60px;
}
@media screen and (max-width:768px) {
    .content-inner {
    padding: 27px 20px 27px 40px;
}
}body.sidebar-closed .sidebar-toggle {
    display: block;
}
.sidebar-toggle {
    position: fixed;
    z-index: 99;
    left: 18px;
    top: 8px;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 1pc;
}
.sidebar-toggle:hover {
    color: #e1e1e1;
}
@media screen and (min-width:768px) {
    .sidebar-toggle {
    display: none;
}
}.sidebar {
    font-size: 14px;
    line-height: 18px;
    background: #373f52;
    color: #d5dae6;
    overflow: hidden;
}
.sidebar .sidebar-toggle {
    display: block;
    left: 275px;
    color: #e1e1e1;
}
.sidebar .sidebar-toggle:hover {
    color: #fff;
}
.sidebar ul li {
    margin: 0;
    padding: 0 10px;
}
.sidebar a {
    color: #d5dae6;
    text-decoration: none;
}
.sidebar a:hover {
    color: #fff;
}
.sidebar .sidebar-projectLink {
    margin: 23px 30px 0;
}
.sidebar .sidebar-projectDetails {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    margin-top: 6px;
}
.sidebar .sidebar-projectImage {
    display: inline-block;
    max-width: 4pc;
    max-height: 4pc;
    margin-left: 15px;
    vertical-align: bottom;
}
.sidebar .sidebar-projectName {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    padding: 0;
    max-width: 155px;
}
.sidebar .sidebar-projectVersion {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 1pc;
    line-height: 20px;
    color: #fff;
}
.sidebar .sidebar-listNav {
    padding: 0 30px;
}
.sidebar .sidebar-listNav li, .sidebar .sidebar-listNav li a {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
}
.sidebar .sidebar-listNav li {
    padding-left: 17px;
    border-left: 3px solid transparent;
    transition: all .3s linear;
    line-height: 27px;
}
.sidebar .sidebar-listNav li.selected, .sidebar .sidebar-listNav li.selected a, .sidebar .sidebar-listNav li:hover, .sidebar .sidebar-listNav li:hover a {
    border-color: #9768d1;
    color: #fff;
}
.sidebar .sidebar-search {
    margin: 23px 30px 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}
.sidebar .sidebar-search i.icon-search {
    font-size: 14px;
    color: #d5dae6;
}
.sidebar #full-list li.clicked>a, .sidebar #full-list ul li.active a {
    color: #fff;
}
.sidebar .sidebar-search .sidebar-searchInput {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #959595;
    margin-left: 5px;
}
.sidebar #full-list {
    margin: 4px 0 0 30px;
    padding: 0 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-flex: 1 1 .01%;
    -moz-flex: 1 1 .01%;
    -ms-flex: 1 1 .01%;
    flex: 1 1 .01%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: .01%}
.sidebar #full-list ul {
    margin: 0 20px;
    padding: 9px 0 18px;
}
.sidebar #full-list ul li {
    font-weight: 300;
    line-height: 18px;
}
.sidebar #full-list ul li ul {
    display: none;
    padding: 9px 0;
}
.sidebar #full-list ul li ul li {
    border-left: 1px solid #959595;
    padding: 0 10px;
}
.sidebar #full-list ul li ul li.active:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-left: -10px;
    font-size: 1pc;
    margin-right: 5px;
}
.sidebar #full-list ul li.active {
    border-left: none;
}
.sidebar #full-list ul li.active ul {
    display: block;
}
.sidebar #full-list li {
    padding: 0;
    line-height: 27px;
}
.sidebar #full-list li.collapsed ul {
    display: none;
}
@media screen and (min-width:768px) {
    .sidebar {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}
}@media screen and (max-height:500px) {
    .sidebar {
    overflow-y: auto;
}
.sidebar #full-list {
    overflow: visible;
}
