/* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. */
html,
body {
  font-family: "Segoe UI","Helvetica Neue","Helvetica",Arial,sans-serif;
  height: 100%;
}
button,
a {
  color: #333;
  cursor: pointer;
}
button:hover,
button:focus,
a:hover,
a:focus {
  color: #23527c;
  text-decoration: none;
}
a.disable,
a.disable:hover {
  text-decoration: none;
  cursor: default;
  color: #000000;
}

.wrap{
  margin-bottom:1rem !important;
}

.container.body-content {
  font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width:100% !important;
  max-width: 1648px;
}

.body-content h1:first-of-type {
  margin-top: -10px;
  margin-bottom: 0;
}

.body-content h2,
.body-content h3,
.body-content h4,
.body-content h5,
.body-content h6 {
  line-height: 1.3;
  margin-bottom: 12px;
  margin-top: 10px;
}

.body-content h1,
.body-content h2.likeAnH1 {
  line-height: 1.3;
  margin-bottom: 12px;
  font-size: calc(1.41667rem + 1.11111vw);
  margin-top: 0;
  word-wrap: break-word;
  word-break: break-word;
}

@media (min-width: 1200px) {
  .body-content h1,
  .body-content h2.likeAnH1 {
    font-size: 2.25rem;
  }
}

.body-content h2 {
  font-size: calc(1.375rem + 0.83333vw);
}

@media (min-width: 1200px) {
  .body-content h2 {
    font-size: 2rem;
  }
}

.body-content h3 {
  font-size: calc(1.33333rem + 0.55556vw);
  margin-top: 30px;
  margin-bottom: 18px;
}

@media (min-width: 1200px) {
  .body-content h3 {
    font-size: 1.75rem;
  }
}

.body-content h4 {
  font-size: calc(1.29167rem + 0.27778vw);
  margin-top: 36px;
  margin-bottom: 6px;
}

@media (min-width: 1200px) {
  .body-content h4 {
    font-size: 1.2rem;
  }
}

.body-content h5 {
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin-top: 36px;
  margin-bottom: 6px;
}

.body-content h6 {
  font-size: 1.125rem;
  letter-spacing: 1px;
  margin-top: 36px;
  margin-bottom: 6px;
}

.body-content p {
  margin-top: 1rem;
  word-wrap: break-word;
}

.body-content blockquote {
  display: block;
  margin: 1.2em 0 2em;
  padding: 0 0.8em;
  border-width: 0 0 0 3px;
  border-style: solid;
  border-color: #e3e3e3;
}

.body-content blockquote footer {
  font-size: 0.9em;
  color: #5e5e5e;
}

.container.body-content h1, .container.body-content h1,
.container.body-content h2, .container.body-content h2,
.container.body-content h3, .container.body-content h3,
.container.body-content h4, .container.body-content h4,
.container.body-content h5, .container.body-content h5,
.container.body-content h6, .container.body-content h6
{
  font-weight: 100;
}

.container.body-content h1, .container.body-content h1
{
  font-size: 2.25rem;
}

.container.body-content h1:first-of-type {
    font-size: 2.25rem;
    margin-top: -106px;
    position: absolute;
    z-index: 10000;
    color: white;
}

.container.body-content h2, .container.body-content h2
{
  font-size: 1.75rem;
}

.container.body-content h3, .container.body-content h3
{
  font-size: 1.5rem;
}

.container.body-content td,
.container.body-content th {
  padding: 5px 15px;
}

.breadcrumb a, .breadcrumb a:hover
{
  color: #e0e0e0;
}

.layout__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* workaround for leave space for fixed navbar with # anchor url*/

h1:before,
h2:before,
h3:before,
h4:before {
    content: '';
    display: block;
    position: relative;
    width: 0;
    /*height: 100px;
    margin-top: -100px;*/
}

h1, h2, h3, h4, h5, h6, .text-break {
    word-wrap: break-word;
    word-break: break-word;
}

h1 mark,
h2 mark,
h3 mark,
h4 mark,
h5 mark,
h6 mark {
  padding: 0;
}

span.parametername,
span.paramref,
span.typeparamref {
    font-style: italic;
}
span.languagekeyword{
    font-weight: bold;
}

/*
svg:hover path {
    fill: #ffffff;
}
*/

.hljs {
  display: inline;
  background-color: inherit;
  padding: 0;
}
/* additional spacing fixes */
.btn + .btn {
  margin-left: 10px;
}
.btn.pull-right {
  margin-left: 10px;
  margin-top: 5px;
}

.table {
  table-layout: auto;
  width: 100%;
  font-size: 0.8em;
  margin-bottom:10px;
}
table p {
  margin-bottom: 0;
  margin-top: 0 !important;
}
table a {
  display: inline-block;
}

/* Make hidden attribute compatible with old browser.*/
[hidden] {
  display: none !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 400;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.navbar {
  margin-bottom: 0;
}
#wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
/* blends header footer and content together with gradient effect */
.grad-top {
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  /* Standard syntax */
  height: 5px;
}
.grad-bottom {
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  /* Standard syntax */
  height: 5px;
}
.divider {
  margin: 0 5px;
  color: #cccccc;
}
hr {
  border-color: #cccccc;
}
header {
  /*position: fixed;*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  min-height:68px;
}
header .navbar {
  border-width: 0 0 1px;
  border-radius: 0;
}
.navbar-brand {
  font-size: inherit;
  padding: 0;
}
.navbar-collapse {
  margin: 0 -15px;
}
.subnav {
  min-height: 40px;
}

.capitalize{
  text-transform: capitalize;
}

.inheritance h5, .inheritedMembers h5{
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

article h1, article h2, article h3, article h4{
  margin-top: 25px;
}

article a, article a:hover, article a:focus {
  text-decoration: underline;
}

/*
article h4{
  border-bottom: 1px solid #ccc;
}
*/
article span.small.pull-right{
  margin-top: 20px;
}

article section {
  margin-left: 1em;
}

/*.expand-all {
  padding: 10px 0;
}*/
.breadcrumb {
  margin: 0;
  padding: 10px 0;
  background-color: inherit;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  content: "\00a0/";
}
#autocollapse.collapsed .navbar-header {
  float: none;
}
#autocollapse.collapsed .navbar-toggle {
  display: block;
}
#autocollapse.collapsed .navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#autocollapse.collapsed .navbar-collapse.collapse {
  display: none !important;
}
#autocollapse.collapsed .navbar-nav {
  float: none !important;
  margin: 7.5px -15px;
}
#autocollapse.collapsed .navbar-nav > li {
  float: none;
}
#autocollapse.collapsed .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#autocollapse.collapsed .collapse.in,
#autocollapse.collapsed .collapsing {
  display: block !important;
}
#autocollapse.collapsed .collapse.in .navbar-right,
#autocollapse.collapsed .collapsing .navbar-right {
  float: none !important;
}
#autocollapse .form-group {
  width: 100%;
}
#autocollapse .form-control {
  width: 100%;
}
#autocollapse .navbar-header {
  margin-left: 0;
  margin-right: 0;
}
#autocollapse .navbar-brand {
  margin-left: 0;
}
.collapse.in,
.collapsing {
  text-align: center;
}
.collapsing .navbar-form {
  margin: 0 auto;
  max-width: 400px;
  padding: 10px 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.collapsed .collapse.in .navbar-form {
  margin: 0 auto;
  max-width: 400px;
  padding: 10px 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar .navbar-nav {
  display: inline-block;
}
.docs-search {
  background: white;
  vertical-align: middle;
}
.docs-search > .search-query {
  font-size: 14px;
  border: 0;
  width: 120%;
  color: #555;
}
.docs-search > .search-query:focus {
  outline: 0;
}
.search-results-frame {
  clear: both;
  display: table;
  width: 100%;
}
.search-results.ng-hide {
  display: none;
}
.search-results-container {
  padding-bottom: 1em;
  border-top: 1px solid #111;
  background: rgba(25, 25, 25, 0.5);
}
.search-results-container .search-results-group {
  padding-top: 50px !important;
  padding: 10px;
}
.search-results-group-heading {
  font-family: "Open Sans";
  padding-left: 10px;
  color: white;
}
.search-close {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  color: white;
  text-align: center;
  padding: 5px;
  background: #333;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 200px;
  box-shadow: 0 0 10px #111;
}
#search {
  display: none;
}

.docs-dropdown-navbar-container {
  display: none;
  margin-top: -20px;
  padding: 0 15px 0 5px;
}
.small-nav-dropdown-title {
  display: inline-block;
  margin: 0 5px 0 14px;
}
#small-nav-dropdown { 
  display: inline-block;
  width: calc(100% - 74px);
}
.pullup {
  margin-top: -120px;
}

/* Search results display*/
#search-results {
  max-width: 960px !important;
  margin-top: 120px;
  margin-bottom: 115px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  display: none;
}

#search-results>.search-list {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 50px;
}

#search-results p {
  text-align: center;
}

#search-results .sr-items {
  font-size: 24px;
}

.sr-item {
  margin-bottom: 25px;
}

.sr-item>.item-href {
  font-size: 14px;
  color: #093;
}

.sr-item>.item-brief {
  font-size: 13px;
}

.pagination>li>a {
  color: #47A7A0
}

.pagination>.active>a {
  background-color: #47A7A0;
  border-color: #47A7A0;
}

.fixed_header {
  position: fixed;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0px;
  top: 0;
  z-index: 9999;
  left: 0;
}

.fixed_header+.toc{
  margin-top: 50px;
  margin-left: 0;
}

.hideScroll::-webkit-scrollbar {
  display: none;
}

.hideScroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#sidetoc {
  float: left;
  margin-left: -10px;
  position:fixed;
  overflow-y:auto;
  overflow-x:hidden;
  top:150px;
  bottom:0px;
  max-width:250px;
}


.sidetoc {
/*  float:left;*/
  width: 240px;
  top: 150px;
  bottom: 0;
  overflow-x: hidden;
  z-index: 1;
  padding-top: 10px;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative{
position: relative;
}

.sidetoc.shiftup {
  bottom: 70px;
}

body .toc{
  overflow-x: hidden;
}

.sidetoc-expand > .caret {
  margin-left: 0px;
  margin-top: -2px;
}
.sidetoc-expand > .caret-side {
  border-left: 4px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-left: 4px;
  margin-top: -4px;
}
.sidetoc-heading {
  font-weight: 500;
}

#sidetoc{
  margin-top: 0px;
}

.toc {
  margin: 0px 0 0 10px;
  padding: 0 10px;
}
.expand-stub {
  position: absolute;
  left: -10px;
}
.toc .nav > li > a.sidetoc-expand {
  position: absolute;
  top: 0;
  left: 0;
}
.toc .nav > li > a {
  margin-left: 5px;
  display: block;
  padding: 0;
  font-size: 13px !important;
}
.toc .nav > li > a:hover,
.toc .nav > li > a:focus {
  color: #000000;
  background: none;
  text-decoration: inherit;
}

.toc .nav > li > a {
  color: #707070;
}
.toc .nav > li.active > a {
  color: #337ab7; /*#00416B*/
}
.toc .nav > li.active > a:hover,
.toc .nav > li.active > a:focus {
  color: #23527c;
}

.toc .nav > li> .expand-stub {
  cursor: pointer;
}

.toc .nav.level2 > li.active > a:hover,
.toc .nav.level2 > li.in > a:hover,
.toc .nav.level2 > li.in.active > a:hover,
.toc .nav.level2 > li.filtered > a:hover {
  background: url(/images/expand-up.svg) 140px 0px no-repeat;
  background-size: 24px;
  /*content: "-";*/
}

.toc .nav.level2 > li > a:hover,
.toc .nav.level2 > li.active > a:hover {
  background: url(/images/expand-down.svg) 140px 0px no-repeat;
  background-size: 24px;
  /*content: "+";*/
}

/*
#docs-navbar .nav .panel.expanded>a:hover {
  background: url(/expand-up.svg) 110px 5px no-repeat;
  background-size: 24px;
}

#docs-navbar .nav .panel.collapsed>a:hover {
  background: url(/expand-down.svg) 110px 5px no-repeat;
  background-size: 24px;
}
*/

.toc .nav > li.filtered > ul,
.toc .nav > li.in > ul {
  display: block;
}

.toc .nav > li > ul {
  display: none;
}

.toc ul{
  font-size: 12px;
  margin: 0 0 0 3px;
}

.toc .level1 > li {
  margin-top: 10px;
  position: relative;
  font-size: 14px;
}
.toc .level2 {
  font-weight: normal;
  margin: 5px 0 0 15px;
  line-height: 140%;
  font-size: 13px;
}

.toc .level2>li {
  font-weight: 400;
  padding: 10px 15px;
  border-left: solid rgb(204, 204, 204) 1px;
}

.toc .level2>li.in,
.toc .level2>li:hover
{
  border-left-color: #337ab7;
}

.toc .level3>li.active::before {
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  background-color: #337ab7;
  top: 10px;
  left: -22px;
  border-radius: 100%;
}

ul.nav.level3>li {
  text-transform: none;
  padding: 5px 10px;
}

.sidenav {
  position: sticky;
  top: 0;
  width: 240px;
  padding: 15px 0;
  left: -15px;
  margin-right: -15px;
}

.sidefilter {
/*  float:left;*/
  top: 90px;
  width: 240px;
/*  padding: 20px;*/
  border-left: 1px solid #e7e7e7;
  z-index: 1;
}
.toc-filter {
  border-radius: 5px;
  background: #fff;
  padding: 5px;
  position: relative;
  margin: 0 5px 0 5px;
  /*border: 1px solid #e7e7e7;*/
}
.toc-filter > input {
  border: 0;
  color: #f1f1f1;
  padding-left: 20px;
  width: 100%;
}
.toc-filter > input:focus {
  outline: 0;
}
.toc-filter > .filter-icon {
  position: absolute;
  top: 10px;
  left: 5px;
}

#toc_filter_input{
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color:black;
}

.article {
  margin-top: 100px;
}

#_content>a{
  margin-top: 105px;
}

#_content{
  margin-top: 30px;
}

.article.grid-right {
  margin-left: 240px;
}

.inheritance hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.article img {
  max-width: 100%;
}

.cpyBtn {
  font-weight: 400 !important;
  font-size: .875rem !important;
}

.headerMargin{
  margin-top:10px !important;
}

.cpyBtn:hover {
  color: inherit !important;
  background: #fafafa;
}

.doc-outline ol {
  margin: 10px 0 0;
  list-style-type: none;
}

.doc-outline ol li {
  list-style: none;
}

.doc-outline li {
  line-height: 1.3;
  font-size: 0.875rem !important;
  padding: 2px 0;
  padding-left: 7px;
  margin: 4px 0;
}

.doc-outline li.selected {
  text-shadow: 0.3px 0 0 currentColor;
  border-color: #0065b3;
  padding-left: 4px;
  border-left: 3px solid #0065b3;
}

.doc-outline a:visited {
  color: #0065b3;
}


.sideaffix {
  /*margin-top: 50px;*/
  font-size: 12px;
  max-height: 100%;
  overflow: visible;
  top: 200px;
  bottom: 10px;
  position: fixed;
  display: none;
}
.sideaffix.shiftup {
  bottom: 70px;
}
.affix {
  position: relative;
  height: 100%;
}
.sideaffix > div.contribution {
  margin-bottom: 20px;
}
.sideaffix > div.contribution > ul > li > a.contribution-link {
  padding: 6px 10px;
  font-weight: bold;
  font-size: 14px;
}
.sideaffix > div.contribution > ul > li > a.contribution-link:hover {
  background-color: #ffffff;
}
.sideaffix ul.nav > li > a:focus {
  background: none;
}
.affix h5 {
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 12px;
}
.affix > ul.level1 {
  overflow: hidden;
  padding-bottom: 3px;
  height: 100%;
  margin-right: -20px;
  margin-top: -20px;
}
.affix ul > li > a:before {
  color: #cccccc;
  position: absolute;
}
.affix ul > li > a:hover {
  background: none;
  color: #666666;
}
.affix ul > li.active > a,
.affix ul > li.active > a:before {
  color: #337ab7;
}
.affix ul > li > a {
  padding: 2px 13px;
  color: #666666;
}
.affix > ul > li.active:last-child {
  margin-bottom: 50px;
}
.affix > ul > li > a:before {
  content: "|";
  font-size: 16px;
  top: 1px;
  left: 0;
}
.affix > ul > li.active > a,
.affix > ul > li.active > a:before {
  color: #337ab7;
  font-weight: bold;
}
.affix ul ul > li > a {
  padding: 1px 18px;
}
.affix ul ul > li > a:before {
  content: ">";
  font-size: 14px;
  top: -1px;
  left: 5px;
}
.affix ul > li > a:before,
.affix ul ul,
.affix ul ul > li > a:before {
  display: none;
}
.affix ul > li.active > ul,
.affix ul > li.active > a:before,
.affix ul > li > a:hover:before {
  display: block;
  white-space: nowrap;
}
.codewrapper {
  position: relative;
}
.trydiv {
  height: 0px;
}
.tryspan {
  position: absolute;
  top: 0px;
  right: 0px;
  border-style: solid;
  border-radius: 0px 4px;
  box-sizing: border-box;
  border-width: 1px;
  border-color: #cccccc;
  text-align: center;
  padding: 2px 8px;
  background-color: white;
  font-size: 12px;
  cursor: pointer;
  z-index: 100;
  display: none;
  color: #767676;
}
.tryspan:hover {
  background-color: #3b8bd0;
  color: white;
  border-color: #3b8bd0;
}
.codewrapper:hover .tryspan {
  display: block;
}
.sample-response .response-content{
  max-height: 200px;
}
/*
footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.footer {
  border-top: 1px solid #e7e7e7;
 
  padding: 15px 0;
}

#footer {
    bottom: 0;
    color: #707070;
    height: 2em;
    left: 0;
    position: relative; //changed to relative from fixed also works if position is not there
    font-size: small;
    width:100%;
}
*/
@media (min-width: 768px) {
  .topnav .navbar-nav {
    float: none;
    white-space: nowrap;
  }
  .topnav .navbar-nav > li {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  #mobile-indicator {
    display: block;
  }
  /* TOC display for responsive */
  .article {
    margin-top: 30px !important;
  }
  header {
    position: static;
  }
  .topnav {
    text-align: center;
  }
  .sidenav {
    display: none;
  }
  .sidefilter {
    position: static;
    width: auto;
    float: none;
    border: none;
  }
  .sidetoc {
    position: static;
    width: auto;
    float: none;
    padding-bottom: 0px;
    border: none;
  }
  .toc .nav > li, .toc .nav > li >a {
    display: inline-block;
  }
  .toc li:after {
    margin-left: -3px;
    margin-right: 5px;
    content: ", "; 
  }
  .toc .level1 > li {
    display: block;
  }
  
  .toc .level1 > li:after {
    display: none;
  }
  .article.grid-right {
    margin-left: 0;
  }
  .grad-top,
  .grad-bottom {
    display: none;
  }
  /*.expand-all {
    display: none;
  }*/
  .sideaffix {
    display: none;
  }
  .mobile-hide {
    display: none;
  }
  .breadcrumb {
    white-space: inherit;
  }

  /* workaround for #hashtag url is no longer needed*/
  h1:before,
  h2:before,
  h3:before,
  h4:before {
      content: '';
      display: none;
  }
}

/* For toc iframe */
@media (max-width: 260px) {
  .toc .level2 > li {
    display: block;
  }

  .toc .level2 > li:after {
    display: none;
  }
}

/* Alerts */
.alert h5 {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
}

.alert h5:before {
    position:relative;
    top:1px;
    display:inline-block;
    font-family:'Glyphicons Halflings';
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    margin-right: 5px;
    font-weight: normal;
}

.alert-info h5:before {
    content:"\e086"
}

.alert-warning h5:before {
    content:"\e127"
}

.alert-danger h5:before {
    content:"\e107"
}

/* For Embedded Video */
div.embeddedvideo {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

div.embeddedvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* For printer */
@media print{
  .article.grid-right {
    margin-top: 0px;
    margin-left: 0px;
  }
  .sideaffix {
    display: none;
  }
  .mobile-hide {
    display: none;
  }
  .footer {
    display: none;
  }
}

/* For tabbed content */

.tabGroup {
  margin-top: 1rem; }
  .tabGroup ul[role="tablist"] {
    margin: 0;
    padding: 0;
    list-style: none; }
    .tabGroup ul[role="tablist"] > li {
      list-style: none;
      display: inline-block; }
  .tabGroup a[role="tab"] {
    color: #6e6e6e;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px 7.5px;
    text-decoration: none;
    border-bottom: 2px solid #fff; }
    .tabGroup a[role="tab"]:hover, .tabGroup a[role="tab"]:focus, .tabGroup a[role="tab"][aria-selected="true"] {
      border-bottom: 2px solid #0050C5; }
    .tabGroup a[role="tab"][aria-selected="true"] {
      color: #00416B; }
    .tabGroup a[role="tab"]:hover, .tabGroup a[role="tab"]:focus {
      color: #00416B; }
    .tabGroup a[role="tab"]:focus {
      outline: none;
      outline-offset: 0px; }
  @media (min-width: 768px) {
    .tabGroup a[role="tab"] {
      padding: 5px 15px; } }
  .tabGroup section[role="tabpanel"] {
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin: 0;
    overflow: hidden; }
    .tabGroup section[role="tabpanel"] > .codeHeader,
    .tabGroup section[role="tabpanel"] > pre {
      margin-left: -16px;
      margin-right: -16px; }
    .tabGroup section[role="tabpanel"] > :first-child {
      margin-top: 0; }
    .tabGroup section[role="tabpanel"] > pre:last-child {
      display: block;
      margin-bottom: -16px; }

.mainContainer[dir='rtl'] main ul[role="tablist"] {
  margin: 0; }



/* VARIGENCE: top nav */
  #topnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0;
    float: none;
    max-width: 1600px;
    margin: 0 auto;
}

#topnav .container-fluid:before {
    content: none;
}

#topnav .container-fluid:after {
    content: none;
}

#actions {
    display: flex;
}

#actions > a {
    margin-right: 15px;
    color: rgba(0,0,0,0.75);
    text-decoration: none;
    font-size: 14px;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: none;
    width: 100%;
}

.navbar > .container,
.navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width:100%;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: none;
}

.navbar-brand {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.nav-item.collapse-only {
    display: none;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    #actions {
        display: none;
    }

    .pullup {
      margin-top: -40px;
      position:relative;
    }
    
    .nav-item.collapse-only, .docs-dropdown-navbar-container {
      display: block;
      margin-top:20px;
    }    
}

@media (max-width: 991.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
      padding-right: 0;
      padding-left: 0;
  }
}

@media (min-width: 992px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        margin-right: 1rem;
        margin-left: 1rem;
        font-size: 14px;
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.75);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
    border-bottom: 2px solid #D25F15;
    padding-bottom: 5px;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
}






/* support.varigence.com: waves */
.waves {
  overflow: hidden;
}
/*
.waves--footer {
  position: absolute;
  top: -98px;
  left: 0;
  width: 100%;
}
*/

.waves--footer svg {
    width: 100%;
/*    min-width: 1900px;*/
  }

/*
.waves--large {
  position: absolute;
  bottom: -61px;
  left: 0;
  z-index: 1;
  width: 100%;
}
*/
.waves--large svg {
    width: 100%;
    min-width: 500px;
    min-height: 363px;
  }
@media (min-width: 480px) {
.waves--large svg {
      min-width: 700px
  }
    }
@media (min-width: 992px) {
.waves--large svg {
      min-width: 1300px
  }
    }
@media (min-width: 1200px) {
.waves--large svg {
      min-width: 1900px
  }
    }
.waves--small {
  position: relative;
  margin-top: -1px;
  margin-bottom: calc(16px * 1.5);
  color: #00416B;
}
.waves--small svg {
    width: 100%;
    min-width: 1900px;
    height: 47px;
  }
.waves--small svg path {
      fill: currentColor;
    }
.waves__wave {
  fill: #fff;
}
.waves__wave-left.wave-bottom,
.waves__wave-right.wave-bottom {
  opacity: 0.4;
}
.waves__wave-left.waves__wave-top,
.waves__wave-right.waves__wave-top {
  opacity: 0.3;
}
.waves__wave--footer-primary {
  fill: #00416B;
}
.waves__wave-footer-with-opacity {
  fill: #00416B;
}




/* support.varigence.com topbar */
.topbar__container-inner {
  position: relative;
  z-index: 4;
}
.topbar__inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
.topbar__inner {
    display: table
}
  }
.topbar__col {
  position: relative;
  padding: calc(16px * 1.5 / 2) 0;
}
@media (min-width: 768px) {
.topbar__col {
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle
}
  }
@media (min-width: 768px) {
.topbar__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
  }
@media (max-width: 767px) {
.topbar__collapse {
    display: none;
    padding-top: calc(16px * 1.5 / 2);
    padding-bottom: calc(16px * 1.5)
}
  }
@media (min-width: 768px) {
.topbar__collapse {
    display: block !important
}
  }
@media (max-width: 767px) {
.topbar__menu {
    padding: 0
}
  }
.topbar__search {
  height: 40px;
}
.topbar__search input[type="submit"] {
    display: none;
  }
@media (max-width: 767px) {
.topbar__search {
    display: block !important;
    margin-bottom: calc(16px * 1.5 / 2)
}
  }
@media (min-width: 768px) {
.topbar__search {
    display: inline-block;
    height: auto;
    margin-right: calc(12px * 2)
}
  }
.topbar__search-bar {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
.topbar__search-bar {
    display: block !important
}
  }
@media (min-width: 768px) {
.topbar__search-bar {
    width: auto;
    -webkit-animation-duration: 0.1s;
            animation-duration: 0.1s
}

    .topbar__search-bar:before {
      display: none;
    }
  }
.topbar__btn-search {
  padding-right: 0;
  cursor: pointer;
  background-color: transparent;
}
.topbar__btn-search:hover,
  .topbar__btn-search:focus,
  .topbar__btn-search:active {
    background-color: transparent;
    border-color: transparent;
  }
.topbar__btn-search svg circle {
      stroke: #fff;
    }
.topbar__btn-search svg path {
      fill: #fff;
    }
@media (max-width: 767px) {
.topbar__btn-search {
    display: none !important
}
  }
@media (min-width: 768px) {
.topbar__link {
    margin-right: calc(12px * 2)
}
  }
.topbar--small {
  color: #fff;
  background-color: #00416B;
}
.topbar--small .topbar__link {
  color: #fff;
}
.topbar--small .topbar__link:hover,
  .topbar--small .topbar__link:active,
  .topbar--small .topbar__link:focus {
    color: darken(#fff, 12%);
  }
.topbar--small .login {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.topbar--small .login:hover,
  .topbar--small .login:focus,
  .topbar--small .login:active {
    color: darken(#fff, 12%);
    background-color: transparent;
    border-color: darken(#fff, 12%);
  }
.topbar--small .login:active {
    background-image: none;
  }
.topbar--small .topbar__btn-search svg circle {
      stroke: #fff;
    }
.topbar--small .topbar__btn-search svg path {
      fill: #fff;
    }
.topbar--large {
  padding-bottom: 210px;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(
    at 25% 40%,
    lighten(#00416B, 15%) 0,
    lighten(#00416B, 10%) 50%,
    lighten(#00416B, 5%) 110%
  );
}
@media (min-width: 768px) {
.topbar--large {
    margin-bottom: calc(16px * 1.5 * 2)
}
  }
.topbar--large.topbar_image {
    background-size: cover;
    position: relative;
    z-index: 2;
  }
.topbar--large.topbar_image:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: #00416B;
      opacity: 0.8;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
.topbar--large .login {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.topbar--large .login:hover,
  .topbar--large .login:focus,
  .topbar--large .login:active {
    color: darken(#fff, 12%);
    background-color: transparent;
    border-color: darken(#fff, 12%);
  }
.topbar--large .login:active {
    background-image: none;
  }
.topbar--large .topbar__link {
  color: #fff;
}
.topbar--large .topbar__link:hover,
  .topbar--large .topbar__link:active,
  .topbar--large .topbar__link:focus {
    color: darken(#fff, 12%);
  }
.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  width: 50px;
  height: 50px;
  font-size: 32px !important;
  line-height: 45px !important;
  text-align: center;
  border: 1px solid #00416B;
  border-radius: 4px;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.scroll-to-top:focus,
  .scroll-to-top:active {
    outline: 0;
  }
.scroll-to-top.is-active {
    bottom: 30px;
  }
.scroll-to-top:hover {
    color: darken(#111, 15%);
    border-color: darken(#111, 15%);
  }
@media (max-width: 767px) {
.scroll-to-top {
    display: none
}
  }

.is-hidden,
.hidden {
  display: none !important;
}