﻿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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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,
header,
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.header {
  height: 60px;
  max-height: 60px;
  background: #0095DB;
  width: 100%;
  color: white;
  position: fixed;
  z-index: 10;
  overflow: hidden;
}
@media only screen and (max-width: 430px) {
  .header {
    font-size: 12px!important;
  }
}
.header img {
  padding-right: 10px;
}
.header .logo {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 600;
  float: left;
  line-height: 60px;
  color: white;
  padding: 0 30px;
  border-right: 1px solid #0084c2;
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  .header .logo {
    padding: 0 10px 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .header .logo {
    display: none;
  }
}
.header .logo a {
  color: white;
}
.header .logo img {
  position: relative;
  top: 10px;
}
@media only screen and (max-width: 1024px) {
  .header .logo img {
    top: 12px;
  }
}
.header .logo span {
  font-weight: 300;
  font-size: 13px;
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  .header .logo span {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header .logo small {
    display: none;
  }
}
.header .menu {
  margin: 0 auto;
  text-align: center;
  flex: 99;
  white-space: nowrap;
  overflow-x: scroll;
  position: relative;
  /* li */
}
.header .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .menu::-webkit-scrollbar {
  display: none;
}
.header .menu li {
  display: inline-block;
  position: relative;
  max-height: 60px;
  white-space: nowrap;
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  .header .menu li {
    margin: 0 5px;
  }
}
.header .menu li.active a {
  font-weight: 500;
}
.header .menu li.active a:hover {
  top: 0px!important;
}
.header .menu li.active:after {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 2px;
  background: white;
  display: inline-block;
  position: absolute;
  top: 45px;
  left: 50%;
}
.header .menu li a {
  color: white;
  font-weight: 300;
  line-height: 60px;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease 0s;
  top: 0;
}
.header .menu li a:hover {
  top: 3px;
}
.header .buttons {
  float: right;
  border-left: 1px solid #0084c2;
  padding: 0 30px;
  color: white;
  line-height: 60px;
}
@media only screen and (max-width: 768px) {
  .header .buttons {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 430px) {
  .header .buttons {
    padding: 0 10px;
  }
}
.header .buttons i {
  padding-right: 10px;
}
.header .buttons .open-api-link {
  margin-right: 30px;
  color: white;
  position: relative;
  transition: all 0.2s ease 0s;
  top: 0;
  font-weight: 500;
}
.header .buttons .open-api-link:hover {
  top: 3px;
}
@media only screen and (max-width: 768px) {
  .header .buttons .open-api-link {
    margin-right: 10px;
  }
}
.header .buttons .btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  background: white;
  color: #0095DB;
  border-radius: 30px;
  box-shadow: 0px 6px 10px 0px rgba(255, 255, 255, 0.15);
  position: relative;
  transition: all 0.2s ease 0s;
  top: 0;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .header .buttons .btn {
    padding: 0 15px;
  }
  .header .buttons .btn small {
    font-size: 0;
  }
}
@media only screen and (max-width: 430px) {
  .header .buttons .btn {
    padding-left: 12px;
  }
  .header .buttons .btn img {
    display: none;
  }
}
.header .buttons .btn:hover {
  top: 2px;
}
html {
  scroll-behavior: auto;
}
.sidebar {
  font-size: 14px;
  background: #F4F8F9;
  width: 300px;
  min-height: calc(100% - 60px);
  height: calc(100% - 60px);
  box-sizing: border-box;
  overflow-y: scroll;
  float: left;
  padding: 20px 0;
  position: fixed;
  top: 60px;
}
@media only screen and (max-width: 1024px) {
  .sidebar {
    width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar {
    width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .sidebar {
    display: none;
  }
}
.sidebar .sidebar-menu a {
  color: #101F32;
  box-sizing: border-box;
  line-height: 40px;
  padding: 0px 30px;
  width: 100%;
  display: inline-block;
}
.sidebar .sidebar-menu a:hover {
  background: #dbf3ff;
}
@media only screen and (max-width: 768px) {
  .sidebar .sidebar-menu a {
    font-size: 12px !important;
    padding: 0px 15px;
    line-height: 30px;
  }
}
.sidebar .sidebar-menu li a.active {
  background: #dbf3ff;
  color: #0095DB;
  font-weight: 500;
}
.sidebar .sidebar-menu li a.active:before {
  content: "";
  width: 3px;
  height: 40px;
  background: #0095DB;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .sidebar .sidebar-menu li a.active:before {
    height: 30px;
  }
}
.sidebar .sidebar-menu .sub-menu {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .sidebar .sidebar-menu .sub-menu {
    padding-left: 15px;
  }
}
.sidebar .sidebar-menu .sub-menu ul {
  border-left: 3px solid #EAEDF0;
}
.sidebar .sidebar-menu .sub-menu ul li a.active {
  color: #0095DB;
  background: inherit;
  font-weight: 400;
}
.sidebar .sidebar-menu .sub-menu ul li a.active:before {
  content: "";
  width: 3px;
  height: 40px;
  background: #0095DB;
  position: absolute;
  left: 30px;
}
@media only screen and (max-width: 768px) {
  .sidebar .sidebar-menu .sub-menu ul li a.active:before {
    height: 30px;
    left: 15px;
  }
}
.sidebar .sidebar-menu .sub-menu ul li a {
  color: #808080;
  padding: 0 15px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .sidebar .sidebar-menu .sub-menu ul li a {
    padding: 0 10px;
  }
}
.sidebar .sidebar-menu .sub-menu ul li a:hover {
  background: inherit;
  color: #0095DB;
}
.target:before {
  content: '';
  display: block;
  height: 95px;
  margin-top: -95px;
}
.content {
  float: left;
  box-sizing: border-box;
  width: calc(100vw - 300px);
  color: #3C3C3B;
  position: relative;
  left: 300px;
  top: 60px;
  margin-bottom: 60px;
}
.content:after {
  content: "";
  height: 100vh;
  background: white;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .content {
    left: 250px;
    width: calc(100vw - 250px);
  }
}
@media only screen and (max-width: 768px) {
  .content {
    left: 200px;
    width: calc(100vw - 200px);
  }
}
@media only screen and (max-width: 600px) {
  .content {
    left: 0;
    width: 100vw;
  }
}
.content.start h3 {
  margin-top: 40px;
}
.content .section {
  padding: 50px 60px;
  border-bottom: 1px solid #F4F8F9;
}
@media only screen and (max-width: 1024px) {
  .content .section {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 600px) {
  .content .section {
    padding: 20px 20px;
  }
}
.content p,
.content ul,
.content ol {
  font-size: 14px;
  color: #808080;
  line-height: 30px;
  font-weight: 300;
}
.content ol,
.content ul {
  padding-left: 30px;
}
.content ol.list,
.content ul.list {
  list-style-type: disc;
  margin: 10px 0;
}
.content h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.content h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.content .property-table {
  margin-bottom: 50px;
}
.content .property-table .row {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ECEEF0;
  vertical-align: middle;
  padding: 10px 0;
  line-height: 25px;
  /* Header Row */
  /* Content Table */
}
@media only screen and (max-width: 430px) {
  .content .property-table .row {
    display: inline-block;
  }
}
.content .property-table .row .header-col-1,
.content .property-table .row .header-col-2,
.content .property-table .row .header-col-3 {
  font-weight: 600;
  color: #3C3C3B;
}
@media only screen and (max-width: 430px) {
  .content .property-table .row .header-col-1,
  .content .property-table .row .header-col-2,
  .content .property-table .row .header-col-3 {
    display: none;
  }
}
.content .property-table .row .header-col-1,
.content .property-table .row .header-col-2,
.content .property-table .row .header-col-3,
.content .property-table .row .col-1,
.content .property-table .row .col-2,
.content .property-table .row .col-3 {
  float: left;
  box-sizing: border-box;
}
.content .property-table .row .header-col-1 {
  width: 30%;
  text-align: right;
  padding-right: 30px;
}
.content .property-table .row .header-col-2 {
  width: 35%;
  padding-right: 30px;
}
.content .property-table .row .header-col-3 {
  width: 35%;
}
.content .property-table .row .col-1 {
  width: 30%;
  text-align: right;
  padding-right: 30px;
  font-family: Menlo;
  font-size: 13px;
  color: #3C3C3B;
}
@media only screen and (max-width: 430px) {
  .content .property-table .row .col-1 {
    text-align: left;
  }
}
.content .property-table .row .col-2 {
  width: 35%;
  padding-right: 30px;
}
@media only screen and (max-width: 430px) {
  .content .property-table .row .col-2 {
    margin-top: 10px;
  }
  .content .property-table .row .col-2:before {
    content: 'Validation: ';
    font-weight: 500;
  }
}
.content .property-table .row .col-3 {
  width: 35%;
}
@media only screen and (max-width: 430px) {
  .content .property-table .row .col-3 {
    margin-top: 10px;
  }
  .content .property-table .row .col-3:before {
    content: 'Notes: ';
    font-weight: 500;
  }
}
.content .property-table .row .col-1,
.content .property-table .row .col-2,
.content .property-table .row .col-3 {
  font-weight: 300;
  color: #808080;
  font-size: 14px;
  line-height: 30px;
}
@media only screen and (max-width: 430px) {
  .content .property-table .row .col-1,
  .content .property-table .row .col-2,
  .content .property-table .row .col-3 {
    width: 100%;
  }
}
.content .tag {
  padding: 0px 5px;
  line-height: 20px;
  display: inline-block;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.content .tag.required-tag {
  color: #EF7C00;
  background: #fff7ef;
}
.content .tag.readonly-tag {
  color: #0095DB;
  background: #c2ebff;
}
.content .tag.expandable-tag {
  color: #4EC14F;
  background: #e5f6e5;
}
.content .api-method {
  border-top: 1px solid #ECEEF0;
  padding: 20px 0;
}
.content .api {
  color: white;
  background: #101F32;
  font-size: 13px;
  border-radius: 3px;
  padding: 8px 10px;
  font-family: Menlo;
  display: inline-block;
}
.content span.api {
  padding: 0 10px;
}
.content pre.code,
.content span.code {
  color: #808080;
  background: #F4F8F9;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #ECEEF0;
  padding: 0px 5px;
  font-family: Menlo;
  display: inline-block;
  line-height: 20px;
}
/* ACCORDION */
.accordion-container {
  margin-top: 50px;
}
.accordion-container article {
  border: 1px solid #ECEEF0;
  border-radius: 5px;
}
.accordion-container .article-title {
  position: relative;
  background: #F4F8F9;
  margin: 0;
  padding: 17px 30px;
  cursor: pointer;
  font-size: 16px;
  outline: 0;
}
.accordion-container .content-entry {
  margin-bottom: 10px;
}
.accordion-container .content-entry .accordion-content {
  display: none;
  padding: 20px 30px;
}
.accordion-container .content-entry.open i:before {
  content: "-- ";
  letter-spacing: -4px;
  right: 33px;
  padding-right: 4px;
}
.accordion-container .content-entry i {
  position: absolute;
  top: 9px;
  right: 30px;
  color: #0095DB;
  font-weight: 800;
  font-size: 25px;
}
.accordion-container .content-entry i:before {
  content: "+ ";
}
/* CodeMirror Bootstrap Theme */
.code-example-container {
  overflow: hidden;
  margin: 20px 0;
  border-radius: 5px;
}
.code-example-container h4 {
  background: #ECEEF0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  color: #808080;
  padding: 10px 15px;
}
.code-example-container pre.code-example {
  font-size: 12px;
  padding: 15px;
  font-family: Menlo;
  line-height: 17px;
  background: #F4F8F9;
  color: #B3B3B3;
  white-space: pre-wrap;
}
.code-example-container pre.code-example .cm-comment {
  font-style: italic;
  color: #999988;
}
.code-example-container pre.code-example .cm-number {
  color: #F60;
}
.code-example-container pre.code-example .cm-atom {
  color: #3A97D4;
  font-weight: 700;
}
.code-example-container pre.code-example .cm-variable-2 {
  color: #3C3C3B;
}
.code-example-container pre.code-example .cm-string {
  color: #13804F;
}
.code-example-container pre.code-example .cm-property {
  color: #3C3C3B;
}
.code-example-container pre.code-example .cm-keyword {
  color: #069;
}
.code-example-container pre.code-example .cm-operator {
  color: #3C3C3B;
}
.code-example-container pre.code-example .cm-qualifier {
  color: #13804F;
}
.content.faq .api {
  padding: 0px 10px;
}
.content.faq .article-title {
  position: relative;
  margin: 20px 30px;
  padding-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  outline: 0;
  line-height: 25px;
  border-bottom: 1px solid #ECEEF0;
}
.content.faq .content-entry {
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ECEEF0;
}
.content.faq .content-entry .faq-content {
  padding: 0px 30px 20px 30px;
  font-size: 14px;
  color: #808080;
  line-height: 30px;
  font-weight: 300;
  position: relative;
}
.content.faq .content-entry .faq-content .morelink {
  color: #0095DB;
  font-weight: 500;
  font-size: 23px;
  position: absolute;
  right: 30px;
  top: -70px;
}
.content.faq .content-entry .faq-content .morelink.less {
  letter-spacing: -4px;
  right: 34px;
  top: -71px;
}
.content.faq .content-entry .icon-search {
  position: absolute;
  right: 30px;
}
.content.faq .morecontent small {
  display: none;
}
.content.faq .morelink {
  display: block;
}
.content.faq ul {
  list-style: initial;
}
.login {
  min-height: 100%;
  position: relative;
}
.login .left {
  width: 40%;
  background: #0095DB;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  .login .left {
    display: none;
  }
}
.login .left .image {
  background-image: url(images/login-background.jpg);
  background-size: cover;
  background-position: left top;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  overflow: hidden;
  position: relative;
}
.login .left .image img {
  max-width: 100%;
  position: absolute;
  right: -100px;
  bottom: -100px;
}
.login .right {
  width: 60%;
  position: relative;
  left: 40%;
  box-sizing: border-box;
  padding: 80px;
}
@media only screen and (max-width: 768px) {
  .login .right {
    padding: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .login .right {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .login .right {
    padding: 20px;
  }
}
.login .right .logo {
  margin-bottom: 100px;
  margin-top: 20px;
  width: 400px;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .login .right .logo {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.login .right h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.login .right p {
  font-size: 14px;
  color: #808080;
  line-height: 30px;
  font-weight: 300;
}
.login .right form {
  margin-top: 40px;
}
.login .right form .input-container {
  position: relative;
  height: 90px;
}
.login .right form .input-container img {
  position: relative;
  left: 15px;
  z-index: 2;
  top: 16px;
}
.login .right form .input-container.password img {
  top: 12px;
}
.login .right form .input-container label {
  font-weight: 500;
  padding-bottom: 5px;
  display: block;
  font-size: 14px;
}
.login .right form .input-container input[type=email],
.login .right form .input-container input[type=password] {
  position: absolute;
  left: 0px;
  line-height: 40px;
  width: 100%;
  border-radius: 3px;
  padding: 0 15px 0 40px;
  border: 1px solid #ECEEF0;
  font-size: 14px;
  z-index: 1;
}
.login .right form .input-container input[type=email]::placeholder,
.login .right form .input-container input[type=password]::placeholder {
  color: #C4C4C5;
  opacity: 1;
  /* Firefox */
}
.login .right form .input-container input[type=email]:focus,
.login .right form .input-container input[type=password]:focus {
  outline: 0;
}
.login .right .btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  background: #0095DB;
  color: white;
  border-radius: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 149, 219, 0.35);
  position: relative;
  transition: all 0.2s ease 0s;
  top: 0;
  font-weight: 500;
  font-size: 15px;
  font-family: Roboto, Arial, sans-serif;
  cursor: pointer;
  border: none;
  margin-bottom: 30px;
}
.login .right .btn:focus {
  outline: none;
  border: none;
}
.login .right .btn:hover {
  top: 2px;
}
@font-face {
  font-family: "Menlo";
  src: url("/assets/fonts/Menlo-Regular.ttf");
}
body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
}
a {
  text-decoration: none;
}