body {
background: #white !important;
}

.navbar.navbar-default {
background-color: black;
border: 0;
border-radius: 0;
}

.sc-logo {
display: block;
height: 30px;
margin: 30px 0px 0px;
background: url("img/design/logo.png") no-repeat;
}

.navbar a {
    color: white ! important;
}

.sc-header-title {
display: block;
margin: 3px 0px 30px 0;
}
.sc-header-title,.sc-header-title-link {
font-family: "HelveticaNeue-Light","Helvetica Neue",sans-serif;
font-weight: 300;
letter-spacing: 1px;
font-size: 14px;
text-transform: uppercase;
color: white;
}

.navbar-header > a.navbar-brand:hover {
color: #39C1CC;
}

.panel.panel-default {
border-radius: 0;
}

.panel {
    border-width: 0px ! important;
    padding:0px ! important;
}

body .nav-pills > li.active > a,
body .nav-pills > li.active > a:hover,
body .nav-pills > li.active > a:focus {
color: #fff;
background-color: #39C1CC;
border-radius:0px ! important;
}


body a, body a:focus {
    color: #2a969e;
}

body .content a:visited {
    color: #1c696f;
}

body a:hover {
color: #1a5c61;
}

.directory {
border: none !important;
}

.page-header {
border: none !important;
}

.table.table-striped > tbody > tr:nth-child(2n+1) {
background-color: #efefef;
}

.table tr {
    padding : 0px ! important;
    margin : 0px ! important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
border: none !important;
}

.table.directory td {
padding-top: 12px;
}

.paramname {
    color: #666 ! important;
}

.levels {
display: none;
}

.image {
margin: 30px auto 0 auto;
max-width: 70%;
}
.image > img {
max-width: 100%;
}

.fragment.well {
margin-bottom: 20px;
background: #fff;
border: 0;
border-radius: 0;
padding: 12px;
padding-top:4px;
padding-bottom:4px;
border-left-width:3px;
border-left-color:#2a969e;
border-left-style:solid;
}

div.headertitle {
padding: 0 10px;
margin: 0;
}

#content h1,
#content .h1,
#content h2,
#content .h2,
#content h3,
#content .h3 {
font-weight: 200;
}

ul.breadcrumb {
background: white;
border-radius:0px !important;
}

.sc-header-panel {
padding: 10px;
}

h2.groupheader {
border-bottom: none;
color: inherit;
margin-left: -8px;
padding: 0;
}

tr.active > td, tr.active > th {
background: white !important;
}

.panel-default > .panel-heading {
background: #ebebeb !important;
}

.qindex {
background: none !important;
border: 0 !important;
}

.fieldtable th {
background: none;
border: 0;
}

table.fieldtable {
    border: 1px solid #ccc;
}

/* Class reference page design */

div.summary {
float: none;
width: auto;
padding-right:12px;
}

.title {
margin: 10px 0;
}

h2.groupheader {
margin-left: 0;
}

div.groupHeader {
margin-left: 0 !important;
}
div.groupText {
margin-left: 0 !important;
}

.table {
    padding-left: 0 ! important;
    margin-left: 0 ! important;
}

/* Sticky footer styles
-------------------------------------------------- */
html,
body {
    height: 100%;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

.memSeparator {
    display: none;
}

/* Set the fixed height of the footer here */
#footer {
    font-size: 0.9em;
    padding: 8px 0px;
    background-color: #f5f5f5;
}

.footer-row {
    line-height: 44px;
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-follow-icon {
    margin-left: 3px;
    text-decoration: none !important;
}

.footer-follow-icon img {
    width: 20px;
}

.footer-link {
    padding-top: 5px;
    display: inline-block;
    color: #999999;
    text-decoration: none;
}

.footer-copyright {
    text-align: center;
}


@media (min-width: 992px) {
    .footer-row {
        text-align: left;
    }

    .footer-icons {
        text-align: right;
    }
}
@media (max-width: 991px) {
    .footer-row {
        text-align: center;
    }

    .footer-icons {
        text-align: center;
    }
}

/* DOXYGEN Code Styles
----------------------------------- */


a.qindex {
    font-weight: bold;
}

a.qindexHL {
    font-weight: bold;
    background-color: #9CAFD4;
    color: #ffffff;
    border: 1px double #869DCA;
}

.contents a.qindexHL:visited {
    color: #ffffff;
}

a.code, a.code:visited, a.line, a.line:visited {
    color: #4665A2;
}

a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
    color: #4665A2;
}

/* @end */

dl.el {
    margin-left: -1cm;
}

pre.fragment {
    border: 0px solid #C4CFE5;
    background-color: #FBFCFD;
    padding: 4px 6px;
    margin: 4px 8px 4px 2px;
    overflow: auto;
    word-wrap: break-word;
    font-size:  9pt;
    line-height: 125%;
    font-family: monospace, fixed;
    font-size: 105%;
}

div.fragment {
    padding: 4px 0px;
    margin: 4px 0px 4px 0px;
    border: 0px solid #C4CFE5;
}

div.line {
    font-family: monospace, fixed;
    font-size: 13px;
    min-height: 13px;
    line-height: 1.0;
    text-wrap: unrestricted;
    white-space: -moz-pre-wrap; /* Moz */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3  */
    word-wrap: break-word;      /* IE 5.5+ */
    text-indent: -53px;
    padding-left: 53px;
    padding-bottom: 0px;
    margin: 0px;
    -webkit-transition-property: background-color, box-shadow;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: background-color, box-shadow;
    -moz-transition-duration: 0.5s;
    -ms-transition-property: background-color, box-shadow;
    -ms-transition-duration: 0.5s;
    -o-transition-property: background-color, box-shadow;
    -o-transition-duration: 0.5s;
    transition-property: background-color, box-shadow;
    transition-duration: 0.5s;
}

div.line.glow {
    background-color: cyan;
    box-shadow: 0 0 10px cyan;
}


span.lineno {
    padding-right: 4px;
    text-align: right;
    border-right: 2px solid #ccc;
    background-color: #fdfdfd;
    white-space: pre;
}
span.lineno a {
    background-color: #D8D8D8;
}

span.lineno a:hover {
    background-color: #C8C8C8;
}

div.groupHeader {
    margin-left: 16px;
    margin-top: 12px;
    font-weight: bold;
}

div.groupText {
    margin-left: 16px;
    font-style: italic;
}

/* @group Code Colorization */

span.keyword {
    color: #008000
}

span.keywordtype {
    color: #604020
}

span.keywordflow {
    color: #e08000
}

span.comment {
    color: #800000
}

span.preprocessor {
    color: #806020
}

span.stringliteral {
    color: #002080
}

span.charliteral {
    color: #008080
}

span.vhdldigit {
    color: #ff00ff
}

span.vhdlchar {
    color: #000000
}

span.vhdlkeyword {
    color: #700070
}

span.vhdllogic {
    color: #ff0000
}

blockquote {
    background-color: #F7F8FB;
    border-left: 2px solid #9CAFD4;
    margin: 0 24px 0 4px;
    padding: 0 12px 0 16px;
}

.mdescRight {
    padding-bottom:1em;
}


.entry b {
    font-weight:normal ! important;
    font-style: italic;
}

.sc-footer {
    margin-top:0px;
    padding-top:0px;
}

