/*
 *  This CSS contains the website layout framework
 *  which is common to both the website and the 
 *  OpenERP application.
 */
/* --------------------------------- *
 *          STYLING CONTEXT          *
 * --------------------------------- */
/* --- Styling for the V8/Lato/White/Purple design --- */
body.oe_styling_v8 {
  background: #e9e9e9;
  padding: 0;
  margin: 0;
}

.oe_styling_v8 {
    background: none repeat scroll 0 0 white;
    color: #646464;
    font-family: "Open Sans","Helvetica",Sans !important;
    font-size: 16px;
    font-weight: 300;
}
.oe_styling_v8 .oe_website_contents {
  background: whitesmoke;
  padding-bottom: 1px;
}
.oe_styling_v8 b {
  font-weight: 600;
}
.oe_styling_v8 a {
  color: #6d57e0;
  text-decoration: none;
}
.oe_styling_v8 a:visited {
  color: #5b284f;
}
.oe_styling_v8 a:hover {
  color: #0096eb;
}
.oe_styling_v8 .oe_title_font {
  font-family: "Lato", "Open Sans", "Helvetica", Sans;
}
.oe_styling_v8 .oe_page {
  background: white;
  overflow: hidden;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.oe_styling_v8 .oe_emph {
  font-weight: 400;
}
.oe_styling_v8 .oe_dark {
  overflow: hidden;
  background: #fcfcfc;
  -webkit-box-shadow: 0px 5px 9px -7px rgba(0, 0, 255, 0.5) inset, 0px -3px 9px -7px rgba(0, 0, 255, 0.5) inset;
  -moz-box-shadow: 0px 5px 9px -7px rgba(0, 0, 255, 0.5) inset, 0px -3px 9px -7px rgba(0, 0, 255, 0.5) inset;
  box-shadow: 0px 5px 9px -7px rgba(0, 0, 255, 0.5) inset, 0px -3px 9px -7px rgba(0, 0, 255, 0.5) inset;
}

/* --------------------------------- *
 *               LAYOUT              *
 * --------------------------------- */
/* ------ BASE GRID CONSTRUCTS ----- */
.oe_page {
  margin: 0px auto 64px auto;
  max-width: 1300px;
}

.oe_row {
  width: 928px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.oe_row.oe_fit {
  width: auto;
}

.oe_clearfix:after, .oe_row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

[class*='oe_span'] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
}

.oe_span12 {
  width: 928px;
}

.oe_span10 {
  width: 773px;
}

.oe_span9 {
  width: 696px;
}

.oe_span8 {
  width: 618px;
}

.oe_span6 {
  width: 464px;
}

.oe_span4 {
  width: 309px;
}

.oe_span3 {
  width: 232px;
}

.oe_span2 {
  width: 154px;
}

[class*='oe_span'].oe_fit {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

[class*='oe_span'].oe_right {
  float: right;
}

.oe_row.oe_flex [class*='oe_span'] {
  display: inline-block;
  float: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  width: auto;
}
.oe_row.oe_flex .oe_span12 {
  max-width: 928px;
}
.oe_row.oe_flex .oe_span10 {
  max-width: 769px;
}
.oe_row.oe_flex .oe_span9 {
  max-width: 692px;
}
.oe_row.oe_flex .oe_span8 {
  max-width: 614px;
}
.oe_row.oe_flex .oe_span6 {
  max-width: 460px;
}
.oe_row.oe_flex .oe_span4 {
  max-width: 305px;
}
.oe_row.oe_flex .oe_span3 {
  max-width: 228px;
}
.oe_row.oe_flex .oe_span2 {
  max-width: 150px;
}

.oe_mb0 {
  margin-bottom: 0px !important;
}

.oe_mb4 {
  margin-bottom: 4px !important;
}

.oe_mb8 {
  margin-bottom: 8px !important;
}

.oe_mb16 {
  margin-bottom: 16px !important;
}

.oe_mb32 {
  margin-bottom: 32px !important;
}

.oe_mb48 {
  margin-bottom: 48px !important;
}

.oe_mb64 {
  margin-bottom: 64px !important;
}

.oe_mt0 {
  margin-top: 0px !important;
}

.oe_mt4 {
  margin-top: 4px !important;
}

.oe_mt8 {
  margin-top: 8px !important;
}

.oe_mt16 {
  margin-top: 16px !important;
}

.oe_mt32 {
  margin-top: 32px !important;
}

.oe_mt48 {
  margin-top: 48px !important;
}

.oe_mt64 {
  margin-top: 64px !important;
}

/* ------ GENERIC LAYOUT MODIFIERS ----- */
.oe_rightfit {
  padding-right: 0px !important;
}

.oe_leftfit {
  padding-left: 0px !important;
}

.oe_leftalign {
  text-align: left;
}

.oe_rightalign {
  text-align: right;
}

.oe_centeralign {
  text-align: center;
}

.oe_centered {
  margin-left: auto;
  margin-right: auto;
}

.oe_hidden {
  display: none !important;
  opacity: 0 !important;
}

.oe_invisible {
  visibility: hidden !important;
}

.oe_transparent {
  opacity: 0 !important;
}

.oe_mb0 {
  margin-bottom: 0px !important;
}

.oe_mb4 {
  margin-bottom: 4px !important;
}

.oe_mb8 {
  margin-bottom: 8px !important;
}

.oe_mb16 {
  margin-bottom: 16px !important;
}

.oe_mb32 {
  margin-bottom: 32px !important;
}

.oe_mb64 {
  margin-bottom: 64px !important;
}

.oe_spaced {
  margin-top: 32px;
  margin-bottom: 32px;
}

.oe_more_spaced {
  margin-top: 64px;
  margin-bottom: 64px;
}

.oe_padded {
  padding-top: 16px;
  padding-bottom: 16px;
}

.oe_more_padded {
  padding-top: 32px;
  padding-bottom: 32px;
}

/* --------------------------------- *
 *        WEBPAGE COMPONENTS         *
 * --------------------------------- */
/* ------ BUTTONS ----- */
.oe_button {
  position: relative;
  bottom: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.oe_styling_v8 .oe_button, .oe_styling_v8 a.oe_button {
  padding: 8px 14px;
  background: #8b72b6;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 0px #afa8cc;
  -moz-box-shadow: 0px 2px 0px #afa8cc;
  box-shadow: 0px 2px 0px #afa8cc;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44);
  border: solid 1px rgba(0, 0, 0, 0.09);
  -webkit-transition-property: bottom, background;
  -moz-transition-property: bottom, background;
  -o-transition-property: bottom, background;
  transition-property: bottom, background;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
}
.oe_styling_v8 .oe_button:hover, .oe_styling_v8 a.oe_button:hover {
  background: #8b5bdd;
  color: white;
}
.oe_styling_v8 .oe_button:active, .oe_styling_v8 a.oe_button:active {
  background: #333333;
  bottom: -3px;
}
.oe_styling_v8 .oe_button.oe_big, .oe_styling_v8 a.oe_button.oe_big {
  font-size: 24px;
}
.oe_styling_v8 .oe_button.oe_bigger, .oe_styling_v8 a.oe_button.oe_bigger {
  font-size: 32px;
}
.oe_styling_v8 .oe_button.oe_small, .oe_styling_v8 a.oe_button.oe_small {
  font-size: 13px;
  padding: 2px 4px;
}
.oe_styling_v8 .oe_button.oe_small:active, .oe_styling_v8 a.oe_button.oe_small:active {
  bottom: -1px;
}
.oe_styling_v8 .oe_button.oe_medium, .oe_styling_v8 a.oe_button.oe_medium {
  padding: 5px 12px;
  font-size: 16px;
}
.oe_styling_v8 .oe_button.oe_tacky, .oe_styling_v8 a.oe_button.oe_tacky {
  background: #ff4444;
  -webkit-box-shadow: 0px 2px 0px #eba8a8;
  -moz-box-shadow: 0px 2px 0px #eba8a8;
  box-shadow: 0px 2px 0px #eba8a8;
}
.oe_styling_v8 .oe_button.oe_tacky:hover, .oe_styling_v8 a.oe_button.oe_tacky:hover {
  background: #ff1010;
}
.oe_styling_v8 .oe_button.oe_tacky:active, .oe_styling_v8 a.oe_button.oe_tacky:active {
  background: black;
}
.oe_styling_v8 .oe_button.oe_disabled, .oe_styling_v8 a.oe_button.oe_disabled {
  background: #c8c8c8;
  -webkit-box-shadow: 0px 2px 0px #b4b4b4;
  -moz-box-shadow: 0px 2px 0px #b4b4b4;
  box-shadow: 0px 2px 0px #b4b4b4;
  cursor: default;
}
.oe_styling_v8 .oe_button.oe_disabled:hover, .oe_styling_v8 a.oe_button.oe_disabled:hover {
  background: #c8c8c8;
  -webkit-box-shadow: 0px 2px 0px #b4b4b4;
  -moz-box-shadow: 0px 2px 0px #b4b4b4;
  box-shadow: 0px 2px 0px #b4b4b4;
}
.oe_styling_v8 .oe_button.oe_disabled:active, .oe_styling_v8 a.oe_button.oe_disabled:active {
  background: #c8c8c8;
  bottom: 0px;
  -webkit-box-shadow: 0px 2px 0px #b4b4b4;
  -moz-box-shadow: 0px 2px 0px #b4b4b4;
  box-shadow: 0px 2px 0px #b4b4b4;
}

.oe_styling_v8.oe_styling_black .oe_button {
  -webkit-box-shadow: 0px 2px 0px #463555;
  -moz-box-shadow: 0px 2px 0px #463555;
  box-shadow: 0px 2px 0px #463555;
}

/* ------ FORMS ----- */
.oe_styling_v8 {
  /* FIXME: this is a quick hack for the release */
}
.oe_styling_v8 .oe_input {
  padding: 4px 7px;
  border-radius: 3px;
  border: solid 1px #d6d6d6;
  box-shadow: 0px 2px #e6e6e6;
  background: #fafafa;
  font-weight: 300;
  outline: none;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.oe_styling_v8 .oe_input:focus {
  border: solid 1px #969696;
  box-shadow: 0px 2px #d2d2d2;
}
.oe_styling_v8 .oe_input.oe_valid {
  background: #f2ffec;
  border-color: #b1ebb6;
  box-shadow: 0px 2px #e1f8e1;
  color: #0f610f;
}
.oe_styling_v8 .oe_input.oe_invalid {
  background: #fff2f2;
  border-color: #ebb1b1;
  box-shadow: 0px 2px #f8e1e1;
  color: #610f0f;
}
.oe_styling_v8 .oe_input.oe_big {
  padding: 8px 14px;
}
.oe_styling_v8 .oe_input_label {
  font-weight: 300;
  font-size: 16px;
}
.oe_styling_v8 .oe_input_label.oe_big {
  font-size: 20px;
}
.oe_styling_v8 .oe_textarea {
  width: 300px;
  height: 80px;
}
.oe_styling_v8 .oe_form_layout_table {
  width: 100%;
}
.oe_styling_v8 .oe_form_layout_table td {
  padding-bottom: 16px;
}
.oe_styling_v8 .oe_form_layout_table td:first-child {
  text-align: right;
  padding-right: 16px;
}

/* ------ SLOGANS ----- */
.oe_styling_v8 .oe_slogan {
  color: #333333;
  font-family: "Lato", "Open Sans", "Helvetica", Sans;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
.oe_styling_v8 h1.oe_slogan {
  font-size: 64px;
  font-weight: 900;
  margin-top: 48px;
  margin-bottom: 48px;
}
.oe_styling_v8 h2.oe_slogan {
  font-size: 40px;
  font-weight: 300;
}
.oe_styling_v8 h3.oe_slogan {
  font-size: 26px;
  font-weight: 300;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.oe_styling_v8 h4.oe_slogan {
  font-size: 24px;
  font-weight: 300;
}
.oe_styling_v8 h4.oe_slogan:before, .oe_styling_v8 h4.oe_slogan:after {
  margin: 0 20px;
  content: "";
  display: inline-block;
  width: 100px;
  height: 0px;
  border-top: solid 1px;
  vertical-align: middle;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.oe_styling_v8 h5.oe_slogan {
  font-weight: 300;
}
.oe_styling_v8 h2.oe_slogan + h3.oe_slogan {
  margin-top: -28px;
}

/* ------ QUOTES ----- */
.oe_quote {
  margin: 8px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.oe_quote .oe_q, .oe_quote q {
  margin: 10px;
  display: block;
  font-style: italic;
  text-align: center;
  font-size: 20px;
  color: #4e66e7;
}
.oe_quote .oe_q:before, .oe_quote .oe_q:after, .oe_quote q:before, .oe_quote q:after {
  content: '"';
  font-weight: 900;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.oe_quote cite {
  display: block;
  font-style: normal;
  margin-top: 16px;
}
.oe_quote .oe_photo {
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-right: 16px;
}
.oe_quote .oe_author {
  font-size: 20px;
  padding-top: 6px;
  color: #8d7bac;
}

.oe_dark .oe_quote {
  background: white;
  border: 1px solid #f0f0ff;
}

/* ------ PICTURES ----- */
.oe_picture {
  display: block;
  max-width: 84%;
  max-height: 400px;
  margin: 16px 8%;
}

.oe_screenshot {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

.oe_pic_ctr {
  position: relative;
}

.oe_pic_ctr > img.oe_picture {
  width: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
}

.oe_pic_ctr > .oe_title {
  position: absolute;
  top: 15px;
  right: 38px;
}

.oe_styling_v8 .oe_pic_ctr > .oe_title {
  font-size: 64px;
  color: white;
  font-weight: 600;
  margin: 0;
  text-shadow: 0px 2px 0px #494949, 0px 2px 5px rgba(0, 0, 0, 0.33), 0px 0px 60px rgba(0, 0, 0, 0.22);
}

/*  ----- Link Image with Footer ----- */
/* FIXME: Terrible CSS, rewrite this */
div.oe_demo {
  position: relative;
  border: 1px solid #dedede;
}
div.oe_demo span.oe_demo_play {
  top: 50%;
  left: 50%;
  width: 80px;
  height: 60px;
  margin-top: -30px;
  margin-left: -40px;
  display: block;
  position: absolute;
  background: url("../img/layout/play-button.png") no-repeat left top transparent;
  pointer-events: none;
}
div.oe_demo img {
  max-width: 100%;
  width: 100%;
}
div.oe_demo div.oe_demo_footer {
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.85;
  bottom: -1px;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  pointer-events: none;
}

div.oe_demo:hover span.oe_demo_play {
  background: url("../img/layout/play-button-over.png") no-repeat left top transparent;
}

/*  ----- SEPARATOR ----- */
.oe_styling_v8 .oe_container.oe_separator {
  height: 64px;
  margin-bottom: 16px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.02)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  -webkit-box-shadow: 0px -3px 10px -5px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px -3px 10px -5px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -3px 10px -5px rgba(0, 0, 0, 0.1) inset;
  overflow-y: hidden;
}

/*  ----- TABS -----  */
.oe_row_tabs {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 21px;
}

.oe_row_tab {
  position: relative;
  min-width: 120px;
  padding: 8px;
  font-size: 20px;
  display: inline-block;
  margin: 0px -2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  background: #fafafa;
  background-image: +linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  box-shadow: 0px -3px 10px -5px rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}

.oe_row_tab:hover {
  padding-bottom: 12px;
  top: -4px;
  background-color: white;
}

.oe_row_tab.oe_active {
  background-color: white;
  background-image: none;
  box-shadow: none;
  border-top-color: #8272b6;
  border-top-width: 2px;
  cursor: default;
}

.oe_row_tab.oe_active:hover {
  padding-bottom: 8px;
  top: 0asx;
}

/* ------ CALL TO ACTION ----- */
.oe_calltoaction {
  height: 32px;
  margin-top: -32px;
  position: relative;
}
@charset "utf-8";
/*
 *  This CSS contains everything specific to the OpenERP website.
 */
/* --------------------------------- *
 *             ALL PAGES             *
 * --------------------------------- */
/* --- Styling for the V8/Lato/White/Purple design --- */
/* ----- OpenERP LOGO ----- */
.oe_logo {
  font-family: "Lato";
  display: inline-block;
  font-size: 27px;
  font-style: none;
  color: #333333;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.oe_logo .oe_open {
  font-style: italic;
  font-weight: 400;
  color: #e60000;
  position: relative;
  bottom: 0.2em;
  margin-left: 0.07em;
}
.oe_logo .oe_erp {
  font-weight: 600;
  position: relative;
  bottom: 0.2em;
}
.oe_logo .oe_moto {
  display: block;
  font-size: 0.4em;
  margin-top: -0.9em;
}

/* ----- WEBSITE HEADER ----- */
.oe_website_header {
  max-width: 992px;
  margin: 0px auto;
  overflow: hidden;
}
.oe_website_header .oe_website_logo {
  position: relative;
  top: 3px;
}
.oe_website_header .oe_top_menu {
  text-align: right;
  width: 800px;
  padding-left: 0px;
}
.oe_website_header .oe_logo_menu {
  width: 170px;
  padding-right: 0px;
}
.oe_website_header .oe_top_menu_entry {
  display: inline-block;
  padding: 8px 12px;
  font-size: 17px;
  position: relative;
  color: #444444;
  cursor: pointer;
}
.oe_website_header .oe_top_menu_entry.oe_emph {
  font-weight: inherit;
  text-decoration: underline;
}
.oe_website_header .oe_top_menu_entry a {
  color: inherit;
  text-decoration: none;
  -moz-transition: color 75ms linear;
  -webkit-transition: color 75ms linear;
  -o-transition: color 75ms linear;
  transition: color 75ms linear;
}
.oe_website_header .oe_top_menu_entry a:visited {
  color: inherit;
}
.oe_website_header .oe_top_menu_entry a:hover {
  color: black;
}
.oe_website_header .oe_top_menu_entry .icon-angle-down {
  font-size: 14px;
  opacity: 0.5;
  padding-left: 2px;
}
.oe_website_header .oe_top_menu_entry .oe_submenu {
  display: inline-block;
  position: absolute;
  visibility: hidden;
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  top: 100%;
  left: 0px;
  padding: 4px 0px;
  width: 160px;
  background: white;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0px 2px #e9e9e9, 0px 2px 10px rgba(0, 0, 0, 0.08);
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.oe_website_header .oe_top_menu_entry .oe_submenu .oe_submenu_entry {
  padding: 8px 16px;
}
.oe_website_header .oe_top_menu_entry .oe_submenu .oe_submenu_entry a {
  display: block;
}

.no-touch .oe_top_menu_entry:hover .oe_submenu, .oe_top_menu_entry.oe_touched .oe_submenu {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.oe_top_menu_entry.oe_active {
  font-weight: 400;
  color: black;
  cursor: pointer;
}

.oe_top_menu_entry.oe_sign_in {
  background: white;
  padding: 4px 8px;
  margin: 4px 8px;
  border-radius: 3px;
  border: solid 1px #ebebeb;
}
.oe_top_menu_entry.oe_sign_in a {
  color: inherit;
}

/* ---- WEBSITE HERO ----- */
.oe_hero {
  position: relative;
  min-height: 200px;
  max-width: 992px;
  margin: 0px auto;
  border-radius: 2px;
}

.oe_hero + .oe_page {
  position: relative;
}

.oe_hero > .oe_row {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
  max-width: 992px;
}

/* ---- WEBSITE FOOTER ---- */
.oe_website_footer {
  background: #e9e9e9;
  border-top: solid 1px #e0e0e0;
  padding-bottom: 32px;
  padding-top: 32px;
}
.oe_website_footer i {
  opacity: 0.5;
}
.oe_website_footer a {
  color: inherit;
  text-decoration: inherit;
}
.oe_website_footer a:visited {
  color: inherit;
}
.oe_website_footer a:hover {
  color: black;
}
.oe_website_footer h1 {
  font-size: 20px;
  font-weight: 400;
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
  margin-right: 24px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  margin-top: 24px;
}
.oe_website_footer h2 {
  font-size: 17px;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 0px;
  font-weight: 300;
}
.oe_website_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.oe_website_footer li {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  margin-right: 32px;
}
.oe_website_footer li.oe_small {
  font-size: 12px;
  margin-right: 64px;
}

/* ------ CALL TO ACTION ----- */
.oe_calltoaction {
  height: 32px;
  margin-top: -32px;
  position: relative;
}

/* --------------------------------- *
 *             HOME PAGE             *
 * --------------------------------- */
/* ------ Sliding Banner ----- */
.oe_slider_arrow {
  color: #6f6e94;
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  cursor: pointer;
}
.oe_slider_arrow:active {
  margin-top: -13px;
}

.oe_slider_arrow.oe_left {
  left: 32px;
}

.oe_slider_arrow.oe_right {
  right: 32px;
}

.oe_slider {
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 1;
  height: 240px;
}

.oe_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-transition: all 350ms linear;
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
  box-shadow: 0px 6px rgba(0, 0, 0, 0.03) inset;
  background-color: #8b8bb3;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.oe_slide .oe_row {
  height: 200px;
  position: relative;
  margin: 0px auto;
}

.oe_slide.oe_invisible {
  visibility: hidden;
  opacity: 0;
}

.oe_slide .oe_slide_title {
  position: absolute;
  top: 5px;
  right: 76px;
  color: #6f6e94;
  font-weight: 600;
  font-size: 64px;
  font-style: italic;
}
.oe_slide .oe_slide_title .oe_version {
  font-size: 0.36em;
  background: #6f6e94;
  color: #e6e6e6;
  border-radius: 6px;
  padding: 0px 5px;
  position: relative;
  bottom: 22px;
  left: 8px;
}

.oe_slide .oe_slide_subtitle {
  position: absolute;
  top: 90px;
  right: 64px;
  color: #6f6e94;
  font-weight: 300;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 16px;
  text-align: right;
  border-radius: 3px;
}
.oe_slide .oe_slide_subtitle .oe_button {
  margin-top: 10px;
}

/* ------ Sliding Banner First Slide ----- */
.oe_slide.oe_home_slide {
  background-color: #f0f0f0;
  background: url("../img/homepage/bg_valencia.png");
  color: #404040;
}

/* ------ Sliding Banner OpenDays Slide ----- */
.oe_opendays_slide {
  background: url("../img/homepage/events_openedays.jpg") no-repeat 0 -54px;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.oe_opendays_slide .oe_titlebox {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  display: inline-block;
  float: right;
  color: #141414;
  padding: 4px 24px 16px 24px;
  padding-top: 4px;
  margin-right: 64px;
  margin-top: 24px;
}
.oe_opendays_slide .oe_titlebox .oe_title {
  font-size: 56px;
  font-weight: 600;
  font-style: italic;
  text-align: right;
}
.oe_opendays_slide .oe_titlebox .oe_subtitle {
  font-size: 24px;
  text-align: right;
}
.oe_opendays_slide .oe_titlebox .oe_subtitle .oe_button {
  display: inline-block;
  font-size: 18px;
  margin-top: 4px;
}

/* --------------------------------- *
 *        HOMEPAGE  APPSTORE         *
 * --------------------------------- */
.oe_appstore {
  text-align: left;
  margin-top: -16px;
}

.oe_app {
  position: relative;
  display: block;
  float: left;
  width: 276px;
  height: 106px;
  top: 0px;
  text-align: left;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 16px;
  padding: 16px;
  overflow: hidden;
  background: whitesmoke;
  border: solid 1px;
  border-color: #d4d4d4;
  box-shadow: 0px 0px white;
  color: #646464 !important;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  cursor: pointer;
}

.oe_app:hover {
  top: -4px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px #dddddd, 0px 4px 4px rgba(0, 0, 0, 0.1);
  text-decoration:none;
}

.oe_app .oe_app_icon {
  float: left;
  display: block;
  width: 64px;
  height: 64px;
  left: -5px;
  top: -5px;
  position: relative;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
}

.oe_app .oe_app_icon img {
  display: block;
  height: 100%;
  width: 100%;
}

.oe_app .oe_app_name {
	font-weight: 400;
	margin-left: 64px;
	font-size: 18px;
	margin-top: -4px;
}

.oe_app .oe_app_descr {
	font-weight: 300;
	margin-left: 64px;
	font-size: 12.8px;
}/* --------------------------------- *
 *        Dar Team  APPSTORE         *
 * --------------------------------- */
.oe_appstore {
  text-align: left;
  margin-top: -16px;
}

.oe_ap {
  position: relative;
  display: block;
  float: left;
  width: 276px;
  height: 115px;
  top: 0px;
  text-align: left;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 16px;
  padding: 16px;
  overflow: hidden;
  background: whitesmoke;
  border: solid 1px;
  border-color: #d4d4d4;
  box-shadow: 0px 0px white;
  color: #646464 !important;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  cursor: pointer;
}

.oe_ap:hover {
  top: -4px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px #dddddd, 0px 4px 4px rgba(0, 0, 0, 0.1);
  text-decoration:none;
}

.oe_ap .oe_ap_icon {
  float: left;
  display: block;
  position: relative;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
}

.oe_ap .oe_ap_icon img {
  display: block;
}

.oe_ap .oe_ap_name {
	font-weight: 400;
	margin-left: 64px;
	font-size: 18px;
	margin-top: -4px;
}

.oe_ap .oe_ap_descr {
	font-weight: 300;
	margin-left: 64px;
	font-size: 12.8px;
}

/* --------------------------------- *
 *         START FREE TRIAL          *
 * --------------------------------- */
.oe_start .oe_form_start {
  text-align: center;
}
.oe_start .oe_db_input {
  padding-right: 133px !important;
  display: inline;
  width: 10em;
}
.oe_start .oe_domain {
  display: inline-block;
  margin-left: -145px;
  margin-right: 20px;
}
.oe_start .oe_small {
  font-size: 12px;
}
.oe_start .oe_notification_area {
  height: 128px;
  overflow: hidden;
}
.oe_start .oe_notification_area #notification_area {
  background: #fafafa;
  color: #5a5a5a;
  width: 240px;
  padding: 16px;
  margin: 32px auto 0px auto;
  border-radius: 3px;
}
.oe_start .oe_notification_area #notification_area p {
  margin: 0;
}

/* --------------------------------- *
 *             RST APP DESCR         *
 * --------------------------------- */
.oe_rsthtml .oe_rsthtml_html {
  padding-bottom: 10px;
}
.oe_rsthtml .oe_rsthtml_html h1, .oe_rsthtml .oe_rsthtml_html h2, .oe_rsthtml .oe_rsthtml_html h3, .oe_rsthtml .oe_rsthtml_html h4, .oe_rsthtml .oe_rsthtml_html h5, .oe_rsthtml .oe_rsthtml_html h6 {
  font-weight: 300;
}
.oe_rsthtml .oe_rsthtml_html h1 {
  font-size: 24px;
}
.oe_rsthtml .oe_rsthtml_html h2 {
  font-size: 19px;
}
.oe_rsthtml .oe_rsthtml_html h3 {
  font-size: 16px;
}
.oe_rsthtml .oe_rsthtml_html h4 {
  font-size: 13px;
}
.oe_rsthtml .oe_rsthtml_html h5 {
  font-size: 11px;
}
.oe_rsthtml .oe_rsthtml_html h6 {
  font-size: 10px;
}
.oe_rsthtml .oe_rst_images {
  background-color: #f7f7f7;
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.oe_rsthtml .oe_rst_images .oe_rst_images_header {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0 0 15px;
}
.oe_rsthtml .oe_rst_images .oe_rst_images_images {
  padding: 15px;
  overflow-x: scroll;
  white-space: nowrap;
}
.oe_rsthtml .oe_rst_images .oe_rst_images_images img {
  display: inline-block;
  max-width: 657px;
  max-height: 500px;
  vertical-align: top;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  margin: 16px;
}

/* --------------------------------- *
 *           APP STORE               *
 * --------------------------------- */
.oe_module_searcher {
  min-height: 500px;
}

/* --------------------------------- *
 *          EBOOK STORE               *
 * --------------------------------- */
.oe_bookstore .oe_book {
  position: relative;
  top: 0px;
  display: inline-block;
  background: #f0f0f3;
  border-radius: 2px;
  border: solid 1px #dddeec;
  padding: 16px;
  margin: 8px;
  width: 168px;
  box-shadow: 0px 2px 0px #e5e5ee, 0px 3px 3px rgba(0, 0, 0, 0.22);
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.oe_bookstore .oe_book .oe_title {
  color: rgba(82, 77, 122, 0.91);
  text-align: center;
}
.oe_bookstore .oe_book .oe_cover {
  position: relative;
  max-width: 100%;
  max-height: 180px;
  margin: 16px 0px 8px 0px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.oe_bookstore .oe_book .oe_cover img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
}
.oe_bookstore .oe_book:hover {
  top: -3px;
  box-shadow: 0px 5px 0px #e5e5ee, 0px 6px 3px rgba(0, 0, 0, 0.22);
}

/* --------------------------------- *
 *          PARTNER DIRECTORY        *
 * --------------------------------- */
.oe_countries {
  margin-top: 32px;
  margin-bottom: 16px;
  background: whitesmoke;
  border-radius: 3px;
}
.oe_countries h4 {
  text-align: center;
  font-weight: 400;
}
.oe_countries ul {
  padding: 0;
  margin-bottom: 28px;
  list-style: none;
}
.oe_countries ul li {
  margin: 0px -16px;
  padding: 4px 16px;
}
.oe_countries ul li:nth-child(odd) {
  background: #f0f0f0;
}
.oe_countries ul li.oe_selected {
  font-weight: bold;
}
.oe_countries ul a {
  color: inherit;
}
.oe_countries ul a:visited {
  color: inherit;
}
.oe_countries ul a:hover {
  color: black;
}

.oe_partners {
  margin-bottom: 16px;
}

.oe_partner {
  min-height: 80px;
  padding: 8px;
}
.oe_partner .oe_partner_logo {
  float: left;
  display: block;
  width: 120px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.oe_partner .oe_partner_logo img {
  max-width: 120px;
  max-height: 80px;
  vertical-align: top;
}
.oe_partner .oe_content {
  margin-left: 136px;
  margin-right: 16px;
}
.oe_partner .oe_name {
  font-size: 20px;
}
.oe_partner .oe_country {
  margin-left: 8px;
  color: gray;
  font-size: 13px;
}
.oe_partner .oe_partner_ref {
  font-size: 11px;
}
.oe_partner .oe_show_more.oe_small {
  font-size: 0.8em;
}
.oe_partner .oe_partner_listing_descr {
  margin: 8px 0px;
  font-size: 14px;
  line-height: 1.2em;
  max-height: 4em;
  overflow: hidden;
  word-wrap: break-word;
}
.oe_partner .oe_partner_listing_descr .oe_show_more {
  float: right;
  display: inline-block;
  position: relative;
  top: 2.3em;
  background: white;
}
.oe_partner .oe_partner_listing_descr .oe_show_more.oe_small {
  font-size: 0.8em;
}
.oe_partner .oe_partner_listing_descr p:first {
  margin-top: 0;
}

/* --------------------------------- *
 *          PARTNER DETAILS          *
 * --------------------------------- */
.oe_partner_details .oe_show_less {
  display: none;
}
.oe_partner_details .oe_partner_logo {
  margin: 0px auto 16px auto;
  text-align: center;
}
.oe_partner_details .oe_partner_logo img {
  max-height: 120px;
  max-width: 90%;
  border-radius: 3px;
}
.oe_partner_details .oe_partner_info {
  background: whitesmoke;
  border-radius: 3px;
  padding: 8px 0px;
  overflow: hidden;
}
.oe_partner_details .oe_partner_info .oe_partner_logo {
  margin: 0px auto 16px auto;
  text-align: center;
}
.oe_partner_details .oe_partner_info .oe_partner_logo img {
  max-height: 120px;
  border-radius: 3px;
}
.oe_partner_details .oe_partner_info table {
  width: 100%;
}
.oe_partner_details .oe_partner_info table td:first-child {
  padding: 4px 8px 4px 16px;
  vertical-align: top;
  text-align: right;
  opacity: 0.5;
}
.oe_partner_details .oe_partner_info table td:last-child {
  padding: 4px 16px 4px 0px;
  font-size: 12px;
  word-break: break-all;
}
.oe_partner_details .oe_partner_info table td:last-child.oe_partner_address {
  word-break: normal;
}
.oe_partner_details .oe_partner_info table tr:nth-child(even) {
  background: #f0f0f0;
}
.oe_partner_details .oe_partner_back {
  margin-top: 40px;
  text-align: center;
}

.oe_partner_details .oe_customer_list .oe_customer_logo {
  display: inline;
}

/* --------------------------------- *
 *         EVENTS (TRAININGS)        *
 * --------------------------------- */
.oe_events .oe_filters {
  margin: 8px 0px;
  text-align: center;
}
.oe_events .oe_event_list {
  background: whitesmoke;
  width: 100%;
  margin: 32px 0px;
  border-radius: 3px;
}
.oe_events .oe_event_list td {
  padding: 8px 16px;
}
.oe_events .oe_event_list .oe_event_date {
  border-right: solid 1px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}
.oe_events .oe_event_list tr:nth-child(even) {
  background: #f0f0f0;
}

/* --------------------------------- *
 *          CONTACT FORM             *
 * --------------------------------- */
.oe_contact_thanks_message {
  background: #f0f0f0;
  padding: 16px;
  width: 60%;
  margin: 16px auto;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

/* --------------------------------- *
 *                BLOG               *
 * --------------------------------- */
.oe_blog {
  display: table;
}
.oe_blog .oe_blog_posts {
  display: table-cell;
  width: 100%;
}
.oe_blog .oe_blog_posts h2 a {
  color: #333333;
  text-decoration: none;
}
.oe_blog .oe_blog_posts .oe_blog_publish_date {
  display: block;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 0.8em;
  color: #777777;
}
.oe_blog .oe_blog_history {
  display: table-cell;
  padding-left: 30px;
}
.oe_blog .oe_blog_history .oe_blog_history_content {
  width: 160px;
}
.oe_blog .oe_blog_history .oe_blog_history_content .oe_blog_month {
  margin-left: 15px;
}

/* Module searcher 
 */
.oe_appsearch .oe_appsearch_panel {
  background-color: whitesmoke;
  padding-top: 20px;
  margin-bottom: 16px;
}
.oe_appsearch .oe_appsearch_panel h4 {
  text-align: center;
  font-weight: 400;
}
.oe_appsearch .oe_appsearch_panel ul {
  padding: 0;
  margin-bottom: 28px;
  list-style: none;
}
.oe_appsearch .oe_appsearch_panel ul li {
  margin: 0px -16px;
  padding: 4px 16px;
  /*&:nth-child(odd)
   * background: #f0f0f0 */
}
.oe_appsearch .oe_appsearch_panel .oe_appsearch_search {
  display: table;
}
.oe_appsearch .oe_appsearch_panel .oe_appsearch_search > div {
  display: table-cell;
}
.oe_appsearch .oe_appsearch_panel .oe_appsearch_search > div:first-child {
  padding-right: 25px;
}
.oe_appsearch .oe_appsearch_panel .oe_appsearch_search > div:first-child input {
  width: 100%;
}
.oe_appsearch .oe_appsearch_result {
  position: relative;
}
.oe_appsearch .oe_appsearch_result .oe_appsearch_result_content {
  padding: 75px 0px 0px 0;
}
.oe_appsearch .oe_appsearch_result .oe_appsearch_pagination {
  float: right;
  padding: 15px 0px;
}
.oe_appsearch .oe_appsearch_result .oe_appsearch_pagination ul {
  display: inline;
  list-style-type: none;
  padding-right: 15px;
}
.oe_appsearch .oe_appsearch_result .oe_appsearch_pagination ul li {
  display: inline;
  border: 1px solid #eeeeee;
  margin: 3px;
  padding: 3px;
  font-weight: 400;
  font-size: 0.9em;
}
.oe_appsearch .oe_appsearch_module {
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 330px;
  height: 120px;
}
.oe_appsearch .oe_appsearch_module img {
  width: 60px;
  height: 60px;
  float: left;
}
.oe_appsearch .oe_appsearch_module .oe_appsearch_module_summary {
  margin-left: 80px;
  padding: 0px 20px 10px 0px;
}
.oe_appsearch .oe_appsearch_module .oe_appsearch_module_summary a, .oe_appsearch .oe_appsearch_module .oe_appsearch_module_summary span {
  display: block;
}
.oe_appsearch .oe_appsearch_module .oe_appsearch_module_summary a {
  font-weight: bold;
}

/* --------------------------------- *
 *                DOC                *
 * --------------------------------- */
.oe_documentation {
  /* sphinx specifics */
}
.oe_documentation .oe_doc_sidebar {
  font-size: 16px;
  background: whitesmoke;
}
.oe_documentation .oe_doc_sidebar .sphinxsidebar {
  font-size: 13px;
}
.oe_documentation .oe_doc_sidebar ul {
  padding: 0;
  margin: 0;
}
.oe_documentation .oe_doc_sidebar ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 10px;
}
.oe_documentation .oe_doc_sidebar .related {
  margin-bottom: 10px !important;
}
.oe_documentation .oe_doc_sidebar .related ul {
  margin: 0 auto;
  text-align: center;
  display: table;
}
.oe_documentation .oe_doc_sidebar .related .right {
  float: right;
}
.oe_documentation .oe_doc_sidebar .related li:not(.right) {
  display: none;
}
.oe_documentation .oe_doc_sidebar .oe_doc_switcher {
  display: block;
}
.oe_documentation .oe_doc_sidebar .oe_doc_switcher li {
  display: table;
  margin-bottom: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  margin: 0 5px;
}
.oe_documentation .oe_doc_sidebar .oe_doc_switcher li ul {
  display: block;
}
.oe_documentation .oe_doc_sidebar .oe_doc_switcher li ul li {
  float: left;
  background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
  margin: 3px;
}
.oe_documentation .oe_doc_sidebar .oe_doc_switcher li ul li:hover {
  background: #dadada;
}
.oe_documentation .oe_doc_sidebar #searchbox {
  display: none !important;
}
.oe_documentation .oe_doc_sidebar h3 {
  padding: 5px 0;
  background: #f0f0f0;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.oe_documentation .oe_doc_sidebar h3:first-child {
  margin-top: 0;
}
.oe_documentation .oe_doc_content table.citation {
  border-left: solid 1px gray;
  margin-left: 1px;
}
.oe_documentation .oe_doc_content table.citation td {
  border-bottom: none;
}
.oe_documentation .oe_doc_content table.footnote td, .oe_documentation .oe_doc_content table.footnote th {
  border: 0 !important;
}
.oe_documentation .oe_doc_content table.docutils {
  border: 0;
  border-collapse: collapse;
}
.oe_documentation .oe_doc_content table.docutils td, .oe_documentation .oe_doc_content table.docutils th {
  padding: 1px 8px 1px 5px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #aaaaaa;
}
.oe_documentation .oe_doc_content table.docutils .field-list td, .oe_documentation .oe_doc_content table.docutils .field-list th {
  border: 0 !important;
}
.oe_documentation .oe_doc_content table.docutils th {
  text-align: left;
  padding-right: 5px;
}
.oe_documentation .oe_doc_content h1, .oe_documentation .oe_doc_content h2, .oe_documentation .oe_doc_content h3, .oe_documentation .oe_doc_content h4, .oe_documentation .oe_doc_content h5, .oe_documentation .oe_doc_content h6, .oe_documentation .oe_doc_content strong {
  font-weight: 400;
}
.oe_documentation .oe_doc_content h1 {
  font-size: 24px;
}
.oe_documentation .oe_doc_content h2 {
  font-size: 19px;
}
.oe_documentation .oe_doc_content h3 {
  font-size: 16px;
}
.oe_documentation .oe_doc_content h4, .oe_documentation .oe_doc_content h5, .oe_documentation .oe_doc_content h6 {
  font-size: 13px !important;
}
.oe_documentation .oe_doc_content .headerlink {
  font-size: 10px;
  position: relative;
  top: -5px;
}
.oe_documentation .oe_doc_content pre, .oe_documentation .oe_doc_content .pre {
  font-size: 13px;
  border: 1px solid #999999;
  background: whitesmoke;
  padding: 10px;
}
.oe_documentation .oe_doc_content tt {
  font-size: 13px;
}
.oe_documentation .oe_doc_content em {
  font-size: 13px;
  color: #850d85;
}
.oe_documentation .oe_doc_content .pre {
  padding: 2px;
}
.oe_documentation .oe_doc_content .footnote, .oe_documentation .oe_doc_content .viewcode-link {
  font-size: 11px;
  font-style: italic;
}
.oe_documentation .oe_doc_content a.headerlink {
  visibility: hidden;
}
.oe_documentation .oe_doc_content h1:hover > a.headerlink, .oe_documentation .oe_doc_content h2:hover > a.headerlink, .oe_documentation .oe_doc_content h3:hover > a.headerlink, .oe_documentation .oe_doc_content h4:hover > a.headerlink, .oe_documentation .oe_doc_content h5:hover > a.headerlink, .oe_documentation .oe_doc_content h6:hover > a.headerlink, .oe_documentation .oe_doc_content dt:hover > a.headerlink {
  visibility: visible;
}
.oe_documentation .oe_doc_content .figure img {
  max-width: 100%;
}

