﻿.bs-docs-sidenav {
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    padding-right: 25px;
    width: 203px;
}

@media (max-width: 980px) and (min-width: 768px) {
    .bs-docs-sidenav {
        width: 141px;
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .bs-docs-sidenav {
        width: 280px;
    }
}

@media (max-width: 767px) {
    .bs-docs-sidenav {
        width: auto;
        margin-bottom: 20px;
    }
}

.jumbotron {
    background: #3298b7;
    background: -moz-linear-gradient(#3298b7 0%, #196c87 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#3298b7), color-stop(100%,#196c87));
    background: -webkit-linear-gradient(#3298b7 0%,#196c87 100%);
    background: -o-linear-gradient(#3298b7 0%,#196c87 100%);
    background: -ms-linear-gradient(#3298b7 0%,#196c87 100%);
    background: linear-gradient(#3298b7 0%,#196c87 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3298b7', endColorstr='#196c87',GradientType=1 );
}

.nav-list > .active > a, .nav-list > .active > a:hover {
    background-color: #3298b7;
}

a {
    color: #187591;
}

h1 {
    padding-top: 20px;
}

.page-header {
    margin: 20px 0 20px;
}

    .page-header.first {
        margin-top:
    }

.bs-docs-example::after {
    content: ".COM";
}

textarea {
    width: 97%;
}

h1 span.label {
    vertical-align: middle;
}

.bs-docs-sidenav li .label, .badge {
    position: relative;
    top: -1px;
}

h3 {
    margin-bottom: 1px;
}

body > .navbar .brand {
    color: #fff;
    font-size: 17px;
}

.navbar select {
    width: 70px;
    height: 23px;
    margin: 5px 0;
}

.site-selector span {
    color: white;
    position: relative;
    top: 1px;
}

.site-selector {
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.page-header button {
    position: relative;
    top: 30px;
}

.original-text div {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 0 0 10px 0;
}

.original-text span.label {
    margin-top: 7px;
}

h5 {
    margin: 7px 0;
}

.redactor_box {
    margin-bottom: 10px;
}

section .row-fluid {
    margin-bottom: 25px;
}

section img {
    margin: 25px 0;
    max-width: 90%;
}

.alert {
    margin-top: 4px;
}

textarea {
    resize: vertical;
}
