.page-wrapper {
  background-color: #ffffff;
}

.page-container {
  background-color: #ffffff;
  color: #212529;
}

.menu-sidebar {
  border-right: 1px solid #e5e5e5;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0;
    border: 1px solid #E1E1E1;
}

.hide {
    display:none;
}
.content h1,
.content h2,
.content h3 {
    font-weight: bold
}

.main-content {
  padding-left: 30px;
}

section.docs {
  padding: 10px;
}

.toc-wrapper {
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    bottom: 0;
    width: 230px;
/*    background-color: #2E3336;*/
    background-color: #f5f7f9;
    font-size: 13px;
    font-weight: bold
}
.toc-wrapper>img {
    display: block;
    max-width: 100%
}
.toc-wrapper .logo {
    margin-bottom: 0px
}
.toc-wrapper ul,
.toc-wrapper li {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    line-height: 28px
}
.toc-wrapper li {
    color: #fff;
    transition-property: background;
    transition-timing-function: linear;
    transition-duration: 200ms
}
.toc-wrapper .toc-list-h2 {
    font-weight: 500
}
.toc-wrapper .toc-h2 {
    padding-left: 0px;
    font-size: 12px
}
.toc-wrapper .toc-footer {
    padding: 1em 0;
    margin-top: 1em;
    border-top: 1px dashed #666
}
.toc-wrapper .toc-footer li,
.toc-wrapper .toc-footer a {
    text-decoration: none;
    padding: 0
}
.toc-wrapper .toc-footer a:hover {
    text-decoration: underline
}
.toc-wrapper .toc-footer li {
    font-size: 0.8em;
    line-height: 1.7;
    text-decoration: none
}
.toc-link,
.toc-footer li {
    padding: 0 15px 0 15px;
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #4c555a;
    transition-property: background;
    transition-timing-function: linear;
    transition-duration: 130ms;
    font-family: Camphor,Open Sans,Segoe UI,sans-serif;
    font-weight: 400;
    font-style: normal;
}
#nav-button {
    padding: 0 1.5em 5em 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    opacity: 0.7;
    line-height: 16px;
    transition: left 0.3s ease-in-out
}
#nav-button span {
    display: block;
    padding: 6px 6px 6px;
    background-color: rgba(243, 247, 249, 0.7);
    transform-origin: 0 0;
    transform: rotate(-90deg) translate(-100%, 0);
    border-radius: 0 0 0 5px
}
#nav-button img {
    height: 16px;
    vertical-align: bottom
}
#nav-button:hover {
    opacity: 1
}
#nav-button.open {
    left: 230px
}
.content {
    -webkit-transform: translateZ(0);
    position: relative;
    z-index: 30
}
.content:after {
    content: '';
    display: block;
    clear: both
}
.content>h1,
.content>h2,
.content>h3,
.content>p,
.content>table,
.content>aside {

    padding: 0 28px;
    box-sizing: border-box;
    display: block
}
.content>h1,
.content>h2 {
    clear: both
}
.content h1 {
    font-size: 31px;
    color: #0d2b3e;
    font-weight: 400;
}
.content h1:first-child {
    border-top-width: 0;
    margin-top: 0;
    padding-top:30px;
}
.content h2 {
    color: #0d2b3e;
    font-weight: 500;
    font-size: 22px;
    padding-top:20px;
}
.content h1+h2 {
    margin-top: -21px;
    border-top: none
}
.content h3 {
    font-size: 15px;
    margin-top: 2.5em;
    margin-bottom: 0.8em
}
.content table {
    margin-bottom: 1em;
    overflow: auto
}
.content table th,
.content table td {
    text-align: left;
    vertical-align: top;
    line-height: 1.6
}
.content table th {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    vertical-align: bottom
}
.content table td {
    padding: 10px
}
.content table tr:last-child {
    border-bottom: 1px solid #ccc
}
.content table tr:nth-child(odd)>td {
    background-color: white
}
.content table tr:nth-child(even)>td {
    background-color: #fbfcfd
}
.content p {
    font-size: 15px;
    color: #373e42;
    line-height: 26px;
}
.content code {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 3px;
    border-radius: 3px
}
.content pre>code {
    background-color: transparent;
    padding: 0;
    border:0;
}
.content aside {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    background: #8fbcd4;
    line-height: 1.6
}
.content aside:before {
    vertical-align: middle;
    padding-right: 0.5em;
    font-size: 14px
}
.content blockquote {
    padding:0;
    border: none;
    margin: 0;

}
.content pre{
    padding:0;
/*    border: none;*/
    margin: 20px 28px;

}
.content blockquote>p {
    margin: 0
}
.content pre {
    padding: 2em 28px
}
.content blockquote>p {
    float: right;
    border-radius: 5px;
    border: 1px solid #f0f4f7;
    border-left-width: 2px;
    width: 262px;
    padding: 16px;
    margin: 15px 0 20px 40px;
    position: relative;
    z-index: 2;
}
@media (max-width: 930px) {
    .toc-wrapper {
        left: -230px
    }
    .toc-wrapper.open {
        left: 0
    }
    .page-wrapper {
        margin-left: 0
    }
    #nav-button {
        display: block
    }
    .toc-link {
        padding-top: 0.3em;
        padding-bottom: 0.3em
    }
}
@media (max-width: 700px) {
    .content>h1,
    .content>h2,
    .content>h3,
    .content>p,
    .content>table,
    .content>aside {
        margin-right: 0
    }
    .content pre,
    .content blockquote {
        width: auto;
        float: none
    }
    .content>pre+p,
    .content>blockquote+p {
        margin-top: 28px
    }
}
.highlight .c {
    color: #909090
}
hr {
    border: 0;
    margin: 0 28px;
    border-bottom: 2px solid #f4f6f7;
}

span.step {
    color: #13b57c;
}
pre {
    background: #f7f8f9;
    border-radius: 5px;
    position: relative;
}
aside.important {
    margin: 20px;
    background: #f6fff5;
    border: 1px solid rgba(58,193,51,.12);
    border-radius: 5px;
    display: block;
    padding: 13px 13px 13px 53px;
    background-image: url(http://beta.monroneylabels.com/assets/docs/info-d99c09e0ad7722b995c4bf2f26243e5883423119ba6639cb934ac89d9b7857c4.svg);
    background-size: 24px 24px;
    background-position: 15px 14px;
    background-repeat: no-repeat;
}
table.presentation {
    margin: 0 auto;
    border: 1px solid gray;
}
table.presentation img{
    height:90px;
    display:block;
    margin: 0 auto;
}
table.presentation th, table.presentation td {
    text-align:center;
}
.products {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 16px!important;
    margin-bottom: -23px;
}

.products li {
    flex-shrink: 0;
    width: 40%;
    margin: 0 0 23px;
    padding: 0;
}
.products a {
    position: relative;
    display: block;
    height: 100px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.07), 0 7px 17px 0 rgba(0,0,0,.1);
    text-decoration: none;
    background-color: #fff;
    transition: box-shadow .2s ease-in-out;
    padding-right: 10px;
}
.products td img {
    position:absolute;
    height:36px;
    width:36px;
    top:30px;
    left: 17px;
    border-radius:50%
}


.products a h3 {
    top: 0;
    font-size: 17px;
    color: #c7254e; /* was: #0099e5*/
    font-weight: 500;
    padding: 25px 10px 0 68px;
    margin: 0
}
.products a p {
    font-size: 15px;
    line-height: 20px;
    padding: 5px 10px 0 68px;
    margin: 0
}
#toc a::before {
    position:absolute;
    left:16px;
    background-size: 16px 16px;
    width: 16px;
    height:16px;
    content: "";
    display:inline-block;
    border-radius: 50%;
    margin-top:5px;
    background-position: left center;
}
/*
  Icons from https://github.com/wmdbsystems/T3.Icons
*/
#toc a.quickstart::before {
    background-image:url(http://beta.monroneylabels.com/assets/docs/page_-52cfa4ad82aa11c8b43581860bfd371cee8d2155b75efd3c67c8523ccc57024c.svg);
}
#toc a.cdk::before {
    background-image:url(http://beta.monroneylabels.com/assets/docs/globe_-3867047ad2329428979020f424a4e7e79fe90417f55c9f082abea5c65baad29d.svg);
}
#toc a.index::before {
    background-image:url(http://beta.monroneylabels.com/assets/docs/icon-home-6402ba7c8dce444614b3ccdbb4a3f3bbc8ca82a16e605f5b4428ff4f76190c50.svg);
}
#toc a.selected {
    color: #c7254e; /* was: #0099e5*/
    font-weight: bold;
}
#toc a.index {
    font-weight: bold;
}
/*#toc a.index.selected::before {
    background-image:url(http://beta.monroneylabels.com/assets/docs/icon-home-selected-9d1159b870add1dd22d0d979f69ee4ba3e61e07bb3475a8f9f9da244706d4225.svg);
}*/
#toc a.api::before {
    background-image:url(http://beta.monroneylabels.com/assets/docs/wrench_-a06bab218656b7e8dad4b061d2ce75422417e57d8947981318d159cc2457ef08.svg);
}

.example {
  width: 500px;
  display:block;
  margin: 20px 0;
}
.example img {
    border-radius:20px;
    width:500px;
}
form h2 {
  margin-left:28px;
}

table td.rainbow-red {
    vertical-align: bottom;
}
table td.rainbow-red p{
    color: darkred;
}
table td.rainbow-green p{
    color:darkgreen;
}
table.products tr td{
    background:none;
}
table.products tr td.rainbow-gradient {
    width:20px;
    border-radius: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3232+0,5fff47+0,edff30+50,ff4747+100 */
    background: #ff3232; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3232 0%, #5fff47 0%, #edff30 50%, #ff4747 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3232 0%,#5fff47 0%,#edff30 50%,#ff4747 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3232 0%,#5fff47 0%,#edff30 50%,#ff4747 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#ff4747',GradientType=0 ); /* IE6 */
}
a.placement-example img{

  width:250px;
  border-radius: 10px;
}
table.cdk img {
    width:80%;
    border: 2px solid black;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 0;
}
table.cdk td {
  text-align: left;
}
figcaption {
    text-align: center;
    background-color: rgba(58,193,51,.12);
    width:80%;
    border: 2px solid black;
    border-bottom: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    font-style: italic;
    padding:10px 0;
}
section.frames .content h1 {
font-size: 31px;
padding:28px;
margin: 0;
}
table.products td {
  border-bottom: 0
}
section.frames aside {
  padding-left:15px;
}
a.list-group-item {
  text-decoration: none;
}
div.card-body, div#accordion {
  margin-left:20px;
}
a.authentication {
  display:block;
  text-align:center;
}
a.authentication img {
  width: 66%;
  border: 2px solid #337ab7;
  margin: 20px 0;
}
