/* Custom Look and feel - Can be edited
----------------------------------- */
#navrow1, #navrow2, #navrow3, #navrow4, #navrow5{
    border-bottom: 1px solid #EEEEEE;
}

.adjust-right {
	margin-left: 30px !important;
	font-size: 1.15em !important;
}

/* DOXYGEN Code Styles - These are from doxygen but can be changed to fit the theme
----------------------------------- */

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 0px 20px 20px;
    padding: 0 12px 0 16px;
}


.icon {
    font-weight: bold;
    font-size: 12px;
    height: 14px;
    width: 16px;
    display: inline-block;
    background-color: #728DC1;
    color: white;
    text-align: center;
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 2px;
}

samp {
    color: #fff;
    background-color: #38c46b; /*#333;*/
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 90% !important;
}

kbd.protect {
    background-color: #3fc0f2;
}

.standard {
    background-color: #f2295d !important;
}

code {
    padding: 0px !important;
    background-color: #fff !important;
    color: #ed7d2b !important;
}

.caption {
    color: #818a91;
    font-size: 90%;
    width: 250px;
    padding: 4px;
}

/* http://cpratt.co/twitter-bootstrap-callout-css-styles/ */
.bs-callout {
    padding: 20px;
    margin: 20px 0px 20px 0px !important;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-quote {
    /* border-left-color: #f2295d; */
    border-left-color: #F293AB;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
.img-rounded {
    border:1px solid white;
}
.memItemLeft {
    font-size: 14px;
}
td.memSeparator {
    line-height: 0.1 !important;
}
.smalltable {
    max-width: none !important;
    width: auto !important;
    table-layout: fixed;
}

/* https://forums.macrumors.com/threads/pop-up-image-when-hovering-html-text-link.535773/ */
p.fancy div img {
    display: none;
}
p.fancy:hover div img {
    display: inline; /* or block */
}

/* Turned off the namespace that was shown. */
/* .breadcrumb { */
/*     display: none; */
/* } */

.summary {
    display: none;
}

div.levels {
    display: none;
}

div.ingroups {
    padding-top: 10px;
    padding-left: 20px;
}

@media (min-width: 576px) {
    blockquote {
        margin: 0 300px 20px 20px !important;
    }

    .bs-callout {
        margin: 20px 300px 20px 0px !important;
    }

    .fragment {
        margin-right: inherit !important;
    }
}

/* h2 ~ *:not(h2):not(h1) { */
/*     margin-left: 1em; */
/* } */

/* http://stackoverflow.com/questions/13359776/indent-all-tags-following-h2-until-next-h2-is-hit-using-css */
div.contents {
    padding-left: 1em;
    padding-right: 1em;
}

div.contents h3 {
    margin-left: -0.25em;
}

div.contents h2 {
    margin-left: -0.5em;
}

div.contents h1 {
    margin-left: -0.6em;
}

kbd {
    white-space: nowrap;
}

samp {
    white-space: nowrap;
}
img.popover-size {
	  max-width: 100%;
}

.popover {
    max-width: 500px !important;
}

.embed-video-row {
    padding-bottom: 1em;
}

/* h3 ~ *:not(h3):not(h2) { */
/*     margin-left: 10px; */
/* } */
/* #bootstrap-overrides blockquote { */
/*     margin: 20px 300px 20px 0px !important; */
/*     /\* background-color: #F5F4F0; *\/ */
/*     background-color: inherit; */
/* } */

/*
.smalltable > thead > tr > th,
.smalltable > tbody > tr > th,
.smalltable > tfoot > tr > th,
.smalltable > thead > tr > td,
.smalltable > tbody > tr > td,
.smalltable > tfoot > tr > td {

}
*/
