/*
    Based off the provided CSS  form the doxygen-bootstrapped project.
    
    https://github.com/Velron/doxygen-bootstrapped/
*/



h1, .h1, h2, .h2, h3, .h3{
    font-weight: 200 !important;
}

#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;
 background-color: #000;
}
table{
    white-space:pre-wrap !important;
}
/*
 ===========================
 */


/* Sticky footer styles
-------------------------------------------------- */
html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* 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;
}

/* 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: 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;
    background-color: #222;
    border: 1px solid #C4CFE5;
}

div.line {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 12px;
    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: normal;      /* 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:hover{
    background-color: #444;
}

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


span.lineno {
    padding-right: 4px;
    text-align: right;
    color:#999;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    background-color: #133;
    white-space: pre;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace ;
}
span.lineno a {
    background-color: #FAFAFA;
    cursor:pointer;
}

span.lineno a:hover {
    background-color: #333;
    color: #1e1e1e;
}

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: #ffff88
}

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 */

#search-box {
  margin: 10px 0px;
}
#search-box .close {
  display: none;
  position: absolute;
  right: 0px;
  padding: 6px 12px;
  z-index: 5;
}

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

#search-results-window {
  display: none;
}

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

.SRChildren {
  padding-left: 3ex; padding-bottom: .5em
}
.SRPage .SRChildren {
  display: none;
}
a.SRScope {
  display: block;
}
a.SRSymbol:focus, a.SRSymbol:active,
a.SRScope:focus, a.SRScope:active {
  text-decoration: underline;
}
span.SRScope {
  padding-left: 4px;
}
.SRResult {
  display: none;
}

/* class and file list */
.directory .icona,
.directory .arrow {
  height: auto;
}
.directory .icona .icon {
  height: 16px;
}
.directory .icondoc {
  background-position: 0px 0px;
  height: 20px;
}
.directory .iconfopen {
  background-position: 0px 0px;
}
.directory td.entry {
  padding: 7px 8px 6px 8px;
}

.table > tbody > tr > td.memSeparator {
  line-height: 0;
  .table-hover;

}

.memItemLeft, .memTemplItemLeft {
  white-space: normal;
}

/* enumerations */
.panel-body thead > tr {
  background-color: #e0e0e0;
}

/* todo lists */
.todoname,
.todoname a {
  font-weight: bold;
}

/* Class title */
.summary {
  margin-top: 25px;
}
.page-header {
  margin: 20px 0px !important;
}
.page-header .title {
  display: inline-block;
}
.page-header .pull-right {
  margin-top: 0.3em;
  margin-left: 0.5em;
}
.page-header .label {
  font-size: 50%;
}


/* Doxygen and doxygen-bootstrap overrides for Dynacoe */

/*
    STYLING TABLE
    ------------------

    BG          #323245
    BODY        #454550
    
    BODY_FG     #EAEAEB
    HIGHLIGHT   #73CFF5
    BODY_FG_ODD #606070
    HIGHLIGH_H2 #73AFD5
    
    BG_LIGHT    #BABABB
    BG_LIGHT_FG #222
    
    BGL_HIGHLIGHT #137FA5
    PARAM_COLOR #FFFF88
*/


@font-face {
    font-family: baseFont;
    src: url("./cantarell.ttf");
} 

@font-face {
    font-family: monoFont;
    src: url("./inconsolata.otf");
}


body, table, div, p, dl {
    font-family: baseFont;
}

.SREntry {
    font-family: baseFont;
    
}

td.memItemLeft {
    font-family: monoFont;    
}

.memname {
    font-weight: normal;
}



table.directory {
    font-family: baseFont;
}


body {
    background-color: #323245;
    color: #EAEAEB;
}

.panel {
    background-color: #454550;   
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: #73CFF5;
}


.form-control {
    background-color: #000000;
    color: #222;
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #606070;
    color: #EAEAEB;
}

.table-striped>tbody>tr:nth-child(even) {
    background-color: #454550;
    color: #EAEAEB;
}

a, a:hover, a:focus, .contents a:visited,
table.table-bordered a,
table.table-bordered a:focus,
table.table-bordered a:visited,
table.table-bordered a:hover {
    /*color: #73AFD5; */
    color: #73CFF5;
    text-shadow: 2px 1px rgba(0, 0, 0, .1);
}

.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-top: 0px;   
}

.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
    background-color: #606070;
}

.mdescLeft, .mdescRight, .memItemLeft, .memItemRight, .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
    background-color: #BABABB;
}

.memSeparator {
    border-bottom-width: 0px;
}

.panel-default>.panel-heading {
    background-color: #606070;
    
}

div.panel-body {
    background-color: #BABABB;
    color: #222;
}


.mdescLeft, .mdescRight {
    color: #222;
}


h2.groupheader {
    color: #EAEAEB;
}

.panel-default>.panel-heading {
    color: #EAEAEB;
}

.paramtype, .paramname, .memname {
    font-family: monoFont;
    
}

.breadcrumb {
    background-color: #606070;
}

.panel-body a,
.panel-body a:visited,
.panel-body a:hover,
.panel-body a:focus {
    color: #137FA5;
}

.paramname {
    color: #FFFF88;
}

.table>thead>tr>td.memSeparator, 
.table>tbody>tr>td.memSeparator, 
.table>tfoot>tr>td.memSeparator {
    padding: 3px;
}



.memtemplate,
.memTemplParams {
    color: #73AFD5;
}

.memItemLeft,
.mdescLeft {
    white-space: nowrap;
}

.memItemLeft,
.memItemRight {
    font-family: monoFont;
}

.memItemLeft {
    width: 20%;
}
.header-top {
    background-color: #000;
    color: #AAABBF;
    font-size: 80px;
    text-align: center;
}

.header-img {
    float: bottom;
    /*width: 128px;
    height: 128px;*/
}

.table .table {
    background-color: #111;
    
}

