@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------*/
html{scroll-behavior:smooth}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size:100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
img, embed, object, video { max-width: 100%; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }

/* BASE
----------------------------------------------------------------------------------------*/

*{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
html,
body{
    position:relative;
    min-height: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    font-family: 'Roboto', sans-serif;
}
strong{
    font-weight: 500;
}
i{
    font-style: italic;
}
.overflow-hidden{
    position: relative;
    overflow: hidden;
}
.content a{
    color: #3c919b;
    text-decoration: none;
}
.content a:hover{
    text-decoration: underline;
}
.scroll-to-link{
    cursor: pointer;
}
p, .content ul, .content ol{
    font-size: 14px;
    /* color: #777A7A; */
    margin-bottom: 16px;
    line-height: 1.6;
    font-weight: 300;
}
.content h1:first-child{
    font-size: 1.333em;
    color: #2a8f9b;
    padding-top: 2.5em;
    text-transform: uppercase;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-top-width: 0;
    margin-top: 0;
    margin-bottom: 1.3em;
    clear: both;
}

code,
pre{
    font-family: 'Source Code Pro', monospace;
}
.higlighted{
    color: black;
    background-color: rgba(0,0,0,0.05);
    padding: 3px;
    border-radius: 3px;
}

/* LEFT-MENU
----------------------------------------------------------------------------------------*/

.left-menu{
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    /* width: 300px; */
    box-sizing: border-box;
    background-color: #f4f5f8;
    overflow-x: hidden;
    font-size: 18px;
}
.left-menu .content-infos {
    position: relative;
    padding: 12px 13.25%;
    margin-bottom: 20px;
}
.left-menu .info {
    position: relative;
    font-size: 14px;
    margin-top: 5px;
    color: #777A7A;
}
.left-menu .info b {
    font-weight: 500;
    color: #2a8f9b;
}
.left-menu::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
    background-color: transparent; /* Background color behind the scrollbar */
}

.left-menu::-webkit-scrollbar-thumb {
    background-color: rgb(179, 179, 179); /* Color of the scrollbar thumb */
    border-radius: 10px; /* Border radius to make the scrollbar thumb curved */
}

.content-logo{
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1.425em 11.5%;
    padding-right: 0;
}
.content-logo img{
    display: inline-block;
    max-width: 70%;
    vertical-align: middle;
}
.content-logo span{
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    vertical-align: middle;
    color: #323F4C;
    font-size: 1.1em;
}
.content-menu{
    /* margin: 2em auto 2em; */
    padding: 0 0 100px;
}
.content-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 28px;
}
.content-menu ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.content-menu ul li:hover,
.content-menu ul li.active{
    background-color:#DCDEE9;
}
.content-menu ul li:hover a,
.content-menu ul li.active a{
    color: #3c919b;
}
@media (hover: none) {
    .content-menu ul li:not(.active):hover {
        background-color: inherit;
    }
    .content-menu ul li:not(.active):hover a {
        color: #777A7A;
    }
}
.content-menu ul li a{
    padding: 12px 13.25%;
    color: #777A7A;
    letter-spacing: 0.025em;
    line-height: 1.1;
    display: block;
    text-transform: capitalize;
    text-wrap: nowrap;
}

/* CONTENT-PAGE
----------------------------------------------------------------------------------------*/

.content-page {
    position: relative;
    box-sizing: border-box;
    margin-left: 300px;
    z-index: 2;
    background-color: #fff;
    min-height: 100%;
    padding-bottom: 1px;
}
.content-code{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #323f4c;
    border-color: #323f4c;
}
.content {
    position: relative;
    z-index: 30;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content a,
.content table,
.content aside,
.content dl,
.content ul,
.content ol,
.content .central-overflow-x {
    /* margin-right: 50%; */
    padding: 0 28px;
    box-sizing: border-box;
    display: block;
    max-width: 680px;
}
.content .central-overflow-x {
    margin-right: calc(50% + 28px);
    margin-left: 28px;
    padding: 0;
    overflow-y: hidden;
    max-width: 100%;
    display: block;
}
.content p .central-overflow-x {
    margin-right: 0;
    margin-left: 0;
}
.break-word {
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.content ul,
.content ol {
    padding: 0 44px;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-size: 15px;
    margin-top: 2.5em;
    margin-bottom: 0.8em;
    color: #2a8f9b;
    /* text-transform: uppercase; */
}
.content h2{
    font-size: 1.333em;
}
.content h4{
    color: #3c919b;
    margin-top: 0;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 0.2em;
}
.content-page .content p,
.content-page .content pre {
    /* max-width: 680px; */
}
.content pre,
.content blockquote {
    /* background-color: #323f4c; */
    border-color: #323f4c;
    color: #fff;
    padding: 0 28px 2em;
    margin: 0;
    /* width: 50%; */
    /* float: right; */
    clear: right;
    box-sizing: border-box;
}
.content pre code, .content pre {
    font-size: 12px;
    line-height: 1.5;
}
.content blockquote,
.content pre,
.content pre code{
    padding-top: 0;
    margin-top: 35px;
}
.content pre code{
    margin-top: -2em;
}
.content table {
    font-size: 0.825em;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
}
.content table tr:last-child {
    border-bottom: 1px solid #ccc;
}
.content table th {
    font-size: 0.925em;
    padding: 5px 18px 5px 0;
    border-bottom: 1px solid #ccc;
    vertical-align: bottom;
    text-align: left;
    line-height: 1.6;
    /* font-weight: ; */
}
.content table td {
    padding: 5px 18px 5px 0;
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    /* color: #777A7A; */
}


/* burger-menu-icon
----------------------------------------------------------------------------------------*/
.burger-menu-icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: absolute;
    right: 26px;
    top: 26px;
    display: none;
}
.burger-menu-icon .line {
    fill: none;
    stroke: #000;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.burger-menu-icon .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.burger-menu-icon .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.burger-menu-icon .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
html.menu-opened .burger-menu-icon .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
html.menu-opened .burger-menu-icon  .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
html.menu-opened .burger-menu-icon  .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.EndpointLink{
    text-decoration: none;
}
.EndpointLink:hover{
    text-decoration: none !important;
}
.methodType{
    padding: 5px;
    border-radius: 4px;
    font-weight: bold;
}


.colorGreen{
    background-color: #62b4c2;
    color: white;
}
.colorBlue{
    background-color: #6aaae8;
    color: White;
}
.colorYellow{
    background-color: #fca130;
    color: white;
}
.colorRed{
    background-color: #f93e3e;
    color: white;
}
.endpointList
{
    padding-left: 28px;
}
.endpointList a

{
    display: block;
    text-decoration: none;
}
/* code{
    display:block;
	overflow-x:auto;
	padding:0.5em;
	background:#323F4C;
} */
.CodeArea code{
    padding-top: 1em !important;
    padding-bottom: 1em;
}

#show_leftMenu_buttom{
    background-color: #f5f5f5;
    z-index: 999;
    position: fixed;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    top: 5px;
    left: 5px;
    font-size: 20px;
}
#welcome{
    padding: 50px 20px 0px;
}
.singleEndpoint{
    padding-top: 1px;
}
#content-common-responses div{
    padding-left: 50px;
}

@media (min-width: 950px) {
    .left-menu{
        width: 300px;
    }
    .content-page {
        margin-left: 300px;
    }
    #show_leftMenu_buttom{
        display: none;
    }
    #welcome{
        display: none;
    }
    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6,
    .content p,
    .content a,
    .content table,
    .content aside,
    .content dl,
    .content ul,
    .content ol,
    .content .central-overflow-x {
        margin-right: 50%;
    }
}
@media (max-width: 950px) {
    .left-menu{
        width: 0;
    }
    .content-page {
        margin-left: 0;
    }
    #show_leftMenu_buttom{
        display: block;
    }
    #welcome{
        display: block;
    }
    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6,
    .content p,
    .content a,
    .content table,
    .content aside,
    .content dl,
    .content ul,
    .content ol,
    .content .central-overflow-x {
        margin-right: 0%;}
}


.DBLink{
    color: blue !important;
    margin-bottom: 10px;
}
.DBImage{
    width: 90%;
    margin-left: 28px;
}