
@charset "UTF-8";
* {
  box-sizing: border-box;
}
html {
  font-size: 100px;
}
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
}
body {
  font-size: .16rem;
  line-height: 2;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  font-weight: 300;
  color: #323744;
}
a,
a:hover {
  text-decoration: none;
}
h1 {
  font-size: .3rem;
}
h2 {
  font-size: .26rem;
}
h3 {
  font-size: .22rem;
}
h4, h5, h6 {
  font-size: .2rem;
  font-weight: 500;
  margin: 0;
}
p {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  color: #323744;
  font-weight: 300;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  height: .02rem;
  width: 100%;
  background: #1C89F5;
  animation: 1s loading ease-in-out infinite;
  display: none;
}
#loading.show {
    display: block;
}
@keyframes loading {
0% {
    opacity: 0;
    transform-origin: left;
    transform: scaleX(0);
}
40% {
    opacity: 1;
    transform-origin: left;
    transform: scaleX(1);
}
60% {
    opacity: 1;
    transform-origin: right;
    transform: scaleX(1);
}
100% {
    opacity: 0;
    transform-origin: right;
    transform: scaleX(0);
}
}
#app {
  min-height: 100vh;
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /*padding: .5rem 0;*/
}
.main-menu,
.wrap {
  width: 70%;
  margin: 0 auto;
}
.wrap {
  -ms-flex: 1;
      flex: 1;
}
.main-menu {
  text-align: center;
  margin-bottom: .8rem;
  font-size: .2rem;
  font-family: 'Josefin Slab', serif;
}
.main-menu a {
    color: #323744;
    padding: 0.1rem 0;
    margin: 0 0.15rem;
}
.main-menu a:hover {
      text-decoration: none;
      color: #1C89F5;
}
.main-menu a.router-link-active {
      color: #1C89F5;
      border-bottom: 0.02rem solid #1C89F5;
}
.logo {
  text-align: center;
  padding: .8rem;
  margin-bottom: .2rem;
}
.logo img {
    width: .5rem;
    height: auto;
}
.logo h1 {
    display: none;
}
.loading {
  text-align: center;
  font-size: .3rem;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}
footer {
  width: 100%;
  background-image: linear-gradient(180deg, #3CBEFB 0%, #1C89F5 100%);
  padding: .4rem;
  text-align: center;
  position: relative;
  margin-top: .8rem;
  /*transform: translateY(100%);*/
}
footer a {
    color: rgba(255, 255, 255, 0.6);
}
footer canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@charset "UTF-8";
* {
  box-sizing: border-box;
}
html {
  font-size: 100px;
}
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
}
body {
  font-size: .16rem;
  line-height: 2;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  font-weight: 300;
  color: #323744;
}
a,
a:hover {
  text-decoration: none;
}
h1 {
  font-size: .3rem;
}
h2 {
  font-size: .26rem;
}
h3 {
  font-size: .22rem;
}
h4, h5, h6 {
  font-size: .2rem;
  font-weight: 500;
  margin: 0;
}
p {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  color: #323744;
  font-weight: 300;
}
.articles article {
  font-size: .25rem;
  margin-bottom: 0.2rem;
}
.articles article h2 {
    font-size: inherit;
    margin: 0;
    -ms-flex: 1;
        flex: 1;
}
.articles article a {
    color: #323744;
    display: -ms-flexbox;
    display: flex;
}
.articles article a:hover {
      text-decoration: none;
      color: #1C89F5;
}
.articles article a:hover::after {
        content: '<';
        font-family: 'Josefin Slab', serif;
}
.articles article a h2 {
      color: inherit;
}
/*!
 * GitHub Light v0.3.0
 * Copyright (c) 2012 - 2016 GitHub, Inc.
 * Licensed under MIT (https://github.com/primer/github-syntax-theme-generator/blob/master/LICENSE)
 */
.pl-c {
    color: #969896
}

.pl-c1,.pl-s .pl-v {
    color: #0086b3
}

.pl-e,.pl-en {
    color: #795da3
}

.pl-smi,.pl-s .pl-s1 {
    color: #333
}

.pl-ent {
    color: #63a35c
}

.pl-k {
    color: #a71d5d
}

.pl-s,.pl-pds,.pl-s .pl-pse .pl-s1,.pl-sr,.pl-sr .pl-cce,.pl-sr .pl-sre,.pl-sr .pl-sra {
    color: #183691
}

.pl-v,.pl-smw {
    color: #ed6a43
}

.pl-bu {
    color: #b52a1d
}

.pl-ii {
    color: #f8f8f8;
    background-color: #b52a1d
}

.pl-c2 {
    color: #f8f8f8;
    background-color: #b52a1d
}

.pl-c2::before {
    content: "^M"
}

.pl-sr .pl-cce {
    font-weight: bold;
    color: #63a35c
}

.pl-ml {
    color: #693a17
}

.pl-mh,.pl-mh .pl-en,.pl-ms {
    font-weight: bold;
    color: #1d3e81
}

.pl-mq {
    color: #008080
}

.pl-mi {
    font-style: italic;
    color: #333
}

.pl-mb {
    font-weight: bold;
    color: #333
}

.pl-md {
    color: #bd2c00;
    background-color: #ffecec
}

.pl-mi1 {
    color: #55a532;
    background-color: #eaffea
}

.pl-mc {
    color: #ef9700;
    background-color: #ffe3b4
}

.pl-mi2 {
    color: #d8d8d8;
    background-color: #808080
}

.pl-mdr {
    font-weight: bold;
    color: #795da3
}

.pl-mo {
    color: #1d3e81
}

.pl-ba {
    color: #595e62
}

.pl-sg {
    color: #c0c0c0
}

.pl-corl {
    text-decoration: underline;
    color: #183691
}

.CodeMirror {
    font-family: monospace;
    height: 300px;
    color: black
}

.CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap
}

.CodeMirror-guttermarker {
    color: black
}

.CodeMirror-guttermarker-subtle {
    color: #999
}

.cm-s-default .cm-header {
    color: blue
}

.cm-s-default .cm-quote {
    color: #090
}

.cm-negative {
    color: #d44
}

.cm-positive {
    color: #292
}

.cm-s-default .cm-keyword {
    color: #708
}

.cm-s-default .cm-atom {
    color: #219
}

.cm-s-default .cm-number {
    color: #164
}

.cm-s-default .cm-def {
    color: #00f
}

.cm-s-default .cm-variable-2 {
    color: #05a
}

.cm-s-default .cm-variable-3 {
    color: #085
}

.cm-s-default .cm-comment {
    color: #a50
}

.cm-s-default .cm-string {
    color: #a11
}

.cm-s-default .cm-string-2 {
    color: #f50
}

.cm-s-default .cm-meta {
    color: #555
}

.cm-s-default .cm-qualifier {
    color: #555
}

.cm-s-default .cm-builtin {
    color: #30a
}

.cm-s-default .cm-bracket {
    color: #997
}

.cm-s-default .cm-tag {
    color: #170
}

.cm-s-default .cm-attribute {
    color: #00c
}

.cm-s-default .cm-hr {
    color: #999
}

.cm-s-default .cm-link {
    color: #00c
}

.cm-s-default .cm-error {
    color: #f00
}

.cm-invalidchar {
    color: #f00
}

.CodeMirror-composing {
    border-bottom: 2px solid
}

div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0f0
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #f22
}

.CodeMirror-matchingtag {
    background: rgba(255,150,0,0.3)
}

.CodeMirror-activeline-background {
    background: #e8f2ff
}

.CodeMirror-merge-scrolllock {
    position: relative;
    left: -50%;
    cursor: pointer;
    color: #555;
    line-height: 1
}

.CodeMirror-merge-copybuttons-left,.CodeMirror-merge-copybuttons-right {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 1
}

.CodeMirror-merge-copy {
    position: absolute;
    cursor: pointer;
    color: #44c;
    z-index: 3
}

.CodeMirror-merge-copy-reverse {
    position: absolute;
    cursor: pointer;
    color: #44c
}

.CodeMirror-merge-copybuttons-left .CodeMirror-merge-copy {
    left: 2px
}

.CodeMirror-merge-copybuttons-right .CodeMirror-merge-copy {
    right: 2px
}

.CodeMirror-merge-r-inserted,.CodeMirror-merge-l-inserted {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAGUlEQVQI12MwuCXy3+CWyH8GBgYGJgYkAABZbAQ9ELXurwAAAABJRU5ErkJggg==);
    background-position: bottom left;
    background-repeat: repeat-x
}

.CodeMirror-merge-r-deleted,.CodeMirror-merge-l-deleted {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAGUlEQVQI12M4Kyb2/6yY2H8GBgYGJgYkAABURgPz6Ks7wQAAAABJRU5ErkJggg==);
    background-position: bottom left;
    background-repeat: repeat-x
}

.CodeMirror-merge-r-chunk {
    background: #ffffe0
}

.CodeMirror-merge-r-chunk-start {
    border-top: 1px solid #ee8
}

.CodeMirror-merge-r-chunk-end {
    border-bottom: 1px solid #ee8
}

.CodeMirror-merge-r-connect {
    fill: #ffffe0;
    stroke: #ee8;
    stroke-width: 1px
}

.CodeMirror-merge-l-chunk {
    background: #eef
}

.CodeMirror-merge-l-chunk-start {
    border-top: 1px solid #88e
}

.CodeMirror-merge-l-chunk-end {
    border-bottom: 1px solid #88e
}

.CodeMirror-merge-l-connect {
    fill: #eef;
    stroke: #88e;
    stroke-width: 1px
}

.CodeMirror-merge-l-chunk.CodeMirror-merge-r-chunk {
    background: #dfd
}

.CodeMirror-merge-l-chunk-start.CodeMirror-merge-r-chunk-start {
    border-top: 1px solid #4e4
}

.CodeMirror-merge-l-chunk-end.CodeMirror-merge-r-chunk-end {
    border-bottom: 1px solid #4e4
}

.CodeMirror-merge-collapsed-widget:before {
    content: "(...)"
}

.CodeMirror-merge-collapsed-widget {
    cursor: pointer;
    color: #88b;
    background: #eef;
    border: 1px solid #ddf;
    font-size: 90%;
    padding: 0 3px;
    border-radius: 4px
}

.CodeMirror-merge-collapsed-line .CodeMirror-gutter-elt {
    display: none
}

.octicon {
    display: inline-block;
    vertical-align: text-top;
    fill: currentColor
}

.CodeMirror {
    height: calc(100vh - 1px)
}

.file-editor-textarea {
    width: 100%;
    padding: 5px 4px;
    font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
    resize: vertical;
    border: 0;
    border-radius: 0;
    outline: none
}

.container-preview .tabnav-tabs {
    margin: -6px 0 -6px -11px
}

.container-preview .tabnav-tabs .tabnav-tab {
    padding: 12px 15px;
    border-radius: 0
}

.container-preview .tabnav-tabs>.selected:first-child {
    border-top-left-radius: 3px
}

.container-preview .tabnav-tabs .selected {
    font-weight: 600
}

.container-preview.show-code .commit-create,.container-preview.show-code .actions {
    display: block
}

.container-preview.show-code .commit-preview,.container-preview.show-code .loading-preview-msg,.container-preview.show-code .no-changes-preview-msg,.container-preview.show-code .error-preview-msg {
    display: none
}

.container-preview:not(.show-code) .commit-create,.container-preview:not(.show-code) .actions {
    display: none
}

.container-preview.loading-preview .loading-preview-msg {
    display: block
}

.container-preview.loading-preview .no-changes-preview-msg,.container-preview.loading-preview .error-preview-msg,.container-preview.loading-preview .commit-preview {
    display: none
}

.container-preview.show-preview .commit-preview {
    display: block
}

.container-preview.show-preview .loading-preview-msg,.container-preview.show-preview .no-changes-preview-msg,.container-preview.show-preview .error-preview-msg {
    display: none
}

.container-preview.no-changes-preview .no-changes-preview-msg {
    display: block
}

.container-preview.no-changes-preview .loading-preview-msg,.container-preview.no-changes-preview .error-preview-msg,.container-preview.no-changes-preview .commit-preview {
    display: none
}

.container-preview.error-preview .error-preview-msg {
    display: block
}

.container-preview.error-preview .loading-preview-msg,.container-preview.error-preview .no-changes-preview-msg,.container-preview.error-preview .commit-preview {
    display: none
}

.container-preview p.preview-msg {
    padding: 30px;
    font-size: 16px
}

.cm-s-github {
    font-family: inherit
}

.cm-s-github .CodeMirror-lines {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 12px;
    line-height: 18px;
    background: #fff
}

.cm-s-github .CodeMirror-gutters {
    background: #fff;
    border-right-width: 0
}

.cm-s-github .CodeMirror-gutter-background {
    border-right: 1px solid #ddd
}

.cm-s-github .CodeMirror-linenumber {
    padding: 0 13px 0 19px
}

.cm-s-github .CodeMirror-cursor {
    color: #000
}

.cm-s-github .CodeMirror-activeline-background {
    background: #f5f5f5 !important
}

.cm-s-github .CodeMirror-selected {
    background: #c8c8fa
}

.cm-s-github .cm-comment {
    color: #969896
}

.cm-s-github .cm-string {
    color: #183691
}

.cm-s-github .cm-string-2 {
    color: #0086b3
}

.cm-s-github .cm-tag {
    color: #63a35c
}

.cm-s-github .cm-keyword {
    color: #a71d5d
}

.cm-s-github .cm-error,.cm-s-github .cm-invalidchar {
    font-style: italic;
    font-weight: 600;
    color: #bd2c00;
    text-decoration: underline
}

.cm-s-github .cm-conflict-marker {
    font-style: normal !important;
    font-weight: normal !important;
    color: #bd2c00 !important;
    text-decoration: none !important
}

.cm-s-github .CodeMirror-linebackground.conflict-background {
    background-color: #fff9ea
}

.cm-s-github .cm-variable {
    color: #ed6a43
}

.cm-s-github .cm-variable-2 {
    color: #795da3
}

.CodeMirror-merge-header {
    height: 30px
}

.CodeMirror-merge-header .CodeMirror-merge-pane {
    height: 30px;
    line-height: 30px
}

.cm-s-github .merge-gutter {
    width: 14px
}

.conflict-background+.CodeMirror-gutter-wrapper .CodeMirror-linenumber {
    background-color: #fff9ea
}

.conflict-gutter-marker {
    background-color: #fff9ea
}

.conflict-gutter-marker::after,.conflict-gutter-marker::before {
    position: absolute;
    left: -1px;
    content: "";
    background-color: #bd2c00
}

.conflict-gutter-marker-start::after,.conflict-gutter-marker-end::after {
    width: 1px;
    height: 10px
}

.conflict-gutter-marker-start::before,.conflict-gutter-marker-middle::before,.conflict-gutter-marker-end::before {
    width: 10px;
    height: 1px
}

.conflict-gutter-marker-start::after {
    bottom: 0
}

.conflict-gutter-marker-end::after {
    top: 0
}

.conflict-gutter-marker-start::before {
    top: 7px
}

.conflict-gutter-marker-end::before {
    bottom: 7px
}

.conflict-gutter-marker-line::after,.conflict-gutter-marker-middle::after {
    width: 1px;
    height: 18px
}

.conflict-gutter-marker-middle::before {
    top: 9px
}

.date-selector {
    z-index: 9;
    display: none;
    width: 225px;
    text-align: left;
    text-decoration: none
}

.date-selector .month-nav,.date-selector .year-nav {
    position: relative;
    display: block;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
    text-align: center
}

.date-selector .month-nav {
    float: left;
    width: 55%
}

.date-selector .year-nav {
    float: right;
    width: 35%
}

.date-selector .date-button {
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    padding: 4px;
    font-size: 12px;
    line-height: 12px;
    color: #4078c0;
    cursor: pointer
}

.date-selector .prev {
    left: 0
}

.date-selector .next {
    right: 0
}

.date-selector table {
    width: 100%;
    clear: both
}

.date-selector tr {
    font-size: 0
}

.date-selector th,.date-selector td {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
    margin-top: -1px;
    margin-left: -1px;
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;
    text-align: center
}

.date-selector td {
    color: #4078c0;
    cursor: default;
    background: #fff;
    border: 1px solid #ccc
}

.date-selector td.today {
    background: #eee
}

.date-selector td.selected,.date-selector td.selectable-day:hover {
    position: relative;
    z-index: 10;
    color: #fff;
    cursor: pointer;
    background: #4078c0;
    border-color: #33609a
}

.date-selector td.unselected-month {
    color: #ccc
}

.jcrop-holder {
    text-align: left;
    direction: ltr;
    touch-action: none
}

.jcrop-vline,.jcrop-hline {
    position: absolute;
    font-size: 0;
    background: #fff url("/images/spinners/Jcrop.gif")
}

.jcrop-vline {
    width: 1px !important;
    height: 100%
}

.jcrop-vline.right {
    right: 0
}

.jcrop-hline {
    width: 100%;
    height: 1px !important
}

.jcrop-hline.bottom {
    bottom: 0
}

.jcrop-tracker {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.jcrop-handle {
    width: 7px;
    height: 7px;
    font-size: 1px;
    background-color: #333;
    border: 1px #eee solid
}

.jcrop-handle.ord-n {
    top: 0;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px
}

.jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -4px;
    margin-left: -4px
}

.jcrop-handle.ord-e {
    top: 50%;
    right: 0;
    margin-top: -4px;
    margin-right: -4px
}

.jcrop-handle.ord-w {
    top: 50%;
    left: 0;
    margin-top: -4px;
    margin-left: -4px
}

.jcrop-handle.ord-nw {
    top: 0;
    left: 0;
    margin-top: -4px;
    margin-left: -4px
}

.jcrop-handle.ord-ne {
    top: 0;
    right: 0;
    margin-top: -4px;
    margin-right: -4px
}

.jcrop-handle.ord-se {
    right: 0;
    bottom: 0;
    margin-right: -4px;
    margin-bottom: -4px
}

.jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
    margin-left: -4px
}

.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s {
    width: 100%;
    height: 7px
}

.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w {
    width: 7px;
    height: 100%
}

.jcrop-dragbar.ord-n {
    margin-top: -4px
}

.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px
}

.jcrop-dragbar.ord-e {
    right: 0;
    margin-right: -4px
}

.jcrop-dragbar.ord-w {
    margin-left: -4px
}

.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline {
    background: #fff;
    opacity: 0.7 !important
}

.jcrop-light .jcrop-handle {
    background-color: #000;
    border-color: #fff;
    border-radius: 3px
}

.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline {
    background: #000;
    opacity: 0.7 !important
}

.jcrop-dark .jcrop-handle {
    background-color: #fff;
    border-color: #000;
    border-radius: 3px
}

.jcrop-holder img,img.jcrop-preview {
    max-width: none
}

.user-select-contain {
    -ms-user-select: element;
    -webkit-user-select: contain;
    -moz-user-select: contain;
    user-select: contain
}

.zeroclipboard-link {
    padding: 0;
    margin: 0;
    color: #4078c0;
    cursor: pointer;
    background: none;
    border: 0
}

.zeroclipboard-link .octicon {
    display: block
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block
}

summary {
    display: list-item
}

audio,canvas,progress,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,input,select,textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

* {
    box-sizing: border-box
}

input,select,textarea,button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

body {
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff
}

a {
    color: #4078c0;
    text-decoration: none
}

a:hover,a:active {
    text-decoration: underline
}

strong {
    font-weight: 600
}

hr,.rule {
    height: 0;
    margin: 15px 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd
}

hr::before,.rule::before {
    display: table;
    content: ""
}

hr::after,.rule::after {
    display: table;
    clear: both;
    content: ""
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,th {
    padding: 0
}

button {
    cursor: pointer
}

/*h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0
}

h1 {
    font-size: 32px;
    font-weight: 600
}

h2 {
    font-size: 24px;
    font-weight: 600
}

h3 {
    font-size: 20px;
    font-weight: 600
}

h4 {
    font-size: 16px;
    font-weight: 600
}

h5 {
    font-size: 14px;
    font-weight: 600
}

h6 {
    font-size: 12px;
    font-weight: 600
}

p {
    margin-top: 0;
    margin-bottom: 10px
}*/

small {
    font-size: 90%
}

blockquote {
    margin: 0
}

ul,ol {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

ol ol,ul ol {
    list-style-type: lower-roman
}

ul ul ol,ul ol ol,ol ul ol,ol ol ol {
    list-style-type: lower-alpha
}

dd {
    margin-left: 0
}

tt,code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 12px
}

pre {
    margin-top: 0;
    margin-bottom: 0;
    font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace
}

.octicon {
    vertical-align: text-bottom
}

.Box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px
}

.Box--condensed {
    line-height: 1.25
}

.Box--condensed .Box-header {
    padding: 8px 16px
}

.Box--condensed .Box-body {
    padding: 8px 16px
}

.Box--condensed .Box-footer {
    padding: 8px 16px
}

.Box--condensed .Box-btn-octicon.btn-octicon {
    padding: 8px 16px;
    margin: -8px -16px;
    line-height: 1.25
}

.Box--condensed .Box-row {
    padding: 8px 16px
}

.Box--spacious .Box-header {
    padding: 24px;
    line-height: 1.25
}

.Box--spacious .Box-title {
    font-size: 20px
}

.Box--spacious .Box-body {
    padding: 24px
}

.Box--spacious .Box-footer {
    padding: 24px
}

.Box--spacious .Box-btn-octicon.btn-octicon {
    padding: 24px;
    margin: -24px -24px
}

.Box--spacious .Box-row {
    padding: 24px
}

.Box-header {
    padding: 16px;
    margin: -1px -1px 0 -1px;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.Box-title {
    font-size: 14px;
    font-weight: 600
}

.Box-body {
    padding: 16px;
    border-bottom: 1px solid #e5e5e5
}

.Box-body:last-of-type {
    margin-bottom: -1px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.Box-row {
    padding: 16px;
    margin-top: -1px;
    list-style-type: none;
    border-top: 1px solid #eee
}

.Box-row:first-of-type {
    border-top-color: transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.Box-row:last-of-type {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.Box-row.Box-row--unread,.Box-row.unread {
    box-shadow: 2px 0 0 #4078c0 inset
}

.Box-row.navigation-focus .Box-row--drag-button {
    color: #4078c0;
    cursor: -webkit-grab;
    cursor: grab;
    opacity: 100
}

.Box-row.navigation-focus.is-dragging .Box-row--drag-button {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.Box-row.navigation-focus.sortable-chosen {
    background-color: #fafafa
}

.Box-row.navigation-focus.sortable-ghost {
    background-color: #f5f5f5
}

.Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide {
    opacity: 0
}

.Box-row--focus-gray.navigation-focus {
    background-color: #f5f5f5
}

.Box-row--focus-blue.navigation-focus {
    background-color: #f2f8fa
}

.Box-row--hover-gray:hover {
    background-color: #f5f5f5
}

.Box-row--hover-blue:hover {
    background-color: #f2f8fa
}

@media (min-width: 768px) {
    .Box-row-link {
        color:#333;
        text-decoration: none
    }

    .Box-row-link:hover {
        color: #4078c0;
        text-decoration: none
    }
}

.Box-row--drag-button {
    opacity: 0
}

.Box-footer {
    padding: 16px;
    margin-top: -1px;
    border-top: 1px solid #e5e5e5
}

.Box--scrollable {
    max-height: 324px;
    overflow: scroll
}

.Box--blue {
    border-color: #c9e6f2
}

.Box--blue .Box-header {
    background-color: #f2f8fa;
    border-color: #c9e6f2
}

.Box--blue .Box-body {
    border-color: #c9e6f2
}

.Box--blue .Box-row {
    border-color: #c9e6f2
}

.Box--blue .Box-footer {
    border-color: #c9e6f2
}

.Box--danger {
    border-color: #bd2c00
}

.Box--danger .Box-row:first-of-type {
    border-color: #bd2c00
}

.Box--danger .Box-body:last-of-type {
    border-color: #bd2c00
}

.Box-header--blue {
    background-color: #f2f8fa;
    border-color: #c9e6f2
}

.Box-row--yellow {
    background-color: #fff9ea
}

.Box-row--blue {
    background-color: #f2f8fa
}

.Box-row--gray {
    background-color: #f5f5f5
}

.Box-btn-octicon.btn-octicon {
    padding: 16px 16px;
    margin: -16px -16px;
    line-height: 1.5
}

.btn {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #eee;
    background-image: -webkit-linear-gradient(#fcfcfc, #eee);
    background-image: linear-gradient(#fcfcfc, #eee);
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.btn i {
    font-style: normal;
    font-weight: 500;
    opacity: 0.6
}

.btn .octicon {
    vertical-align: text-top
}

.btn .counter {
    color: #666;
    text-shadow: none;
    background-color: rgba(0,0,0,0.1)
}

.btn:focus {
    text-decoration: none;
    border-color: #51a7e8;
    outline: none;
    box-shadow: 0 0 5px rgba(81,167,232,0.5)
}

.btn:focus:hover,.btn.selected:focus {
    border-color: #51a7e8
}

.btn:hover,.btn:active,.btn.zeroclipboard-is-hover,.btn.zeroclipboard-is-active {
    text-decoration: none;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(#eee, #ddd);
    background-image: linear-gradient(#eee, #ddd);
    border-color: #ccc
}

.btn:active,.btn.selected,.btn.zeroclipboard-is-active {
    background-color: #dcdcdc;
    background-image: none;
    border-color: #b5b5b5;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15)
}

.btn.selected:hover {
    background-color: #cfcfcf
}

.btn:disabled,.btn:disabled:hover,.btn.disabled,.btn.disabled:hover {
    color: rgba(102,102,102,0.5);
    cursor: default;
    background-color: rgba(229,229,229,0.5);
    background-image: none;
    border-color: rgba(197,197,197,0.5);
    box-shadow: none
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    background-color: #6cc644;
    background-image: -webkit-linear-gradient(#91dd70, #55ae2e);
    background-image: linear-gradient(#91dd70, #55ae2e);
    border: 1px solid #5aad35
}

.btn-primary .counter {
    color: #55ae2e;
    background: #fff
}

.btn-primary:hover,.btn-primary:active,.btn-primary.zeroclipboard-is-hover,.btn-primary.zeroclipboard-is-active {
    background-color: #55a532;
    background-image: -webkit-linear-gradient(#85d063, #4f992f);
    background-image: linear-gradient(#85d063, #4f992f);
    border-color: #519d30
}

.btn-primary:active,.btn-primary.selected,.btn-primary.zeroclipboard-is-active {
    background-color: #4b912c;
    background-image: none;
    border-color: #417e26;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15)
}

.btn-primary.selected:hover {
    background-color: #417e26
}

.btn-primary:disabled,.btn-primary:disabled:hover,.btn-primary.disabled,.btn-primary.disabled:hover {
    color: #fff;
    cursor: default;
    background-color: #b6e3a2;
    background-image: -webkit-linear-gradient(#c4e8b4, #a7d892);
    background-image: linear-gradient(#c4e8b4, #a7d892);
    border-color: #a7dd8f;
    box-shadow: none
}

.btn-danger {
    color: #911
}

.btn-danger:hover {
    color: #fff;
    background-color: #911;
    background-image: -webkit-linear-gradient(#ec5757, #c71616);
    background-image: linear-gradient(#ec5757, #c71616);
    border-color: #911
}

.btn-danger:active,.btn-danger.selected {
    color: #fff;
    background-color: #820e0e;
    background-image: none;
    border-color: #740d0d
}

.btn-danger.selected:hover {
    background-color: #820e0e
}

.btn-danger:disabled,.btn-danger:disabled:hover,.btn-danger.disabled,.btn-danger.disabled:hover {
    color: #cc8888;
    background-color: #efefef;
    background-image: -webkit-linear-gradient(#fefefe, #efefef);
    background-image: linear-gradient(#fefefe, #efefef);
    border-color: #e1e1e1
}

.btn-danger:hover .counter,.btn-danger:active .counter,.btn-danger.selected .counter {
    color: #fff
}

.btn-outline {
    color: #4078c0;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5
}

.btn-outline .counter {
    background-color: rgba(0,0,0,0.07)
}

.btn-outline:hover,.btn-outline:active,.btn-outline.selected,.btn-outline.zeroclipboard-is-hover,.btn-outline.zeroclipboard-is-active {
    color: #fff;
    background-color: #4078c0;
    background-image: none;
    border-color: #4078c0
}

.btn-outline:hover .counter,.btn-outline:active .counter,.btn-outline.selected .counter,.btn-outline.zeroclipboard-is-hover .counter,.btn-outline.zeroclipboard-is-active .counter {
    color: #4078c0;
    background-color: #fff
}

.btn-outline.selected:hover {
    background-color: #396cad
}

.btn-outline:disabled,.btn-outline:disabled:hover,.btn-outline.disabled,.btn-outline.disabled:hover {
    color: #767676;
    background-color: #fff;
    background-image: none;
    border-color: #e5e5e5
}

.btn-with-count {
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-sm {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 20px
}

.btn-large {
    padding: 0.75em 1.25em;
    font-size: inherit;
    border-radius: 6px
}

.hidden-text-expander {
    display: block
}

.hidden-text-expander.inline {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 5px;
    line-height: 0
}

.hidden-text-expander a,.ellipsis-expander {
    display: inline-block;
    height: 12px;
    padding: 0 5px 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 6px;
    color: #555;
    text-decoration: none;
    vertical-align: middle;
    background: #ddd;
    border: 0;
    border-radius: 1px
}

.hidden-text-expander a:hover,.ellipsis-expander:hover {
    text-decoration: none;
    background-color: #ccc
}

.hidden-text-expander a:active,.ellipsis-expander:active {
    color: #fff;
    background-color: #4183c4
}

.social-count {
    float: left;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.social-count:hover,.social-count:active {
    text-decoration: none
}

.social-count:hover {
    color: #4078c0;
    cursor: pointer
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center
}

.btn-link {
    display: inline-block;
    padding: 0;
    font-size: inherit;
    color: #4078c0;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.btn-link:hover {
    text-decoration: underline
}

.btn-link:disabled,.btn-link:disabled:hover {
    color: rgba(102,102,102,0.5);
    cursor: default
}

.BtnGroup {
    display: inline-block;
    vertical-align: middle
}

.BtnGroup::before {
    display: table;
    content: ""
}

.BtnGroup::after {
    display: table;
    clear: both;
    content: ""
}

.BtnGroup+.BtnGroup,.BtnGroup+.btn {
    margin-left: 5px
}

.BtnGroup-item {
    position: relative;
    float: left;
    border-right-width: 0;
    border-radius: 0
}

.BtnGroup-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.BtnGroup-item:last-child {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.BtnGroup-item.selected,.BtnGroup-item:focus,.BtnGroup-item:active,.BtnGroup-item:hover {
    border-right-width: 1px
}

.BtnGroup-item.selected+.BtnGroup-item,.BtnGroup-item.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-item,.BtnGroup-item:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:active+.BtnGroup-item,.BtnGroup-item:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-item,.BtnGroup-item:hover+.BtnGroup-form .BtnGroup-item {
    border-left-width: 0
}

.BtnGroup-form {
    float: left
}

.BtnGroup-form:first-child .BtnGroup-item {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.BtnGroup-form:last-child .BtnGroup-item {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.BtnGroup-form .BtnGroup-item {
    border-right-width: 0;
    border-radius: 0
}

.BtnGroup-form.selected .BtnGroup-item,.BtnGroup-form:focus .BtnGroup-item,.BtnGroup-form:active .BtnGroup-item,.BtnGroup-form:hover .BtnGroup-item {
    border-right-width: 1px
}

.BtnGroup-form.selected+.BtnGroup-item,.BtnGroup-form.selected+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-item,.BtnGroup-form:focus+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:active+.BtnGroup-item,.BtnGroup-form:active+.BtnGroup-form .BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-item,.BtnGroup-form:hover+.BtnGroup-form .BtnGroup-item {
    border-left-width: 0
}

.TableObject {
    display: table
}

.TableObject-item {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.TableObject-item--primary {
    width: 99%
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

label {
    font-weight: 600
}

.form-control,.form-select {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 8px center;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.075)
}

.form-control.focus,.form-control:focus,.form-select.focus,.form-select:focus {
    border-color: #51a7e8;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5)
}

.input-contrast {
    background-color: #fafafa
}

.input-contrast:focus {
    background-color: #fff
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

::placeholder {
    color: #999
}

.input-sm {
    min-height: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    line-height: 20px
}

.input-lg {
    padding: 4px 10px;
    font-size: 16px
}

.input-block {
    display: block;
    width: 100%
}

.input-monospace {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace
}

.input-hide-webkit-autofill::-webkit-contacts-auto-fill-button {
    position: absolute;
    right: 0;
    display: none !important;
    pointer-events: none;
    visibility: hidden
}

.form-checkbox {
    padding-left: 20px;
    margin: 15px 0;
    vertical-align: middle
}

.form-checkbox label em.highlight {
    position: relative;
    left: -4px;
    padding: 2px 4px;
    font-style: normal;
    background: #fffbdc;
    border-radius: 3px
}

.form-checkbox input[type=checkbox],.form-checkbox input[type=radio] {
    float: left;
    margin: 5px 0 0 -20px;
    vertical-align: middle
}

.form-checkbox .note {
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #666
}

.form-checkbox-details {
    display: none
}

.form-checkbox-details-trigger:checked ~ * .form-checkbox-details,.form-checkbox-details-trigger:checked ~ .form-checkbox-details {
    display: block
}

.hfields {
    margin: 15px 0
}

.hfields::before {
    display: table;
    content: ""
}

.hfields::after {
    display: table;
    clear: both;
    content: ""
}

.hfields .form-group {
    float: left;
    margin: 0 30px 0 0
}

.hfields .form-group dt label {
    display: inline-block;
    margin: 5px 0 0;
    color: #666
}

.hfields .form-group dt img {
    position: relative;
    top: -2px
}

.hfields .btn {
    float: left;
    margin: 28px 25px 0 -20px
}

.hfields .form-select {
    margin-top: 5px
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

.form-actions::before {
    display: table;
    content: ""
}

.form-actions::after {
    display: table;
    clear: both;
    content: ""
}

.form-actions .btn {
    float: right
}

.form-actions .btn+.btn {
    margin-right: 5px
}

.form-warning {
    padding: 8px 10px;
    margin: 10px 0;
    font-size: 14px;
    color: #4c4a42;
    background: #fff9ea;
    border: 1px solid #dfd8c2;
    border-radius: 3px
}

.form-warning p {
    margin: 0;
    line-height: 1.5
}

.form-warning a {
    font-weight: 600
}

.form-select {
    display: inline-block;
    max-width: 100%;
    height: 34px;
    padding-right: 24px;
    padding-right: 8px \9;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center;
    background-image: none \9;
    background-size: 8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-select::-ms-expand {
    opacity: 0
}

.form-select[multiple] {
    height: auto
}

.select-sm {
    height: 28px;
    min-height: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px
}

.select-sm[multiple] {
    height: auto;
    min-height: 0
}

.form-group {
    margin: 15px 0
}

.form-group .form-control {
    width: 440px;
    max-width: 100%;
    margin-right: 5px;
    background-color: #fafafa
}

.form-group .form-control:focus {
    background-color: #fff
}

.form-group .form-control.shorter {
    width: 130px
}

.form-group .form-control.short {
    width: 250px
}

.form-group .form-control.long {
    width: 100%
}

.form-group textarea.form-control {
    width: 100%;
    height: 200px;
    min-height: 200px
}

.form-group textarea.form-control.short {
    height: 50px;
    min-height: 50px
}

.form-group dt {
    margin: 0 0 6px
}

.form-group label {
    position: relative
}

.form-group.flattened dt {
    float: left;
    margin: 0;
    line-height: 32px
}

.form-group.flattened dd {
    line-height: 32px
}

.form-group dd h4 {
    margin: 4px 0 0
}

.form-group dd h4.is-error {
    color: #bd2c00
}

.form-group dd h4.is-success {
    color: #55a532
}

.form-group dd h4+.note {
    margin-top: 0
}

.form-group.required dt label::after {
    padding-left: 5px;
    color: #bd2c00;
    content: "*"
}

.form-group .success,.form-group .error,.form-group .indicator {
    display: none;
    font-size: 12px;
    font-weight: 600
}

.form-group.loading {
    opacity: 0.5
}

.form-group.loading .indicator {
    display: inline
}

.form-group.loading .spinner {
    display: inline-block;
    vertical-align: middle
}

.form-group.successful .success {
    display: inline;
    color: #55a532
}

.form-group.warn .warning,.form-group.warn .error,.form-group.errored .warning,.form-group.errored .error {
    position: absolute;
    z-index: 10;
    display: inline-block;
    max-width: 450px;
    padding: 5px 8px;
    margin: 4px 0 0;
    font-size: 13px;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px
}

.form-group.warn .warning::after,.form-group.warn .warning::before,.form-group.warn .error::after,.form-group.warn .error::before,.form-group.errored .warning::after,.form-group.errored .warning::before,.form-group.errored .error::after,.form-group.errored .error::before {
    position: absolute;
    bottom: 100%;
    left: 10px;
    z-index: 15;
    width: 0;
    height: 0;
    pointer-events: none;
    content: " ";
    border: solid transparent
}

.form-group.warn .warning::after,.form-group.warn .error::after,.form-group.errored .warning::after,.form-group.errored .error::after {
    border-width: 5px
}

.form-group.warn .warning::before,.form-group.warn .error::before,.form-group.errored .warning::before,.form-group.errored .error::before {
    margin-left: -1px;
    border-width: 6px
}

.form-group.warn .warning {
    color: #4c4a42;
    background-color: #fff9ea;
    border-color: #dfd8c2
}

.form-group.warn .warning::after {
    border-bottom-color: #fff9ea
}

.form-group.warn .warning::before {
    border-bottom-color: #dfd8c2
}

.form-group.errored label {
    color: #bd2c00
}

.form-group.errored .error {
    color: #911;
    background-color: #fcdede;
    border-color: #d2b2b2
}

.form-group.errored .error::after {
    border-bottom-color: #fcdede
}

.form-group.errored .error::before {
    border-bottom-color: #d2b2b2
}

.note {
    min-height: 17px;
    margin: 4px 0 2px;
    font-size: 12px;
    color: #767676
}

.note .spinner {
    margin-right: 3px;
    vertical-align: middle
}

dl.form-group>dd .form-control.is-autocheck-loading,dl.form-group>dd .form-control.is-autocheck-successful,dl.form-group>dd .form-control.is-autocheck-errored {
    padding-right: 30px
}

dl.form-group>dd .form-control.is-autocheck-loading {
    background-image: url("/images/spinners/octocat-spinner-16px.gif")
}

dl.form-group>dd .form-control.is-autocheck-successful {
    background-image: url("/images/modules/ajax/success.png")
}

dl.form-group>dd .form-control.is-autocheck-errored {
    background-image: url("/images/modules/ajax/error.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    dl.form-group>dd .form-control.is-autocheck-loading,dl.form-group>dd .form-control.is-autocheck-successful,dl.form-group>dd .form-control.is-autocheck-errored {
        background-size:16px 16px
    }

    dl.form-group>dd .form-control.is-autocheck-loading {
        background-image: url("/images/spinners/octocat-spinner-32.gif")
    }

    dl.form-group>dd .form-control.is-autocheck-successful {
        background-image: url("/images/modules/ajax/success@2x.png")
    }

    dl.form-group>dd .form-control.is-autocheck-errored {
        background-image: url("/images/modules/ajax/error@2x.png")
    }
}

.form-cards {
    height: 31px;
    margin: 0 0 15px
}

.form-cards .card {
    float: left;
    width: 47px;
    height: 31px;
    text-indent: -9999px;
    background-image: url("/images/modules/pricing/credit-cards-@1x.png");
    background-position: 0 0;
    opacity: 0.6
}

.form-cards .card.visa {
    background-position: 0 0
}

.form-cards .card.amex {
    background-position: -50px 0
}

.form-cards .card.mastercard {
    background-position: -100px 0
}

.form-cards .card.discover {
    background-position: -150px 0
}

.form-cards .card.jcb {
    background-position: -200px 0
}

.form-cards .card.dinersclub {
    background-position: -250px 0
}

.form-cards .card.enabled {
    opacity: 1
}

.form-cards .card.disabled {
    opacity: 0.2
}

.form-cards>.cards {
    margin: 0
}

.form-cards>.cards>li {
    float: left;
    margin: 0 4px 0 0;
    list-style-type: none
}

.form-cards>.cards>li.text {
    line-height: 31px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .form-cards>.cards .card {
        background-image:url("/images/modules/pricing/credit-cards-@2x.png");
        background-size: 300px 31px
    }
}

.status-indicator {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: text-bottom
}

.status-indicator .octicon {
    display: none
}

.status-indicator-success::before {
    content: ""
}

.status-indicator-success .octicon-check {
    display: inline-block;
    color: #6cc644;
    fill: #6cc644
}

.status-indicator-success .octicon-x {
    display: none
}

.status-indicator-failed::before {
    content: ""
}

.status-indicator-failed .octicon-check {
    display: none
}

.status-indicator-failed .octicon-x {
    display: inline-block;
    color: #bd2c00;
    fill: #bd2c00
}

.status-indicator-loading {
    width: 16px;
    background: url("/images/spinners/octocat-spinner-32-EAF2F5.gif") 0 0 no-repeat;
    background-size: 16px
}

.inline-form {
    display: inline-block
}

.inline-form .btn-plain {
    background-color: transparent;
    border: 0
}

.drag-and-drop {
    padding: 7px 10px;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    color: #767676;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.drag-and-drop .default,.drag-and-drop .loading,.drag-and-drop .error {
    display: none
}

.drag-and-drop .error {
    color: #bd2c00
}

.drag-and-drop img {
    vertical-align: top
}

.is-default .drag-and-drop .default {
    display: inline-block
}

.is-uploading .drag-and-drop .loading {
    display: inline-block
}

.is-bad-file .drag-and-drop .bad-file {
    display: inline-block
}

.is-duplicate-filename .drag-and-drop .duplicate-filename {
    display: inline-block
}

.is-too-big .drag-and-drop .too-big {
    display: inline-block
}

.is-hidden-file .drag-and-drop .hidden-file {
    display: inline-block
}

.is-empty .drag-and-drop .empty {
    display: inline-block
}

.is-bad-permissions .drag-and-drop .bad-permissions {
    display: inline-block
}

.is-repository-required .drag-and-drop .repository-required {
    display: inline-block
}

.drag-and-drop-error-info {
    font-weight: normal;
    color: #767676
}

.drag-and-drop-error-info a {
    color: #4078c0
}

.is-failed .drag-and-drop .failed-request {
    display: inline-block
}

.manual-file-chooser {
    position: absolute;
    width: 240px;
    padding: 5px;
    margin-left: -80px;
    cursor: pointer;
    opacity: 0.0001
}

.manual-file-chooser:hover+.manual-file-chooser-text {
    text-decoration: underline
}

.btn .manual-file-chooser {
    top: 0;
    padding: 0;
    line-height: 34px
}

.upload-enabled textarea {
    display: block;
    border-bottom: 1px dashed #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.focused .drag-and-drop {
    border-color: #51a7e8;
    box-shadow: rgba(81,167,232,0.5) 0 0 3px
}

.dragover textarea,.dragover .drag-and-drop {
    box-shadow: #c9ff00 0 0 3px
}

.write-content {
    position: relative
}

.previewable-comment-form {
    position: relative
}

.previewable-comment-form .tabnav {
    position: relative;
    padding: 8px 8px 0
}

.previewable-comment-form .comment {
    border: 1px solid #cacaca
}

.previewable-comment-form .comment-form-error {
    margin-bottom: 8px
}

.previewable-comment-form .write-content,.previewable-comment-form .preview-content {
    display: none;
    padding: 0 0 8px;
    margin: 0 8px
}

.previewable-comment-form.write-selected .write-content,.previewable-comment-form.preview-selected .preview-content {
    display: block
}

.previewable-comment-form textarea {
    display: block;
    width: 100%;
    min-height: 100px;
    max-height: 500px;
    padding: 8px;
    resize: vertical
}

.form-action-spacious {
    margin-top: 10px
}

div.composer {
    margin-top: 0;
    border: 0
}

.composer .comment-form-textarea {
    height: 200px;
    min-height: 200px
}

.composer .tabnav {
    margin: 0 0 10px
}

h2.account {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: normal;
    color: #666
}

p.explain {
    position: relative;
    font-size: 12px;
    color: #666
}

p.explain strong {
    color: #333
}

p.explain .octicon {
    margin-right: 5px;
    color: #bbb
}

p.explain .minibutton {
    top: -4px;
    float: right
}

.form-group label {
    position: static
}

.container {
    width: 980px;
    margin-right: auto;
    margin-left: auto
}

.container::before {
    display: table;
    content: ""
}

.container::after {
    display: table;
    clear: both;
    content: ""
}

.container-md {
    max-width: 768px;
    margin-right: auto;
    margin-left: auto
}

.container-md::before {
    display: table;
    content: ""
}

.container-md::after {
    display: table;
    clear: both;
    content: ""
}

.container-lg {
    max-width: 1012px;
    margin-right: auto;
    margin-left: auto
}

.container-lg::before {
    display: table;
    content: ""
}

.container-lg::after {
    display: table;
    clear: both;
    content: ""
}

.container-xl {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto
}

.container-xl::before {
    display: table;
    content: ""
}

.container-xl::after {
    display: table;
    clear: both;
    content: ""
}

.columns {
    margin-right: -10px;
    margin-left: -10px
}

.columns::before {
    display: table;
    content: ""
}

.columns::after {
    display: table;
    clear: both;
    content: ""
}

.column {
    float: left;
    padding-right: 10px;
    padding-left: 10px
}

.one-third {
    width: 33.333333%
}

.two-thirds {
    width: 66.666667%
}

.one-fourth {
    width: 25%
}

.one-half {
    width: 50%
}

.three-fourths {
    width: 75%
}

.one-fifth {
    width: 20%
}

.four-fifths {
    width: 80%
}

.single-column {
    padding-right: 10px;
    padding-left: 10px
}

.table-column {
    display: table-cell;
    width: 1%;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top
}

.centered {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto
}

.col-1 {
    width: 8.33333%
}

.col-2 {
    width: 16.66667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333%
}

.col-5 {
    width: 41.66667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333%
}

.col-8 {
    width: 66.66667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333%
}

.col-11 {
    width: 91.66667%
}

.col-12 {
    width: 100%
}

@media (min-width: 544px) {
    .col-sm-1 {
        width:8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        width:8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }
}

@media (min-width: 1012px) {
    .col-lg-1 {
        width:8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }
}

@media (min-width: 1280px) {
    .col-xl-1 {
        width:8.33333%
    }

    .col-xl-2 {
        width: 16.66667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333%
    }

    .col-xl-5 {
        width: 41.66667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333%
    }

    .col-xl-8 {
        width: 66.66667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333%
    }

    .col-xl-11 {
        width: 91.66667%
    }

    .col-xl-12 {
        width: 100%
    }
}

.gut-sm {
    margin-right: -8px;
    margin-left: -8px
}

.gut-sm>[class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important
}

.gut-md {
    margin-right: -16px;
    margin-left: -16px
}

.gut-md>[class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important
}

.gut-lg {
    margin-right: -24px;
    margin-left: -24px
}

.gut-lg>[class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 544px) {
    .offset-sm-1 {
        margin-left:8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .offset-md-1 {
        margin-left:8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1012px) {
    .offset-lg-1 {
        margin-left:8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1280px) {
    .offset-xl-1 {
        margin-left:8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.counter {
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #666;
    background-color: #eee;
    border-radius: 20px
}

.Counter--gray-light {
    color: #333;
    background-color: #ccc
}

.Counter--gray {
    color: #fff;
    background-color: #767676
}

.menu {
    margin-bottom: 15px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 3px
}

.menu-item {
    position: relative;
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #eee
}

.menu-item:first-child {
    border-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.menu-item:first-child::before {
    border-top-left-radius: 2px
}

.menu-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.menu-item:last-child::before {
    border-bottom-left-radius: 2px
}

.menu-item:hover {
    text-decoration: none;
    background-color: #f9f9f9
}

.menu-item.selected {
    font-weight: 600;
    color: #222;
    cursor: default;
    background-color: #fff
}

.menu-item.selected::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    content: "";
    background-color: #d26911
}

.menu-item .octicon {
    width: 16px;
    margin-right: 5px;
    color: #333;
    text-align: center
}

.menu-item .counter {
    float: right;
    margin-left: 5px
}

.menu-item .menu-warning {
    float: right;
    color: #d26911
}

.menu-item .avatar {
    float: left;
    margin-right: 5px
}

.menu-item.alert .counter {
    color: #bd2c00
}

.menu-heading {
    display: block;
    padding: 8px 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #555;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee
}

.menu-heading:hover {
    text-decoration: none
}

.menu-heading:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.menu-heading:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.tabnav {
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd
}

.tabnav .counter {
    margin-left: 5px
}

.tabnav-tabs {
    margin-bottom: -1px
}

.tabnav-tab {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 0
}

.tabnav-tab.selected {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    border-radius: 3px 3px 0 0
}

.tabnav-tab:hover,.tabnav-tab:focus {
    text-decoration: none
}

.tabnav-extra {
    display: inline-block;
    padding-top: 10px;
    margin-left: 10px;
    font-size: 12px;
    color: #666
}

.tabnav-extra>.octicon {
    margin-right: 2px
}

a.tabnav-extra:hover {
    color: #4078c0;
    text-decoration: none
}

.tabnav-btn {
    margin-left: 10px
}

.filter-list {
    list-style-type: none
}

.filter-list.small .filter-item {
    padding: 4px 10px;
    margin: 0 0 2px;
    font-size: 12px
}

.filter-list.pjax-active .filter-item {
    color: #767676;
    background-color: transparent
}

.filter-list.pjax-active .filter-item.pjax-active {
    color: #fff;
    background-color: #4078c0
}

.filter-item {
    position: relative;
    display: block;
    padding: 8px 10px;
    margin-bottom: 5px;
    overflow: hidden;
    font-size: 14px;
    color: #767676;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 3px
}

.filter-item:hover {
    text-decoration: none;
    background-color: #eee
}

.filter-item.selected {
    color: #fff;
    background-color: #4078c0
}

.filter-item .count {
    float: right;
    font-weight: 600
}

.filter-item .bar {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 2px;
    z-index: -1;
    display: inline-block;
    background-color: #f1f1f1
}

.subnav {
    margin-bottom: 20px
}

.subnav::before {
    display: table;
    content: ""
}

.subnav::after {
    display: table;
    clear: both;
    content: ""
}

.subnav-bordered {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.subnav-flush {
    margin-bottom: 0
}

.subnav-item {
    position: relative;
    float: left;
    padding: 6px 14px;
    font-weight: 600;
    line-height: 20px;
    color: #666;
    border: 1px solid #e5e5e5
}

.subnav-item+.subnav-item {
    margin-left: -1px
}

.subnav-item:hover,.subnav-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

.subnav-item.selected,.subnav-item.selected:hover,.subnav-item.selected:focus {
    z-index: 2;
    color: #fff;
    background-color: #4078c0;
    border-color: #4078c0
}

.subnav-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.subnav-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.subnav-search {
    position: relative;
    margin-left: 10px
}

.subnav-search-input {
    width: 320px;
    padding-left: 30px;
    color: #767676;
    border-color: #d5d5d5
}

.subnav-search-input-wide {
    width: 500px
}

.subnav-search-icon {
    position: absolute;
    top: 9px;
    left: 8px;
    display: block;
    color: #ccc;
    text-align: center;
    pointer-events: none
}

.subnav-search-context .btn {
    color: #555;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.subnav-search-context .btn:hover,.subnav-search-context .btn:focus,.subnav-search-context .btn:active,.subnav-search-context .btn.selected {
    z-index: 2
}

.subnav-search-context+.subnav-search {
    margin-left: -1px
}

.subnav-search-context+.subnav-search .subnav-search-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.subnav-search-context .select-menu-modal-holder {
    z-index: 30
}

.subnav-search-context .select-menu-modal {
    width: 220px
}

.subnav-search-context .select-menu-item-icon {
    color: inherit
}

.subnav-spacer-right {
    padding-right: 10px
}

.tooltipped {
    position: relative
}

.tooltipped::after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0,0,0,0.8);
    border-radius: 3px;
    opacity: 0
}

.tooltipped::before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0,0,0,0.8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent;
    opacity: 0
}

@-webkit-keyframes tooltip-appear {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes tooltip-appear {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.tooltipped:hover::before,.tooltipped:hover::after,.tooltipped:active::before,.tooltipped:active::after,.tooltipped:focus::before,.tooltipped:focus::after {
    display: inline-block;
    text-decoration: none;
    -webkit-animation-name: tooltip-appear;
    animation-name: tooltip-appear;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.tooltipped-no-delay:hover::before,.tooltipped-no-delay:hover::after,.tooltipped-no-delay:active::before,.tooltipped-no-delay:active::after,.tooltipped-no-delay:focus::before,.tooltipped-no-delay:focus::after {
    opacity: 1;
    -webkit-animation: none;
    animation: none
}

.tooltipped-multiline:hover::after,.tooltipped-multiline:active::after,.tooltipped-multiline:focus::after {
    display: table-cell
}

.tooltipped-s::after,.tooltipped-se::after,.tooltipped-sw::after {
    top: 100%;
    right: 50%;
    margin-top: 5px
}

.tooltipped-s::before,.tooltipped-se::before,.tooltipped-sw::before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0,0,0,0.8)
}

.tooltipped-se::after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.tooltipped-sw::after {
    margin-right: -15px
}

.tooltipped-n::after,.tooltipped-ne::after,.tooltipped-nw::after {
    right: 50%;
    bottom: 100%;
    margin-bottom: 5px
}

.tooltipped-n::before,.tooltipped-ne::before,.tooltipped-nw::before {
    top: -5px;
    right: 50%;
    bottom: auto;
    margin-right: -5px;
    border-top-color: rgba(0,0,0,0.8)
}

.tooltipped-ne::after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.tooltipped-nw::after {
    margin-right: -15px
}

.tooltipped-s::after,.tooltipped-n::after {
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.tooltipped-w::after {
    right: 100%;
    bottom: 50%;
    margin-right: 5px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.tooltipped-w::before {
    top: 50%;
    bottom: 50%;
    left: -5px;
    margin-top: -5px;
    border-left-color: rgba(0,0,0,0.8)
}

.tooltipped-e::after {
    bottom: 50%;
    left: 100%;
    margin-left: 5px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.tooltipped-e::before {
    top: 50%;
    right: -5px;
    bottom: 50%;
    margin-top: -5px;
    border-right-color: rgba(0,0,0,0.8)
}

.tooltipped-multiline::after {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 250px;
    word-break: break-word;
    word-wrap: normal;
    white-space: pre-line;
    border-collapse: separate
}

.tooltipped-multiline.tooltipped-s::after,.tooltipped-multiline.tooltipped-n::after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltipped-multiline.tooltipped-w::after,.tooltipped-multiline.tooltipped-e::after {
    right: 100%
}

@media screen and (min-width: 0\0) {
    .tooltipped-multiline::after {
        width:250px
    }
}

.tooltipped-sticky::before,.tooltipped-sticky::after {
    display: inline-block
}

.tooltipped-sticky.tooltipped-multiline::after {
    display: table-cell
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .tooltipped-w::after {
        margin-right:4.5px
    }
}

.css-truncate.css-truncate-target,.css-truncate .css-truncate-target {
    display: inline-block;
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top
}

.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target,.css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target,.css-truncate.expandable:hover .css-truncate-target,.css-truncate.expandable:hover.css-truncate-target {
    max-width: 10000px !important
}

.anim-fade-in {
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.anim-fade-in.fast {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.anim-fade-up {
    opacity: 0;
    -webkit-animation-name: fade-up;
    animation-name: fade-up;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes fade-up {
    0% {
        opacity: 0.8;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-up {
    0% {
        opacity: 0.8;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.anim-fade-down {
    -webkit-animation-name: fade-down;
    animation-name: fade-down;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes fade-down {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0.5;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes fade-down {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0.5;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.anim-grow-x {
    width: 0%;
    -webkit-animation-name: grow-x;
    animation-name: grow-x;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

@-webkit-keyframes grow-x {
    to {
        width: 100%
    }
}

@keyframes grow-x {
    to {
        width: 100%
    }
}

.anim-shrink-x {
    -webkit-animation-name: shrink-x;
    animation-name: shrink-x;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

@-webkit-keyframes shrink-x {
    to {
        width: 0%
    }
}

@keyframes shrink-x {
    to {
        width: 0%
    }
}

.anim-scale-in {
    -webkit-animation-name: scale-in;
    animation-name: scale-in;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
    animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5)
}

@-webkit-keyframes scale-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.anim-pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0.3
    }

    10% {
        opacity: 1
    }

    100% {
        opacity: 0.3
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3
    }

    10% {
        opacity: 1
    }

    100% {
        opacity: 0.3
    }
}

.anim-pulse-in {
    -webkit-animation-name: pulse-in;
    animation-name: pulse-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s
}

@-webkit-keyframes pulse-in {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse-in {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.border {
    border: 1px #e5e5e5 solid !important
}

.border-top {
    border-top: 1px #e5e5e5 solid !important
}

.border-right {
    border-right: 1px #e5e5e5 solid !important
}

.border-bottom {
    border-bottom: 1px #e5e5e5 solid !important
}

.border-left {
    border-left: 1px #e5e5e5 solid !important
}

.border-y {
    border-top: 1px #e5e5e5 solid !important;
    border-bottom: 1px #e5e5e5 solid !important
}

.border-dashed {
    border-style: dashed !important
}

.border-blue {
    border-color: #c5d5dd !important
}

.border-blue-dark {
    border-color: #4078c0 !important
}

.border-red {
    border-color: #d2b2b2 !important
}

.border-red-dark {
    border-color: #bd2c00 !important
}

.border-gray-light {
    border-color: #eee !important
}

.border-gray-dark {
    border-color: #ddd !important
}

.box-shadow {
    box-shadow: 0 1px 1px rgba(0,0,0,0.1) !important
}

.box-shadow-medium {
    box-shadow: 0 1px 5px rgba(0,0,0,0.15) !important
}

.box-shadow-large {
    box-shadow: 0 1px 15px rgba(0,0,0,0.15) !important
}

.box-shadow-none {
    box-shadow: none !important
}

.bg-white {
    background-color: #fff !important
}

.bg-blue {
    background-color: #4078c0 !important
}

.bg-blue-light {
    background-color: #f2f8fa !important
}

.bg-gray-dark {
    background-color: #333 !important
}

.bg-gray {
    background-color: #f5f5f5 !important
}

.bg-gray-light {
    background-color: #fafafa !important
}

.bg-green {
    background-color: #6cc644 !important
}

.bg-green-light {
    background-color: #eaffea !important
}

.bg-red {
    background-color: #bd2c00 !important
}

.bg-red-light {
    background-color: #fcdede !important
}

.bg-yellow {
    background-color: #ffd36b !important
}

.bg-yellow-light {
    background-color: #fff9ea !important
}

.bg-purple {
    background-color: #6e5494 !important
}

.bg-shade-gradient {
    background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.065), transparent) !important;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.065), transparent) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 200px !important
}

.text-blue {
    color: #4078c0 !important
}

.text-red {
    color: #bd2c00 !important
}

.text-gray-light {
    color: #999 !important
}

.text-gray {
    color: #767676 !important
}

.text-gray-dark {
    color: #333 !important
}

.text-green {
    color: #55a532 !important
}

.text-orange {
    color: #c9510c !important
}

.text-purple {
    color: #6e5494 !important
}

.text-white {
    color: #fff !important
}

.text-inherit {
    color: inherit !important
}

.text-renamed {
    color: #fffa5d !important
}

.text-pending {
    color: #cea61b !important
}

.link-gray {
    color: #767676 !important
}

.link-gray:hover {
    color: #4078c0 !important
}

.link-gray-dark {
    color: #333 !important
}

.link-gray-dark:hover {
    color: #4078c0 !important
}

.link-hover-blue:hover {
    color: #4078c0 !important
}

.muted-link {
    color: #767676 !important
}

.muted-link:hover {
    color: #4078c0 !important;
    text-decoration: none
}
@charset "UTF-8";
* {
  box-sizing: border-box;
}
html {
  font-size: 100px;
}
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
}
body {
  font-size: .16rem;
  line-height: 2;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  font-weight: 300;
  color: #323744;
}
a,
a:hover {
  text-decoration: none;
}
h1 {
  font-size: .3rem;
}
h2 {
  font-size: .26rem;
}
h3 {
  font-size: .22rem;
}
h4, h5, h6 {
  font-size: .2rem;
  font-weight: 500;
  margin: 0;
}
p {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  color: #323744;
  font-weight: 300;
}
.catalog label {
  position: fixed;
  z-index: 999;
  left: .2rem;
  top: .2rem;
  font-family: 'Josefin Slab', serif;
}
.catalog nav {
  position: fixed;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  background: #fff;
  padding: .2rem;
  min-width: 25%;
  border-right: 1px solid #ccc;
  transform: translateX(-100%);
  transition: transform .2s ease-in-out;
  padding-top: .6rem;
}
.catalog input {
  display: none;
}
.catalog input:checked + nav {
  transform: translateX(0);
}
.content {
  margin-bottom: 0.8rem;
}
.content > h1 {
    text-align: center;
    margin-bottom: 0.8rem;
    position: relative;
}
.content > h1::before {
      content: '';
      width: .2rem;
      height: .2rem;
      border-radius: 50%;
      position: absolute;
      background: #B2CDE7;
      bottom: -.4rem;
      left: 50%;
      margin-left: -.1rem;
      border: .07rem solid #fff;
      z-index: 1;
      box-sizing: border-box;
}
.content > h1::after {
      content: '';
      width: 20%;
      border-bottom: 0.01rem solid #B2CDE7;
      position: absolute;
      bottom: -.3rem;
      left: 50%;
      transform: translateX(-50%);
}
.content pre {
    padding: 0.15rem;
    margin: .2rem 0;
    background: #f0f5f7;
    overflow-x: auto;
    border-radius: 3px;
    line-height: 1.5;
    font-size: .14rem;
}
.content code {
    background: #f0f5f7;
    padding: .02rem .08rem;
    border-radius: 3px;
    font-size: .14rem;
}
.content .article article {
    text-align: left;
    outline: none;
    font-size: .2rem;
}
.content .article article > h1 {
    display: none;
}
.content .article a.anchor {
    opacity: 0;
    width: 0px;
    display: inline-block;
}
.content .article a.anchor svg {
      height: .26rem;
}
.content .article a {
    color: #1C89F5;
    text-decoration: none;
}
.content .article a:hover {
      border-bottom: 1px dashed #1C89F5;
}
.content .article article h2,
  .content .article article h3 {
    font-weight: 400;
}
.content .article article h2::before,
    .content .article article h3::before {
      content: '#';
      margin-right: 0.15rem;
      font-weight: 900;
      color: #1C89F5;
      font-size: .3rem;
}
.content .article article h2 {
    margin-left: -0.35rem;
}
.content .article article h3 {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    color: #323744;
}
.content .article article h3::before {
      font-size: .2rem;
}
.content .article article h4 {
    margin: .2rem 0;
    font-weight: 400;
}
.content strong {
    font-weight: 400;
}
.content blockquote {
    border-left: 5px solid #f0f5f7;
    padding: 0 .3rem;
    color: #909BB5;
    margin: .4rem 0;
    overflow: hidden;
}
.content ol {
    margin: .2rem;
}
.content ul {
    margin: .2rem 0;
    list-style: none;
}
.content ul li::before {
    content: '\2022';
    color: #1C89F5;
    margin-right: .1rem;
}
.content ul li.task-list-item::before {
    content: '';
}
.comment {
  margin: 0 auto;
}

/*# sourceMappingURL=app.75b43ed136fb68b46a6ca28ae8624400.css.map*/