/* Constants --------------------------------------------- */
/* Body -------------------------------------------------- */
body {
  background-color: #ffffff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
}
/* Paragraph ----------------------------------------------------- */
p {
  margin-top: 0;
}
/* Table     ----------------------------------------------------- */
table {
  border-collapse: collapse;
}
/* Titles -------------------------------------------------------- */
.title a {
  text-decoration: none;
}
h1 {
  font-size: 1.4em;
  padding: 0;
}
h2 {
  font-size: 1.3em;
  padding: 0;
}
h3 {
  font-size: 1.2em;
  padding: 0;
}
h4 {
  font-size: 1.1em;
  padding: 0;
}
/* Summary list ----------------------------------------------- */
figure.summary_list {
  margin-top: 1em;
  margin-left: 0;
}
figure.summary_list figcaption {
  /* List title */
  font-weight: bold;
}
figure.summary_list dl dt {
  /* Item title */
  font-weight: bold;
  border-top: 1px solid #cccccc;
}
figure.summary_list dl dt a {
  /* Item title anchor */
  text-decoration: none;
}
figure.summary_list dl dd {
  /* Item content */
  margin-top: 0;
}
figure.summary_list dl dd div.actions {
  /* Item content */
  margin-bottom: 1em;
}
figure.summary_list dl dd p {
  /* Item content paragraph */
  margin-top: 0.5em;
}
.summary_list span.author {
  font-weight: bold;
}
/* Author ---------------------------------------------------- */
div.author_info {
  font-size: small;
  color: #808080;
  margin-left: 0.5em;
}
/* Copyright ----------------------------------------------- */
div.copyright {
  font-size: smaller;
}
/* Layout -------------------------------------------------- */
/* PocketGrid block class has default width of 100% - only define different widths */
#main.has_sidebar {
  width: 70%;
}
#sidebar.normal {
  width: 30%;
}
/* Header ------------------------------------------------ */
/* #header {

} */
div.site_title {
  /*    background-color: @header-bg-color;    */
  color: #074cbe;
  padding-top: 0.25em;
  padding-left: 1em;
}
/* Main -------------------------------------------------- */
#main {
  padding: 0.5em 1em;
}
#main.has_sidebar {
  border-right: 1px solid #ccc;
}
/* Content --------------------------------------------------- */
#content {
  line-height: 1.3em;
  text-align: justify;
}
/* Sidebar -------------------------------------------------- */
#sidebar {
  padding: 0.5em 1em;
  margin: 0px 0px 0px -1px;
  /* To collapse border with #main.has_sidebar's border' */
  border-left: 1px solid #ccc;
}
/* Footer ------------------------------------------- */
#footer {
  border-top: 1px solid #ccc;
  font-size: smaller;
  text-align: center;
}
/* Breadcrumbs ------------------------------------------- */
#breadcrumbs {
  clear: both;
  font-size: smaller;
  padding: 0.25em 0.25em 0.25em 1em;
}
#breadcrumbs span:after {
  content: ">";
  color: #999;
}
/* Language switcher ------------------------------------- */
#lang_switcher {
  clear: both;
  font-size: smaller;
  padding: 0.25em 0.25em 0.25em 1em;
}
/* Search ------------------------------------------------ */
form.search {
  float: right;
  margin: 0.5em 0.5em 0 0;
}
form.search input {
  margin: 0;
  padding: 0.25em 0.5em;
  border: 1px solid #ccc;
}
/* Tabs ------------------------------------------------------- */
ul.tabs {
  padding-left: 1em;
  margin: 0.5em 1em 0em 1em;
  border-bottom: 2px solid #042987;
}
ul.tabs li {
  list-style: none;
  display: inline;
}
ul.tabs li a {
  padding: 5px 10px;
  display: inline-block;
  background-color: #3e65c9;
  color: #fff;
  text-decoration: none;
  border-radius: 0.4em 0.4em 0px 0px;
}
ul.tabs li a:hover {
  background-color: #2955c4;
}
ul.tabs li a.active {
  background-color: #042987;
}
/* Categories List ---------------------------------------- */
.categories_list {
  list-style: none;
}
.categories_list label {
  font-weight: bold;
}
.categories_list a {
  text-decoration: none;
  line-height: 1.5em;
}
span.categories_count {
  font-size: small;
}
/* Changelog ----------------------------------------------- */
.changelog-item-title {
  color: white;
  background-color: #606060;
  font-size: 1.3em;
  padding: 0.25em;
}
/* Menu default -------------------------------------------- */
.menu_default {
  list-style: none;
}
.menu_default ul {
  list-style: none;
}
.menu_default a {
  text-decoration: none;
  line-height: 1.5em;
  display: block;
}
.menu_default > li > a {
  font-weight: bold;
  padding-top: 1em;
  border-bottom: 1px solid #cccccc;
}
.menu_default li.current > a {
  color: #a00;
}
.menu_default li a:hover {
  color: #c22;
}
/*.menu_default > li > ul > li > a {
	font-weight: bold;
    
}*/
/* Menu vertical ------------------------------------------- */
.menu_vertical {
  list-style: none;
  padding: 0 0 0 0;
  width: 10em;
  border-top: 1px solid #DFEEFF;
  border-left: 1px solid #DFEEFF;
  border-right: 1px solid #DFEEFF;
}
.menu_vertical li {
  width: 100%;
}
.menu_vertical li a:hover {
  background-color: #2955c4;
}
.menu_vertical li.current a {
  background-color: #042987;
}
.menu_vertical li.current ul li a {
  background-color: #042987;
}
.menu_vertical li ul li.current a {
  background-color: #042987;
}
.menu_vertical li a {
  display: block;
  color: #fff;
  background-color: #3e65c9;
  border-bottom: 1px solid #DFEEFF;
  padding: 0.5em 1em;
  text-decoration: none;
}
.menu_vertical ul {
  list-style: none;
  padding: 0 0 0 0;
  display: none;
}
.menu_vertical ul li a {
  padding: 0.3em 1em;
  margin-left: 1em;
  background-color: #3e65c9;
}
.menu_vertical li a span.has_children {
  width: 100%;
  text-align: right;
}
.menu_vertical li.current a span.has_children {
  display: none;
}
/* Menu horizontal -------------------------------------------------*/
.menu_horizontal {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0.5em 1em 0.5em 1em;
  /*    padding-bottom: 1em;*/
}
.menu_horizontal li {
  float: left;
  padding: 0;
  margin: 0;
}
.menu_horizontal li a:hover {
  background-color: #2955c4;
}
.menu_horizontal li.current a {
  background-color: #042987;
}
.menu_horizontal li a {
  color: #fff;
  background-color: #3e65c9;
  border-left: 1px solid #ffffff;
  /*border-top: 1px solid #dFeEFF;*/
  /* fallback colour must use full shorthand */
  border-top: 1px solid #ffffff;
  padding: 0.5em 1em;
  text-decoration: none;
  display: block;
  /* Évite la superposition partielle sur un petit écran */
}
/* Menu a -------------------------------------------------*/
a.menu_style {
  display: block;
  float: left;
  padding: 0.2em;
  font-size: smaller;
  color: #fff;
  background-color: #3e65c9;
  text-decoration: none;
  border: 1px solid #ffffff;
  margin-top: 0.5em;
}
/* MarkupPagerNav ---------------------------------------------- */
.MarkupPagerNav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 1em 0;
}
.MarkupPagerNav li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  padding: 1em 0;
  background: none;
}
.MarkupPagerNav li a {
  padding: 0.5em 1em;
  margin: 0;
  text-decoration: none;
  border: none;
  background-color: #3e65c9;
  color: #fff;
  font-weight: bold;
  font-size: smaller;
  /*text-transform: uppercase;*/
}
.MarkupPagerNav li.MarkupPagerNavOn a {
  background: #042987;
}
.MarkupPagerNav li a:hover {
  color: #fff;
  background: #2955c4;
}
.MarkupPagerNav li.MarkupPagerNavSeparator {
  border: none;
}
/* Book navigation ------------------- */
#siblings {
  background-color: #eee;
  border: 1px solid #cccccc;
  padding: 0.5em 1em 0.5em 1em;
}
#siblings a {
  text-decoration: none;
}
/* span.sibling_left {
} */
span.sibling_right {
  float: right;
}
.copyright {
  font-size: smaller;
}
/* Collapsible sections --------------------- */
.collapsible div.data {
  border: 1px solid #cccccc;
  padding: 0.5em 1em 0.5em 1em;
  margin-bottom: 1em;
}
/* Categories -------------------------------------------- */
.categories {
  font-size: smaller;
}
/* General ----------------------------------------------- */
.bordered1 {
  border: 1px solid #808080;
}
.bordered_bottom {
  border-bottom: 1px solid #808080;
}
hr {
  color: #808080;
}
/* References ------------------------------------------- */
div.reference table tr td {
  vertical-align: top;
  border: 1px solid #e0e0e0;
}
div.reference table tr td.ref_title {
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
/* FormTemplateProcessor -------------------------------- */
.Inputfields,
.Inputfields li {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
.Inputfields li label {
  font-weight: bold;
}
.Inputfields li p {
  margin: 0;
}
.Inputfields li p.description {
  font-style: italic;
}
.Inputfields textarea,
.Inputfields .InputfieldMaxWidth {
  width: 100%;
}
.Inputfields .InputfieldSubmit label {
  display: none;
}
.ui-state-error span {
  color: #c70917;
}
/* Media -------------------------------------------------*/
@media only screen and (max-width: 767px) {
  /* mobile layout */
  body,
  td,
  textarea {
    font-size: 100%;
  }
  body.has-sidebar #content,
  body.has-sidebar #sidebar {
    float: none;
    width: 100%;
    padding: 0;
  }
  form.search {
    float: none;
    width: 100%;
  }
  #content {
    width: 100%;
  }
  #sidebar {
    border-top: 1px solid #eee;
    padding-top: 1em;
  }
  .align_left,
  .align_right,
  .align_center {
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
}
/* ------------------------------------------- */
/* Markers */
.yellow-marker {
  background-color: #ffff00;
}
/* ------------------------------------------ */
@media only screen and (min-width: 1200px) {
  /* extra-wide desktop layout */
  body,
  td,
  textarea {
    font-size: 100%;
  }
}
