
.wiki_content a,
.wiki_summary a {
  text-decoration: none;
}

.see_exemple {
  border-bottom: dashed 1px #0066CC;
  cursor: pointer;
  display: block;
  margin: 10px 0;
}
.see_exemple:hover {
  border-bottom-color: #999;
  color: #999;
}

/* -------------------------------------------------------------------------- */
/*  Summary */
/* -------------------------------------------------------------------------- */
.art_content,
.art_sum {
  display: block;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  float: left;
}
.art_sum {
  width: 25%;
}
.art_content{
  width: 75%;
}

@media screen and (max-width: 900px) {

  .art_sum {
    display: none;
  }
  .art_content{
    width: 100%;
  }

}


.art_sum .wiki_content h1 {
  font-size: 1rem;
  line-height: 1.1;
}
.art_sum .wiki_content h2 {
  font-size: 0.9rem;
  line-height: 1.1;
  border-style: none;
  margin: 0;
  padding: 0;
}
.art_sum .wiki_content h3 {
  font-size: 0.8rem;
  line-height: 1.1;
}
.art_sum .wiki_par ul {
  margin: 0;
  padding: 0;
}
.art_sum .wiki_content li.wiki_list {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  list-style-type: none;
}

.wiki_tree ul {
  margin: 0;
  padding: 0;
}
.wiki_tree ul ul {
  margin-left: 15px;
}
.wiki_tree li {
  list-style-type: none;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}
.wiki_tree li span {
  cursor: pointer;
  display: inline-block;
  color: #333;
}
.wiki_tree li span.tr_is_open {
  color: #111;
}

.wiki_tree li span:before {
  content: ' ';
  display: inline-block;
  border-right:  2px solid black;
  border-bottom: 2px solid black;
  width:  5px;
  height: 5px;
  transform: rotate(-45deg);
  margin-right: 5px;
  transform-origin: center center;

  transition-property: transform;
  transition-duration: 0.4s;
}

.wiki_tree li span.tr_is_open:before {
  transform: rotate(45deg);
}

.wiki_tree li a {
  display: block;
  border-left: solid 3px #ccc;
  padding-left: 5px;
  font-size: 0.8rem;
  margin: 3px 0;
  color: #333;
  text-decoration: none;
}
.wiki_tree li a:hover,
.wiki_tree li.active_elem a {
  border-left-color: #333;
  background-color: rgba(0,0,0,0.05);
}

.wiki_tree span {
  display: block;
  margin: 7px 0 3px;
  padding: 3px 0;
  font-weight: bold;
}

.wiki_tree > ul > li > span.tr_is_open {
  border-bottom: solid 1px #333;
}

.wiki_tree {
  padding: 15px;
  background-color: #f9f9f9;
  border: solid 1px #eee;
}

.wiki_search {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 7px;
  border-radius: 3px;
  border: solid 1px #ddd;
}

/*******************************************************************************
 * Class
 ******************************************************************************/

.className {
  font-family: "Consolas", "Courier New";
  color: #333 !important;
  font-size: 1.5rem;
}

.className strong {
  color: #000 !important;
}

.class_method {
  font-family: "Consolas", "Courier New";
  color: #000;
  display: block;
  margin: 7px 0 0;
  border-top: solid 1px #ddd;
}

.class_method.root + .class_method.herit {
  margin-top: 25px;
}

.class_method.herit {
  color: #999;
}

/*******************************************************************************
 * Searc results
 ******************************************************************************/

.title_results {
  margin: 10px 0 0;
  color: #999;
  font-size: 0.9rem;
}

.search_results {
  margin: 10px 0;
  line-height: 1.25;
}

.search_results > div {
  margin:  0 0 5px;
  padding: 0 0 5px;
}

.search_tit {
  font-size: 1.1rem;
}
.search_tit a {
  text-decoration: underline;
}

.search_desc {
  color: #555;
  font-size: 0.9rem;
}

.search_desc:before, .search_desc:after {
  content: '...';
}

.word_res {
  display: inline-block;
  border-bottom: dashed 1px #B58900;
  background-color: #F7F6ED;
  color: #B58900;
}

/* -------------------------------------------------------------------------- */
/*  .snippet-wrap code style */
/* -------------------------------------------------------------------------- */
.wiki_content .snippet-wrap pre.sh_sourceCode {
  border-radius: 0;
  box-shadow: 0 0 0;
  padding: 10px;
}

/* -------------------------------------------------------------------------- */
/*  Header mini zone infos */
/* -------------------------------------------------------------------------- */
#mini_box_doc {
  position: absolute;
  top: 60px;
  right: 10px;
  background: #F7F6ED;
  box-shadow: 1px 1px 5px #333;
  border: solid 1px #999;
  color: #555555;
  margin: 0;
  padding: 10px;
  height: 400px;
  overflow: auto;
  width: auto;
  z-index: 1;
}

div#task_bar_top div#mini_box_doc a,
#mini_box_doc a,
#mini_box_doc h1,
#mini_box_doc h2,
#mini_box_doc h3,
#mini_box_doc h4,
#mini_box_doc h5 {
  border:0;font-size:100%;font:inherit;vertical-align:baseline;
  background: transparent;
  color: #000;
  padding: 0;
  margin: 0;
}
#mini_box_doc h1 {
  font-weight: bold;
  border-bottom: solid 1px #333;
}
#mini_box_doc h2 {
  border-bottom: dotted 1px #666;
}
#mini_box_doc h3 {
  margin-left: 15px;
}
#mini_box_doc h4 {
  margin-left: 30px;
}

div#task_bar_top #mini_box_doc a:hover {
  color: #00B1F0;
}



.wiki_content h2,
.wiki_content h3 {
  clear: both;
}


.wiki_par a i {
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
}

/* -------------------------------------------------------------------------- */
/* Glossary */
/* -------------------------------------------------------------------------- */

.glossary {
  float:right;
  width: 200px;
  border: solid 1px #999;
  background-color: #F7F6ED;
}

.glossary div {
  float:left;
  margin: 5px;
}

.gl_ref {
  border-bottom: dotted 1px #999;
  cursor:help;
}

/* -------------------------------------------------------------------------- */
/* JSON doc */
/* -------------------------------------------------------------------------- */

.json_desc {
  font-family: "Arial";
  font-size: 12px;
  line-height: 1;
  border: solid 1px #ccc;
  padding: 0;
  margin: 15px 0;
  width: 100%;
}
.json_desc td {
  padding: 0;
  margin: 0;
}

.json_desc tr:nth-child(even) {
  background-color: rgba(200,200,200,0.2);
}

.json_part {
  white-space: pre-wrap;
  font-family: "Courier New";
  font-size: 12px;
}

.json_comment {
  font-style: italic;
  color: #859900;
}

.json_comment.fullwidth {
  font-weight: bold;
  padding: 7px;
  color: #333;
    background-color: rgba(200,200,200,0.5);
  border-bottom: solid 2px #333;
}

/* -------------------------------------------------------------------------- */
/* Content */
/* -------------------------------------------------------------------------- */

.wiki_content {
  line-height: 1.5;
}

.wiki_content h1,
.wiki_content h2,
.wiki_content h3,
.wiki_content h4,
.wiki_content h5 {
  font-size: 12px;
  margin : 10px 0;
  padding : 0;
  line-height: 1.5em;
  background: transparent;
}

.wiki_content h1 a,
.wiki_content h2 a,
.wiki_content h3 a,
.wiki_content h4 a,
.wiki_content h5 a {
  color: #000;
}

.wiki_content h1 {
  font-weight: bold !important;
  font-size: 1.6rem;
}


.wiki_content h2 {
  font-weight: bold !important;
  font-size: 1.2rem;
  margin-top: 15px;
  padding-top: 15px;
  background: #eee;
  padding: 10px 20px;
  border-radius: 4px;
}

.wiki_content h3 {
  font-weight: bold !important;
  font-size: 1.1rem;
  margin-top: 10px;
  border-bottom: dashed 1px #00B1F0;
}

.wiki_content h4 {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 5px;
  border-bottom: dashed 1px #999;
}

/* -------------------------------------------------------------------------- */
/* API */
/* -------------------------------------------------------------------------- */

.api_prop_lst {
  list-style-type: none;
}

.api_prop_lst dt, .api_prop_lst dd {
  display: inline-block;
}

.api_prop_lst dt {
  font-weight: bold;
  margin-right: 10px;
  vertical-align: top;
}
.api_prop_lst dt:after {
  content: ' : ';
}

/* -------------------------------------------------------------------------- */
/* Summary */
/* -------------------------------------------------------------------------- */

.wiki_summary {
  position: relative;
  width: 30%;
  border: solid 1px #ccc;
  padding: 7px;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  font-size: 11px;
  box-shadow: inset 1px 1px 2px #fff;
}

.wiki_summary_full {
  width: auto;
  float: none;
  margin-left: 0px;
}

.wiki_summary_full.multicol {
  columns: auto 250px;
  -moz-columns: auto 250px;
  -webkit-columns: auto 250px;
}

.wiki_summary h4,
.wiki_summary h5 {
  display:none;
}
.wiki_summary_full h4,
.wiki_summary_full h5 {
  display:block;
}

.wiki_summary a {
  color: #333;
}
.wiki_summary h1 a,
.wiki_summary h2 a {
  font-weight: bold;
}
.wiki_summary h1 a {
  font-size: 0.9rem;
}
.wiki_summary h3 a,
.wiki_summary h4 a,
.wiki_summary h5 a {
  color: #777;
}

.wiki_summary h1,
.wiki_summary h2,
.wiki_summary h3,
.wiki_summary h4,
.wiki_summary h5 {
  font-size: 12px;
  margin : 0;
  padding : 0;
  line-height: 1.5em;
  font-weight: normal;
  color: #222;
  background: transparent;
}


a.toggle_sum {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #2F84EA;
  text-decoration: underline;
  cursor: pointer;
}
/*
.wiki_summary h1 {
  font-weight: bold;
  font-size: 14px;
  color: #00B1F0;
}
.wiki_summary h2 {
  font-weight: bold;
  border-bottom: solid 1px #ccc;
}
.wiki_summary h3 {
  text-decoration: underline;
  font-weight: bold;
}*/


.wiki_content h1,
.wiki_content h2,
.wiki_content h3,
.wiki_content h1 a,
.wiki_content h2 a,
.wiki_content h3 a {
  color: #00B1F0;
}

.wiki_content h1,
.wiki_summary h1 {
  margin-left: 0;
  counter-reset: section2;
}
.wiki_content h2,
.wiki_summary h2 {
  margin-left: 0px;
  counter-reset: section3;
  counter-increment: section2;
}
.wiki_content h3,
.wiki_summary h3 {
  margin-left: 20px;
  counter-reset: section4;
  counter-increment: section3;
}
.wiki_content h4,
.wiki_summary h4 {
  margin-left: 40px;
  counter-reset: section5;
  counter-increment: section4;
}
.wiki_content h5,
.wiki_summary h5 {
  margin-left: 50px;
  counter-increment: section5;
}

.wiki_content h2:before,
.wiki_summary h2:before {
  content: counter(section2) ". ";
}
.wiki_content h3:before,
.wiki_summary h3:before {
  content: counter(section2) "." counter(section3) ". ";
}
.wiki_content h4:before,
.wiki_summary h4:before {
  content:  counter(section2) "." counter(section3) "." counter(section4) ". ";
}
.wiki_content h5:before,
.wiki_summary h5:before {
  /*	content: counter(section5) ". ";*/
}

li.wiki_list {
  margin-left: 30px;
  list-style-type: square;
}

.wiki_content h2 + div.wiki_par {
  margin-left: 0;
}

.wiki_content h3 + div.wiki_par {
  margin-left: 20px;
}

.wiki_content h4 + div.wiki_par {
  margin-left: 40px;
}

.wiki_content h5 + div.wiki_par {
  margin-left: 50px;
}

.wiki_par {
  color: #555;
  font-size: 1rem;
  font-family: Arial;
}
.wiki_par p {
  margin:  0;
  text-align: left;
}
.wiki_par p br {
  margin-bottom: 15px;
}
.wiki_par ul {
  margin:  5px 0 10px;
  padding:  0 0 0 15px;
}
.wiki_par a {
  text-decoration: underline;
}

.wiki_par blockquote {
  color: #777;
  font-size: 0.9rem;
  font-style: italic;
  border-left: solid 3px #ccc !important;
  background-color: #f9f9f9;
  padding: 4px 4px 4px 10px;
  margin: 10px 0 10px 80px;
}

.wiki_content a {
  color: #00B1F0;
}

/* -------------------------------------------------------------------------- */
/* PRE : code style */
/* -------------------------------------------------------------------------- */

code {
  color: green;
}

.code_style {
  border: dashed 1px #999;
  padding: 10px;
  white-space: pre-wrap;                 /* CSS3 browsers  */
  white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
  white-space: -pre-wrap;                /* Opera 4 thru 6 */
  white-space: -o-pre-wrap;              /* Opera 7 and up */
  word-wrap: break-word;
  background: #faf8f0;
  border-radius: 3px;
}

/* Code style dark theme */

.wiki_content .code_style.dark {
  border: solid 1px #000 !important;
  box-shadow: inset 2px 2px 7px rgba(0,0,0,0.4) !important;
  background: #2a2a2a;
  color : #ffffff;
}

.wiki_content .code_style.dark .comment {
  color: #B8FF9A;
}

.wiki_content .snippet-menu a {
  color : #999 !important;
}

.wiki_content .sh_ide-eclipse .sh_sourceCode .sh_preproc,
.wiki_content .sh_ide-eclipse .sh_sourceCode .sh_keyword {
  color : #ff6666 !important;
}

/* -------------------------------------------------------------------------- */
/* PRE : code style */
/* -------------------------------------------------------------------------- */

.wiki_img {
  max-width: 82%;
  background: #f23f3f3;
  margin: 2%;
  padding: 1% 1% 0;
  border: solid 1px #ddd;
  border-radius: 4px;
}

.wiki_img img {
  max-width: 100%;
  margin-bottom: 3px;
}

.wiki_img figcaption {
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 0.9rem;
  color: #999;
}

.comment {
  color: #2F84EA;
}

.table img {
  max-width: 22px;
}

/* -------------------------------------------------------------------------- */
/* Popup */
/* -------------------------------------------------------------------------- */

.pop_wiki {
  box-sizing: border-box;
  background: white;
  padding: 25px;
  border: solid 1px #ccc;
  min-height: 500px;
  box-shadow: 0 0 15px rgba(20,20,20,0.1);
  max-width: 1200px;
  margin: 10px auto;
}


/* -------------------------------------------------------------------------- */
/* Changelog */
/* -------------------------------------------------------------------------- */

.rev-group {
  clear: both;
}
.rev-group > * {
  box-sizing: border-box;
  margin:0;
  font-size: 1rem;
}
.rev-date {
  position: relative;
  width: 141px;
  padding-right: 15px;
  text-align: right;
  font-weight: bold;
  border-right: solid 1px #ddd;
}
.rev-date:after {
  position: absolute;
  top: 5px;
  right: -200px;
  content: ' ';
  width: 200px;
  height: 1px;
  background: -moz-linear-gradient(left,  rgba(221,221,221,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(221,221,221,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(221,221,221,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6dddddd', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.rev-content {
  border-left: solid 1px #ddd;
  padding: 0 15px 0;
  margin-left: 140px;
}

.rev-content > div {
  padding-bottom: 7px;
}

.rev-major {
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}
.rev-major:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -24px;
  width:  18px;
  height: 18px;
  border-radius: 100%;
  box-sizing: border-box;
  border: solid 3px #777;
  background: #fff;
}

.rev-desc {
  font-size: 0.8rem;
  vertical-align: middle;
  font-style: italic;
}

.rev-desc:before {
  content: '-';
  display: inline-block;
  margin-left:  5px;
  margin-right: 5px;
}


/* -------------------------------------------------------------------------- */
/* JSon schema */
/* -------------------------------------------------------------------------- */

.sc_json_id,
.sc_json_title {
  font-size: 1rem;
  display: inline-block;
  margin-right: 7px;
  min-width: 150px;
}

.sc_json_desc {
  font-size: 1rem;
  color: #1583CC;
  padding: 5px 0;
  line-height: 1.2;
  white-space: normal;
}

.sc_json_title_group {
  font-size: 0.8rem;
  background-color: rgba(0,0,0,0.1);
  padding: 3px 7px;
}

.sc_depth_0 > .sc_json_title {
  font-weight: bold;
}
.sc_depth_0 > .sc_json_desc {
  padding-left: 0;
}

.wiki_par > .sc_json_prop {
  padding: 15px;
  margin: 0 0 15px 0;
  border: solid 1px rgba(0,0,0,0.1);
}

.wiki_par > .sc_json_prop .sc_json_prop {
  padding: 10px;
  margin: 0 ;
  border-left: solid 7px rgba(180,180,180,0.1);
}
/*
.wiki_par > .sc_json_prop .sc_json_prop:after,
.wiki_par > .sc_json_prop .sc_json_prop:before {
  content: '{';
  display: block;
}
.wiki_par > .sc_json_prop .sc_json_prop:after {
  content: '}';
}*/

.sc_json_type {
  display: inline-block;
  color: #333;
  font-size: 0.8rem;
}

.sc_json_props_group {
  border: solid 1px #ddd;
  background-color: rgba(200,200,200,0.1);
  margin: 10px 0 20px;
}
.sc_json_props_group > div {
  border-bottom: solid 1px rgba(0,0,0,0.1);
}
.sc_json_props_group > div:last-child {
  border-bottom-style: none;
}

/* -------------------------------------------------------------------------- */
/* Print */

@media print {
  .no_print {
    display: none !important;
  }

  .art_content {
    width: 100%;
  }
  .wiki_content h2 { page-break-before: always; }
  .wiki_content h1 + h2 { page-break-before: avoid; }

  .wiki_content h3,
  .wiki_content h4 { page-break-after: avoid; }
  .wiki_content pre,
  .wiki_content blockquote { page-break-inside: avoid; }
}

