

/***********layout */

/* latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Maven Pro Regular'), local('MavenPro-Regular'), url(MavenPro.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: 'Maven pro', Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.1;
  font-size: 12pt;
  display: block;
  margin: 0;
  height: calc(100vh - 10px);
  width: 100%;
  overflow-x: hidden;
}

.page
{
  position: relative;
  white-space: nowrap;
}

.titlebar {
  margin: 0px;
  display: block;
  height: 55px;
  white-space: nowrap;
}

.headlogo {
  padding: 0px 10px;
  display: inline-block;
  vertical-align: middle;
}

.title {
  line-height: 55px;
  display: inline-block;
  font-size: 200%;
  vertical-align: middle;
  height: 55px;
}

.head {
  display: block;
}

.foot, .navlinks, .headlinks {
  width: 100%;
  height: 28px;
  line-height: 28px;
  display: block;
  white-space: nowrap;
}

.foot_in, .titlebar_in, .headlinks_in, .navlinks_in {
  vertical-align: middle;
  margin: auto;
  width: calc(100% - 30px);
  max-width: 1300px;
  padding: 0 15px;
  display: block;
}

.nestlinks {
  width: 75%;
  max-width: 1000px;
  display: inline-block;
}

.dirlinks {
  width: 25%;
  max-width: 300px;
  display: inline-block;
  text-align: right;
}

.container {
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  display: block;
  max-width: 1300px;
  padding: 0 15px;
}

.side_toc {
  vertical-align: top;
  display:inline-block;
  width: 280px;
  padding-right: 10px;
  position: sticky;
  overflow: hidden;
  top: 0px;
}

.side_toc, .side_content, .center_content {
  white-space: normal;
}

.toc_current, .side_toc .toc_show {
  display: inline;
}

.side_toc .toc_hide, .side_toc .toc_hide a {
/*  color: #808080; */
  display: none;
}

.side_toc ul ul {
  padding-left: 20px;
}

.side_toc ul {
  padding-bottom: 5px;
  padding-left: 0px;
}

.toc ul, .side_toc ul {
  list-style-type: none;
}

.center_content {
  margin: 0px 20px 0px 20px;
}

.side_content {
  width: calc(100% - 300px);
  max-width: 1000px;
}

.center_content, .side_content {
  display:inline-block;
  white-space: normal;
  min-height: calc(100vh - 145px);
}

.content {
  display: block;
}

.foot {
  font-size: 80%;
}

/*********** header & footer */

.titlebar {
}

.container {
  background-color: white;
  background-size: 310px 100%;
  background-repeat: repeat-y;
}


.side_toc {
    line-height: 1.4;
    color: #303078;
}

.side_toc .toc_hide, .side_toc .toc_hide a {
  color: #808080;
}

.toc_current {
    font-weight: bold;
}

.foot {
  border-top: solid;
  border-top-width: 1px;
  border-color: #d8e0ef;
  background: white;
}

a:link, a:visited {
  text-decoration: none;
  color: #303078;
}

.ext_link a:link, .ext_link a:visited {
  color: #308078;
}

.navlinks {
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #d8e0ef;
}

.headlinks, .headlinks a {
  background: #303078;
  color: white;
}

.tree_frame a {
  color: white;
}

/*********** misc */

ul {
  list-style-type: disc;
}

hr {
  margin: 20px 0px;
}

.center {
  text-align: center;
}

.warning {
  color: #800000;
}

.nodoc {
  color: gray;
  font-style: italic;
}

.tt {
    font-family: courier new, monospace;
    color: #505050;
}

.sec_content2, .sec_content3, .sec_content4,
.sec_content5, .sec_content6 {
  display: block;
  padding: 0px 30px;
  margin-bottom: 40px;
}

/*********** titles */

h1 {
  text-align: center;
}

.subtitle {
  font-size: smaller;
}

.hover_link a {
  display: none;
}
.hover_link:hover a {
  display: inline;
}

div.sec_hidden {
    display: none;
}
div.sec_shown {
}

/*********** index */

.index {
 width : 100%;
}

/*********** tables */

.table {
 width : 100%;
 text-align: left;
 border-collapse: separate;
 border-spacing: 0;
 background: #bcc0cf;
}

.table_caption {
  width: 100%;
  font-style: italic;
}

.table_frame {
  border-bottom-width: 1px;
  border-bottom-color: #b8c0cf;
  border-bottom-style: solid;
}

.table td {
  color: black;
  padding: 4px 10px;
}

.table th {
  padding : 4px 10px;
  text-align: left;
  background: white;
  border-bottom-width: 1px;
  border-bottom-color: #b8c0cf;
  border-bottom-style: solid;
}

.table .tr1 {
//  background-image: linear-gradient(to left, #dce4e8, #f0f0f0);
  background-color : white;
}

.table .tr0 {
  background-image: linear-gradient(to left, #e4ecf0, #f0f4f8);
  background-color : white;
}

/*********** images */

img {
  max-width: 80%;
  max-height: 600px;
  height: auto;
  width: auto;
}

.img_caption {
  width: 100%;
  font-style: italic;
}

.img_frame {
  text-align: center;
  font-size: 10pt;
  margin: 20px 30px;
}

/*********** tree */

.tree_frame {
  display: block;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}

.tree_default, .tree_public, .tree_protected,
.tree_private, .tree_inaccessible, .tree_this,
.tree_derived {
  color: white;
  height: 100%;
  min-height: 100%;
  border-radius: 8px;
  padding: 2px 0px 0px 0px;
  display:inline-block;
  vertical-align: middle;
  text-align: center;
  border-width:      0px;
  margin:       0px -0px;
}

.tree_row {
  padding: 0px;
  margin: 0px;
  display:inline-block;
}

.tree_derived, .tree_default, .tree_public {
  background: #303078;
  margin:       0px -0px;
}

.tree_protected {
  background: #602078;
  margin:       0px -0px;
}

.tree_inaccessible, .tree_private {
  background: #a02038;
  margin:       0px -0px;
}

.tree_this a {
  color: black;
}

.tree_this {
  border: solid;
  border-width:      2px;
  margin:       0px -2px;
  border-color: #303078;
  background: white;
  color: black;
}

.tree_connect_1, .tree_connect_2,
.tree_connect_3, .tree_connect_4 {
  height:16px; 
  padding: 0px;
  display:inline-block;
  vertical-align: middle;
  font-size: 60%;
}

.tree_connect_1, .tree_connect_2,
.tree_connect_3 {
  border: solid;
  border-color: #303078;
  border-style: dashed;
}

.tree_connect_1 {
  border-width: 0px 1px 0px 0px;
  margin: 0px -1px 0px 0px;
}

.tree_connect_2 {
  border-width: 1px 1px 0px 0px;
  margin: -1px -1px 0px 0px;
}

.tree_connect_3 {
  border-width: 0px 1px 1px 0px;
  margin: 0px -1px -1px 0px;
}

.tree_pad {
  vertical-align: middle;
  display:inline-block;
  padding: 0px;
  margin: 0px;
}

/*********** code */

.codebox {
  font-family: courier new, monospace;
  white-space: pre;
  border-radius: 8px;
  border-width: 1px;
  border-color: #d8e0ef;
  border-style: solid;
  background-image: linear-gradient(to left, #e4ecf0 , #f8f8f8);
  background-color: #ecf0f8;
  padding: 15px;
  margin: 5px 0px;
  color: #505050;
}

.codebox a {
  color: #6060d0;
}

.codenum {
  color: gray;
  font-style: italic;
}

.docnode {
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: 30px;
}

.codecmt {
  display: inline;
  color: #c00000;
}

.codekw {
  color: #00b0b0;
}

.codetype {
  color: #00b000;
}

.codestr {
  color: #00d000;
}

.codedir {
  color: #0000d0;
}

/*********** member details */

.divmember h1, .divmember h2, .divmember h3,
.divmember h4, .divmember h5, .divmember h6 {
  white-space: pre;
  margin: 0px;
  font-size: 120%;
}

.divmember {
  display: block;
  border-top: solid;
  border-radius: 0px 0px 12px 12px;
  padding: 3px 10px;
  margin-top: 40px;
  background-image: linear-gradient(to top, #f0f8fc , #d8e0e4);
  background-color: #d8e0e4;
}

.public_member {
  border-top-color: #bcc0cf;
  border-top-width: 3px;
}

.protected_member {
  border-top-color: #ffd080;
  border-top-width: 3px;
}

.private_member {
  border-top-color: #ff8080;
  border-top-width: 3px;
}

.slot_member {
  border-top-color: #a0e0c0;
  border-top-width: 3px;
}

.signal_member {
  border-top-color: #8050e0;
  border-top-width: 3px;
}

.listitem_pure {
  font-style: italic;
}

.member_prefix {
  vertical-align: top;
  text-align: right;
  display: inline-block;
}

.listitem {
  white-space: pre;
  margin-top: 10px;
  display: block;
}

.listitem .member_prefix {
  min-width: 20%;
}

.member_list ul {
  list-style-type: none;
}

.member_name {
  vertical-align: top;
  font-weight: bold;
  margin: 0px 5px;
}

.member_signature {
  vertical-align: top;
  display: inline-block;
  max-width: 80%;
  white-space: pre-wrap;
}

.member_param {
  display: inline-block;
}

.decl_short_desc {
  color: gray;
  font-style: italic;
  display: block;
  margin: 0px 0px 5px 20px;
  font-size: 80%;
}

