.sidebar-nav {
    padding: 9px 0;
}

.sidebar-nav a {
    color: #777;
    text-decoration: none;
    font-weight: bold;
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
    color: #FFF;
}

.nav-header {
    padding-left: 15px;
    padding-right: 15px;
}

a, a:hover, .sidebar-nav .active a, .sidebar-nav a:hover {
    color: #5da7fd;
}

.table-bordered, .table-bordered th + th, .table-bordered td + td, .table-bordered th + td, .table-bordered td + th, .table th, .table td {
    border-color: #aaa;
}

.sidebar-nav li > a:hover {
    background-color: transparent;
}

input:focus {
    border-color: rgba(255, 125, 0, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 125, 0, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 125, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 125, 0, 0.6);
}

.title {
    text-align: center;
    line-height: 1.5em;
    background: url(../img/iesmach-logo-black.png) no-repeat left center;
    min-height: 65px;
    padding-top: 10px;
    margin-bottom: 14px;
}

.schema-link {
    font-size: 16px;
    margin-top: 20px;
}

body {
    font-family: "Avenir W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #FFF;
}

h1, h2 {
    margin-top: 0;
}

.nav-list .active > a, .nav-list .active > a:hover {
    color: #5da7fd;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: transparent;
}

.navbar .logo {
    float: left;
    padding-top: 6px;
    margin-right: 20px;
}

.page-heading {
    font-size: 44px;
    padding-bottom: 14px;
}

/* Sticky Footer - http://ryanfait.com */
html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
}

.footer, .push {
    height: 50px;
}

.footer p {
    text-align: center;
    padding-top: 8px;
    border-top: 1px solid #bbb;
}

/* End Sticky Footer */

.navbar-inner {
    background: #2A8CFD;
}

.fixed-left {
    position: fixed;
    left: 20px;
    top: 78px;
}

@media (max-width: 980px) {
    .navbar-fixed-top .navbar-inner {
        padding: 0 !important;
    }
}

.docbox {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #333333;
    border-radius: 5px;
}

.example {
    margin-top: 10px;
    display: none;
}

pre {
    margin-top: 10px;
    margin-bottom: 0;
    background-color: #fff !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.page-description {
    font-size: 16px;
}

/* Feedback */

ul.feedbackPanel {
    list-style: none;
    margin: 0;
    padding: 0;
}

.feedbackPanel li {
    padding: 8px 35px 8px 14px;
    margin-bottom: 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid;
}

.feedbackPanel li:last-child {
    margin-bottom: 0;
}

.feedbackPanel li.feedbackPanelWARNING {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}

.feedbackPanel li.feedbackPanelSUCCESS {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.feedbackPanel li.feedbackPanelERROR {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.feedbackPanel li.feedbackPanelINFO {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.login-form .spacing-top {
    margin-top: 15px;
}

.remember-me {
    color: #555;
    display: inline;
    margin-left: 5px;
}


.jumbotron {
    background: transparent;
    border: 1px solid #333;
    border-radius: 5px !important;
}

pre {
    border: 1px solid #d2d2d2 !important;
}

.nav > li > a {
    padding: 6px 15px;
}

.btn-primary {
    color: #fff;
    background-color: #38cc66;
    border-radius: 5px;
    border-width: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:active:hover {
    color: #fff;
    background-color: #38cc66;
    box-shadow: none !important;
}