@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------*/

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;
    /* margin-top: 20px; */
}
.contentapi a{
    color: #00a8e3;
    text-decoration: none;
}
.contentapi a:hover{
    text-decoration: underline;
}
.scroll-to-link{
    cursor: pointer;
}
p, .contentapi ul, .contentapi ol{
    font-size: 16px;
    color: black;
    margin-bottom: 16px;
    line-height: 1.6;
    font-weight: 300;
}
.contentapi h1:first-child{
    font-size: 1.333em;
    color: #034c8f;
    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{
    background-color: rgba(0,0,0,0.05);
    padding: 3px;
    border-radius: 3px;
}

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

.left-menu{
    position: fixed;
    z-index: 3;
    top: 85px;
    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: #034c8f;
}
.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;
    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 div ul li a{
    font-size: 11px;
}
.content-menu div ul{
    margin-left: -40px;
}
.content-menu ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #b1adad;

}
.content-menu div ul li{
    border-bottom: none;

}
.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: #011f2a;
}
@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 6.25%;
    color: #011414;
    letter-spacing: 0.025em;
    line-height: 1.1;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
}

/* 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;
    top: 88px;
}
.content-code{
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #323f4c;
    border-color: #323f4c;
}
.contentapi {
    position: relative;
    z-index: 30;
}
.contentapi h1,
.contentapi h2,
.contentapi h3,
.contentapi h4,
.contentapi h5,
.contentapi h6,
.contentapi p,
.contentapi table,
.contentapi aside,
.contentapi dl,
.contentapi ul,
.contentapi ol,
.contentapi .central-overflow-x {
    margin-right: 50%;
    padding: 0 9px;
    box-sizing: border-box;
    
    /* display: block; */
    /* max-width: 680px; */
}
.contentapi .central-overflow-x {
    margin-right: calc(50% + 28px);
    margin-left: 28px;
    padding: 0;
    overflow-y: hidden;
    max-width: 100%;
    display: block;
}
.contentapi p .central-overflow-x {
    margin-right: 0;
    margin-left: 0;
}
.break-word {
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.contentapi ul,
.contentapi ol {
    padding: 0 44px;
}
.contentapi h2,
.contentapi h3,
.contentapi h4,
.contentapi h5,
.contentapi h6 {
    font-size: 15px;
    /* margin-top: 1.5em; */
    margin-bottom: 0.8em;
    color: #034c8f;
    text-transform: uppercase;
}
.contentapi h2{
    font-size: 1.333em;
}
.contentapi h4{
    color: #00a8e3;
    margin-top: 0;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 0.2em;
}
.content-page .contentapi p,
.content-page .contentapi pre {
    max-width: 680px;
}
.contentapi pre,
.contentapi blockquote {
    background-color: #323f4c;
    border-color: #323f4c;
    color: #fff;
    padding: 0 28px 2em;
    margin: 0;
    width: 40%;
    float: right;
    clear: right;
    box-sizing: border-box;
}
.contentapi pre code, .contentapi pre {
    font-size: 12px;
    line-height: 1.5;
}
.contentapi blockquote,
.contentapi pre,
.contentapi pre code{
    padding-top: 0;
    margin-top: 50px;
}
.contentapi pre code{
    margin-top: 0em;
    background-color: #000;
}
.contentapi table {
    font-size: 0.825em;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
}
.contentapi table tr:last-child {
    border-bottom: 1px solid #ccc;
}
.contentapi table th {
    font-size: 0.925em;
    padding: 5px 18px 5px 0;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    text-align: left;
    line-height: 1.6;
}
.contentapi 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;
}


/* ONE CONTENT COLUMN VERSION
----------------------------------------------------------------------------------------*/

body.one-content-column-version .contentapi h1,
body.one-content-column-version .contentapi h2,
body.one-content-column-version .contentapi h3,
body.one-content-column-version .contentapi h4,
body.one-content-column-version .contentapi h5,
body.one-content-column-version .contentapi h6,
body.one-content-column-version .contentapi p,
body.one-content-column-version .contentapi table,
body.one-content-column-version .contentapi ul,
body.one-content-column-version .contentapi ol,
body.one-content-column-version .contentapi aside,
body.one-content-column-version .contentapi dl,
body.one-content-column-version .contentapi ul,
body.one-content-column-version .contentapi ol {
    margin-right: 0;
    max-width: 100%;
}
body.one-content-column-version .content-page .contentapi p,
body.one-content-column-version .content-page .contentapi pre {
    max-width: 100%;
}
body.one-content-column-version .content-page {
    background-color: #323f4c;
}
body.one-content-column-version .contentapi h1:first-child,
body.one-content-column-version .contentapi h2,
body.one-content-column-version .contentapi h3,
body.one-content-column-version .contentapi h4,
body.one-content-column-version .contentapi h5,
body.one-content-column-version .contentapi h6 {
    color: #59C3C3;
}
body.one-content-column-version p {
    color: #D6F0F0;
}
body.one-content-column-version .contentapi table td {
    color: #D6F0F0;
}
body.one-content-column-version .contentapi thead {
    color: #417179;
}

/* RESPONSIVE
----------------------------------------------------------------------------------------*/

@media only screen and (max-width:980px){
    .contentapi h1, .contentapi h2, .contentapi h3, .contentapi h4, .contentapi h5, .contentapi h6, .contentapi p, .contentapi table, .contentapi ul, .contentapi ol, .contentapi aside, .contentapi dl, .contentapi ul, .contentapi ol {
        margin-right: 0;
    }
    .contentapi .central-overflow-x {
        margin: 0;
        padding: 0 28px;
    }
    .content-code{
        display: none;
    }
    .contentapi pre, .contentapi blockquote {
        margin: 20px 0;
        padding: 28px;
        display: block;
        width: auto;
        float: none;
    }
    .contentapi pre code {
        margin-top: 0;
    }
}

@media only screen and (max-width:680px){
    html {
        scroll-padding-top: 83px;
    }
    html.menu-opened {
        overflow: hidden;
    }
    .left-menu {
        position: relative;
        width: auto;
    }
    .left-menu .content-menu {
        position: fixed;
        width: 400px;
        max-width: 90vw;
        z-index: 3;
        top: 0;
        bottom: 0;
        right: -405px;
        left: auto;
        background-color: #fff;
        margin: 0;
        overflow-x: hidden;
        padding-top: 83px;
        padding-bottom: 20px;
    }
    .left-menu .content-menu ul {
        position: relative;
    }
    .left-menu .mobile-menu-closer {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background-color: rgba(50, 63, 76, .5);
        opacity: 0;
        visibility: hidden;
    }
    html.menu-opened .left-menu .mobile-menu-closer {
        opacity: 1;
        visibility: visible;
    }
    html.menu-opened .left-menu .content-menu {
        right: 0;
    }
    .left-menu .content-logo {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 4;
        background-color: #f4f5f8;
    }
    .content-logo .logo {
        margin-right: 65px;
    }
    .content-page{
        margin-left: 0;
        padding-top: 83px;
    }
    .burger-menu-icon {
        display: block;
    }
}

/* BROWSER AND NON-SEMANTIC STYLING
----------------------------------------------------------------------------------------*/

.cf:before, .cf:after { content: ""; display: block; }
.cf:after { clear: both; }
.ie6 .cf { zoom: 1 }


/*--------------------------------------------------*/
/*----------------Additional------------------------*/
/*--------------------------------------------------*/
.content-section{
    height: auto;
    padding-top: 150px;
}
.content-section pre h2 
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.code-box {
    background-color: #000;
}
.code-box-button 
{
    float: left;
    margin: -10px 0px 0px 10px;
    padding: 5px;
    width: 110px;
}
.code-box p 
{
        color: #fff;
    font-weight: bold;
    margin-top: -29px;
}
.code-box p.link-block
{
    background-color: #323f4c;
    width: 100%;
    padding: 10px;
}



.mainDiv {
    margin-bottom: 4px;
}

.mainDiv .contentapi {
    display: none;
    padding: 5px;
}

.mainDiv .content1 {
    display: none;
    padding: 5px;
}

.mainDiv .apiheader div {
    font-size: 13px;
}

ul,
#myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
}

.parent,
.parent1,
.parent2,
.parent3,
.parent4,
.parent5,
.parent6 {
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.nested,
.nested1,
.nested2,
.nested3,
.nested4,
.nested5,
.nested6 {
    display: none;
}

.nested,
.nested1,
.nested2,
.nested3,
.nested4,
.nested5,
.nested6 {
    padding-left: 40px;
}

.active {
    display: block;
}

.post {
    font-size: 8px;
    background-color: #0077ff9c;
    color: #fff;
    padding: 1px 7px 1px 8px;
    border-radius: 4px;
    margin-right: 10px;
}

.get {
    font-size: 8px;
    background-color: #0c7e289c;
    color: #fff;
    padding: 1px 7px 1px 8px;
    border-radius: 4px;
    margin-right: 10px;
}
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
.defaultOpen
{
display: block;
}

.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
.content-menu {
width: 300px;
padding-top: 0.5rem;
background: #fff;
position: fixed;
left: 0; 
top: 40;
z-index: 10;
height: 630px;
    overflow: scroll;
}
.content-section {
width: 100%;

z-index:0;
-webkit-transform: translateZ( 0 );
transform: translateZ( 0 );
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

/* Smooth CSS3 Scrolling */

.tabsetpricing > input[type="radio"] {
    position: absolute;
    left: -200vw;
  }
  
  .tabsetpricing .tab-panel {
    display: none;
  }
  
  .tabsetpricing > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabsetpricing > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabsetpricing > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabsetpricing > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabsetpricing > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabsetpricing > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
  }


  .pricingbtn{
    width: 200px !important;
  }
  .tabsetpricing 
  {
      width: 80%;
      margin: 0 auto;
      border: 4px solid green;
      padding: 14px;
      /* height: 450px; */
  }
  .tabsetpricing > label {
    position: relative;
    display: inline-block;
    padding: 10px 15px 25px;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    width: 120px;
    text-align: center;
  }
  .tabsetpricing > label:hover,
  .tabsetpricing > input:focus + label {
    color: #06c;
  }
  
  .tabsetpricing > label:hover::after,
  .tabsetpricing > input:focus + label::after,
  .tabsetpricing > input:checked + label::after {
    background: #06c;
  }
  
  .tabsetpricing > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    width: 120px;
    text-align: center;
    background-color: #ffc107;
    height: 54px;
    border-radius: 40px;
    font-size: 16px;
  }
  .tabsetpricing section table 
  {
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .tabsetpricing section table th ,.tabsetpricing section table td
  {
    padding: 10px;
  }
  .tabsetpricing section table th
  {
    font-weight:bold;
  }
  .tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
  }
  .tabsetpricing .pricing-border
  {
    height: 1px;
    background-color: #9f9a9a;
    clear: both;
  }
  .pricing-table1 th ,.pricing-table1 td
   {
    width:550px;
  }
  .tabsetpricing {
    max-width: 85em;
    background-color: #d0e2d0;
  }
  .pricingbutton 
  {
    text-align: center;
  }
  .pricingbutton button 
  {
    padding: 10px;
      width: 310px;
      font-size: 18px;
      background-color: #a8dd9d;
      border: 2px solid green;
      border-radius: 17px;
      color: green;
      /* text-transform: uppercase; */
      cursor: pointer;
  }
  .pricing-last p 
  {
    text-align: right;
      font-size: 12px;
      font-weight: bold;
  }
  .pricing-last1 p 
  {
    text-align: center;
      font-size: 20px;
      font-weight: bold;
  }