﻿.list-decimal {
  list-style-type: decimal;
}

.list-decimal li {
  padding-bottom: 15px;
  line-height: 18px;
}

.list-disc
{
    list-style-type:disc;
    padding-left: 15px; 
}

.list-disc li {
  padding-bottom: 15px;
  line-height: 15px;
}


.list-disc-lh24
{
    list-style-type:disc;
    padding-left: 15px; 
}

.list-disc-lh24 li {
  line-height: 28px;
}

.tag-cloud {
    list-style: outside none none;
}

.tag-cloud li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 4px 8px 0px;
}

.tag-cloud li a:hover {
    color: #2C3E50;
    background: none repeat scroll 0% 0% #AAD2ED;
}
.tag-cloud li a {
    display: block;
    color: #2C3E50;
    min-height: 20px;
    border: 1px solid #2C3E50;
    padding: 0px 9px;
    border-radius: 3px;
}


.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";    
    float: right; 
    color: grey; 
}
.panel-heading a.collapsed:after {
    content: "\e080";
}

.widget ul li .post-date {
    display: block;
    font-size: 12px;
    color: #AAA;
}

#layout-footer {
    background-color: #ECF0F1;
    color: #707070;
    border-top: 1px solid #D9D8D7;
}

a {
    color: #0071BC;
}

a:hover, a:focus {
    color: #0071BC;
}

.pager > .active > a, .pager > .active > span, .pager > .active > a:hover, .pager > .active > span:hover, .pager > .active > a:focus, .pager > .active > span:focus {
    background-color: #0071BC;
}

.navbar-nav {
  float: right;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #5DBBFF;
    background-color: transparent;
}

.navbar-brand{
    font-size:22px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5DBBFF;
    background-color: transparent;
    font-size:22px;
}

.content > h2 {
    border-bottom: 1px solid #ECF0F1;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

header {
   margin-bottom: 20px;
}

article .media {
    position: relative;
    /*display: inline-block;*/
    background: none repeat scroll 0% 0% #FFF;
    margin: 0px 0px 20px;
    padding: 9px;
   /* border: 1px solid #D3D3D3;*/
   /* box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.08); */
}                              

.media > img {
    margin: auto;
    display: block;
}

article .step {
    float: left;
    margin: 0px 12px 0px 0px;
    background: none repeat scroll 0% 0% #679ACE /* #799AC4*/;
    padding: 4px 10px 3px;
    border-left: 3px solid #4D6F9E;
    font: 13px Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase; 
    white-space: nowrap;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.github-edit {
    border-bottom: 1px dotted #CCC;
    cursor: help;
    font-weight: bold;
    color: #333;
}

.docs-path {
    display: block;
    padding: 0.5625rem 0.875rem;
    overflow: hidden;
    margin-left: 0px;
    list-style: outside none none;
    border-style: solid;
    border-width: 1px;
    background-color: #E7F1F6;
    border-color: #D7E8EF;
    border-radius: 3px;
}

ul.docs-path-nav li {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.docs-path-nav .note {
    text-transform: none;
    color: #000;
    font-size: 1.1rem;
    line-height: 1.1rem;
}

.docs-path > * {
    margin: 0px;
    float: left;
    font-size: 1.1rem;
    line-height: 1.1rem;
    text-transform: uppercase;
}


ul.docs-path-nav > *::before {
    margin-right: 0.4rem;
    margin-left: 0.4rem;
}

.docs-path-nav > *::before {
    content: " / ";
    color: #000;
    margin: 0px 0.75rem;
    position: relative;
    top: 1px;
}

.docs-path > :first-child::before {
    content: " ";
    margin: 0px;
}

docs#toc{
    background-color: white;
    float: right;
    font-size: .95em;
    height: auto;
    width: 300px;
    position: fixed;
    overflow: scroll;
    bottom: 80px;
    top: 80px;
    overflow-y: auto;
    overflow-x: hidden;
}

    docs#toc h2 {
        font-size: 2.4em;
        padding: 0 40px;
        height: 60px;
        line-height: 60px;
        vertical-align: middle;
        margin: 0;
    }

    docs#toc #toc-hide {
        float: right;
    }

    docs#toc #toc-hide img {
        vertical-align: middle;
        margin-bottom: 12px;
        margin-right: -24px;
    }

    docs#toc h3, docs#toc h4, docs#toc h5, docs#toc h6, docs#toc h7, docs#toc h8, docs#toc h9 {
        display: block;
        border-top: 1px solid #ECEEEF;
        border-left: 4px solid transparent;
        margin: 0;
    }

    docs#toc #last-item {
        background: white;
    }

    docs#toc h3 {
        padding: 8px 22px 8px 18px;
        font-size: 16pt;
        border-left: 4px solid #4C9ED9;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    docs#toc h4, docs#toc h5, docs#toc h6, docs#toc h7, docs#toc h8, docs#toc h9 {
        padding: 8px 22px 8px 18px;
        background-color: #F7F9F9;
        font-size: 12pt;
        color: #B2B2B2;
    }

    docs#toc h5 { padding-left: 42px; }
    docs#toc h6 { padding-left: 52px; }
    docs#toc h7 { padding-left: 62px; }
    docs#toc h8 { padding-left: 72px; }
    docs#toc h9 { padding-left: 82px; }

    docs#toc h3 a {
        color: black;
    }

    docs#toc h4 a, docs#toc h5 a, docs#toc h6 a, docs#toc h7 a, docs#toc h8 a, docs#toc h9 a {
        color: #B8B8B8;
    }

.meta {
    padding-bottom: 10px;
}