﻿.fixed { position: fixed; }

/* sidebar */

.bs-docs-sidebar {
    margin-top: 4.5%;
    padding-left: 20px;
    /*margin-bottom: 20px;*/
}

.bs-docs-sidebar .nav > .panel-default > div > ul > li,
.bs-docs-sidebar .nav > .panel-default {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.bs-docs-sidebar .nav > .panel-default > div > ul > li:last-child {
    border-bottom: 1px solid #eee !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.bs-docs-sidebar .nav > .panel-default > .panel-heading {
    background-color: white !important;
    background-image: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* all links */

.bs-docs-sidebar .nav > div > div > h4 > a {
    border-left: 2px solid transparent;
    color: black;
    display: inline-flex;
    font-family: "myriad-pro", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.bs-docs-sidebar .nav > div > div > h4 > a.collapsed:before {
    color: #772432;
    content: "\2b";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    padding: 0 10px;
}

.bs-docs-sidebar .nav > div > div > h4 > a:before {
    color: #772432;
    content: "\2212";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    padding: 0 10px;
}

/* nested links */

.bs-docs-sidebar .nav .nav > li > a {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 1px;
    padding-left: 0px;
    /*color: #999;*/
    padding-top: 7px;
    text-transform: none;
}

/* active & hover links */

.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
    background-color: transparent;
    /*color: #772432;*/
    text-decoration: none;
    /*border-left-color: #772432;*/
}

/* all active links */

.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a { font-weight: 700; }

/* nested active links */

.bs-docs-sidebar .nav .nav > .active > a,
.bs-docs-sidebar .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav > .active:focus > a { font-weight: 500; }

/* show active nested list */

.bs-docs-sidebar .nav > .active > ul.nav { display: block; }

.bs-docs-sidebar .nav > li > a > div {
    margin-top: -10px;
    max-width: 300px;
    padding: 0 20px;
}

.amended {
    color: #4D4D4D;
    font-size: 0.75em;
}

.description { font-size: 0.75em; }

#sidebar.affix { top: 110px; }

.jump-to-top {
    bottom: 70px;
    display: block;
    position: fixed;
    right: 0;
}

.h2tagwithh3css {
    font-size: 1.666666em !important;
    color: #444 !important;
    font-family: "myriad-pro",sans-serif !important;
    font-weight: bold !important;
}

.spantagwithh4css {
    font-family: "myriad-pro",sans-serif !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    color: #444 !important;
}