
.navbar {
    background-image: linear-gradient(to right, #3f4850 0%, #365462 46%, #3e5554 60%, #42554d 68%, #573d4e 100%);
    box-shadow: 0 2px 0 #E4E4E4;
    height: 100%;
    position: relative;
    z-index: 20;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #e1e1e1;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{
    color: #fff;
}

footer {
    border-top: 1px solid #efefef;
    margin-top: 100px;
    padding-top: 5px;
}

.articlerow {
    margin-bottom: 25px;
}


.rows {
    margin-top: 25px;
}

.articlerow-info {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    line-height: 30px;
}

.articlerow_description {
    padding: 0px 0 15px 0;
}

.articlerow a, .breadcrumb a{
    color: #000000;
}

.page-title {
    font-size: 36px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

h2 {
    font-size: 30px;
    margin: 45px 0 15px 0;
}
h3 {
    font-size: 24px;
    margin: 20px 0 10px 0;
}
h4 {
    font-size: 18px;
    margin: 15px 0 10px 0;
}
h5 {
    font-size: 14px;
}
h1,h2,h3,h4,h5 {
    font-weight: 300;
    margin-top: 1.4em;
    line-height: 1.1;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}



pre {
    padding: 16px;
    overflow: auto;
    font-size: 13px;
    line-height: 1.45;
    background-color: #efefef;
    border-radius: 3px;
    border: 0px;
    border-radius: 0px;
    max-width: 800px;
}

pre code.hljs {
    display: inline;
    max-width: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    line-height: inherit;
    word-wrap: normal;
    background-color: transparent;
    border: 0;
    white-space: inherit;
}

table {
    display: block;
    width: 101%;
    overflow: auto;
}

table, pre {
    margin-top: 0;
    margin-bottom: 16px;
}
table th, .markdown-body table td {
    padding: 6px 13px;
    border: 1px solid #dfe2e5;
}
table tr:nth-child(2n) {
    background-color: #f6f8fa;
}
table tr {
    background-color: #fff;
    border-top: 1px solid #c6cbd1;
}
table th,table td {
    padding: 6px 13px;
    border: 1px solid #dfe2e5;
}

dl {
    padding: 0;
}
dl dt {
    padding: 0;
    margin-top: 16px;
    font-size: 1em;
    font-style: italic;
    font-weight: 600;
}
dl dd {
    padding: 0 16px;
    margin-bottom: 16px;
}

/*.articlerow_content h2 {
    padding-bottom: 0.4em;
    font-size: 1.5em;
    border-bottom: 1px solid #eaecef;
    margin: 35px 0 15px 0;
}*/
.articlerow_content h2 a{
    color: #bd0000;
}

ul, ol {
    padding-left: 2em;
}

.articlerow_content p, .articlerow_content blockquote, .articlerow_content ul, .articlerow_content ol, .articlerow_content dl, .articlerow_content table, .articlerow_content pre {
    margin-top: 0;
    margin-bottom: 16px;
}

.articlerow_content hr {
    height: 0.1em;
    padding: 0;
    margin: 24px 0;
    background-color: #e1e4e8;
    border: 0;
}



#back-top {
    z-index: 110;
    position: fixed;
    bottom: 0%;
    left: 0;
    height: 100%;
    display: none;
}
#back-top a {
    color: #333;
    padding-top: 26px;
    font: 11px/17px "noto_sansregular",sans-serif;
    display: block;
    width: 80px;
    height: 100%;
    border: 0px solid #333;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 110;
    background: rgba(204, 204, 204, 0.39);

}
#back-top a:before {
    top: 40% !important;
    content: "";
    position: absolute;
    left: 50%;
    margin: -5px 0 0 -8px;
    border-bottom: 10px solid #333;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    opacity: 0.3;
}

@media screen and (max-device-width:1000px){
    #back-top {
        z-index: 110;
        position: fixed;
        bottom: 2%;
        left: 2%;
        height: auto;
        opacity: 0.3;
    }
    #back-top a {
        color: #333;
        padding-top: 26px;
        font: 11px/17px "noto_sansregular",sans-serif;
        display: block;
        width: 58px;
        height: 52px;
        border: 1px solid #333;
        position: relative;
        text-align: center;
        text-decoration: none;
    }
    #back-top a:before {
        top: 40% !important;
        content: "";
        position: absolute;
        left: 50%;
        margin: -5px 0 0 -8px;
        border-bottom: 10px solid #333;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }
}



.articleWrapper .articlerow-info {
    margin-top: 50px;
}

.hljs-string {
    color: #d14;
}
.hljs-keyword {
    color: teal;
}

.section-row-icon {
    display: inline-block;
    width: 30px;

}
.section-row a{
    text-decoration: none;
    color: #bd0000;
}

.navbar-default {
    margin-bottom: 0px;
}

.breadcrumb_wrapper{
    background-color: #f5f5f5;
    margin-bottom: 10px;
}
.breadcrumb_wrapper .container{
    padding:0;
}
.breadcrumb {
    margin-bottom: 0px;
}
a {
    color: #337ab7;
}
img {
    max-width: 800px;
}

.neighbors{
    padding: 10px 15px;
}
.neighbors .link-next{
    float: right;
}

.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #e1e1e1;
    background-color: transparent;
}

.navbar-login-providers {
    text-align: center;
}
.gravatar {
    border-radius: 50px;
    margin-bottom: 20px;
}


.articlerow_content img {
    border: 7px solid #ccc;
    max-width: 800px;
    border-radius: 5px;
    margin-bottom: 15px;
}



.dropdown {
    width:300px;
}
.dropdown-menu>li>a {
    color:#428bca;
}
.dropdown ul.dropdown-menu {
    border-radius:4px;
    box-shadow:none;
    margin-top:20px;
    width:300px;
}
.dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}
.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}
