@import "https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900";
@import "https://use.fontawesome.com/releases/v5.8.1/css/all.css";

/*
*  CSS TABLE OF CONTENTS
*
*  0.0 - COLORS
*  1.0 - LEGACY LAYOUT
*  2.0 - HTML
*  3.0 - LAYOUT
*  4.0 - TYPOGRAPHY
*/


/***
  0.0 COLORS:
  This comment listing the brand colors palette is only a guide, there aren't CSS variables.
  We will use this guide only for coherence purposes.

    navy-dark: #0F1B39;
    navy: #172A51;
    blue: #155EFF;
    blue-light: #417BFB;
    blue-dark: #0A43B9;
    blue-darker: #0A3A9C;
    sky: #B7D6FF;
    sky-light: #D4E4FA;
    sky-lighter: #DAEAFF;
    sky-dark: #95C2FD;
    sky-darker: #7FABE6;
    snow: #EFF6FF;
    orange: #FF4300;
    orange-light: #FF6345;
    orange-dark: #E03A00;
    pumpkin: #FF9A00;
    green-light: #87FFCE;
    green: #50DAA2;
    green-dark: #2DB47D;

***/

/***
1.0 - LEGACY LAYOUT
***/

/* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
/* Uncomment @import statement below to use as custom stylesheet */

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block
}

script {
  display: none !important
}

img {
  border: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.stretch {
  width: 100%
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
#toctitle,
.sidebarblock>.content>.title,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr
}

#header,
#content,
#footnotes,
#footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  position: relative;
  padding-left: .9375em;
  padding-right: .9375em
}

#header::before,
#header::after,
#content::before,
#content::after,
#footnotes::before,
#footnotes::after,
#footer::before,
#footer::after {
  content: " ";
  display: table
}

#header::after,
#content::after,
#footnotes::after,
#footer::after {
  clear: both
}

#content {
  margin-top: 1.25em
}

#content::before {
  content: none
}

.print-only {
  display: none !important
}


/***
  2.0 - HTML
***/

html,
body {
  background: white;
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 400;
  font-style: normal;
  position: relative;
  cursor: auto;
  tab-size: 4;
  -moz-tab-size: 4;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

html {
  font-family: "Lato", "Helvetica Neue", "Arial", sans-serif;
  line-height: 1.6;
  color: #0F1B39;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

img{
  max-width: 100%;
}

hr {
  border: solid #D4E4FA;
  border-width: 1px 0 0;
  clear: both;
  margin: 0;
  height: 0
}

table{
  border-spacing: 0;
  margin: 2em 0;
}

table.tableblock,
th.tableblock,
td.tableblock {
  border: 0 solid #DAEAFF
}
table.grid-all>thead>tr>.tableblock,
table.grid-all>tbody>tr>.tableblock {
  border-width: 0 1px 1px 0
}

table.grid-all>tfoot>tr>.tableblock {
  border-width: 1px 1px 0 0
}

table.grid-cols>*>tr>.tableblock {
  border-width: 0 1px 0 0
}

table.grid-rows>thead>tr>.tableblock,
table.grid-rows>tbody>tr>.tableblock {
  border-width: 0 0 1px
}

table.grid-rows>tfoot>tr>.tableblock {
  border-width: 1px 0 0
}

table.grid-all>*>tr>.tableblock:last-child,
table.grid-cols>*>tr>.tableblock:last-child {
  border-right-width: 0
}

table.grid-all>tbody>tr:last-child>.tableblock,
table.grid-all>thead:last-child>tr>.tableblock,
table.grid-rows>tbody>tr:last-child>.tableblock,
table.grid-rows>thead:last-child>tr>.tableblock {
  border-bottom-width: 0
}

table.frame-all {
  border-width: 1px
}

table.frame-sides {
  border-width: 0 1px
}

table.frame-topbot,
table.frame-ends {
  border-width: 1px 0
}

table.stripes-all tr,
table.stripes-odd tr:nth-of-type(odd) {
  background: #f8f8f7;
}

table.stripes-none tr,
table.stripes-odd tr:nth-of-type(even) {
  background: none
}

th{
  padding: .5rem 1rem;
}

td{
  padding: 0rem 1rem;
}

th.halign-left,
td.halign-left {
  text-align: left
}

th.halign-right,
td.halign-right {
  text-align: right
}

th.halign-center,
td.halign-center {
  text-align: center
}

th.valign-top,
td.valign-top {
  vertical-align: top
}

th.valign-bottom,
td.valign-bottom {
  vertical-align: bottom
}

th.valign-middle,
td.valign-middle {
  vertical-align: middle
}

table thead {
  background: #EFF6FF;
}

table thead th,
table tfoot th {
  font-weight: 900;
}

tbody tr th {
  display: table-cell;
  background: #f7f8f7
}

tbody tr th,
tbody tr th p,
tfoot tr th,
tfoot tr th p {
  color: rgba(0, 0, 0, .8);
  font-weight: bold
}

p.tableblock>code:only-child {
  background: none;
  padding: 0
}

p.tableblock {
  font-size: 1em
}

/***
  3.0 - LAYOUT
***/

#header,
#content,
#footnotes,
#footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 55em;
  position: relative;
  padding-left: .9375em;
  padding-right: .9375em
}

#header::before,
#header::after,
#content::before,
#content::after,
#footnotes::before,
#footnotes::after,
#footer::before,
#footer::after {
  content: " ";
  display: table
}

#header::after,
#content::after,
#footnotes::after,
#footer::after {
  clear: both
}

#header{
  font-size-: 40px;
  padding-top: 1.6rem;
  padding-bottom: 2rem;
  border-top: 12px solid #155EFF;
  border-bottom: 2px solid #155EFF;
}

#content {
  margin-top: 1.25em
}

#content::before {
  content: none
}

#footer {
  background: #155EFF;
  padding-top: 1em;
  padding-bottom: 2em;
}
#footer-text {
  color: white;
  font-size: .9em;
  line-height: 1.3em;
}

p .image{
  display: inline-block;
  vertical-align: middle;
  margin-right: .3rem;
}

/* TOC (TABLE OF CONTENTS) */
#toc {
  padding-bottom: .5em;
  background-color: white;
}

#toc>ul {
  margin-left: .125em
}

#toc ul.sectlevel0>li>a {
  font-style: italic
}

#toc ul.sectlevel0 ul.sectlevel1 {
  margin: .5em 0
}

#toc ul {
  list-style-type: none
}

#toc li {
  padding: 0.25rem 0;
}

#toc a {
  color: #172A51;
  text-decoration: none
}

#toc a:hover {
  color: #155EFF;
}

#toc a:active {

  text-decoration: underline
}

#toctitle {
  font-size: 1.2em;
  background: #B7D6FF;
  display: flex;
  height: 66px;
  align-items: center;
}
#toctitle:before {
  content: "";
  display: block;
  height: 100%;
  width: 66px;
  background-color: #155EFF;
  background-image: url(../images/icons/icon-logo-plastic-negative.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1rem;
}

.sectlevel1 {
  margin: 0;
  padding: .8rem;
}

.olist {
  margin: 0;
}

.sectlevel1 > li,
.sectlevel1 > li > ul > li,
.olist > li,
.olist > li > ol > li{
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 1rem;
}

.sectlevel1 > li > ul > li,
.olist > li > ol > li{
  font-weight: 700;
  font-size: .9rem;
}

.sectlevel1 > li > ul > li > ul > li,
.olist > li > ol > li > ol > li{
  font-weight: 400;
}

@media screen and (min-width:768px) {

  #header,
  #content,
  #footnotes,
  #footer  {
    width: 100%;
    max-width: 59em;
  }
  #toctitle {
    font-size: 1.375em
  }

  body.toc2 {
    padding-left: 17em;
    padding-right: 2.2em
  }

  #toc.toc2 {
    margin-top: 0 !important;
    position: fixed;
    width: 250px;
    left: 0;
    top: 0;
    z-index: 1000;
    height: 100%;
    background: #EFF6FF;
    line-height: 1.3;
    overflow: auto
  }

  #toc.toc2 #toctitle {
    margin: 0;
    line-height: 1.1em;
    font-size: 1.1em
  }

  #toc.toc2>ul {
    font-size: .9em;
    margin-bottom: 0
  }

  #toc.toc2 ul ul {
    margin-left: 0;
    padding-left: 1em
  }

  #toc.toc2 ul.sectlevel0 ul.sectlevel1 {
    padding-left: 0;
    margin-top: .5em;
    margin-bottom: .5em
  }

  body.toc2.toc-right {
    padding-left: 0;
    padding-right: 15em
  }

  body.toc2.toc-right #toc.toc2 {
    border-right-width: 0;
    left: auto;
    right: 0
  }
}

@media screen and (min-width:1280px) {

  #header,
  #content,
  #footnotes,
  #footer  {
    width: 100%;
  }

  body.toc2 {
    padding-left: 18em;
    padding-right: 0
  }

  #toc.toc2 {
    width: 300px;
  }

  #toc.toc2 #toctitle {
    font-size: 1.375em
  }

  #toc.toc2>ul {
    font-size: .95em
  }

  #toc.toc2 ul ul {
    padding-left: 1.25em
  }

  body.toc2.toc-right {
    padding-left: 0;
    padding-right: 20em
  }
}

#content {
  margin-bottom: .625em
}

#content #toc {
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f8f8f7;
}

#content #toc>:first-child {
  margin-top: 0
}

#content #toc>:last-child {
  margin-bottom: 0
}

@media screen and (min-width:768px) {
  #content {
    margin-bottom: 1.25em
  }

  .sect1 {
    padding-bottom: 1.25em
  }
}

.sect1 {
  padding-bottom: .625em
}

.sect1:last-child {
  padding-bottom: 0
}

.sect1+.sect1 {
}

.details{
  display: flex;
  margin-top: 1rem;
}

.details #author,
.details #revnumber,
.details #revdate{
  padding: 0;
  line-height: 1;
  color: #172A51;
  opacity: .7;
  text-transform: capitalize
}

.details #author{
  padding-right: 1rem;
  border-right: 1px solid grey;
}
.details #revnumber{
  padding-left: 1rem;
  padding-right: .5rem;
}

.admonitionblock td.icon [class^="fa icon-"] {
  font-size: 2.5em;
  background: white;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: default
}

.admonitionblock td.icon .icon-note::before {
  content: "\f05a";
  color: #155EFF
}

.admonitionblock td.icon .icon-tip {
  box-shadow: 0 0 0 3px #155EFF;
  width: 34px;
  height: 34px;
}

.admonitionblock td.icon .icon-tip::before {
  content: "\f0eb";
  font-size: .72em;
  color: #155EFF;
}

.admonitionblock td.icon .icon-warning {
  box-shadow: 0 0 0 3px #FF9A00;
  width: 34px;
  height: 34px;
}

.admonitionblock td.icon .icon-warning::before {
  content: "\f071";
  font-size: .55em;
  margin-top: -.1em;
  color: #FF9A00
}

.admonitionblock td.icon .icon-caution::before {
  content: "\f06d";
  color: #FF6345
}

.admonitionblock td.icon .icon-important::before {
  content: "\f06a";
  color: #FF4300
}


/***
  4.0 - TYPOGRAPHY
***/

h1,
h2,
h3,
#toctitle,
.sidebarblock>.content>.title,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
}

h1{
  font-size: 2.5rem;
  line-height: 1.3em;
  margin: 0;
}

h2{
  font-size: 1.75rem;
  line-height: 1.5em;
  margin: 0;
  margin-top: 3rem;
  margin-bottom: .4rem;
  padding: 0;
  font-weight: 900;
}

h3{
  font-size: 1.5rem;
  line-height: 1.6em;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: -0.5rem;
}

h4{
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 1.7rem;
  margin-bottom: -0.75rem;
}

p{
  margin: 0.8rem 0;
}

p strong{
  font-weight: 700;
}

#content h1>a.anchor,
h2>a.anchor,
h3>a.anchor,
#toctitle>a.anchor,
.sidebarblock>.content>.title>a.anchor,
h4>a.anchor,
h5>a.anchor,
h6>a.anchor {
  position: absolute;
  z-index: 1001;
  width: 1.5em;
  margin-left: -1.5em;
  display: block;
  text-decoration: none;
  text-align: center;
  transition: all .5s ease-in;
  color: #155EFF;
  opacity: 0;
}

#content h1>a.anchor::before,
h2>a.anchor::before,
h3>a.anchor::before,
#toctitle>a.anchor::before,
.sidebarblock>.content>.title>a.anchor::before,
h4>a.anchor::before,
h5>a.anchor::before,
h6>a.anchor::before {
  font-size: .7em;
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0c1";
  vertical-align: middle;
  margin-bottom: 0.2em;
}

#content h1:hover>a.anchor,
#content h1>a.anchor:hover,
h2:hover>a.anchor,
h2>a.anchor:hover,
h3:hover>a.anchor,
#toctitle:hover>a.anchor,
.sidebarblock>.content>.title:hover>a.anchor,
h3>a.anchor:hover,
#toctitle>a.anchor:hover,
.sidebarblock>.content>.title>a.anchor:hover,
h4:hover>a.anchor,
h4>a.anchor:hover,
h5:hover>a.anchor,
h5>a.anchor:hover,
h6:hover>a.anchor,
h6>a.anchor:hover {
  background: transparent;
  color: #155EFF;
  opacity: 1;
}

.dlist{
  margin-top: 2em;
}

dl dt {
  margin-bottom: .3125em;
  font-weight: bold
}

dl dd {
  margin-left: 1.125em
}

dl dd:last-child,
dl dd:last-child>:last-child {
  margin-bottom: 0
}

.sidebarblock {
  border: 1px solid #B7D6FF;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding: 1.5em;
  background: #EFF6FF;
  -webkit-border-radius: 3px;
  border-radius: 3px
}
.sidebarblock .content {
  margin: 0;
  padding: 0;
}
.sidebarblock .content > :last-child > * {
  margin-bottom: 0;
}


.sidebarblock .title {
  color: #7a2518;
  margin-top: 0;
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  color: #0A3A9C;
  text-rendering: optimizeLegibility;
  margin-top: 1em;
  margin-bottom: .5em;
  line-height: 1.2;
}

.admonitionblock{
  font-size: 95%;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.admonitionblock .content{
  color: #636976;
  border-left:1px solid #B7D6FF;
}

.admonitionblock .title{
  color: #0A3A9C;
  font-style: italic;
  font-size: 1.1em;
  margin-bottom: -0.8em;
}

@media screen and (max-width:767px) {
  h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
    display: none;
  }
}

.content a:link,
.sectionbody a:link,
.content a:visited,
.sectionbody a:visited {
  color: #155EFF;
  text-decoration: none;
  line-height: inherit;
  transition: all .5s ease-in;
  padding: 0 0.1em;
  white-space: nowrap;
}

.content a:hover,
.sectionbody a:hover{
  background: #EFF6FF;
  color: #0A3A9C;
}
.content li{
  margin-bottom: .75em;
}

.content li::marker{
  font-weight: 700;
}
.content li p{
  margin: 0;
}

.imageblock{
  text-align: center;
  margin: 2.5em 0;
  padding: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: .9em
}

pre {
  white-space: pre-wrap;
  background-color: #001F2F;
  border-radius: 3px;
  padding: 1em;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

pre .aqua{
  color: #00bfbf;
}

pre .lime{
  color: #00bf00;
}

*:not(pre)>code {
  font-size: .9375em;
  letter-spacing: 0;
  padding: .15em .3em;
  word-spacing: -.15em;
  background-color: #EFF6FF;
  color: #172A51;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.45;
  text-rendering: optimizeSpeed;
  word-wrap: break-word
}

*:not(pre)>code.nobreak {
  word-wrap: normal
}

*:not(pre)>code.nowrap {
  white-space: nowrap
}

pre,
pre>code {
  line-height: 1.45;
  color: #DADADA;
  font-family: "Droid Sans Mono", "DejaVu Sans Mono", monospace;
  text-rendering: optimizeSpeed
}

.qlist.qanda p:first-child{
  margin-bottom: -0.75rem;
  font-weight: 700;
}
.qlist.qanda,
.ulist ul,
.olist ol{
  padding-left: 2em;
}

.exampleblock{
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.exampleblock > .content{
  border: 1px solid #B7D6FF;
  background: #FBFDFF;
  border-radius: 3px;
  padding: 1em;
  margin: 0;
}

.exampleblock .highlight{
  margin: 0;
}

.exampleblock pre{
  margin: 0;
  background: #D4E4FA;
}

.exampleblock code,
.exampleblock pre,
.exampleblock pre>code{
  color: #172A51;
}

.exampleblock .content > :first-child p{
  margin-top: 0;
}

.exampleblock .content > :last-child p{
  margin-bottom: 0;
}

.exampleblock .title{
  color: #0A3A9C;
  font-style: italic;
  font-size: 1.1em;
  margin-bottom: .5em;
}
