/*!
 * Styles for SparqlBlocks
 * http://sparqlblocks.org
 *
 * Released under MIT license.
 * Miguel Ceriani <miguel.ceriani@gmail.com> (miguel76.github.io)
 */
/*!
 * Primer
 * http://primercss.io
 *
 * Released under MIT license. Copyright 2015 GitHub, Inc.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


html {
    font-family: sans-serif;
    text-size-adjust: 100%
}

body {
    margin: 0
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}


small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    box-sizing: border-box
}

input,
select,
textarea,
button {
    font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

body {
    font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #333;
    background-color: #fff
}

a {
    color: #4078c0;
    text-decoration: none
}

a:hover,
a:active {
    text-decoration: underline
}

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: ""
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 21px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 11px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

small {
    font-size: 90%
}

blockquote {
    margin: 0
}

.lead {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #555
}

.text-emphasized {
    font-weight: bold;
    color: #333
}

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
}

.container {
    width: 980px;
    margin-right: auto;
    margin-left: auto
}

.container::before {
    display: table;
    content: ""
}

.container::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
}

.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-blue {
    border-color: #c5d5dd !important
}

.border-gray-light {
    border-color: #eee !important
}

.border-gray-dark {
    border-color: #ddd !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: 3px !important
}

.rounded-2 {
    border-radius: 6px !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-red {
    background-color: #bd2c00 !important
}

.text-blue {
    color: #4078c0 !important
}

.danger,
.text-closed,
.text-danger,
.text-diff-deleted,
.text-error,
.text-failure,
.text-reverted,
.text-red {
    color: #bd2c00 !important
}

.text-gray-light {
    color: #999 !important
}

.text-muted,
.text-gray {
    color: #767676 !important
}

.mute,
.text-gray-dark {
    color: #333 !important
}

.text-diff-added,
.text-success,
.text-open,
.text-green {
    color: #55a532 !important
}

.text-orange {
    color: #c9510c !important
}

.text-merged,
.text-purple {
    color: #6e5494 !important
}

.text-white {
    color: #fff !important
}

.text-inherit {
    color: inherit !important
}

.link-blue {
    color: #4078c0 !important
}

.link-gray-dark {
    color: #333 !important
}

.link-gray {
    color: #767676 !important
}

.text-renamed {
    color: #fffa5d !important
}

.text-pending {
    color: #cea61b !important
}

.muted-link {
    color: #767676 !important
}

.muted-link:hover {
    color: #4078c0 !important;
    text-decoration: none
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.top-0 {
    top: 0 !important
}

.right-0 {
    right: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

.left-0 {
    left: 0 !important
}

.d-block {
    display: block !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.hidden,
.d-none {
    display: none !important
}

.clearfix::before {
    display: table;
    content: ""
}

.clearfix::after {
    display: table;
    clear: both;
    content: ""
}

.right,
.float-right {
    float: right !important
}

.left,
.float-left {
    float: left !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: 3px !important
}

.mt-1 {
    margin-top: 3px !important
}

.mr-1 {
    margin-right: 3px !important
}

.mb-1 {
    margin-bottom: 3px !important
}

.ml-1 {
    margin-left: 3px !important
}

.mx-1 {
    margin-right: 3px !important;
    margin-left: 3px !important
}

.my-1 {
    margin-top: 3px !important;
    margin-bottom: 3px !important
}

.m-2 {
    margin: 6px !important
}

.mt-2 {
    margin-top: 6px !important
}

.mr-2 {
    margin-right: 6px !important
}

.mb-2 {
    margin-bottom: 6px !important
}

.ml-2 {
    margin-left: 6px !important
}

.mx-2 {
    margin-right: 6px !important;
    margin-left: 6px !important
}

.my-2 {
    margin-top: 6px !important;
    margin-bottom: 6px !important
}

.m-3 {
    margin: 12px !important
}

.mt-3 {
    margin-top: 12px !important
}

.mr-3 {
    margin-right: 12px !important
}

.mb-3 {
    margin-bottom: 12px !important
}

.ml-3 {
    margin-left: 12px !important
}

.mx-3 {
    margin-right: 12px !important;
    margin-left: 12px !important
}

.my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
}

.m-4 {
    margin: 24px !important
}

.mt-4 {
    margin-top: 24px !important
}

.mr-4 {
    margin-right: 24px !important
}

.mb-4 {
    margin-bottom: 24px !important
}

.ml-4 {
    margin-left: 24px !important
}

.mx-4 {
    margin-right: 24px !important;
    margin-left: 24px !important
}

.my-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

.m-5 {
    margin: 36px !important
}

.mt-5 {
    margin-top: 36px !important
}

.mr-5 {
    margin-right: 36px !important
}

.mb-5 {
    margin-bottom: 36px !important
}

.ml-5 {
    margin-left: 36px !important
}

.mx-5 {
    margin-right: 36px !important;
    margin-left: 36px !important
}

.my-5 {
    margin-top: 36px !important;
    margin-bottom: 36px !important
}

.m-6 {
    margin: 48px !important
}

.mt-6 {
    margin-top: 48px !important
}

.mr-6 {
    margin-right: 48px !important
}

.mb-6 {
    margin-bottom: 48px !important
}

.ml-6 {
    margin-left: 48px !important
}

.mx-6 {
    margin-right: 48px !important;
    margin-left: 48px !important
}

.my-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important
}

.m-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: 3px !important
}

.pt-1 {
    padding-top: 3px !important
}

.pr-1 {
    padding-right: 3px !important
}

.pb-1 {
    padding-bottom: 3px !important
}

.pl-1 {
    padding-left: 3px !important
}

.px-1 {
    padding-right: 3px !important;
    padding-left: 3px !important
}

.py-1 {
    padding-top: 3px !important;
    padding-bottom: 3px !important
}

.p-2 {
    padding: 6px !important
}

.pt-2 {
    padding-top: 6px !important
}

.pr-2 {
    padding-right: 6px !important
}

.pb-2 {
    padding-bottom: 6px !important
}

.pl-2 {
    padding-left: 6px !important
}

.px-2 {
    padding-right: 6px !important;
    padding-left: 6px !important
}

.py-2 {
    padding-top: 6px !important;
    padding-bottom: 6px !important
}

.p-3 {
    padding: 12px !important
}

.pt-3 {
    padding-top: 12px !important
}

.pr-3 {
    padding-right: 12px !important
}

.pb-3 {
    padding-bottom: 12px !important
}

.pl-3 {
    padding-left: 12px !important
}

.px-3 {
    padding-right: 12px !important;
    padding-left: 12px !important
}

.py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.p-4 {
    padding: 24px !important
}

.pt-4 {
    padding-top: 24px !important
}

.pr-4 {
    padding-right: 24px !important
}

.pb-4 {
    padding-bottom: 24px !important
}

.pl-4 {
    padding-left: 24px !important
}

.px-4 {
    padding-right: 24px !important;
    padding-left: 24px !important
}

.py-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.p-5 {
    padding: 36px !important
}

.pt-5 {
    padding-top: 36px !important
}

.pr-5 {
    padding-right: 36px !important
}

.pb-5 {
    padding-bottom: 36px !important
}

.pl-5 {
    padding-left: 36px !important
}

.px-5 {
    padding-right: 36px !important;
    padding-left: 36px !important
}

.py-5 {
    padding-top: 36px !important;
    padding-bottom: 36px !important
}

.p-6 {
    padding: 48px !important
}

.pt-6 {
    padding-top: 48px !important
}

.pr-6 {
    padding-right: 48px !important
}

.pb-6 {
    padding-bottom: 48px !important
}

.pl-6 {
    padding-left: 48px !important
}

.px-6 {
    padding-right: 48px !important;
    padding-left: 48px !important
}

.py-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.text-right {
    text-align: right !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-normal {
    font-weight: normal !important
}

.no-underline {
    text-decoration: none !important
}

.no-wrap {
    white-space: nowrap !important
}

.vertical-middle {
    vertical-align: middle !important
}

.text-small {
    font-size: 12px !important
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

label {
    font-size: 13px;
    font-weight: bold
}

.form-control,
.form-select {
    min-height: 34px;
    padding: 7px 8px;
    font-size: 13px;
    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
}

::placeholder {
    color: #999
}

.input-sm {
    min-height: 26px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px
}

.input-lg {
    padding: 6px 10px;
    font-size: 16px
}

.input-block {
    display: block;
    width: 100%
}

.input-monospace {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace
}

.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: 2px 0 0 -20px;
    vertical-align: middle
}

.form-checkbox .note {
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #666
}

.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
}

.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: bold
}

.form-select {
    display: inline-block;
    max-width: 100%;
    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:not([multiple]) {
    height: 34px
}

.select-sm {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px
}

.select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px
}

.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: bold
}

.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: 3px 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
}

.btn {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #eee;
    background-image: linear-gradient(#fcfcfc, #eee);
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    -webkit-appearance: none
}

.btn i {
    font-style: normal;
    font-weight: 500;
    opacity: 0.6
}

.btn .octicon {
    vertical-align: text-top
}

.btn .counter {
    text-shadow: none;
    background-color: #e5e5e5
}

.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: 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: #60b044;
    background-image: linear-gradient(#8add6d, #60b044);
    border-color: #5ca941
}

.btn-primary .counter {
    color: #60b044;
    background-color: #fff
}

.btn-primary:hover {
    color: #fff;
    background-color: #569e3d;
    background-image: linear-gradient(#79d858, #569e3d);
    border-color: #4a993e
}

.btn-primary:active,
.btn-primary.selected {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    background-color: #569e3d;
    background-image: none;
    border-color: #418737
}

.btn-primary.selected:hover {
    background-color: #4c8b36
}

.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #fefefe;
    background-color: #add39f;
    background-image: linear-gradient(#c3ecb4, #add39f);
    border-color: #b9dcac #b9dcac #a7c89b
}

.btn-danger {
    color: #900
}

.btn-danger:hover {
    color: #fff;
    background-color: #b33630;
    background-image: linear-gradient(#dc5f59, #b33630);
    border-color: #cd504a
}

.btn-danger:active,
.btn-danger.selected {
    color: #fff;
    background-color: #b33630;
    background-image: none;
    border-color: #9f312c
}

.btn-danger.selected:hover {
    background-color: #9f302b
}

.btn-danger:disabled,
.btn-danger:disabled:hover,
.btn-danger.disabled,
.btn-danger.disabled:hover {
    color: #cb7f7f;
    background-color: #efefef;
    background-image: linear-gradient(#fefefe, #efefef);
    border-color: #e1e1e1
}

.btn-danger:hover .counter,
.btn-danger:active .counter,
.btn-danger.selected .counter {
    color: #b33630;
    background-color: #fff
}

.btn-outline {
    color: #4078c0;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5
}

.btn-outline .counter {
    background-color: #eee
}

.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: 2px 10px
}

.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: bold;
    line-height: 6px;
    color: #555;
    text-decoration: none;
    vertical-align: middle;
    background: #ddd;
    border-radius: 1px;
    border: 0
}

.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: 2px 7px;
    font-size: 11px;
    font-weight: bold;
    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;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: underline
}

.btn-link:focus {
    outline: none
}

.input-group {
    display: table
}

.input-group .form-control {
    position: relative;
    width: 100%
}

.input-group .form-control:focus {
    z-index: 2
}

.input-group .form-control+.btn {
    margin-left: 0
}

.input-group.inline {
    display: inline-table
}

.input-group .form-control,
.input-group-button {
    display: table-cell
}

.input-group-button {
    width: 1%;
    vertical-align: middle
}

.input-group .form-control:first-child,
.input-group-button:first-child .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-button:first-child .btn {
    margin-right: -1px
}

.input-group .form-control:last-child,
.input-group-button:last-child .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-button:last-child .btn {
    margin-left: -1px
}

.btn-group {
    display: inline-block;
    vertical-align: middle
}

.btn-group::before {
    display: table;
    content: ""
}

.btn-group::after {
    display: table;
    clear: both;
    content: ""
}

.btn-group .btn {
    position: relative;
    float: left
}

.btn-group .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn.selected {
    z-index: 2
}

.btn-group .btn:focus {
    z-index: 3
}

.btn-group .btn+.btn {
    margin-left: -1px
}

.btn-group .btn+.btn-group-form,
.btn-group .btn-group-form+.btn,
.btn-group .btn-group-form+.btn-group-form {
    margin-left: -1px
}

.btn-group .btn-group-form {
    float: left
}

.btn-group .btn-group-form .btn {
    border-radius: 0
}

.btn-group .btn-group-form:first-child .btn {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.btn-group .btn-group-form:last-child .btn {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.btn-group+.btn-group,
.btn-group+.btn {
    margin-left: 5px
}

.flash {
    position: relative;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #246;
    background-color: #e2eef9;
    border: 1px solid #bac6d3;
    border-radius: 3px
}

.flash p:last-child {
    margin-bottom: 0
}


.flash-messages {
    margin-bottom: 20px
}

.flash-close {
    float: right;
    width: 34px;
    height: 44px;
    margin: -11px;
    line-height: 40px;
    color: inherit;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 0;
    -webkit-appearance: none;
    opacity: 0.6
}

.flash-close:hover {
    opacity: 1
}

.flash-action {
    float: right;
    margin-top: -4px;
    margin-left: 20px
}

.flash-warn {
    color: #4c4a42;
    background-color: #fff9ea;
    border-color: #dfd8c2
}

.flash-error {
    color: #911;
    background-color: #fcdede;
    border-color: #d2b2b2
}

.flash-full {
    margin-top: -1px;
    border-width: 1px 0;
    border-radius: 0
}

.flash-with-icon .container {
    padding-left: 40px
}

.flash-with-icon .flash-icon {
    float: left;
    margin-top: 3px;
    margin-left: -25px
}

.flash-content {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5
}

.warning {
    padding: 0.5em;
    margin-bottom: 0.8em;
    font-weight: bold;
    background-color: #fffccc
}

.avatar {
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    vertical-align: middle;
    border-radius: 3px
}

.avatar-small {
    border-radius: 2px
}

.avatar-link {
    float: left;
    line-height: 1
}

.avatar-group-item {
    display: inline-block;
    margin-bottom: 3px
}

.avatar-parent-child {
    position: relative
}

.avatar-child {
    position: absolute;
    right: -15%;
    bottom: -9%;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: -2px -2px 0 rgba(255, 255, 255, 0.8)
}

.blankslate {
    position: relative;
    padding: 30px;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05)
}

.blankslate code {
    padding: 2px 5px 3px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px
}

.blankslate-icon {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    color: #aaa
}

.blankslate-capped {
    border-radius: 0 0 3px 3px
}

.blankslate-spacious {
    padding: 100px 60px 120px
}

.blankslate-narrow {
    width: 485px;
    margin: 0 auto
}

.blankslate-large h3 {
    margin: 0.75em 0;
    font-size: 20px
}

.blankslate-large p {
    font-size: 16px
}

.blankslate-large p.has-fixed-width {
    width: 540px;
    margin: 0 auto;
    text-align: left
}

.blankslate-clean-background {
    background: none;
    border: 0;
    box-shadow: none
}

.counter {
    display: inline-block;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #666;
    background-color: #eee;
    border-radius: 20px
}

.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;
    text-shadow: 0 1px 0 #fff;
    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: bold;
    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: bold;
    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.selected .octicon-remove-close {
    float: right;
    opacity: 0.8
}

.filter-item .count {
    float: right;
    font-weight: bold
}

.filter-item .bar {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 2px;
    z-index: -1;
    display: inline-block;
    background-color: #f1f1f1
}

.state {
    display: inline-block;
    padding: 4px 8px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #999;
    border-radius: 3px
}

.state-open,
.state-proposed,
.state-reopened {
    background-color: #6cc644
}

.state-merged {
    background-color: #6e5494
}

.state-closed {
    background-color: #bd2c00
}

.state-renamed {
    background-color: #fffa5d
}

.tooltipped {
    position: relative
}

.tooltipped::after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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;
    -webkit-font-smoothing: subpixel-antialiased;
    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
}

@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;
    animation-name: tooltip-appear;
    animation-duration: .1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    animation-delay: .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;
    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 {
    transform: translateX(50%)
}

.tooltipped-w::after {
    right: 100%;
    bottom: 50%;
    margin-right: 5px;
    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;
    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: 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%;
    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
}

.flex-table {
    display: table
}

.flex-table-item {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.flex-table-item-primary {
    width: 99%
}

.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
}

@font-face {
    font-family: 'octicons';
    src: url("./fonts/octicons.eot?#iefix&v=22dab811a5aa6c7ae0f71074a3480b993f7ef79b") format("embedded-opentype"), url("./fonts/octicons.woff?v=22dab811a5aa6c7ae0f71074a3480b993f7ef79b") format("woff"), url("./fonts/octicons.ttf?v=22dab811a5aa6c7ae0f71074a3480b993f7ef79b") format("truetype"), url("./fonts/octicons.svg?v=22dab811a5aa6c7ae0f71074a3480b993f7ef79b#octicons") format("svg");
    font-weight: normal;
    font-style: normal
}

.octicon,
.mega-octicon {
    font: normal normal normal 16px/1 octicons;
    display: inline-block;
    text-decoration: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mega-octicon {
    font-size: 32px
}

.octicon-alert:before {
    content: '\f02d'
}

.octicon-arrow-down:before {
    content: '\f03f'
}

.octicon-arrow-left:before {
    content: '\f040'
}

.octicon-arrow-right:before {
    content: '\f03e'
}

.octicon-arrow-small-down:before {
    content: '\f0a0'
}

.octicon-arrow-small-left:before {
    content: '\f0a1'
}

.octicon-arrow-small-right:before {
    content: '\f071'
}

.octicon-arrow-small-up:before {
    content: '\f09f'
}

.octicon-arrow-up:before {
    content: '\f03d'
}

.octicon-microscope:before,
.octicon-beaker:before {
    content: '\f0dd'
}

.octicon-bell:before {
    content: '\f0de'
}

.octicon-bold:before {
    content: '\f0e2'
}

.octicon-book:before {
    content: '\f007'
}

.octicon-bookmark:before {
    content: '\f07b'
}

.octicon-briefcase:before {
    content: '\f0d3'
}

.octicon-broadcast:before {
    content: '\f048'
}

.octicon-browser:before {
    content: '\f0c5'
}

.octicon-bug:before {
    content: '\f091'
}

.octicon-calendar:before {
    content: '\f068'
}

.octicon-check:before {
    content: '\f03a'
}

.octicon-checklist:before {
    content: '\f076'
}

.octicon-chevron-down:before {
    content: '\f0a3'
}

.octicon-chevron-left:before {
    content: '\f0a4'
}

.octicon-chevron-right:before {
    content: '\f078'
}

.octicon-chevron-up:before {
    content: '\f0a2'
}

.octicon-circle-slash:before {
    content: '\f084'
}

.octicon-circuit-board:before {
    content: '\f0d6'
}

.octicon-clippy:before {
    content: '\f035'
}

.octicon-clock:before {
    content: '\f046'
}

.octicon-cloud-download:before {
    content: '\f00b'
}

.octicon-cloud-upload:before {
    content: '\f00c'
}

.octicon-code:before {
    content: '\f05f'
}

.octicon-comment-add:before,
.octicon-comment:before {
    content: '\f02b'
}

.octicon-comment-discussion:before {
    content: '\f04f'
}

.octicon-credit-card:before {
    content: '\f045'
}

.octicon-dash:before {
    content: '\f0ca'
}

.octicon-dashboard:before {
    content: '\f07d'
}

.octicon-database:before {
    content: '\f096'
}

.octicon-clone:before,
.octicon-desktop-download:before {
    content: '\f0dc'
}

.octicon-device-camera:before {
    content: '\f056'
}

.octicon-device-camera-video:before {
    content: '\f057'
}

.octicon-device-desktop:before {
    content: '\f27c'
}

.octicon-device-mobile:before {
    content: '\f038'
}

.octicon-diff:before {
    content: '\f04d'
}

.octicon-diff-added:before {
    content: '\f06b'
}

.octicon-diff-ignored:before {
    content: '\f099'
}

.octicon-diff-modified:before {
    content: '\f06d'
}

.octicon-diff-removed:before {
    content: '\f06c'
}

.octicon-diff-renamed:before {
    content: '\f06e'
}

.octicon-ellipsis:before {
    content: '\f09a'
}

.octicon-eye-unwatch:before,
.octicon-eye-watch:before,
.octicon-eye:before {
    content: '\f04e'
}

.octicon-file-binary:before {
    content: '\f094'
}

.octicon-file-code:before {
    content: '\f010'
}

.octicon-file-directory:before {
    content: '\f016'
}

.octicon-file-media:before {
    content: '\f012'
}

.octicon-file-pdf:before {
    content: '\f014'
}

.octicon-file-submodule:before {
    content: '\f017'
}

.octicon-file-symlink-directory:before {
    content: '\f0b1'
}

.octicon-file-symlink-file:before {
    content: '\f0b0'
}

.octicon-file-text:before {
    content: '\f011'
}

.octicon-file-zip:before {
    content: '\f013'
}

.octicon-flame:before {
    content: '\f0d2'
}

.octicon-fold:before {
    content: '\f0cc'
}

.octicon-gear:before {
    content: '\f02f'
}

.octicon-gift:before {
    content: '\f042'
}

.octicon-gist:before {
    content: '\f00e'
}

.octicon-gist-secret:before {
    content: '\f08c'
}

.octicon-git-branch-create:before,
.octicon-git-branch-delete:before,
.octicon-git-branch:before {
    content: '\f020'
}

.octicon-git-commit:before {
    content: '\f01f'
}

.octicon-git-compare:before {
    content: '\f0ac'
}

.octicon-git-merge:before {
    content: '\f023'
}

.octicon-git-pull-request-abandoned:before,
.octicon-git-pull-request:before {
    content: '\f009'
}

.octicon-globe:before {
    content: '\f0b6'
}

.octicon-graph:before {
    content: '\f043'
}

.octicon-heart:before {
    content: '\2665'
}

.octicon-history:before {
    content: '\f07e'
}

.octicon-home:before {
    content: '\f08d'
}

.octicon-horizontal-rule:before {
    content: '\f070'
}

.octicon-hubot:before {
    content: '\f09d'
}

.octicon-inbox:before {
    content: '\f0cf'
}

.octicon-info:before {
    content: '\f059'
}

.octicon-issue-closed:before {
    content: '\f028'
}

.octicon-issue-opened:before {
    content: '\f026'
}

.octicon-issue-reopened:before {
    content: '\f027'
}

.octicon-italic:before {
    content: '\f0e4'
}

.octicon-jersey:before {
    content: '\f019'
}

.octicon-key:before {
    content: '\f049'
}

.octicon-keyboard:before {
    content: '\f00d'
}

.octicon-law:before {
    content: '\f0d8'
}

.octicon-light-bulb:before {
    content: '\f000'
}

.octicon-link:before {
    content: '\f05c'
}

.octicon-link-external:before {
    content: '\f07f'
}

.octicon-list-ordered:before {
    content: '\f062'
}

.octicon-list-unordered:before {
    content: '\f061'
}

.octicon-location:before {
    content: '\f060'
}

.octicon-gist-private:before,
.octicon-mirror-private:before,
.octicon-git-fork-private:before,
.octicon-lock:before {
    content: '\f06a'
}

.octicon-logo-gist:before {
    content: '\f0ad'
}

.octicon-logo-github:before {
    content: '\f092'
}

.octicon-mail:before {
    content: '\f03b'
}

.octicon-mail-read:before {
    content: '\f03c'
}

.octicon-mail-reply:before {
    content: '\f051'
}

.octicon-mark-github:before {
    content: '\f00a'
}

.octicon-markdown:before {
    content: '\f0c9'
}

.octicon-megaphone:before {
    content: '\f077'
}

.octicon-mention:before {
    content: '\f0be'
}

.octicon-milestone:before {
    content: '\f075'
}

.octicon-mirror-public:before,
.octicon-mirror:before {
    content: '\f024'
}

.octicon-mortar-board:before {
    content: '\f0d7'
}

.octicon-mute:before {
    content: '\f080'
}

.octicon-no-newline:before {
    content: '\f09c'
}

.octicon-octoface:before {
    content: '\f008'
}

.octicon-organization:before {
    content: '\f037'
}

.octicon-package:before {
    content: '\f0c4'
}

.octicon-paintcan:before {
    content: '\f0d1'
}

.octicon-pencil:before {
    content: '\f058'
}

.octicon-person-add:before,
.octicon-person-follow:before,
.octicon-person:before {
    content: '\f018'
}

.octicon-pin:before {
    content: '\f041'
}

.octicon-plug:before {
    content: '\f0d4'
}

.octicon-repo-create:before,
.octicon-gist-new:before,
.octicon-file-directory-create:before,
.octicon-file-add:before,
.octicon-plus:before {
    content: '\f05d'
}

.octicon-primitive-dot:before {
    content: '\f052'
}

.octicon-primitive-square:before {
    content: '\f053'
}

.octicon-pulse:before {
    content: '\f085'
}

.octicon-question:before {
    content: '\f02c'
}

.octicon-quote:before {
    content: '\f063'
}

.octicon-radio-tower:before {
    content: '\f030'
}

.octicon-repo-delete:before,
.octicon-repo:before {
    content: '\f001'
}

.octicon-repo-clone:before {
    content: '\f04c'
}

.octicon-repo-force-push:before {
    content: '\f04a'
}

.octicon-gist-fork:before,
.octicon-repo-forked:before {
    content: '\f002'
}

.octicon-repo-pull:before {
    content: '\f006'
}

.octicon-repo-push:before {
    content: '\f005'
}

.octicon-rocket:before {
    content: '\f033'
}

.octicon-rss:before {
    content: '\f034'
}

.octicon-ruby:before {
    content: '\f047'
}

.octicon-search-save:before,
.octicon-search:before {
    content: '\f02e'
}

.octicon-server:before {
    content: '\f097'
}

.octicon-settings:before {
    content: '\f07c'
}

.octicon-shield:before {
    content: '\f0e1'
}

.octicon-log-in:before,
.octicon-sign-in:before {
    content: '\f036'
}

.octicon-log-out:before,
.octicon-sign-out:before {
    content: '\f032'
}

.octicon-smiley:before {
    content: '\f0e7'
}

.octicon-squirrel:before {
    content: '\f0b2'
}

.octicon-star-add:before,
.octicon-star-delete:before,
.octicon-star:before {
    content: '\f02a'
}

.octicon-stop:before {
    content: '\f08f'
}

.octicon-repo-sync:before,
.octicon-sync:before {
    content: '\f087'
}

.octicon-tag-remove:before,
.octicon-tag-add:before,
.octicon-tag:before {
    content: '\f015'
}

.octicon-tasklist:before {
    content: '\f0e5'
}

.octicon-telescope:before {
    content: '\f088'
}

.octicon-terminal:before {
    content: '\f0c8'
}

.octicon-text-size:before {
    content: '\f0e3'
}

.octicon-three-bars:before {
    content: '\f05e'
}

.octicon-thumbsdown:before {
    content: '\f0db'
}

.octicon-thumbsup:before {
    content: '\f0da'
}

.octicon-tools:before {
    content: '\f031'
}

.octicon-trashcan:before {
    content: '\f0d0'
}

.octicon-triangle-down:before {
    content: '\f05b'
}

.octicon-triangle-left:before {
    content: '\f044'
}

.octicon-triangle-right:before {
    content: '\f05a'
}

.octicon-triangle-up:before {
    content: '\f0aa'
}

.octicon-unfold:before {
    content: '\f039'
}

.octicon-unmute:before {
    content: '\f0ba'
}

.octicon-unverified:before {
    content: '\f0e8'
}

.octicon-verified:before {
    content: '\f0e6'
}

.octicon-versions:before {
    content: '\f064'
}

.octicon-watch:before {
    content: '\f0e0'
}

.octicon-remove-close:before,
.octicon-x:before {
    content: '\f081'
}

.octicon-zap:before {
    content: '\26A1'
}

.farSide {
    text-align: right
}

html[dir="RTL"] .farSide {
    text-align: left
}

img[src$="help.png"] {
    height: 64px;
    width: 64px
}

#dialog {
    visibility: hidden;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    position: absolute;
    border-radius: 8px;
    box-shadow: 5px 5px 5px #888;
    padding: 10px;
    font-family: sans-serif;
    font-size: initial
}

#dialogBorder {
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 6px;
    box-shadow: 5px 5px 5px #888
}

#dialogShadow {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.3
}

.dialogAnimate {
    transition-property: width height left top opacity;
    transition-duration: 0.2s;
    transition-timing-function: linear
}

.dialogHiddenContent {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

#dialogHeader {
    height: 25px;
    margin: -10px -10px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #ddd;
    cursor: move
}

#dialog button {
    min-width: 4em
}

.readonly .blocklyMainBackground {
    stroke: none
}

.icon_zoomIn {
    display: inline-block;
    vertical-align: middle;
    background: url(../media/sprites.png);
    background-position: -16px -46px;
    background-size: 48px;
    width: 16px;
    height: 16px
}

.icon_zoomOut {
    display: inline-block;
    vertical-align: middle;
    background: url(../media/sprites.png);
    background-position: -32px -46px;
    background-size: 48px;
    width: 16px;
    height: 16px
}

.icon_zoomReset {
    display: inline-block;
    vertical-align: middle;
    background: url(../media/sprites.png);
    background-position: 0px -46px;
    background-size: 48px;
    width: 16px;
    height: 16px
}

.icon_trash {
    display: inline-block;
    vertical-align: middle;
    background: url(../media/sprites.png);
    background-position: 0px -8px;
    background-size: 24px;
    width: 12px;
    height: 15px
}

.dialogTitle {
    font-weight: bold
}

.dialogToDo::before {
    content: "To Do: ";
    font-weight: bold
}

.dialogToDo ul,
.dialogToDo ol,
.dialogContent ul,
.dialogContent ol {
    padding: 0px 0px 0px 20px
}

.dialogContent p {
    margin: 0.6em 0em
}

.blockly-readOnly {
    display: inline-block
}

.blockly-readOnly .blocklyMainBackground {
    stroke: none
}

.dialog-command {
    text-decoration: underline;
    font-family: sans-serif, "Flaticon"
}

.dialog-def {
    font-weight: bold
}

#dialog .btn {
    cursor: default
}

.blocklydialogs-ok::before {
    content: "OK"
}

@font-face {
    font-family: "Flaticon";
    src: url("./fonts/Flaticon.eot");
    src: url("./fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("./fonts/Flaticon.woff") format("woff"), url("./fonts/Flaticon.ttf") format("truetype"), url("./fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("./fonts/Flaticon.svg#Flaticon") format("svg")
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px
}

.flaticon-classes:before {
    content: "\f100"
}

.flaticon-compose:before {
    content: "\f101"
}

.flaticon-logic:before {
    content: "\f102"
}

.flaticon-math:before {
    content: "\f103"
}

.flaticon-patterns:before {
    content: "\f104"
}

.flaticon-properties:before {
    content: "\f105"
}

.flaticon-query:before {
    content: "\f106"
}

.flaticon-resources:before {
    content: "\f107"
}

.flaticon-test:before {
    content: "\f108"
}

.flaticon-text:before {
    content: "\f109"
}

.flaticon-things:before {
    content: "\f10a"
}

.flaticon-variables:before {
    content: "\f10b"
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif !important;

}

h1 {
    font-weight: normal;
    font-size: 140%
}

#blocklyDiv {
    float: right;
    height: 100%;
    width: 100%
}

#collaborators {
    float: right;
    width: 30px;
    margin-left: 10px
}

#collaborators>img {
    margin-right: 5px;
    height: 30px;
    padding-bottom: 5px;
    width: 30px;
    border-radius: 3px
}

#importExport {
    font-family: monospace
}

.blocklyTreeRow .blocklyTreeIconNone {
    display: none !important
}

.blocklyTreeRow .blocklyTreeIcon {
    display: none !important
}

.blocklyToolboxDiv .main-button-container {
    margin: 2px
}

.blocklyTreeRow .blocklyTreeLabel {
    font-family: "Flaticon", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}

.blocklyText {
    font-family: 'Open Sans', sans-serif !important
}

#flash-messages {
    position: absolute;
    left: 140px;
    top: 10px
}