/*
* Synapticon CSS Customization
* Bootstrap Sphinx Theme
*/

/**
 * @license
 * MyFonts Webfont Build ID 3100832, 2015-10-01T03:05:11-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: HelveticaNeueLTPro-Bd by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/helvetica-neue-pro/helvetica-neue-pro-bold/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2008 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * Licensed pageviews: 2,000,000
 *
 * Webfont: HelveticaNeueLTPro-Lt by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/helvetica-neue-pro/helvetica-neue-pro-light/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2008 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * Licensed pageviews: 1,000,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3100832
 *
 * © 2015 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

/*
* =============
*  FONTS
* =============
*/

@import url("https://hello.myfonts.net/count/2f50a0");

@font-face {
  font-family: "HelveticaNeueLTPro-Bd";
  /*font-family: 'HelveticaNeueLTPro';*/
  font-weight: 100;
  src: url("webfonts/2F50A0_0_0.eot");
  src: url("webfonts/2F50A0_0_0.eot?#iefix") format("embedded-opentype"),
    url("webfonts/2F50A0_0_0.woff2") format("woff2"), url("webfonts/2F50A0_0_0.woff") format("woff"),
    url("webfonts/2F50A0_0_0.ttf") format("truetype");
}

@font-face {
  font-family: "HelveticaNeueLTPro-Lt";
  /*font-family: 'HelveticaNeueLTPro';*/
  font-weight: 100;
  src: url("webfonts/2F50A0_1_0.eot");
  src: url("webfonts/2F50A0_1_0.eot?#iefix") format("embedded-opentype"),
    url("webfonts/2F50A0_1_0.woff2") format("woff2"), url("webfonts/2F50A0_1_0.woff") format("woff"),
    url("webfonts/2F50A0_1_0.ttf") format("truetype");
}
/*
* =============
*  GENERAL
* =============
*/
html,
body {
  height: 100%;
  font-family: HelveticaNeueLTPro-Lt, sans-serif;
}

div.container div.row div.col-md-9 {
  margin-bottom: 100px;
  position: relative;
  top: 14px;
  bottom: 40px;
}

p {
  margin: 0 0 12px;
}

a {
  color: #0092cf;
  transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
}

a:focus,
a:hover {
  color: rgba(0, 146, 207, 0.7);
  text-decoration: none;
  transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 9px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  top: 12px;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
h4:hover > a.headerlink,
h5:hover > a.headerlink,
h6:hover > a.headerlink,
dt:hover > a.headerlink {
  visibility: hidden;
}

/* bugfix SVGs not working in PDF */
svg:not(.pdf) {
  width: 100%;
  height: 100%;
}

.borderless td {
  border: none !important;
}

.bordered td {
  border: 1px solid !important;
}

tbody > tr > th {
  border: 1px solid #ddd;
}

.section {
  clear: both;
}

.section h1,
.section h2,
.section h3,
.section h4,
.section .h1,
.section .h2,
.section .h3,
.section .h4 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  font-weight: 700;
  color: #121212;
  padding: 10px 0px;
}

.section h1, .section .h1  {
  font-size: 44px;
  line-height: 56px;
  margin: 10px 0 12px;
  /*  max-width: 90%;*/
}

.section h2, .section .h2 {
  clear: left;
  font-size: 28px;
  line-height: 32px;
  margin: 24px 0 16px;
  border-bottom: solid #e5e5e5 1px;
}

.section h3, .section .h3 {
  font-size: 20px;
  line-height: 32px;
  margin: 16px 0;
}
.highlightAnchor {
  color: #0092cf !important;
  background-color: #e5e5e5 !important;
}
/*fadein and fadeout effects for highlighted elements*/
dt:target {
  background-color: white;
  animation: hilite 2.5s;
}

@keyframes hilite {
  0% {
    background: transparent;
  }
  10% {
    background: #e5e5e5;
  }
  100% {
    background: transparent;
  }
}

.section img:not(.math) {
  margin-bottom: 15px;
}

p.caption {
  display: inline-block;
  margin-left: 25px;
}

.section ol,
.section ul {
  margin-top: 0;
  margin-bottom: 10px;
  margin: 0 0 15px 20px;
  padding: 0;
}

.section li {
  margin: 0 0 12px;
}

.section li li {
  margin: 9px;
  list-style-type: initial;
}

blockquote {
  font-size: 14px;
  border-left: none;
  padding: 0;
  margin: 0;
}

code {
  font-size: 100%;
  border-radius: 0;
  background-color: #f7f7f7;
  padding: 3px 5px;
  color: #060;
  text-decoration: none;
}

pre {
  display: block;
  font-size: 13px;
  line-height: 1.42857143;
  color: #063c62;
  word-break: break-all;
  word-wrap: break-word;
  margin: 0 0 1em 0;
  padding: 1em;
  overflow: auto;
  border: solid 1px #ddd;
  background: #f7f7f7;
  border-radius: 0;
}

/* TIP/NOTE/DANGER AND SO BOXES */
.admonition.smaller {
  width: 320px;
}

/* this is the DANGER admonition */

div.admonition {
  padding: 15px 20px;
  margin: 20px 0;
  border: 1px solid #FF0000;
  border-left-width: 5px;
  background-image: none;
  background-color: white;
  border-radius: 0;
  color: #464646;
}

div.admonition p:last-child {
  margin-bottom: 0;
}

.usecase.admonition {
  border-left-color: rgb(88, 126, 285);
  border-color: rgb(88, 126, 285);
}
.usecase.admonition .admonition-title {
  color: rgb(88, 126, 285);
}

.admonition.note {
  border-left-color: rgb(88, 117, 128);
  border-color: rgb(88, 117, 128);
}

.admonition.note .admonition-title {
  color: rgb(88, 117, 128);
}

.admonition.tip {
  border-left-color: rgb(90, 155, 179);
}

.admonition.tip .admonition-title {
  color: rgb(90, 155, 179);
}

.admonition.example {
    border-left-color: #228B22;
  border-left-color: #228B22;
}

.admonition.example .admonition-title {
  color: #228B22;
}

.admonition.important {
  border-left-color: #ff8300;
  border-color: #ff8300;
}

.admonition.important .admonition-title {
  color: #ff8300;
}

.admonition.seealso {
  border-left-color: #20aa76;
}

.admonition.seealso .admonition-title {
  color: #20aa76;
}

.admonition {
  border-left-color: #FF0000;
}

.admonition .admonition-title {
  color: #FF0000;
}

.admonition.attention {
  border-left-color: rgb(218, 58, 0);
  border-color: rgb(218, 58, 0);
}

.admonition.attention .admonition-title {
  color: rgb(218, 58, 0);
}

.section .table,
.section table {
  margin-right: 5%;
  text-align: left;
  margin: 0 0 20px 0;
}

.section table tr td {
  border: solid 1px #ddd;
}

.section table.docutils > tbody > tr > td,
.section table.docutils > tbody > tr > th,
.section table.docutils > tfoot > tr > td,
.section table.docutils > tfoot > tr > th,
.section table.docutils > thead > tr > td,
.section table.docutils > thead > tr > th, 
.section table > tbody > tr > td,
.section table > tbody > tr > th,
.section table > tfoot > tr > td,
.section table > tfoot > tr > th,
.section table > thead > tr > td,
.section table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.section table tr.row-odd td {
  background-color: rgba(247, 247, 247, 0.32);
}

.table > thead > tr > th,
table > thead > tr > th {
  vertical-align: bottom;
  background-color: #434343;
  color: white;
  border-bottom-color: #434343;
  border-color: #434343;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
}
table tr td table tr td,
table tr td table tr th{
  padding: 8px;
}
.widtch30percent {
  width: 30%;
}
.widtch40percent {
  width: 40%;
}
.widtch50percent {
  width: 50%;
}
.widtch60percent {
  width: 60%;
}
.widtch70percent {
  width: 70%;
}
.widtch74percent {
  width: 74%;
}
.widtch75percent {
  width: 75%;
}
.widtch80percent {
  width: 80%;
}
.widtch90percent {
  width: 90%;
}
.spec-table {
  margin-left: 15px;
}

.options-cell table tr td {
  border: none;
  padding: none;
}

tr:empty {
  border-left: none;
  border-right: none;
  height: 10px;
}

tr.object a {
  background-color: white;
  color: #e0004d !important;
  font-family: HelveticaNeueLTPro-Bd;
}

.object td.empty-cell + td {
  border-left: none;
}

.object td.empty-cell {
  border-right: none;
}

table.footnote td.label {
  color: rgb(0, 132, 155);
}

table.footnote td em {
  display: none;
}

/*
*  Footlinks
* ===============
*/

.section table.table.footnote a.fn-backref,
.section table.table.footnote td.label,
.section a.footnote-reference {
  color: #333;
  font-weight: normal;
}
dl.footnote span.fn-backref {
  display: none;
}
dl.footnote.brackets .label > .brackets, 
dl.footnote.brackets .label .fn-backref {
  color: #333 !important;
}
dl.footnote.brackets .label > span.brackets:not(:only-child)::before {
  content: "[";
}
dl.footnote.brackets .label > span.brackets:not(:only-child)::after {
  content: "]";
}

/*
*  SEARCH PAGE
* ===============
*/
ul.search {
  margin: 0;
}

ul.search li div.context {
  margin-left: 0;
  color: #333;
}

.highlighted {
  background: none;
}

.search .highlighted {
  color: #696666;
  font-family: HelveticaNeueLTPro-Bd;
  background: none;
}

ul.search li {
  background-image: none;
  margin: 5px 0 30px 0;
  padding: 10px 0 0px;
  list-style-type: none;
}

ul.search li:not(:first-child) {
  background-image: none;
  margin: 5px 0 30px 0;
  padding: 10px 0 0px;
  list-style-type: none;
  border-top: 1px solid #e5e5e5;
}

ul.search li a {
  text-decoration: underline;
  font-weight: normal;
  display: block;
  font-size: 16px;
}

.search-result-breadcrumb {
  padding: 0;
  display: contents;
}
.search-result-breadcrumb li,
.search-result-breadcrumb li a {
  font-size: 13px !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  text-decoration: none !important;
}
.search-result-breadcrumb li:after {
  color: #ccc;
  content: "/\00a0";
  margin-left: 5px;
  margin-right: 2px;
}
.search-result-breadcrumb li:last-child:after {
  content: "";
}

.search-result-breadcrumb .breadcrumb-aside{
  display: none !important;
}
/*
*  STICKY FOOTER
* ===============
*/
.footer_custom div.homepage,
.footer_custom div.docs {
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgb(240, 240, 240);
  clear: both;
  color: rgb(153, 153, 153);
  font-size: 12px;
  margin-top: 60px;
  padding-bottom: 20px;
  position: relative;
}

footer.footer_custom {
  position: relative;
  bottom: 40px;
}

.footer_custom div.homepage {
  margin-top: 0px;
}

.footer_custom div.docs {
  float: right;
}

.wrapper.container {
  min-height: 100%;
  height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
  height: 100%;
  margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
}

.footer,
.push {
  height: 155px; /* .push must be the same height as .footer */
}

/*
*  INLINE HTML IN RST FILES
* ==========================
*/

/*
* =========================
*  DOCUMENTATION HOMEPAGE
* =========================
*/

/* homepage_col-md-3 section boxes */
.row.container div.box.homepage_col-md-3 {
  height: 100px;
  margin: 50px 0;
}

.container .container {
  width: inherit;
}

.homepage h1 {
  display: none;
}

span.new-line {
  display: block;
}

.rowcontainer {
  padding: 0px;
  margin: 0;
}

.homepage .row.first .col-md-6.container {
  margin-top: 38px !important;
  padding-left: 0;
}

.row .col-md-6.container p.documentation-title {
  color: #444;
  font-size: 44px;
  width: 380px;
  font-family: HelveticaNeueLTPro-bd, sans-serif;
}

.row .col-md-6.container p.documentation-title:after {
  background: transparent
    url(https://s3-eu-west-1.amazonaws.com/synapticon-resources/images/documentation/icons/h1-pink.gif) no-repeat scroll
    50% 50%;
  content: " ";
  width: 32px;
  height: 4px;
  display: inline-block;
  margin-left: 15px;
}

.container .container.col-md-6 ul {
  font-size: 20px;
}

.row .col-md-6.container li {
  line-height: 34px;
}

.row .col-md-6.container p {
  font-size: 25px;
  color: rgb(179, 179, 179);
  font-weight: 700;
}

.row .col-md-6.container .figure {
  padding-top: 121px;
}

.row.container div.box {
  position: relative;
  left: -15px;
}

.container div.box a.box-section {
  height: 100px;
  /* width: 100%; */
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
  display: block;
  position: relative;
}

div.box .box-section div.box-bg {
  bottom: 131px;
  vertical-align: top;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  position: absolute;
  display: block;
}

div.box .box-section div.box-bg:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

div.box a.box-section:hover div.box-bg:after {
  opacity: 0;
}

div.box a.box-section .box-info {
  position: absolute;
  box-sizing: border-box;
  right: 0;
  bottom: 0;
  background: #fefefe;
  height: 100%;
  left: 109px;
  padding: 6px 12px;
  overflow: hidden;
}

div.box a.box-section .box-info .title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
  top: 29px;
}

/*
* ===================
*  HARDWARE HOMEPAGE
* ===================
*/

.section .picture-c-3 {
  float: left;
  width: 250px;
  margin: 20px 15px 20px 0px;
  position: relative;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
  height: 300px;
}

.section .picture-c-3:hover {
  opacity: 0.9;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.picture-c-3.figure img {
  margin-bottom: 0px;
  width: 100%;
  display: block;
  margin: auto;
}

.boxed-caption p {
  margin-bottom: 2px;
}

.boxed-caption p.description:before {
  content: "\02026";
  height: 17px;
  padding-bottom: 4px;
  box-sizing: content-box;
  float: right;
  position: relative;
  top: 38px;
  width: 4em;
  margin-left: -4em;
  padding-right: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(white),
    color-stop(65%, white)
  );
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 65%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 65%, white);
  font-style: normal;
  color: #aaa;
  font-size: 13px;
  text-align: right;
}

.boxed-caption span {
  font-style: normal;
  display: table;
  margin-left: 10px;
}

.boxed-caption p.title span {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}

.boxed-caption p.subtitle span {
  font-size: 13px;
  font-weight: 700;
  color: #808080;
}

.boxed-caption p.subtitle span {
  font-size: 13px;
  font-weight: 700;
  color: #808080;
}

.boxed-caption p.description {
  height: 56px;
  overflow: hidden;
  font-size: 13px;
  bottom: 5px;
  color: #999999;
}

/*
* ======================
*  SPHINX CUSTOMIZATION
* ======================
*/

/* TOP NAVBAR
====================*/

.menu-item {
  cursor: pointer;
}
#menu-main-navigation > li.menu-item > a {
  color: rgb(51, 51, 51) !important;
}

/* LEFT SIDE MENU
====================*/
@media only screen and (max-width: 991px) {
  #sidebar {
    display: none;
  }
}

#sidebar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#sidebar .toctree {
  background: white;
}

#sidebar li {
  list-style-type: none;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  margin: 0 0 1px;
  padding: 0 30px 0 0;
  width: 250px;
}

/* #sidebar li.toctree-l1:not(.current) {
  display: none !important;
} */

li.toctree-l1.current {
  list-style: none !important;
}

#sidebar.affix {
  margin-top: 0;
}

#hide-navigation-menu {
  display: none;
}

.bs-sidenav {
  padding-top: 0;
  background-color: white;
}

.bs-sidenav.affix,
.bs-sidenav.affix-top {
  background: none;
  height: 800px;
  overflow: visible !important;
  border-radius: 0;
  margin-top: 30px;
}

.bs-sidenav li ul {
  display: none;
}

.bs-sidenav li a {
  display: block;
  padding: 13px 0 12px 10px;
}

.bs-sidenav li.toctree-l1 > a {
  text-transform: uppercase;
}

.bs-sidenav ul > li > a {
  display: block;
  color: #444444;
  padding: 13px 0 13px 10px;
}

.bs-sidenav ul ul > li > a {
  color: #404040;
  position: relative;
  background: white;
  padding: 13px 0 13px 10px;
  font-size: 100%;
}

.bs-sidenav ul ul ul > li > a {
  display: block;
  background: white;
  padding: 13px 5px 13px 30px;
  font-size: 100%;
}

.bs-sidenav ul ul ul ul > li > a {
  font-size: 90%;
  display: block;
  background: white;
  padding: 8px 0 8px 42px;
  border-top: none;
  border-bottom: none;
}

.bs-sidenav ul ul ul ul ul > li > a {
  padding: 8px 40px 8px 55px;
}

.bs-sidenav ul ul ul ul ul ul > li > a {
  padding: 8px 40px 8px 65px;
}

.bs-sidenav ul > li > a.open,
.bs-sidenav ul ul > li > a.open {
  background-color: white;
}

.bs-sidenav ul li a span.toctree-expand,
.bs-sidenav ul li > a span.toctree-expand {
  float: right;
  padding: 0 0px 0 36px;
  font-size: 14px;
  cursor: default;
}

.bs-sidenav li span.toctree-expand {
  display: block;
  font-weight: 700;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 6px;
  right: 8px;
}

span.toctree-expand {
  margin-right: 6px;
  content: "";
  background: transparent
    url(https://s3-eu-west-1.amazonaws.com/synapticon-resources/images/documentation/icons/arrow_down.svg) no-repeat
    scroll 50% 50%;
  width: 25px;
  height: 25px;
  display: block;
}

span.toctree-expand.open,
.iconCollapsedSidebar.hide {
  background: transparent
    url(https://s3-eu-west-1.amazonaws.com/synapticon-resources/images/documentation/icons/arrow_up.svg) no-repeat
    scroll 50% 50%;
}

.iconCollapsedSidebar {
  float: left;
  width: 40px;
  height: 40px;
  background: transparent
    url(https://s3-eu-west-1.amazonaws.com/synapticon-resources/images/documentation/icons/arrow_down.svg) no-repeat
    scroll 50% 50%;
  position: relative;
  bottom: 10px;
}

.iconCollapsedSidebar.hide {
  display: block !important;
}

#sidebar.open,
#sidebar.open .jspContainer {
  width: 100% !important;
}

.bs-sidenav .toctree-l1 > a {
  color: #e51b41 !important;
  font-family: HelveticaNeueLTPro-Bd;
  position: relative;
  background: white;
  border: none;
  font-size: 14px;
}

.bs-sidenav ul > li > a:hover,
.bs-sidenav ul > li > a:focus {
  border-right: none;
}

.bs-sidenav ul > li.toctree-l1 > a:hover,
.bs-sidenav ul > li.toctree-l1 > a:focus {
  background-color: white;
}

.bs-sidenav li.current > a span.toctree-expand {
  color: #333;
}

.bs-sidenav li.toctree-l2.current > a,
.bs-sidenav li.toctree-l3.current > a,
.bs-sidenav li.toctree-l4.current > a,
.bs-sidenav li.toctree-l5.current > a,
.bs-sidenav li.toctree-l6.current > a {
  background: white;
  font-family: HelveticaNeueLTPro-Bd;
  color: rgb(229, 26, 64);
}

.bs-sidenav li.toctree-l2 a:hover span.toctree-expand {
  color: gray;
}

.bs-sidenav li.toctree-l2 span.toctree-expand {
  color: #a3a3a3;
}

.bs-sidenav li.toctree-l3 {
  font-size: 0.9em;
}

.bs-sidenav li ul {
  margin-bottom: 0;
  display: none;
  width: 100% !important;
}

/* SOFTWARE SPECIFIC */
/* .bs-sidenav .toctree-l1.software .toctree-l2 > ul,
.bs-sidenav .toctree-l1.hardware .toctree-l2 > ul {
  display: block;
} */

/*CUSTOM SCROLLABLE BAR*/
/*
#sidebar .jspVerticalBar {
  width: 5px;
  height: 100%;
}

#sidebar .jspVerticalBar {
  width: 5px;
  background: rgba(255, 0, 0, 0);
}

#sidebar .jspTrack {
  background: #E5E5E5;
}

#sidebar .jspDrag {
  background: rgba(70, 70, 70, 0.74);
}

#sidebar .jspDrag:hover,
#sidebar .jspDrag:active {
  background: rgba(70, 70, 70, 1);
}
*/

/*
* ======================
*  IN THIS DOCUMENT BOX
* ======================
*/
div.topic {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  float: right;
  line-height: 16px;
  padding: 16px 13px 0 13px;
  width: 300px;
  clear: right;
  margin: 0 0px 0 30px;
}

div.topic > ul {
  margin-left: 10px;
}

div.topic li,
div.topic li li {
  list-style: none;
}

div.topic li:before {
  content: "-";
  font-weight: bold;
  text-indent: -9999px;
  position: relative;
  left: -10px;
}

div.topic p.topic-title.first {
  font-size: 16px;
}

/*
* ======================
*  DOXYGEN
* ======================
*/

dl.function,
dl.type {
  border: 1px solid rgb(229, 229, 229);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 10px 20px 0 20px;
  display: table;
  width: 100%;
}
.macro dt,
.member dt {
  display: table-cell;
  height: 32px !important;
}

dl.function > dt,
dl.type > dt {
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(229, 229, 229);
  padding: 10px 0;
}

dl.member {
  margin: 0 0 6px 7px;
  padding: 0;
}

dl.member:before {
  display: block;
  content: "\2022";
  border-radius: 17px;
  float: left;
  font-size: 11px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.member p {
  display: inline;
}

/*multireturn*/
dl.function table.field-list.table {
  margin-bottom: 0;
}

.function table > tbody > tr > td,
.function table > tbody > tr > th,
.function table > tfoot > tr > td,
.function table > tfoot > tr > th,
.function table > thead > tr > td,
.function table > thead > tr > th {
  display: block;
  padding-left: 0;
}

ul.breatheparameterlist.first.last p {
  display: inline;
}

.section .function table {
  width: 100%;
}

/* constants */
dl.macro > dd,
dl.member > dd {
  margin-left: 1px;
  display: table-cell;
  margin-top: 0;
}

/*HARDWARE SPECIFIC*/
/*div#general-specifications,
div#absolute-maximum-ratings {
  float: left;
 /* width: 45%; */
/* clear: none; */
/* margin-right: 3%; */
/* } */

/* div#general-specifications table,
div#absolute-maximum-ratings table{
  width: 100%
} */

/*div#general-specifications p {
  font-size: 11px;
  opacity: 0.7;
  line-height: 12px;
} */

.admonition img {
  margin-bottom: 0 !important;
}

/*
*  SELFMADE SPHINX CLASSES
*  ========================
*
* style with:
* .something
*
* call with:
* .. cssclass:: something
*/

.collapsible {
  background-color: white;
  color: #e0004d;
  font-family: HelveticaNeueLTPro-Bd;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* the tab selector sphinx directive */
.sncn-tab-selection {
  display: block;
  margin: 1em 0;
  padding: 0;
}

.sncn-tab {
  display: inline-block;
  padding: 0.7em 0.8em 0.4em 0.8em;
  color: black;
  background-color: inherit;
  font-size: 16px;
  cursor: pointer;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.sncn-tab:hover {
  background-color: #004f5d;
  color: white;
}

.sncn-tab.active {
  cursor: default;
  color: white;
  background-color: #004f5d;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.sncn-tab-content {
  display: none;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 1em 0;
  margin-top: -1px;
}

ul li p {
  display: inline;
  margin-bottom: 0;
}

/* PDF clone */
.sncn-tab-pdf-clone {
  display: none;
}

/* buttons */

.docu-step a {
  background-color: #ff8300;
  color: #ffffff;
  font-family: HelveticaNeueLTPro-Bd;
  padding: 10px;
  margin-top: 10px;
  display: inline;
  width: fit-content;
  line-height: 45px;
}

p.docu-step {
  display: inline;
}

/* the icon before the element currently clashes with line-height */

p.docu-step a:before {
  content: "";
  background: transparent
    url(https://s3-eu-west-1.amazonaws.com/synapticon-resources/images/documentation/icons/link-button.svg) no-repeat
    scroll 50% 50%;
  width: 20px;
  height: 21px;
  margin-top: 10px;
  position: absolute;
}

.docu-step a:hover {
  background-color: #e0004d;
  color: white;
  text-decoration: none;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}

.docu-step span {
  padding-left: 32px;
}

.step-no-desc a {
  background-color: #ff8300;
  color: #ffffff;
  font-family: HelveticaNeueLTPro-Bd;
  padding: 10px;
  margin-top: 10px;

  width: fit-content;
  line-height: 45px;
}

/* the icon before the element currently clashes with line-height */

p.step-no-desc a:before {
  content: "";
  background: transparent
    url(https://s3-eu-west-1.amazonaws.com/synapticon-resources/images/documentation/icons/link-button.svg) no-repeat
    scroll 50% 50%;
  width: 20px;
  height: 21px;
  margin-top: 10px;
  position: absolute;
}

.step-no-desc a:hover {
  background-color: #e0004d;
  color: white;
  text-decoration: none;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}

.step-no-desc span {
  padding-left: 32px;
}

.object-link a {
  background-color: #ffffff;
  color: #e0004d;
  font-family: HelveticaNeueLTPro-Bd;
  font-size: 17px;
  padding: 10px;
  margin-top: 10px;
  display: inline;
  width: fit-content;
  line-height: 45px;
  /*    border-color: #E0004D;
    border-style: solid;
    border-width: thin;
 Removing Border   */
}

/* the icon before the element currently clashes with line-height */

p.object-link a:before {
  content: "";
  background: transparent
    url(https://s3-eu-west-1.amazonaws.com/synapticon-resources/images/documentation/icons/file-icon.svg) no-repeat
    scroll 50% 50%;
  width: 20px;
  height: 21px;
  margin-top: 10px;
  position: absolute;
}

p.object-link a:hover:before {
  background: transparent
    url(https://s3-eu-west-1.amazonaws.com/synapticon-resources/images/documentation/icons/file-icon-white.svg)
    no-repeat scroll 50% 50%;
}

.object-link a:hover {
  background-color: rgba(224, 0, 77, 1);
  color: white;
  text-decoration: none;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}

.object-link span {
  padding-left: 32px;
}

p.object-link {
  display: inline;
}

p.object-descr {
  display: inline;
}

p.object-descr:after {
  content: "\A";
  white-space: pre;
}

p.high-lite {
  display: inline;
  color: #727272;
  font-family: HelveticaNeueLTPro-Bd;
  font-size: 17px;
  line-height: 45px;
}

p.emphasize {
  padding: 5px;
  margin: 10px;
  border: solid;
  border-width: 1px;
  border-color: red;
}

.downloadable-button span {
  padding-left: 32px;
}

.downloadable-button a {
  background-color: #0092cf;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
  padding: 6px 12px 6px 36px;
  text-transform: uppercase;
  color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}

p.downloadable-button a:before {
  content: "";
  background: transparent
    url(https://s3-eu-west-1.amazonaws.com/synapticon-resources/images/documentation/icons/donwload_icon.svg) no-repeat
    scroll 50% 50%;
  width: 20px;
  height: 21px;
  position: absolute;
  left: 23px;
}

.downloadable-button a:hover {
  background-color: rgba(0, 146, 207, 0.9);
  color: white;
  text-decoration: none;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}

/*github button*/
.downloadable-button.github a {
  background-color: rgb(220, 128, 37);
}

p.downloadable-button.github a:before {
  background: transparent
    url(https://s3-eu-west-1.amazonaws.com/synapticon-resources/images/documentation/icons/github-circled.svg) no-repeat
    scroll 50% 50%;
}

.downloadable-button.github a:hover {
  background-color: rgba(220, 128, 37, 0.9);
}

/*github ext link*/
.github a {
  color: rgb(220, 128, 37);
  transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
}

.github a:before {
  content: "";
  background: transparent
    url(https://s3-eu-west-1.amazonaws.com/synapticon-resources/images/documentation/icons/external-link.svg) no-repeat
    scroll 50% 50%;
  width: 20px;
  height: 19px;
  position: absolute;
}

.github a:hover {
  color: rgba(220, 128, 37, 0.9);
  transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
}

.github span {
  padding-left: 27px;
}

/*revision number*/
.revision {
  display: inline;
  margin-bottom: 15px;
}
.revision.current,
.revision:not(.current) a {
  background-color: #00849b;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  padding: 6px 12px;
  color: white;
  margin-right: 6px;
  opacity: 0.4;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
  margin-top: -10px;
}

.revision a {
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  color: white;
}
.revision.current {
  opacity: 1;
  font-weight: bold;
}

.revision:not(.current) a:hover {
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}

/* math */

.math-box-wrapper {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.math-box.math p {
  margin: 0 auto;
  text-align: center;
}

.math-box.math p img {
  margin: 1em 0em;
  position: relative;
  text-indent: 0;
  max-height: none;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
}

/* FEEDBACK BUTTON */
.feedbackbtn {
  background-color: #e0004d;
  color: white;
  padding: 10px 20px;
  border-color: #e0004d;
  cursor: pointer;
}

#feedbackbutton {
  position: fixed;
  bottom: -4px;
  right: 10px;
  z-index: 10;
}

/* download PDF button */
#download_pdf_button {
  position: fixed;
  bottom: -4px;
  right: 125px;
  z-index: 10;
}

#scrollToTopButton {
  background-color: #a9a9a9;
  color: white;
  padding: 10px 20px;
  border-color: #a9a9a9;
  cursor: pointer;
  right: 293px;
  position: fixed;
  bottom: -4px;
  z-index: 10;
  width: 70px;
  height: 49px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

body:not(.withpdf) #scrollToTopButton {
  right: 125px;
}

#scrollToTopButton svg {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.pdfbtn {
  background-color: #00849b;
  color: white;
  padding: 10px 20px;
  border-color: #00849b;
  cursor: pointer;
}

.feedbackbtn:focus,
#scrollToTopButton:focus,
.pdfbtn:focus {
  outline: none;
}

/* downloads page */

.full_documentation.download_item {
  margin-bottom: 10px;
}

.download_item a {
  margin-left: 10px;
}
