.container {
    width: 100%;
}

.navbar-title {
    display: block;
    color: #f26522;
    padding: 15px 10px 15px 0;
}

.navbar-title, .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 400;
}

.navbar-nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav > li {
    border-left: 1px solid hsla(0,0%,100%,.2);
}

#autocollapse.collapsed .navbar-nav > li {
    border-left: 0;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-inverse {
    background-color: #383439;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: transparent;
}

.navbar-form {
    margin-top: 9px;
}

body .toc {
    background-color: transparent;
    border: 0; 
    padding: 0 0 0 10px;
}

.sidenav {
    margin-left: -15px;
}

.sidefilter {
    top: 50px;
    width: 300px;
    padding: 15px 10px 15px 0;
    background-color: transparent;
    border: 0;
}

.sidetoc {
    top: 110px;
    width: 300px;
    background-color: transparent;
    border: 0;
}

@media only screen and (max-width: 768px)
{
    .sidefilter, .sidetoc {
        width: auto;
    }
}

.toc-filter {
    background-color: transparent;
}

.toc-filter > .filter-icon {
    left: 8px;
}

.toc-filter > .clear-icon {
    right: 8px;
}

.toc-filter > input {
    border-radius: 0;
    border: 1px solid #ccc;
}

.toc .nav > li > .expand-icon {
    font-size: 10px;
    position: absolute;
    left: -10px;
    top: 10px;
    color: #666666;
}

.toc .nav > li.active.in > .expand-icon {
    transform: rotate(90deg);
}

.toc .nav > li > a {
    margin-left: 0;
}

#toc.toc .nav > li > a:hover, 
#toc.toc .nav > li > a:focus {
    color: inherit;
    text-decoration: underline;
}

#toc.toc .nav > li.active > a {
    color: inherit;
}

#toc.toc .nav > li.active.leaf {
    background-color: #f2f2f2;
}

#toc.toc .nav > li.active.leaf > a {
    font-weight: bold;
}

#toc.toc .level1, #toc.toc .level2, #toc.toc .level3 {
    margin: 5px 0 0 5px;
}

.toc .level1 > li, .toc .level2 > li, .toc .level3 > li {
    padding: 5px;
    font-weight: normal;
    font-size: 14px;
    margin-top: 0;
}

.article {
    margin-top: 85px;
}

article h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

article .table th {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .article.grid-right {
        margin-left: 320px;
    }
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.sidetoc.shiftup {
    bottom: 110px;
}

#constructors {
    font-weight: bold;
    margin-top: 2em;
}

.decalaration, .fieldValue, .parameters, .returns {
    color: inherit;
}

.metadata {
    display: block;
    color: #5e5e5e;
    font-size: 12px;
}

dl.attributeList {
    display: flex;
    margin: 0;
}

dl.attributeList dt {
    font-weight: bold;
}

dl.attributeList dd {
    margin-left: 8px;
}

dl.attributeList.horizontal dd div {
    display: inline-block;
}

dl.attributeList.horizontal .glyphicon {
    font-size: 80%;
    margin: 0 4px 0 8px;
    font-weight: normal;
    color: #828282;
}

dl.attributeList.spacing {
    margin: 2em 0;
}

.tabGroup {
    margin-top: 0;
    margin-bottom: 10px;
}

.tabGroup section[role="tabpanel"] {
    padding: 0;
    border: none;
}

.tabGroup section[role="tabpanel"] > pre {
    margin: 0;
}

.tabGroup section[role="tabpanel"] > pre:last-child {
    margin-bottom: inherit;
}

.tabGroup ul[role="tablist"] {
    background-color: #f2f2f2;
    border: 1px solid #e3e3e3;
    border-bottom: none;
}

.tabGroup a[role="tab"] {
    border-bottom: 2px solid white;
    min-width: 80px;
    color: #ccc;
    text-align: center;
}

.tabGroup a[role="tab"]:hover, 
.tabGroup a[role="tab"]:focus {
    border-bottom: 2px solid #999;
    color: #999;
    outline: none;
    outline-offset: initial;
}

.tabGroup a[role="tab"][aria-selected="true"] {
    border-bottom: 2px solid #999;
    font-weight: 600;
    color: #999;
}

pre {
    background-color: #fafafa;
    border-radius: 0;
    border: 1px solid #e3e3e3;
}

.affix ul ul > li > a:before {
    top: 0;
}

.affix ul ul > li > a {
    padding: 2px 20px;
}

.table-responsive, .table-icons-wrapper {
    margin-bottom: 10px;
}

.table-responsive table, .table-icons-wrapper table {
    margin-bottom: 0;
}

.table-list > tbody > tr > td:first-child {
    padding-left: 0px;
    padding-right: 0px;
}

.table-list > tbody > tr > td:last-child {
    padding-right: 0px;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0
    }
}

.list-unstyled p {
    margin: 0;
}

.table-icons {
    margin-bottom: 10px;
}

.table-icons td {
    width: 65px;
    min-width: 45px;
}

.table-icons td:first-child {
    width: auto;
}

.table-icons > tbody > tr > td {
    vertical-align: middle;
}

.table-icons > tbody > tr > td:first-child {
    vertical-align: top;
}

.conceptual li,
.conceptual li p,
.conceptual li div {
    margin-top: 5px;
    margin-bottom: 0;
}

.parameter-info {
    margin-top: 10px;
}

.parameter-info code {
    font-size: 100%;
    padding: 2px 6px;
    font-weight: 700;
}

.parameter-info dl {
    display: flex;
    margin-bottom: 0;
}

.parameter-info dt {
    display: inline-block;
    margin-right: 5px;
    font-weight: inherit;
}

.parameter-info p {
    margin-top: 2px;
    margin-bottom: 0;
}

figure {
    margin: 20px auto;
    width: 80%;
    text-align: center;
}

figure > figcaption {
    margin: 0.7rem auto;
    font-style: italic;
    color: #666666;
}

@media screen and (max-width: 1023px) {
    figure {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    figure {
        width: 100%;
    }
}

.article .conceptual p > img:only-child {
    margin: 20px auto;
}

.article .conceptual li p > img:only-child {
    margin: auto;
}

ul.positive-list, ul.negative-list {
    list-style: none;
}

ul.positive-list, ul.negative-list, ul.neutral-list {
    position: relative;
    margin-left: 0;
    padding-left: 1.2em;
}

ul.positive-list li:before, ul.negative-list li:before {
    position: absolute;
    left: 0;
}

ul.positive-list li:before {
    content: '+'; 
}

ul.negative-list li:before {
    content: '-'; 
}

ul.level1.bs-docs-sidenav {
  overflow-y: auto;
}