h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 700 !important;
    padding-bottom: 5px;
    margin-top: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #111;
    line-height: 120%;
}

h4, .h4 {
    border-bottom: none;
}

.headertitle .h1, page-header .h1 {
    border: none !important;
    font-weight: 700 !important;
    font-size: 2.6em !important;
    line-height: 120%;
}

.groupheader {
    font-weight: 200 !important;
}

p {
    margin: 10px 0 !important;
}

.code-snippet-header {
    font-weight: 400 !important;
    margin-bottom: 0px;
    margin-top: 20px;
}

#navrow1, #navrow2, #navrow3, #navrow4, #navrow5{
    border-bottom: 1px solid #EEEEEE;
}

.adjust-right {
margin-left: 30px !important;
font-size: 1.15em !important;
}
.navbar{
 border: 0px solid #222 !important;
}

.table {
    margin-bottom: 0 !important;
}

html,
body {
   margin: 0;
   padding: 0;
   height: 100%;
}

#wrapper {
   min-height: 100%;
   position: relative;
}

.content {
   padding-bottom: 60px;   /* Height of the footer */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f8f8f8;
}

.footer span {
    padding: 20px 20px 20px 0;
    float: right;
}

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

@media only screen and (min-width: 0px) {
    .directory td.entry {
        width: 100%;
    }
}

@media only screen and (min-width: 760px) {
    .directory td.entry {
        width: 50%;
    }
}

#projectLogo {
    height: 45px;
    margin: 10px 10px;
}

table, .table {
    table-layout: fixed;
}

.table tr th, .table tr td {
    padding: 8px !important;
    word-wrap: break-word !important;
    border-bottom: 1px solid #ddd;
}

.table tr.heading td {
    border-top: none;
}

.table.ftable {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table.ftable tr th {
    background-color: #f5f5f5;
}

.table.memdescs tr td, .table.memdescs tr th {
    border: none;
}

.table.memdescs .memSeparator {
    line-height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.directory td.entry {
    word-wrap: break-word !important;
    white-space: pre-wrap;
    padding-left: 20px !important;
}

table.memname {
    table-layout: auto;
}

.mdescLeft, 
.memItemLeft, 
.memTemplItemLeft {
    border-top: 1px solid #ddd !important;
    background-color: #f9f9f9 !important;
    white-space: normal;
}

.memdescs {
    border-bottom: 1px solid #ddd !important;
}

.table tr td.mdescRight, .table tr td.memItemRight, .table tr td.memTemplItemRight {
    background-color: #fff !important;
    padding-left: 26px !important;
}

.memSeparator {
    border-bottom: none !important;
}

.directory {
    border: none !important;
}

.icona {
    height: 16px !important;
    width: 16px !important;
    margin-right: 10px;
}

.icon {
    border-radius: 100px;
    height: 18px;
    width: 18px;
    line-height: 18px;
}

.dynheader {
    margin-top: 30px !important;
    font-weight: 700;
}

.section {
    margin-top: 30px !important;
}

.breadcrumb {
    margin-top: 5px;
}

dl.todo {
    margin-top: 30px;
    margin-left: -7px;
    padding-left: 3px;
    border: none !important;
}

dl.todo dt a {
    font-weight: 700;
    margin-left: 4px;
}

dl.todo dd {
    border-left: 4px solid #00C0E0 !important;
    padding-left: 10px !important;
}

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: 1px 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 6px;
    margin: 4px 8px 4px 2px;
    border: 1px 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 #0F0;
    background-color: #E8E8E8;
    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;
}

/*---------------- Search Box */

#MSearchBox {
    top: 7px;
    margin-bottom: 2em;
}

/*---------------- Search filter selection */

#MSearchSelectWindow {
    position: fixed;
}

/*---------------- Search results window */

iframe#MSearchResults {
    width: 100%;
    height: 15em;
}

#MSearchResultsWindow {
    position: static;
    border: 1px solid #ccc;
    border-radius: 4px;
}
