﻿div.bootstrap {
    /* string - green */
    /* keyword - dark pink */
    /* comment - gray */
    /* type - light blue */
    /* literal - blue */
    /* punctuation - white */
    /* plaintext - white */
    /* html/xml tag - light blue */
    /* html/xml attribute name - khaki */
    /* html/xml attribute value - green */
    /* decimal - blue */
    /* Specify class=linenums on a pre to get line numbering */
    /* IE indents via margin-left */
    /* Alternate shading for lines */
    /* ------------------------------------------------------------------------------------------ * Content * ------------------------------------------------------------------------------------------ */
    @import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
    /* ------------------------------------------------------------------------------------------ * apidoc - intro * ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ * pre / code * ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ * Sidenav * ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ * Tabs * ------------------------------------------------------------------------------------------ */
    /* ------------------------------------------------------------------------------------------ * Print * ------------------------------------------------------------------------------------------ */
}

    div.bootstrap .clearfix {
        *zoom: 1;
    }

        div.bootstrap .clearfix:before {
            display: table;
            line-height: 0;
            content: "";
        }

        div.bootstrap .clearfix:after {
            display: table;
            line-height: 0;
            content: "";
            clear: both;
        }

    div.bootstrap .hide-text {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

    div.bootstrap .input-block-level {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.bootstrap article, div.bootstrap aside, div.bootstrap details, div.bootstrap figcaption, div.bootstrap figure, div.bootstrap footer, div.bootstrap header, div.bootstrap hgroup, div.bootstrap nav, div.bootstrap section {
        display: block;
    }

    div.bootstrap audio, div.bootstrap canvas, div.bootstrap video {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

        div.bootstrap audio:not([controls]) {
            display: none;
        }

    div.bootstrap html {
        font-size: 100%;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    div.bootstrap a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    div.bootstrap a:hover, div.bootstrap a:active {
        outline: 0;
    }

    div.bootstrap sub {
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline;
    }

    div.bootstrap sup {
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline;
        top: -0.5em;
    }

    div.bootstrap sub {
        bottom: -0.25em;
    }

    div.bootstrap img {
        width: auto\9;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;
    }

    div.bootstrap #map_canvas img, div.bootstrap .google-maps img {
        max-width: none;
    }

    div.bootstrap button, div.bootstrap input, div.bootstrap select, div.bootstrap textarea {
        margin: 0;
        font-size: 100%;
        vertical-align: middle;
    }

    div.bootstrap button, div.bootstrap input {
        *overflow: visible;
        line-height: normal;
    }

        div.bootstrap button::-moz-focus-inner, div.bootstrap input::-moz-focus-inner {
            padding: 0;
            border: 0;
        }

    div.bootstrap button, div.bootstrap html input[type="button"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    div.bootstrap input[type="reset"], div.bootstrap input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    div.bootstrap label, div.bootstrap select, div.bootstrap button {
        cursor: pointer;
    }

    div.bootstrap input[type="button"], div.bootstrap input[type="reset"], div.bootstrap input[type="submit"], div.bootstrap input[type="radio"], div.bootstrap input[type="checkbox"] {
        cursor: pointer;
    }

    div.bootstrap input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        div.bootstrap input[type="search"]::-webkit-search-decoration, div.bootstrap input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    div.bootstrap textarea {
        overflow: auto;
        vertical-align: top;
    }

@media print {
    div.bootstrap * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    div.bootstrap a {
        text-decoration: underline;
    }

        div.bootstrap a:visited {
            text-decoration: underline;
        }

        div.bootstrap a[href]:after {
            content: " (" attr(href) ")";
        }

    div.bootstrap abbr[title]:after {
        content: " (" attr(title) ")";
    }

    div.bootstrap .ir a:after {
        content: "";
    }

    div.bootstrap a[href^="javascript:"]:after, div.bootstrap a[href^="#"]:after {
        content: "";
    }

    div.bootstrap pre, div.bootstrap blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    div.bootstrap thead {
        display: table-header-group;
    }

    div.bootstrap tr {
        page-break-inside: avoid;
    }

    div.bootstrap img {
        page-break-inside: avoid;
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    div.bootstrap p, div.bootstrap h2, div.bootstrap h3 {
        orphans: 3;
        widows: 3;
    }

    div.bootstrap h2, div.bootstrap h3 {
        page-break-after: avoid;
    }
}

div.bootstrap body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}

div.bootstrap a {
    color: #08c;
    text-decoration: none;
}

    div.bootstrap a:hover, div.bootstrap a:focus {
        color: #005580;
        text-decoration: underline;
    }

div.bootstrap .img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

div.bootstrap .img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

div.bootstrap .img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

div.bootstrap .row {
    margin-left: -20px;
    *zoom: 1;
}

    div.bootstrap .row:before {
        display: table;
        line-height: 0;
        content: "";
    }

    div.bootstrap .row:after {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }

div.bootstrap [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

div.bootstrap .container, div.bootstrap .navbar-static-top .container, div.bootstrap .navbar-fixed-top .container, div.bootstrap .navbar-fixed-bottom .container, div.bootstrap .span12 {
    width: 940px;
}

div.bootstrap .span11 {
    width: 860px;
}

div.bootstrap .span10 {
    width: 780px;
}

div.bootstrap .span9 {
    width: 700px;
}

div.bootstrap .span8 {
    width: 620px;
}

div.bootstrap .span7 {
    width: 540px;
}

div.bootstrap .span6 {
    width: 460px;
}

div.bootstrap .span5 {
    width: 380px;
}

div.bootstrap .span4 {
    width: 300px;
}

div.bootstrap .span3 {
    width: 220px;
}

div.bootstrap .span2 {
    width: 140px;
}

div.bootstrap .span1 {
    width: 60px;
}

div.bootstrap .offset12 {
    margin-left: 980px;
}

div.bootstrap .offset11 {
    margin-left: 900px;
}

div.bootstrap .offset10 {
    margin-left: 820px;
}

div.bootstrap .offset9 {
    margin-left: 740px;
}

div.bootstrap .offset8 {
    margin-left: 660px;
}

div.bootstrap .offset7 {
    margin-left: 580px;
}

div.bootstrap .offset6 {
    margin-left: 500px;
}

div.bootstrap .offset5 {
    margin-left: 420px;
}

div.bootstrap .offset4 {
    margin-left: 340px;
}

div.bootstrap .offset3 {
    margin-left: 260px;
}

div.bootstrap .offset2 {
    margin-left: 180px;
}

div.bootstrap .offset1 {
    margin-left: 100px;
}

div.bootstrap .row-fluid {
    width: 100%;
    *zoom: 1;
}

    div.bootstrap .row-fluid:before {
        display: table;
        line-height: 0;
        content: "";
    }

    div.bootstrap .row-fluid:after {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }

    div.bootstrap .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.1276595745%;
        *margin-left: 2.0744680851%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        div.bootstrap .row-fluid [class*="span"]:first-child {
            margin-left: 0;
        }

    div.bootstrap .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.1276595745%;
    }

    div.bootstrap .row-fluid .span12 {
        width: 100%;
        *width: 99.9468085106%;
    }

    div.bootstrap .row-fluid .span11 {
        width: 91.4893617021%;
        *width: 91.4361702128%;
    }

    div.bootstrap .row-fluid .span10 {
        width: 82.9787234043%;
        *width: 82.9255319149%;
    }

    div.bootstrap .row-fluid .span9 {
        width: 74.4680851064%;
        *width: 74.414893617%;
    }

    div.bootstrap .row-fluid .span8 {
        width: 65.9574468085%;
        *width: 65.9042553191%;
    }

    div.bootstrap .row-fluid .span7 {
        width: 57.4468085106%;
        *width: 57.3936170213%;
    }

    div.bootstrap .row-fluid .span6 {
        width: 48.9361702128%;
        *width: 48.8829787234%;
    }

    div.bootstrap .row-fluid .span5 {
        width: 40.4255319149%;
        *width: 40.3723404255%;
    }

    div.bootstrap .row-fluid .span4 {
        width: 31.914893617%;
        *width: 31.8617021277%;
    }

    div.bootstrap .row-fluid .span3 {
        width: 23.4042553191%;
        *width: 23.3510638298%;
    }

    div.bootstrap .row-fluid .span2 {
        width: 14.8936170213%;
        *width: 14.8404255319%;
    }

    div.bootstrap .row-fluid .span1 {
        width: 6.3829787234%;
        *width: 6.329787234%;
    }

    div.bootstrap .row-fluid .offset12 {
        margin-left: 104.2553191489%;
        *margin-left: 104.1489361702%;
    }

        div.bootstrap .row-fluid .offset12:first-child {
            margin-left: 102.1276595745%;
            *margin-left: 102.0212765957%;
        }

    div.bootstrap .row-fluid .offset11 {
        margin-left: 95.7446808511%;
        *margin-left: 95.6382978723%;
    }

        div.bootstrap .row-fluid .offset11:first-child {
            margin-left: 93.6170212766%;
            *margin-left: 93.5106382979%;
        }

    div.bootstrap .row-fluid .offset10 {
        margin-left: 87.2340425532%;
        *margin-left: 87.1276595745%;
    }

        div.bootstrap .row-fluid .offset10:first-child {
            margin-left: 85.1063829787%;
            *margin-left: 85%;
        }

    div.bootstrap .row-fluid .offset9 {
        margin-left: 78.7234042553%;
        *margin-left: 78.6170212766%;
    }

        div.bootstrap .row-fluid .offset9:first-child {
            margin-left: 76.5957446809%;
            *margin-left: 76.4893617021%;
        }

    div.bootstrap .row-fluid .offset8 {
        margin-left: 70.2127659574%;
        *margin-left: 70.1063829787%;
    }

        div.bootstrap .row-fluid .offset8:first-child {
            margin-left: 68.085106383%;
            *margin-left: 67.9787234043%;
        }

    div.bootstrap .row-fluid .offset7 {
        margin-left: 61.7021276596%;
        *margin-left: 61.5957446809%;
    }

        div.bootstrap .row-fluid .offset7:first-child {
            margin-left: 59.5744680851%;
            *margin-left: 59.4680851064%;
        }

    div.bootstrap .row-fluid .offset6 {
        margin-left: 53.1914893617%;
        *margin-left: 53.085106383%;
    }

        div.bootstrap .row-fluid .offset6:first-child {
            margin-left: 51.0638297872%;
            *margin-left: 50.9574468085%;
        }

    div.bootstrap .row-fluid .offset5 {
        margin-left: 44.6808510638%;
        *margin-left: 44.5744680851%;
    }

        div.bootstrap .row-fluid .offset5:first-child {
            margin-left: 42.5531914894%;
            *margin-left: 42.4468085106%;
        }

    div.bootstrap .row-fluid .offset4 {
        margin-left: 36.170212766%;
        *margin-left: 36.0638297872%;
    }

        div.bootstrap .row-fluid .offset4:first-child {
            margin-left: 34.0425531915%;
            *margin-left: 33.9361702128%;
        }

    div.bootstrap .row-fluid .offset3 {
        margin-left: 27.6595744681%;
        *margin-left: 27.5531914894%;
    }

        div.bootstrap .row-fluid .offset3:first-child {
            margin-left: 25.5319148936%;
            *margin-left: 25.4255319149%;
        }

    div.bootstrap .row-fluid .offset2 {
        margin-left: 19.1489361702%;
        *margin-left: 19.0425531915%;
    }

        div.bootstrap .row-fluid .offset2:first-child {
            margin-left: 17.0212765957%;
            *margin-left: 16.914893617%;
        }

    div.bootstrap .row-fluid .offset1 {
        margin-left: 10.6382978723%;
        *margin-left: 10.5319148936%;
    }

        div.bootstrap .row-fluid .offset1:first-child {
            margin-left: 8.5106382979%;
            *margin-left: 8.4042553191%;
        }

    div.bootstrap [class*="span"].hide, div.bootstrap .row-fluid [class*="span"].hide {
        display: none;
    }

    div.bootstrap [class*="span"].pull-right, div.bootstrap .row-fluid [class*="span"].pull-right {
        float: right;
    }

div.bootstrap .container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

    div.bootstrap .container:before {
        display: table;
        line-height: 0;
        content: "";
    }

    div.bootstrap .container:after {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }

div.bootstrap .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

    div.bootstrap .container-fluid:before {
        display: table;
        line-height: 0;
        content: "";
    }

    div.bootstrap .container-fluid:after {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }

div.bootstrap p {
    margin: 0 0 10px;
}

div.bootstrap .lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
}

div.bootstrap small {
    font-size: 85%;
}

div.bootstrap strong {
    font-weight: bold;
}

div.bootstrap em {
    font-style: italic;
}

div.bootstrap cite {
    font-style: normal;
}

div.bootstrap .muted {
    color: #999;
}

div.bootstrap a.muted:hover, div.bootstrap a.muted:focus {
    color: #808080;
}

div.bootstrap .text-warning {
    color: #c09853;
}

div.bootstrap a.text-warning:hover, div.bootstrap a.text-warning:focus {
    color: #a47e3c;
}

div.bootstrap .text-error {
    color: #b94a48;
}

div.bootstrap a.text-error:hover, div.bootstrap a.text-error:focus {
    color: #953b39;
}

div.bootstrap .text-info {
    color: #3a87ad;
}

div.bootstrap a.text-info:hover, div.bootstrap a.text-info:focus {
    color: #2d6987;
}

div.bootstrap .text-success {
    color: #468847;
}

div.bootstrap a.text-success:hover, div.bootstrap a.text-success:focus {
    color: #356635;
}

div.bootstrap .text-left {
    text-align: left;
}

div.bootstrap .text-right {
    text-align: right;
}

div.bootstrap .text-center {
    text-align: center;
}

div.bootstrap h1, div.bootstrap h2, div.bootstrap h3, div.bootstrap h4, div.bootstrap h5, div.bootstrap h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

    div.bootstrap h1 small, div.bootstrap h2 small, div.bootstrap h3 small, div.bootstrap h4 small, div.bootstrap h5 small, div.bootstrap h6 small {
        font-weight: normal;
        line-height: 1;
        color: #999;
    }

div.bootstrap h1, div.bootstrap h2, div.bootstrap h3 {
    line-height: 40px;
}

div.bootstrap h1 {
    font-size: 38.5px;
}

div.bootstrap h2 {
    font-size: 31.5px;
}

div.bootstrap h3 {
    font-size: 24.5px;
}

div.bootstrap h4 {
    font-size: 17.5px;
}

div.bootstrap h5 {
    font-size: 14px;
}

div.bootstrap h6 {
    font-size: 11.9px;
}

div.bootstrap h1 small {
    font-size: 24.5px;
}

div.bootstrap h2 small {
    font-size: 17.5px;
}

div.bootstrap h3 small, div.bootstrap h4 small {
    font-size: 14px;
}

div.bootstrap .page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee;
}

div.bootstrap ul, div.bootstrap ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

    div.bootstrap ul ul, div.bootstrap ul ol {
        margin-bottom: 0;
    }

    div.bootstrap ol ol, div.bootstrap ol ul {
        margin-bottom: 0;
    }

div.bootstrap li {
    line-height: 20px;
}

div.bootstrap ul.unstyled, div.bootstrap ol.unstyled, div.bootstrap ul.inline, div.bootstrap ol.inline {
    margin-left: 0;
    list-style: none;
}

    div.bootstrap ul.inline > li, div.bootstrap ol.inline > li {
        display: inline-block;
        *display: inline;
        padding-right: 5px;
        padding-left: 5px;
        *zoom: 1;
    }

div.bootstrap dl {
    margin-bottom: 20px;
}

div.bootstrap dt, div.bootstrap dd {
    line-height: 20px;
}

div.bootstrap dt {
    font-weight: bold;
}

div.bootstrap dd {
    margin-left: 10px;
}

div.bootstrap .dl-horizontal {
    *zoom: 1;
}

    div.bootstrap .dl-horizontal:before {
        display: table;
        line-height: 0;
        content: "";
    }

    div.bootstrap .dl-horizontal:after {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }

    div.bootstrap .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    div.bootstrap .dl-horizontal dd {
        margin-left: 180px;
    }

div.bootstrap hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

div.bootstrap abbr[title], div.bootstrap abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

div.bootstrap abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

div.bootstrap blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

    div.bootstrap blockquote p {
        margin-bottom: 0;
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
    }

    div.bootstrap blockquote small {
        display: block;
        line-height: 20px;
        color: #999;
    }

        div.bootstrap blockquote small:before {
            content: "— ";
        }

    div.bootstrap blockquote.pull-right {
        float: right;
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        div.bootstrap blockquote.pull-right p {
            text-align: right;
        }

        div.bootstrap blockquote.pull-right small {
            text-align: right;
        }

            div.bootstrap blockquote.pull-right small:before {
                content: "";
            }

            div.bootstrap blockquote.pull-right small:after {
                content: " —";
            }

div.bootstrap q:before, div.bootstrap q:after {
    content: "";
}

div.bootstrap blockquote:before, div.bootstrap blockquote:after {
    content: "";
}

div.bootstrap address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}

div.bootstrap code, div.bootstrap pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.bootstrap code {
    padding: 2px 4px;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

div.bootstrap pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    div.bootstrap pre.prettyprint {
        margin-bottom: 20px;
    }

    div.bootstrap pre code {
        padding: 0;
        color: inherit;
        white-space: pre;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0;
    }

div.bootstrap .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

div.bootstrap form {
    margin: 0 0 20px;
}

div.bootstrap fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

div.bootstrap legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

    div.bootstrap legend small {
        font-size: 15px;
        color: #999;
    }

div.bootstrap label, div.bootstrap input, div.bootstrap button, div.bootstrap select, div.bootstrap textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

div.bootstrap input, div.bootstrap button, div.bootstrap select, div.bootstrap textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.bootstrap label {
    display: block;
    margin-bottom: 5px;
}

div.bootstrap select, div.bootstrap textarea {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.bootstrap input[type="text"], div.bootstrap input[type="password"], div.bootstrap input[type="datetime"], div.bootstrap input[type="datetime-local"], div.bootstrap input[type="date"], div.bootstrap input[type="month"], div.bootstrap input[type="time"], div.bootstrap input[type="week"], div.bootstrap input[type="number"], div.bootstrap input[type="email"], div.bootstrap input[type="url"], div.bootstrap input[type="search"], div.bootstrap input[type="tel"], div.bootstrap input[type="color"] {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.bootstrap .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.bootstrap input, div.bootstrap textarea, div.bootstrap .uneditable-input {
    width: 206px;
}

div.bootstrap textarea {
    height: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

div.bootstrap input[type="text"], div.bootstrap input[type="password"], div.bootstrap input[type="datetime"], div.bootstrap input[type="datetime-local"], div.bootstrap input[type="date"], div.bootstrap input[type="month"], div.bootstrap input[type="time"], div.bootstrap input[type="week"], div.bootstrap input[type="number"], div.bootstrap input[type="email"], div.bootstrap input[type="url"], div.bootstrap input[type="search"], div.bootstrap input[type="tel"], div.bootstrap input[type="color"] {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

div.bootstrap .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

div.bootstrap textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

div.bootstrap input[type="text"]:focus, div.bootstrap input[type="password"]:focus, div.bootstrap input[type="datetime"]:focus, div.bootstrap input[type="datetime-local"]:focus, div.bootstrap input[type="date"]:focus, div.bootstrap input[type="month"]:focus, div.bootstrap input[type="time"]:focus, div.bootstrap input[type="week"]:focus, div.bootstrap input[type="number"]:focus, div.bootstrap input[type="email"]:focus, div.bootstrap input[type="url"]:focus, div.bootstrap input[type="search"]:focus, div.bootstrap input[type="tel"]:focus, div.bootstrap input[type="color"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

div.bootstrap .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

div.bootstrap input[type="radio"], div.bootstrap input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
}

div.bootstrap input[type="file"], div.bootstrap input[type="image"], div.bootstrap input[type="submit"], div.bootstrap input[type="reset"], div.bootstrap input[type="button"], div.bootstrap input[type="radio"], div.bootstrap input[type="checkbox"] {
    width: auto;
}

div.bootstrap select, div.bootstrap input[type="file"] {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px;
}

div.bootstrap select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
}

    div.bootstrap select[multiple], div.bootstrap select[size] {
        height: auto;
    }

    div.bootstrap select:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

div.bootstrap input[type="file"]:focus, div.bootstrap input[type="radio"]:focus, div.bootstrap input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

div.bootstrap .uneditable-input, div.bootstrap .uneditable-textarea {
    color: #999;
    cursor: not-allowed;
    background-color: #fcfcfc;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

div.bootstrap .uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

div.bootstrap .uneditable-textarea {
    width: auto;
    height: auto;
}

div.bootstrap input:-moz-placeholder, div.bootstrap textarea:-moz-placeholder, div.bootstrap input:-ms-input-placeholder, div.bootstrap textarea:-ms-input-placeholder, div.bootstrap input::-webkit-input-placeholder, div.bootstrap textarea::-webkit-input-placeholder {
    color: #999;
}

div.bootstrap .radio, div.bootstrap .checkbox {
    min-height: 20px;
    padding-left: 20px;
}

    div.bootstrap .radio input[type="radio"], div.bootstrap .checkbox input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

div.bootstrap .controls > .radio:first-child, div.bootstrap .controls > .checkbox:first-child {
    padding-top: 5px;
}

div.bootstrap .radio.inline, div.bootstrap .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

    div.bootstrap .radio.inline + .radio.inline, div.bootstrap .checkbox.inline + .checkbox.inline {
        margin-left: 10px;
    }

div.bootstrap .input-mini {
    width: 60px;
}

div.bootstrap .input-small {
    width: 90px;
}

div.bootstrap .input-medium {
    width: 150px;
}

div.bootstrap .input-large {
    width: 210px;
}

div.bootstrap .input-xlarge {
    width: 270px;
}

div.bootstrap .input-xxlarge {
    width: 530px;
}

div.bootstrap input[class*="span"], div.bootstrap select[class*="span"], div.bootstrap textarea[class*="span"], div.bootstrap .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

div.bootstrap .row-fluid input[class*="span"], div.bootstrap .row-fluid select[class*="span"], div.bootstrap .row-fluid textarea[class*="span"], div.bootstrap .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

div.bootstrap .input-append input[class*="span"], div.bootstrap .input-append .uneditable-input[class*="span"] {
    display: inline-block;
}

div.bootstrap .input-prepend input[class*="span"], div.bootstrap .input-prepend .uneditable-input[class*="span"] {
    display: inline-block;
}

div.bootstrap .row-fluid input[class*="span"], div.bootstrap .row-fluid select[class*="span"], div.bootstrap .row-fluid textarea[class*="span"], div.bootstrap .row-fluid .uneditable-input[class*="span"], div.bootstrap .row-fluid .input-prepend [class*="span"], div.bootstrap .row-fluid .input-append [class*="span"] {
    display: inline-block;
}

div.bootstrap input, div.bootstrap textarea, div.bootstrap .uneditable-input {
    margin-left: 0;
}

div.bootstrap .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
}

div.bootstrap input.span12, div.bootstrap textarea.span12, div.bootstrap .uneditable-input.span12 {
    width: 926px;
}

div.bootstrap input.span11, div.bootstrap textarea.span11, div.bootstrap .uneditable-input.span11 {
    width: 846px;
}

div.bootstrap input.span10, div.bootstrap textarea.span10, div.bootstrap .uneditable-input.span10 {
    width: 766px;
}

div.bootstrap input.span9, div.bootstrap textarea.span9, div.bootstrap .uneditable-input.span9 {
    width: 686px;
}

div.bootstrap input.span8, div.bootstrap textarea.span8, div.bootstrap .uneditable-input.span8 {
    width: 606px;
}

div.bootstrap input.span7, div.bootstrap textarea.span7, div.bootstrap .uneditable-input.span7 {
    width: 526px;
}

div.bootstrap input.span6, div.bootstrap textarea.span6, div.bootstrap .uneditable-input.span6 {
    width: 446px;
}

div.bootstrap input.span5, div.bootstrap textarea.span5, div.bootstrap .uneditable-input.span5 {
    width: 366px;
}

div.bootstrap input.span4, div.bootstrap textarea.span4, div.bootstrap .uneditable-input.span4 {
    width: 286px;
}

div.bootstrap input.span3, div.bootstrap textarea.span3, div.bootstrap .uneditable-input.span3 {
    width: 206px;
}

div.bootstrap input.span2, div.bootstrap textarea.span2, div.bootstrap .uneditable-input.span2 {
    width: 126px;
}

div.bootstrap input.span1, div.bootstrap textarea.span1, div.bootstrap .uneditable-input.span1 {
    width: 46px;
}

div.bootstrap .controls-row {
    *zoom: 1;
}

    div.bootstrap .controls-row:before {
        display: table;
        line-height: 0;
        content: "";
    }

    div.bootstrap .controls-row:after {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }

    div.bootstrap .controls-row [class*="span"] {
        float: left;
    }

div.bootstrap .row-fluid .controls-row [class*="span"] {
    float: left;
}

div.bootstrap .controls-row .checkbox[class*="span"], div.bootstrap .controls-row .radio[class*="span"] {
    padding-top: 5px;
}

div.bootstrap input[disabled], div.bootstrap select[disabled], div.bootstrap textarea[disabled], div.bootstrap input[readonly], div.bootstrap select[readonly], div.bootstrap textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee;
}

div.bootstrap input[type="radio"][disabled], div.bootstrap input[type="checkbox"][disabled], div.bootstrap input[type="radio"][readonly], div.bootstrap input[type="checkbox"][readonly] {
    background-color: transparent;
}

div.bootstrap .control-group.warning .control-label, div.bootstrap .control-group.warning .help-block, div.bootstrap .control-group.warning .help-inline, div.bootstrap .control-group.warning .checkbox, div.bootstrap .control-group.warning .radio, div.bootstrap .control-group.warning input, div.bootstrap .control-group.warning select, div.bootstrap .control-group.warning textarea {
    color: #c09853;
}

div.bootstrap .control-group.warning input, div.bootstrap .control-group.warning select, div.bootstrap .control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    div.bootstrap .control-group.warning input:focus, div.bootstrap .control-group.warning select:focus, div.bootstrap .control-group.warning textarea:focus {
        border-color: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    }

div.bootstrap .control-group.warning .input-prepend .add-on, div.bootstrap .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

div.bootstrap .control-group.error .control-label, div.bootstrap .control-group.error .help-block, div.bootstrap .control-group.error .help-inline, div.bootstrap .control-group.error .checkbox, div.bootstrap .control-group.error .radio, div.bootstrap .control-group.error input, div.bootstrap .control-group.error select, div.bootstrap .control-group.error textarea {
    color: #b94a48;
}

div.bootstrap .control-group.error input, div.bootstrap .control-group.error select, div.bootstrap .control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    div.bootstrap .control-group.error input:focus, div.bootstrap .control-group.error select:focus, div.bootstrap .control-group.error textarea:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

div.bootstrap .control-group.error .input-prepend .add-on, div.bootstrap .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

div.bootstrap .control-group.success .control-label, div.bootstrap .control-group.success .help-block, div.bootstrap .control-group.success .help-inline, div.bootstrap .control-group.success .checkbox, div.bootstrap .control-group.success .radio, div.bootstrap .control-group.success input, div.bootstrap .control-group.success select, div.bootstrap .control-group.success textarea {
    color: #468847;
}

div.bootstrap .control-group.success input, div.bootstrap .control-group.success select, div.bootstrap .control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    div.bootstrap .control-group.success input:focus, div.bootstrap .control-group.success select:focus, div.bootstrap .control-group.success textarea:focus {
        border-color: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    }

div.bootstrap .control-group.success .input-prepend .add-on, div.bootstrap .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

div.bootstrap .control-group.info .control-label, div.bootstrap .control-group.info .help-block, div.bootstrap .control-group.info .help-inline, div.bootstrap .control-group.info .checkbox, div.bootstrap .control-group.info .radio, div.bootstrap .control-group.info input, div.bootstrap .control-group.info select, div.bootstrap .control-group.info textarea {
    color: #3a87ad;
}

div.bootstrap .control-group.info input, div.bootstrap .control-group.info select, div.bootstrap .control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    div.bootstrap .control-group.info input:focus, div.bootstrap .control-group.info select:focus, div.bootstrap .control-group.info textarea:focus {
        border-color: #2d6987;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    }

div.bootstrap .control-group.info .input-prepend .add-on, div.bootstrap .control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad;
}

div.bootstrap input:focus:invalid, div.bootstrap textarea:focus:invalid, div.bootstrap select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

    div.bootstrap input:focus:invalid:focus, div.bootstrap textarea:focus:invalid:focus, div.bootstrap select:focus:invalid:focus {
        border-color: #e9322d;
        -webkit-box-shadow: 0 0 6px #f8b9b7;
        -moz-box-shadow: 0 0 6px #f8b9b7;
        box-shadow: 0 0 6px #f8b9b7;
    }

div.bootstrap .form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}

    div.bootstrap .form-actions:before {
        display: table;
        line-height: 0;
        content: "";
    }

    div.bootstrap .form-actions:after {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }

div.bootstrap .help-block, div.bootstrap .help-inline {
    color: #595959;
}

div.bootstrap .help-block {
    display: block;
    margin-bottom: 10px;
}

div.bootstrap .help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

div.bootstrap .input-append, div.bootstrap .input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

    div.bootstrap .input-append input, div.bootstrap .input-prepend input, div.bootstrap .input-append select, div.bootstrap .input-prepend select, div.bootstrap .input-append .uneditable-input, div.bootstrap .input-prepend .uneditable-input, div.bootstrap .input-append .dropdown-menu, div.bootstrap .input-prepend .dropdown-menu, div.bootstrap .input-append .popover, div.bootstrap .input-prepend .popover {
        font-size: 14px;
    }

    div.bootstrap .input-append input, div.bootstrap .input-prepend input, div.bootstrap .input-append select, div.bootstrap .input-prepend select, div.bootstrap .input-append .uneditable-input, div.bootstrap .input-prepend .uneditable-input {
        position: relative;
        margin-bottom: 0;
        *margin-left: 0;
        vertical-align: top;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        div.bootstrap .input-append input:focus, div.bootstrap .input-prepend input:focus, div.bootstrap .input-append select:focus, div.bootstrap .input-prepend select:focus, div.bootstrap .input-append .uneditable-input:focus, div.bootstrap .input-prepend .uneditable-input:focus {
            z-index: 2;
        }

    div.bootstrap .input-append .add-on, div.bootstrap .input-prepend .add-on {
        display: inline-block;
        width: auto;
        height: 20px;
        min-width: 16px;
        padding: 4px 5px;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        text-align: center;
        text-shadow: 0 1px 0 #fff;
        background-color: #eee;
        border: 1px solid #ccc;
    }

    div.bootstrap .input-append .add-on, div.bootstrap .input-prepend .add-on, div.bootstrap .input-append .btn, div.bootstrap .input-prepend .btn, div.bootstrap .input-append .btn-group > .dropdown-toggle, div.bootstrap .input-prepend .btn-group > .dropdown-toggle {
        vertical-align: top;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    div.bootstrap .input-append .active {
        background-color: #a9dba9;
        border-color: #46a546;
    }

    div.bootstrap .input-prepend .active {
        background-color: #a9dba9;
        border-color: #46a546;
    }

    div.bootstrap .input-prepend .add-on, div.bootstrap .input-prepend .btn {
        margin-right: -1px;
    }

        div.bootstrap .input-prepend .add-on:first-child, div.bootstrap .input-prepend .btn:first-child {
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

    div.bootstrap .input-append input, div.bootstrap .input-append select, div.bootstrap .input-append .uneditable-input {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        div.bootstrap .input-append input + .btn-group .btn:last-child, div.bootstrap .input-append select + .btn-group .btn:last-child, div.bootstrap .input-append .uneditable-input + .btn-group .btn:last-child {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    div.bootstrap .input-append .add-on, div.bootstrap .input-append .btn, div.bootstrap .input-append .btn-group {
        margin-left: -1px;
    }

        div.bootstrap .input-append .add-on:last-child, div.bootstrap .input-append .btn:last-child, div.bootstrap .input-append .btn-group:last-child > .dropdown-toggle {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    div.bootstrap .input-prepend.input-append input, div.bootstrap .input-prepend.input-append select, div.bootstrap .input-prepend.input-append .uneditable-input {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        div.bootstrap .input-prepend.input-append input + .btn-group .btn, div.bootstrap .input-prepend.input-append select + .btn-group .btn, div.bootstrap .input-prepend.input-append .uneditable-input + .btn-group .btn {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    div.bootstrap .input-prepend.input-append .add-on:first-child, div.bootstrap .input-prepend.input-append .btn:first-child {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    div.bootstrap .input-prepend.input-append .add-on:last-child, div.bootstrap .input-prepend.input-append .btn:last-child {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

    div.bootstrap .input-prepend.input-append .btn-group:first-child {
        margin-left: 0;
    }

div.bootstrap input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

div.bootstrap .form-search .input-append .search-query, div.bootstrap .form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

div.bootstrap .form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

div.bootstrap .form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

div.bootstrap .form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

div.bootstrap .form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

div.bootstrap .form-search input {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1;
}

div.bootstrap .form-inline input, div.bootstrap .form-horizontal input, div.bootstrap .form-search textarea, div.bootstrap .form-inline textarea, div.bootstrap .form-horizontal textarea, div.bootstrap .form-search select, div.bootstrap .form-inline select, div.bootstrap .form-horizontal select, div.bootstrap .form-search .help-inline, div.bootstrap .form-inline .help-inline, div.bootstrap .form-horizontal .help-inline, div.bootstrap .form-search .uneditable-input, div.bootstrap .form-inline .uneditable-input, div.bootstrap .form-horizontal .uneditable-input, div.bootstrap .form-search .input-prepend, div.bootstrap .form-inline .input-prepend, div.bootstrap .form-horizontal .input-prepend, div.bootstrap .form-search .input-append, div.bootstrap .form-inline .input-append, div.bootstrap .form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1;
}

div.bootstrap .form-search .hide, div.bootstrap .form-inline .hide, div.bootstrap .form-horizontal .hide {
    display: none;
}

div.bootstrap .form-search label, div.bootstrap .form-inline label, div.bootstrap .form-search .btn-group, div.bootstrap .form-inline .btn-group {
    display: inline-block;
}

div.bootstrap .form-search .input-append, div.bootstrap .form-inline .input-append, div.bootstrap .form-search .input-prepend, div.bootstrap .form-inline .input-prepend {
    margin-bottom: 0;
}

div.bootstrap .form-search .radio, div.bootstrap .form-search .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

div.bootstrap .form-inline .radio, div.bootstrap .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

div.bootstrap .form-search .radio input[type="radio"], div.bootstrap .form-search .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0;
}

div.bootstrap .form-inline .radio input[type="radio"], div.bootstrap .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0;
}

div.bootstrap .control-group {
    margin-bottom: 10px;
}

div.bootstrap legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

div.bootstrap .form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1;
}

    div.bootstrap .form-horizontal .control-group:before {
        display: table;
        line-height: 0;
        content: "";
    }

    div.bootstrap .form-horizontal .control-group:after {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }

div.bootstrap .form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

div.bootstrap .form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
}

    div.bootstrap .form-horizontal .controls:first-child {
        *padding-left: 180px;
    }

div.bootstrap .form-horizontal .help-block {
    margin-bottom: 0;
}

div.bootstrap .form-horizontal input + .help-block, div.bootstrap .form-horizontal select + .help-block, div.bootstrap .form-horizontal textarea + .help-block, div.bootstrap .form-horizontal .uneditable-input + .help-block, div.bootstrap .form-horizontal .input-prepend + .help-block, div.bootstrap .form-horizontal .input-append + .help-block {
    margin-top: 10px;
}

div.bootstrap .form-horizontal .form-actions {
    padding-left: 180px;
}

div.bootstrap table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

div.bootstrap .table {
    width: 100%;
    margin-bottom: 20px;
}

    div.bootstrap .table th, div.bootstrap .table td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    div.bootstrap .table th {
        font-weight: bold;
    }

    div.bootstrap .table thead th {
        vertical-align: bottom;
    }

    div.bootstrap .table caption + thead tr:first-child th, div.bootstrap .table caption + thead tr:first-child td {
        border-top: 0;
    }

    div.bootstrap .table colgroup + thead tr:first-child th, div.bootstrap .table colgroup + thead tr:first-child td {
        border-top: 0;
    }

    div.bootstrap .table thead:first-child tr:first-child th, div.bootstrap .table thead:first-child tr:first-child td {
        border-top: 0;
    }

    div.bootstrap .table tbody + tbody {
        border-top: 2px solid #ddd;
    }

    div.bootstrap .table .table {
        background-color: #fff;
    }

div.bootstrap .table-condensed th, div.bootstrap .table-condensed td {
    padding: 4px 5px;
}

div.bootstrap .table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    div.bootstrap .table-bordered th, div.bootstrap .table-bordered td {
        border-left: 1px solid #ddd;
    }

    div.bootstrap .table-bordered caption + thead tr:first-child th {
        border-top: 0;
    }

    div.bootstrap .table-bordered caption + tbody tr:first-child th, div.bootstrap .table-bordered caption + tbody tr:first-child td {
        border-top: 0;
    }

    div.bootstrap .table-bordered colgroup + thead tr:first-child th {
        border-top: 0;
    }

    div.bootstrap .table-bordered colgroup + tbody tr:first-child th, div.bootstrap .table-bordered colgroup + tbody tr:first-child td {
        border-top: 0;
    }

    div.bootstrap .table-bordered thead:first-child tr:first-child th {
        border-top: 0;
    }

    div.bootstrap .table-bordered tbody:first-child tr:first-child th, div.bootstrap .table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
    }

    div.bootstrap .table-bordered thead:first-child tr:first-child > th:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
    }

    div.bootstrap .table-bordered tbody:first-child tr:first-child > td:first-child, div.bootstrap .table-bordered tbody:first-child tr:first-child > th:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
    }

    div.bootstrap .table-bordered thead:first-child tr:first-child > th:last-child {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
    }

    div.bootstrap .table-bordered tbody:first-child tr:first-child > td:last-child, div.bootstrap .table-bordered tbody:first-child tr:first-child > th:last-child {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
    }

    div.bootstrap .table-bordered thead:last-child tr:last-child > th:first-child {
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
    }

    div.bootstrap .table-bordered tbody:last-child tr:last-child > td:first-child, div.bootstrap .table-bordered tbody:last-child tr:last-child > th:first-child {
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
    }

    div.bootstrap .table-bordered tfoot:last-child tr:last-child > td:first-child, div.bootstrap .table-bordered tfoot:last-child tr:last-child > th:first-child {
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
    }

    div.bootstrap .table-bordered thead:last-child tr:last-child > th:last-child {
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
    }

    div.bootstrap .table-bordered tbody:last-child tr:last-child > td:last-child, div.bootstrap .table-bordered tbody:last-child tr:last-child > th:last-child {
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
    }

    div.bootstrap .table-bordered tfoot:last-child tr:last-child > td:last-child, div.bootstrap .table-bordered tfoot:last-child tr:last-child > th:last-child {
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
    }

    div.bootstrap .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
    }

    div.bootstrap .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
    }

    div.bootstrap .table-bordered caption + thead tr:first-child th:first-child, div.bootstrap .table-bordered caption + tbody tr:first-child td:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
    }

    div.bootstrap .table-bordered colgroup + thead tr:first-child th:first-child, div.bootstrap .table-bordered colgroup + tbody tr:first-child td:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
    }

    div.bootstrap .table-bordered caption + thead tr:first-child th:last-child, div.bootstrap .table-bordered caption + tbody tr:first-child td:last-child {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
    }

    div.bootstrap .table-bordered colgroup + thead tr:first-child th:last-child, div.bootstrap .table-bordered colgroup + tbody tr:first-child td:last-child {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
    }

div.bootstrap .table-striped tbody > tr:nth-child(odd) > td, div.bootstrap .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

div.bootstrap .table-hover tbody tr:hover > td, div.bootstrap .table-hover tbody tr:hover > th {
    background-color: #f5f5f5;
}

div.bootstrap table td[class*="span"], div.bootstrap table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

div.bootstrap .row-fluid table td[class*="span"], div.bootstrap .row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

div.bootstrap .table td.span1, div.bootstrap .table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}

div.bootstrap .table td.span2, div.bootstrap .table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}

div.bootstrap .table td.span3, div.bootstrap .table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}

div.bootstrap .table td.span4, div.bootstrap .table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}

div.bootstrap .table td.span5, div.bootstrap .table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}

div.bootstrap .table td.span6, div.bootstrap .table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}

div.bootstrap .table td.span7, div.bootstrap .table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}

div.bootstrap .table td.span8, div.bootstrap .table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}

div.bootstrap .table td.span9, div.bootstrap .table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}

div.bootstrap .table td.span10, div.bootstrap .table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}

div.bootstrap .table td.span11, div.bootstrap .table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}

div.bootstrap .table td.span12, div.bootstrap .table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

div.bootstrap .table tbody tr.success > td {
    background-color: #dff0d8;
}

div.bootstrap .table tbody tr.error > td {
    background-color: #f2dede;
}

div.bootstrap .table tbody tr.warning > td {
    background-color: #fcf8e3;
}

div.bootstrap .table tbody tr.info > td {
    background-color: #d9edf7;
}

div.bootstrap .table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6;
}

div.bootstrap .table-hover tbody tr.error:hover > td {
    background-color: #ebcccc;
}

div.bootstrap .table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc;
}

div.bootstrap .table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3;
}

div.bootstrap [class^="icon-"], div.bootstrap [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: 0.3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

div.bootstrap .icon-white {
    background-image: url("../img/glyphicons-halflings-white.png");
}

div.bootstrap .nav-pills > .active > a > [class^="icon-"], div.bootstrap .nav-pills > .active > a > [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
}

div.bootstrap .nav-list > .active > a > [class^="icon-"], div.bootstrap .nav-list > .active > a > [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
}

div.bootstrap .navbar-inverse .nav > .active > a > [class^="icon-"], div.bootstrap .navbar-inverse .nav > .active > a > [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
}

div.bootstrap .dropdown-menu > li > a:hover > [class^="icon-"], div.bootstrap .dropdown-menu > li > a:focus > [class^="icon-"], div.bootstrap .dropdown-menu > li > a:hover > [class*=" icon-"], div.bootstrap .dropdown-menu > li > a:focus > [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
}

div.bootstrap .dropdown-menu > .active > a > [class^="icon-"], div.bootstrap .dropdown-menu > .active > a > [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
}

div.bootstrap .dropdown-submenu:hover > a > [class^="icon-"], div.bootstrap .dropdown-submenu:focus > a > [class^="icon-"], div.bootstrap .dropdown-submenu:hover > a > [class*=" icon-"], div.bootstrap .dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
}

div.bootstrap .icon-glass {
    background-position: 0 0;
}

div.bootstrap .icon-music {
    background-position: -24px 0;
}

div.bootstrap .icon-search {
    background-position: -48px 0;
}

div.bootstrap .icon-envelope {
    background-position: -72px 0;
}

div.bootstrap .icon-heart {
    background-position: -96px 0;
}

div.bootstrap .icon-star {
    background-position: -120px 0;
}

div.bootstrap .icon-star-empty {
    background-position: -144px 0;
}

div.bootstrap .icon-user {
    background-position: -168px 0;
}

div.bootstrap .icon-film {
    background-position: -192px 0;
}

div.bootstrap .icon-th-large {
    background-position: -216px 0;
}

div.bootstrap .icon-th {
    background-position: -240px 0;
}

div.bootstrap .icon-th-list {
    background-position: -264px 0;
}

div.bootstrap .icon-ok {
    background-position: -288px 0;
}

div.bootstrap .icon-remove {
    background-position: -312px 0;
}

div.bootstrap .icon-zoom-in {
    background-position: -336px 0;
}

div.bootstrap .icon-zoom-out {
    background-position: -360px 0;
}

div.bootstrap .icon-off {
    background-position: -384px 0;
}

div.bootstrap .icon-signal {
    background-position: -408px 0;
}

div.bootstrap .icon-cog {
    background-position: -432px 0;
}

div.bootstrap .icon-trash {
    background-position: -456px 0;
}

div.bootstrap .icon-home {
    background-position: 0 -24px;
}

div.bootstrap .icon-file {
    background-position: -24px -24px;
}

div.bootstrap .icon-time {
    background-position: -48px -24px;
}

div.bootstrap .icon-road {
    background-position: -72px -24px;
}

div.bootstrap .icon-download-alt {
    background-position: -96px -24px;
}

div.bootstrap .icon-download {
    background-position: -120px -24px;
}

div.bootstrap .icon-upload {
    background-position: -144px -24px;
}

div.bootstrap .icon-inbox {
    background-position: -168px -24px;
}

div.bootstrap .icon-play-circle {
    background-position: -192px -24px;
}

div.bootstrap .icon-repeat {
    background-position: -216px -24px;
}

div.bootstrap .icon-refresh {
    background-position: -240px -24px;
}

div.bootstrap .icon-list-alt {
    background-position: -264px -24px;
}

div.bootstrap .icon-lock {
    background-position: -287px -24px;
}

div.bootstrap .icon-flag {
    background-position: -312px -24px;
}

div.bootstrap .icon-headphones {
    background-position: -336px -24px;
}

div.bootstrap .icon-volume-off {
    background-position: -360px -24px;
}

div.bootstrap .icon-volume-down {
    background-position: -384px -24px;
}

div.bootstrap .icon-volume-up {
    background-position: -408px -24px;
}

div.bootstrap .icon-qrcode {
    background-position: -432px -24px;
}

div.bootstrap .icon-barcode {
    background-position: -456px -24px;
}

div.bootstrap .icon-tag {
    background-position: 0 -48px;
}

div.bootstrap .icon-tags {
    background-position: -25px -48px;
}

div.bootstrap .icon-book {
    background-position: -48px -48px;
}

div.bootstrap .icon-bookmark {
    background-position: -72px -48px;
}

div.bootstrap .icon-print {
    background-position: -96px -48px;
}

div.bootstrap .icon-camera {
    background-position: -120px -48px;
}

div.bootstrap .icon-font {
    background-position: -144px -48px;
}

div.bootstrap .icon-bold {
    background-position: -167px -48px;
}

div.bootstrap .icon-italic {
    background-position: -192px -48px;
}

div.bootstrap .icon-text-height {
    background-position: -216px -48px;
}

div.bootstrap .icon-text-width {
    background-position: -240px -48px;
}

div.bootstrap .icon-align-left {
    background-position: -264px -48px;
}

div.bootstrap .icon-align-center {
    background-position: -288px -48px;
}

div.bootstrap .icon-align-right {
    background-position: -312px -48px;
}

div.bootstrap .icon-align-justify {
    background-position: -336px -48px;
}

div.bootstrap .icon-list {
    background-position: -360px -48px;
}

div.bootstrap .icon-indent-left {
    background-position: -384px -48px;
}

div.bootstrap .icon-indent-right {
    background-position: -408px -48px;
}

div.bootstrap .icon-facetime-video {
    background-position: -432px -48px;
}

div.bootstrap .icon-picture {
    background-position: -456px -48px;
}

div.bootstrap .icon-pencil {
    background-position: 0 -72px;
}

div.bootstrap .icon-map-marker {
    background-position: -24px -72px;
}

div.bootstrap .icon-adjust {
    background-position: -48px -72px;
}

div.bootstrap .icon-tint {
    background-position: -72px -72px;
}

div.bootstrap .icon-edit {
    background-position: -96px -72px;
}

div.bootstrap .icon-share {
    background-position: -120px -72px;
}

div.bootstrap .icon-check {
    background-position: -144px -72px;
}

div.bootstrap .icon-move {
    background-position: -168px -72px;
}

div.bootstrap .icon-step-backward {
    background-position: -192px -72px;
}

div.bootstrap .icon-fast-backward {
    background-position: -216px -72px;
}

div.bootstrap .icon-backward {
    background-position: -240px -72px;
}

div.bootstrap .icon-play {
    background-position: -264px -72px;
}

div.bootstrap .icon-pause {
    background-position: -288px -72px;
}

div.bootstrap .icon-stop {
    background-position: -312px -72px;
}

div.bootstrap .icon-forward {
    background-position: -336px -72px;
}

div.bootstrap .icon-fast-forward {
    background-position: -360px -72px;
}

div.bootstrap .icon-step-forward {
    background-position: -384px -72px;
}

div.bootstrap .icon-eject {
    background-position: -408px -72px;
}

div.bootstrap .icon-chevron-left {
    background-position: -432px -72px;
}

div.bootstrap .icon-chevron-right {
    background-position: -456px -72px;
}

div.bootstrap .icon-plus-sign {
    background-position: 0 -96px;
}

div.bootstrap .icon-minus-sign {
    background-position: -24px -96px;
}

div.bootstrap .icon-remove-sign {
    background-position: -48px -96px;
}

div.bootstrap .icon-ok-sign {
    background-position: -72px -96px;
}

div.bootstrap .icon-question-sign {
    background-position: -96px -96px;
}

div.bootstrap .icon-info-sign {
    background-position: -120px -96px;
}

div.bootstrap .icon-screenshot {
    background-position: -144px -96px;
}

div.bootstrap .icon-remove-circle {
    background-position: -168px -96px;
}

div.bootstrap .icon-ok-circle {
    background-position: -192px -96px;
}

div.bootstrap .icon-ban-circle {
    background-position: -216px -96px;
}

div.bootstrap .icon-arrow-left {
    background-position: -240px -96px;
}

div.bootstrap .icon-arrow-right {
    background-position: -264px -96px;
}

div.bootstrap .icon-arrow-up {
    background-position: -289px -96px;
}

div.bootstrap .icon-arrow-down {
    background-position: -312px -96px;
}

div.bootstrap .icon-share-alt {
    background-position: -336px -96px;
}

div.bootstrap .icon-resize-full {
    background-position: -360px -96px;
}

div.bootstrap .icon-resize-small {
    background-position: -384px -96px;
}

div.bootstrap .icon-plus {
    background-position: -408px -96px;
}

div.bootstrap .icon-minus {
    background-position: -433px -96px;
}

div.bootstrap .icon-asterisk {
    background-position: -456px -96px;
}

div.bootstrap .icon-exclamation-sign {
    background-position: 0 -120px;
}

div.bootstrap .icon-gift {
    background-position: -24px -120px;
}

div.bootstrap .icon-leaf {
    background-position: -48px -120px;
}

div.bootstrap .icon-fire {
    background-position: -72px -120px;
}

div.bootstrap .icon-eye-open {
    background-position: -96px -120px;
}

div.bootstrap .icon-eye-close {
    background-position: -120px -120px;
}

div.bootstrap .icon-warning-sign {
    background-position: -144px -120px;
}

div.bootstrap .icon-plane {
    background-position: -168px -120px;
}

div.bootstrap .icon-calendar {
    background-position: -192px -120px;
}

div.bootstrap .icon-random {
    width: 16px;
    background-position: -216px -120px;
}

div.bootstrap .icon-comment {
    background-position: -240px -120px;
}

div.bootstrap .icon-magnet {
    background-position: -264px -120px;
}

div.bootstrap .icon-chevron-up {
    background-position: -288px -120px;
}

div.bootstrap .icon-chevron-down {
    background-position: -313px -119px;
}

div.bootstrap .icon-retweet {
    background-position: -336px -120px;
}

div.bootstrap .icon-shopping-cart {
    background-position: -360px -120px;
}

div.bootstrap .icon-folder-close {
    width: 16px;
    background-position: -384px -120px;
}

div.bootstrap .icon-folder-open {
    width: 16px;
    background-position: -408px -120px;
}

div.bootstrap .icon-resize-vertical {
    background-position: -432px -119px;
}

div.bootstrap .icon-resize-horizontal {
    background-position: -456px -118px;
}

div.bootstrap .icon-hdd {
    background-position: 0 -144px;
}

div.bootstrap .icon-bullhorn {
    background-position: -24px -144px;
}

div.bootstrap .icon-bell {
    background-position: -48px -144px;
}

div.bootstrap .icon-certificate {
    background-position: -72px -144px;
}

div.bootstrap .icon-thumbs-up {
    background-position: -96px -144px;
}

div.bootstrap .icon-thumbs-down {
    background-position: -120px -144px;
}

div.bootstrap .icon-hand-right {
    background-position: -144px -144px;
}

div.bootstrap .icon-hand-left {
    background-position: -168px -144px;
}

div.bootstrap .icon-hand-up {
    background-position: -192px -144px;
}

div.bootstrap .icon-hand-down {
    background-position: -216px -144px;
}

div.bootstrap .icon-circle-arrow-right {
    background-position: -240px -144px;
}

div.bootstrap .icon-circle-arrow-left {
    background-position: -264px -144px;
}

div.bootstrap .icon-circle-arrow-up {
    background-position: -288px -144px;
}

div.bootstrap .icon-circle-arrow-down {
    background-position: -312px -144px;
}

div.bootstrap .icon-globe {
    background-position: -336px -144px;
}

div.bootstrap .icon-wrench {
    background-position: -360px -144px;
}

div.bootstrap .icon-tasks {
    background-position: -384px -144px;
}

div.bootstrap .icon-filter {
    background-position: -408px -144px;
}

div.bootstrap .icon-briefcase {
    background-position: -432px -144px;
}

div.bootstrap .icon-fullscreen {
    background-position: -456px -144px;
}

div.bootstrap .dropup, div.bootstrap .dropdown {
    position: relative;
}

div.bootstrap .dropdown-toggle {
    *margin-bottom: -3px;
}

    div.bootstrap .dropdown-toggle:active {
        outline: 0;
    }

div.bootstrap .open .dropdown-toggle {
    outline: 0;
}

div.bootstrap .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

div.bootstrap .dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

div.bootstrap .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    div.bootstrap .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    div.bootstrap .dropdown-menu .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #fff;
    }

    div.bootstrap .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        color: #333;
        white-space: nowrap;
    }

        div.bootstrap .dropdown-menu > li > a:hover, div.bootstrap .dropdown-menu > li > a:focus {
            color: #fff;
            text-decoration: none;
            background-color: #0081c2;
            background-image: -moz-linear-gradient(top, #08c, #0077b3);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
            background-image: -webkit-linear-gradient(top, #08c, #0077b3);
            background-image: -o-linear-gradient(top, #08c, #0077b3);
            background-image: linear-gradient(to bottom, #08c, #0077b3);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
        }

div.bootstrap .dropdown-submenu:hover > a, div.bootstrap .dropdown-submenu:focus > a {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
}

div.bootstrap .dropdown-menu > .active > a {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
}

    div.bootstrap .dropdown-menu > .active > a:hover, div.bootstrap .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #08c, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #08c, #0077b3);
        background-image: -o-linear-gradient(top, #08c, #0077b3);
        background-image: linear-gradient(to bottom, #08c, #0077b3);
        background-repeat: repeat-x;
        outline: 0;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
    }

div.bootstrap .dropdown-menu > .disabled > a {
    color: #999;
}

    div.bootstrap .dropdown-menu > .disabled > a:hover, div.bootstrap .dropdown-menu > .disabled > a:focus {
        color: #999;
    }

    div.bootstrap .dropdown-menu > .disabled > a:hover, div.bootstrap .dropdown-menu > .disabled > a:focus {
        text-decoration: none;
        cursor: default;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }

div.bootstrap .open {
    *z-index: 1000;
}

    div.bootstrap .open > .dropdown-menu {
        display: block;
    }

div.bootstrap .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

div.bootstrap .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

div.bootstrap .dropup .caret, div.bootstrap .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: "";
}

div.bootstrap .dropup .dropdown-menu, div.bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

div.bootstrap .dropdown-submenu {
    position: relative;
}

    div.bootstrap .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    div.bootstrap .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

div.bootstrap .dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

div.bootstrap .dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

div.bootstrap .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

div.bootstrap .dropdown-submenu.pull-left {
    float: none;
}

    div.bootstrap .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

div.bootstrap .dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px;
}

div.bootstrap .typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.bootstrap .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    div.bootstrap .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

div.bootstrap .well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

div.bootstrap .well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.bootstrap .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    div.bootstrap .fade.in {
        opacity: 1;
    }

div.bootstrap .collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

    div.bootstrap .collapse.in {
        height: auto;
    }

div.bootstrap .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    div.bootstrap .close:hover, div.bootstrap .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

div.bootstrap button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

div.bootstrap .btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: 0.3em;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

    div.bootstrap .btn:hover, div.bootstrap .btn:focus, div.bootstrap .btn:active, div.bootstrap .btn.active, div.bootstrap .btn.disabled, div.bootstrap .btn[disabled] {
        color: #333;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    div.bootstrap .btn:active, div.bootstrap .btn.active {
        background-color: #ccc \9;
    }

    div.bootstrap .btn:first-child {
        *margin-left: 0;
    }

    div.bootstrap .btn:hover {
        color: #333;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    div.bootstrap .btn:focus {
        color: #333;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    div.bootstrap .btn.active, div.bootstrap .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    div.bootstrap .btn.disabled, div.bootstrap .btn[disabled] {
        cursor: default;
        background-image: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

div.bootstrap .btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    div.bootstrap .btn-large [class^="icon-"], div.bootstrap .btn-large [class*=" icon-"] {
        margin-top: 4px;
    }

div.bootstrap .btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    div.bootstrap .btn-small [class^="icon-"], div.bootstrap .btn-small [class*=" icon-"] {
        margin-top: 0;
    }

div.bootstrap .btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    div.bootstrap .btn-mini [class^="icon-"], div.bootstrap .btn-mini [class*=" icon-"] {
        margin-top: -1px;
    }

div.bootstrap .btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    div.bootstrap .btn-block + .btn-block {
        margin-top: 5px;
    }

div.bootstrap input[type="submit"].btn-block, div.bootstrap input[type="reset"].btn-block, div.bootstrap input[type="button"].btn-block {
    width: 100%;
}

div.bootstrap .btn-primary.active, div.bootstrap .btn-warning.active, div.bootstrap .btn-danger.active, div.bootstrap .btn-success.active, div.bootstrap .btn-info.active, div.bootstrap .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

div.bootstrap .btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #04c;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    div.bootstrap .btn-primary:hover, div.bootstrap .btn-primary:focus, div.bootstrap .btn-primary:active, div.bootstrap .btn-primary.active, div.bootstrap .btn-primary.disabled, div.bootstrap .btn-primary[disabled] {
        color: #fff;
        background-color: #04c;
        *background-color: #003bb3;
    }

    div.bootstrap .btn-primary:active, div.bootstrap .btn-primary.active {
        background-color: #039 \9;
    }

div.bootstrap .btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    div.bootstrap .btn-warning:hover, div.bootstrap .btn-warning:focus, div.bootstrap .btn-warning:active, div.bootstrap .btn-warning.active, div.bootstrap .btn-warning.disabled, div.bootstrap .btn-warning[disabled] {
        color: #fff;
        background-color: #f89406;
        *background-color: #df8505;
    }

    div.bootstrap .btn-warning:active, div.bootstrap .btn-warning.active {
        background-color: #c67605 \9;
    }

div.bootstrap .btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    div.bootstrap .btn-danger:hover, div.bootstrap .btn-danger:focus, div.bootstrap .btn-danger:active, div.bootstrap .btn-danger.active, div.bootstrap .btn-danger.disabled, div.bootstrap .btn-danger[disabled] {
        color: #fff;
        background-color: #bd362f;
        *background-color: #a9302a;
    }

    div.bootstrap .btn-danger:active, div.bootstrap .btn-danger.active {
        background-color: #942a25 \9;
    }

div.bootstrap .btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    div.bootstrap .btn-success:hover, div.bootstrap .btn-success:focus, div.bootstrap .btn-success:active, div.bootstrap .btn-success.active, div.bootstrap .btn-success.disabled, div.bootstrap .btn-success[disabled] {
        color: #fff;
        background-color: #51a351;
        *background-color: #499249;
    }

    div.bootstrap .btn-success:active, div.bootstrap .btn-success.active {
        background-color: #408140 \9;
    }

div.bootstrap .btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    div.bootstrap .btn-info:hover, div.bootstrap .btn-info:focus, div.bootstrap .btn-info:active, div.bootstrap .btn-info.active, div.bootstrap .btn-info.disabled, div.bootstrap .btn-info[disabled] {
        color: #fff;
        background-color: #2f96b4;
        *background-color: #2a85a0;
    }

    div.bootstrap .btn-info:active, div.bootstrap .btn-info.active {
        background-color: #24748c \9;
    }

div.bootstrap .btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222;
    background-image: -moz-linear-gradient(top, #444, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
    background-image: -webkit-linear-gradient(top, #444, #222);
    background-image: -o-linear-gradient(top, #444, #222);
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    div.bootstrap .btn-inverse:hover, div.bootstrap .btn-inverse:focus, div.bootstrap .btn-inverse:active, div.bootstrap .btn-inverse.active, div.bootstrap .btn-inverse.disabled, div.bootstrap .btn-inverse[disabled] {
        color: #fff;
        background-color: #222;
        *background-color: #151515;
    }

    div.bootstrap .btn-inverse:active, div.bootstrap .btn-inverse.active {
        background-color: #080808 \9;
    }

div.bootstrap button.btn, div.bootstrap input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

    div.bootstrap button.btn::-moz-focus-inner, div.bootstrap input[type="submit"].btn::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    div.bootstrap button.btn.btn-large, div.bootstrap input[type="submit"].btn.btn-large {
        *padding-top: 7px;
        *padding-bottom: 7px;
    }

    div.bootstrap button.btn.btn-small, div.bootstrap input[type="submit"].btn.btn-small {
        *padding-top: 3px;
        *padding-bottom: 3px;
    }

    div.bootstrap button.btn.btn-mini, div.bootstrap input[type="submit"].btn.btn-mini {
        *padding-top: 1px;
        *padding-bottom: 1px;
    }

div.bootstrap .btn-link {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #08c;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    div.bootstrap .btn-link:active, div.bootstrap .btn-link[disabled] {
        background-color: transparent;
        background-image: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    div.bootstrap .btn-link:hover, div.bootstrap .btn-link:focus {
        color: #005580;
        text-decoration: underline;
        background-color: transparent;
    }

    div.bootstrap .btn-link[disabled]:hover, div.bootstrap .btn-link[disabled]:focus {
        color: #333;
        text-decoration: none;
    }

div.bootstrap .btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *margin-left: 0.3em;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    *zoom: 1;
}

    div.bootstrap .btn-group:first-child {
        *margin-left: 0;
    }

    div.bootstrap .btn-group + .btn-group {
        margin-left: 5px;
    }

div.bootstrap .btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
}

    div.bootstrap .btn-toolbar > .btn + .btn, div.bootstrap .btn-toolbar > .btn-group + .btn, div.bootstrap .btn-toolbar > .btn + .btn-group {
        margin-left: 5px;
    }

div.bootstrap .btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
}

    div.bootstrap .btn-group > .btn + .btn {
        margin-left: -1px;
    }

div.bootstrap .btn-group > .dropdown-menu, div.bootstrap .btn-group > .popover {
    font-size: 14px;
}

div.bootstrap .btn-group > .btn-mini {
    font-size: 10.5px;
}

div.bootstrap .btn-group > .btn-small {
    font-size: 11.9px;
}

div.bootstrap .btn-group > .btn-large {
    font-size: 17.5px;
}

div.bootstrap .btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

div.bootstrap .btn-group > .btn:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

div.bootstrap .btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

div.bootstrap .btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

div.bootstrap .btn-group > .btn.large:last-child {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

div.bootstrap .btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

div.bootstrap .btn-group > .btn:hover, div.bootstrap .btn-group > .btn:focus, div.bootstrap .btn-group > .btn:active, div.bootstrap .btn-group > .btn.active {
    z-index: 2;
}

div.bootstrap .btn-group .dropdown-toggle:active {
    outline: 0;
}

div.bootstrap .btn-group.open .dropdown-toggle {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

div.bootstrap .btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}

div.bootstrap .btn-group.open .btn-primary.dropdown-toggle {
    background-color: #04c;
}

div.bootstrap .btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

div.bootstrap .btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

div.bootstrap .btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

div.bootstrap .btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}

div.bootstrap .btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222;
}

div.bootstrap .btn-group > .btn + .dropdown-toggle {
    *padding-top: 5px;
    padding-right: 8px;
    *padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

div.bootstrap .btn-group > .btn-mini + .dropdown-toggle {
    *padding-top: 2px;
    padding-right: 5px;
    *padding-bottom: 2px;
    padding-left: 5px;
}

div.bootstrap .btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}

div.bootstrap .btn-group > .btn-large + .dropdown-toggle {
    *padding-top: 7px;
    padding-right: 12px;
    *padding-bottom: 7px;
    padding-left: 12px;
}

div.bootstrap .btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

div.bootstrap .btn-large .caret {
    margin-top: 6px;
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
}

div.bootstrap .btn-mini .caret, div.bootstrap .btn-small .caret {
    margin-top: 8px;
}

div.bootstrap .dropup .btn-large .caret {
    border-bottom-width: 5px;
}

div.bootstrap .btn-primary .caret, div.bootstrap .btn-warning .caret, div.bootstrap .btn-danger .caret, div.bootstrap .btn-info .caret, div.bootstrap .btn-success .caret, div.bootstrap .btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

div.bootstrap .btn-group-vertical {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    div.bootstrap .btn-group-vertical > .btn {
        display: block;
        float: none;
        max-width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        div.bootstrap .btn-group-vertical > .btn + .btn {
            margin-top: -1px;
            margin-left: 0;
        }

        div.bootstrap .btn-group-vertical > .btn:first-child {
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

        div.bootstrap .btn-group-vertical > .btn:last-child {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

    div.bootstrap .btn-group-vertical > .btn-large:first-child {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    div.bootstrap .btn-group-vertical > .btn-large:last-child {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

div.bootstrap .alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
}

    div.bootstrap .alert h4 {
        color: #c09853;
        margin: 0;
    }

    div.bootstrap .alert .close {
        position: relative;
        top: -2px;
        right: -21px;
        line-height: 20px;
    }

div.bootstrap .alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    div.bootstrap .alert-success h4 {
        color: #468847;
    }

div.bootstrap .alert-danger, div.bootstrap .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    div.bootstrap .alert-danger h4, div.bootstrap .alert-error h4 {
        color: #b94a48;
    }

div.bootstrap .alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    div.bootstrap .alert-info h4 {
        color: #3a87ad;
    }

div.bootstrap .alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    div.bootstrap .alert-block > p, div.bootstrap .alert-block > ul {
        margin-bottom: 0;
    }

    div.bootstrap .alert-block p + p {
        margin-top: 5px;
    }

div.bootstrap .nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}

    div.bootstrap .nav > li > a {
        display: block;
    }

        div.bootstrap .nav > li > a:hover, div.bootstrap .nav > li > a:focus {
            text-decoration: none;
            background-color: #eee;
        }

        div.bootstrap .nav > li > a > img {
            max-width: none;
        }

    div.bootstrap .nav > .pull-right {
        float: right;
    }

div.bootstrap .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

div.bootstrap .nav li + .nav-header {
    margin-top: 9px;
}

div.bootstrap .nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}

    div.bootstrap .nav-list > li > a, div.bootstrap .nav-list .nav-header {
        margin-right: -15px;
        margin-left: -15px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    div.bootstrap .nav-list > li > a {
        padding: 3px 15px;
    }

    div.bootstrap .nav-list > .active > a {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
        background-color: #08c;
    }

        div.bootstrap .nav-list > .active > a:hover, div.bootstrap .nav-list > .active > a:focus {
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
            background-color: #08c;
        }

    div.bootstrap .nav-list [class^="icon-"], div.bootstrap .nav-list [class*=" icon-"] {
        margin-right: 2px;
    }

    div.bootstrap .nav-list .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #fff;
    }

div.bootstrap .nav-tabs, div.bootstrap .nav-pills {
    *zoom: 1;
}

    div.bootstrap .nav-tabs:before, div.bootstrap .nav-pills:before, div.bootstrap .nav-tabs:after, div.bootstrap .nav-pills:after {
        display: table;
        line-height: 0;
        content: "";
    }

    div.bootstrap .nav-tabs:after, div.bootstrap .nav-pills:after {
        clear: both;
    }

    div.bootstrap .nav-tabs > li, div.bootstrap .nav-pills > li {
        float: left;
    }

        div.bootstrap .nav-tabs > li > a, div.bootstrap .nav-pills > li > a {
            padding-right: 12px;
            padding-left: 12px;
            margin-right: 2px;
            line-height: 14px;
        }

div.bootstrap .nav-tabs {
    border-bottom: 1px solid #ddd;
}

    div.bootstrap .nav-tabs > li {
        margin-bottom: -1px;
    }

        div.bootstrap .nav-tabs > li > a {
            padding-top: 8px;
            padding-bottom: 8px;
            line-height: 20px;
            border: 1px solid transparent;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

            div.bootstrap .nav-tabs > li > a:hover, div.bootstrap .nav-tabs > li > a:focus {
                border-color: #eee #eee #ddd;
            }

    div.bootstrap .nav-tabs > .active > a {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

        div.bootstrap .nav-tabs > .active > a:hover, div.bootstrap .nav-tabs > .active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

div.bootstrap .nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.bootstrap .nav-pills > .active > a {
    color: #fff;
    background-color: #08c;
}

    div.bootstrap .nav-pills > .active > a:hover, div.bootstrap .nav-pills > .active > a:focus {
        color: #fff;
        background-color: #08c;
    }

div.bootstrap .nav-stacked > li {
    float: none;
}

    div.bootstrap .nav-stacked > li > a {
        margin-right: 0;
    }

div.bootstrap .nav-tabs.nav-stacked {
    border-bottom: 0;
}

    div.bootstrap .nav-tabs.nav-stacked > li > a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    div.bootstrap .nav-tabs.nav-stacked > li:first-child > a {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-topleft: 4px;
    }

    div.bootstrap .nav-tabs.nav-stacked > li:last-child > a {
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
    }

    div.bootstrap .nav-tabs.nav-stacked > li > a:hover, div.bootstrap .nav-tabs.nav-stacked > li > a:focus {
        z-index: 2;
        border-color: #ddd;
    }

div.bootstrap .nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}

div.bootstrap .nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}

div.bootstrap .nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

div.bootstrap .nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

div.bootstrap .nav .dropdown-toggle .caret {
    margin-top: 6px;
    border-top-color: #08c;
    border-bottom-color: #08c;
}

div.bootstrap .nav .dropdown-toggle:hover .caret, div.bootstrap .nav .dropdown-toggle:focus .caret {
    border-top-color: #005580;
    border-bottom-color: #005580;
}

div.bootstrap .nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}

div.bootstrap .nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

div.bootstrap .nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

div.bootstrap .nav > .dropdown.active > a:hover, div.bootstrap .nav > .dropdown.active > a:focus {
    cursor: pointer;
}

div.bootstrap .nav-tabs .open .dropdown-toggle, div.bootstrap .nav-pills .open .dropdown-toggle {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

div.bootstrap .nav > li.dropdown.open.active > a:hover, div.bootstrap .nav > li.dropdown.open.active > a:focus {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

div.bootstrap .nav li.dropdown.open .caret, div.bootstrap .nav li.dropdown.open.active .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

div.bootstrap .nav li.dropdown.open a:hover .caret, div.bootstrap .nav li.dropdown.open a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

div.bootstrap .tabs-stacked .open > a:hover, div.bootstrap .tabs-stacked .open > a:focus {
    border-color: #999;
}

div.bootstrap .tabbable {
    *zoom: 1;
}

    div.bootstrap .tabbable:before {
        display: table;
        line-height: 0;
        content: "";
    }

    div.bootstrap .tabbable:after {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }

div.bootstrap .tab-content {
    overflow: auto;
}

div.bootstrap .tabs-below > .nav-tabs, div.bootstrap .tabs-right > .nav-tabs, div.bootstrap .tabs-left > .nav-tabs {
    border-bottom: 0;
}

div.bootstrap .tab-content > .tab-pane, div.bootstrap .pill-content > .pill-pane {
    display: none;
}

div.bootstrap .tab-content > .active, div.bootstrap .pill-content > .active {
    display: block;
}

div.bootstrap .tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

    div.bootstrap .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        div.bootstrap .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            div.bootstrap .tabs-below > .nav-tabs > li > a:hover, div.bootstrap .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #ddd;
                border-bottom-color: transparent;
            }

    div.bootstrap .tabs-below > .nav-tabs > .active > a {
        border-color: transparent #ddd #ddd #ddd;
    }

        div.bootstrap .tabs-below > .nav-tabs > .active > a:hover, div.bootstrap .tabs-below > .nav-tabs > .active > a:focus {
            border-color: transparent #ddd #ddd #ddd;
        }

div.bootstrap .tabs-left > .nav-tabs > li, div.bootstrap .tabs-right > .nav-tabs > li {
    float: none;
}

    div.bootstrap .tabs-left > .nav-tabs > li > a, div.bootstrap .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

div.bootstrap .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

    div.bootstrap .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        div.bootstrap .tabs-left > .nav-tabs > li > a:hover, div.bootstrap .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eee #ddd #eee #eee;
        }

    div.bootstrap .tabs-left > .nav-tabs .active > a {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #fff;
    }

        div.bootstrap .tabs-left > .nav-tabs .active > a:hover, div.bootstrap .tabs-left > .nav-tabs .active > a:focus {
            border-color: #ddd transparent #ddd #ddd;
            *border-right-color: #fff;
        }

div.bootstrap .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

    div.bootstrap .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        div.bootstrap .tabs-right > .nav-tabs > li > a:hover, div.bootstrap .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eee #eee #eee #ddd;
        }

    div.bootstrap .tabs-right > .nav-tabs .active > a {
        border-color: #ddd #ddd #ddd transparent;
        *border-left-color: #fff;
    }

        div.bootstrap .tabs-right > .nav-tabs .active > a:hover, div.bootstrap .tabs-right > .nav-tabs .active > a:focus {
            border-color: #ddd #ddd #ddd transparent;
            *border-left-color: #fff;
        }

div.bootstrap .nav > .disabled > a {
    color: #999;
}

    div.bootstrap .nav > .disabled > a:hover, div.bootstrap .nav > .disabled > a:focus {
        text-decoration: none;
        cursor: default;
        background-color: transparent;
    }

div.bootstrap .navbar {
    *position: relative;
    *z-index: 2;
    margin-bottom: 20px;
    overflow: visible;
}

div.bootstrap .navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: -o-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

    div.bootstrap .navbar-inner:before {
        display: table;
        line-height: 0;
        content: "";
    }

    div.bootstrap .navbar-inner:after {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }

div.bootstrap .navbar .container {
    width: auto;
}

div.bootstrap .nav-collapse.collapse {
    height: auto;
    overflow: visible;
}

div.bootstrap .navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff;
}

    div.bootstrap .navbar .brand:hover, div.bootstrap .navbar .brand:focus {
        text-decoration: none;
    }

div.bootstrap .navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777;
}

div.bootstrap .navbar-link {
    color: #777;
}

    div.bootstrap .navbar-link:hover, div.bootstrap .navbar-link:focus {
        color: #333;
    }

div.bootstrap .navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-right: 1px solid #fff;
    border-left: 1px solid #f2f2f2;
}

div.bootstrap .navbar .btn {
    margin-top: 5px;
}

div.bootstrap .navbar .btn-group {
    margin-top: 5px;
}

    div.bootstrap .navbar .btn-group .btn {
        margin-top: 0;
    }

div.bootstrap .navbar .input-prepend .btn, div.bootstrap .navbar .input-append .btn, div.bootstrap .navbar .input-prepend .btn-group, div.bootstrap .navbar .input-append .btn-group {
    margin-top: 0;
}

div.bootstrap .navbar-form {
    margin-bottom: 0;
    *zoom: 1;
}

    div.bootstrap .navbar-form:before {
        display: table;
        line-height: 0;
        content: "";
    }

    div.bootstrap .navbar-form:after {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }

    div.bootstrap .navbar-form input, div.bootstrap .navbar-form select, div.bootstrap .navbar-form .radio, div.bootstrap .navbar-form .checkbox {
        margin-top: 5px;
    }

    div.bootstrap .navbar-form input, div.bootstrap .navbar-form select, div.bootstrap .navbar-form .btn {
        display: inline-block;
        margin-bottom: 0;
    }

        div.bootstrap .navbar-form input[type="image"], div.bootstrap .navbar-form input[type="checkbox"], div.bootstrap .navbar-form input[type="radio"] {
            margin-top: 3px;
        }

    div.bootstrap .navbar-form .input-append, div.bootstrap .navbar-form .input-prepend {
        margin-top: 5px;
        white-space: nowrap;
    }

        div.bootstrap .navbar-form .input-append input, div.bootstrap .navbar-form .input-prepend input {
            margin-top: 0;
        }

div.bootstrap .navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}

    div.bootstrap .navbar-search .search-query {
        padding: 4px 14px;
        margin-bottom: 0;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-weight: normal;
        line-height: 1;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

div.bootstrap .navbar-static-top {
    position: static;
    margin-bottom: 0;
}

    div.bootstrap .navbar-static-top .navbar-inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

div.bootstrap .navbar-fixed-top, div.bootstrap .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

    div.bootstrap .navbar-fixed-top .navbar-inner, div.bootstrap .navbar-static-top .navbar-inner {
        border-width: 0 0 1px;
    }

    div.bootstrap .navbar-fixed-bottom .navbar-inner {
        border-width: 1px 0 0;
    }

    div.bootstrap .navbar-fixed-top .navbar-inner, div.bootstrap .navbar-fixed-bottom .navbar-inner {
        padding-right: 0;
        padding-left: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    div.bootstrap .navbar-static-top .container, div.bootstrap .navbar-fixed-top .container, div.bootstrap .navbar-fixed-bottom .container {
        width: 940px;
    }

div.bootstrap .navbar-fixed-top {
    top: 0;
}

    div.bootstrap .navbar-fixed-top .navbar-inner {
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    }

div.bootstrap .navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

div.bootstrap .navbar-fixed-bottom {
    bottom: 0;
}

    div.bootstrap .navbar-fixed-bottom .navbar-inner {
        -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    }

div.bootstrap .navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

    div.bootstrap .navbar .nav.pull-right {
        float: right;
        margin-right: 0;
    }

    div.bootstrap .navbar .nav > li {
        float: left;
    }

        div.bootstrap .navbar .nav > li > a {
            float: none;
            padding: 10px 15px 10px;
            color: #777;
            text-decoration: none;
            text-shadow: 0 1px 0 #fff;
        }

    div.bootstrap .navbar .nav .dropdown-toggle .caret {
        margin-top: 8px;
    }

    div.bootstrap .navbar .nav > li > a:focus, div.bootstrap .navbar .nav > li > a:hover {
        color: #333;
        text-decoration: none;
        background-color: transparent;
    }

    div.bootstrap .navbar .nav > .active > a {
        color: #555;
        text-decoration: none;
        background-color: #e5e5e5;
        -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    }

        div.bootstrap .navbar .nav > .active > a:hover, div.bootstrap .navbar .nav > .active > a:focus {
            color: #555;
            text-decoration: none;
            background-color: #e5e5e5;
            -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
            -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        }

div.bootstrap .navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    *background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

    div.bootstrap .navbar .btn-navbar:hover, div.bootstrap .navbar .btn-navbar:focus, div.bootstrap .navbar .btn-navbar:active, div.bootstrap .navbar .btn-navbar.active, div.bootstrap .navbar .btn-navbar.disabled, div.bootstrap .navbar .btn-navbar[disabled] {
        color: #fff;
        background-color: #e5e5e5;
        *background-color: #d9d9d9;
    }

    div.bootstrap .navbar .btn-navbar:active, div.bootstrap .navbar .btn-navbar.active {
        background-color: #ccc \9;
    }

    div.bootstrap .navbar .btn-navbar .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        background-color: #f5f5f5;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

div.bootstrap .btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

div.bootstrap .navbar .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
}

div.bootstrap .navbar .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: "";
}

div.bootstrap .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    top: auto;
    bottom: -7px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2);
}

div.bootstrap .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    top: auto;
    bottom: -6px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}

div.bootstrap .navbar .nav li.dropdown > a:hover .caret, div.bootstrap .navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

div.bootstrap .navbar .nav li.dropdown.open > .dropdown-toggle, div.bootstrap .navbar .nav li.dropdown.active > .dropdown-toggle {
    color: #555;
    background-color: #e5e5e5;
}

div.bootstrap .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #555;
    background-color: #e5e5e5;
}

div.bootstrap .navbar .nav li.dropdown.open > .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

div.bootstrap .navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}

div.bootstrap .navbar .nav li.dropdown.active > .dropdown-toggle .caret, div.bootstrap .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

div.bootstrap .navbar .pull-right > li > .dropdown-menu, div.bootstrap .navbar .nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

    div.bootstrap .navbar .pull-right > li > .dropdown-menu:before, div.bootstrap .navbar .nav > li > .dropdown-menu.pull-right:before {
        right: 12px;
        left: auto;
    }

    div.bootstrap .navbar .pull-right > li > .dropdown-menu:after, div.bootstrap .navbar .nav > li > .dropdown-menu.pull-right:after {
        right: 13px;
        left: auto;
    }

    div.bootstrap .navbar .pull-right > li > .dropdown-menu .dropdown-menu, div.bootstrap .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
        right: 100%;
        left: auto;
        margin-right: -1px;
        margin-left: 0;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

div.bootstrap .navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222, #111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
    background-image: -webkit-linear-gradient(top, #222, #111);
    background-image: -o-linear-gradient(top, #222, #111);
    background-image: linear-gradient(to bottom, #222, #111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);
}

div.bootstrap .navbar-inverse .brand, div.bootstrap .navbar-inverse .nav > li > a {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    div.bootstrap .navbar-inverse .brand:hover, div.bootstrap .navbar-inverse .nav > li > a:hover, div.bootstrap .navbar-inverse .brand:focus, div.bootstrap .navbar-inverse .nav > li > a:focus {
        color: #fff;
    }

div.bootstrap .navbar-inverse .brand, div.bootstrap .navbar-inverse .navbar-text {
    color: #999;
}

div.bootstrap .navbar-inverse .nav > li > a:focus, div.bootstrap .navbar-inverse .nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

div.bootstrap .navbar-inverse .nav .active > a {
    color: #fff;
    background-color: #111;
}

    div.bootstrap .navbar-inverse .nav .active > a:hover, div.bootstrap .navbar-inverse .nav .active > a:focus {
        color: #fff;
        background-color: #111;
    }

div.bootstrap .navbar-inverse .navbar-link {
    color: #999;
}

    div.bootstrap .navbar-inverse .navbar-link:hover, div.bootstrap .navbar-inverse .navbar-link:focus {
        color: #fff;
    }

div.bootstrap .navbar-inverse .divider-vertical {
    border-right-color: #222;
    border-left-color: #111;
}

div.bootstrap .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, div.bootstrap .navbar-inverse .nav li.dropdown.active > .dropdown-toggle {
    color: #fff;
    background-color: #111;
}

div.bootstrap .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #fff;
    background-color: #111;
}

div.bootstrap .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

div.bootstrap .navbar-inverse .nav li.dropdown > a:hover .caret, div.bootstrap .navbar-inverse .nav li.dropdown > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

div.bootstrap .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999;
    border-bottom-color: #999;
}

div.bootstrap .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, div.bootstrap .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

div.bootstrap .navbar-inverse .navbar-search .search-query {
    color: #fff;
    background-color: #515151;
    border-color: #111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    div.bootstrap .navbar-inverse .navbar-search .search-query:-moz-placeholder, div.bootstrap .navbar-inverse .navbar-search .search-query:-ms-input-placeholder, div.bootstrap .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
        color: #ccc;
    }

    div.bootstrap .navbar-inverse .navbar-search .search-query:focus, div.bootstrap .navbar-inverse .navbar-search .search-query.focused {
        padding: 5px 15px;
        color: #333;
        text-shadow: 0 1px 0 #fff;
        background-color: #fff;
        border: 0;
        outline: 0;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    }

div.bootstrap .navbar-inverse .btn-navbar {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    *background-color: #040404;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    div.bootstrap .navbar-inverse .btn-navbar:hover, div.bootstrap .navbar-inverse .btn-navbar:focus, div.bootstrap .navbar-inverse .btn-navbar:active, div.bootstrap .navbar-inverse .btn-navbar.active, div.bootstrap .navbar-inverse .btn-navbar.disabled, div.bootstrap .navbar-inverse .btn-navbar[disabled] {
        color: #fff;
        background-color: #040404;
        *background-color: #000;
    }

    div.bootstrap .navbar-inverse .btn-navbar:active, div.bootstrap .navbar-inverse .btn-navbar.active {
        background-color: #000 \9;
    }

div.bootstrap .breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    div.bootstrap .breadcrumb > li {
        display: inline-block;
        *display: inline;
        text-shadow: 0 1px 0 #fff;
        *zoom: 1;
    }

        div.bootstrap .breadcrumb > li > .divider {
            padding: 0 5px;
            color: #ccc;
        }

    div.bootstrap .breadcrumb > .active {
        color: #999;
    }

div.bootstrap .pagination {
    margin: 20px 0;
}

    div.bootstrap .pagination ul {
        display: inline-block;
        *display: inline;
        margin-bottom: 0;
        margin-left: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        *zoom: 1;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        div.bootstrap .pagination ul > li {
            display: inline;
        }

            div.bootstrap .pagination ul > li > a, div.bootstrap .pagination ul > li > span {
                float: left;
                padding: 4px 12px;
                line-height: 20px;
                text-decoration: none;
                background-color: #fff;
                border: 1px solid #ddd;
                border-left-width: 0;
            }

                div.bootstrap .pagination ul > li > a:hover, div.bootstrap .pagination ul > li > a:focus {
                    background-color: #f5f5f5;
                }

        div.bootstrap .pagination ul > .active > a, div.bootstrap .pagination ul > .active > span {
            background-color: #f5f5f5;
        }

        div.bootstrap .pagination ul > .active > a, div.bootstrap .pagination ul > .active > span {
            color: #999;
            cursor: default;
        }

        div.bootstrap .pagination ul > .disabled > span {
            color: #999;
            cursor: default;
            background-color: transparent;
        }

        div.bootstrap .pagination ul > .disabled > a {
            color: #999;
            cursor: default;
            background-color: transparent;
        }

            div.bootstrap .pagination ul > .disabled > a:hover, div.bootstrap .pagination ul > .disabled > a:focus {
                color: #999;
                cursor: default;
                background-color: transparent;
            }

        div.bootstrap .pagination ul > li:first-child > a, div.bootstrap .pagination ul > li:first-child > span {
            border-left-width: 1px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-topleft: 4px;
        }

        div.bootstrap .pagination ul > li:last-child > a, div.bootstrap .pagination ul > li:last-child > span {
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomright: 4px;
        }

div.bootstrap .pagination-centered {
    text-align: center;
}

div.bootstrap .pagination-right {
    text-align: right;
}

div.bootstrap .pagination-large ul > li > a, div.bootstrap .pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

div.bootstrap .pagination-large ul > li:first-child > a, div.bootstrap .pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

div.bootstrap .pagination-large ul > li:last-child > a, div.bootstrap .pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

div.bootstrap .pagination-mini ul > li:first-child > a, div.bootstrap .pagination-small ul > li:first-child > a, div.bootstrap .pagination-mini ul > li:first-child > span, div.bootstrap .pagination-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}

div.bootstrap .pagination-mini ul > li:last-child > a, div.bootstrap .pagination-small ul > li:last-child > a, div.bootstrap .pagination-mini ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

div.bootstrap .pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

div.bootstrap .pagination-small ul > li > a, div.bootstrap .pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

div.bootstrap .pagination-mini ul > li > a, div.bootstrap .pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}

div.bootstrap .pager {
    margin: 20px 0;
    text-align: center;
    list-style: none;
    *zoom: 1;
}

    div.bootstrap .pager:before {
        display: table;
        line-height: 0;
        content: "";
    }

    div.bootstrap .pager:after {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }

    div.bootstrap .pager li {
        display: inline;
    }

        div.bootstrap .pager li > a, div.bootstrap .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
        }

            div.bootstrap .pager li > a:hover, div.bootstrap .pager li > a:focus {
                text-decoration: none;
                background-color: #f5f5f5;
            }

    div.bootstrap .pager .next > a, div.bootstrap .pager .next > span {
        float: right;
    }

    div.bootstrap .pager .previous > a, div.bootstrap .pager .previous > span {
        float: left;
    }

    div.bootstrap .pager .disabled > a {
        color: #999;
        cursor: default;
        background-color: #fff;
    }

        div.bootstrap .pager .disabled > a:hover, div.bootstrap .pager .disabled > a:focus {
            color: #999;
            cursor: default;
            background-color: #fff;
        }

    div.bootstrap .pager .disabled > span {
        color: #999;
        cursor: default;
        background-color: #fff;
    }

div.bootstrap .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

    div.bootstrap .modal-backdrop.fade {
        opacity: 0;
    }

        div.bootstrap .modal-backdrop.fade.in {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

div.bootstrap .modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

    div.bootstrap .modal.fade {
        top: -25%;
        -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
        -o-transition: opacity 0.3s linear, top 0.3s ease-out;
        transition: opacity 0.3s linear, top 0.3s ease-out;
    }

        div.bootstrap .modal.fade.in {
            top: 10%;
        }

div.bootstrap .modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

    div.bootstrap .modal-header .close {
        margin-top: 2px;
    }

    div.bootstrap .modal-header h3 {
        margin: 0;
        line-height: 30px;
    }

div.bootstrap .modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

div.bootstrap .modal-form {
    margin-bottom: 0;
}

div.bootstrap .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

    div.bootstrap .modal-footer:before {
        display: table;
        line-height: 0;
        content: "";
    }

    div.bootstrap .modal-footer:after {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }

    div.bootstrap .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    div.bootstrap .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    div.bootstrap .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

div.bootstrap .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    div.bootstrap .tooltip.in {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    div.bootstrap .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    div.bootstrap .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    div.bootstrap .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    div.bootstrap .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

div.bootstrap .tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.bootstrap .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

div.bootstrap .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

div.bootstrap .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
}

div.bootstrap .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
}

div.bootstrap .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}

div.bootstrap .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    div.bootstrap .popover.top {
        margin-top: -10px;
    }

    div.bootstrap .popover.right {
        margin-left: 10px;
    }

    div.bootstrap .popover.bottom {
        margin-top: 10px;
    }

    div.bootstrap .popover.left {
        margin-left: -10px;
    }

div.bootstrap .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

    div.bootstrap .popover-title:empty {
        display: none;
    }

div.bootstrap .popover-content {
    padding: 9px 14px;
}

div.bootstrap .popover .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px;
}

    div.bootstrap .popover .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 10px;
        content: "";
    }

div.bootstrap .popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

    div.bootstrap .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #fff;
        border-bottom-width: 0;
    }

div.bootstrap .popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

    div.bootstrap .popover.right .arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #fff;
        border-left-width: 0;
    }

div.bootstrap .popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

    div.bootstrap .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #fff;
        border-top-width: 0;
    }

div.bootstrap .popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

    div.bootstrap .popover.left .arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #fff;
        border-right-width: 0;
    }

div.bootstrap .thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}

    div.bootstrap .thumbnails:before {
        display: table;
        line-height: 0;
        content: "";
    }

    div.bootstrap .thumbnails:after {
        display: table;
        line-height: 0;
        content: "";
        clear: both;
    }

div.bootstrap .row-fluid .thumbnails {
    margin-left: 0;
}

div.bootstrap .thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}

div.bootstrap .thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.bootstrap a.thumbnail:hover, div.bootstrap a.thumbnail:focus {
    border-color: #08c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

div.bootstrap .thumbnail > img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

div.bootstrap .thumbnail .caption {
    padding: 9px;
    color: #555;
}

div.bootstrap .media, div.bootstrap .media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1;
}

div.bootstrap .media {
    margin-top: 15px;
}

    div.bootstrap .media .media {
        margin-top: 15px;
    }

    div.bootstrap .media:first-child {
        margin-top: 0;
    }

div.bootstrap .media-object {
    display: block;
}

div.bootstrap .media-heading {
    margin: 0 0 5px;
}

div.bootstrap .media > .pull-left {
    margin-right: 10px;
}

div.bootstrap .media > .pull-right {
    margin-left: 10px;
}

div.bootstrap .media-list {
    margin-left: 0;
    list-style: none;
}

div.bootstrap .label, div.bootstrap .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
}

div.bootstrap .label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.bootstrap .badge {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    div.bootstrap .label:empty, div.bootstrap .badge:empty {
        display: none;
    }

div.bootstrap a.label:hover, div.bootstrap a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

div.bootstrap a.badge:hover, div.bootstrap a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

div.bootstrap .label-important, div.bootstrap .badge-important {
    background-color: #b94a48;
}

    div.bootstrap .label-important[href], div.bootstrap .badge-important[href] {
        background-color: #953b39;
    }

div.bootstrap .label-warning, div.bootstrap .badge-warning {
    background-color: #f89406;
}

    div.bootstrap .label-warning[href], div.bootstrap .badge-warning[href] {
        background-color: #c67605;
    }

div.bootstrap .label-success, div.bootstrap .badge-success {
    background-color: #468847;
}

    div.bootstrap .label-success[href], div.bootstrap .badge-success[href] {
        background-color: #356635;
    }

div.bootstrap .label-info, div.bootstrap .badge-info {
    background-color: #3a87ad;
}

    div.bootstrap .label-info[href], div.bootstrap .badge-info[href] {
        background-color: #2d6987;
    }

div.bootstrap .label-inverse, div.bootstrap .badge-inverse {
    background-color: #333;
}

    div.bootstrap .label-inverse[href], div.bootstrap .badge-inverse[href] {
        background-color: #1a1a1a;
    }

div.bootstrap .btn .label, div.bootstrap .btn .badge {
    position: relative;
    top: -1px;
}

div.bootstrap .btn-mini .label, div.bootstrap .btn-mini .badge {
    top: 0;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

div.bootstrap .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

    div.bootstrap .progress .bar {
        float: left;
        width: 0;
        height: 100%;
        font-size: 12px;
        color: #fff;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0e90d2;
        background-image: -moz-linear-gradient(top, #149bdf, #0480be);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
        background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
        background-image: -o-linear-gradient(top, #149bdf, #0480be);
        background-image: linear-gradient(to bottom, #149bdf, #0480be);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width 0.6s ease;
        -moz-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

        div.bootstrap .progress .bar + .bar {
            -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
            -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        }

div.bootstrap .progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

div.bootstrap .progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

div.bootstrap .progress-danger .bar, div.bootstrap .progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0);
}

div.bootstrap .progress-danger.progress-striped .bar, div.bootstrap .progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

div.bootstrap .progress-success .bar, div.bootstrap .progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0);
}

div.bootstrap .progress-success.progress-striped .bar, div.bootstrap .progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

div.bootstrap .progress-info .bar, div.bootstrap .progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0);
}

div.bootstrap .progress-info.progress-striped .bar, div.bootstrap .progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

div.bootstrap .progress-warning .bar, div.bootstrap .progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
}

div.bootstrap .progress-warning.progress-striped .bar, div.bootstrap .progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

div.bootstrap .accordion {
    margin-bottom: 20px;
}

div.bootstrap .accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.bootstrap .accordion-heading {
    border-bottom: 0;
}

    div.bootstrap .accordion-heading .accordion-toggle {
        display: block;
        padding: 8px 15px;
    }

div.bootstrap .accordion-toggle {
    cursor: pointer;
}

div.bootstrap .accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

div.bootstrap .carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

div.bootstrap .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    div.bootstrap .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: 0.6s ease-in-out left;
        -moz-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        div.bootstrap .carousel-inner > .item > img, div.bootstrap .carousel-inner > .item > a > img {
            display: block;
            line-height: 1;
        }

    div.bootstrap .carousel-inner > .active, div.bootstrap .carousel-inner > .next, div.bootstrap .carousel-inner > .prev {
        display: block;
    }

    div.bootstrap .carousel-inner > .active {
        left: 0;
    }

    div.bootstrap .carousel-inner > .next, div.bootstrap .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    div.bootstrap .carousel-inner > .next {
        left: 100%;
    }

    div.bootstrap .carousel-inner > .prev {
        left: -100%;
    }

        div.bootstrap .carousel-inner > .next.left, div.bootstrap .carousel-inner > .prev.right {
            left: 0;
        }

    div.bootstrap .carousel-inner > .active.left {
        left: -100%;
    }

    div.bootstrap .carousel-inner > .active.right {
        left: 100%;
    }

div.bootstrap .carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    div.bootstrap .carousel-control.right {
        right: 15px;
        left: auto;
    }

    div.bootstrap .carousel-control:hover, div.bootstrap .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

div.bootstrap .carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

    div.bootstrap .carousel-indicators li {
        display: block;
        float: left;
        width: 10px;
        height: 10px;
        margin-left: 5px;
        text-indent: -999px;
        background-color: #ccc;
        background-color: rgba(255, 255, 255, 0.25);
        border-radius: 5px;
    }

    div.bootstrap .carousel-indicators .active {
        background-color: #fff;
    }

div.bootstrap .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333;
    background: rgba(0, 0, 0, 0.75);
}

    div.bootstrap .carousel-caption h4, div.bootstrap .carousel-caption p {
        line-height: 20px;
        color: #fff;
    }

    div.bootstrap .carousel-caption h4 {
        margin: 0 0 5px;
    }

    div.bootstrap .carousel-caption p {
        margin-bottom: 0;
    }

div.bootstrap .hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    div.bootstrap .hero-unit h1 {
        margin-bottom: 0;
        font-size: 60px;
        line-height: 1;
        letter-spacing: -1px;
        color: inherit;
    }

    div.bootstrap .hero-unit li {
        line-height: 30px;
    }

div.bootstrap .pull-right {
    float: right;
}

div.bootstrap .pull-left {
    float: left;
}

div.bootstrap .hide {
    display: none;
}

div.bootstrap .show {
    display: block;
}

div.bootstrap .invisible {
    visibility: hidden;
}

div.bootstrap .affix {
    position: fixed;
}

div.bootstrap pre .str {
    color: #65b042;
}

div.bootstrap pre .kwd {
    color: #e28964;
}

div.bootstrap pre .com {
    color: #aeaeae;
    font-style: italic;
}

div.bootstrap pre .typ {
    color: #89bdff;
}

div.bootstrap pre .lit {
    color: #3387cc;
}

div.bootstrap pre .pun, div.bootstrap pre .pln {
    color: #fff;
}

div.bootstrap pre .tag {
    color: #89bdff;
}

div.bootstrap pre .atn {
    color: #bdb76b;
}

div.bootstrap pre .atv {
    color: #65b042;
}

div.bootstrap pre .dec {
    color: #3387cc;
}

div.bootstrap ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
    color: #aeaeae;
}

div.bootstrap li.L0, div.bootstrap li.L1, div.bootstrap li.L2, div.bootstrap li.L3, div.bootstrap li.L5, div.bootstrap li.L6, div.bootstrap li.L7, div.bootstrap li.L8 {
    list-style-type: none;
}

@media print {
    div.bootstrap pre .str {
        color: #060;
    }

    div.bootstrap pre .kwd {
        color: #006;
        font-weight: bold;
    }

    div.bootstrap pre .com {
        color: #600;
        font-style: italic;
    }

    div.bootstrap pre .typ {
        color: #404;
        font-weight: bold;
    }

    div.bootstrap pre .lit {
        color: #044;
    }

    div.bootstrap pre .pun {
        color: #440;
    }

    div.bootstrap pre .pln {
        color: #000;
    }

    div.bootstrap pre .tag {
        color: #006;
        font-weight: bold;
    }

    div.bootstrap pre .atn {
        color: #404;
    }

    div.bootstrap pre .atv {
        color: #060;
    }
}

div.bootstrap * {
    font-family: 'Source Code Pro', sans-serif;
}

div.bootstrap body {
    min-width: 980px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-shadow: none !important;
}

div.bootstrap p, div.bootstrap a, div.bootstrap div, div.bootstrap th {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-shadow: none !important;
}

div.bootstrap td {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-shadow: none !important;
}

    div.bootstrap td.code {
        font-size: 14px;
        font-family: "Source Code Pro", monospace;
        font-style: normal;
        font-weight: 400;
    }

div.bootstrap #content {
    padding-top: 16px;
    z-Index: -1;
    margin-left: 270px;
    padding-top:40px;
}

div.bootstrap p {
    color: #2f2f33;
}

div.bootstrap h1 {
    font-family: "Source Sans Pro Semibold", sans-serif;
    font-weight: normal;
    font-size: 44px;
    line-height: 50px;
    margin: 0 0 10px 0;
    padding: 0;
}

div.bootstrap h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 20px 0;
    padding: 0;
}

div.bootstrap section {
    border-top: 1px solid #ebebeb;
    padding: 30px 0;
}

    div.bootstrap section h1 {
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 14px;
        margin: 0 0 20px 0;
        padding: 0;
    }

div.bootstrap article {
    padding: 14px 0 0px 0;
    border: 1.5px solid rgba(22, 46, 73);
    border-radius: 25px;
    padding:15px;
    margin-top:20px;
}

    div.bootstrap article h1 {
        font-family: "Source Sans Pro Bold", sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 26px;
    }

@media only screen and (max-width: 768px) {
    div.bootstrap article h1 {
        font-size: 5vw;
    }

}

    div.bootstrap article h2 {
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }

    div.bootstrap article h3 {
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 10px 0;
    }

    div.bootstrap article h4 {
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 8px 0;
    }

    div.bootstrap table {
        border-collapse: collapse;
        width: 100%;
        margin: 0 0 20px 0;
    }

    div.bootstrap th {
        background-color: #f5f5f5;
        text-align: left;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
        padding: 4px 8px;
        border: #e0e0e0 1px solid;
    }

    div.bootstrap td {
        vertical-align: top;
        padding: 2px 8px;
        border: #e0e0e0 1px solid;
    }

    div.bootstrap #generator .content {
        color: #b0b0b0;
        border-top: 1px solid #ebebeb;
        padding: 10px 0;
    }

    div.bootstrap .label-optional {
        float: right;
    }

    div.bootstrap .open-left {
        right: 0;
        left: auto;
    }

    div.bootstrap #apidoc .apidoc {
        border-top: 1px solid #ebebeb;
        padding: 30px 0;
    }

    div.bootstrap #apidoc h1 {
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 14px;
        margin: 0 0 20px 0;
        padding: 0;
    }

    div.bootstrap #apidoc h2 {
        font-family: "Source Sans Pro Bold", sans-serif;
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        padding-top: 14px;
    }

div.bootstrap pre {
    background-color: rgba(22, 46, 73);
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    position: relative;
    margin: 10px 0 20px 0;
}

    div.bootstrap code.language-text {
        word-wrap: break-word;
    }

    div.bootstrap pre.language-json {
        overflow: auto;
    }

    div.bootstrap pre.language-html {
        margin: 40px 0 20px 0;
    }

        div.bootstrap pre.language-html:before {
            content: attr(data-type) !important;
            /*position: absolute !important;*/
            top: -30px !important;
            left: 0 !important;
            font-family: "Source Sans Pro", sans-serif !important;
            font-weight: 600 !important;
            font-size: 15px !important;
            display: inline-block !important;
            padding: 2px 5px !important;
            border-radius: 6px !important;
            text-transform: uppercase !important;
            background-color: #3387cc !important;
            color: #fff !important;
        }


        div.bootstrap pre.language-html[data-type="get"]:before {
            background-color: green !important;
        }

        div.bootstrap pre.language-html[data-type="put"]:before {
            background-color: #e5c500 !important;
        }

        div.bootstrap pre.language-html[data-type="post"]:before {
            background-color: #4070ec !important;
        }

        div.bootstrap pre.language-html[data-type="delete"]:before {
            background-color: #ed0039 !important;
        }

    div.bootstrap pre.language-api .str {
        color: #fff;
    }

    div.bootstrap pre.language-api .pln, div.bootstrap pre.language-api .pun {
        color: #65b042;
    }

    div.bootstrap pre code {
        display: block;
        font-size: 14px;
        font-family: "Source Code Pro", monospace;
        font-style: normal;
        font-weight: 400;
    }

        div.bootstrap pre code.sample-request-response-json {
            white-space: pre-wrap;
            max-height: 500px;
            overflow: auto;
        }

    div.bootstrap .sidenav {
        width: 228px;
        margin: 0;
        padding: 20px;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #f5f5f5;
        z-index: 10;
    }

        div.bootstrap .sidenav > li > a {
            display: block;
            width: 192px;
            margin: 0;
            padding: 2px 11px;
            border: 0;
            border-left: transparent 4px solid;
            border-right: transparent 4px solid;
            font-family: "Source Sans Pro", sans-serif;
            font-weight: 400;
            font-size: 14px;
        }

        div.bootstrap .sidenav > li.nav-header > a {
            padding: 5px 15px;
            border: 1px solid #e5e5e5;
            width: 190px;
            font-family: "Source Sans Pro", sans-serif;
            font-weight: 700;
            font-size: 16px;
            background-color: #4c8eca;
            color: #fff;
        }

        div.bootstrap .sidenav > li.nav-header.active > a {
            background-color: #4c8eca;
            color: #fff;
        }

        div.bootstrap .sidenav > .active > a {
            position: relative;
            z-index: 2;
        }

        div.bootstrap .sidenav > li > a:hover {
            background-color: #fff;
        }

        div.bootstrap .sidenav > li.has-modifications a {
            border-right: #60d060 4px solid;
        }

        div.bootstrap .sidenav > li.is-new a {
            border-left: #e5e5e5 4px solid;
        }

    div.bootstrap ul.nav-tabs {
        margin: 0;
    }

    @media print {
        div.bootstrap #sidenav, div.bootstrap #version, div.bootstrap #versions {
            display: none;
        }

        div.bootstrap section .version, div.bootstrap section .versions {
            display: none;
        }

        div.bootstrap #content {
            margin-left: 0;
        }

        div.bootstrap a {
            text-decoration: none;
            color: inherit;
        }

            div.bootstrap a:after {
                content: " [" attr(href) "] ";
            }

        div.bootstrap p {
            color: #2f2f33;
        }

        div.bootstrap pre {
            background-color: #fff;
            color: #000;
            padding: 10px;
            border: #808080 1px solid;
            border-radius: 6px;
            position: relative;
            margin: 10px 0 20px 0;
        }
    }

    div.bootstrap .doc-chapter {
        display: none;
        background-color: #eee;
        border-radius: 1px;
        padding: 10px;
        margin-bottom: 20px;
    }

    div.bootstrap .json-schema-view .toggle-handle:after, div.bootstrap .json-schema-view.json-schema-view-dark .toggle-handle:after {
        content: "▼";
    }

    div.bootstrap json-schema-view .toggle-handle:after, div.bootstrap json-schema-view[json-schema-view-dark] .toggle-handle:after {
        content: "▼";
    }

    div.bootstrap .json-schema-view .title, div.bootstrap .json-schema-view.json-schema-view-dark .title {
        font-weight: 700;
        cursor: pointer;
    }

    div.bootstrap json-schema-view .title, div.bootstrap json-schema-view[json-schema-view-dark] .title {
        font-weight: 700;
        cursor: pointer;
    }

    div.bootstrap .json-schema-view, div.bootstrap json-schema-view {
        font-family: monospace;
        font-size: 0;
        display: table-cell;
    }

        div.bootstrap .json-schema-view > *, div.bootstrap json-schema-view > * {
            font-size: 14px;
        }

        div.bootstrap .json-schema-view .toggle-handle, div.bootstrap json-schema-view .toggle-handle {
            cursor: pointer;
            margin: auto 0.3em;
            font-size: 10px;
            display: inline-block;
            transform-origin: 50% 40%;
            transition: transform 150ms ease-in;
        }

        div.bootstrap .json-schema-view .toggle-handle, div.bootstrap json-schema-view .toggle-handle {
            text-decoration: none;
            color: #333;
        }

            div.bootstrap .json-schema-view .toggle-handle:hover, div.bootstrap json-schema-view .toggle-handle:hover {
                text-decoration: none;
                color: #333;
            }

        div.bootstrap .json-schema-view .description, div.bootstrap json-schema-view .description {
            color: gray;
            font-style: italic;
        }

    div.bootstrap .pattern {
        color: blue;
    }

    div.bootstrap .default, div.bootstrap .required {
        color: black;
    }

    div.bootstrap .json-schema-view .title, div.bootstrap json-schema-view .title {
        text-decoration: none;
        color: #333;
    }

        div.bootstrap .json-schema-view .title:hover, div.bootstrap json-schema-view .title:hover {
            text-decoration: none;
            color: #333;
        }

    div.bootstrap .json-schema-view .brace, div.bootstrap .json-schema-view .bracket, div.bootstrap .json-schema-view .title {
        color: #333;
    }

    div.bootstrap json-schema-view .brace, div.bootstrap json-schema-view .bracket, div.bootstrap json-schema-view .title {
        color: #333;
    }

    div.bootstrap .json-schema-view .property, div.bootstrap json-schema-view .property {
        font-size: 0;
        display: table-row;
    }

        div.bootstrap .json-schema-view .property > *, div.bootstrap json-schema-view .property > * {
            font-size: 14px;
            padding: 0.2em;
        }

    div.bootstrap .json-schema-view .name, div.bootstrap json-schema-view .name {
        color: #00f;
        display: table-cell;
        vertical-align: top;
    }

    div.bootstrap .json-schema-view .type, div.bootstrap json-schema-view .type {
        color: green;
    }

    div.bootstrap .json-schema-view .type-any, div.bootstrap json-schema-view .type-any {
        color: #33f;
    }

    div.bootstrap .json-schema-view .required, div.bootstrap json-schema-view .required {
        color: red;
    }

    div.bootstrap .json-schema-view .inner, div.bootstrap json-schema-view .inner {
        padding-left: 18px;
    }

    div.bootstrap .json-schema-view.collapsed .description, div.bootstrap .json-schema-view.collapsed .property {
        display: none;
    }

    div.bootstrap json-schema-view.collapsed .description, div.bootstrap json-schema-view.collapsed .property {
        display: none;
    }

    div.bootstrap .json-schema-view.collapsed .closeing.brace, div.bootstrap json-schema-view.collapsed .closeing.brace {
        display: inline-block;
    }

    div.bootstrap .json-schema-view.collapsed .toggle-handle, div.bootstrap json-schema-view.collapsed .toggle-handle {
        transform: rotate(-90deg);
    }

    div.bootstrap .json-schema-view.json-schema-view-dark, div.bootstrap json-schema-view[json-schema-view-dark] {
        font-family: monospace;
        font-size: 0;
        display: table-cell;
    }

        div.bootstrap .json-schema-view.json-schema-view-dark > *, div.bootstrap json-schema-view[json-schema-view-dark] > * {
            font-size: 14px;
        }

        div.bootstrap .json-schema-view.json-schema-view-dark .toggle-handle, div.bootstrap json-schema-view[json-schema-view-dark] .toggle-handle {
            cursor: pointer;
            margin: auto 0.3em;
            font-size: 10px;
            display: inline-block;
            transform-origin: 50% 40%;
            transition: transform 150ms ease-in;
        }

        div.bootstrap .json-schema-view.json-schema-view-dark .toggle-handle, div.bootstrap json-schema-view[json-schema-view-dark] .toggle-handle {
            text-decoration: none;
            color: #eee;
        }

            div.bootstrap .json-schema-view.json-schema-view-dark .toggle-handle:hover, div.bootstrap json-schema-view[json-schema-view-dark] .toggle-handle:hover {
                text-decoration: none;
                color: #eee;
            }

        div.bootstrap .json-schema-view.json-schema-view-dark .description, div.bootstrap json-schema-view[json-schema-view-dark] .description {
            color: gray;
            font-style: italic;
        }

        div.bootstrap .json-schema-view.json-schema-view-dark .title, div.bootstrap json-schema-view[json-schema-view-dark] .title {
            text-decoration: none;
            color: #eee;
        }

            div.bootstrap .json-schema-view.json-schema-view-dark .title:hover, div.bootstrap json-schema-view[json-schema-view-dark] .title:hover {
                text-decoration: none;
                color: #eee;
            }

        div.bootstrap .json-schema-view.json-schema-view-dark .brace, div.bootstrap .json-schema-view.json-schema-view-dark .bracket, div.bootstrap .json-schema-view.json-schema-view-dark .title {
            color: #eee;
        }

        div.bootstrap json-schema-view[json-schema-view-dark] .brace, div.bootstrap json-schema-view[json-schema-view-dark] .bracket, div.bootstrap json-schema-view[json-schema-view-dark] .title {
            color: #eee;
        }

        div.bootstrap .json-schema-view.json-schema-view-dark .property, div.bootstrap json-schema-view[json-schema-view-dark] .property {
            font-size: 0;
            display: table-row;
        }

            div.bootstrap .json-schema-view.json-schema-view-dark .property > *, div.bootstrap json-schema-view[json-schema-view-dark] .property > * {
                font-size: 14px;
                padding: 0.2em;
            }

        div.bootstrap .json-schema-view.json-schema-view-dark .name, div.bootstrap json-schema-view[json-schema-view-dark] .name {
            color: #add8e6;
            display: table-cell;
            vertical-align: top;
        }

        div.bootstrap .json-schema-view.json-schema-view-dark .type, div.bootstrap json-schema-view[json-schema-view-dark] .type {
            color: #90ee90;
        }

        div.bootstrap .json-schema-view.json-schema-view-dark .type-any, div.bootstrap json-schema-view[json-schema-view-dark] .type-any {
            color: #d4ebf2;
        }

        div.bootstrap .json-schema-view.json-schema-view-dark .required, div.bootstrap json-schema-view[json-schema-view-dark] .required {
            color: #fe0000;
        }

        div.bootstrap .json-schema-view.json-schema-view-dark .inner, div.bootstrap json-schema-view[json-schema-view-dark] .inner {
            padding-left: 18px;
        }

        div.bootstrap .json-schema-view.json-schema-view-dark.collapsed .description, div.bootstrap .json-schema-view.json-schema-view-dark.collapsed .property {
            display: none;
        }

        div.bootstrap json-schema-view[json-schema-view-dark].collapsed .description, div.bootstrap json-schema-view[json-schema-view-dark].collapsed .property {
            display: none;
        }

        div.bootstrap .json-schema-view.json-schema-view-dark.collapsed .closeing.brace, div.bootstrap json-schema-view[json-schema-view-dark].collapsed .closeing.brace {
            display: inline-block;
        }

        div.bootstrap .json-schema-view.json-schema-view-dark.collapsed .toggle-handle, div.bootstrap json-schema-view[json-schema-view-dark].collapsed .toggle-handle {
            transform: rotate(-90deg);
        }
