﻿a {
  color: #0366d6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  margin: 50px 0 0 0;
  background: #333;
  font-family: 'Roboto', sans-serif;
}
body.experimental {
  margin: 87px 0 0 0;
}
.top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9001;
  background: #333;
  border-bottom: 1px solid #fff;
}
.top > div {
  max-width: 1100px;
  margin: 0 auto;
  height: 50px;
  position: relative;
}
.top a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.top .logo {
  margin: 0 30px 0 0;
  line-height: 50px;
  font-size: 20px;
  font-weight: 300;
}
.top .logo a {
  color: #fff;
  text-decoration: none;
}
.top .left {
  float: left;
}
.top .links {
  line-height: 50px;
  font-size: 14px;
}
.top .right {
  margin-right: 70px;
  display: -ms-flexbox;
  display: flex;
  float: right;
}
.top .logo a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.top a:hover {
  color: #fff;
}
.search-top {
  position: fixed;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 9009;
}
.search-top > div {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}
.search-top form {
  position: absolute;
  top: 50px;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.search-top input {
  display: none;
  border: 0;
  padding: 10px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  width: 0px;
  transition: width linear 200ms;
}
.search-top a,
.search-top button {
  display: block;
  margin-left: 1px;
  width: 50px;
  height: 50px;
  border: 0;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  background: #262626;
  line-height: 50px;
  text-align: center;
}
.search-top a.burger {
  display: none;
  font-size: 28px;
}
.content {
  background: white;
}
.content > div {
  margin: 0 auto;
  max-width: 1100px;
}
pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 3px;
}
.breadcrumb {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  font-size: 14px;
}
.breadcrumb ul {
  display: flex;
}
.breadcrumb li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li + li {
  margin-left: 10px;
}
.breadcrumb a.active {
  font-weight: bold;
}
.markdown-content {
  position: relative;
  display: flex;
  max-width: 1100px;
}
.markdown-content .loc > div {
  font-size: 13px;
  line-height: 20px;
  width: 225px;
  position: sticky;
  margin-top: 55px;
  margin-right: 15px;
  top: 75px;
  left: 0;
}
.markdown-content .loc .title {
  font-size: 16px;
  font-weight: bold;
}
.markdown-body {
  flex: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5;
  /* */
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  /* */
  padding: 45px 0;
  border: 0;
  border-radius: 0;
}
.markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid #eaecef;
}
.markdown-body h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
  /* */
  font-size: 1.25em;
}
.markdown-body h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
  /* */
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid #eaecef;
}
.markdown-body p code,
.markdown-body tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
}
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 3px;
}
.markdown-body a {
  color: #0366d6;
  text-decoration: none;
}
.markdown-body a:hover {
  text-decoration: underline;
}
.markdown-body blockquote {
  margin-left: 0;
  margin-right: 0;
  background: #efefef;
  padding: 25px 50px;
  font-style: italic;
}
.markdown-body > p > img {
  max-width: 100%;
}
.markdown-body figure {
  margin: 10px 0;
  text-align: center;
}
.markdown-body figcaption {
  display: block;
  padding: 3px 0;
  font-size: 13px;
  font-style: italic;
  color: #666;
}
.hashlink {
  height: 50px;
  margin-top: -50px;
  visibility: hidden;
}
code {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 85%;
  background-color: #F7F7F7;
  border-radius: 3px;
}
.content .links ul {
  list-style: none;
  margin: -10px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content .links li {
  display: inline-block;
  width: 25%;
  display: -ms-flexbox;
  display: flex;
}
.content .links code {
  padding: 0.2em 5px;
  background: rgba(0, 0, 0, 0.1);
}
.content .links a {
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.content .links a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.content .links a,
.content .links a:hover {
  text-decoration: none !important;
  border-bottom: 0 !important;
}
.content .links.installation {
  background: #a79171;
  background: #0366d6;
  padding: 30px;
  color: #fff;
}
.content .links.installation.umbraco8 {
  background: #3544B0;
}
.content .links.installation.umbraco7 {
  background: #F36F20;
}
.content .links.installation h2 {
  margin: 0 0 20px 0;
  font-weight: 300;
  font-size: 25px;
  line-height: 25px;
  border-bottom: 0;
}
.content .links.installation .description {
  font-size: 13px;
  margin: 10px 0;
}
.content .links.installation .description > p {
  font-size: 13px;
}
.content .links.installation .description > p:first-child {
  margin-top: 0;
}
.content .links.installation .description > p:last-child {
  margin-bottom: 0;
}
.content .links.installation ul {
  margin: 0;
  display: block;
}
.content .links.installation li {
  width: initial;
}
.content .links.installation a {
  position: relative;
  padding: 10px 10px 10px 75px;
  min-height: 48px;
}
.content .links.installation i {
  margin-right: 15px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.content .links.installation i:before {
  position: absolute;
  line-height: 48px;
  width: 48px;
  text-align: center;
  font-size: 24px;
}
.content .links.installation i {
  background: #0099d4;
  background: rgba(0, 0, 0, 0.25);
}
.content .links.endpoints {
  background: #0366d6;
  padding: 30px;
  color: #fff;
}
.content .links.endpoints div.description {
  font-size: 13px;
  margin: 10px 0;
}
.content .links.endpoints ul {
  margin: 0;
}
.content .links.endpoints ul li {
  display: block;
  position: relative;
  min-height: 68px;
  width: 33%;
  margin-bottom: 10px;
}
.content .links.endpoints ul li:hover {
  background: rgba(0, 0, 0, 0.05);
}
.content .links.endpoints ul li > div {
  padding: 10px;
}
.content .links.endpoints ul li > div > a {
  display: block;
  margin-left: 70px;
  padding: 0;
  background: none !important;
}
.content .links.endpoints i {
  float: left;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #0099d4;
  background: rgba(0, 0, 0, 0.25);
}
.content .links.endpoints i:before {
  position: absolute;
  line-height: 48px;
  width: 48px;
  text-align: center;
  font-size: 24px;
}
.content .links.endpoints .pages {
  margin-left: 73px;
  padding-top: 3px;
  font-size: 13px;
}
.content .links.endpoints .pages a {
  display: inline-block;
  width: initial;
  padding: initial;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  background: none;
}
.content .links.endpoints .pages a {
  position: relative;
  padding-left: 10px;
  border-bottom: 0;
}
.content .links.endpoints .pages a span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.content .links.endpoints .pages a:hover span {
  text-decoration: none;
  border-color: transparent;
}
.content .links.endpoints .pages a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin: 0 5px 0 10px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -10px;
}
.teaser + .links {
  margin-top: 75px;
}
.content .links + .links {
  margin-top: 50px;
}
.alert {
  position: relative;
  margin-bottom: 20px;
  background: #333333;
  padding: 20px 20px;
  padding-left: 60px;
  color: white;
  line-height: 25px;
}
.alert:before {
  content: "\f129";
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 20px;
  width: 25px;
  text-align: center;
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert a:hover {
  text-decoration: none;
}
.alert.alert-info {
  background: #2E8AEA;
  background: #2196F3;
}
.alert.alert-success {
  background: #46A546;
  background: #4CAF50;
}
.alert.alert-success:before {
  content: "\f058";
}
.alert.alert-warning {
  background: #DF7F48;
  background: #FF5722;
}
.alert.alert-warning:before {
  content: "\f071";
}
.alert.alert-error,
.alert.alert-danger {
  background: #EE0070;
  background: #E91E63;
}
.alert.alert-error:before,
.alert.alert-danger:before {
  content: "\f071";
}
.pills {
  display: flex;
}
.pills > div {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: bold;
}
.pills > div + div {
  margin-left: 5px;
}
.pills + .alert {
  margin-top: 20px;
}
table.table.details {
  border-spacing: 0;
}
table.table.details th {
  text-align: left;
  width: 75px;
  padding-right: 25px;
  padding-left: 0;
}
table.table.details.small th,
table.table.details.small td {
  font-size: 13px;
}
table.table.details.border {
  border: 1px solid #D6D6D6;
}
table.table.details.border > tbody > tr > th,
table.table.details.border > tbody > tr > td {
  padding: 7px;
  font-size: 14px;
}
table.table.details.lined {
  border-top: 1px solid #EBEBEB;
}
table.table.details.lined > tbody > tr > th,
table.table.details.lined > tbody > tr > td {
  border-bottom: 1px solid #EBEBEB;
  padding: 7px;
  font-size: 14px;
}
.section + .section {
  margin-top: 25px;
}
.section.type + .section.methods {
  margin-top: 100px;
}
table.details + p {
  margin-top: 15px;
}
th.fw,
td.fw {
  width: 100%;
}
th.nw,
td.nw {
  white-space: nowrap;
}
table {
  border-spacing: 0;
}
table.table.list {
  margin: 0;
  border: 0;
  width: 100%;
}
table.table.list > thead {
  background: none;
}
table.table.list > thead > tr > th {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 12px;
  color: #000000;
  text-transform: inherit;
  text-align: left;
  color: rgba(0, 0, 0, 0.654);
  bottom: auto;
  padding: 6.1px 0 5px;
  vertical-align: top;
  border-bottom: 1px solid #D6D6D6;
  color: #333;
}
table.table.list > tbody > tr > td {
  vertical-align: top;
  /*color: rgba(0,0,0,.654);*/
  padding: 7px 0 8px 0;
  border-bottom: 1px solid #EBEBEB;
  font-size: 12px;
}
table.table.list > tbody > tr:last-child td {
  border-bottom: 0;
}
table.table.list th:not(:first-child) {
  padding-left: 24px;
  white-space: nowrap;
}
table.table.list td:not(:first-child) {
  padding-left: 24px;
}
div.section.fields table.table.list td,
div.section.properties table.table.list td,
div.section.methods table.table.list td {
  font-size: 14px;
  line-height: 22px;
}
table.table.list.border {
  border: 1px solid #D6D6D6;
}
table.table.list.border > thead > tr > th {
  font-weight: 700;
}
table.table.list.border > tbody > tr > td {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 18px;
}
table.table.list.border > tbody > tr > td code {
  background: #eaeaea;
  padding: 2px 3px;
  font-size: 12px;
}
table.table.list.border th:first-child {
  padding-left: 7px;
}
table.table.list.border td:first-child {
  padding-left: 7px;
}
table.table.list.zebra > tbody > tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.reference-obsolete {
  text-decoration: line-through;
}
.markdown-body a.reference-link,
.markdown-body a.reference-type,
.markdown-body a.reference-field,
.markdown-body a.reference-property,
.markdown-body a.reference-method {
  font-weight: bold;
}
code {
  font-size: initial;
  padding: 3px;
}
.reference-example,
.reference-remarks,
.reference-exception {
  line-height: 26px;
}
.reference-example .highlight > pre,
.reference-remarks .highlight > pre,
.reference-exception .highlight > pre {
  margin: 0;
}
.reference-exception {
  margin-left: 15px;
}
.reference-exception .reference-exception-value {
  margin-left: 15px;
}
.reference-exception .reference-exception-value p:first-child {
  margin-top: 0;
}
.method-summary {
  font-size: 14px;
}
.method-summary code {
  font-size: 14px;
  padding: 2px 4px;
}
.section.type > .summary p {
  line-height: 28px;
}
.section.namespaces > table.table.list,
.section.classes > table.table.list,
.section.interfaces > table.table.list,
.section.enums > table.table.list,
.section.structs > table.table.list,
.section.fields > table.table.list,
.section.properties > table.table.list {
  margin: 0 10px;
}
.section.namespaces > table.table.list > tbody > tr > td:first-child,
.section.classes > table.table.list > tbody > tr > td:first-child,
.section.interfaces > table.table.list > tbody > tr > td:first-child,
.section.enums > table.table.list > tbody > tr > td:first-child,
.section.structs > table.table.list > tbody > tr > td:first-child,
.section.fields > table.table.list > tbody > tr > td:first-child,
.section.properties > table.table.list > tbody > tr > td:first-child {
  width: 16%;
}
.section.type table.table.details.small > tbody > tr > td,
.section.type table.table.details.small > tbody > tr > td {
  line-height: 20px;
}
.content {
  padding-bottom: 75px;
}
#toolbar {
  background: #666;
  color: #fff;
  padding: 20px 0 20px 0;
}
#toolbar > div {
  max-width: 1100px;
  margin: 0 auto;
}
#toolbar a {
  color: #fff;
  text-decoration: underline;
}
#footer {
  background: #333333;
  color: #fff;
  padding: 20px 0 40px 0;
}
#footer .columns {
  max-width: 1100px;
  margin: 0 auto;
}
#footer .columns:after {
  clear: both;
}
#footer .column {
  float: left;
  width: 215px;
}
#footer .column.x2 {
  width: 430px;
}
#footer .column.x3 {
  width: 645px;
}
#footer .columns:before,
#footer .columns:after {
  content: ' ';
  display: table;
}
#footer div.title {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 500;
}
#footer ul {
  float: left;
  margin: 0;
  width: 215px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 18px;
}
#footer li {
  margin-top: 5px;
  white-space: nowrap;
}
#footer li:before {
  font-family: FontAwesome;
  content: "\f105";
  float: left;
  margin: 0 5px 0 5px;
  color: rgba(255, 255, 255, 0.5);
}
#footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
#footer a:hover,
#footer a:active {
  color: #fff;
}
#footer .social {
  max-width: 1100px;
  margin: 0 auto;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
#footer .social a {
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #666666;
  color: #fff;
  text-align: center;
  margin-left: 5px;
}
#footer .social a.facebook:hover {
  background: #3B5998;
}
#footer .social a.twitter:hover {
  background: #00ACED;
}
#footer .social a.linkedin:hover {
  background: #1B86BC;
}
#footer .social a.instagram:hover {
  background: #507FA4;
}
#footer .social a.github:hover {
  background: #325D72;
}
#footer .social a i {
  font-size: 18px;
  line-height: 32px;
}
.loc li.active > a {
  font-weight: bold;
}
/*.markdown-content .loc,
.markdown-content .loc > div{
    width: 800px;
}*/
p img + em {
  display: block;
  padding: 3px 0;
  font-size: 13px;
  font-style: italic;
  color: #666;
}
p.image > span {
  display: block;
  padding: 3px 0;
  font-size: 13px;
  font-style: italic;
  color: #666;
}
.btn {
  display: inline-block;
  padding: 6px 14px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #e9e9eb;
  color: #000;
  border: none;
  box-shadow: none;
  border-radius: 3px;
}
.btn-success {
  color: #fff;
  border-color: #2bc37c #2bc37c #1d8454;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #2bc37c;
}
a.btn-success {
  color: #fff;
}
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #39d38b;
  text-decoration: none;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
h4 + .cards {
  margin-top: -10px;
}
.cards .card {
  width: calc((100% / 4) - 40px);
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin: 5px;
  display: flex;
  flex-direction: column;
}
.cards a.card {
  color: #000;
  text-decoration: none;
}
.cards a.card:hover {
  border-color: #0366d6;
  background: #0366d6;
  color: white;
}
.cards .card-description {
  font-size: 13px;
  white-space: pre-wrap;
}
.cards .card-content {
  flex: 1;
}
.cards .card-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.cards .card-footer {
  display: flex;
  font-size: 12px;
  margin-top: 10px;
}
.cards .card-footer-left {
  flex: 1;
}
.highlight.csharp {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.csharp .identifier {
  color: #795da3;
}
.highlight.csharp .keyword {
  color: #a71d5d;
}
.highlight.csharp .comment {
  color: #969896;
}
.highlight.csharp .string {
  color: #df5000;
}
.highlight.csharp .constant {
  color: #0086b3;
}
.highlight.xml {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.xml .cdata {
  color: #df5000;
}
.highlight.xml .cdatavalue {
  color: #df5000;
}
.highlight.xml .element {
  color: #63a35c;
}
.highlight.xml .attribute {
  color: #795da3;
}
.highlight.xml .string {
  color: #df5000;
}
.highlight.xml .quot {
  color: #df5000;
}
.highlight.xml .comment {
  color: #969896;
}
.highlight.javascript {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.javascript .keyword {
  color: #a71d5d;
}
.highlight.javascript .constant {
  color: #0086b3;
}
.highlight.javascript .string {
  color: #df5000;
}
.highlight.json {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.json .keyword {
  color: #a71d5d;
}
.highlight.json .constant {
  color: #0086b3;
}
.highlight.json .string {
  color: #df5000;
}
.highlight.csharp .comment,
.highlight.xml .comment,
.highlight.javascript .comment {
  color: #6a9955;
}
.highlight.nuget span {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.highlight {
  overflow-x: auto;
  /*width: @width - 200px;*/
}
.highlight pre {
  font-size: 14px;
  background-color: #333;
  color: #fff;
}
.highlight.csharp {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.csharp .identifier {
  color: #dcdcaa;
}
.highlight.csharp .keyword {
  color: #569cd6;
}
.highlight.csharp .comment {
  color: #6a9955;
}
.highlight.csharp .string {
  color: #ce9178;
}
.highlight.csharp .constant {
  color: #569cd6;
}
.highlight.xml {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.xml pre {
  color: #858585;
}
.highlight.xml .cdata {
  color: #ce9178;
}
.highlight.xml .cdatavalue {
  color: #ce9178;
}
.highlight.xml .element {
  color: #569cd6;
}
.highlight.xml .attribute {
  color: #8cdcfe;
}
.highlight.xml .string {
  color: #ce9178;
}
.highlight.xml .quot {
  color: #ce9178;
}
.highlight.xml .comment {
  color: #6a9955;
}
.highlight.javascript {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.javascript .keyword {
  color: #569cd6;
}
.highlight.javascript .constant {
  color: #0086b3;
}
.highlight.javascript .string {
  color: #ce9178;
}
.highlight.javascript .comment {
  color: #6a9955;
}
.highlight.json {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.highlight.json .keyword {
  color: #a71d5d;
}
.highlight.json .constant {
  color: #b5cea8;
}
.highlight.json .string {
  color: #ce9178;
}
.highlight.json .comment {
  color: #6a9955;
}