@charset "UTF-8";
/* new-mobiscroll */
.grecaptcha-badge {
  display: none !important;
}

h3, h4 {
  margin: 10px 0;
  padding: 10px 0;
  font-size: 20px;
  color: #011742;
  font-weight: normal;
}

h4 {
  font-size: 17px;
}

.docs {
  overflow: visible !important;
  position: relative;
  padding: 80px 30px 20px 290px;
  text-shadow: none;
  font-size: 14px;
  font-weight: normal;
  color: #777;
}

@media (min-width: 1200px) {
  .docs {
    padding-right: 230px;
  }

  .docs.no-right-menu {
    padding-right: 30px;
  }
}
.docs pre {
  padding: 16px;
  border: 0;
  border-radius: 0;
  margin: 10px 0;
  font-size: 12px;
}
.docs pre code {
  white-space: pre-wrap;
}

.docs td pre:last-child {
  margin-bottom: 0;
}

.docs-code-title {
  color: #FFFFFF;
  background: #8D98A2;
  margin: 10px 0 -10px;
  padding: 12px 18px;
}

.docs pre.prettyprint,
.docs td pre.prettyprint {
  padding: 20px;
  margin: 0;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-shadow: none;
  overflow: auto;
  font-size: 1em;
}

.docs table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  font-size: 12px;
}

.docs td {
  background: white;
  color: #777;
  text-shadow: none;
  padding: 7px;
  border: 1px solid #ccc;
  vertical-align: top;
  cursor: pointer;
  font-size: 14px;
}

.docs td h2 {
  margin: 20px 0 10px 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.docs td:first-child a {
  position: relative;
  display: block;
}

.docs th {
  padding: 7px;
  border: 1px solid #ccc;
  color: #777;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

.docs h1 {
  color: #011742;
  font-weight: normal;
}

.docs p {
  line-height: 25px;
}

.docs .subnav-vers {
  text-align: right;
}

.docs .subnav-vers a {
  text-decoration: underline;
}

p:target {
  background: #E5F6F9;
  padding: 10px;
  color: #333;
}

.docs .wikitable td:first-child {
  color: #FF5722;
  font-weight: bold;
  white-space: nowrap;
}

.docs .wikitable.params td:first-child {
  font-weight: normal;
}

.docs .wikitable tr td.exception {
  font-weight: normal;
  color: #777;
}

.docs .wikitable tr:hover td.exception {
  color: #333;
}

.docs tr:target td {
  background: #E5F6F9;
  color: #333;
}

.docs .wikitable td.data-attributes {
  color: #FF5722;
  font-weight: bold;
}

.docs tr:hover td {
  background: #E5F6F9;
  color: #333;
}

.docs tr:hover td .docs-info,
.docs tr:hover td .docs-warn {
  background: #efefef;
}

.docs .sass-vars-table td:first-child,
.docs .sass-vars-table th:first-child {
  width: 300px;
}
.docs .sass-vars-table td:nth-child(2),
.docs .sass-vars-table th:nth-child(2) {
  width: 180px;
}
.docs .sass-vars-table td:last-child,
.docs .sass-vars-table th:last-child {
  width: auto;
}
.docs img + .sass-vars-table {
  margin-top: 20px;
}

/* Docs body */
.docs-title {
  padding: 0 0 10px 0;
  font-size: 1.6em;
  border-bottom: 1px solid #444;
}

.docs-date {
  margin-left: 20px;
  font-size: 0.7em;
  font-style: italic;
}

.docs-c {
  padding-left: 260px;
}

.docs-info {
  margin: 1em 0;
  padding: 10px;
  background: #E5F6F9;
  border-left: 5px solid #011742;
  font-size: 14px;
}

.docs-warn {
  margin: 1em 0;
  padding: 10px 0 10px 7px;
  background: #E5F6F9;
  border-left: 5px solid #ff8400;
  font-size: 14px;
}

.docs-color-box {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  vertical-align: top;
}

.wikitable tr:hover .copy-icon,
.wikitable .copy-icon:hover {
  opacity: 1;
}

.collapsible-title:hover .copy-icon,
.collapsible-title .copy-icon:hover {
  opacity: 1;
}

.collapsible-cont .copy-icon,
.wikitable .copy-icon {
  position: absolute;
  opacity: 0;
  top: 0;
  left: -30px;
  width: 22px;
  height: 18px;
  color: #000;
  font-size: 16px;
}

.collapsible-title .copy-icon {
  top: 50%;
  margin-top: -8px;
  left: -24px;
}

.wikitable .copy-icon:hover {
  opacity: 1;
}

.copy-link {
  position: absolute;
  top: -13px;
  left: -8px;
  width: 480px;
  z-index: 1;
  border: 1px solid #454545;
  background: #fff;
}

.copy-link .docs-icon {
  font-size: 16px;
  padding: 0 7px;
}

.collapsible-title .link-input,
.wikitable .link-input {
  width: 440px;
  margin-top: 5px;
  border: 0;
  font-size: 12px;
  font-family: arial, sans-serif, verdana;
}

.link-input:focus {
  outline: none;
}

/* Navigation sidebar */
.docs-sidenav {
  position: fixed;
  top: 132px;
  bottom: 0;
  left: 0;
  width: 260px;
  padding-top: 30px;
  overflow: auto;
  background: #fefefe;
  border-right: 1px solid #e8ebef;
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .docs-sidenav {
    top: 172px;
  }
}

.docs .docs-sidenav a {
  border: 0;
  border-radius: 0;
  color: #000;
  text-decoration: none;
  font-family: "myriad-pro", sans-serif, verdana;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding-left: 40px;
}
.docs .docs-sidenav .docs-sidenav-parent {
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  padding-left: 30px;
  color: #5a5a5a;
}
.docs .docs-sidenav .parent-active {
  color: #011742;
}
.docs .docs-sidenav .docs-sidenav-group {
  font-size: 17px;
  color: #011742;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding-left: 20px;
  border-top: 10px solid #fff;
}
.docs .docs-sidenav .docs-sidenav-group:hover,
.docs .docs-sidenav .docs-sidenav-parent:focus {
  background: none;
}

.docs-sidenav .list-group-item {
  border: none;
  padding-left: 40px;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.docs-sidenav::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.docs-sidenav::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0.7);
}

.list-group-item:last-child {
  margin-bottom: 30px;
}

.docs .list-group-item.active {
  background: #011742;
  color: white;
}

@media (max-width: 767px) {
  .docs-sidenav-hidden {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .docs-sidenav {
    top: 0 !important;
    z-index: 1000;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }

  .docs-sidenav-button .mi {
    margin-left: 200px;
  }
}
/*Releases*/
.releases h1 {
  color: #000;
}

.releases .releases-title.page-title {
  font-weight: 400;
  color: #444;
  padding: 10px 0;
}

.releases .released-text {
  font-weight: normal;
  font-size: 16px;
}

.release-date {
  font-size: 13px;
  font-weight: normal;
  color: #888888;
  display: inline-block;
  margin-top: 5px;
}

.releases .panel-heading {
  padding: 0;
  border-left: 3px solid #011742;
}

.releases .accordion-toggle {
  font-size: 14px;
  font-weight: 600;
}

.releases .accordion-toggle:after {
  font-size: 13px;
  margin-top: -4px;
}

.releases .panel-title > a {
  padding: 10px 15px;
  display: block;
  text-decoration: none;
}

.releases .panel-group .panel {
  margin-top: 20px;
}

.releases .panel-group {
  position: relative;
}

.nav-tabs.mobiscroll-releases-tabs {
  border: none;
  float: right;
  margin-right: -15px;
}

.mobiscroll-releases-tabs a {
  color: #384d60;
  font-weight: bold;
  font-size: 16px;
}

.mobiscroll-releases-tabs > li > a {
  border-color: transparent;
  padding: 5px 10px;
  margin: 0 5px;
}

.mobiscroll-releases-tabs > li > a:hover,
.mobiscroll-releases-tabs > li > a:focus {
  background: none;
  border-color: transparent;
  border-bottom: 2px solid #384d60;
}

.mobiscroll-releases-tabs > li.active > a,
.mobiscroll-releases-tabs > li.active > a:hover,
.mobiscroll-releases-tabs > li.active > a:focus {
  border-color: transparent;
  border-bottom: 2px solid #384d60;
}

.release-summary {
  font-weight: 400;
  line-height: 1.6em;
  font-size: 16px;
  padding: 0 0 20px 0;
}

.release-breaking {
  background: #2B93E6;
  color: #fff;
}

@media (max-width: 915px) {
  .releases .grid_8 {
    width: 96%;
  }
}
.docs-page-next {
  text-align: center;
  background-color: #3a5063;
  padding-bottom: 30px;
  margin-top: 180px;
}

.docs-page-next .whats-next-title {
  font-size: 32px;
  color: #fff;
  padding: 68px 0;
  font-weight: 300;
  text-shadow: none;
}

.what-changed .page-title {
  padding: 26px;
}

.docs-page .page-title {
  padding-right: 390px;
}

.rss-icon {
  font-size: 24px;
  color: #011742;
  float: right;
  margin-top: 7px;
}

.cat-btn {
  position: absolute;
  top: 0;
  padding: 1.4em 1.6em;
  height: 100%;
  right: 0;
  font-size: 23px;
}

.stats {
  font-size: 20px;
  font-weight: 200;
}

.stats-num {
  padding-bottom: 17px;
}

/* buoy classes */
.buoy {
  position: absolute;
  right: 40px;
  bottom: 0;
  background: url(img/lifebuoy_top.png) center center no-repeat;
  width: 187px;
  height: 88px;
}

.buoy-cc {
  padding-top: 20px;
}

.buoy-cont {
  padding: 22px;
  border: 1px solid #ccc;
  position: relative;
  background: #fff;
}

.docs .buoy-link {
  text-decoration: none;
  color: #11283a;
  font-size: 13px;
}

.docs .buoy-link:hover {
  text-decoration: underline;
}

/* docs collapsible styling */
.collapsible-cont {
  margin-bottom: 10px;
}

.collapsible-title {
  padding: 10px 25px;
  position: relative;
  cursor: pointer;
  background: #fff;
  color: #000;
  text-shadow: none;
  border: 1px solid #ccc;
}

.collapsible-title:after {
  background: url("/Content/img/arrow-down.png") center center no-repeat;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -5px;
}

.collapsed .collapsible-title:after {
  background: url("/Content/img/arrow-closed.png") center center no-repeat;
}

.collapsible-content {
  padding: 20px 30px;
}

.collapsible-body {
  margin-top: -1px;
  border: 1px solid #ccc;
  border-top: 0;
}

/* Releases */
.release-tag {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  padding: 0 0.75em;
  margin-right: 11px;
  line-height: 22px;
  vertical-align: top;
  background: #FF9966;
  color: #FFF;
  margin-right: 0;
  margin-left: 10px;
  text-shadow: none;
}

.release-tag-fixed {
  background: #ff8400;
}

.release-tag-new {
  background: #178B20;
}

.release-tag-removed {
  background: #f00f00;
}

.release-tag-vers {
  background: #011742;
  margin-right: 15px;
}

.release-tag:after {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  border-style: solid;
  right: -11px;
  border-width: 11px;
  border-left-width: 0;
}

.release-tag-new:after {
  border-color: #178B20 transparent;
}

.release-tag-fixed:after {
  border-color: #ff8400 transparent;
}

.release-tag-removed:after {
  border-color: #f00f00 transparent;
}

.release-tag-changed:after {
  border-color: #FF9966 transparent;
}

.release-tag-vers:after {
  border-color: #011742 transparent;
}

/* chevron icons for docs collapsible*/
.panel-heading .accordion-toggle:after {
  font-family: "Glyphicons Halflings";
  content: "";
  float: right;
  color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
  content: "";
}

.docs-icon-c {
  display: inline-block;
  list-style: none;
  line-height: normal;
}

.docs-icon-c li {
  float: left;
  width: 125px;
  margin: 2px;
  line-height: 28px;
  text-align: center;
  border: 1px black solid;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.docs-icon {
  font-size: 24px;
  font-family: "fontbuilder_mobiscroll";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.docs-icon-c .docs-icon:before {
  padding-right: 0 4px;
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-right: 1px solid #000;
}

@media (max-width: 768px) {
  .docs-page .cat-btn {
    width: 38%;
  }

  .docs-page .page-title {
    padding-right: 270px;
  }
}
/* Bootstrap fixes + new docs */
.docs .docs-toolbar {
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 3px;
  height: 50px;
}
@media (min-width: 768px) {
  .docs .docs-toolbar {
    left: 260px;
    box-shadow: 0 2px 3px -2px;
    border-left: 1px solid #e8ebef;
  }
}
.docs .docs-toolbar .toolbar-quicknav {
  width: 280px;
}
.docs .docs-toolbar .toolbar-quicknav-item {
  width: 200px;
}

.docs .docs-toolbar.affix-top {
  position: absolute;
  z-index: 1;
}

.docs .docs-toolbar.affix {
  z-index: 400;
}

.docs .docs-toolbar a {
  text-decoration: none;
}

.docs-toolbar .toolbar-dropdown-quicknav {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.docs-toolbar .toolbar-dropdown-quicknav:hover {
  background: #eaeaea;
}

.docs-toolbar .dropdown.open .toolbar-dropdown-quicknav {
  background: initial;
}

.docs a {
  color: #011742;
  text-decoration: underline;
}

.docs a.silent-link {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}
.docs a.silent-link:hover {
  text-decoration: underline;
}

code {
  color: #011742;
  background: #ddd;
}

code.highlight {
  color: #FF5722;
  font-weight: bold;
}

body {
  font-family: "myriad-pro", sans-serif, verdana;
}

h1 {
  font-weight: bold;
}

.toolbar-container h2 {
  margin: 10px 0;
  padding: 10px 0;
  font-size: 22px;
  font-weight: normal;
  color: #011742;
}

/* Docs version dropdown */
.docs-version-dropdown,
.docs-framework-dropdown {
  display: block;
  position: static;
  margin: 0;
  border: none;
  box-shadow: none;
  padding: 20px 40px;
  min-width: 160px;
}

.docs-version-dropdown {
  float: left;
  border-right: 1px solid #ccc;
  border-radius: 0;
}

.docs-framework-dropdown {
  float: right;
  border-left: 1px solid #ccc;
  margin-left: -1px;
}

.docs-version-item,
.docs-framework-item {
  padding: 10px 40px;
  margin: 0 -40px;
  display: list-item;
}

.docs-version-item:hover,
.docs-framework-item:hover {
  cursor: pointer;
}

.docs-menu-item-hover {
  color: #fff;
  background: #011742;
}

.docs-menu-item-hover:after {
  content: "";
  position: absolute;
  left: 240px;
  margin-top: -10px;
  border: 20px solid transparent;
  border-left: 15px solid #011742;
}

.docs-framework-dropdown a {
  color: #777;
}

.toolbar-container .docs-dropdown-item-active {
  color: #011742;
  display: list-item;
  list-style-type: initial;
  margin-left: 0;
  padding-left: 0;
}

.docs-section-dropdown-c {
  width: 259px;
  height: 50px;
  position: absolute;
  left: -260px;
  background: #fff;
}
.docs-section-dropdown-c .docs-section-dropdown {
  float: none;
}
.docs-section-dropdown-c .docs-section-dropdown .toolbar-dropdown-quicknav {
  font-size: 17px;
  color: #011742;
  font-weight: 600;
  padding-left: 14px;
  padding-right: 14px;
}
.docs-section-dropdown-c .docs-section-dropdown .micons {
  margin-left: 0;
  font-size: 16px;
}
.docs-section-dropdown-c .docs-section-dropdown .docs-section-title {
  text-transform: capitalize;
}

.docs-version-label {
  font-size: 14px;
  border-radius: 8px;
  padding: 2px 7px;
  margin: 0 8px;
  position: relative;
  top: -1px;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.docs-version-label-v4 {
  background: #3f98f6;
}

.docs-version-label-v5 {
  background: #78bb53;
}

.docs-section-dropdown-c.docs-section-shadow {
  box-shadow: 0 2px 3px -2px;
}

.docs-menu-stable {
  background: #24C323;
}

.docs-menu-beta {
  background: #EA9C47;
}

.docs-menu-preorder {
  background: #F9849E;
}

.docs-menu-stable,
.docs-menu-beta,
.docs-menu-preorder {
  border-radius: 8px;
  color: #fff;
  float: right;
  display: inline;
  font-size: 12px;
  width: 55px;
  text-align: center;
  line-height: 18px;
}

#footer {
  padding-left: 260px;
}

.toolbar-warning {
  font-size: 1.1em;
  padding: 10px 20px;
  display: none;
  margin-top: 5px;
  border-left: 5px solid #ff8400;
  background: #ffe7ab;
  border-radius: 5px;
  color: #000;
}
.toolbar-warning a {
  text-decoration: underline !important;
}

.docs-toolbar.affix .toolbar-warning {
  display: inline-block;
}

.docs-warn.strong {
  font-size: 1.1em;
  padding: 15px 20px;
  border-radius: 5px;
  color: #000;
  background: #ffe7ab;
}

/*******************/
/* Docs searchbox */
.docs .searchbox table {
  margin: 0;
}

.docs .searchbox {
  padding: 9px 20px;
}

.docs .searchbox.sb-focus {
  position: absolute;
  left: 400px;
  right: 0;
}

.docs .sb-focus .searchbox-gc table.gsc-search-box {
  width: 100%;
}

.docs .searchbox-gc table.gsc-search-box {
  right: 0;
  width: 175px;
}

.docs .searchbox-cont {
  padding: 0 0 0 40px;
  background: #fff;
}

.docs .sb-focus .searchbox-cont {
  border-bottom: 2px solid #011742;
}

.docs .searchbox .icon-search {
  font-size: 16px;
  top: 8px;
  color: #ccc;
}

.docs .searchbox .icon-material-close {
  display: none;
}

.docs .searchbox.sb-focus .icon-material-close {
  display: block;
  float: right;
  top: 10px;
  font-size: 30px;
  color: #ccc;
}

.docs .searchbox-gc input.gsc-input {
  font-size: 16px;
}

.docs .searchbox td {
  padding: 0 0 0 12px;
  border-color: #fff;
  background: #fff;
  cursor: default;
}

.docs .gsc-search-button {
  display: none;
}

@media (max-width: 767px) {
  .docs .searchbox {
    display: none;
  }
}
.docs input.gsc-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
  font-style: italic;
}

.docs input.gsc-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-style: italic;
}

.docs input.gsc-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  font-style: italic;
}

.docs input.gsc-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
  font-style: italic;
}

/*******************/
.docs *, :after, :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mbsc-grid *, .mbsc-grid-unresp *, .mbsc-grid-fixed * {
  box-sizing: border-box;
}

@media (min-width: 767px) {
  .docs-menu-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .docs {
    padding-left: 30px;
  }

  #footer {
    padding-left: 0;
  }

  .docs-menu-button {
    float: left;
    padding: 15px 20px;
    line-height: 20px;
    cursor: pointer;
  }

  .docs-menu-button:hover {
    background: #fff;
  }

  .docs .wikitable,
.docs .wikitable tbody,
.docs .wikitable tr,
.docs .wikitable td {
    display: block;
    border: 0;
  }

  .docs .wikitable tr {
    margin-bottom: 30px;
  }

  .docs .wikitable th {
    display: none;
  }
}
.docs .subnav-cont {
  display: none;
}

.docs-example {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #ccc;
  font-size: 16px;
}

/* Images for quick install */
.docs-image-container {
  max-width: 647px;
  margin: 25px 0;
}

.docs-image {
  padding-top: 60.3%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
}

.docs-register {
  background-image: url(img/docs/register@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .docs-register {
    background-image: url("img/docs/register@2x.png");
  }
}

.docs-install {
  background-image: url(img/docs/install@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .docs-install {
    background-image: url("img/docs/install@2x.png");
  }
}

.docs-step1 {
  background-image: url(img/docs/step1@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .docs-step1 {
    background-image: url("img/docs/step1@2x.png");
  }
}

.docs-step2 {
  background-image: url(img/docs/step2@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .docs-step2 {
    background-image: url("img/docs/step2@2x.png");
  }
}

.docs-quickstart {
  background-image: url(img/docs/quickstart@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .docs-quickstart {
    background-image: url("img/docs/quickstart@2x.png");
  }
}

.docs-copy-cordova {
  background-image: url(img/docs/copy-to-cordova@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .docs-copy-cordova {
    background-image: url("img/docs/copy-to-cordova@2x.png");
  }
}

.docs-run-cordova {
  background-image: url(img/docs/cordova-run@1x.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .docs-run-cordova {
    background-image: url("img/docs/cordova-run@2x.png");
  }
}

/* grid layout example */
.docs-grid-example {
  margin-top: 10px;
}
.docs-grid-example * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.docs-grid-example [class*=col] {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #EDF5FB;
  border: 1px solid #c6d4e0;
}

.options-list li {
  padding-bottom: 2px;
}

/* content navigation */
.contents-nav-cont {
  display: none;
  position: fixed;
  top: 132px;
  right: -20px;
  bottom: 0;
  width: 230px;
  background: white;
  padding: 20px 20px 130px 20px;
  font-size: 0.9em;
  box-sizing: border-box;
  overflow: auto;
}
.contents-nav-cont::before {
  content: "Contents";
  display: block;
  padding-bottom: 5px;
  padding-top: 10px;
  color: #011742;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
}
.contents-nav-cont a {
  display: block;
  padding: 2px 0;
  text-transform: capitalize;
  color: #337ab7;
  text-decoration: none;
  position: relative;
}
.contents-nav-cont a:hover {
  text-decoration: underline;
}
.contents-nav-cont a.header3-link {
  padding-left: 10px;
}
.contents-nav-cont a.active {
  color: #000;
}
.contents-nav-cont a.active:before {
  content: "»";
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  font-family: initial;
  padding: 2px 0;
}

.gci-token-examples {
  margin: 0;
  padding: 0;
}

.gci-token-examples li {
  display: inline;
  text-decoration: none;
  background: #8D98A2;
  padding: 8px;
  margin: 0 2px;
  border-radius: 8px;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.gci-token-examples li a {
  text-decoration: none;
  color: white;
}

.gci-token-examples-cont pre {
  height: 500px;
}

.gci-token-examples li.active,
.gci-token-examples li:hover {
  background: #5e646a;
}

.gci-token-examples-cont {
  display: none;
}

.gci-token-examples-cont.active {
  display: block;
}

@media (min-width: 1200px) {
  .contents-nav-cont {
    display: block;
  }
}

/*# sourceMappingURL=docs.css.map */
