*, *:before, *:after {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

progress {
  vertical-align: baseline
}

template, [hidden] {
  display: none
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active, a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: inherit
}

b, strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1em
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0
}

optgroup {
  font-weight: bold
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

textarea {
  overflow: auto
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

body {
  *zoom: 1;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding-top: 70px;
  font-weight: 300;
  color: #404040
}

body:before, body:after {
  content: " ";
  display: table
}

body:after {
  clear: both
}

body, html {
  min-height: 100%;
  height: 100%
}

main {
  min-height: 100%;
  margin-left: 17%;
  position: absolute;
  width: 83%;
  top: 0;
  bottom: 0;
  padding: 70px 0 0
}

strong {
  font-weight: 700
}

img {
  max-width: 100%
}

main a {
  color: BlueViolet;
  text-decoration: none
}

main a:hover {
  text-decoration: underline
}

h1, h2 {
  font-size: 36px;
  font-weight: 300;
  /* color: BlueViolet; */
  color: indigo;
}

h2 {
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 10px
}

h3 {
  color: #404040;
  font-size: 26px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 5px
}

h4 {
  color: #404040;
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 5px
}

h5 {
  color: #404040;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px
}

blockquote {
  background: #f6f6f6;
  border: 1px solid #eee;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px 10px 80px;
  position: relative
}

blockquote:before {
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  border-radius: 50%;
  background: BlueViolet;
  content: "\f10d";
  color: #fff;
  font-family: fontAwesome;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
  font-size: 20px
}

pre {
  display: block;
  background: #fafafa;
  color: #404040;
  padding: 10px 20px;
  max-width: 100%;
  overflow: auto
}

code {
  display: inline-block;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 0 3px
}

p code {
  word-wrap: break-word;
  max-width: 100%
}

pre code {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0
}

.wrapper_table {
  max-width: 100%;
  overflow-x: auto
}

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

table td, table th {
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  word-wrap: break-word;
  max-width: 300px
}

table th {
  background: #ddd;
  color: #404040;
  text-align: center
}

table thead tr {
  border-bottom: 3px solid #bbb
}

table tbody tr {
  border-bottom: 1px solid #e5e5e5
}

table tbody tr td:nth-child(odd) {
  background: #f6f6f6
}

table tbody tr td:nth-child(even) {
  background: #fff
}

body.guide_kyc.guide_page td, body.guide_kyc.guide_page th {
  max-width: 600px
}

li {
  margin-bottom: 5px
}

.clear {
  float: none !important clear:both
}

.alert {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 0 15px 0 40px;
  margin: 20px 0;
  color: #fff;
  font-weight: 100;
  position: relative;
  font-size: 14px;
  line-height: 18px
}

.alert:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 10px;
  font-size: 18px;
  font-family: fontAwesome
}

.alert.alert-success {
  border-color: #186644;
  background: #259A68
}

.alert.alert-success:before {
  content: "\f00c"
}

.alert.alert-danger {
  border-color: #a34540;
  background: #D65A53
}

.alert.alert-danger:before {
  content: "\f071"
}

.alert.alert-info {
  border-color: #296b96;
  background: #368ECA
}

.alert.alert-info:before {
  content: "\f05a"
}

.alert a {
  color: #fff !important;
  text-decoration: underline
}

.alert p code {
  border-color: #fff
}

header {
  background-color: #fff;
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 20px;
  z-index: 10;
  -moz-box-shadow: 0 2px 2px 0 #cfcfcf;
  -webkit-box-shadow: 0 2px 2px 0 #cfcfcf;
  -o-box-shadow: 0 2px 2px 0 #cfcfcf;
  box-shadow: 0 2px 2px 0 #cfcfcf;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=180, Strength=2)
}

header .logo {
  height: 50px;
  font-size: 23px;
  line-height: 68px;
  padding: 0 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: block;
  float: left;
  /* color: BlueViolet; */
  color: slateblue;
  text-decoration: none
}

header .logo img {
  max-height: 50px
}

header .logo span {
  line-height: 50px;
  text-transform: uppercase;
  vertical-align: top
}

header .logo span.title_api {
  margin-left: 20px;
  font-weight: 300
}

header .logo span.title_api sup {
  font-size: 12px;
  vertical-align: top;
  top: 21px;
  margin-left: 3px
}

header nav.right {
  float: right;
  line-height: 50px;
  position: relative;
  padding-left: 35px
}

header nav.right a {
  color: BlueViolet;
  font-size: 18px;
  text-decoration: none
}

header nav.right a:hover {
  text-decoration: underline
}

header nav.right a img {
  vertical-align: middle
}

header nav.right .faq {
  margin: 0 15px
}

header nav.right .contact {
  margin-left: 15px
}

header nav.right .icon {
  margin-left: 10px;
  font-size: 20px
}

header nav.right .icon.tw {
  margin-left: 15px
}

header nav.right .algolia-autocomplete {
  position: absolute !important;
  top: 0;
  left: 0
}

header nav.right input {
  width: 35px;
  height: 30px;
  cursor: pointer;
  border: 1px solid #fff;
  line-height: 20px;
  display: inline-block;
  background: #fff url("../img/search-icon.png") no-repeat right 10px center;
  outline: none;
  transition: all .3s ease;
  color: #fff;
  position: absolute;
  left: 0;
  top: 11px;
  z-index: 3;
  text-indent: -2000px
}

header nav.right input:hover {
  border: 1px solid #ececec
}

header nav.right input:focus {
  border: 1px solid #ececec;
  width: 375px;
  color: #404040;
  padding-right: 35px;
  padding-left: 10px;
  -moz-box-shadow: 0 0 5px 0 #ececec;
  -webkit-box-shadow: 0 0 5px 0 #ececec;
  -o-box-shadow: 0 0 5px 0 #ececec;
  box-shadow: 0 0 5px 0 #ececec;
  cursor: text;
  text-indent: 0px;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#ececec, Direction=NaN, Strength=5)
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear
}

.headroom--pinned {
  transform: translateY(0%)
}

.headroom--unpinned {
  transform: translateY(-100%)
}

#menu-toggle * {
  transition: .08s ease-in-out
}

#menu-toggle {
  display: none;
  width: 39px;
  height: 39px;
  position: absolute;
  cursor: pointer;
  border: 1px solid BlueViolet;
  border-radius: 4px;
  top: 50%;
  transform: translate(0, -50%)
}

#menu-toggle:hover {
  background: #fbebe4
}

#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%
}

#menu-toggle #hamburger span {
  width: 70%;
  height: 4px;
  position: relative;
  top: 3px;
  left: 13%;
  margin: 5px 0
}

#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s
}

#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s
}

#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s
}

#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg)
}

#menu-toggle #cross span:nth-child(1) {
  height: 0;
  width: 4px;
  position: absolute;
  top: 10%;
  left: 17px;
  transition-delay: 0s
}

#menu-toggle #cross span:nth-child(2) {
  width: 0;
  height: 4px;
  position: absolute;
  left: 10%;
  top: 17px;
  transition-delay: 0.25s
}

#menu-toggle.open #hamburger span {
  width: 0
}

#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s
}

#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s
}

#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s
}

#menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  transition-delay: 0.625s
}

#menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: 0.375s
}

#menu-toggle span {
  display: block;
  background: BlueViolet;
  border-radius: 2px
}

.menu_doc {
  width: 17%;
  height: 100%;
  background-color: #ececec;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  padding-top: 70px
}

.container_menus {
  position: relative;
  overflow-y: hidden;
  height: 100%;
  width: 100%
}

.left_menus {
  font-family: 'Roboto', sans-serif;
  padding-bottom: 50px;
  border-right: 1px solid #ececec
}

.left_menus a {
  text-decoration: none;
  color: #5f5f5f
}

.left_menus ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.left_menus li {
  margin-bottom: 0
}

.left_menus .select_language, .left_menus .select_version {
  width: 90%;
  /* background-color: #EEA745; */
  background-color: slateblue;
  margin: auto;
  line-height: 35px;
  border-bottom: 2px solid #ececec;
  cursor: pointer
}

.left_menus .select_language span, .left_menus .select_version span {
  font-size: 20px;
  color: white;
  padding-left: 10px
}

.left_menus .select_language span:after, .left_menus .select_version span:after {
  padding-right: 20px;
  float: right;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 22px;
  font-style: normal;
  text-decoration: none
}

.left_menus .select_language span.changed:after, .left_menus .select_version span.changed:after {
  content: "\f107"
}

.left_menus .select_language ul, .left_menus .select_version ul {
  list-style: none;
  background-color: white;
  display: none;
  padding-left: 10px
}

.left_menus .select_language ul li a, .left_menus .select_version ul li a {
  display: block;
  width: 100%;
  cursor: pointer
}

.left_menus .select_language ul li a:hover, .left_menus .select_version ul li a:hover {
  font-weight: bold
}

.left_menus .select_version {
  margin-top: 20px;
  margin-bottom: 25px
}

.left_menus ul.menus {
  border-top: 1px solid #fff
}

.left_menus ul.menus a {
  display: block
}

.left_menus ul.menus a:hover {
  color: BlueViolet;
}

.left_menus ul.menus a.dropdown:hover {
  color: #404040;
  cursor: default
}

.left_menus ul.menus li.hide_menu {
  display: none
}

.left_menus ul.menus>li {
  border-bottom: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px
}

.left_menus ul.menus>li>a {
  margin-left: 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px
}

.left_menus ul.menus>li>ul.sub-menu>li>a {
  color: black
}

.left_menus ul.menus>li ul.sub-menu {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 10px;
  font-weight: normal
}

.left_menus ul.menus>li ul.sub-menu>li>ul {
  display: none
}

.left_menus ul.menus>li ul.sub-menu>li>ul>li {
  background-color: white
}

.left_menus ul.menus>li ul.sub-menu>li>a {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 20px;
  font-size: 15px
}

.left_menus ul.menus>li ul.sub-menu>li.parent-active {
  background-color: white;
  margin-bottom: 5px
}

.left_menus ul.menus>li ul.sub-menu>li.parent-active ul {
  display: block
}

.left_menus ul.menus>li ul.sub-menu>li.active {
  background-color: MediumSlateBlue;
}

.left_menus ul.menus>li ul.sub-menu>li.active>a {
  padding-top: 8px;
  padding-bottom: 8px;
  color: white
}

.left_menus ul.menus>li ul.sub-menu>li.active>a:before {
  padding-right: 20px;
  float: right;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 22px;
  font-style: normal;
  text-decoration: none
}

.left_menus ul.menus>li ul.sub-menu ul.sub-menu {
  margin-top: 0;
  font-weight: normal;
  text-transform: none
}

.left_menus ul.menus>li ul.sub-menu ul.sub-menu>li {
  margin-top: 0
}

.left_menus ul.menus>li ul.sub-menu ul.sub-menu>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px
}

.left_menus ul.menus>li ul.sub-menu ul.sub-menu>li.active {
  background-color: MediumSlateBlue;
}

.left_menus ul.menus>li ul.sub-menu ul.sub-menu>li.active>a:before {
  padding-right: 20px;
  float: right;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 20px;
  font-style: normal;
  text-decoration: none
}

.type_home.active a {
  color: MediumSlateBlue;
}

.left_menus .supp {
  display: none;
  margin: 20px 0;
  padding: 0 20px;
  text-align: center
}

.left_menus .supp a {
  box-sizing: border-box;
  color: BlueViolet;
  font-size: 21px;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0;
  width: 49%
}

.left_menus .supp a:hover {
  text-decoration: underline
}

.left_menus .supp a img {
  vertical-align: middle
}

.left_menus .supp a.icon {
  font-size: 25px
}

.left_menus .supp input {
  width: 100%;
  height: 30px;
  border: 1px solid BlueViolet;
  padding-right: 35px;
  padding-left: 10px;
  position: relative;
  line-height: 20px;
  display: block;
  color: #333;
  background: url("../img/search-icon.png") no-repeat right 10px center
}

h1.title_cat {
  color: BlueViolet;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
  padding: 0 20px
}

ul.list_blog_categories {
  margin-top: 50px;
  padding: 0 20px;
  text-align: center
}

ul.list_blog_categories li {
  list-style-type: none;
  font-weight: 700;
  display: inline-block;
  font-size: 18px;
  margin-right: 30px;
  text-transform: uppercase
}

ul.list_blog_categories li a {
  color: #615e5e;
  text-decoration: none;
  position: relative
}

ul.list_blog_categories li a:after {
  display: block;
  background: BlueViolet;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 100%
}

ul.list_blog_categories li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

ul.list_blog_categories li.current a {
  color: BlueViolet
}

ul.list_blog_categories li.current a:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.blog_posts {
  margin-top: 50px;
  padding: 0 50px
}

.blog_posts .post {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  padding: 15px 25px
}

.blog_posts .post h2 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 10px
}

.blog_posts .post h2 a {
  color: BlueViolet;
  text-decoration: none
}

.blog_posts .post h2 a:hover {
  text-decoration: underline
}

.blog_posts .post p {
  margin: 0;
  margin-bottom: 10px
}

.blog_posts .post .post_details {
  color: #404040;
  font-size: 14px
}

.blog_posts .post .post_details span.category {
  text-transform: uppercase
}

.blog_posts .post .post_details span a {
  text-decoration: none
}

.blog_posts .post .post_details span a:hover {
  text-decoration: underline
}

.pagination_wrapper {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px
}

ul.pagination li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px
}

ul.pagination li a, ul.pagination li span {
  display: block;
  border-radius: 4px;
  padding: 5px 10px
}

ul.pagination li a {
  color: #615e5e;
  border: 1px solid #615e5e;
  text-decoration: none
}

ul.pagination li a:hover {
  color: BlueViolet;
  border: 1px solid BlueViolet
}

ul.pagination li.active span {
  color: BlueViolet;
  border: 1px solid BlueViolet
}

ul.pagination li.disabled {
  display: none
}

.single_post {
  margin: 30px 50px
}

.single_post h1 {
  font-size: 36px;
  font-weight: 200;
  color: BlueViolet;
  margin-bottom: 0
}

.single_post .post_details {
  color: #404040;
  font-size: 16px;
  font-weight: 200
}

.single_post .post_details span.category {
  text-transform: uppercase
}

.single_post .post_details span a {
  color: #404040;
  text-decoration: none
}

.single_post .post_details span a:hover {
  text-decoration: underline
}

.single_post .content {
  margin-top: 30px
}

div.container_doc {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  width: 100%
}

body.contact_page article.guide {
  text-align: center
}

.contact_form {
  margin: auto;
  width: 60%
}

.guide {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 50px;
  margin-bottom: 200px
}

.content_doc .entities {
  display: table;
  table-layout: fixed;
  width: 100%
}

.content_doc .entities article {
  display: table-row;
  position: relative
}

.content_doc .entities article:nth-child(even) .entity_infos {
  background-color: #f6f6f6
}

.content_doc .entities article .entity_infos {
  position: relative;
  padding-right: 30px;
  padding-left: 50px;
  display: table-cell;
  border-bottom: 1px solid #ececec
}

.content_doc .entities article sidebar {
  border-bottom: 1px solid #737373;
  display: table-cell;
  position: relative;
  overflow-x: hidden;
  word-wrap: break-word;
  width: 35%;
  max-width: 35%
}

.content_doc .entities article:last-child .entity_infos {
  padding-bottom: 300px
}

.alert_last_version {
  position: fixed;
  top: 70px;
  left: 0;
  width: auto;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  background-color: #F6A431;
  z-index: 2;
  width: 50%;
  margin-left: 20%
}

.alert_last_version a {
  color: #fff;
  font-weight: bold
}

.content_doc .entities .entity_infos {
  padding-bottom: 30px
}

.content_doc .entities .entity_infos h2 {
  margin-top: 0;
  padding-top: 50px;
  font-size: 30px
}

.content_doc .entities .entity_infos h3 {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px dashed #e7e7e7;
  padding-bottom: 4px
}

.content_doc .entities .entity_infos .intro, .content_doc .entities .entity_infos .outro {
  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 15px;
  word-wrap: break-word
}

.content_doc .entities .entity_infos .url_endpoint {
  margin-top: 15px
}

.content_doc .entities .entity_infos .url_endpoint .method {
  border-radius: 4px;
  padding: 2px 4px;
  color: #fff;
  margin-right: 10px;
  min-width: 50px;
  display: inline-block;
  vertical-align: top;
  text-align: center
}

.content_doc .entities .entity_infos .url_endpoint .method.method_POST {
  background: #EEA745
}

.content_doc .entities .entity_infos .url_endpoint .method.method_GET {
  background: #D5D13D
}

.content_doc .entities .entity_infos .url_endpoint .method.method_PUT {
  background: #489fc7
}

.content_doc .entities .entity_infos .url_endpoint .url {
  word-wrap: break-word;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 100px)
}

.content_doc .entities .entity_infos .url_endpoint .url code {
  background: Lavender;
  border: none;
  border-radius: 4px;
  padding: 0 6px;
  color: #404040
}

.content_doc .entities .entity_infos .entity_parameters .param_row {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 14px;
  clear: both;
  float: none !important
}

.content_doc .entities .entity_infos .entity_parameters .param_row .param_enum, .content_doc .entities .entity_infos .entity_parameters .param_row .param_infos, .content_doc .entities .entity_infos .entity_parameters .param_row .param_name {
  display: inline-block;
  vertical-align: top
}

.content_doc .entities .entity_infos .entity_parameters .param_row .param_name {
  text-align: right;
  padding-left: 0;
  width: 23%
}

.content_doc .entities .entity_infos .entity_parameters .param_row .param_name code {
  /* background: Lavender; */
  background: lavender;
  border: none;
  border-radius: 4px;
  padding: 0 6px;
  color: #404040;
  word-wrap: break-word;
  white-space: normal;
  overflow: auto;
  max-width: 100%
}

.content_doc .entities .entity_infos .entity_parameters .param_row .param_infos {
  width: 55%;
  padding: 0
}

.content_doc .entities .entity_infos .entity_parameters .param_row .param_enum {
  width: 17%;
  color: BlueViolet;
  padding: 0 10px
}

.content_doc .entities .entity_infos .entity_parameters .param_row .param_enum>span span {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.content_doc .entities .entity_infos .entity_parameters .param_row .param_required {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px
}

.content_doc .entities .entity_infos .entity_parameters .param_row .param_required .required {
  color: dodgerblue;
}

.content_doc .entities .entity_infos .entity_parameters .param_row .param_desc {
  display: inline-block;
  width: calc(100% - 75px);
  vertical-align: top;
  padding-top: 5px;
  float: right
}

.content_doc .entities .entity_infos .entity_parameters .param_row .param_desc a {
  color: #404040;
  text-decoration: underline
}

.content_doc .entities .entity_infos .entity_parameters .param_row .param_desc p {
  margin: 0
}

.content_doc .entities .entity_infos .entity_parameters .param_row.is_object .param_name {
  cursor: pointer;
  position: relative
}

.content_doc .entities .entity_infos .entity_parameters .param_row.is_object .param_name:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 5px;
  border-top: 6px solid Lavender;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent
}

.content_doc .entities .entity_infos .entity_parameters .param_row.is_object .param_enum>span>span {
  text-decoration: underline
}

.content_doc .entities .entity_infos .entity_parameters .param_subrows {
  display: none;
  background: #f6f6f6;
  border: 1px solid #fff
}

.content_doc .entities article .entity_infos .c_buttons {
  display: none;
  margin: 0;
  padding: 0;
  *zoom: 1
}

.content_doc .entities article .entity_infos .c_buttons:before, .content_doc .entities article .entity_infos .c_buttons:after {
  content: " ";
  display: table
}

.content_doc .entities article .entity_infos .c_buttons:after {
  clear: both
}

.content_doc .entities article .entity_infos .c_buttons .c_button {
  display: block;
  float: left;
  width: 33.33%;
  list-style-type: none;
  color: #404040;
  border: 1px solid BlueViolet;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 25px;
  margin-top: 20px;
  text-align: center
}

.content_doc .entities article .entity_infos .c_buttons .c_button:first-child {
  border-right: none;
  border-radius: 4px 0 0 4px
}

.content_doc .entities article .entity_infos .c_buttons .c_button:last-child {
  border-left: none;
  border-radius: 0 4px 4px 0
}

.content_doc .entities article .entity_infos .c_buttons .c_button:hover {
  background: BlueViolet;
  color: #fff
}

.content_doc .entities article .entity_infos .c_buttons .c_button.current {
  background: BlueViolet;
  color: #fff;
  border-color: #fff;
  font-weight: 700;
  border: 1px solid BlueViolet
}

.content_doc .entities article .entity_infos .c_buttons .c_button.disabled {
  cursor: not-allowed;
  background-color: #e0e0e0
}

.content_doc .entities sidebar {
  background: #252525;
  padding-top: 0;
  padding-bottom: 30px
}

.content_doc .entities sidebar.fullscreen {
  display: block;
  height: 100%;
  position: fixed;
  overflow-y: auto
}

.content_doc .entities sidebar.fullscreen .c_buttons {
  margin-top: 0 !important
}

.content_doc .entities sidebar .sidebar-toggle {
  display: none;
  width: 38px;
  height: 38px;
  position: relative;
  margin-top: 20px;
  margin-left: 20px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 4px
}

.content_doc .entities sidebar .sidebar-toggle:hover {
  border: 1px solid BlueViolet
}

.content_doc .entities sidebar .sidebar-toggle:hover span {
  background: BlueViolet
}

.content_doc .entities sidebar .sidebar-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg)
}

.content_doc .entities sidebar .sidebar-toggle #cross span:nth-child(1) {
  height: 0;
  width: 4px;
  position: absolute;
  top: 10%;
  left: 16px
}

.content_doc .entities sidebar .sidebar-toggle #cross span:nth-child(2) {
  width: 0;
  height: 4px;
  position: absolute;
  left: 10%;
  top: 16px
}

.content_doc .entities sidebar .sidebar-toggle.open #cross span:nth-child(1) {
  height: 80%
}

.content_doc .entities sidebar .sidebar-toggle.open #cross span:nth-child(2) {
  width: 80%
}

.content_doc .entities sidebar .sidebar-toggle span {
  display: block;
  background: #fff;
  border-radius: 2px
}

.content_doc .entities sidebar .c_buttons {
  margin-bottom: 0;
  padding-left: 20px;
  margin-top: 0;
  *zoom: 1
}

.content_doc .entities sidebar .c_buttons:before, .content_doc .entities sidebar .c_buttons:after {
  content: " ";
  display: table
}

.content_doc .entities sidebar .c_buttons:after {
  clear: both
}

.content_doc .entities sidebar .c_buttons .c_button {
  float: left;
  display: block;
  list-style-type: none;
  color: #eee;
  border: 1px solid #737373;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 25px;
  margin-top: 20px;
  transition: all .4s ease
}

.content_doc .entities sidebar .c_buttons .c_button:first-child {
  border-right: none;
  border-radius: 4px 0 0 4px
}

.content_doc .entities sidebar .c_buttons .c_button:last-child {
  border-left: none;
  border-radius: 0 4px 4px 0
}

.content_doc .entities sidebar .c_buttons .c_button:hover {
  background: BlueViolet
}

.content_doc .entities sidebar .c_buttons .c_button.current {
  background: BlueViolet;
  font-weight: 300
}

.content_doc .entities sidebar .c_buttons .c_button.disabled {
  cursor: not-allowed;
  background-color: #504E4E
}

.content_doc .entities sidebar .code-page.view {
  display: block
}

.content_doc .entities sidebar .code-page.code, .content_doc .entities sidebar .code-page.play {
  display: none
}

.code-frame, .code-frame h5 {
  font-weight: 300;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px
}

.code-frame {
  padding: 20px;
  color: #bfbfbf
}

.code-frame .method {
  color: #489fc7
}

.code-frame .method.method-GET {
  color: #D5D13D
}

.code-frame .method.method-POST {
  color: #EEA745
}

.code-frame .http_type {
  color: #489fc7
}

.code-frame .http_type.http-GET {
  color: #D5D13D
}

.code-frame .http_type.http-POST {
  color: #EEA745
}

.code-frame .url {
  color: #97be6d
}

.code-frame .url_dots {
  letter-spacing: -3px;
  margin-right: 1px
}

.code-frame h5 {
  color: #bfbfbf;
  margin-bottom: 0
}

.code-frame .object_cont {
  padding-left: 20px
}

.code-frame .cf {
  color: #c4004e
}

.code-frame .c {
  color: #c4004e
}

.code-frame .ac, .code-frame .com {
  color: #bfbfbf
}

.code-frame .comment {
  color: #f39c12
}

.code-frame .v {
  color: #489fc7
}

.code-frame .prop_key {
  color: #489fc7
}

.code-frame .prop_value, .code-frame .prop_value input, .code-frame .prop_value select {
  color: #97be6d
}

.code-frame .prop_value_number, .code-frame .prop_value_number input, .code-frame .prop_value_number select {
  color: #98be71
}

.code-frame .prop_value_null {
  color: #98be71;
  font-style: italic
}

.code-frame .list-add {
  margin-left: 5px;
  cursor: pointer
}

.code-frame .json_param {
  color: #9f9f9f
}

.code-frame .prop_play {
  position: relative
}

.code-frame .prop_play .prop_check_required {
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #97be6d;
  cursor: pointer;
  border-radius: 50%
}

.code-frame .prop_play .prop_check_required.none {
  background-color: #f39c12
}

.code-frame .prop_play.prop_none .prop_key, .code-frame .prop_play.prop_none .prop_value {
  opacity: 0.5
}

.code-frame input, .code-frame select {
  border: none;
  background: none;
  border-bottom: 1px dotted #808080;
  padding: 0 2px;
  outline: none;
  margin-bottom: 1px;
  min-width: 20px;
  display: inline;
  color: #97be6d
}

.code-frame .code-frame-play-return {
  position: relative;
  padding-top: 20px;
  max-height: 500px;
  overflow-y: auto;
  display: none
}

.code-frame .code-frame-play-return .ps-scrollbar-x-rail {
  display: block !important;
  width: 100% !important;
  left: 0 !important;
  height: 1px !important;
  margin-bottom: -4px;
  -moz-box-shadow: 0px -1px 50px 30px #252525;
  -webkit-box-shadow: 0px -1px 50px 30px #252525;
  -o-box-shadow: 0px -1px 50px 30px #252525;
  box-shadow: 0px -1px 50px 30px #252525
}

.code-frame .code-frame-play-return .ps-scrollbar-y-rail {
  opacity: 0.3
}

.code-frame .code-frame-play-return .code-frame {
  padding: 0
}

.code-frame .code-frame-play-return.need_scroll .ps-scrollbar-x-rail {
  opacity: 1 !important
}

.code-frame .btn_run {
  background: rgba(0, 0, 0, 0) linear-gradient(115deg, #f67a43, BlueViolet) repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  outline: 0 none;
  padding: 0 15px;
  position: relative;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  transition: all .4s ease 0s;
  white-space: nowrap;
  z-index: 1;
  border: none;
  margin-top: 20px;
  margin-bottom: 40px
}

.code-frame .btn_run:before {
  background: #f78b5b none repeat scroll 0 0;
  border-radius: 4px !important;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .4s ease-out 0s;
  width: 100%;
  z-index: -1
}

.code-frame .btn_run:hover:before {
  opacity: 1
}

.md_code {
  display: block;
  background: #fafafa;
  color: #404040;
  padding: 10px 20px;
  max-width: 100%
}

.md_code .code-frame {
  color: #404040
}

.md_code .code-frame h5, .md_code .code-frame .ac, .md_code .code-frame .com, .md_code .code-frame .json_param {
  color: #404040
}

.md_code .code-frame .method.method-GET {
  color: #a29f23
}

.md_code .code-frame .http_type.http-GET {
  color: #a29f23
}

.md_code .code-frame .code-frame-play-return .ps-scrollbar-x-rail {
  -moz-box-shadow: 0px -1px 50px 30px #fafafa;
  -webkit-box-shadow: 0px -1px 50px 30px #fafafa;
  -o-box-shadow: 0px -1px 50px 30px #fafafa;
  box-shadow: 0px -1px 50px 30px #fafafa
}

.error_page {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.error_page h1 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 10px
}

.error_page p {
  font-size: 16px
}

.tooltip-c {
  position: relative;
  cursor: pointer
}

.tooltip-c:hover .tooltip-t {
  display: block
}

.tooltip-c .tooltip-t {
  display: none;
  position: absolute;
  width: 180px;
  color: #fff;
  background: #404040;
  text-align: center;
  border-radius: 6px;
  font-size: 12px;
  line-height: 15px;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  z-index: 100;
  font-family: "Open Sans", sans-serif;
  font-weight: 300
}

.tooltip-c .tooltip-t p {
  margin: 0
}

.tooltip-c .tooltip-t:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #404040;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent
}

.tooltip-c .tooltip-t.big-tooltip-t {
  width: 400px
}

.tooltip-c .tooltip-t code {
  border-color: #fff
}

.tooltip-c.tooltip-top .tooltip-t {
  top: auto;
  bottom: 30px
}

.tooltip-c.tooltip-top .tooltip-t:after {
  top: auto;
  bottom: -8px;
  border-bottom: none;
  border-top: 8px solid #404040
}

.tooltip-c.icon .tooltip-t {
  top: 50px;
  left: -60px;
  min-width: 100px;
  max-width: 100px;
  transform: none
}

.tooltip-c.icon .tooltip-t:after {
  left: 70%
}

.tooltip-c.c_button .tooltip-t {
  top: 50px
}

.home_page section.content_doc {
  margin-top: 40px
}

.home_page section.content_doc ul, .home_page section.content_doc li {
  list-style: none;
  margin: 0;
  padding: 0
}

.home_page section.content_doc ul {
  max-width: 730px;
  margin: 0 auto
}

.home_page section.content_doc li {
  display: inline-block;
  width: 33%
}

.home_page section.content_doc li a {
  display: block;
  transition: opacity .1s;
  text-align: center;
  margin: 30px 0
}

.home_page section.content_doc li a:hover {
  text-decoration: none
}

.home_page section.content_doc li a:hover .mango_icone_gs_title {
  color: BlueViolet
}

.home_page section.content_doc .mango_icone_gs_image {
  height: 120px;
  margin-bottom: 10px;
  line-height: 120px
}

.home_page section.content_doc .mango_icone_gs_image img {
  vertical-align: middle
}

.home_page section.content_doc .mango_icone_gs_title {
  text-transform: uppercase;
  color: #3d3d3d;
  font-size: 26px;
  font-weight: 200
}

.aa-dropdown-menu {
  left: auto !important;
  right: 0px !important;
  line-height: 20px;
  font-size: 14px;
  max-height: 500px;
  overflow-y: auto
}

.algolia-docsearch-suggestion {
  border-bottom-color: BlueViolet
}

.algolia-docsearch-suggestion--category-header {
  background-color: BlueViolet
}

.algolia-docsearch-suggestion--highlight {
  color: BlueViolet
}

.aa-cursor .algolia-docsearch-suggestion {
  background: #f6f6f6
}

.algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight {
  background-color: MediumSlateBlue;
}

.aa-cursor .algolia-docsearch-suggestion--content {
  color: BlueViolet
}

@media (min-width:768px) {
  .algolia-docsearch-suggestion {
    border-bottom-color: MediumSlateBlue;
  }

  .algolia-docsearch-suggestion--subcategory-column {
    border-right-color: MediumSlateBlue;
    background-color: #f6f6f6;
    color: #615e5e
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width:768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

.row:after, .row:before {
  content: " ";
  display: table
}

.row:after {
  clear: both
}

.center-block {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.right-block {
  float: right
}

@media only screen and (max-width:1690px) {
  .menu_doc {
    width: 20%
  }

  main {
    margin-left: 20%;
    width: 80%
  }

  .content_doc .entities article sidebar {
    max-width: 35%;
    width: 35%
  }
}

@media only screen and (max-width:1280px) {
  .content_doc .entities:last-child article:last-child .entity_infos {
    padding-bottom: 40px
  }

  .content_doc .entities article .entity_infos .entity_parameters .param_row .param_name {
    text-align: left
  }

  .content_doc .entities article .entity_infos .entity_parameters .param_row .param_name {
    width: auto
  }

  .content_doc .entities article .entity_infos .entity_parameters .param_row .param_enum {
    width: auto
  }

  .content_doc .entities article .entity_infos .entity_parameters .param_row .param_infos {
    display: block;
    width: auto;
    margin-top: 10px
  }

  .content_doc .entities article .entity_infos .entity_parameters.view_object .param_required {
    display: none
  }

  .content_doc .entities article .entity_infos .entity_parameters.view_object .param_desc {
    float: none;
    width: 100%
  }

  .contact_form {
    width: 80%
  }
}

@media only screen and (max-width:1140px) {
  header .logo span.title_api {
    margin-left: 15px;
    text-transform: none
  }

  .menu_doc {
    width: 30%
  }

  main {
    margin-left: 30%;
    width: 70%
  }

  .content_doc .entities article {
    position: initial
  }

  .content_doc .entities article .entity_infos {
    display: block;
    width: 100%
  }

  .content_doc .entities article .entity_infos .c_buttons {
    display: block
  }

  .content_doc .entities article sidebar {
    display: none;
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
    top: 0;
    left: 0;
    z-index: 999
  }

  .content_doc .entities article sidebar .sidebar-toggle {
    display: inline-block
  }

  .content_doc .entities article sidebar .c_buttons {
    padding: 0 20px;
    display: inline-block;
    float: right;
    width: calc(100% - 58px)
  }

  .content_doc .entities article sidebar .c_buttons .c_button {
    width: 33.33%;
    text-align: center
  }

  .content_doc .entities article sidebar div.code-page {
    padding-top: 30px
  }
}

@media only screen and (max-width:1024px) {
  header .logo {
    float: none;
    text-align: center
  }

  header .logo span.title_api {
    display: none
  }

  header nav.right>a, header nav.right>input {
    display: none
  }

  header nav.right .algolia-autocomplete {
    left: auto !important;
    right: 1px !important
  }

  header nav.right .algolia-autocomplete input:focus {
    width: 200px
  }

  header #menu-toggle {
    display: block
  }

  .menu_doc {
    width: 80%;
    left: -85%;
    transition: all .6s ease;
    -moz-box-shadow: 2px 0 5px 0 #656565;
    -webkit-box-shadow: 2px 0 5px 0 #656565;
    -o-box-shadow: 2px 0 5px 0 #656565;
    box-shadow: 2px 0 5px 0 #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=90, Strength=5)
  }

  .menu_doc.open {
    left: 0
  }

  .left_menus .supp {
    display: block
  }

  main {
    margin-left: 0;
    width: 100%
  }

  section.content_doc {
    padding-bottom: 50px
  }

  .content_doc .entities article .entity_infos {
    padding: 0 20px;
    padding-bottom: 30px
  }

  .content_doc .entities article .entity_infos .entity_parameters .param_row .param_enum {
    float: right
  }

  .content_doc .entities article sidebar .c_buttons {
    padding: 0 20px;
    display: inline-block;
    float: right;
    width: calc(100% - 58px)
  }

  .content_doc .entities article sidebar .c_buttons .c_button {
    width: 33.33%;
    text-align: center
  }
}

@media only screen and (max-width:768px) {
  .home_page section.content_doc li {
    width: 49%
  }

  .content_doc .entities article .entity_infos {
    padding: 0 20px
  }

  .content_doc .entities article .entity_infos .entity_parameters .param_row .param_name {
    width: auto
  }

  .content_doc .entities article .entity_infos .entity_parameters .param_row .param_enum {
    float: right;
    padding-right: 0;
    width: auto
  }

  .content_doc .entities article .entity_infos .entity_parameters .param_row .param_desc {
    padding-bottom: 5px
  }

  .contact_form {
    width: 100%
  }

  ul.list_blog_categories li {
    display: block;
    margin: 10px auto
  }
}

@media only screen and (max-width:480px) {
  .content_doc .entities article .entity_infos .entity_parameters .param_infos .param_required {
    float: none
  }

  .content_doc .entities article sidebar .c_buttons {
    float: none;
    width: 100%
  }

  .content_doc .entities article sidebar .c_buttons .c_button {
    padding: 8px
  }

  .blog_posts {
    padding: 0 20px
  }
}

#liveagent {
  position: fixed;
  bottom: 0px;
  right: 30px;
  width: 350px;
  max-width: 90%
}

#liveagent .links {
  display: none
}

#liveagent .liveagent_tab {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  position: relative;
  padding: 0 15px;
  height: 55px;
  background-color: #EC6550;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer
}

#liveagent .liveagent_tab img {
  width: 30px;
  height: 30px
}

#liveagent .liveagent_tab .liveagent_title {
  color: #fff;
  font-size: 16px;
  text-align: left;
  padding-left: 10px;
  width: 220px
}

#liveagent .liveagent_tab .liveagent_up_btn, #liveagent .liveagent_tab .liveagent_down_btn, #liveagent .liveagent_tab .liveagent_close_btn {
  color: white;
  font-size: 14px;
  width: 30px;
  text-align: center;
  cursor: pointer
}

#liveagent .liveagent_tab .liveagent_down_btn, #liveagent .liveagent_tab .liveagent_close_btn {
  display: none
}

#liveagent .liveagent_window {
  width: 100%;
  height: 430px;
  border: 0;
  margin: 0;
  background-color: #fff;
  display: none
}

#liveagent .liveagent_closed {
  height: 100%;
  display: none;
  position: relative
}

#liveagent #liveagent_iframe {
  height: 100%;
  width: 100%;
  display: none;
  border: 0
}

#liveagent.open {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3)
}

#liveagent.open .liveagent_tab .liveagent_up_btn {
  display: none
}

#liveagent.open .liveagent_down_btn, #liveagent.open .liveagent_close_btn {
  display: block
}

#liveagent .liveagent_center_content {
  font-weight: 200;
  position: absolute;
  top: 160px;
  left: 30px;
  right: 30px;
  text-align: center;
  font-size: 14px
}

#liveagent .liveagent_bottom_button {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center
}

#liveagent .button {
  background-color: #EC6550;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  width: 200px;
  line-height: 45px;
  text-decoration: none;
  font-weight: 200
}

.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important
  }
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .ps-container {
    overflow: auto !important
  }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail, .ps-container.ps-active-y>.ps-scrollbar-y-rail {
  display: block;
  background-color: transparent
}

.ps-container.ps-in-scrolling {
  pointer-events: none
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999
}

.ps-container>.ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  height: 8px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  height: 8px
}

.ps-container>.ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0px;
  width: 8px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  width: 8px
}

.ps-container:hover.ps-in-scrolling {
  pointer-events: none
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999
}

.ps-container:hover>.ps-scrollbar-x-rail, .ps-container:hover>.ps-scrollbar-y-rail {
  opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
  background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
  background-color: #999
}
