/* Dev notes: This css file was created by stripping off the css from the chrome dev tools. This was needed
so that the ecos-bootstrap plugin could be removed. Feel free to clean up as needed.

This file must be the same as ecp0/src/main/webapp/css/layouts/common.css
 */

.container.blue > .page-content {
    padding-top:163px;
}
h6, .h6 {
    font-weight: bolder;
    line-height: 30px;
}
h5, .h5 {
    font-weight: 700;
}
h4, .h4 {
    font-weight: 700;
}
.navHeader {
    border-top: 2px solid rgb(222, 188, 142);
    font-size: 20px;
}
.nav-list {
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.nav {
    list-style: outside none none;
    margin-bottom: 18px;
    margin-left: 0;
}
.nav > li {
    line-height: 18px;
    font-size: 14px;
}
.nav-list > li > a {
    padding: 6px 0px;
}
.nav-list > li > a, .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav > li > a, .nav > li > a:visited {
    color: #5687a6;
}
.bg-danger {
    border-color: #eed3d7;
    color: #b94a48;
}
code.line {
    display: block;
}
.red {
    color: red;
}
.margin-top-xsm {
    margin-top: 5px !important;
}
.breadcrumb {
    margin-bottom:0;
    padding-top:0;
}
