@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
.rst-content .toctree-wrapper>p.caption, h1, h2, h3, h4, h5, h6, legend{
    font-family: Roboto, sans-serif;
}
html{
    font-size:17px;
    scroll-padding-top: 120px;
}
div.bodywrapper{min-height:600px;}

th.head {
	background-color: #0F6FFF;
	color: #fcfcfc;
    vertical-align: middle;
	text-align: center;
}

table.docutils td, table.docutils th {
	border: 1px solid #000;
	padding: 10px 10px;
	vertical-align: top;
}

/*maximum logo height (better layout with search bar)*/
.logo {
	max-height:63px;
}

/*link styles + toc links styles*/
a {
    color: #0F6FFF;
    text-decoration: none;
}

a.toc-backref {
    color: #0F6FFF;
}

a:visited {
    color: #323745;
    text-decoration: none;
}

a:hover {
    color: #0F6FFF;
    text-decoration: underline;
}

/*<ex> styles*/
.ex {
    background-color: rgb(249, 242, 244);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: rgb(199, 37, 78);
    display: inline;
    font-family: 'Open Sans', sans-serif;
    /*font-size: 14px;*/
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    white-space: nowrap;
    width: auto;
}

ex {
    background-color: rgb(249, 242, 244);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: rgb(199, 37, 78);
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    white-space: nowrap;
    width: auto;
}

/*<code> styles*/
.code {
    font-size: 90%;
    border: 1px solid;
    border-color: #d3d3d3;
    border-radius: 3px;
    background-color: #eef;
    padding: 1px 5px;
	line-height: 1.5;
	margin-left: 1.25px;
}

/*FAQ page styles*/
/*Add some spacing*/
.faq-section{
    margin: 10px 0;
    position: relative;
}

/*Hide the paragraphs*/
.faq-section p{
    display: none;
}

/*Hide the checkboxes */
.faq-section input{
    position: absolute;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    display: none\9; /* IE8 and below */
    margin: 0;
    width: 100%;
    height: 36px;
}

/*Show only the clipped intro */
.faq-section label+p{
    display: block;
    color: #999;
    font-size: .85em;
    transition: all .15s ease-out;
    /* Clipping text */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*If the checkbox is checked, show all paragraphs*/
.faq-section input[type=checkbox]:checked~p{
    display: block;
    color: #444;
    font-size: 1em;
    /* restore clipping defaults */
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
}

/*Style the label*/
.faq-section label{
    background: #0F6FFF;
    display: block;
    position: relative;
    height: 20px;
    padding: 7px 10px;
    font-weight: bold;
    border: 1px solid #ddd;
    border-left: 3px solid #888;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    transition: all .15s ease-out;
    color: #fcfcfc;
}

/*Remove text selection when toggle-ing*/
.faq-section label::selection{
    background: none;
}

.faq-section label:hover{
    background: #f5f5f5;
}

/*If the checkbox is checked, style the label accordingly*/
.faq-section input[type=checkbox]:checked~label{
    border-color: $#0F6FFF;
    background: $grey-color-light;
    background-image: linear-gradient(to bottom, #fff, $grey-color-light);
    box-shadow: 0 0 1px rgba(0,0,0,.4);
}

/*Label's arrow - default state */
.faq-section label::before{
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left-color: inherit;
    color: #fcfcfc;
}

/*Update the right arrow*/
.faq-section input[type=checkbox]:checked~label::before{
    border: 6px solid transparent;
    border-top-color: inherit;
    margin-top: -3px;
    right: 10px;
    color: #fcfcfc;
}

/*example html styles*/
.api-url-result {
    max-width: 95rem;
    word-wrap: break-word;
    display: block;
}

    table.api-content,
    table.api-content-value,
    table.api-content-wrong {
     border-spacing:0;
     border-collapse: collapse;
     }

     table.api-content-value {
     width: 100%;
      margin-bottom: 20px;
      font-family: monospace;
      word-break: break-all;
      }

     .api-content th,
     .api-content-value th,
     .api-content-wrong th {
      background-color: #0F6FFF;
       border: none;
       color: #fcfcfc;
       padding: 8px 16px;
       text-align: left;
       /*white-space: pre-wrap;*/
       font-weight: bold;
         border-bottom:1px solid #ffffff;
         border-right:13px solid #ffffff;
       }

     .api-content td,
     .api-content-value td,
     .api-content-wrong td {
    border: none;
         width: 100%;
         padding: 10px 3px;
         border-bottom:1px solid #B7CDDA;
     }
.api-content td:last-child,
.api-content-value td:last-child,
.api-content-wrong td:last-child{
    border-right:0;
}

    .api-content-value th p,
    .api-content-value td p,
    .api-content-value th,
    .api-content-value td {
    font-size: 80%;
    }


    .api-content th p,
    .api-content td p,
    .api-content th,
    .api-content td,
    .api-content-wrong th p,
    .api-content-wrong td p,
    .api-content-wrong th,
    .api-content-wrong td {
    font-size: 90%;
    }

    table.api-content-wrong tbody tr:nth-child(9) td,
    table.api-content-wrong tbody tr:nth-child(17) td,
    table.api-content-wrong tbody tr:nth-child(18) td,
    table.api-content-wrong tbody tr:nth-child(25) td,
    table.api-content-wrong tbody tr:nth-child(27) td,
    table.api-content-wrong tbody tr:nth-child(35) td {
    background-color: rgb(249, 242, 244);
    }

    .api-content input {
     width: 100%;
     padding: 0px;
     height: 100%;
     border: 0px
     }


    .doc-button {
    color: white;
    background: #323745;
    border-radius: 2px;
    margin: 0 auto;
     }

    .doc-button:hover {
    background: #0F6FFF;
    }


   .doc-select {
    margin: 10px;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: none;
    height: 34px;
    background: url(../_static/champay.png) 5px / 25px no-repeat,
    url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy4wNiAwLjUyOTk3MUw0IDMuNTgzM0wwLjk0IDAuNTI5OTdMMy40OTY5MWUtMDcgMS40Njk5N0w0IDUuNDY5OTdMOCAxLjQ2OTk3TDcuMDYgMC41Mjk5NzFaIiBmaWxsPSIjMzg0MzREIi8+Cjwvc3ZnPgo=") center right 16px no-repeat #ffffff;
       border-radius: 4px;
       appearance: none;
    }

    .mcell {
    background-color: rgb(249, 242, 244);
}

/*navigation tabs for example htmls styles*/
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
}
.nav-list > li > a, .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list .active > a, .nav-list .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-tabs, .nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after, .nav-pills:after {
  clear: both;
}
.nav-tabs > li, .nav-pills > li {
  float: left;
}
.nav-tabs > li > a, .nav-pills > li > a {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: 0;
  line-height: 20px;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
    margin-bottom:0;
    background: #F1F5FA;
    color: #0F6FFF;
    font-weight: bold;
    font-size: 12px;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  color: #F1F5FA;
    background: #0F6FFF;
  border: none;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills .active > a, .nav-pills .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
  border-top-color: #0088cc;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
  border-top-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: hidden;
    border:1px solid #0F6FFF;
    margin-bottom: 24px;
}
.tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}
.tab-content > .active, .pill-content > .active {
  display: block;
}
.tabs-below .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below .nav-tabs .active > a, .tabs-below .nav-tabs .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none;
}
.tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.navbar {
  overflow: visible;
  margin-bottom: 18px;
}
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #222222;
}
.btn-navbar:active, .btn-navbar.active {
  background-color: #080808 \9;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #999999;
}
.navbar .navbar-text a:hover {
  color: #ffffff;
  background-color: transparent;
}
.navbar .btn, .navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input, .navbar-form select {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-form .radio, .navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append, .navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input, .navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  background: #666;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query :-moz-placeholder {
  color: #eeeeee;
}
.navbar-search .search-query::-webkit-input-placeholder {
  color: #eeeeee;
}
.navbar-search .search-query:hover {
  color: #ffffff;
  background-color: #999999;
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-search .search-query:focus, .navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .dropdown-menu {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
  border-top-color: #ffffff;
}
.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover {
  color: #ffffff;
}
.navbar .nav.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before {
  left: auto;
  right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after {
  left: auto;
  right: 13px;
}

/**
 * Icons
 */
.icon > svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

/**
 * Footer
 */

.site-footer {
    border-top: 1px solid $grey-color-light;
    padding: $spacing-unit 0;
}

.footer-heading {
    font-size: 18px;
    margin-bottom: $spacing-unit / 2;
}

.contact-list,
.social-media-list {
    list-style: none;
    margin-left: 0;
}

.footer-col-wrapper {
    font-size: 15px;
    color: $grey-color;
    margin-left: -$spacing-unit / 2;
    @extend %clearfix;
}

.footer-col {
    float: left;
    margin-bottom: $spacing-unit / 2;
    padding-left: $spacing-unit / 2;
}


/*<component-accord-holder>*/
.accord-holder {
    color: #373b3e;
    font-family: 'OpenSans', Regular, Tahoma, serif;
    font-weight: normal;
}

.accord-title {
    font-size: 18px;
    color: #fcfcfc;
    margin-top: 12px;
    padding-top: 12px;
    padding-left: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #CDCFD1;
    cursor: pointer;
    background: none repeat scroll 0 0 #0F6FFF;
}

.accord-title.close:before {
    content: ">";
    font-size: 80%;
}

.accord-title.open:before {
    content: "v";
    font-size: 90%;
}

.accord-text {
    font-size: 16px;
    padding: 12px 159px 19px 84px;
    text-align: justify;
}

.accord-text p {
    padding: 5px;
    margin: 0 0 10px;
    line-height: 23px;
}

.accord-text p strong {
    font-weight: bold;
}

.accord-text ul {
    /*list-style: circle outside none;*/
    list-style-image: url("/images/components/item-circle.png");
    list-style-position: inside;
}

.accord-text ul li {
    line-height: 22px !important;
    padding: 10px 0 !important;
}

div.sidebar {
  width: 20em;
  float: left;
  font-size: .9em;
}

div.document {
  /*width: 50em;*/
  float: right;
}

table{
    border-collapse: collapse;
}
.content{
    display:flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.content > .clearer{
    display:none;
}
div.document,
div.sidebar{
    float:none;
}
div.body{
    padding-right:0;
    padding-left:2em;
}
.headerbar{
    position:static;
    background: #fff;
    display: flex;
    justify-content: flex-end;
    padding:20px 50px 0 0;
}
.headerbar > div:last-child{
    position:static !important;
}
.headerbar > div:last-child h3{
    margin:0.8em 0;
}
h1, div.document h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    padding-top:40px;
    margin-top:0;
    margin-bottom:40px;
}
h2, div.document h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    margin-top:48px;
    margin-bottom:24px;
    padding-bottom: 0;
    border-bottom: none;
}
h3{
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-top: 40px;
    margin-bottom: 24px;
}
div.sidebar h3{
    letter-spacing: 0;
    text-transform: none;
}
h4{
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    margin-top: 32px;
    margin-bottom: 16px;
}
p, div.document p{
    font-weight: normal;
    margin-bottom:20px;
}
p, div.document p,
.html.writer-html5 .rst-content table.docutils td>p, html.writer-html5 .rst-content table.docutils th>p{
    font-size: 17px;
    line-height: 22px;
}
.rst-content .line-block{
    line-height: 22px;
    margin-bottom: 0px;
}
th, table.docutils th{
    text-align: left;
    padding:24px 0 8px 16px;
    background: #0F6FFF;
}
th, table.docutils th,
th>p, table.docutils th>p{
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
div.document div.highlight{
    max-width:100%;
    overflow-x: auto;
    background-color: #F1F5FA;
}
body{
    font-family:arial, sans-serif;

}
.wy-table-responsive table td,
.wy-table-responsive table th,
.wy-table-responsive .ex,
.wy-table-responsive .rst-content code,
.wy-table-responsive .rst-content tt,
.wy-table-responsive code{
    white-space: normal;
}

.rst-content table.docutils{
    width:100%;
    overflow-wrap: break-word;
    word-break: break-word;
}

.rst-content table.docutils td:first-child, .rst-content table.docutils th:first-child, .rst-content table.field-list td:first-child, .rst-content table.field-list th:first-child, .wy-table td:first-child, .wy-table th:first-child{
    word-break: break-all;
}
.rst-content table.docutils th:first-child{
    word-break: normal;
}
.wy-nav-content{
    max-width:none;
    padding:0 3.236em 1.618em;
}
.wy-nav-side{
    background-color:transparent;
    color: #38434D;
    top:117px;
}
.wy-menu-vertical{
    background: #fff;
    position: fixed;
    top: 104px;
    left: 50%;
    transform: translateX(-639px);
    border-right: 1px solid #DDE1E6;
    padding-top: 11px;
    bottom: 0;
    overflow: auto;
}
.wy-menu-vertical a,
.wy-menu-vertical li.toctree-l1.current>a{
    color: #38434D;
    border:0;
    font-size: 17px;
    line-height: 25px;
    position:relative;
}
.wy-menu-vertical a:after{
    content:'';
    position:absolute;
    bottom:0;
    left:32px;
    right:32px;
    height:1px;
    background-color: #F5F5FD;
}
.wy-menu-vertical a, .wy-menu-vertical li.current>a, .wy-menu-vertical li.on a{
    padding:10px 32px;
}
.wy-menu-vertical li.toctree-l1.current>a{
    color: #0F6FFF;
}
.wy-menu-vertical a:hover,
.wy-menu-vertical li.current a:hover,
.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a:hover{
    background-color: #fff;
    color: #0F6FFF;
}
.wy-menu-vertical li.current, .wy-menu-vertical li.toctree-l2.current>a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{
    background-color: #fff;
}
.wy-menu-vertical li.current a{
    border-right:0;
}

.wy-nav-side.active {
    width: 0px;
}

.hideSidebarButton {
    cursor:pointer;
    position: fixed;
    top:50%;
    left:50%;
    z-index: 999;
    transform: translate(-339px,-50%);
    width: 24px;
    height: 24px;
    background-image: url(./images/hide_icon.png);
    background-position: 24px 0px;
}

.hideSidebarButton.active {
    background-position: 24px 24px;
    transform: translate(-638px,-50%);
}

.hideSidebarButton.active:hover {
    background-position: 0px 24px;
}

.hideSidebarButton:hover {
    background-position: 0px 0px;
}

.wy-side-scroll.active {
    overflow-y: hidden;
}

.wy-menu-vertical.active {
    width:0;
}

.wy-nav-content-wrap.active {
    margin-left:0;
}

@media only screen and (min-width: 1281px) {
    .wy-grid-for-nav>.hideSidebarButton {display:block!important;}
}


#rtd-search-form{
    position:fixed;
    padding:10px 16px;
    background-color:#ffffff;
    top:0;
    right:0;
}
#rtd-search-form h3{
    display:none;
}
#rtd-search-form input[type='submit']{
    color:transparent;
    background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFkSURBVHgBrZLRTcNADEBtg8QnGSEjhAkKG7Sq+E4DKhJ/ZYI6ExS+kICSDkBpmaAdoSN0hOQT1MT4LlFIQmklwFLucmf72T4b4I+CzQuOZg5kWRuAWrlFlgDSnIPOci9AnU9BZJafZAVCMaC4evD0vIR3Cvi6s94K4KeXNhCps9xpRNaIcQXsKniReyQnHASljkoU0QgEJ3zRHVSdLSDQqIhn9pA5o6rOAng87enmwgeE8IMYiIjJTnocRU49A8xrbNbXFCSa2F2OW3UAoKMPttO5yCJu3hUAMa/t7QU8zKyNpJjUAWk219XjR23jLjlMB7quuf81E/kj9s+Xts8HEvG9tmxbdDMjQL72nWvM8g8psL0+kkX4/MqC+GZqtjMA4KvOOup9LUBzEt3C0G8kEGsLQzV2dB6G+plBC78BKiAHNhtPh8uFlFZ81VmVuvGUDUSBN+Fl9xZ+I8PxdKBl+vAf8glXXpRixFJ6kwAAAABJRU5ErkJggg==') no-repeat left top transparent;
    border: 0;
    position: absolute;
    top: 18px;
    right: 20px;
    width: 16px;
    height:16px;
}
#rtd-search-form input[type='text']::placeholder{
    color:#B7CDDA;
}
#rtd-search-form input[type='text']{
    border:0;
    outline:0;
    background: #F1F5FA;
    border-radius: 4px;
    width:240px;
    height:32px;
    font-size: 14px;
    line-height: 32px;
    color:#809EAE;
    padding:0 24px 0 8px;
    box-sizing: border-box;
}
.rst-content code, .rst-content tt, code, .rst-content code{
    background: #F1F5FA;
    border-radius: 4px;
    padding:0 5px;
    color:#38434D;
    vertical-align: middle;
    display:inline-block;
    font-size:14px;
}
.contents ul{
    background: #EEF1F3;
    border-radius: 4px;
    padding:6px;
}
.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td, .wy-table-backed, .wy-table-odd td, .wy-table-striped tr:nth-child(2n-1) td{
    background-color: #fff;
}
html.writer-html5 .rst-content table.docutils th{
    padding:24px 8px 8px 16px;
    border:0;
    vertical-align: bottom;
}
.rst-content table.docutils td, .rst-content table.docutils th, .rst-content table.field-list td, .rst-content table.field-list th, .wy-table td, .wy-table th{
    padding:12px 0;
    font-size:17px;
}
.rst-content table.docutils td, .wy-table-bordered-all td{
    border:0;
    border-bottom:1px solid #B7CDDA;
}
.rst-content table.docutils{
    border-spacing: 9px 0;
    border-collapse: separate;
    margin-left: -9px;
    margin-right: -9px;
    width: calc(100% + 18px);
    border:0;
}
.wy-table-responsive{
    overflow-x: hidden;
}
.wy-breadcrumbs li{
    color:transparent;
    padding-right:6px;
    margin-right: 12px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDlMNSA1TDEgMSIgc3Ryb2tlPSIjODA5RUFFIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") no-repeat right center;
    text-transform: uppercase;
    font-size:12px;
    line-height: 1;
}
.wy-breadcrumbs li a,
.wy-breadcrumbs li a:hover
.wy-breadcrumbs li a:visited {
    color:#809EAE;
}
.wy-breadcrumbs li:last-child,
.wy-breadcrumbs li:nth-last-child(0n+2){
    padding-right:0;
    background: none;
}
.wy-breadcrumbs li:nth-last-child(0n+2){
    color:#0F6FFF;
}
.rst-content div[aria-label='Page navigation']{
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 50%;
    right: 0;
    top: 65px;
    z-index: 1000;
    background: #ffffff;
    padding: 0 26px 16px 32px;
    border-bottom: 1px solid #0F6FFF;
    align-items: center;
    max-width: 1280px;
    width:100%;
    transform: translateX(-50%);
}
.rst-content div[aria-label='Page navigation'] hr{
    display:none;
}
.rst-breadcrumbs-buttons{
    margin-top:0;
}
.wy-side-nav-search{
    position:fixed;
    left:50%;
    right:0;
    top:0;
    background: #ffffff !important;
    padding:0 0 0 21px;
    text-align: left;
    width:100%;
    max-width:1280px;
    transform: translateX(-50%);
}
.wy-side-nav-search>a img.logo{
    height: 46.45px;
}
.wy-nav-content-wrap{
    margin-top:117px;
}
.rst-footer-buttons .btn.btn-neutral,
.rst-breadcrumbs-buttons .btn.btn-neutral{
    background: none !important;
    border:0;
    font:normal 12px/16px arial, sans-serif;
    text-transform: uppercase;
    box-shadow: none;
    padding:0;
}
.rst-footer-buttons .btn.btn-neutral:first-child,
.rst-breadcrumbs-buttons .btn.btn-neutral:first-child{
    color:#809EAE !important;
    padding-left:24px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMzMzQgOEgyLjY2Njc1IiBzdHJva2U9IiM4MDlFQUUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNi42NjY3NSAxMkwyLjY2Njc1IDhMNi42NjY3NSA0IiBzdHJva2U9IiM4MDlFQUUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat left center !important;
}
.rst-footer-buttons .btn.btn-neutral:last-child,
.rst-breadcrumbs-buttons .btn.btn-neutral:last-child{
    color:#0F6FFF !important;
    padding-right:24px;
    margin-left:24px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNjY2NSA4SDEzLjMzMzIiIHN0cm9rZT0iIzJFOERFNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik05LjMzMzUgNEwxMy4zMzM1IDhMOS4zMzM1IDEyIiBzdHJva2U9IiMyRThERTYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat right center !important;
}
.rst-footer-buttons .fa:before,
.rst-breadcrumbs-buttons .fa:before{
    content:'';
    display:none;
}
td.nbinfo{
    color:#0F6FFF;
    padding-left:19px;
    font:bold 12px/20px arial, sans-serif;
    text-transform: uppercase;
}
.highlight{
    background-color: #F1F5FA;
}
.api-content input{
    /*padding:4px;*/
    background: #ffffff;
}
input.doc-button {
    padding: 10px 16px !important;
    font-size: 12px !important;
    background: #323745;
    border-radius: 4px;
    border: 0;
    text-transform: uppercase;
    color: #F1F5FA;
    width: auto !important;
}

    .doc-button:hover {
    background: #0F6FFF;
    }

.nav.nav-tabs{
    margin-bottom: 0;
    border:0;
}
.nav.nav-tabs li{
    list-style: none;
    margin-left: 0;
    margin-right: 8px;
}
.nav.nav-tabs a{
    margin-bottom: 0;
}
.nav.nav-tabs a.active{
    color: #F1F5FA;
}
.tab-content td{
    padding:0;
}
.tab-content .doc-button{
    font-size: 12px;
    line-height: 20px;
    margin: 10px;
    text-transform: uppercase;
    color: #fcfcfc;
    display: inline-block;
    border: 0;
    background: #323745;
    border-radius: 4px;
}

    .doc-button:hover {
    background: #0F6FFF;
    }

.tab-content code{
    padding:16px;
    display: block;
    width:100%;
}
.tab-content code.php,
.tab-content code.language-ruby,
.tab-content code.language-java,
.tab-content code.bash{
    white-space: break-spaces;
}
.tab-content code.bash{
    word-break: break-word;
}
.wy-grid-for-nav{
    position:relative;
    max-width:1280px;
    margin:auto;
}
.rst-content .linenodiv pre, .rst-content div[class^=highlight] pre, .rst-content pre.literal-block{
    font-size:14px;
}
html.writer-html5 .rst-content table.docutils td>p, html.writer-html5 .rst-content table.docutils th>p{
    font-size: 17px;
    line-height: 23px;
}
.plantuml_show{
    z-index: 9999;
    display: none;
    opacity:0;
    transition:opacity 400ms linear;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.plantuml_show .plantuml_overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: fixed;
    top: 0;
    left: 0;
}
.plantuml_show .plantuml_img-show{
    width:90vw;
    height:90vh;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    display:flex;
    justify-content: center;
    align-items: center;
}
.plantuml_img-show span{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}
.plantuml_img-show img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.plantuml img{
    cursor: pointer;
}
@media (max-width:1280px){
    .wy-menu-vertical{
        left:0;
        transform: translateX(0);
    }
    .wy-nav-side {
        left: -300px;
        top: 0;
        border-right: 1px solid #DDE1E6;
        background-color: #fff;
    }
    .wy-breadcrumbs{
        margin: -55px 0 24px;
        padding: 16px 0 0 0;
    }
    #rtd-search-form{
        position:relative;
        background-color: transparent;
    }
    #rtd-search-form input[type='submit']{
        right:50%;
        transform: translateX(110px);
    }
    .wy-nav-side{
        top:0;
        border-right:1px solid #DDE1E6;
        background-color: #fff;
    }
    .wy-nav-content-wrap{
        margin-top:0;
    }
    .rst-content div[aria-label='Page navigation']{
        position:static;
        padding-left: 0;
    }
    .wy-side-nav-search{
        background: #fff !important;
        position:static;
        text-align: center;
    }
    .wy-menu-vertical{
        position: static;
        padding-top:0;
        border-right:0;
        transform: none;
    }
    .wy-side-nav-search,
    .rst-content div[aria-label='Page navigation']{
        transform: none;
    }
    div.content{
        width:auto;
        margin:0 20px;
        flex-direction: column-reverse;
    }
    div.document{
        width:100%;
    }
    div.body{
        padding-left:0;
    }
    .rst-content div[aria-label='Page navigation']{
        display:block;
    }
    .rst-breadcrumbs-buttons .btn.btn-neutral{
        float:none;
    }
    .wy-menu-vertical{
        top:124px;
    }
    .wy-nav-top {
        display: inline-block;
    }
    .wy-nav-content-wrap {
        margin-left: 0;
    }
    .wy-menu.wy-menu-vertical, .wy-side-nav-search, .wy-side-scroll {
        width: auto;
    }
    .wy-nav-side.shift {
        width: 85%;
        left: 0;
    }
    .wy-nav-content-wrap.shift {
        position: fixed;
        min-width: 100%;
        left: 85%;
        top: 0;
        height: 100%;
        overflow: hidden;
    }
}
@media (max-width:768px){
    .wy-breadcrumbs{
        margin: -65px 0 24px;
        padding: 0 0 0 50px;
    }
}
@media(max-width:576px){
    .wy-nav-content-wrap .wy-nav-content{
        padding:20px 10px;
    }
    html.writer-html5 .rst-content table.docutils th{
        padding:12px 4px 4px 8px;
        /*background: #71bdff;*/
    }
    html.writer-html5 .rst-content table.docutils td>p, html.writer-html5 .rst-content table.docutils th>p,
    .rst-content table.docutils td, .rst-content table.docutils th, .rst-content table.field-list td, .rst-content table.field-list th, .wy-table td, .wy-table th{
        font-size:12px;
        line-height: 17px;
    }
    .rst-content code, .rst-content tt, code, .rst-content code{
        padding:0 8px;
        font-size:12px;
    }
    .wy-table-responsive .ex {
        overflow-wrap: anywhere;
    }
    .api-content th p, .api-content td p, .api-content th, .api-content td, .api-content-wrong th p, .api-content-wrong td p, .api-content-wrong th, .api-content-wrong td{
        font-size:12px;
        /*background-color: #71bdff;*/
    }
    .api-content th, .api-content-value th, .api-content-wrong th{
        padding:4px 8px;
        /*background-color: #71bdff;*/
    }
}

p.nbinfo {
        color: #323745 !important;
        text-transform: uppercase !important;
        margin-bottom: 0px !important;
        font-weight: bold !important;
        font-size: 12px !important;
        line-height: 20px !important;
    }

.mcell {
    background-color: #F1F5FA;
    padding: 4px 3px;
}
font.margin0 {
    margin-bottom: 0px !important;
}
input.debug-button {
    font-size: 12px !important;
    background: #323745;
    border-radius: 4px;
    border: 0;
    text-transform: uppercase;
    color: #fcfcfc;
    width: auto !important;
}

    .debug-button:hover {
    background: #0F6FFF;
    }

.debug-field {
	font-weight: normal;
}
.th-padding {
	padding: 4px 16px;
	background: #0F6FFF;
}
.footer{
    width:100%;
    background: #fff;
    padding-top:24px;
    margin:24px 0 0;
    border-top:1px solid #e1e4e5;
}
.footer-flex{
    display: flex;
    justify-content: space-between;
}
.footer-logo{
    display: inline-block;
    width:169px;
    height:47px;
}
.footer-item{
    padding-right:24px;
}
.footer-links{
    margin:0;
    padding:0;
    list-style: none;
}
.footer-title{
    font-size:16px;
    margin-bottom: 14px;
}
.footer-link{
    font-size:14px;
    margin-bottom: 8px;
}
.footer-copy{
    display:flex;
    justify-content: flex-end;
    padding:0;
    margin:16px 0;
}
.footer-copy-item{
    display: inline-block;
    font-size:12px;
    margin-right:4px;
}
.footer-copy-item:after{
    content:' |';
    font-size: 18px;
}
.footer-copy-item:last-child{
    margin-right: 0;
}
.footer-copy-item:last-child:after{
    content:'';
}
@media(max-width:1024px){
    .footer-flex,
    .footer-copy{
display:block;
    }
    .footer-item{
display: block;
margin-bottom: 16px;
    }
    .footer-copy-item{
display: block;
margin-bottom: 4px;
    }
    .footer-item:first-child{
margin-bottom: 32px;
    }
    .footer-copy-item:after{
content:'';
    }
    .footer-title{
margin-bottom: 12px;
    }
}