/*!
 * Copyright (c) 2019, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
 *
 * WSO2 Inc. licenses this file to you under the Apache License,
 * Version 2.0 (the "License"); you may not use this file except
 * in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied. See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

.md-main > .md-main__inner > .md-content {
    -webkit-transition: margin 0.2s linear;
    -khtml-transition: margin 0.2s linear;
    -moz-transition: margin 0.2s linear;
    -ms-transition: margin 0.2s linear;
    transition: margin 0.2s linear;
}

.md-main .md-sidebar.md-sidebar--secondary {
    -webkit-transition: width 0.2s linear;
    -khtml-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -ms-transition: width 0.2s linear;
    transition: width 0.2s linear;
    padding-bottom: 80px;
}

.md-main .md-sidebar.md-sidebar--primary {
    padding-bottom: 80px;
}

.md-sidebar[data-md-state=lock] {
    top: 5.9rem;
}

.md-main.hide-toc .md-content {
    margin-right: 35px;
}

.md-main.hide-toc .md-sidebar.md-sidebar--secondary {
    width: 31px;
}

.md-sidebar {
    padding: 1.45rem 0;
}

.md-header {
    height: 2.6rem;
}

.md-header-nav__topic {
    top: 0;
    text-align: left;
}

[data-md-color-primary=deep-orange] .md-header {
    background-color: #ffffff;
    color: #212121;
    border-top: 4px solid #ff7043;
}

.md-header-nav__button.md-logo > img {
    width: 60px;
    margin-top: 3px;
}

.md-header__version-select {
    width: 3.5rem;
}

.md-header__version-select .md-tabs__link.md-tabs__dropdown-link {
    display: inline-block;
    padding: .45rem;
    margin-top: .35rem;
    border-radius: .1rem;
}

.md-header__version-select .mb-tabs__dropdown .mb-tabs__dropdown-content,
.md-header__distribution-select .mb-tabs__dropdown .mb-tabs__dropdown-content {
    background: #e2e2e2;
    opacity: 1;
}

.md-header__version-select .mb-tabs__dropdown .mb-tabs__dropdown-content {
    top: .8rem;
}

@media only screen and (min-width: 76.25em) {
    [data-md-color-primary=deep-orange] .md-tabs {
        background-color: #f5f5f5;
        box-shadow: 0 0 0.2rem rgba(0,0,0,.1), 0 0.2rem 0.4rem rgba(0,0,0,.2);
    }

    .md-main__inner {
        padding-top: 3.5rem;
    }
}

html .md-typeset .superfences-tabs > label{
    color: #ff7043;
    font-weight: normal;
}

html .md-typeset .superfences-tabs > label:hover {
    color: #ff7043;
    font-weight: bold;
}

.swagger-ui .topbar {
    display: none;
}

.swagger-ui .info .url {
	display: none;
}

.swagger-ui .info .title {
	display: none;
}

.swagger-ui .info .info__contact {
	display: none;
}

.swagger-ui .info .info__license {
	display: none;
}

.swagger-ui .info .info__tos {
    display: none;
}

.md-search__input {
    background-color: #dedede;
}

.md-search__input::placeholder {
    color: #404040;
}

.md-nav-link-wrapper {
    display: block;
    margin-top: .625em;
    transition: color .125s;
    text-overflow: ellipsis;
    cursor: pointer;
    overflow: hidden
}

.md-nav__item--nested > .md-nav-link-wrapper > .md-nav__link {
    display: inline;
}

.md-nav__item--nested > .md-nav-link-wrapper > .md-nav__link:after {
    content: "\E313";
    display: inline-block;
    vertical-align: middle;
}

.md-nav__item--nested .md-nav__toggle:checked ~ .md-nav-link-wrapper > .md-nav__link:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

[data-md-color-primary=deep-orange] .md-nav-link-wrapper a:focus,
[data-md-color-primary=deep-orange] .md-nav-link-wrapper a:hover {
    color: #ff7043;
}

.md-version-select {
    width: 100%;
    height: 2.5rem;
    padding-left: .5rem;
    transition: background-color .25s cubic-bezier(.1, .7, .1, 1), color .25s cubic-bezier(.1, .7, .1, 1);
    background-color: rgba(0, 0, 0, .26);
    color: inherit;
    margin-bottom: 2rem;
    border-radius: .2rem;
}

.md-tabs {
    overflow: visible;
}

.mb-tabs__dropdown {
    position: relative;
}

.md-tabs__dropdown-link:after {
    font-family: Material Icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    speak: none;
    word-wrap: normal;
    direction: ltr;
    content: "\E313";
    display: inline-block;
    vertical-align: middle;
    margin-left: .2rem;
}

.mb-tabs__dropdown.group-select {
    background-color: #737373;
}

.md-header__version-select {
    overflow: visible;
}

.mb-tabs__dropdown .mb-tabs__dropdown-content {
    position: absolute;
    left: 0;
    top: 3.5em;
    -webkit-transition: all .2s cubic-bezier(.680, 0, .265, 1);
    transition: all .2s;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    transform-origin: top left;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
    background: #fff;
    font-size: 1.4rem;
    color: #242424;
    padding: 0;
    z-index: 1;
}

.mb-tabs__dropdown .mb-tabs__dropdown-content .md-tabs__item {
    padding: 0;
}

.mb-tabs__dropdown .mb-tabs__dropdown-content li {
    display: block;
    width: 100%;
    opacity: 0;
    transform: translate(-20px, 0);
}

.mb-tabs__dropdown.open .mb-tabs__dropdown-content li {
    display: block;
    transition: all .4s;
    opacity: 1;
    transform: translate(0, 0);
    height: auto;
}

.mb-tabs__dropdown ul li a {
    width: 100%;
    padding: .5rem;
    white-space: pre;
    box-sizing: border-box;
    display: block;
    font-size: .7rem;
    text-transform: capitalize;
}

.mb-tabs__dropdown ul li a:hover {
    background: #ebebeb;
}

.mb-tabs__dropdown.open .mb-tabs__dropdown-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-timing-function: cubic-bezier(.680, 0, .265, 1);
}

.mb-config-catalog {
    display: table;
    width: 100%;
    max-width: 770px;
}

.hide-toc .mb-config-catalog {
    display: table;
    max-width: 1000px;
}

.mb-config-catalog .superfences-tabs {
    flex-direction: column;
}

.mb-config-catalog .superfences-tabs .tab-selector {
    text-align: right;
}

.mb-config-catalog .superfences-tabs .tab-selector > .icon {
    margin-right: 5px;
}

.mb-config-catalog .superfences-content {
    flex-direction: column;
    order: 0;
}

.mb-config-catalog .superfences-tabs > input + label:after {
    content: "View Sample";
}

.mb-config-catalog .superfences-tabs > input:checked + label:after {
    content: "Hide Sample";
}

.mb-config-catalog .superfences-tabs .doc-wrapper {
    padding: .525rem;
}

.mb-config-catalog > section {
    display: table-row;
}

.mb-config-catalog > section > .mb-config-options,
.mb-config-catalog > section > .mb-config-example {
    display: table-cell;
    flex-direction: column;
    max-width: 770px;
}

.hide-toc .mb-config-catalog > section > .mb-config-options,
.hide-toc .mb-config-catalog > section > .mb-config-example {
    display: table-cell;
    max-width: 1000px;
}

.mb-config-catalog > section > .mb-config-example > .example-config-wrap {
    margin-right: 1em;
}

.mb-config-catalog .mb-config > .params-wrap {
    display: table;
    width: 100%;
}

.mb-config-catalog > section > .mb-config-example > code {
    font-weight: bold;
    font-size: 105%;
}


.mb-config-catalog > section:not(.title) > .mb-config-options {
    border-bottom: 1px solid #f5f5f5;
    padding-top: 1em;
}

.mb-config-catalog > section:last-child > .mb-config-options {
    border-bottom: none;
}

.mb-config-catalog > section:not(.title) > .mb-config-example {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.mb-config-catalog > section.title > .mb-config-example {
    display: none;
}

.mb-config-catalog .mb-config-example code,
.mb-config-catalog .mb-config-example pre {
    margin: 0;
}

.mb-config-catalog .mb-config-example:hover .md-clipboard:before {
    color: rgba(0, 0, 0, .54);
}

[data-md-color-accent=deep-orange] .mb-config-catalog .mb-config-example:hover .md-clipboard:active:before,
[data-md-color-accent=deep-orange] .mb-config-catalog .mb-config-example:hover .md-clipboard:hover:before {
    color: #ff6e40;
}

.mb-config-catalog > section.title > .mb-config-options > h2 {
    margin-bottom: 1rem;
}

.mb-config-catalog > section > .mb-config-example {
    background: #f5f5f5;
    width: 35%;
    padding: .5em;
    vertical-align: top;
}

.mb-config-catalog > section > .mb-config-example code {
    background: transparent;
    box-shadow: none;
    white-space: pre-line;
}

.mb-config-catalog .badge-required {
    margin: 0 .29412em;
    padding: .07353em .3em;
    border-radius: .2rem;
    background-color: #ff7043;
    color: #fff;
    font-size: 75%;
}

.mb-config-catalog .mb-config > .config-wrap {
    margin-right: 1em;
}

.mb-config-catalog .mb-config > .params-wrap {
    display: table;
    width: 100%;
}

.mb-config-catalog .mb-config > .config-wrap > code {
    font-weight: bold;
    font-size: 105%;
}

.mb-config-catalog .mb-config .param {
    display: table-row;
}

.mb-config-catalog .mb-config .param > .param-name {
    display: table-cell;
    vertical-align: top;
    border-left: 2px solid #ff7043;
    box-sizing: border-box;
    position: relative;
    padding: 1.7em 0;
    vertical-align: top;
    line-height: 20px;
    white-space: nowrap;
    font-size: .929em;
    font-weight: 400;
}

.mb-config-catalog .mb-config .param .param-name-wrap {
    display: inline-block;
    padding-right: 25px;
    font-family: Montserrat, sans-serif;
}

.mb-config-catalog .mb-config .param > .param-name > span::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 8px;
    background-color: #ff7043;
    margin: -4px 10px 0;
    vertical-align: middle;
}

.mb-config-catalog .mb-config .param > .param-name > span::after {
    content: '';
    position: absolute;
    border-top: 2px solid #ff7043;
    width: 10px;
    left: 0;
    top: 2.3em;
}

.mb-config-catalog .mb-config .param:first-of-type > .param-name::before {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    top: 0;
    border-left: 3px solid #fff;
    height: 34px;
}

.mb-config-catalog .mb-config .param:last-of-type > .param-name,
.mb-config-catalog .mb-config .param.last > .param-name {
    position: relative;
}

.mb-config-catalog .mb-config .param:last-of-type > .param-name::after,
.mb-config-catalog .mb-config .param.last > .param-name::after {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    border-left: 3px solid #fff;
    top: 36px;
    background-color: #fff;
    bottom: 0;
}

.mb-config-catalog .mb-config .param > .param-info {
    display: table-cell;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    word-break: break-word;
}

.mb-config-catalog .mb-config .param-default {
    font-size: .95em;
}

.mb-config-catalog .mb-config .param-type {
    color: #b5b5b5;
}

@media only screen and (min-width: 100em) {
    .mb-config-catalog .mb-config .param > .param-name > span::before {
        margin: 0 10px;
    }

    .mb-config-catalog .mb-config .param:first-of-type > .param-name::before {
        height: 38px;
    }

    .mb-config-catalog .mb-config .param:last-of-type > .param-name::after,
    .mb-config-catalog .mb-config .param.last > .param-name::after {
        top: 40px;
    }
}

@media (max-width: 767px) {
    .mb-config-catalog {
        margin-bottom: 3rem;
    }

    .mb-config-catalog,
    .mb-config-catalog > section,
    .mb-config-catalog > section > .mb-config-options,
    .mb-config-catalog > section > .mb-config-example {
        display: block;
        width: 100% !important;
    }

    .mb-config-catalog > section:not(.title) > .mb-config-options {
        padding-bottom: 1rem;
    }
}

.hljs-title,
.hljs-section {
    color: #ff7043;
    font-weight: normal;
}

.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
    color: #ff7043;
}

.home_icon {
    height: 45px;
    margin-right: -12px;
    vertical-align: middle;
}

.home_icon a {
    margin-top: 4px;
}

.home_icon a i {
    font-size: 25px;
}

.md-nav__link[data-md-state=blur] {
    color: rgba(0,0,0,.54);
}

.quick_links {
    float: right;
    height: 53px;
}

.md-tabs__list {
    display: inline-block;
    width: calc(100% - 55px);
    overflow: hidden;
}

.nav_link {
    color: #fff;
    font-size: 34px;
    -webkit-transition: right 0.2s linear;
    -khtml-transition: right 0.2s linear;
    -moz-transition: right 0.2s linear;
    -ms-transition: right 0.2s linear;
    transition: right 0.2s linear;
    z-index: 2;
    padding-left: 20px;
    opacity: 0.7;
    margin-top: 12px;
}

.toc_icon {
    font-size: 21px;
    background: #000;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    padding-left: 3px;
    float: left;
    left: -9px;
    top: -14px;
}

.hide-toc .toc_icon {
    padding-left: 2px;
}

.nav_link:hover,
.edit_link.active:hover  {
    opacity: 1;
}

.edit_link {
    color: #000;
    font-size: 24px;
    margin-top: 18px;
    opacity: 0;
    transition: color .25s,opacity .1s;
    display: none;
}

.edit_link.active {
    opacity: 0.7;
    display: block;
}

.toc_icon:hover {
    opacity: 1;
    background: #ff5000;
}

.md-header-nav {
    padding-right: 0;
}

@media only screen and (min-width: 76.25em) {
    .md-search__inner {
        margin-right: 0;
    }
}

@media only screen and (min-width: 60em) {
    .md-search {
        padding-right: 0;
    }
}

@media only screen and (max-width: 76.1875em) {
    html .md-nav--primary .md-nav__title--site .md-nav__button {
        font-size: 1.9rem;
        padding: 0 0 0 .4rem;
        height: 2.2rem;
        width: 3.6rem;
    }

    html .md-nav--primary .md-nav__title {
        padding: 2.5rem .8rem .2rem;
        line-height: .9rem;
        white-space: unset;
        background-color: rgba(0,0,0,.01);
        border-top: 3px solid #ff7043;
        box-shadow: 0 0 0.2rem rgba(0,0,0,.1), 0 0.2rem 0.4rem rgba(0,0,0,.2);
    }
}

@media only screen and (max-width: 76.1875em) {
    html [data-md-color-primary=deep-orange] .md-nav--primary .md-nav__title--site {
        background-color: #fff;
        border-top: 3px solid #ff7043;
        box-shadow: 0 0 0.2rem rgba(0,0,0,.1), 0 0.2rem 0.4rem rgba(0,0,0,.2);
        color: #212121;
    }
}

.feedbackBtn {
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    background: rgb(38, 50, 56);;
    color: #fff;
    font-size:  .7rem;
    position: fixed;
    right: 0;
    top: 50%;
    border-radius: 6px 0px 0px 6px;
    writing-mode: vertical-lr;
    padding: 15px 2px;
    line-height: 30px;
    box-shadow: 0 1px 0 rgba(153, 153, 153, 0.25) inset, 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
}

.feedbackBtn:hover {
    background-color: #3c464c;
}

.md-footer-nav__inner {
    overflow: hidden;
}
.md-footer-nav {
    background-color: #f5f5f5;
    color: #424242;
}

.md-footer-nav__link {
    padding-top: .1rem;
    padding-bottom: 0;
}

.md-footer-nav__inner {
    padding: 2px 0;
    height: 56px;
}

.md-footer-nav__direction {
    font-size: .65rem;
    top: 3px;
    color: hsla(0, 0%, 19%, 0.7);
}

.md-footer-copyright__highlight,
html .md-footer-meta.md-typeset a,
.md-footer-copyright {
    color: #424242;
}

.md-footer-nav__title {
    font-size: .75rem;
}

.md-footer-nav .md-flex__cell {
    vertical-align: baseline;
}

.md-footer-copyright__highlight {
    padding-right: 10px;
    border-right: 1px solid #9E9E9E;
    margin-right: 10px;
    display: inline-block;
}

.md-footer-meta {
    background-color: #BDBDBD;
}

.text--replace {
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap
}

.cd-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    background: url(../lib/backtotop/img/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, 0.8);
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top:hover {
    background-color: hsl(5, 76%, 62%);
    opacity: 1
}

.md-tabs .md-tabs__link{
    opacity: 0.7 !important;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    transition: color .25s,opacity .1s,-webkit-transform 0s .4s;
    transition: color .25s,transform 0s .4s,opacity .1s;
    transition: color .25s,transform 0s .4s,opacity .1s,-webkit-transform 0s .4s;
}

.md-tabs .md-tabs__link.md-tabs__link--active,
.md-tabs .md-tabs__link.md-tabs__link:hover {
    opacity: 1 !important;
    color: #ff7043;
}

.md-tabs {
    position: fixed !important;
    z-index: 1;
    color: #000;
}

.md-tabs__link {
    margin-top: .4rem
}

.md-tabs[data-md-state=hidden] {
    pointer-events: all;
}

.md-nav__source {
    display: none;
}

.md-nav--secondary ul > li.md-nav__item {
    border-left: 4px solid transparent;
    transition: border 500ms;
    margin-left: -3px;
}

.md-sidebar--secondary .md-nav--secondary > ul {
    border-left: 2px solid #ccc;
    margin-left: 3px;
}

.md-nav--secondary > ul li.md-nav__item.active {
    border-color: #242424 !important;
}

.md-sidebar--secondary .md-nav--secondary > ul ul {
    margin-left: -26px;
}

.md-sidebar--secondary .md-nav--secondary > ul ul > li {
    padding-left: 30px;
}

.md-sidebar--secondary .md-nav--secondary > ul ul ul {
    margin-left: -31px;
}

.md-sidebar--secondary .md-nav--secondary > ul ul ul > li {
    padding-left: 45px;
}

.md-sidebar--secondary .md-nav--secondary > ul ul ul ul {
    margin-left: -46px;
}

.md-sidebar--secondary .md-nav--secondary > ul ul ul ul > li {
    padding-left: 60px;
}

.md-sidebar--secondary .md-nav--secondary > ul ul ul ul ul {
    margin-left: -61px;
}

.md-sidebar--secondary .md-nav--secondary > ul ul ul ul ul > li {
    padding-left: 75px;
}

.md-sidebar--secondary .md-nav--secondary {
    padding: 3px 0 0 10px;
}

.md-sidebar {
    position: fixed;
}

.md-sidebar--secondary .md-nav--secondary .md-nav__item {
    padding: 0 0 0 1.1rem;
}

.md-sidebar--secondary .md-nav--secondary .md-nav__item .md-nav__item {
    padding: 0 0 0 1.8rem;
}

.md-sidebar--secondary .md-nav--secondary .md-nav__title {
    padding: 0 2rem;
    display: contents;
}

.md-sidebar__scrollwrap {
    width: 12.1rem;
}
.beta-badge {
    display: inline-block;
    background: #ffd600;
    font-size: 14px;
    padding: 5px;
    line-height: 1;
}
.errorcode tbody tr>:nth-child(1) {
    color: white;
    background-color: hsl(14, 100%, 63%);
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    margin: 0.5rem;
    white-space: nowrap;
}
.md-typeset table:not([class]) th {
    background-color: #e8e8e8;
    color: #4d4d4d;
}



@media screen and (max-width: 767px) {
   .wrapper {
      height: 700px;
   }
}

.content {
   padding-right: 10px;
   width: 100%;
   margin: 0 auto;
   display: flex;
   justify-content: center;
   align-items: center;
}

@media screen and (max-width: 767px) {
   .content {
      flex-direction: column;
   }
}

.card {
   width: 350px;
   height: 110px;
   color: #404040;
   margin: 10px;
   background: #f8f8f8;
   -webkit-box-shadow: 0px 5px 4px 0px rgba(105, 113, 120, 0.4);
   -moz-box-shadow: 0px 5px 4px 0px rgba(105, 113, 120, 0.4);
   box-shadow: 0px 5px 4px 0px rgba(105, 113, 120, 0.4);
   border-left: 4px solid #f8f8f8;
   border-radius:0;
   font-size: 14px;
   transition: all 0.3s ease;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   cursor: pointer;
   transition: all 0.6s ease;
}
.card:hover {
    border-left: 4px solid #ff5003;
}
.line {
	background:#ff5003;
	width:5px;
    height:88px;
    display: none;
}
.card-content {
    justify-content: center;
    width: 225px;
    height: 88px;
    display: flex;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.card-icon {
    width: 50px;
    height: 88px;
    max-width: 80px;
    border-radius: 0%;
    display: flex;
    align-items: center;
    color: #ff5003;
    transition: all 0.8s ease;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.card .title {
   width: 225px;
   font-family: Montserrat, sans-serif;
   font-style: normal;
   font-size: 14px;
   margin: 0;
   text-align: left;
   color: 404040;
   font-weight: 600;
   text-transform: uppercase;
   white-space: nowrap;
}

.hint {
  display: block;
  flex-direction: column;
  visibility: visible;
  text-align: left;
}

.md-typeset .hint {
    margin: 5px 0;
}

.card .text {
   width: 80%;
   margin: 0 auto;
   font-style: normal;
   font-size: 10px;
   text-align: left;
   margin-top: 10px;
   line-height: 1;
   color: white;
   font-weight: 400;
   opacity: 0;
   max-height:0;

}

@media screen and (min-width: 767px) {
    .leftContent {
        float:left;
        width: 35%;
        text-align:justify;
        max-height:100%;
    }
    .rightImage {
        float:centre;
        width: 60%;
        text-align:left;
        flex-shrink: 0;
        min-width: 35%;
        max-height: 100%;
        max-width:100%;
        margin-left:10px;
    }
 }

@media screen and (min-width: 767px) {
    .leftContentOverview {
        float:left;
        width: 65%;
        text-align:justify;
        max-height:100%;
    }
    .rightContentOverview {
            float:right;
            width: 65%;
            text-align:justify;
            max-height:100%;
     }

    .rightImageOverview {
            float:left;
            width: 15% !important;
            text-align:center;
            flex-shrink: 0;
            min-width: 15% !important;
            max-height: 15% !important;
            max-width: 15% !important;
            margin-left:40px !important;
            margin-top:20px !important;
    }

    .leftImageOverview {
            float:left;
            width: 12% !important;
            text-align:center;
            flex-shrink: 0;
            min-width: 12% !important;
            max-height: 15% !important;
            max-width:12%  0% !important;
            margin-left:40px !important;
            margin-top:20px !important;

     }
 }


.md-sidebar ::-webkit-scrollbar {
    width: 5px;
}

.md-sidebar ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.md-sidebar ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2.5px;
}

.md-sidebar__scrollwrap {
    margin: 0;
}

.md-search-loader {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 25px;
    height: 25px;
    -webkit-animation: xspin 2s linear infinite; /* Safari */
    animation: xspin 2s linear infinite;
 }

.md-search-loader:before {
    content: none !important;
 }

/* Safari */
@-webkit-keyframes xspin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes xspin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.ds-suggestions {
    font-size: 0.75rem;
}

/* Title (eg. Bootstrap CDN) */
  .algolia-autocomplete .algolia-docsearch-suggestion--title {
    font-weight: bold;
    color: #351700 !important;
  }

  /* Highlighted text */
  .algolia-autocomplete .algolia-docsearch-suggestion--highlight {
    color: #f47b20 !important;
    background-color: #ffaa001f !important
  }

  .algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion.suggestion-layout-simple {
    background-color: #ffaa001f !important;
  }

  .algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content {
    background-color: #ffaa001f !important;
  }
  .md-typeset .headerlink.localLink{
    display: inline;
  }
  .md-typeset h1 {
      margin: 0 0 1rem;
  }