@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,300italic,400,400italic,500,500italic,');

/*******************
 *     GLOBAL     *
 *******************/

html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body {
    color: rgb(120, 120, 120);
    text-rendering: optimizeLegibility;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    background-color: #FFF;
    position: relative;
}

/*NO PDF START*/
.anchor, .groupheader>a {
    font-size: 16px;  /* doxygen sticks anchor tags inside h2, p, etc so we need a consistent fontsize*/
    display: block;
    height: 3.6em; /*same height as header*/
    margin-top: -3.6em; /*same height as header*/
    visibility: hidden;
}

/*NO PDF END*/
a {
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 1;
    color: #F7781E;
}
a img {
    border: none;
}
#menudocumentation table, #menudocumentation h1, #menudocumentation h2, #menudocumentation  h3, #menudocumentation h4, #menudocumentation h5, #menudocumentation ul, #menudocumentation li, #menudocumentation  form {
    margin: 0;
    padding: 0;
}
table.doxtable {
    border-collapse: collapse;
    color: #2B3B40;
    border: 2px #FAFAFA solid;
}
table.doxtable tr:nth-of-type(even) {
    background: #FAFAFA;
}
table.doxtable td, table.doxtable th {
    padding: 0.5em 1em;
}
table.doxtable th {
    border-bottom: 2px #EEEEEE solid;
}
table.memname, table.memberdecls {
    margin-left: -2em;
    border-spacing: 2em 0.3em;
    color: #2B3B40;
}
td.memname a {
    padding-right: 1em;
    padding-left: 1em;
}
td.memSeparator {
    display: none;
}
tr {
    text-align: left;
}
ul, li {
    list-style-type: circle;
}

/******************
 *     COMMON     *
 ******************/
div.wrapper {
    position: relative;
    z-index: 1;
    height: 100%;
}

/*****************
*     No JS      *
*****************/
div#nojs {
    font-size: 90%;
    z-index: 99999;
    position: fixed;
    background: #FAEBD7;
    padding: 0.4em;
    bottom: 0;
    right: 0;
    border: 2px solid #D4BEA1;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s;
}
#modal-closing-trick {
    display: none;
}
input.modal-closing-trick:checked ~ div#nojs {
    right: -100vw;
}

/******************
 *      TOP       *
 ******************/
#menu-trigger {
    display: block;
    position: fixed;
    color: #7395A0;
    z-index: 1000;
    line-height: 1.5em;
    top: 0.4em;
    left: 25px;
    font-size: 24px;
    cursor: pointer;
}

#menu-trigger:hover {
    color: #43E6E6;
}
#top {
    position: fixed;
    top: 0px;
    left: -250px;
    width: 250px;
    z-index: 900;
    height: 100%;
    background-color: #FFF;
    transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -webkit-transition: left 0.5s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
#top.menu-open {
    left: 0px;
}
#top header {
    margin: auto;
    position: relative;
    padding-top: 75px;
}
img.logo {
    position: absolute;
    top: 25px;
    left: 10%;
    z-index: 15;
}
nav {
    position: relative;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
}
#top nav a.navlink {
    color: #7395A0;
    font-size: 16px;
    padding: 1em 0em 1em 1em;
    display: block;
}
#top nav a.selected {
    background: #7395A0;
    color: white;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35), 0 0 7px rgba(0, 0, 0, 0.1) inset;
}
#top nav a:hover {
    background: #00677A;
    color: white;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35), 0 0 7px rgba(0, 0, 0, 0.1) inset;
}
nav a.subnavlink {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    text-transform: uppercase;
    padding: 0.5em 0.5em 0.5em 3em;
    display: block;
}
#menudocumentation {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 600;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
    box-shadow: 0 0px 13px rgba(0, 0, 0, 0.25);
    border-bottom: 2px #F3F3F3 solid;
}
#menudocumentation.teal {
    background-color: #00AEAF;
}
#menudocumentation.orange {
    background-color: #F7781E;
}
#menudocumentation header {
    line-height: 3em;
    padding-top: .2em;
}
#menudocumentation header h2 {
    font-family: 'Roboto Mono', monospace;
    font-weight: 300;
    font-size: 28px;
    color: #F7781E;
    border: none;
    z-index: 100;
    float: left;
    margin-left: 1em;
}
#menudocumentation img#logo {
    float: left;
    display: inline-block;
    width: 192px;
    margin-left: 4.5em;
    padding-top: 0.2em;
    vertical-align: middle;
}



#menudocumentation nav a {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    height: 26px;
    text-transform: uppercase;
    color: #00414d;
    font-size: 13px;
    border-bottom: 2px solid transparent;
}
#menudocumentation nav.secondary a:hover, #menudocumentation nav.secondary a.link-selected {
    border-bottom: 2px solid #43E6E6;
}
.ui-autocomplete-loading {
    background: url('../images/spinny_orangefg.gif') no-repeat right center
}
#search-icon {
    pointer-events: none;
    font-size: 18px;
    margin-top: 0.7em;
    color: #7395A0;
    position: absolute;
    top: 0.35em;
    opacity: 0.7;
}

nav.ui-front {
    float: right;
    padding-right: 2em;
    padding-top: 0.6em;
    color: #FFF;
}
#searchbox {
    background-color: transparent;
    border: none;
    border-bottom: #7395A0 solid 2px;
    height: 1.5em;
    font-size: 18px;
    padding-left: 1.5em;
    width: 13em;
    color: #00414d;
    float: right;
    padding-top: 0.3em;
    font-weight: 500;
}
#searchbox:before{
         content: "\f002";
}
#searchbox:focus {
    outline: none;
    border-bottom: #F7781E solid 2px;
}

/* shifted off screen for screen readers I guess */
.ui-helper-hidden-accessible {
    position: absolute;
    left: -999em;
}

/*****************/
#menudocumentation nav label {
    text-transform: uppercase;
    font-size: 11px;
    color: #00677A;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
}
#menudocumentation nav .ui-widget-content {
    border: none;
}
#menudocumentation nav ul#search_result {
    display: block;
    width: 200px;
    top: 58px;
    left: 425px;
    position: absolute;
    margin-top: 3px;
    overflow: auto;
    background: #FFF;
    color: #00677A;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    max-height: 80vh;
}
#menudocumentation nav ul#search_result::before {
    content: attr(data-resultcount);
    line-height: 1;
}
#menudocumentation nav ul#search_result a {
    display: inline;
    font-size: 12px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
}
#menudocumentation nav ul#search_result li.ui-state-focus {
    border-left: #00687a solid 3px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
    padding-left: 12px; /* to account for 3 px border */
    color: #00AEAF;
}
#menudocumentation nav ul#search_result li {
    padding: 5px 10px 5px 15px;
    line-height: 1.15em;
}
.wrapper.homepage nav {
    position: absolute;
    top: 25px;
    right: 100px;
    height: 50px;
    padding-top: 35px;
}
.wrapper.homepage nav a {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    height: 50px;
    text-transform: uppercase;
    color: #00677A;
    font-size: 13px;
    padding: 9px 20px 18px 20px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#topMenu {
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 100%;
    z-index: 400;
    height: 100px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
#topMenu.teal {
    background-color: #00677A;
}
#topMenu.orange {
    background-color: #6a8e9a;
}
.white {
    background-color: #fff;
}
nav.secondary h2 {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 300;
    font-weight: normal;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    padding-left: 205px;
    padding-top: 15px;
}
#topMenu nav {
    position: absolute;
    top: 25px;
    left: 190px;
    height: 50px;
    padding-top: 35px;
}
#menudocumentation nav.secondary a {
    font-size: 16px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    height: 50px;
    text-transform: none;
    padding: 9px 0.2em 0.3em 0.2em;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.1s ease-in-out;
    -moz-transition: border-bottom 0.1s ease-in-out;
    -o-transition: border-bottom 0.1s ease-in-out;
    -ms-transition: border-bottom 0.1s ease-in-out;
    transition: border-bottom 0.1s ease-in-out;
}
nav.secondary {
    padding-top: 0.2em;
    padding-left: 1em;
    margin-left: 2em;
    float: left;
    white-space: nowrap;
    border-left: 2px #F3F3F3 solid;
}
@media only screen and (max-width:870px) {
    nav.secondary {
        margin-left: 0em;
        clear: left;
        border-left: none;
    }
}

/*******************
*      LEFT       *
*******************/

/* handle on the right */
.ui-resizable-e {
    width: 12px;    /* box-shadow: -1px 0px 8px rgba(0,0,0,.09); */
    cursor: e-resize;
    right: -10px;
    top: 0;
    height: 100%;
    border-right: 2px rgba(130, 130, 130, 0.13) solid;
    box-sizing: border-box;
    background: #FFF;
}
.ui-resizable-e:hover {
    background: #F5F5F5;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
#resizable {
    background: #fff;
    position: fixed;
    float: left;
    margin-top: 0.4em;
    bottom: 0;
    z-index: 200;
    width: 300px;
    padding-right: 1px;
}
#left {
    width: 100%;
    height: 100%;
    font-size: 14px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
#tree1 {
    padding-bottom: 1em;
    padding-left: 1em;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
#content {
    padding: 150px 15% 25px 15%;
}
#content h2 {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    text-align: center;
    color: rgba(64, 64, 64, 1.0);
    font-size: 36px;
}
.content {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding-top: 135px;
    padding-left: 400px;
    padding-bottom: 50px;
    line-height: 1.4;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    background-color: white;
    color: #464646;
    font-size: 15px;
}
.params>dt, .return>dt {
    font-weight: bold;
    font-size: 16px;
    color: #6A8E9A;
    padding-left: 0;
}
.content h2 {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 24px;
    color: #F7781E;
    padding-bottom: 15px;
}
.content h1 {
    font-size: 30px;
    color: #00677A;
    font-weight: 400;
}
h1.title {
    font-weight: 600;
}
.content h3 {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #00677A;
}
.content.orange h2, .content.orange h3 {
    color: #F7781E;
}
.docsWidget {
    position: relative;
    float: left;
    width: 20%;
    padding-right: 25px;
}
.docsWidget h4 {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    display: block;
    height: 40px;
    margin-bottom: 10px;
}
.docsWidget h4 a {
    border-left: 2px solid #F7781E;
    color: #F7781E;
    padding-left: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.content.orange h4 a {
    color: #00677A;
    border-left: 2px solid #00677A;
}
.docsWidget.red a:hover {
    color: #e53b30;
}
.docsWidget.blue a:hover {
    color: #006892;
}
.docsWidget.grey a:hover {
    color: #666;
}
.docsWidget.green a:hover {
    color: #a09b25;
}
.docsWidget a {
    display: block;
    padding-left: 27px;
    padding-top: 15px;
}
div#apps-platform {
    position: relative;
    padding: 80px 14% 30px 15%;
    text-align: center;
    background-color: #f9f9f9;
}
div.build {
    position: relative;
    float: left;
    width: 48%;
    margin-right: 2%;
    padding-bottom: 15px;
    text-align: center;
}
div.build img {
    width: 30%;
    margin-bottom: 25px;
}
div.build h5 {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 36px;
    padding-bottom: 20px;
}
p.copyright {
    margin-top: 6em;
    font-size: 13px;
    opacity: 0.6;
}
.note {
    color: #6a8e9a;
    background: rgba(106, 142, 154, 0.1);
    border: 2px rgba(106, 142, 154, 0.1) solid;
}
.warning {
    color: #F7781E;
    background: rgba(247, 120, 30, 0.1);
    border: 2px rgba(247, 120, 30, .1) solid;
}
.warning > dt:before {
    font-weight: normal;
    content: "\f071";
    padding-right: 0.5em;
    font-family: FontAwesome;
}
.note>dt, .warning>dt {
    font-weight: bold;
    padding: 0.5em;
}
.note > dt:before {
    font-weight: normal;
    content: "\f06a";
    padding-right: 0.5em;
    font-family: FontAwesome;
}
.note, .warning {
    display: block;
    padding: 1em;
    padding-right: 1.5em;
    padding-top: 0.2em;
    border-radius: 2px;
    clear: both;
}
.bluegrey {
    color: #6a8e9a;
}
.teal {
    color: #00687a;
}
div#usecases {
    position: relative;
    padding: 1% 14% 0 15%;
}
div.usecase {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 1%;
    padding-bottom: 15px;
}
div.usecase h5 {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 18px;
    color: #F7781E;
}
.button {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #FFF;
    font-size: 18px;
    margin-top: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.button.orange {
    color: #F7781E;
    border: 1px solid #F7781E;
}
.button.orange:hover {
    color: #FFF;
    background-color: #F7781E;
}
.button.teal {
    color: #00687a;
    border: 1px solid #00687a;
}
.button.teal:hover {
    color: #FFF;
    background-color: #00687a;
}

/*******************
*     FOOTER      *
*******************/
#footer {

    /*
    position: relative;
    width: 80%;
    padding-left: 250px;
    background-color: #FFF;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    */
}

/*******************
 * DOXYGEN CONTENT *
 *******************/
code {
}
em>code {
    padding-left: 0.2em;
}
.contents {
    max-width: 80%;
}
.contents div.title {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 36px;
    color: #00677A;
    padding-bottom: 15px;
}
.contents h1 {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 24px;
    color: #00677A;
    padding: 15px 0px 10px 0px;
}
.contents td.memname {

    /*    font-weight: 600;*/
    color: #000;
    font-size: 110%;
    display: flex;
}
.contents a {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
    color: #00AEAF;  /*border-bottom: 1px dashed #00AEAF;*/
}
.contents a:hover {
    color: #43E6E6;
    border-bottom: 1px dashed #00ffff;
}
.contents hr {
    display: none;    /*margin-top:5em; */
}
div.fragment {
    font-family: monospace;
    white-space: pre;
    padding-left: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 15px;
    overflow: auto;
}
pre.fragment {
    font-size: 15px;
    padding: 0.7em;
    background: #F3F3F3;
    border: 2px #F3F3F3 solid;
    border-radius: 2px;
    overflow: auto;
}
.memproto>table.memname, .memproto>table.mlabels {
    padding: 0.7em;
    border-spacing: 2em 0;
    font-family: monospace;
}
.memitem {
    margin-bottom: 1.5em;
}
.memitem + .anchor + .memitem {

    /*box-shadow: 0px 68px 98px 43px #ffffff inset, 0px -17px 11px -19px #CCC inset; */ /* bottom */

    /*    box-shadow: 0px -68px 98px 43px #ffffff inset, 0px 17px 11px -19px #999 inset; */  /* top */
    border-top: 2px rgba(106, 142, 154, 0.15) solid;
    padding-top: 1em;
}
.memdoc {
    padding-left: 1em;
}
.fielddoc p {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

/* SYNTAX HIGHLIGHTING */
span.keyword {
    color: #008000;
}
span.keywordtype {
    color: #445588;
    font-weight: bold;
}
span.keywordflow {
    color: #e08000
}
span.comment {
    color: rgb(153, 153, 136);
    font-style: italic;
}
span.preprocessor {
    color: #847a00;
}
span.stringliteral {
    color: #dd1144;
}
span.charliteral {
    color: #008080
}
span.vhdldigit {
    color: #ff00ff
}
span.vhdlchar {
    color: #000000
}
span.vhdlkeyword {
    color: #700070
}
span.vhdllogic {
    color: #ff0000
}
.search-highlight {
    background: rgba(247, 205, 30, 0.4);
    border-radius: 2px;
}
h1.title > .search-highlight {
    background: none;
    border-radius: 0;
}
div#sh_options {
    font-size: 90%;
    z-index: 99999;
    position: fixed;
    background: #FAEBD7;
    padding: 0.4em;
    bottom: 0;
    right: 0;
    border: 2px solid #D4BEA1;
}
#sh_options a#toggle_highlight {
    cursor: pointer;
    font-weight: bold;
}

/* mobile tweaks */
@media only screen and (max-width:719px) {
    #resizable {
        position: fixed;
        z-index: 700;
        padding-top: 3em;
        margin-top: 0;
    }
    .content {
        padding-left: 2em !important;
    }
    #menudocumentation {
        position: absolute;
    }
    #left {
        border-top: 2px #F3F3F3 solid;
        height: initial;
    }
    #top {
        overflow-y: auto;
    }
    #menu-trigger.trigger-open {
        box-shadow: 1px 2px 8px rgba(0, 0, 0, 0);
        font-size: 39px;
    }
    #menu-trigger:hover {
        color: #7395A0;
    }
     #menu-trigger {
        padding-left: 0.25em;
        padding-right: 0.25em;
        top:0;
        left:0;
        font-size: 20px;
        background: #ffffff;
        box-shadow: 1px 2px 8px rgba(0, 0, 0, .28);
        transition: box-shadow 0.3s, font-size 0.3s;
     }
}

/* doc landing page*/
a.big.el {
    font-weight: 500;
    text-align: center;
    width: 10em;
    clear: both;
    float: left;
    font-size: 30px;
    margin: 0.1em;
    text-align: center;
    cursor: pointer;
    padding: .5em 1em;
    color: #444;
    color: rgba(0,0,0,.8);
    border: 0 rgba(0,0,0,0);
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}
a.big.el:hover {
    background: #7395A0;
    color: white;
}
