html {
  background: #ffffff;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font:
    12px/18px "Lucida Grande",
    "Lucida Sans Unicode",
    Helvetica,
    Arial,
    Verdana,
    sans-serif;
  color: #333;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
strong {
  color: #000;
}
code {
  font-family: Monaco, "Courier New", monospace;
  font-size: 0.92em;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#productheader {
  width: 978px;
  height: 30px;
  margin: 6.2px auto 0;
  zoom: 1;
}
#productheader:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#productheader h2 {
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  border: 0;
  color: #333;
}
/* breadcrumb trail in the header (replaces the plain title) */
#productheader .crumbs {
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
  line-height: 30px;
  font-size: 11px;
  color: #777;
}
#productheader .crumbs a {
  color: #08c;
  text-decoration: none;
}
#productheader .crumbs a:hover {
  text-decoration: underline;
}
#productheader .crumbs .sep {
  padding: 0 6px;
  color: #b0b0b0;
}
#productheader ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
#productheader li {
  float: left;
}
#productheader li a {
  display: block;
  height: 30px;
  line-height: 34px;
  padding: 0 11px;
  color: #333;
  font-size: 12px;
  text-decoration: none;
}
#productheader li:last-child a {
  padding-right: 0;
}
#productheader li a:hover {
  color: #08c;
  text-decoration: none;
}

body#pg-overview #productheader #pn-overview a,
body#pg-install #productheader #pn-install a,
body#pg-protocol #productheader #pn-protocol a,
body#pg-client #productheader #pn-client a {
  color: #08c;
  cursor: default;
}

#main {
  width: 980px;
  margin: 2px auto 0;
}

#content {
  padding: 0 50px 28px;
  zoom: 1;

  background: #fff;

  border: 1px solid #d7d7d7;
  border-color: #e5e5e5 #dbdbdb #d2d2d2;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow:
    rgba(0, 0, 0, 0.12) 0 1px 2px,
    inset rgba(255, 255, 255, 0.9) 0 1px 0;
  box-shadow:
    rgba(0, 0, 0, 0.12) 0 1px 2px,
    inset rgba(255, 255, 255, 0.9) 0 1px 0;
}
#content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#hero {
  text-align: center;
  padding: 36px 0 0;
}
#hero img {
  display: block;
  margin: 0 auto 10px;
}
#hero h1 {
  margin: 0 0 6px;
  color: #000;
  font-size: 26px;
  line-height: 1.2em;
}
#hero .intro {
  margin: 0 auto;
  max-width: 600px;
  color: #797c80;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
}

.rule {
  height: 0;
  overflow: hidden;
  border: 0;
  margin: 24px 0;
}

#page-toc {
  padding: 0 0 18px;
  margin: 0 0 6px;
  border-bottom: 1px solid #e5e5e5;
  zoom: 1;
}
#page-toc:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.toc-col {
  float: left;
  width: 33%;
  padding-right: 10px;
}
.toc-col h4 {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 18px;
}
.toc-col ul {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.toc-col li {
  margin: 0;
  line-height: 20px;
}
.toc-col a {
  font-size: 11px;
  color: #777;
}
.toc-col a:hover {
  color: #08c;
  text-decoration: none;
}

h2 {
  margin: 28px 0 12px;
  padding: 0 0 8px;
  color: #000;
  font-size: 18px;
  line-height: 1.2em;
  border-bottom: 1px solid #e5e5e5;
}
.section-block:first-child h2 {
  margin-top: 0;
}
h3 {
  margin: 18px 0 6px;
  color: #000;
  font-size: 14px;
  line-height: 1.3em;
}

.doc-section p {
  margin: 0 0 12px;
  line-height: 18px;
}
.doc-section ul,
.doc-section ol {
  margin: 0 0 12px;
  padding-left: 24px;
  line-height: 18px;
}
.doc-section li {
  padding-bottom: 4px;
}
.field-note {
  margin-top: 6px;
  color: #797c80;
  font-size: 11px;
}
.small-note {
  margin-top: 6px !important;
  color: #797c80;
  font-size: 11px;
}

.diagram-box {
  position: relative;
  margin: 0 0 18px;
  padding: 14px 18px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

  background: #f7f7f7;
  border: 1px solid #e5e5e5;

  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.diagram-box:last-child {
  margin-bottom: 0;
}
.diagram-box pre {
  margin: 0;
  white-space: pre;
  color: #333;
  font:
    11px/16px Monaco,
    "Courier New",
    monospace;
}
.diagram-box.small pre {
  font-size: 10px;
  line-height: 14px;
}

.code-box {
  position: relative;
  margin: 0 0 18px;
  padding: 12px 16px;

  background: #f7f7f7;
  border: 1px solid #e5e5e5;

  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.code-box:last-child {
  margin-bottom: 0;
}
.code-box pre {
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #333;
  font:
    12px/18px Monaco,
    "Courier New",
    monospace;
}
.code-box.single-line {
  padding-top: 12px;
  padding-bottom: 12px;
}
.code-box.single-line pre {
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
}
.spec-table {
  width: 100%;
  margin: 0 0 18px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 12px;

  border: 1px solid #e5e5e5;

  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.spec-table:last-child {
  margin-bottom: 0;
}
.spec-table th {
  padding: 6px 14px;
  color: #000;
  text-align: left;
  font-size: 12px;
  font-weight: bold;

  background: #f7f7f7;

  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.spec-table td {
  padding: 7px 14px;
  line-height: 17px;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}
.spec-table th:last-child,
.spec-table td:last-child {
  border-right: 0;
}
.spec-table tbody tr:last-child td {
  border-bottom: 0;
}
.spec-table thead th:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.spec-table thead th:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.spec-table tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.spec-table tbody tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.spec-table .port-col {
  width: 85px;
}
.spec-table .service-col {
  width: 140px;
}
.spec-table.compact td,
.spec-table.compact th {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
}

.port-badge {
  display: inline-block;
  min-width: 40px;
  padding: 1px 8px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #333;

  background: #eee;
  border: 1px solid #ccc;

  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.kv-table th.key-col {
  width: 130px;
}
.kv-table td code {
  white-space: nowrap;
}

.notice {
  padding: 12px 18px;
  margin: 0 0 18px;
  line-height: 18px;

  background: #fdfdef;
  border: 1px solid #ebe9c5;

  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.notice:last-child {
  margin-bottom: 0;
}
.notice strong {
  color: #807937;
}

.two-column {
  width: 100%;
  margin: 0;
}
.half {
  width: 48%;
}
.left-half {
  float: left;
}
.right-half {
  float: right;
}
.final-row {
  margin-top: 0;
}

.nav-cards {
  display: table;
  table-layout: fixed;
  width: 978px;
  margin: 0 0 -28px -50px;
  border-top: 1px solid #e5e5e5;
  border-spacing: 0;
}
.nav-card {
  display: table-cell;
  padding: 22px 30px 24px;
  vertical-align: top;

  color: #333;
  text-decoration: none;

  border-right: 1px solid #e5e5e5;

  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f5f5f5)
  );
  background: -webkit-linear-gradient(#fff, #f5f5f5);
  background: linear-gradient(#fff, #f5f5f5);
}
.nav-card:first-child {
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.nav-card:last-child {
  border-right: 0;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.nav-card:hover {
  text-decoration: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fcfcfc),
    to(#efefef)
  );
  background: -webkit-linear-gradient(#fcfcfc, #efefef);
  background: linear-gradient(#fcfcfc, #efefef);
}
.nav-card-title {
  display: block;
  color: #08c;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 5px;
}
.nav-card-desc {
  display: block;
  color: #555;
  font-size: 12px;
  line-height: 18px;
}
.nav-card .more {
  display: inline;
  color: #08c;
}

#contentfooter {
  margin: 18px 0 0;
  padding: 20px 50px;
  zoom: 1;

  color: #555;

  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f0f0f0)
  );
  background: -webkit-linear-gradient(#fff, #f0f0f0);
  background: linear-gradient(#fff, #f0f0f0);

  border: 1px solid #d7d7d7;
  border-color: #e5e5e5 #dbdbdb #d2d2d2;

  -webkit-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0 1px 2px;
}
#contentfooter:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cf-col {
  float: left;
  width: 50%;
}
.cf-col h4 {
  margin: 0 0 6px;
  color: #000;
  font-size: 12px;
}
.cf-col p {
  margin: 0 0 6px;
  font-size: 11px;
  line-height: 18px;
}
.cf-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cf-col li {
  line-height: 20px;
  font-size: 11px;
}
.cf-col a {
  color: #08c;
}
.cf-sep {
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
}

/* ----------------------------------------------------------------
   promofooter  (Apple MobileMe promofooter recreation)
   Four equal columns, vertical hairline separators, fixed height.
   Separators drawn with CSS borders instead of Apple's frame PNGs.
   Plain CSS2 + -webkit- prefixes; safe on WebKit back to iOS 3.
   ---------------------------------------------------------------- */
#promofooter {
  width: 980px;
  margin: 18px 0 0;
  zoom: 1;

  background: #fafafa;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#f2f2f2)
  );
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);

  border: 1px solid #d7d7d7;
  border-color: #e5e5e5 #dbdbdb #d2d2d2;

  -webkit-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 0 1px 2px;
}
#promofooter ul#promos {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
#promofooter ul#promos:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#promofooter ul#promos li.promo {
  float: left;
  width: 243px;
  height: 172px;
  _height: 172px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-left: 1px solid #e3e3e3;
}
#promofooter ul#promos li.first {
  border-left: 0;
}
#promofooter ul#promos li.promo a {
  display: block;
  height: 160px;
  _height: 160px;
  padding: 12px 0 0;
  color: #555;
  text-decoration: none;
}
#promofooter ul#promos li.promo a:hover {
  color: #08c;
}
/* Each icon sits in a fixed-height slot (105px = the original 91 + 4 + 10
   footprint) and is centered inside it. Set an icon's size directly on its
   own <img width/height> tag; the slot height never changes, so resizing one
   icon never moves its title or the other cells. Centering is
   position:absolute + margin:auto (no flexbox/transform), safe back to
   iOS 3. */
#promofooter ul#promos li.promo span.ico {
  display: block;
  position: relative;
  height: 105px;
}
#promofooter ul#promos li.promo span.ico img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 0;
}
#promofooter ul#promos li.promo h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
#promofooter ul#promos li.promo a:hover h4 {
  color: #08c;
}
#promofooter ul#promos li.promo p {
  margin: 3px 0 0;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
  color: #8a8a8a;
}

.section-block {
  margin: 0;
}
.doc-section {
  margin: 0;
}

body #homefooter {
  width: 980px;
  margin: 18px auto 22px;
}

.carousel {
  position: relative;
  margin: 28px -50px -28px;
  height: 475px;
  padding: 0 0 45px;
  background: #efefef
    url(../images/page-assets/notifications/Documentation/hero_bg.gif) repeat-x
    0 0;
}

.carousel-flush {
  margin-top: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.carousel-panel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 475px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.carousel-panel.active {
  display: block;
}

.carousel-icon {
  float: left;
  margin: 125px 11px 9px 48px;
}
.carousel-title {
  float: left;
  margin: 148px 0 0;
  padding: 0;
  border: 0;
  color: #000;
  font-size: 28px;
  font-weight: normal;
  line-height: 33px;
}
.carousel-intro {
  clear: left;
  margin: 0 0 0 48px;
  width: 437px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}
.carousel-intro .more {
  color: #08c;
}
.carousel-image {
  position: absolute;
  right: 0;
  top: -9px;
  margin-left: -45px;
}

.carousel {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.carousel-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f2f2f2
    url(../images/page-assets/notifications/Documentation/heronav_bg.jpg)
    repeat-x 0 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.carousel-label {
  color: #808080;
  float: left;
  line-height: 42px;
  margin: 0;
  padding-right: 20px;
  text-align: right;
  width: 225px;
}

.carousel-tabs {
  position: relative;
  float: left;
  height: 40px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #fff;
}
.carousel-tabs li {
  float: left;
  height: 42px;
}

.carousel-tab {
  background-image: url(../images/page-assets/notifications/Documentation/nav_icons.jpg);
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 42px;
  margin-top: -2px;
  overflow: hidden;
  outline: none;
  position: relative;
  text-align: center;
  text-indent: -9999px;
  width: 61px;
}
.ct-1 {
  background-position: 0 -42px;
}
.ct-1.active {
  background-position: 0 0;
}
.ct-2 {
  background-position: -61px -42px;
}
.ct-2.active {
  background-position: -61px 0;
}
.ct-3 {
  background-position: -122px -42px;
}
.ct-3.active {
  background-position: -122px 0;
}

.carousel-indicator img {
  position: absolute;
  top: -2px;
  left: 23px;
  -webkit-transition: left 0.3s cubic-bezier(0, 0.8, 0, 0.8);
  transition: left 0.3s cubic-bezier(0, 0.8, 0, 0.8);
}

.carousel.carousel-doc {
  height: 600px;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.carousel-doc .carousel-panel {
  width: auto;
  left: 0;
  right: 0;
  height: 566px;
  padding: 34px 50px 0;
  overflow: hidden;
}

.carousel-doc .carousel-tabs {
  border-left: 0;
  border-right: 0;
}

.carousel-doc .carousel-tabs li {
  position: relative;
  margin-top: -2px;
  height: 42px;
}
.carousel-doc .carousel-tab {
  margin-top: 0;
}
.carousel-doc .carousel-tabs li + li {
  padding-left: 2px;
}
.carousel-doc .carousel-tabs li + li:before,
.carousel-doc .carousel-tabs li + li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
}
.carousel-doc .carousel-tabs li + li:before {
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(228, 228, 228, 0)),
    color-stop(0.52, rgb(228, 228, 228)),
    to(rgb(228, 228, 228))
  );
  background: -webkit-linear-gradient(
    rgba(228, 228, 228, 0),
    #e4e4e4 15px,
    #e4e4e4
  );
  background: linear-gradient(rgba(228, 228, 228, 0), #e4e4e4 15px, #e4e4e4);
}
.carousel-doc .carousel-tabs li + li:after {
  left: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(0.52, rgb(255, 255, 255)),
    to(rgb(255, 255, 255))
  );
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff 15px, #fff);
  background: linear-gradient(rgba(255, 255, 255, 0), #fff 15px, #fff);
}

.carousel-doc .carousel-tabs li.seam-off:before,
.carousel-doc .carousel-tabs li.seam-off:after {
  display: none;
}

.carousel-tab.ct-text {
  background: none;
  width: auto;
  text-indent: 0;
  padding: 0 18px;
  line-height: 42px;
  color: #666;
  font-size: 12px;
}
.carousel-tab.ct-text:hover {
  color: #333;
  text-decoration: none;
}

.carousel-tab.ct-text.active {
  color: #000;
  cursor: default;

  background: url(../images/page-assets/notifications/Documentation/tab_active_middle.png)
    repeat-x 0 0;
  background:
    url(../images/page-assets/notifications/Documentation/tab_active_left.png)
      no-repeat 0 0,
    url(../images/page-assets/notifications/Documentation/tab_active_right.png)
      no-repeat 100% 0,
    url(../images/page-assets/notifications/Documentation/tab_active_middle.png)
      repeat-x 0 0;
}

.carousel-doc .carousel-panel h2 {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  color: #000;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}

.carousel-doc .cd-lead {
  color: #555;
  font-size: 13px;
  line-height: 19px;
}

.carousel-doc .cd-note {
  margin-top: 12px;
  color: #797c80;
  font-size: 11px;
  line-height: 16px;
}
.carousel-doc .cd-note strong {
  color: #666;
}

.cd-side {
  float: left;
  width: 330px;
}
.cd-main {
  float: right;
  width: 510px;
}

.carousel-doc .code-box,
.carousel-doc .diagram-box {
  background: #fff;
  border-color: #d9d9d9;
}
.carousel-doc .spec-table {
  background: #fff;
  border-color: #d9d9d9;
}
.carousel-doc .spec-table th {
  background: #f2f2f2;
}

.carousel-doc .doc-section ul,
.carousel-doc .doc-section ol {
  line-height: 19px;
}

.cd-hero {
  zoom: 1;
  width: 330px;
  margin-bottom: 20px;
}
.cd-hero:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cd-hero img {
  float: left;
  margin: 0 11px 9px 0;
}
.carousel-doc .carousel-panel .cd-hero h2 {
  float: left;
  margin: 1px 0 0;
  font-size: 26px;
  line-height: 33px;
}
.cd-hero p {
  clear: left;
  margin: 0;
  color: #555;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
}

.cd-bottom {
  position: absolute;
  left: 50px;
  bottom: 26px;
  width: 330px;
}
.carousel-doc .carousel-panel .cd-bottom h2 {
  font-size: 16px;
  margin: 0 0 6px;
}

.subcar {
  position: relative;
}
.subcar-viewport {
  position: relative;
  overflow: hidden;
}
.subcar-track {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.subcar-slide {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  width: 100%;
  min-width: 100%;
  padding: 0 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.subcar-slide h3:first-child {
  margin-top: 0;
}
.subcar-dots {
  margin: 12px auto 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.subcar-dots li {
  display: inline-block;
  margin: 0 4px;
}
.subcar-dots li a {
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: rgba(101, 101, 102, 0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
}
.subcar-dots li a.active {
  background: #08c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(126, 198, 234)),
    color-stop(0.24, rgb(70, 179, 234)),
    color-stop(1, rgb(3, 135, 201))
  );
  background: -webkit-linear-gradient(
    top,
    rgb(126, 198, 234) 0%,
    rgb(70, 179, 234) 45%,
    rgb(3, 135, 201) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(126, 198, 234) 0%,
    rgb(70, 179, 234) 45%,
    rgb(3, 135, 201) 100%
  );
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
}
.subcar-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 26px;
  height: 48px;
  margin-top: -24px;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background-color: rgba(30, 30, 30, 0.45);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.subcar:hover .subcar-arrow {
  opacity: 1;
}
.subcar-arrow:hover {
  background-color: rgba(40, 40, 40, 0.75);
}
.subcar-arrow:active {
  background-color: rgba(20, 20, 20, 0.85);
}
.subcar-prev {
  left: 4px;
}
.subcar-next {
  right: 4px;
}
.subcar-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border: solid rgba(255, 255, 255, 0.9);
  border-width: 0 2.5px 2.5px 0;
}
.subcar-prev:before {
  margin-left: -3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.subcar-next:before {
  margin-left: -8.5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body#pg-protocol .carousel-tab.ct-text {
  padding: 0 12px;
}
body#pg-protocol .carousel-label {
  width: 150px;
}

.sl-title {
  margin: 0 0 6px;
  padding: 0;
  border: 0;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25;
}
.sl-lead {
  margin: 0 0 20px;
  color: #555;
  font-size: 12px;
  line-height: 18px;
}
.sl-label {
  margin: 0 0 6px;
  color: #797c80;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sl-block {
  margin: 0 0 18px;
}
.sl-foot {
  margin: 14px 0 0;
  color: #797c80;
  font-size: 11px;
  line-height: 16px;
}

.carousel-doc .carousel-panel.sv {
  height: 603px;
  padding: 0;
}
.scrollview {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image:
    -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgb(0, 0, 0)),
      color-stop(0.95, rgb(0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    ),
    -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.98, rgba(0, 0, 0, 0)),
        color-stop(0.98, rgb(0, 0, 0))
      );
  -webkit-mask-image:
    -webkit-linear-gradient(top, #000 95%, rgba(0, 0, 0, 0) 100%),
    -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 98%, #000 98%);
  mask-image:
    linear-gradient(#000 95%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to right, rgba(0, 0, 0, 0) 98%, #000 98%);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sv-pad {
  padding: 34px 50px 26px;
}
.sv-rule {
  height: 0;
  overflow: hidden;
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 24px 0;
}

.sv-title {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  color: #000;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}

#message-types .half .spec-table {
  height: 400px;
}

.byte-table {
  width: 100%;
  margin: 0 0 18px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.byte-table th {
  padding: 5px 8px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #797c80;
  background: #f2f2f2;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.byte-table td {
  padding: 7px 8px 2px;
  text-align: center;
  font-size: 12px;
  color: #000;
  border-right: 1px solid #e5e5e5;
}
.byte-table .bt-enc td {
  padding: 0 8px 8px;
  font:
    10px Monaco,
    "Courier New",
    monospace;
  color: #797c80;
}
.byte-table th:last-child,
.byte-table td:last-child {
  border-right: 0;
}
.byte-table thead th:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.byte-table thead th:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.diagram-img {
  display: block;
  margin: 14px auto 18px;
  max-width: 100%;
}
.byte-table .bt-only td {
  padding: 7px 8px 8px;
}

.sv-shot {
  float: right;
  margin: 4px 0 18px 26px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.sv-shots {
  float: right;
  width: 516px;
  margin: 4px 0 18px 26px;
  zoom: 1;
}
.sv-shots .sv-shot {
  float: left;
  margin: 0 0 0 12px;
}
.sv-shots .sv-shot:first-child {
  margin-left: 0;
}

.sv-shots-center {
  float: none;
  width: 476px;
  margin: 6px auto 0;
}

body#pg-client .carousel-tab.ct-text {
  padding: 0 13px;
}
body#pg-client .carousel-label {
  width: 150px;
}
