html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    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: .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: -.5em;
}

sub {
    bottom: -.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 silver;
    margin: 0 2px;
    padding: .35em .625em .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,.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,.075),0 0 5px rgba(81,167,232,.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: 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: .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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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: .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,.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,.15);
    }

        .btn.selected:hover {
            background-color: #cfcfcf;
        }

    .btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover {
        color: rgba(102,102,102,.5);
        cursor: default;
        background-color: rgba(229,229,229,.5);
        background-image: none;
        border-color: rgba(197,197,197,.5);
        box-shadow: none;
    }

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(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,.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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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: .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: .5em;
    margin-bottom: .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,.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,.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: .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: .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,.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,.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: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: .4s;
    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;
    -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,.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,.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%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.tooltipped-w::after {
    right: 100%;
    bottom: 50%;
    margin-right: 5px;
    -webkit-transform: translateY(50%);
    -ms-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,.8);
}

.tooltipped-e::after {
    bottom: 50%;
    left: 100%;
    margin-left: 5px;
    -webkit-transform: translateY(50%);
    -ms-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,.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%);
    -ms-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;
}

.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;
}

.markdown-body {
    font-family: "Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
}

    .markdown-body:before {
        display: table;
        content: "";
    }

    .markdown-body:after {
        display: table;
        content: "";
    }

    .markdown-body > *:first-child {
        margin-top: 0 !important;
    }

    .markdown-body > *:last-child {
        margin-bottom: 0 !important;
    }

    .markdown-body a:not([href]) {
        color: inherit;
        text-decoration: none;
    }

    .markdown-body .absent {
        color: #c00;
    }

    .markdown-body .anchor {
        display: inline-block;
        padding-right: 2px;
        margin-left: -18px;
    }

        .markdown-body .anchor:focus {
            outline: none;
        }

    .markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
        margin-top: 1em;
        margin-bottom: 16px;
        font-weight: bold;
        line-height: 1.4;
    }

        .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {
            color: #000;
            vertical-align: middle;
            visibility: hidden;
        }

        .markdown-body h1:hover .anchor, .markdown-body h2:hover .anchor, .markdown-body h3:hover .anchor, .markdown-body h4:hover .anchor, .markdown-body h5:hover .anchor, .markdown-body h6:hover .anchor {
            text-decoration: none;
        }

            .markdown-body h1:hover .anchor .octicon-link, .markdown-body h2:hover .anchor .octicon-link, .markdown-body h3:hover .anchor .octicon-link, .markdown-body h4:hover .anchor .octicon-link, .markdown-body h5:hover .anchor .octicon-link, .markdown-body h6:hover .anchor .octicon-link {
                visibility: visible;
            }

        .markdown-body h1 tt, .markdown-body h1 code, .markdown-body h2 tt, .markdown-body h2 code, .markdown-body h3 tt, .markdown-body h3 code, .markdown-body h4 tt, .markdown-body h4 code, .markdown-body h5 tt, .markdown-body h5 code, .markdown-body h6 tt, .markdown-body h6 code {
            font-size: inherit;
        }

    .markdown-body h1 {
        padding-bottom: .3em;
        font-size: 2.25em;
        line-height: 1.2;
        border-bottom: 1px solid #eee;
    }

        .markdown-body h1 .anchor {
            line-height: 1;
        }

    .markdown-body h2 {
        padding-bottom: .3em;
        font-size: 1.75em;
        line-height: 1.225;
        border-bottom: 1px solid #eee;
    }

        .markdown-body h2 .anchor {
            line-height: 1;
        }

    .markdown-body h3 {
        font-size: 1.5em;
        line-height: 1.43;
    }

        .markdown-body h3 .anchor {
            line-height: 1.2;
        }

    .markdown-body h4 {
        font-size: 1.25em;
    }

        .markdown-body h4 .anchor {
            line-height: 1.2;
        }

    .markdown-body h5 {
        font-size: 1em;
    }

        .markdown-body h5 .anchor {
            line-height: 1.1;
        }

    .markdown-body h6 {
        font-size: 1em;
        color: #777;
    }

        .markdown-body h6 .anchor {
            line-height: 1.1;
        }

    .markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre {
        margin-top: 0;
        margin-bottom: 16px;
    }

    .markdown-body hr {
        height: 4px;
        padding: 0;
        margin: 16px 0;
        background-color: #e7e7e7;
        border: 0 none;
    }

    .markdown-body ul, .markdown-body ol {
        padding-left: 2em;
    }

        .markdown-body ul.no-list, .markdown-body ol.no-list {
            padding: 0;
            list-style-type: none;
        }

        .markdown-body ul ul, .markdown-body ul ol, .markdown-body ol ol, .markdown-body ol ul {
            margin-top: 0;
            margin-bottom: 0;
        }

    .markdown-body li > p {
        margin-top: 16px;
    }

    .markdown-body dl {
        padding: 0;
    }

        .markdown-body dl dt {
            padding: 0;
            margin-top: 16px;
            font-size: 1em;
            font-style: italic;
            font-weight: bold;
        }

        .markdown-body dl dd {
            padding: 0 16px;
            margin-bottom: 16px;
        }

    .markdown-body blockquote {
        padding: 0 15px;
        color: #777;
        border-left: 4px solid #ddd;
    }

        .markdown-body blockquote > :first-child {
            margin-top: 0;
        }

        .markdown-body blockquote > :last-child {
            margin-bottom: 0;
        }

    .markdown-body table {
        display: block;
        width: 100%;
        overflow: auto;
        word-break: normal;
        word-break: keep-all;
    }

        .markdown-body table th {
            font-weight: bold;
        }

        .markdown-body table th, .markdown-body table td {
            padding: 6px 13px;
            border: 1px solid #ddd;
        }

        .markdown-body table tr {
            background-color: #fff;
            border-top: 1px solid #ccc;
        }

            .markdown-body table tr:nth-child(2n) {
                background-color: #f8f8f8;
            }

    .markdown-body img {
        max-width: 100%;
        box-sizing: content-box;
        background-color: #fff;
    }

        .markdown-body img[align=right] {
            padding-left: 20px;
        }

        .markdown-body img[align=left] {
            padding-right: 20px;
        }

    .markdown-body .emoji {
        max-width: none;
    }

    .markdown-body span.frame {
        display: block;
        overflow: hidden;
    }

        .markdown-body span.frame > span {
            display: block;
            float: left;
            width: auto;
            padding: 7px;
            margin: 13px 0 0;
            overflow: hidden;
            border: 1px solid #ddd;
        }

        .markdown-body span.frame span img {
            display: block;
            float: left;
        }

        .markdown-body span.frame span span {
            display: block;
            padding: 5px 0 0;
            clear: both;
            color: #333;
        }

    .markdown-body span.align-center {
        display: block;
        overflow: hidden;
        clear: both;
    }

        .markdown-body span.align-center > span {
            display: block;
            margin: 13px auto 0;
            overflow: hidden;
            text-align: center;
        }

        .markdown-body span.align-center span img {
            margin: 0 auto;
            text-align: center;
        }

    .markdown-body span.align-right {
        display: block;
        overflow: hidden;
        clear: both;
    }

        .markdown-body span.align-right > span {
            display: block;
            margin: 13px 0 0;
            overflow: hidden;
            text-align: right;
        }

        .markdown-body span.align-right span img {
            margin: 0;
            text-align: right;
        }

    .markdown-body span.float-left {
        display: block;
        float: left;
        margin-right: 13px;
        overflow: hidden;
    }

        .markdown-body span.float-left span {
            margin: 13px 0 0;
        }

    .markdown-body span.float-right {
        display: block;
        float: right;
        margin-left: 13px;
        overflow: hidden;
    }

        .markdown-body span.float-right > span {
            display: block;
            margin: 13px auto 0;
            overflow: hidden;
            text-align: right;
        }

    .markdown-body code, .markdown-body tt {
        padding: 0;
        padding-top: .2em;
        padding-bottom: .2em;
        margin: 0;
        font-size: 85%;
        background-color: rgba(0,0,0,.04);
        border-radius: 3px;
    }

        .markdown-body code:before, .markdown-body code:after, .markdown-body tt:before, .markdown-body tt:after {
            letter-spacing: -.2em;
            content: " ";
        }

        .markdown-body code br, .markdown-body tt br {
            display: none;
        }

    .markdown-body del code {
        text-decoration: inherit;
    }

    .markdown-body pre > code {
        padding: 0;
        margin: 0;
        font-size: 100%;
        word-break: normal;
        white-space: pre;
        background: transparent;
        border: 0;
    }

    .markdown-body .highlight {
        margin-bottom: 16px;
    }

        .markdown-body .highlight pre, .markdown-body pre {
            padding: 16px;
            overflow: auto;
            font-size: 85%;
            line-height: 1.45;
            background-color: #f7f7f7;
            border-radius: 3px;
        }

        .markdown-body .highlight pre {
            margin-bottom: 0;
            word-break: normal;
        }

    .markdown-body pre {
        word-wrap: normal;
    }

        .markdown-body pre code, .markdown-body pre tt {
            display: inline;
            max-width: initial;
            padding: 0;
            margin: 0;
            overflow: initial;
            line-height: inherit;
            word-wrap: normal;
            background-color: transparent;
            border: 0;
        }

            .markdown-body pre code:before, .markdown-body pre code:after, .markdown-body pre tt:before, .markdown-body pre tt:after {
                content: normal;
            }

    .markdown-body kbd {
        display: inline-block;
        padding: 3px 5px;
        font-size: 11px;
        line-height: 10px;
        color: #555;
        vertical-align: middle;
        background-color: #fcfcfc;
        border: solid 1px #ccc;
        border-bottom-color: #bbb;
        border-radius: 3px;
        box-shadow: inset 0 -1px 0 #bbb;
    }

body {
    color: #707070;
    padding-top: 45px;
}

h1, h2, h3, h4, h5, h6, th {
    color: #444;
}

h4 {
    font-size: 18px;
}

li {
    margin-left: 15px;
    margin-bottom: 3px;
}

.vt {
    vertical-align: top;
}

.fr {
    float: right;
}

.link-red {
    color: #8f3831;
}

.error-red {
    color: red;
}

.bold {
    font-weight: bold;
}

@media(min-width:980px) {
    .mobile-only {
        display: none !important;
    }
}

.markdown-body {
    font-size: 14px;
}

@media(max-width:980px) {
    .desktop-only {
        display: none !important;
    }

    .container {
        width: 100%;
    }

    .pad {
        padding: 7px;
    }
}

input[type=text], input[type=password], select, textarea {
    min-height: 34px;
    padding: 7px 8px;
    font-size: 13px;
    color: #444;
    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,.075);
}

form dl.form:first-child {
    margin-top: 0;
}

.table-list-header {
    margin-top: 20px;
    margin-bottom: -1px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    height: 48px;
}

    .table-list-header .btn-link {
        position: relative;
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 11px;
        font-weight: normal;
    }

.table-list-header-toggle {
    padding-top: 15px;
    font-weight: bold;
}

    .table-list-header-toggle .octicon {
        margin-right: 5px;
    }

    .table-list-header-toggle a {
        color: #707070;
        font-weight: normal;
    }

        .table-list-header-toggle a:hover {
            color: #404040;
            text-decoration: none;
        }

.table-list-filters:first-child .table-list-header-toggle:first-child {
    padding-left: 15px;
}

.table-list-header-toggle .btn-link.selected, .table-list-header-toggle .btn-link.selected:hover {
    color: #222;
}

.table-list-header-toggle .btn-link:hover {
    color: #222;
    text-decoration: none;
}

.table-list-header-toggle .btn-link + .btn-link {
    margin-left: 10px;
}

.table-list-header-toggle .btn-link {
    color: #767676;
}

.table-list-header-toggle .select-menu-button {
    padding-right: 15px;
    padding-left: 15px;
}

.table-list {
    display: table;
    width: 100%;
    color: #999;
    table-layout: fixed;
    border-bottom: 1px solid #ddd;
}

.table-list-item {
    position: relative;
    display: table-row;
    list-style: none;
}

.table-list-bordered .table-list-cell:first-child {
    border-left: 1px solid #ddd;
}

.table-list-bordered .table-list-cell:last-child {
    border-right: 1px solid #ddd;
}

.table-list-cell {
    position: relative;
    display: table-cell;
    padding: 8px 10px;
    font-size: 12px;
    vertical-align: top;
    border-top: 1px solid #eee;
}

.table-list-cell-type {
    width: 20px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    vertical-align: middle;
}

    .table-list-cell-type:first-child {
        padding-left: 10px;
    }

    .table-list-cell-type > a {
        display: inline-block;
    }

.table-list-cell-status {
    width: 210px;
    text-align: right;
    vertical-align: middle;
}

    .table-list-cell-status .state {
        margin-left: 8px;
    }

.table-list-cell-participants {
    width: 210px;
    text-align: right;
    vertical-align: middle;
}

    .table-list-cell-participants .gravatar-profile-large {
        height: 27px;
    }

.table-list-cell-type .octicon {
    margin-top: 4px;
}

.table-list-cell-megaicon {
    width: 52px;
}

.table-list-cell-priority {
    width: 7px;
    padding: 0;
}

.table-list-cell-gravatar {
    width: 42px;
    padding-right: 10px;
}

.table {
    border: 1px solid #eee;
    width: 100%;
}

    .table tr {
        border-bottom: 1px solid #eee;
    }

        .table tr td {
            padding: 4px 5px 4px 5px;
        }

            .table tr td:first-child {
                padding-left: 8px;
            }

            .table tr td:last-child {
                padding-right: 8px;
            }

.card {
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 482px;
    margin-bottom: 15px;
}

@media(max-width:980px) {
    .card {
        width: 100%;
    }
}

.card:nth-child(odd) {
    margin-right: 16px;
}

.card-fixed-size .card-body {
    height: 130px;
}

.card-header {
    border-bottom: 1px solid #ddd;
    padding: 9px 10px;
    background-color: #fafafa;
    font-weight: bold;
    font-size: 14px;
}

.card-body {
    padding: 15px;
}

    .card-body h2 {
        margin-top: 0;
    }

    .card-body a {
        color: #707070;
    }

.card-footer {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    background-color: #fafafa;
    height: 56px;
    vertical-align: middle;
    line-height: 32px;
}

.card-body a.link-soft-gray {
    color: #d3d3d3;
}

    .card-body a.link-soft-gray:hover {
        color: #707070;
    }

.card-body-175 {
    min-height: 175px;
}

.card-body-warning {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

.inline-gravatar-img {
    margin-top: -1px;
}

.inline-gravatar {
    color: #707070;
    font-weight: bold;
    margin-left: 5px;
    line-height: 20px;
}

.gravatar-profile-large {
    display: inline-block;
    height: 32px;
}

.page-header {
    height: 57px;
    background-color: #fafafa;
    padding-top: 18px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}

@media(max-width:980px) {
    .page-header {
        height: 45px;
        padding: 0;
        margin-bottom: 0;
        padding-right: 5px;
    }
}

.page-header-text {
    font-size: 20px;
    margin-bottom: 15px;
}

    .page-header-text a {
        color: #707070;
    }

.selected-tab-header {
    font-size: 20px;
    margin-left: 10px;
    margin-top: 8px;
}

.page-header a.btn {
    margin-top: 5px;
}

.header {
    background-color: #428bca;
    border-bottom: 1px solid #3275ae;
    height: 45px;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    color: #fff;
    vertical-align: middle;
}

    .header .container {
        height: 45px;
    }

.navbar-brand {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    height: 45px;
    overflow: hidden;
    -ms-word-break: break-all;
    word-break: break-all;
    line-height: 45px;
}

    .navbar-brand .octicon {
        margin-right: 3px;
        font-size: 24px;
        vertical-align: baseline;
    }

.hamburger-menu .octicon {
    margin-right: 3px;
    font-size: 24px;
    vertical-align: baseline;
}

.header-account-name {
    font-weight: bold;
    margin-left: 5px;
}

.header a {
    color: #fff;
    font-weight: bold;
    padding: 11px 2px;
    height: 40px;
}

    .header a:hover, .header a:focus {
        background-color: #3275ae;
        text-decoration: none;
    }

.navbar-brand a:hover, .navbar-brand a:focus, .login-menu a:hover, .login-menu a:focus {
    text-decoration: underline;
    background-color: transparent;
}

.login-menu a {
    height: 45px;
    line-height: 45px;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.header button {
    cursor: pointer;
    padding: 10px;
    border: none;
    background-color: transparent;
}

    .header button:hover, .header button:focus {
        background-color: #3275ae;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

    .dropdown .octicon-chevron-down {
        margin-left: 5px;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fafafa;
    min-width: 240px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    list-style: none;
}

    .dropdown-content li {
        margin-left: 0;
        margin-bottom: 0;
        vertical-align: middle;
        line-height: 24px;
    }

        .dropdown-content li .octicon {
            margin-right: 8px;
            font-size: 18px;
        }

    .dropdown-content a, .dropdown-content a:hover, .dropdown-content a:focus {
        color: #707070;
        padding: 8px 14px;
        display: block;
        font-size: 14px;
        font-weight: normal;
    }

        .dropdown-content a:hover {
            background-color: #3275ae;
            color: #fff;
        }

.list-separator {
    height: 1px;
    border-bottom: solid 1px #ddd;
}

.show {
    display: block;
}

.read-only {
    background-color: #ffb74d;
    color: #fff;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
}

a.tabnav-tab span.octicon {
    margin-right: 3px;
}

.tabnav-tab {
    border-top-width: 3px;
}

    .tabnav-tab.selected {
        border-top-color: #428bca;
    }

.state {
    font-size: 12px;
}

    .state:hover {
        text-decoration: none;
    }

.label-blue {
    background: #599cc7;
}

.label-gray {
    background: #5d5d5d;
}

.label-green {
    background: #6cc644;
}

.label-red {
    background: #964747;
}

.label-dark-red {
    background: #8f3831;
}

.label-black {
    background: #4d4d4d;
}

.label-cyan {
    background: #60a8ab;
}

.label-purple {
    background: #9086bd;
}

.priority-low, .priority-low:hover {
    background-color: #ffe0b2;
    color: #000;
}

.priority-medium, .priority-medium:hover {
    background-color: #ffb74d;
    color: #fff;
}

.priority-high, .priority-high:hover {
    background-color: #fb8c00;
    color: #fff;
}

.priority-critical, .priority-critical:hover {
    background-color: #e65100;
    color: #fff;
}

.commits-listing {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

    .commits-listing:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 14px;
        z-index: -1;
        display: block;
        width: 2px;
        content: "";
        background-color: #f3f3f3;
    }

    .commits-listing .discussion-item-icon {
        margin-right: 5px;
        margin-left: -1px;
    }

    .commits-listing .timeline-commits {
        padding-left: 8px;
        margin-bottom: 20px;
    }

        .commits-listing .timeline-commits:last-child {
            margin-bottom: 0;
        }

.commits-listing-padded {
    padding-left: 39px;
}

.commit-group {
    margin-top: 10px;
    list-style-type: none;
}

.commit-group-title {
    margin-top: 16px;
    margin-left: -31px;
    color: #777;
}

    .commit-group-title .octicon-git-commit {
        margin-right: 17px;
        color: #ccc;
        background: #fff;
    }

.commit .commit-title, .commit .commit-title a {
    color: #78808a;
}

    .commit .commit-title.blank, .commit .commit-title.blank a {
        color: #9cabb1;
    }

    .commit .commit-title .issue-link {
        font-weight: 600;
        color: #4183c4;
    }

.commits-list-item .commit-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.commits-list-item .commit-meta {
    margin-top: 1px;
    font-weight: normal;
    color: #999;
}

.commits-list-item .deployment-indicator {
    color: #bbb;
}

.commits-list-item .status .octicon {
    height: 14px;
    line-height: 14px;
}

.commits-list-item .commit-author {
    color: #777;
}

.commits-list-item .octicon-arrow-right {
    margin: 0 3px;
}

.commits-list-item .button-outline {
    padding: 5px 8px;
    margin-top: 4px;
}

.commits-list-item .octicon-clippy, .commits-list-item .octicon-code {
    display: block;
}

.commits-list-item .commit-desc pre {
    padding-left: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #596063;
    border-left: 1px solid #e5e5e5;
}

    .commits-list-item .commit-desc pre a {
        word-break: break-word;
    }

.commit-avatar-cell {
    width: 47px;
}

    .commit-avatar-cell.build-table-list-cell {
        padding-right: 0;
    }

.commit-desc {
    display: none;
}

    .commit-desc pre {
        max-width: 700px;
        margin: 10px 0;
        font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
        font-size: 13px;
        line-height: 1.45;
        color: #596063;
        white-space: pre-wrap;
    }

body.backgrounded {
    background: url(../images/bg.png) repeat;
}

.pull-right {
    float: right !important;
}

.jumbotron {
    margin-top: 30px !important;
}

.box {
    -webkit-box-shadow: 0 2px 2px -2px #ccc;
    -moz-box-shadow: 0 2px 2px -2px #ccc;
    box-shadow: 0 2px 2px -2px #ccc;
    background: #fbfbfb;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.pull-left {
    float: left;
}

.box .box-header, .box .box-footer {
    *zoom: 1;
    background: #eaeaea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#fdfdfd),color-stop(100%,#eaeaea));
    background-image: -webkit-linear-gradient(top,#fdfdfd,#eaeaea);
    background-image: -moz-linear-gradient(top,#fdfdfd,#eaeaea);
    background-image: -o-linear-gradient(top,#fdfdfd,#eaeaea);
    background-image: linear-gradient(top,#fdfdfd,#eaeaea);
    text-shadow: 0 1px white;
    border-bottom: 1px solid #cdcdcd;
    color: #636363;
    font-weight: 600;
}

.box .box-header {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

    .box .box-header .title, .box .box-footer .title {
        display: block;
        padding: 10px;
        font-size: 12px;
        font-weight: 600;
    }

    .box .box-header::before, .box .box-header::after, .box .box-footer::before, .box .box-footer::after {
        display: table;
        content: "";
        line-height: 0;
    }

.panel-body {
    padding: 15px;
}

.feature-list a {
    color: #78808a;
    text-decoration: none;
}

    .feature-list a:hover {
        color: #5a6573;
        text-decoration: none;
    }

.card-body .octicon-star {
    font-size: 24px;
    color: #d3d3d3;
    margin-right: 2px;
}

    .card-body .octicon-star:hover {
        color: #78808a;
    }

.card-body .followed .octicon-star {
    color: #f7d74a;
}

.page-header .octicon-star {
    font-size: 24px;
    color: #d3d3d3;
    margin-right: 4px;
}

    .page-header .octicon-star:hover {
        color: #78808a;
    }

.page-header .followed .octicon-star {
    color: #f7d74a;
}
