/*
 #cb-wrapper-app-docs                 //wrapper
 |-- #cb-header                         //header
 |-- #cb-search                         //search
 |-- #cb-container                      //container
 |   |-- #cb-aside-main                   //sidebar main
 |   |-- #cb-block                        //block
 |       |-- #cb-block-header               //block header
 |       |-- #cb-block-body                 //block body
 |       |   |-- #cb-content                  //content
 |       |   |-- #cb-aside-sub                //sidebar sub
 |       |-- #cb-block-footer               //block footer
 |-- #cb-footer                         //footer
     |-- #cb-footer-connect
     |-- #cb-footer-rights
         |-- #cb-footer-copyright
*/
*:focus {
  outline-width: 0 !important;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54) !important;
  text-align: center;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.54) !important;
  text-align: center;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.54) !important;
  text-align: center;
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54) !important;
  text-align: center;
}

:focus::-webkit-input-placeholder {
  color: #fff !important;
}
:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}
:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
:focus:-ms-input-placeholder {
  color: #fff !important;
}
body {
  font-size: 13px;
  font-family: acumin-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  line-height: 19px;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 700;
}
* + h1,
* + h2,
* + .h1,
* + .h2 {
  margin-top: 48px;
}
* + h3,
* + h4,
* + h5,
* + h6,
* + .h3,
* + .h4,
* + .h5,
* + .h6 {
  margin-top: 16px;
}
h1,
.h1 {
  font-size: 28px;
  line-height: 34px;
}
h2,
.h2 {
  font-size: 16px;
  line-height: 22px;
}
h3,
.h3,
h4,
.h4 {
  font-size: 14px;
  line-height: 19px;
}
p {
  margin-bottom: 16px;
}
hr {
  border-color: #e6e6e6;
}
a,
a:hover,
a:focus {
  color: #1e88e5;
}
a + .fa-external-link,
a + .fa-envelope-o {
  font-size: 10px;
}
h1 a.fa,
h1 a.fa:hover,
h1 a.fa:focus,
h2 a.fa,
h2 a.fa:hover,
h2 a.fa:focus,
h3 a.fa,
h3 a.fa:hover,
h3 a.fa:focus {
  color: #aaa;
  text-decoration: none;
  margin-left: 5px;
  visibility: hidden;
  opacity: 0;
}
h1 a.fa {
  font-size: 20px;
}
h2 a.fa {
  font-size: 16px;
}
h3 a.fa {
  font-size: 14px;
}
h1:hover a.fa,
h2:hover a.fa,
h3:hover a.fa {
  visibility: visible;
  opacity: 1;
}
dd + dt {
  margin-top: 16px;
}
/*pretiffy*/
pre.prettyprint.prettyprint {
  border-color: #e6e6e6;
  background-color: #f4f5f7;
  padding: 20px;
  margin: 16px 0;
  margin-top: 0;
  font-size: 11px;
}
.prettyprint .pln {
  color: #555555;
}
.prettyprint .str {
  color: #4ea1df;
}
.prettyprint .kwd {
  color: #4ea1df;
}
.prettyprint .com {
  color: #bbbbbb;
}
.prettyprint .typ {
  color: #b071e5;
}
.prettyprint .lit {
  color: #808dd3;
}
.prettyprint .pun,
.prettyprint .opn,
.prettyprint .clo {
  color: #555555;
}
.prettyprint .tag {
  color: #4ea1df;
}
.prettyprint .atn {
  color: #b071e5;
}
.prettyprint .atv {
  color: #808dd3;
}
.prettyprint .dec,
.prettyprint .var {
  color: #4ea1df;
}
.prettyprint .fun {
  color: #4ea1df;
}
.text-muted {
  color: #7f7f7f;
}
.form-control {
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  border-color: #e6e6e6;
  border-radius: 2px;
}
.form-control,
.form-control + .form-control-feedback {
  height: 40px;
}
.form-control + .form-control-feedback {
  width: 50px;
}
.form-control + .fa {
  color: #aaa;
}
.form-control:focus + .fa {
  color: #000;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.cb-form-control {
  border-width: 0;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cb-form-control:focus {
  box-shadow: none;
  border-width: 0;
}
button.form-control-feedback,
input[type="submit"].form-control-feedback {
  pointer-events: auto;
  background: transparent;
  border-width: 0;
}
.btn-default {
  border-color: #758393;
}
.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active {
  background-color: #00bcb4;
  border-color: #00bcb4;
}
.navbar {
  background: #fff;
  border-bottom-color: #e6e6e6;
  font-weight: 700;
  padding: 15px;
  margin-bottom: 0;
}
.navbar-brand > img {
  display: inline-block;
}
.navbar > .container .navbar-brand {
  margin: 0;
  height: auto;
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  text-transform: uppercase;
  padding: 0;
}
.navbar-brand span {
  margin-left: 6px;
  vertical-align: middle;
}
.navbar-nav > li > a {
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  padding: 0;
  margin: 1px 22px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.navbar-nav > li > a.act {
  color: #7864ff;
  border-bottom-color: #7864ff;
}
.navbar-nav > li > a.act {
  font-weight: 700;
}
.navbar-nav > li > a.button {
  border-width: 0;
  color: #ff6c36;
  font-weight: bold;
  padding: 0;
  margin: 1px 22px;
}
.well {
  border-width: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #fbf5cd;
  margin-bottom: 16px;
}
.panel-default {
  border-color: #e6e6e6;
}

.row.cb-grid-left--no {
  margin-left: 0;
}
.row.cb-grid-left--no > [class*="col-"] {
  padding-left: 0;
}
.row.cb-grid-left--sm {
  margin-left: -35px;
}
.row.cb-grid-left--sm > [class*="col-"] {
  padding-left: 35px;
}
.cb-select {
  position: relative;
  display: inline-block;
}
.cb-select:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0px;
  height: 0px;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #000;
  pointer-events: none;
}
.cb-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
/*
Components
|-- breadcrumb
|-- help
|-- image and caption
------------------- */
/*breadcrumb*/
.cb-breadcrumb {
  margin: 0;
  margin-left: -2px;
  padding: 0;
  list-style: none;
}
.cb-breadcrumb:after {
  content: "";
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  display: block;
  max-width: 100px;
  margin-top: 20px;
}
.cb-breadcrumb ul {
  margin: 0;
  padding: 0;
}
.cb-breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0 !important;
}
.cb-breadcrumb li:not(:last-child):after {
  content: "›";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.cb-breadcrumb a {
  color: #000;
  text-decoration: none;
}
.cb-breadcrumb a:hover,
.cb-breadcrumb a:focus {
  color: #1e88e5;
}
.cb-breadcrumb a.last,
.cb-breadcrumb a.last:hover,
.cb-breadcrumb a.last:focus {
  pointer-events: none;
  color: #aaa;
}
/*help*/
.cb-help {
  padding-left: 16px;
  margin: 36px 0 36px 24px;
  border-left: 3px solid #000;
}
.cb-help p {
  margin-bottom: 4px;
}
.cb-help-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.cb-help-body {
  color: #7f7f7f;
}
.cb-help-warning {
  border-color: #f63a3a;
}
.cb-help-warning .cb-help-title {
  color: #f63a3a;
}
/*image*/
.cb-img-box {
  background: #f4f4f4;
  padding: 16px;
  margin: 16px 0;
  text-align: center;
}
.cb-img-box span {
  margin-top: 5px;
  display: inline-block;
  font-style: italic;
  font-size: 12px;
  color: #9b9b9b;
}
.cb-img-box img {
  margin: auto;
}
/*image caption*/
.cb-img-caption {
  font-style: italic;
  color: #7f7f7f;
  text-align: center;
}
/*step*/
.cb-label-steps {
  background: #e6e6e6;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 10px;
}

/* for image popup starts here*/

img[data-img-to-be-poped="true"]:hover {
  cursor: pointer;
  cursor: -webkit-zoom-in;
}

#div-img-pop-up {
  min-height: 100%;
  min-width: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: none;
  overflow: hidden;
  z-index: 10000;
}
#pop-up-background {
  min-height: 100%;
  min-width: 100%;
  background: rgba(255, 255, 255, 0.95);
  top: 0px;
  left: 0px;
  position: fixed;
  opacity: 0;
}
#div-img-pop-up:hover {
  cursor: pointer;
  cursor: -webkit-zoom-out;
}
.img-pop-up-container {
  position: absolute;
}
.img-pop-up-container img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

/* for image popup ends here */

/*examples*/
.cb-doc-example > .cb-visual-ele,
.cb-doc-example > .cb-code,
.cb-doc-example > .cb-description {
  position: relative;
}
.cb-doc-example > .cb-visual-ele:before {
  content: "PREVIEW";
}
.cb-doc-example > .cb-code:before {
  content: "MARKDOWN";
}
.cb-doc-example > .cb-description:before {
  content: "DESCRIPTION";
}
.cb-doc-example > .cb-description {
  background: rgba(221, 221, 221, 0.35);
}
.cb-doc-example > .cb-visual-ele:before,
.cb-doc-example > .cb-code:before,
.cb-doc-example > .cb-description:before {
  font-size: 0.6em;
  position: absolute;
  right: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 2px;
  line-height: 13px;
  color: #a6a6a6;
  letter-spacing: 1px;
}
.cb-doc-example > .cb-code > pre {
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: rgb(100, 112, 126);
  color: rgb(218, 233, 239);
}
.cb-doc-example dd + dt {
  margin-top: 0;
}
.cb-loading {
  background: #fff url("../images/loading.gif") no-repeat 15px center;
  border: 1px solid #e6e6e6;
  padding: 10px 10px 10px 40px;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 40px;
  margin: auto;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}
/*top nav on mobile with a select box*/
#cb-select-nav {
  margin-right: -15px;
  float: right;
}
#cb-select-nav select {
  height: 32px;
  line-height: 19px;
}
#cb-mobile-menu-close {
  font-size: 18px;
  padding: 15px;
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  top: 0;
  height: 50px;
  text-align: right;
  cursor: pointer;
  display: none;
}
#cb-mobile-menu-icon {
  display: none;
}
/*search box on top below header*/
#cb-search {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.version-banner {
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #ffe98a;
  background-color: #fffae8;
}

.banner-close:hover {
  cursor: pointer;
}

.version-switcher-link {
  text-decoration: underline;
  color: #0052cc;
}

.version-switcher-link:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  #cb-search {
    max-width: 560px;
  }
  #cb-aside-sub-affix .cb-aside-nav-title {
    margin-left: 0;
  }
}
#cb-search h1 {
  margin-bottom: 15px;
}
#cb-search .cb-breadcrumb {
  line-height: 32px;
  display: none;
}
#cb-search .cb-breadcrumb a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
}

.cb-js-fixed-act #cb-search {
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-animation: searchFix 0.5s; /* Chrome, Safari, Opera */
  animation: searchFix 0.5s;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes searchFix {
  from {
    top: -100em;
  }
  to {
    top: 0;
  }
}
/* Standard syntax */
@keyframes searchFix {
  from {
    top: -100em;
  }
  to {
    top: 0;
  }
}
#cb-search-field {
  margin: 20px auto 0;
}
#cb-container {
  background: #fff;
  padding: 15px;
}
#cb-footer {
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: solid 1px #e6e6e6;
  font-size: 12px;
  background: #fff;
}
@media (min-width: 1200px) {
  .cb-footer-inner {
    margin-left: 30px;
  }
}
#cb-footer.cb-footer-main {
  position: relative;
  padding-top: 20px;
  padding-bottom: 14px;
}
#cb-footer-connect .fa {
  font-size: 18px;
}
#cb-footer-connect a {
  color: #000;
  text-decoration: none;
}
#cb-footer-connect a:hover .h2,
#cb-footer-connect a:hover .fa {
  color: #7864ff;
}
#cb-footer-rights * {
  color: #7f7f7f;
}
.cb-docs-index {
  background-color: #fff;
}
.cb-docs-index #cb-footer {
  background: #f1f3f5;
  border-top: 1px solid #e5e7f6;
  margin-top: 24px;
}
.cb-docs-index #cb-footer-rights {
  margin-top: 16px;
  border-top: 1px solid #e6e6e6;
  padding-top: 16px;
}
#cb-aside-main ul + h4 {
  margin-top: 24px;
}
#cb-aside-main ul + h4:before {
  content: "";
  width: 85%;
  height: 1px;
  background: #e6e6e6;
  line-height: 0;
  display: block;
  margin-bottom: 20px;
}
#cb-block-body {
  position: relative;
  min-height: 500px;
}
#cb-content li + li {
  margin-top: 8px;
}
#cb-block-body > .row > [class*="col-"] {
  position: static;
}
.cb-aside-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 16px;
}
.cb-aside-nav-main li a {
  color: #242438;
  line-height: 19px;
}
.cb-aside-nav-title {
  font-size: 10px;
  color: rgba(00, 00, 0a, 0.45);
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 16px 30px 10px 30px;
}
#cb-aside-sub {
  background: #f1f3f5;
  padding: 30px;
  margin-top: 50px;
  max-height: calc(100vh - 150px);
  overflow-y: scroll;
}
#cb-aside-sub h4 {
  margin-bottom: 12px;
}
#cb-aside-sub li + li {
  margin-top: 9px;
}
#cb-aside-sub a {
  color: #8a8a8a;
}
/*.cb-js-aside-nav-main-act:before,
.cb-js-aside-nav-sub-act:before{
  content: '';
  width: 6px;
  height: 6px;
  background: #7864FF;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 6px;
  z-index: 9;
}*/
.cb-js-aside-nav-main-act > a,
.cb-js-aside-nav-sub-act > a {
  color: #170ef0 !important;
  letter-spacing: normal;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
#cb-block-homepage a {
  color: #000;
  text-decoration: none;
}
#cb-block-homepage a:hover {
  color: #1e88e5;
}
#cb-block-homepage h2 a,
#cb-block-homepage h2 a:hover,
#cb-block-homepage h2 a:focus {
  color: #7864ff;
}
#cb-block-homepage .fa {
  font-size: 25px;
  color: #7864ff;
  width: 32px;
  height: 32px;
}
#cb-block-start {
  padding: 15px;
  margin-bottom: 32px;
  background-color: #f8f8f8;
  border-radius: 2px;
}
#cb-block-sections hr {
  border-color: #e6e6e6;
  width: 50px;
  margin: 10px 0;
}
#cb-block-sections p a {
  text-decoration: underline;
}
#cb-block-sections .media {
  margin-bottom: 24px;
}
/*common for section last child*/
.well *:last-child,
.cb-doc-example *:last-child,
#cb-content *:last-child {
  margin-bottom: 0;
}
#cb-content p {
  color: rgba(0, 0, 0, 0.87);
}

@media (min-width: 768px) {
  #cb-container {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }
  /*#cb-block-body{
      padding-top: 20px;
      border-top: 1px solid #e6e6e6;
      margin-top: 10px;
  }*/
  #cb-footer-copyright {
    float: right;
  }
  .navbar-right {
    margin-top: 2px;
  }
  #cb-content {
    padding: 30px 20px 60px;
  }
  #cb-content p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .navbar {
    padding: 10px 0;
  }
  .cb-js-sub-nav-fix-top {
    position: fixed;
    top: 0;
    z-index: 999;
    margin-top: 30px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .cb-js-sub-nav-fix-bot {
    position: absolute;
    top: inherit;
    bottom: 0;
    z-index: 999;
  }
  .cb-aside-nav-main {
    overflow: auto;
    height: 100%;
    position: fixed;
    background: #f1f3f5;
    padding: 0 0 60px 0;
    width: 250px;
    margin-left: -30px;
    top: 0;
    border-right: 1px solid #e6e6e6;
  }
  .cb-aside-nav-main:after {
    position: fixed;
    content: "";
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0, #f1f3f5 65%);
    height: 60px;
    bottom: 0;
    max-width: 250px;
    width: 100%;
  }
  .cb-aside-nav-main > ul:last-child {
    margin-bottom: 100px;
  }
  .cb-js-fixed-act #cb-search {
    display: block;
  }
  #cb-search .cb-breadcrumb a {
    max-width: 180px;
  }
  #cb-search .form-control,
  #cb-search .form-control + .form-control-feedback {
    height: 50px;
    font-size: 16px;
  }
  #cb-container {
    padding: 0;
  }
  .cb-js-fixed-act #cb-search #cb-search-field {
    float: right;
  }
  .cb-js-fixed-act #cb-search .form-control,
  .cb-js-fixed-act #cb-search .form-control + .form-control-feedback {
    height: 40px;
    font-size: 14px;
  }
  .cb-js-fixed-act #cb-search .cb-breadcrumb {
    font-size: 16px;
    display: block;
    line-height: 26px;
  }
  .cb-scroll-logo a {
    float: none;
    margin-bottom: 10px;
    display: block;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .cb-aside-nav-main {
    width: 280px;
  }
  #cb-brick-content {
    padding-left: 50px;
  }
  .cb-docs-index #cb-search {
    margin-top: 40px;
  }
  #cb-block-start {
    margin: 30px auto 60px;
    padding: 30px;
  }
  #cb-search .cb-breadcrumb a {
    max-width: 350px;
  }
  #cb-content {
    padding: 20px 60px 100px 0;
    max-width: 680px;
    margin: auto;
  }
  .col-md-11.col-lg-10 #cb-content {
    max-width: none;
  }
  .cb-aside-nav-main:after {
    max-width: 280px;
  }
}
@media (max-width: 1440px) {
  .container {
    width: 98%;
    max-width: 1440px;
  }
}
@media (max-width: 991px) {
  .cb-aside-nav,
  #cb-search-field,
  body.cb-js-mobile-act #cb-mobile-menu-icon,
  body.cb-js-mobile-act #cb-header,
  body.cb-js-mobile-act #cb-footer,
  body.cb-js-mobile-act #cb-block {
    display: none;
  }
  #cb-mobile-menu-icon,
  body.cb-js-mobile-act #cb-mobile-menu-close,
  body.cb-js-mobile-act #cb-search-field,
  body.cb-js-mobile-act #cb-aside-main,
  body.cb-docs-index #cb-search-field {
    display: block;
  }
  body.cb-js-mobile-act #cb-search {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    padding-top: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  body.cb-js-mobile-act #cb-container {
    margin-top: 50px;
    margin-bottom: 15px;
  }
  .cb-js-mobile-act #cb-search-field {
    border: 1px solid #f2f2f2;
  }
  .cb-js-fixed-act #cb-header {
    margin-bottom: 64px;
  }
  #cb-footer .media {
    margin-bottom: 24px;
  }
  #cb-footer .row [class*="col-"]:last-child > .media {
    margin-bottom: 0;
  }
  .cb-scroll-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  h2,
  .h2 {
    font-size: 21px;
  }
  .cb-aside-nav ul {
    line-height: 30px;
  }
  #cb-container {
    margin: 0 -15px;
  }
  body.cb-js-mobile-act #cb-container {
    margin-top: 105px;
  }
  #cb-mobile-menu-close > .container {
    padding-right: 0;
  }
  #cb-block-start {
    margin-left: -15px;
    margin-right: -15px;
  }
  #cb-block-start .media {
    margin-bottom: 24px;
  }
  #cb-block-start .row [class*="col-"]:last-child > .media {
    margin-bottom: 0;
  }
  .cb-js-aside-nav-main-act:before {
    top: 12px;
  }
  .cb-help {
    margin: 24px 0 24px 24px;
  }
  #cb-footer {
    position: relative;
    margin-top: 30px;
  }
  #cb-footer-rights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/*  =========================================================================
Start CB Custom Image Slider
========================================================================== */
@media (min-width: 992px) {
  [cb-custom-model__bg] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    overflow: auto;
    cursor: zoom-out;
  }
  [cb-custom-model] {
    position: relative;
    max-width: calc(100vw - 50px);
    min-height: calc(100vh - 50px);
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px;
    margin: auto;
  }
  [cb-custom-model__img] {
    border-radius: 3px;
    margin: auto;
  }
  #cb-content img:not(.cb-link) {
    cursor: zoom-in;
  }
}
/*  =========================================================================
Start CB Table
========================================================================== */
.cbDocsTable {
  border-collapse: collapse;
}

.cbDocsTh,
.cbDocsTd {
  border: 1px solid #ddd;
  padding: 7px 10px;
  vertical-align: top;
  text-align: left;
  min-width: 8px;
}

.cbDocsTable ol,
.cbDocsTable ul {
  margin-left: 0;
  padding-left: 22px;
}

.cbDocsTable,
.table-wrap {
  margin: 10px 0 20px 0;
  overflow-x: auto;
}

.cbDocsTable:first-child,
.table-wrap:first-child {
  margin-top: 0;
}

table.cbDocsTable th.cbDocsTh,
table.cbDocsTable th.cbDocsTh > p,
table.cbDocsTable td.cbDocsTd.highlight,
table.cbDocsTable td.cbDocsTd.highlight > p,
table.cbDocsTable th.cbDocsTh.highlight-grey,
table.cbDocsTable th.cbDocsTh.highlight-grey > p,
table.cbDocsTable td.cbDocsTd.highlight-grey,
table.cbDocsTable td.cbDocsTd.highlight-grey > p {
  background-color: #f0f0f0;
}

table.cbDocsTable th.cbDocsTh.info,
table.cbDocsTable th.cbDocsTh.info > p,
table.cbDocsTable td.cbDocsTd.highlight.info,
table.cbDocsTable td.cbDocsTd.highlight.info > p,
table.cbDocsTable th.cbDocsTh.highlight-blue,
table.cbDocsTable th.cbDocsTh.highlight-blue > p,
table.cbDocsTable td.cbDocsTd.highlight-blue,
table.cbDocsTable td.cbDocsTd.highlight-blue > p {
  background-color: #e0f0ff;
}

table.cbDocsTable th.cbDocsTh.success,
table.cbDocsTable th.cbDocsTh.success > p,
table.cbDocsTable td.cbDocsTd.highlight.success,
table.cbDocsTable td.cbDocsTd.highlight.success > p,
table.cbDocsTable th.cbDocsTh.highlight-green,
table.cbDocsTable th.cbDocsTh.highlight-green > p,
table.cbDocsTable td.cbDocsTd.highlight-green,
table.cbDocsTable td.cbDocsTd.highlight-green > p {
  background-color: #ddfade;
}

table.cbDocsTable th.cbDocsTh.warning,
table.cbDocsTable th.cbDocsTh.warning > p,
table.cbDocsTable td.cbDocsTd.highlight.warning,
table.cbDocsTable td.cbDocsTd.highlight.warning > p,
table.cbDocsTable th.cbDocsTh.highlight-red,
table.cbDocsTable th.cbDocsTh.highlight-red > p,
table.cbDocsTable td.cbDocsTd.highlight-red,
table.cbDocsTable td.cbDocsTd.highlight-red > p {
  background-color: #ffe7e7;
}

table.cbDocsTable th.cbDocsTh.note,
table.cbDocsTable th.cbDocsTh.note > p,
table.cbDocsTable td.cbDocsTd.highlight.note,
table.cbDocsTable td.cbDocsTd.highlight.note > p,
table.cbDocsTable th.cbDocsTh.highlight-yellow,
table.cbDocsTable th.cbDocsTh.highlight-yellow > p,
table.cbDocsTable td.cbDocsTd.highlight-yellow,
table.cbDocsTable td.cbDocsTd.highlight-yellow > p {
  background-color: #ffd;
}

table.cbDocsTable th.cbDocsTh,
table.cbDocsTable th.cbDocsTh > p {
  font-weight: bold;
}

table.cbDocsTable th.cbDocsTh.nohighlight,
table.cbDocsTable th.cbDocsTh.nohighlight > p {
  font-weight: normal;
  background-color: transparent;
}

table.cbDocsTable td.cbDocsTd img,
table.cbDocsTable td.cbDocsTd .cbDocs-embedded-file-wrapper img,
table.cbDocsTable th.cbDocsTh .cbDocs-embedded-file-wrapper img {
  max-width: none;
}

table.cbDocsTable td.numberingColumn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
table.cbDocsTable thead.tableFloatingHeaderOriginal {
  display: none !important;
}
.table-shadow {
  position: relative;
  margin-bottom: 20px;
}
.table-shadow .shadow-right {
  position: absolute;
  padding: 20px;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(
    to right,
    rgba(99, 114, 130, 0) 0,
    rgba(99, 114, 130, 0.16) 100%
  );
  z-index: 9;
  display: none;
}
.table-shadow .shadow-left {
  position: absolute;
  padding: 20px;
  left: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(
    to left,
    rgba(99, 114, 130, 0) 0,
    rgba(99, 114, 130, 0.16) 100%
  );
  z-index: 9;
  display: none;
}
@media (min-width: 992px) {
  #cb-content table:not(.confluenceTable) {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    border: 1px solid #e6e6e6 !important;
  }
  #cb-content table:not(.confluenceTable) td,
  #cb-content table:not(.confluenceTable) th {
    padding: 8px 12px;
  }
  #cb-content img {
    max-height: 540px !important;
  }
}
.cb-aside-nav-list li {
  position: relative;
  margin-top: 0;
}
.cb-aside-nav-list li a {
  padding: 4px 50px 4px 30px;
  display: block;
  position: relative;
  font-size: 13px;
  transition: 0.3s ease-out;
}
.cb-aside-nav-list li a:hover,
.cb-aside-nav-list li a:focus {
  text-decoration: none;
  color: rgba(0, 0, 10, 0.6);
  margin-left: 2px;
}
.cb-nav-icon--expand:after,
.cb-nav-icon--collapse:after {
  position: absolute;
  right: 30px;
  font-size: 14px;
  top: 50%;
  margin-top: -4px;
  content: "";
  border-left: 1px solid;
  border-bottom: 1px solid;
  width: 8px;
  height: 8px;
  cursor: pointer;
  visibility: hidden;
  transition: all 0.3s;
}
.cb-nav-icon--expand:after {
  transform: rotate(-135deg);
  visibility: visible;
}
.cb-nav-icon--expand:hover:after {
  transform: rotate(-45deg);
}
.cb-nav-icon--collapse:after {
  transform: rotate(-45deg);
  visibility: visible;
}
.cb-aside-nav-list .cb-aside-nav-list {
  display: none;
}
.expand-all > .cb-aside-nav-list,
.cb-js-aside-nav-main-act > .cb-aside-nav-list {
  display: block;
}
.cb-aside-nav-start > .expand-all > .cb-nav-icon--collapse,
.cb-aside-nav-start > .cb-js-aside-nav-main-act > .cb-nav-icon--collapse {
  border-right: 3px solid;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.expand-all .cb-nav-icon--collapse {
  color: #170ef0;
  font-weight: 700;
}
.cb-aside-nav-list .nav-list-level1 {
  margin-left: 30px;
}
.expand-all .cb-nav-icon--collapse:after,
.cb-js-aside-nav-main-act > .cb-nav-icon--collapse:after {
  display: none;
}
.cb-aside-nav-list .nav-list-level1 a {
  padding-left: 16px;
}
.cb-aside-nav-list .nav-list-level2 {
  margin-left: 16px;
}
.cb-aside-nav-list .nav-list-level2 a {
  padding-left: 16px;
}
.cb-sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 99999;
  max-width: none !important;
}
.menu-sticky {
  padding-top: 66px;
}
.cb-aside-nav .cb-aside-subnav--list {
  margin-left: 16px;
  margin-top: 9px;
}
@media (max-width: 991px) {
  .cb-aside-nav-title {
    margin-left: 0;
  }
  .cb-aside-nav-list li a {
    padding: 0;
  }
  .cb-aside-nav-main ul li + li {
    margin-top: 4px;
  }
  .cb-aside-nav-main li a {
    line-height: 30px;
    font-size: 16px;
  }
  .cb-aside-nav-list .nav-list-level1 {
    margin-left: 16px;
  }
  .cb-aside-nav-list .nav-list-level1 a {
    padding-left: 0;
  }
}
.expand-all > ul:last-child,
.cb-js-aside-nav-main-act > ul:last-child {
  margin-bottom: 16px;
}
.cb-mobile-hamburger {
  width: 32px;
  margin-top: 8px;
}
.cb-mobile-hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00000a;
  margin: 6px 0;
}
.cb-aside-nav .cb-aside-subnav--list li:last-child {
  margin-bottom: 24px;
}

.cb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .cb-list {
    grid-template-columns: auto auto auto;
  }
}
#cb-content .cb-list li + li {
  margin-top: 0;
}
.cb-list .cb-list__item .cb-list__content {
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}
.cb-list .cb-list__item:hover .cb-list__content--figure {
  box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1),
    0 10px 20px 0 rgba(90, 122, 190, 0.2);
}
.cb-list .cb-list__item .cb-list__content:hover,
.cb-list__item .cb-list__content:focus {
  text-decoration: none;
  outline: none;
  color: rgba(0, 0, 0, 0.87);
}
.cb-list .cb-list__item a .cb-list__content--figure {
  border-radius: 3px;
  border: 1px solid rgba(90, 122, 190, 0.08);
  transition: all 0.2s ease-out;
  display: grid;
  align-items: center;
  height: 180px;
}
.cb-list .cb-list__item a .cb-list__content--figure img {
  max-width: calc(100% - 24px);
  max-height: calc(180px - 16px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #cb-content .cb-list .cb-list__item a .cb-list__content--figure img {
    max-height: calc(180px - 16px) !important;
  }
}
.cb-list .cb-list__item .cb-list__content span {
  display: block;
  padding: 8px 16px;
  color: #1e88e5;
  font-weight: 500;
  border: 1px solid rgba(90, 122, 190, 0.08);
  border-radius: 3px;
  transition: all 0.2s ease-out;
}
.cb-list .cb-list__item .cb-list__content span small {
  font-weight: lighter;
  transition: all 0.3s;
}
.cb-list .cb-list__item .cb-list__content .cb-list__content--figure + span {
  margin-top: 12px;
  padding: 4px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  transition: none;
}
.cb-cards {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cb-cards .cb-card,
#cb-content .cb-cards .cb-card + .cb-card {
  margin-top: 24px;
}
.cb-cards .cb-card {
  max-width: 280px;
  padding: 20px 24px;
  min-width: 240px;
  border: 1px solid rgba(90, 122, 190, 0.08);
  border-radius: 3px;
  transition: all 0.2s ease-out;
}
.cb-cards .cb-card .cb-card__desc {
  margin-top: 16px;
}
.cb-cards .cb-card:not(:last-child) {
  margin-right: 20px;
}
.cb-cards {
  margin-bottom: 40px;
}
.cb-scrollbox {
  position: relative;
}
.cb-dd-item {
  border-bottom: 1px solid #f7f7ff;
}

.cb-dd-item:hover {
  cursor: pointer;
  background-color: #f5f7fb;
}

.cb-site-row {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 15px;
  margin-right: 10px;
}

.cb-user-menu {
  text-align: start;
}

.cb-user-menu:hover {
  cursor: pointer;
}

.cb-user-dd {
  border-radius: 8px;
  margin-left: -15px !important;
  margin-top: 12px !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 2px 0 rgba(0, 0, 30, 0.1), 0 4px 8px 0 rgba(0, 0, 30, 0.1),
    0 8px 16px 0 rgba(0, 0, 30, 0.1) !important;
  --webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 30, 0.1),
    0 4px 8px 0 rgba(0, 0, 30, 0.1), 0 8px 16px 0 rgba(0, 0, 30, 0.1) !important;
}

.vp-title {
  color: black;
  font-weight: 500;
  font-size: 12px;
}

.vp-tag {
  color: #666678;
  font-weight: 300;
  font-size: 10px;
}
