@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(./../fonts/Montserrat-normal-300.woff) format('woff');
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(./../fonts/Montserrat-normal-400.woff) format('woff');
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(./../fonts/Montserrat-normal-500.woff) format('woff');
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(./../fonts/Montserrat-normal-600.woff) format('woff');
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(./../fonts/Montserrat-normal-700.woff) format('woff');
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(./../fonts/Montserrat-normal-800.woff) format('woff');
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'Material-Design-Iconic-Font';
  font-weight: normal;
  font-style: normal;
  src: url(./../fonts/Material-Design-Iconic-Font.woff2) format("woff2"), url(./../fonts/Material-Design-Iconic-Font.woff) format("woff"), url(./../fonts/Material-Design-Iconic-Font.ttf) format("truetype");
}
.zmdi:before {
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zmdi-close:before {
  content: '\f136';
}

/* ------------------------------------------------------------------------------------------
 * Content
 * ------------------------------------------------------------------------------------------ */
body {
  overflow-x: hidden;
}

body, p, a, div, th, td {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
}

td.code {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

#content {
  padding-top: 16px;
  margin-left: 365px;
  padding-right: 20px;
  max-width:1070px;
  width: 100%;
  z-index: 0;
}

.content-links {
  display: flex;
  padding: 24px 0;
}
.content-links a {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  min-width: 190px;
  color: #31363B;
  transition: 0.24s;
}
.content-links a:hover {
  color: #3a87f2;
}
.content-links a img {
  max-width: 32px;
  width: 100%;
  max-height: 32px;
  height: 100%;
  margin-right: 10px;
}
.content-links a:last-of-type img {
  margin-top: -2px;
}
@media(max-width: 768px) {
  .content-links {
    flex-direction: column;
  }
  .content-links:first-child a {
    margin-bottom: 16px;

  }
}

p {
  color: #808080;
}
a {
  cursor: pointer;
}
h1 {
  font-weight: normal;
  font-size: 44px;
  line-height: 50px;
  margin: 0 0 10px 0;
  padding: 0;
}

h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 20px 0;
  padding: 0;
}

section {
  border-top: 1px solid #ebebeb;
  padding: 30px 0;
}

section h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 14px;
  margin: 0 0 20px 0;
  padding: 0;
}

article {
  padding: 14px 0 30px 0;
}

article h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
}

article h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
}

article h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px 0;
}

article h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 8px 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px 0;
}

th {
  background-color: #f5f5f5;
  text-align: left;
  font-weight: 700;
  padding: 4px 8px;
  border: #e0e0e0 1px solid;
}

td {
  vertical-align: top;
  padding: 10px 8px 0 8px;
  border: #e0e0e0 1px solid;
}

#generator .content {
  color: #b0b0b0;
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}

.label-optional {
  float: right;
  background-color: grey;
  margin-top: 4px;
}

.open-left {
  right: 0;
  left: auto;
}

/* ------------------------------------------------------------------------------------------
 * apidoc - intro
 * ------------------------------------------------------------------------------------------ */

#apidoc .apidoc {
  border-top: 1px solid #ebebeb;
  padding: 30px 0;
}

#apidoc h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 14px;
  margin: 0 0 20px 0;
  padding: 0;
}

#apidoc h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  padding-top: 14px;
}

/* ------------------------------------------------------------------------------------------
 * pre / code
 * ------------------------------------------------------------------------------------------ */
pre {
  background-color: #292b36;
  color: #ffffff;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  margin: 10px 0 20px 0;
  overflow-x: auto;
}

pre.prettyprint {
  width: 100%;
}

code.language-text {
  word-wrap: break-word;
}

pre.language-json {
  overflow: auto;
}

pre.language-html {
  margin: 0 0 20px 0;
}

.type {
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 4px 5px;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: #3387CC;
  color: #ffffff;
}

.type__get {
  background-color: green;
}

.type__put {
  background-color: #e5c500;
}

.type__post {
  background-color: #4070ec;
}

.type__delete {
  background-color: #ed0039;
}

pre.language-api .str {
  color: #ffffff;
}

pre.language-api .pln,
pre.language-api .pun {
  color: #65B042;
}

pre code {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  word-wrap: normal;
  white-space: pre;
}

pre code.sample-request-response-json {
  white-space: pre-wrap;
  max-height: 500px;
  overflow: auto;
}

/* ------------------------------------------------------------------------------------------
 * Sidenav
 * ------------------------------------------------------------------------------------------ */
.sidenav {
  width: 302px;
  margin: 0;
  padding: 0 20px 20px 20px;
  position: absolute;
  top: 165px;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10;
}
.sidenav > li {
  margin: 12px 0;
}
.sidenav > li > a {
  display: block;
  margin: 0;
  padding: 0 11px 0 24px;
  border: 0;
  border-left: transparent 4px solid;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #31363B;
  transition: 0.24s;
}
.sidenav > li > a:hover,
.sidenav > li > a:active,
.sidenav > li > a:focus {
  background-color: transparent;
  color: #3a87f2;
}
.sidenav > li.nav-header {
  margin-top: 24px;
  margin-bottom: 18px;
}

.sidenav > li.nav-header > a {
  padding: 5px 15px;
  font-weight: 600;
  font-size: 17px;
  background-color: #ffffff;
}
.sidenav > li.active > a {
  position: relative;
  z-index: 2;
  color: #008BF5;
}

.sidenav > li.has-modifications a {
  border-right: #60d060 4px solid;
}

.sidenav > li.is-new a {
  border-left: #e5e5e5 4px solid;
}
#scrollingNav {
  height: 100vh;
  padding: 0 20px 20px 20px;
  position: relative;
}

/* ------------------------------------------------------------------------------------------
 * Side nav search
 * ------------------------------------------------------------------------------------------ */
.sidenav-search {
  padding: 15px 20px;
  position: relative;
}

.sidenav-search .search {
  height: 44px;
  border-color: #C0C7CF;
  box-shadow: none;
  width: 242px;

}
.sidenav-search .search:focus,
.sidenav-search .search:active{
  border-color: #3a87f2;
  outline: none;
  box-shadow: none;
}

.search-reset {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 28px;
  height: 28px;
  text-align: center;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #B7C4D2;
}
.search-reset .zmdi {
  font-size: 21px;
}
.sidenav-logo {
  padding: 16px 20px 10px 20px;
  text-align: center;
}

.sidenav-logo .logo {
  background: url('../img/logo.svg') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  margin-top: 10px;
  max-width: 166px;
  width: 100%;
  height: 43px;
}
#sidenav {
  max-width: 319px;
  width: 100%;
  box-shadow: 0 5px 15px 2px rgba(37,47,66,0.1);
  background-color: #fff;
  position: fixed;
  display: flex;
  z-index: 1;
}
.sidenav {
  scrollbar-width: thin;
  scrollbar-color: #3780E6 #E6EAED;
}
.sidenav::-webkit-scrollbar {
  width: 7px;
  visibility: hidden;
}
.sidenav::-webkit-scrollbar-track {
  background-color: #E6EAED;
  border-radius: 10px;
}
.sidenav::-webkit-scrollbar-thumb {
  background-color: #3780E6;
  outline: 1px solid #3780E6;
  border-radius: 10px;
}
.sidenav > li.nav-header:first-child {
  margin-top: 0;
}
.sidenav > li.nav-header:first-child > a{
  padding-top: 0;
  line-height: 1;
}
.sidenav > li.nav-header:not(:first-child) a {
  padding-top: 20px;
  padding-bottom: 0;
  margin-top: 12px;
  margin-bottom: 0;
}
.sidenav > li.nav-header:not(:first-child) a:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  left: 16px;
  height: 1px;
  background-color: rgba(188, 200, 213, 0.4);
}

/* ------------------------------------------------------------------------------------------
 * Compare
 * ------------------------------------------------------------------------------------------ */

ins {
  background: #60d060;
  text-decoration: none;
  color: #000000;
}

del {
  background: #f05050;
  color: #000000;
}

.label-ins {
  background-color: #60d060;
}

.label-del {
  background-color: #f05050;
  text-decoration: line-through;
}

pre.ins {
  background-color: #60d060;
}

pre.del {
  background-color: #f05050;
  text-decoration: line-through;
}

table.ins th,
table.ins td {
  background-color: #60d060;
}

table.del th,
table.del td {
  background-color: #f05050;
  text-decoration: line-through;
}

tr.ins td {
  background-color: #60d060;
}

tr.del td {
  background-color: #f05050;
  text-decoration: line-through;
}

/* ------------------------------------------------------------------------------------------
 * Spinner
 * ------------------------------------------------------------------------------------------ */

#loader {
  position: absolute;
  width: 100%;
}

#loader p {
  padding-top: 80px;
  margin-left: -4px;
}

.spinner {
  margin: 200px auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 14px;
  height: 14px;
  background-color: #0088cc;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
}

/* ------------------------------------------------------------------------------------------
 * Tabs
 * ------------------------------------------------------------------------------------------ */
ul.nav-tabs {
  margin: 0;
}

p.deprecated span{
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}

/* ------------------------------------------------------------------------------------------
 * Print
 * ------------------------------------------------------------------------------------------ */

@media print {

  #sidenav,
  #version,
  #versions,
  section .version,
  section .versions {
    display: none;
  }

  #content {
    margin-left: 0;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  a:after {
    content: " [" attr(href) "] ";
  }

  p {
    color: #000000
  }

  pre {
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    border: #808080 1px solid;
    border-radius: 6px;
    position: relative;
    margin: 10px 0 20px 0;
  }

} /* /@media print */

hr {
  margin-top: 0px;
  margin-bottom: 0px;
}
.container-fluid {
  overflow-x: auto;
}
.container-fluid > .row {
  display: flex;
  justify-content: flex-start;
}

:root{
  scrollbar-color: #C0C7CF #E6EAED!important;
}
@media(max-width: 768px) {
  #sidenav {
    max-width: 160px;
    padding: 0 8px 20px 0;
    z-index: 0;
  }
  .sidenav-logo {
    padding: 16px 8px 10px 8px;
  }
  .sidenav-logo .logo {
    max-width: 100px;
    height: auto;
  }
  .sidenav-search {
    padding: 8px 8px 8px 20px;
  }
  .search-reset {
    right: 14px;
  }
  .sidenav-search .search {
    width: 100%;
  }
  .sidenav {
    width: 160px;
    padding: 0 8px 20px 0;
  }
  .sidenav > li > a {
    padding: 0 11px 0 16px;
  }
  #content {
    margin-left: 180px;
    background: #fff;
    padding: 0 10px;
  }
}
.container-fluid {
  -moz-scrollbars-horizontal: auto;
}



/* notifcation */
.notification {
    width: 100%;
    background: #0D4CA5;
    box-shadow: 0 5px 10px 0px rgba(6,67,153,0.15);
    z-index: 1500;
    position: fixed;
    top: -56px;
    left: 0;
    opacity: 1;
    transition: transform 0.3s;
  }
  .notification .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s, background 0.3s, color 0.3s;
    vertical-align: top;
    white-space: nowrap;
    border: 1px solid transparent;
    outline: 0;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 16px;
    height: 44px;
  }
  .notification.is-visible {
    top: 0;
  }
  
  .notification .container {
    display: flex;
    align-items: center;
    margin: auto;
  }
  
  .notification__icon {
    margin-right: 16px;
    color: #fff;
  }
  
  .notification__icon img {
    min-width: 18px;
    margin-bottom: 2px;
  }
  
  .notification__content {
    color: #fff;
    padding: 18px 0;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s;
  }
  
  .notification__content:hover, .notification__content:focus, .notification__content:active {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .notification__actions {
    margin-left: auto;
    padding: 16px 0;
    display: flex;
    align-items: center;
  }
  .notification__actions .btn {
    border-radius: 3px;
    font-size: 12px;
    max-height: 26px;
    font-weight: 700;
    transition: opacity 0.3s;
  }
  .notification__actions .btn:hover{
    opacity: 0.92;
  }
  .notification__dismiss {
    margin-left: 24px;
    margin-right: -14px;
    background: transparent;
    box-shadow: none;
    border: transparent;
  }
  .notification__dismiss:hover,
  .notification__dismiss:active,
  .notification__dismiss:focus,
  .notification__dismiss:active:focus{
    outline: none;
  }
  
  .notification__dismiss .btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #B7C4D2;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 19px;
  }
  
  .notification .btn:hover, .notification .btn:focus, .notification .btn:active {
    box-shadow: none !important;
  }
  .notification strong {
    font-weight: 700;
  }
  .easy-integration body {
    will-change: padding-top;
  }
  
  .easy-integration .is-active-notification .navbar {
    z-index: 1200;
  }
  
  @media (max-width: 1239px) {
    .notification__icon {
      margin: 0;
      position: absolute;
      left: 16px;
      top: 18px;
      padding-right: 8px;
      line-height: 22px;
    }
    .notification .container {
      flex-direction: column;
      align-items: flex-start;
      max-width: 100%;
    }
    .notification__content {
      padding-left: 32px;
    }
    .notification__actions {
      padding: 0 0 18px 32px;
      width: 100%;
      display: flex;
      justify-content: space-between;
    }
    .notification button.notification__dismiss {
      margin-right: -8px;
    }
  }
  @media (min-width: 1240px) {
    .notification .container {
      max-width: 1230px;
      width: 100%;
    }
}