/*!
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
.bootstrap article,
.bootstrap aside,
.bootstrap details,
.bootstrap figcaption,
.bootstrap figure,
.bootstrap footer,
.bootstrap header,
.bootstrap hgroup,
.bootstrap main,
.bootstrap nav,
.bootstrap section,
.bootstrap summary {
    display: block;
}
.bootstrap audio,
.bootstrap canvas,
.bootstrap video {
    display: inline-block;
}
.bootstrap audio:not([controls]) {
    display: none;
    height: 0;
}
.bootstrap [hidden],
.bootstrap template {
    display: none;
}
.bootstrap html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.bootstrap body {
    margin: 0;
}
.bootstrap a {
    background: transparent;
}
.bootstrap a:focus {
    outline: thin dotted;
}
.bootstrap a:active,
.bootstrap a:hover {
    outline: 0;
}
.bootstrap h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.bootstrap abbr[title] {
    border-bottom: 1px dotted;
}
.bootstrap b,
.bootstrap strong {
    font-weight: bold;
}
.bootstrap dfn {
    font-style: italic;
}
.bootstrap hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
.bootstrap mark {
    background: #ff0;
    color: #000;
}
.bootstrap code,
.bootstrap kbd,
.bootstrap pre,
.bootstrap samp {
    font-family: monospace, serif;
    font-size: 1em;
}
.bootstrap pre {
    white-space: pre-wrap;
}
.bootstrap q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
.bootstrap small {
    font-size: 80%;
}
.bootstrap sub,
.bootstrap sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.bootstrap sup {
    top: -0.5em;
}
.bootstrap sub {
    bottom: -0.25em;
}
.bootstrap img {
    border: 0;
}
.bootstrap svg:not(:root) {
    overflow: hidden;
}
.bootstrap figure {
    margin: 0;
}
.bootstrap fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
.bootstrap legend {
    border: 0;
    padding: 0;
}
.bootstrap button,
.bootstrap input,
.bootstrap select,
.bootstrap textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
.bootstrap button,
.bootstrap input {
    line-height: normal;
}
.bootstrap button,
.bootstrap select {
    text-transform: none;
}
.bootstrap button,
.bootstrap html input[type="button"],
.bootstrap input[type="reset"],
.bootstrap input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.bootstrap button[disabled],
.bootstrap html input[disabled] {
    cursor: default;
}
.bootstrap input[type="checkbox"],
.bootstrap input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.bootstrap input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.bootstrap input[type="search"]::-webkit-search-cancel-button,
.bootstrap input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.bootstrap button::-moz-focus-inner,
.bootstrap input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.bootstrap textarea {
    overflow: auto;
    vertical-align: top;
}
.bootstrap table {
    border-collapse: collapse;
    border-spacing: 0;
}
.bootstrap *,
.bootstrap *:before,
.bootstrap *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}
.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.bootstrap a {
    color: #428bca;
    text-decoration: none;
}
.bootstrap a:hover,
.bootstrap a:focus {
    color: #2a6496;
    text-decoration: underline;
}
.bootstrap a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.bootstrap img {
    vertical-align: middle;
}
.bootstrap .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.bootstrap .img-rounded {
    border-radius: 6px;
}
.bootstrap .img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.bootstrap .img-circle {
    border-radius: 50%;
}
.bootstrap hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.bootstrap .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.bootstrap .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.bootstrap .container:before,
.bootstrap .container:after {
    content: " ";
    display: table;
}
.bootstrap .container:after {
    clear: both;
}
@media (min-width: 768px) {
    .bootstrap .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .bootstrap .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .bootstrap .container {
        width: 1170px;
    }
}
.bootstrap .row {
    margin-left: -15px;
    margin-right: -15px;
}
.bootstrap .row:before,
.bootstrap .row:after {
    content: " ";
    display: table;
}
.bootstrap .row:after {
    clear: both;
}
.bootstrap .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.bootstrap .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.bootstrap .col-xs-12 {
    width: 100%;
}
.bootstrap .col-xs-11 {
    width: 91.66666666666666%;
}
.bootstrap .col-xs-10 {
    width: 83.33333333333334%;
}
.bootstrap .col-xs-9 {
    width: 75%;
}
.bootstrap .col-xs-8 {
    width: 66.66666666666666%;
}
.bootstrap .col-xs-7 {
    width: 58.333333333333336%;
}
.bootstrap .col-xs-6 {
    width: 50%;
}
.bootstrap .col-xs-5 {
    width: 41.66666666666667%;
}
.bootstrap .col-xs-4 {
    width: 33.33333333333333%;
}
.bootstrap .col-xs-3 {
    width: 25%;
}
.bootstrap .col-xs-2 {
    width: 16.666666666666664%;
}
.bootstrap .col-xs-1 {
    width: 8.333333333333332%;
}
.bootstrap .col-xs-pull-12 {
    right: 100%;
}
.bootstrap .col-xs-pull-11 {
    right: 91.66666666666666%;
}
.bootstrap .col-xs-pull-10 {
    right: 83.33333333333334%;
}
.bootstrap .col-xs-pull-9 {
    right: 75%;
}
.bootstrap .col-xs-pull-8 {
    right: 66.66666666666666%;
}
.bootstrap .col-xs-pull-7 {
    right: 58.333333333333336%;
}
.bootstrap .col-xs-pull-6 {
    right: 50%;
}
.bootstrap .col-xs-pull-5 {
    right: 41.66666666666667%;
}
.bootstrap .col-xs-pull-4 {
    right: 33.33333333333333%;
}
.bootstrap .col-xs-pull-3 {
    right: 25%;
}
.bootstrap .col-xs-pull-2 {
    right: 16.666666666666664%;
}
.bootstrap .col-xs-pull-1 {
    right: 8.333333333333332%;
}
.bootstrap .col-xs-pull-0 {
    right: 0%;
}
.bootstrap .col-xs-push-12 {
    left: 100%;
}
.bootstrap .col-xs-push-11 {
    left: 91.66666666666666%;
}
.bootstrap .col-xs-push-10 {
    left: 83.33333333333334%;
}
.bootstrap .col-xs-push-9 {
    left: 75%;
}
.bootstrap .col-xs-push-8 {
    left: 66.66666666666666%;
}
.bootstrap .col-xs-push-7 {
    left: 58.333333333333336%;
}
.bootstrap .col-xs-push-6 {
    left: 50%;
}
.bootstrap .col-xs-push-5 {
    left: 41.66666666666667%;
}
.bootstrap .col-xs-push-4 {
    left: 33.33333333333333%;
}
.bootstrap .col-xs-push-3 {
    left: 25%;
}
.bootstrap .col-xs-push-2 {
    left: 16.666666666666664%;
}
.bootstrap .col-xs-push-1 {
    left: 8.333333333333332%;
}
.bootstrap .col-xs-push-0 {
    left: 0%;
}
.bootstrap .col-xs-offset-12 {
    margin-left: 100%;
}
.bootstrap .col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}
.bootstrap .col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}
.bootstrap .col-xs-offset-9 {
    margin-left: 75%;
}
.bootstrap .col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}
.bootstrap .col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}
.bootstrap .col-xs-offset-6 {
    margin-left: 50%;
}
.bootstrap .col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}
.bootstrap .col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}
.bootstrap .col-xs-offset-3 {
    margin-left: 25%;
}
.bootstrap .col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}
.bootstrap .col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}
.bootstrap .col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .bootstrap .col-sm-12 {
        width: 100%;
    }
    .bootstrap .col-sm-11 {
        width: 91.66666666666666%;
    }
    .bootstrap .col-sm-10 {
        width: 83.33333333333334%;
    }
    .bootstrap .col-sm-9 {
        width: 75%;
    }
    .bootstrap .col-sm-8 {
        width: 66.66666666666666%;
    }
    .bootstrap .col-sm-7 {
        width: 58.333333333333336%;
    }
    .bootstrap .col-sm-6 {
        width: 50%;
    }
    .bootstrap .col-sm-5 {
        width: 41.66666666666667%;
    }
    .bootstrap .col-sm-4 {
        width: 33.33333333333333%;
    }
    .bootstrap .col-sm-3 {
        width: 25%;
    }
    .bootstrap .col-sm-2 {
        width: 16.666666666666664%;
    }
    .bootstrap .col-sm-1 {
        width: 8.333333333333332%;
    }
    .bootstrap .col-sm-pull-12 {
        right: 100%;
    }
    .bootstrap .col-sm-pull-11 {
        right: 91.66666666666666%;
    }
    .bootstrap .col-sm-pull-10 {
        right: 83.33333333333334%;
    }
    .bootstrap .col-sm-pull-9 {
        right: 75%;
    }
    .bootstrap .col-sm-pull-8 {
        right: 66.66666666666666%;
    }
    .bootstrap .col-sm-pull-7 {
        right: 58.333333333333336%;
    }
    .bootstrap .col-sm-pull-6 {
        right: 50%;
    }
    .bootstrap .col-sm-pull-5 {
        right: 41.66666666666667%;
    }
    .bootstrap .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .bootstrap .col-sm-pull-3 {
        right: 25%;
    }
    .bootstrap .col-sm-pull-2 {
        right: 16.666666666666664%;
    }
    .bootstrap .col-sm-pull-1 {
        right: 8.333333333333332%;
    }
    .bootstrap .col-sm-pull-0 {
        right: 0%;
    }
    .bootstrap .col-sm-push-12 {
        left: 100%;
    }
    .bootstrap .col-sm-push-11 {
        left: 91.66666666666666%;
    }
    .bootstrap .col-sm-push-10 {
        left: 83.33333333333334%;
    }
    .bootstrap .col-sm-push-9 {
        left: 75%;
    }
    .bootstrap .col-sm-push-8 {
        left: 66.66666666666666%;
    }
    .bootstrap .col-sm-push-7 {
        left: 58.333333333333336%;
    }
    .bootstrap .col-sm-push-6 {
        left: 50%;
    }
    .bootstrap .col-sm-push-5 {
        left: 41.66666666666667%;
    }
    .bootstrap .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .bootstrap .col-sm-push-3 {
        left: 25%;
    }
    .bootstrap .col-sm-push-2 {
        left: 16.666666666666664%;
    }
    .bootstrap .col-sm-push-1 {
        left: 8.333333333333332%;
    }
    .bootstrap .col-sm-push-0 {
        left: 0%;
    }
    .bootstrap .col-sm-offset-12 {
        margin-left: 100%;
    }
    .bootstrap .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .bootstrap .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .bootstrap .col-sm-offset-9 {
        margin-left: 75%;
    }
    .bootstrap .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .bootstrap .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .bootstrap .col-sm-offset-6 {
        margin-left: 50%;
    }
    .bootstrap .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .bootstrap .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .bootstrap .col-sm-offset-3 {
        margin-left: 25%;
    }
    .bootstrap .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .bootstrap .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .bootstrap .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .bootstrap .col-md-12 {
        width: 100%;
    }
    .bootstrap .col-md-11 {
        width: 91.66666666666666%;
    }
    .bootstrap .col-md-10 {
        width: 83.33333333333334%;
    }
    .bootstrap .col-md-9 {
        width: 75%;
    }
    .bootstrap .col-md-8 {
        width: 66.66666666666666%;
    }
    .bootstrap .col-md-7 {
        width: 58.333333333333336%;
    }
    .bootstrap .col-md-6 {
        width: 50%;
    }
    .bootstrap .col-md-5 {
        width: 41.66666666666667%;
    }
    .bootstrap .col-md-4 {
        width: 33.33333333333333%;
    }
    .bootstrap .col-md-3 {
        width: 25%;
    }
    .bootstrap .col-md-2 {
        width: 16.666666666666664%;
    }
    .bootstrap .col-md-1 {
        width: 8.333333333333332%;
    }
    .bootstrap .col-md-pull-12 {
        right: 100%;
    }
    .bootstrap .col-md-pull-11 {
        right: 91.66666666666666%;
    }
    .bootstrap .col-md-pull-10 {
        right: 83.33333333333334%;
    }
    .bootstrap .col-md-pull-9 {
        right: 75%;
    }
    .bootstrap .col-md-pull-8 {
        right: 66.66666666666666%;
    }
    .bootstrap .col-md-pull-7 {
        right: 58.333333333333336%;
    }
    .bootstrap .col-md-pull-6 {
        right: 50%;
    }
    .bootstrap .col-md-pull-5 {
        right: 41.66666666666667%;
    }
    .bootstrap .col-md-pull-4 {
        right: 33.33333333333333%;
    }
    .bootstrap .col-md-pull-3 {
        right: 25%;
    }
    .bootstrap .col-md-pull-2 {
        right: 16.666666666666664%;
    }
    .bootstrap .col-md-pull-1 {
        right: 8.333333333333332%;
    }
    .bootstrap .col-md-pull-0 {
        right: 0%;
    }
    .bootstrap .col-md-push-12 {
        left: 100%;
    }
    .bootstrap .col-md-push-11 {
        left: 91.66666666666666%;
    }
    .bootstrap .col-md-push-10 {
        left: 83.33333333333334%;
    }
    .bootstrap .col-md-push-9 {
        left: 75%;
    }
    .bootstrap .col-md-push-8 {
        left: 66.66666666666666%;
    }
    .bootstrap .col-md-push-7 {
        left: 58.333333333333336%;
    }
    .bootstrap .col-md-push-6 {
        left: 50%;
    }
    .bootstrap .col-md-push-5 {
        left: 41.66666666666667%;
    }
    .bootstrap .col-md-push-4 {
        left: 33.33333333333333%;
    }
    .bootstrap .col-md-push-3 {
        left: 25%;
    }
    .bootstrap .col-md-push-2 {
        left: 16.666666666666664%;
    }
    .bootstrap .col-md-push-1 {
        left: 8.333333333333332%;
    }
    .bootstrap .col-md-push-0 {
        left: 0%;
    }
    .bootstrap .col-md-offset-12 {
        margin-left: 100%;
    }
    .bootstrap .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .bootstrap .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .bootstrap .col-md-offset-9 {
        margin-left: 75%;
    }
    .bootstrap .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .bootstrap .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .bootstrap .col-md-offset-6 {
        margin-left: 50%;
    }
    .bootstrap .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .bootstrap .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .bootstrap .col-md-offset-3 {
        margin-left: 25%;
    }
    .bootstrap .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .bootstrap .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .bootstrap .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .bootstrap .col-lg-12 {
        width: 100%;
    }
    .bootstrap .col-lg-11 {
        width: 91.66666666666666%;
    }
    .bootstrap .col-lg-10 {
        width: 83.33333333333334%;
    }
    .bootstrap .col-lg-9 {
        width: 75%;
    }
    .bootstrap .col-lg-8 {
        width: 66.66666666666666%;
    }
    .bootstrap .col-lg-7 {
        width: 58.333333333333336%;
    }
    .bootstrap .col-lg-6 {
        width: 50%;
    }
    .bootstrap .col-lg-5 {
        width: 41.66666666666667%;
    }
    .bootstrap .col-lg-4 {
        width: 33.33333333333333%;
    }
    .bootstrap .col-lg-3 {
        width: 25%;
    }
    .bootstrap .col-lg-2 {
        width: 16.666666666666664%;
    }
    .bootstrap .col-lg-1 {
        width: 8.333333333333332%;
    }
    .bootstrap .col-lg-pull-12 {
        right: 100%;
    }
    .bootstrap .col-lg-pull-11 {
        right: 91.66666666666666%;
    }
    .bootstrap .col-lg-pull-10 {
        right: 83.33333333333334%;
    }
    .bootstrap .col-lg-pull-9 {
        right: 75%;
    }
    .bootstrap .col-lg-pull-8 {
        right: 66.66666666666666%;
    }
    .bootstrap .col-lg-pull-7 {
        right: 58.333333333333336%;
    }
    .bootstrap .col-lg-pull-6 {
        right: 50%;
    }
    .bootstrap .col-lg-pull-5 {
        right: 41.66666666666667%;
    }
    .bootstrap .col-lg-pull-4 {
        right: 33.33333333333333%;
    }
    .bootstrap .col-lg-pull-3 {
        right: 25%;
    }
    .bootstrap .col-lg-pull-2 {
        right: 16.666666666666664%;
    }
    .bootstrap .col-lg-pull-1 {
        right: 8.333333333333332%;
    }
    .bootstrap .col-lg-pull-0 {
        right: 0%;
    }
    .bootstrap .col-lg-push-12 {
        left: 100%;
    }
    .bootstrap .col-lg-push-11 {
        left: 91.66666666666666%;
    }
    .bootstrap .col-lg-push-10 {
        left: 83.33333333333334%;
    }
    .bootstrap .col-lg-push-9 {
        left: 75%;
    }
    .bootstrap .col-lg-push-8 {
        left: 66.66666666666666%;
    }
    .bootstrap .col-lg-push-7 {
        left: 58.333333333333336%;
    }
    .bootstrap .col-lg-push-6 {
        left: 50%;
    }
    .bootstrap .col-lg-push-5 {
        left: 41.66666666666667%;
    }
    .bootstrap .col-lg-push-4 {
        left: 33.33333333333333%;
    }
    .bootstrap .col-lg-push-3 {
        left: 25%;
    }
    .bootstrap .col-lg-push-2 {
        left: 16.666666666666664%;
    }
    .bootstrap .col-lg-push-1 {
        left: 8.333333333333332%;
    }
    .bootstrap .col-lg-push-0 {
        left: 0%;
    }
    .bootstrap .col-lg-offset-12 {
        margin-left: 100%;
    }
    .bootstrap .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .bootstrap .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .bootstrap .col-lg-offset-9 {
        margin-left: 75%;
    }
    .bootstrap .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .bootstrap .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .bootstrap .col-lg-offset-6 {
        margin-left: 50%;
    }
    .bootstrap .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .bootstrap .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .bootstrap .col-lg-offset-3 {
        margin-left: 25%;
    }
    .bootstrap .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .bootstrap .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .bootstrap .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.bootstrap table {
    max-width: 100%;
    background-color: transparent;
}
.bootstrap th {
    text-align: left;
}
.bootstrap .table {
    width: 100%;
    margin-bottom: 20px;
}
.bootstrap .table > thead > tr > th,
.bootstrap .table > tbody > tr > th,
.bootstrap .table > tfoot > tr > th,
.bootstrap .table > thead > tr > td,
.bootstrap .table > tbody > tr > td,
.bootstrap .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.bootstrap .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.bootstrap .table > caption + thead > tr:first-child > th,
.bootstrap .table > colgroup + thead > tr:first-child > th,
.bootstrap .table > thead:first-child > tr:first-child > th,
.bootstrap .table > caption + thead > tr:first-child > td,
.bootstrap .table > colgroup + thead > tr:first-child > td,
.bootstrap .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.bootstrap .table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.bootstrap .table .table {
    background-color: #ffffff;
}
.bootstrap .table-condensed > thead > tr > th,
.bootstrap .table-condensed > tbody > tr > th,
.bootstrap .table-condensed > tfoot > tr > th,
.bootstrap .table-condensed > thead > tr > td,
.bootstrap .table-condensed > tbody > tr > td,
.bootstrap .table-condensed > tfoot > tr > td {
    padding: 5px;
}
.bootstrap .table-bordered {
    border: 1px solid #dddddd;
}
.bootstrap .table-bordered > thead > tr > th,
.bootstrap .table-bordered > tbody > tr > th,
.bootstrap .table-bordered > tfoot > tr > th,
.bootstrap .table-bordered > thead > tr > td,
.bootstrap .table-bordered > tbody > tr > td,
.bootstrap .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.bootstrap .table-bordered > thead > tr > th,
.bootstrap .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.bootstrap .table-striped > tbody > tr:nth-child(odd) > td,
.bootstrap .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.bootstrap .table-hover > tbody > tr:hover > td,
.bootstrap .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
.bootstrap table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
.bootstrap table td[class*="col-"],
.bootstrap table th[class*="col-"] {
    float: none;
    display: table-cell;
}
.bootstrap .table > thead > tr > .active,
.bootstrap .table > tbody > tr > .active,
.bootstrap .table > tfoot > tr > .active,
.bootstrap .table > thead > .active > td,
.bootstrap .table > tbody > .active > td,
.bootstrap .table > tfoot > .active > td,
.bootstrap .table > thead > .active > th,
.bootstrap .table > tbody > .active > th,
.bootstrap .table > tfoot > .active > th {
    background-color: #f5f5f5;
}
.bootstrap .table-hover > tbody > tr > .active:hover,
.bootstrap .table-hover > tbody > .active:hover > td,
.bootstrap .table-hover > tbody > .active:hover > th {
    background-color: #e8e8e8;
}
.bootstrap .table > thead > tr > .success,
.bootstrap .table > tbody > tr > .success,
.bootstrap .table > tfoot > tr > .success,
.bootstrap .table > thead > .success > td,
.bootstrap .table > tbody > .success > td,
.bootstrap .table > tfoot > .success > td,
.bootstrap .table > thead > .success > th,
.bootstrap .table > tbody > .success > th,
.bootstrap .table > tfoot > .success > th {
    background-color: #dff0d8;
}
.bootstrap .table-hover > tbody > tr > .success:hover,
.bootstrap .table-hover > tbody > .success:hover > td,
.bootstrap .table-hover > tbody > .success:hover > th {
    background-color: #d0e9c6;
}
.bootstrap .table > thead > tr > .danger,
.bootstrap .table > tbody > tr > .danger,
.bootstrap .table > tfoot > tr > .danger,
.bootstrap .table > thead > .danger > td,
.bootstrap .table > tbody > .danger > td,
.bootstrap .table > tfoot > .danger > td,
.bootstrap .table > thead > .danger > th,
.bootstrap .table > tbody > .danger > th,
.bootstrap .table > tfoot > .danger > th {
    background-color: #f2dede;
}
.bootstrap .table-hover > tbody > tr > .danger:hover,
.bootstrap .table-hover > tbody > .danger:hover > td,
.bootstrap .table-hover > tbody > .danger:hover > th {
    background-color: #ebcccc;
}
.bootstrap .table > thead > tr > .warning,
.bootstrap .table > tbody > tr > .warning,
.bootstrap .table > tfoot > tr > .warning,
.bootstrap .table > thead > .warning > td,
.bootstrap .table > tbody > .warning > td,
.bootstrap .table > tfoot > .warning > td,
.bootstrap .table > thead > .warning > th,
.bootstrap .table > tbody > .warning > th,
.bootstrap .table > tfoot > .warning > th {
    background-color: #fcf8e3;
}
.bootstrap .table-hover > tbody > tr > .warning:hover,
.bootstrap .table-hover > tbody > .warning:hover > td,
.bootstrap .table-hover > tbody > .warning:hover > th {
    background-color: #faf2cc;
}
@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }
    .bootstrap .table-responsive > .table {
        margin-bottom: 0;
    }
    .bootstrap .table-responsive > .table > thead > tr > th,
    .bootstrap .table-responsive > .table > tbody > tr > th,
    .bootstrap .table-responsive > .table > tfoot > tr > th,
    .bootstrap .table-responsive > .table > thead > tr > td,
    .bootstrap .table-responsive > .table > tbody > tr > td,
    .bootstrap .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .bootstrap .table-responsive > .table-bordered {
        border: 0;
    }
    .bootstrap .table-responsive > .table-bordered > thead > tr > th:first-child,
    .bootstrap .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .bootstrap .table-responsive > .table-bordered > thead > tr > td:first-child,
    .bootstrap .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .bootstrap .table-responsive > .table-bordered > thead > tr > th:last-child,
    .bootstrap .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .bootstrap .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .bootstrap .table-responsive > .table-bordered > thead > tr > td:last-child,
    .bootstrap .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .bootstrap .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .bootstrap .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .bootstrap .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
.bootstrap fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
.bootstrap legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.bootstrap label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.bootstrap input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap input[type="radio"],
.bootstrap input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */

    line-height: normal;
}
.bootstrap input[type="file"] {
    display: block;
}
.bootstrap select[multiple],
.bootstrap select[size] {
    height: auto;
}
.bootstrap select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}
.bootstrap input[type="file"]:focus,
.bootstrap input[type="radio"]:focus,
.bootstrap input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.bootstrap input[type="number"]::-webkit-outer-spin-button,
.bootstrap input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}
.bootstrap output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
}
.bootstrap .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap .form-control:-moz-placeholder {
    color: #999999;
}
.bootstrap .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.bootstrap .form-control:-ms-input-placeholder {
    color: #999999;
}
.bootstrap .form-control::-webkit-input-placeholder {
    color: #999999;
}
.bootstrap .form-control[disabled],
.bootstrap .form-control[readonly],
.bootstrap fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}
.bootstrap textarea.form-control {
    height: auto;
}
.bootstrap .form-group {
    margin-bottom: 15px;
}
.bootstrap .radio,
.bootstrap .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}
.bootstrap .radio label,
.bootstrap .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.bootstrap .radio input[type="radio"],
.bootstrap .radio-inline input[type="radio"],
.bootstrap .checkbox input[type="checkbox"],
.bootstrap .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.bootstrap .radio + .radio,
.bootstrap .checkbox + .checkbox {
    margin-top: -5px;
}
.bootstrap .radio-inline,
.bootstrap .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.bootstrap .radio-inline + .radio-inline,
.bootstrap .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
.bootstrap input[type="radio"][disabled],
.bootstrap input[type="checkbox"][disabled],
.bootstrap .radio[disabled],
.bootstrap .radio-inline[disabled],
.bootstrap .checkbox[disabled],
.bootstrap .checkbox-inline[disabled],
.bootstrap fieldset[disabled] input[type="radio"],
.bootstrap fieldset[disabled] input[type="checkbox"],
.bootstrap fieldset[disabled] .radio,
.bootstrap fieldset[disabled] .radio-inline,
.bootstrap fieldset[disabled] .checkbox,
.bootstrap fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.bootstrap .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bootstrap select.input-sm {
    height: 30px;
    line-height: 30px;
}
.bootstrap textarea.input-sm {
    height: auto;
}
.bootstrap .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.bootstrap select.input-lg {
    height: 46px;
    line-height: 46px;
}
.bootstrap textarea.input-lg {
    height: auto;
}
.bootstrap .has-warning .help-block,
.bootstrap .has-warning .control-label,
.bootstrap .has-warning .radio,
.bootstrap .has-warning .checkbox,
.bootstrap .has-warning .radio-inline,
.bootstrap .has-warning .checkbox-inline {
    color: #8a6d3b;
}
.bootstrap .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.bootstrap .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.bootstrap .has-error .help-block,
.bootstrap .has-error .control-label,
.bootstrap .has-error .radio,
.bootstrap .has-error .checkbox,
.bootstrap .has-error .radio-inline,
.bootstrap .has-error .checkbox-inline {
    color: #a94442;
}
.bootstrap .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.bootstrap .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.bootstrap .has-success .help-block,
.bootstrap .has-success .control-label,
.bootstrap .has-success .radio,
.bootstrap .has-success .checkbox,
.bootstrap .has-success .radio-inline,
.bootstrap .has-success .checkbox-inline {
    color: #3c763d;
}
.bootstrap .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.bootstrap .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.bootstrap .form-control-static {
    margin-bottom: 0;
}
.bootstrap .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .bootstrap .form-inline .form-control {
        display: inline-block;
    }
    .bootstrap .form-inline select.form-control {
        width: auto;
    }
    .bootstrap .form-inline .radio,
    .bootstrap .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }
    .bootstrap .form-inline .radio input[type="radio"],
    .bootstrap .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}
.bootstrap .form-horizontal .control-label,
.bootstrap .form-horizontal .radio,
.bootstrap .form-horizontal .checkbox,
.bootstrap .form-horizontal .radio-inline,
.bootstrap .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.bootstrap .form-horizontal .radio,
.bootstrap .form-horizontal .checkbox {
    min-height: 27px;
}
.bootstrap .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.bootstrap .form-horizontal .form-group:before,
.bootstrap .form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.bootstrap .form-horizontal .form-group:after {
    clear: both;
}
.bootstrap .form-horizontal .form-control-static {
    padding-top: 7px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}
.bootstrap .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.bootstrap .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.bootstrap .btn:hover,
.bootstrap .btn:focus {
    color: #333333;
    text-decoration: none;
}
.bootstrap .btn:active,
.bootstrap .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap .btn.disabled,
.bootstrap .btn[disabled],
.bootstrap fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap .btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.bootstrap .btn-default:hover,
.bootstrap .btn-default:focus,
.bootstrap .btn-default:active,
.bootstrap .btn-default.active,
.bootstrap .open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.bootstrap .btn-default:active,
.bootstrap .btn-default.active,
.bootstrap .open .dropdown-toggle.btn-default {
    background-image: none;
}
.bootstrap .btn-default.disabled,
.bootstrap .btn-default[disabled],
.bootstrap fieldset[disabled] .btn-default,
.bootstrap .btn-default.disabled:hover,
.bootstrap .btn-default[disabled]:hover,
.bootstrap fieldset[disabled] .btn-default:hover,
.bootstrap .btn-default.disabled:focus,
.bootstrap .btn-default[disabled]:focus,
.bootstrap fieldset[disabled] .btn-default:focus,
.bootstrap .btn-default.disabled:active,
.bootstrap .btn-default[disabled]:active,
.bootstrap fieldset[disabled] .btn-default:active,
.bootstrap .btn-default.disabled.active,
.bootstrap .btn-default[disabled].active,
.bootstrap fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.bootstrap .btn-default .badge {
    color: #ffffff;
    background-color: #fff;
}
.bootstrap .btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}
.bootstrap .btn-primary:hover,
.bootstrap .btn-primary:focus,
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.bootstrap .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.bootstrap .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.bootstrap .btn-primary.disabled,
.bootstrap .btn-primary[disabled],
.bootstrap fieldset[disabled] .btn-primary,
.bootstrap .btn-primary.disabled:hover,
.bootstrap .btn-primary[disabled]:hover,
.bootstrap fieldset[disabled] .btn-primary:hover,
.bootstrap .btn-primary.disabled:focus,
.bootstrap .btn-primary[disabled]:focus,
.bootstrap fieldset[disabled] .btn-primary:focus,
.bootstrap .btn-primary.disabled:active,
.bootstrap .btn-primary[disabled]:active,
.bootstrap fieldset[disabled] .btn-primary:active,
.bootstrap .btn-primary.disabled.active,
.bootstrap .btn-primary[disabled].active,
.bootstrap fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.bootstrap .btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.bootstrap .btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.bootstrap .btn-warning:hover,
.bootstrap .btn-warning:focus,
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.bootstrap .open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.bootstrap .open .dropdown-toggle.btn-warning {
    background-image: none;
}
.bootstrap .btn-warning.disabled,
.bootstrap .btn-warning[disabled],
.bootstrap fieldset[disabled] .btn-warning,
.bootstrap .btn-warning.disabled:hover,
.bootstrap .btn-warning[disabled]:hover,
.bootstrap fieldset[disabled] .btn-warning:hover,
.bootstrap .btn-warning.disabled:focus,
.bootstrap .btn-warning[disabled]:focus,
.bootstrap fieldset[disabled] .btn-warning:focus,
.bootstrap .btn-warning.disabled:active,
.bootstrap .btn-warning[disabled]:active,
.bootstrap fieldset[disabled] .btn-warning:active,
.bootstrap .btn-warning.disabled.active,
.bootstrap .btn-warning[disabled].active,
.bootstrap fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.bootstrap .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.bootstrap .btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.bootstrap .btn-danger:hover,
.bootstrap .btn-danger:focus,
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.bootstrap .open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.bootstrap .open .dropdown-toggle.btn-danger {
    background-image: none;
}
.bootstrap .btn-danger.disabled,
.bootstrap .btn-danger[disabled],
.bootstrap fieldset[disabled] .btn-danger,
.bootstrap .btn-danger.disabled:hover,
.bootstrap .btn-danger[disabled]:hover,
.bootstrap fieldset[disabled] .btn-danger:hover,
.bootstrap .btn-danger.disabled:focus,
.bootstrap .btn-danger[disabled]:focus,
.bootstrap fieldset[disabled] .btn-danger:focus,
.bootstrap .btn-danger.disabled:active,
.bootstrap .btn-danger[disabled]:active,
.bootstrap fieldset[disabled] .btn-danger:active,
.bootstrap .btn-danger.disabled.active,
.bootstrap .btn-danger[disabled].active,
.bootstrap fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.bootstrap .btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.bootstrap .btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.bootstrap .btn-success:hover,
.bootstrap .btn-success:focus,
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.bootstrap .open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.bootstrap .open .dropdown-toggle.btn-success {
    background-image: none;
}
.bootstrap .btn-success.disabled,
.bootstrap .btn-success[disabled],
.bootstrap fieldset[disabled] .btn-success,
.bootstrap .btn-success.disabled:hover,
.bootstrap .btn-success[disabled]:hover,
.bootstrap fieldset[disabled] .btn-success:hover,
.bootstrap .btn-success.disabled:focus,
.bootstrap .btn-success[disabled]:focus,
.bootstrap fieldset[disabled] .btn-success:focus,
.bootstrap .btn-success.disabled:active,
.bootstrap .btn-success[disabled]:active,
.bootstrap fieldset[disabled] .btn-success:active,
.bootstrap .btn-success.disabled.active,
.bootstrap .btn-success[disabled].active,
.bootstrap fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.bootstrap .btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.bootstrap .btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.bootstrap .btn-info:hover,
.bootstrap .btn-info:focus,
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.bootstrap .open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.bootstrap .open .dropdown-toggle.btn-info {
    background-image: none;
}
.bootstrap .btn-info.disabled,
.bootstrap .btn-info[disabled],
.bootstrap fieldset[disabled] .btn-info,
.bootstrap .btn-info.disabled:hover,
.bootstrap .btn-info[disabled]:hover,
.bootstrap fieldset[disabled] .btn-info:hover,
.bootstrap .btn-info.disabled:focus,
.bootstrap .btn-info[disabled]:focus,
.bootstrap fieldset[disabled] .btn-info:focus,
.bootstrap .btn-info.disabled:active,
.bootstrap .btn-info[disabled]:active,
.bootstrap fieldset[disabled] .btn-info:active,
.bootstrap .btn-info.disabled.active,
.bootstrap .btn-info[disabled].active,
.bootstrap fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.bootstrap .btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.bootstrap .btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}
.bootstrap .btn-link,
.bootstrap .btn-link:active,
.bootstrap .btn-link[disabled],
.bootstrap fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap .btn-link,
.bootstrap .btn-link:hover,
.bootstrap .btn-link:focus,
.bootstrap .btn-link:active {
    border-color: transparent;
}
.bootstrap .btn-link:hover,
.bootstrap .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.bootstrap .btn-link[disabled]:hover,
.bootstrap fieldset[disabled] .btn-link:hover,
.bootstrap .btn-link[disabled]:focus,
.bootstrap fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}
.bootstrap .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.bootstrap .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bootstrap .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bootstrap .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.bootstrap .btn-block + .btn-block {
    margin-top: 5px;
}
.bootstrap input[type="submit"].btn-block,
.bootstrap input[type="reset"].btn-block,
.bootstrap input[type="button"].btn-block {
    width: 100%;
}


/* ROMAIN C. */

.bootstrap .table th {
    border-right: none;
    border-left: none;
}
.bootstrap .table td {
    border-left: none;
    border-right: none;
    border-bottom: none;
}