b, strong {
    font-weight: bold
}

fieldset {
    border: 1px solid #c0c0c0;
}

optgroup {
    font-weight: bold
}

body {
    font-size: 12px;
}

.img-rounded {
    border-radius: 4px
}

.img-thumbnail {
    border-radius: 3px;
}

hr {
    margin-top: 17px;
    margin-bottom: 17px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 17px;
    margin-bottom: 8.5px
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 8.5px;
    margin-bottom: 8.5px
}

h1, .h1 {
    font-size: 31px
}

h2, .h2 {
    font-size: 25px
}

h3, .h3 {
    font-size: 21px
}

h4, .h4 {
    font-size: 15px
}

h5, .h5 {
    font-size: 12px
}

h6, .h6 {
    font-size: 11px
}

p {
    margin: 0 0 8.5px
}

@media (min-width: 768px) {
    .lead {
        font-size: 18px
    }
}

small, .small {
    font-size: 91%
}

.page-header {
    padding-bottom: 7.5px;
    margin: 34px 0 17px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 8.5px
}

dl {
    margin-bottom: 17px
}

dt {
    font-weight: bold
}

blockquote {
    padding: 8.5px 17px;
    margin: 0 0 17px;
    font-size: 15px;
}

address {
    margin-bottom: 17px;
}

code {
    border-radius: 3px
}

kbd {
    border-radius: 2px;
}

kbd kbd {
    font-weight: bold;
}

pre {
    padding: 8px;
    margin: 0 0 8.5px;
    font-size: 11px;
    border: 1px solid #bbb;
    border-radius: 3px
}

.container {
    padding-left: 8px;
    padding-right: 8px
}

.row {
    margin-left: -8px;
    margin-right: -8px
}

.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 {
    padding-left: 8px;
    padding-right: 8px
}

caption {
    padding-top: 4px;
    padding-bottom: 4px;
}

.table {
    margin-bottom: 17px
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
    border-top: 1px solid #bbb
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 4px
}

.table-bordered {
    border: 1px solid #bbb
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #bbb
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 12.75px;
        border: 1px solid #bbb
    }
}

legend {
    margin-bottom: 17px;
    font-size: 18px;
}

label {
    font-weight: bold
}

output {
    padding-top: 4px;
    font-size: 12px;
}

.form-control {
    height: 25px;
    padding: 3px 6px;
    font-size: 12px;
    border: 1px solid #bbb;
    border-radius: 3px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 25px
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 24px
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 42px
    }
}

.form-group {
    margin-bottom: 0
}

.radio label, .checkbox label {
    min-height: 17px;
    font-weight: normal;
}

.radio-inline, .checkbox-inline {
    font-weight: normal;
}

.form-control-static {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.input-sm {
    height: 24px;
    padding: 3px 5px;
    font-size: 11px;
    border-radius: 2px
}

select.input-sm {
    height: 24px;
    line-height: 24px
}

.form-group-sm .form-control {
    height: 24px;
    padding: 3px 5px;
    font-size: 11px;
    border-radius: 2px
}

.form-group-sm select.form-control {
    height: 24px;
    line-height: 24px
}

.form-group-sm .form-control-static {
    height: 24px;
    min-height: 28px;
    padding: 4px 5px;
    font-size: 11px;
}

.input-lg {
    height: 42px;
    padding: 10px 8px;
    font-size: 15px;
    border-radius: 4px
}

select.input-lg {
    height: 42px;
    line-height: 42px
}

.form-group-lg .form-control {
    height: 42px;
    padding: 10px 8px;
    font-size: 15px;
    border-radius: 4px
}

.form-group-lg select.form-control {
    height: 42px;
    line-height: 42px
}

.form-group-lg .form-control-static {
    height: 42px;
    min-height: 32px;
    padding: 11px 8px;
    font-size: 15px;
}

.has-feedback .form-control {
    padding-right: 31.25px
}

.form-control-feedback {
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.has-success .input-group-addon {
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .input-group-addon {
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .input-group-addon {
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label ~ .form-control-feedback {
    top: 22px
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 4px
}

.form-horizontal .form-group {
    margin-left: -8px;
    margin-right: -8px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        padding-top: 4px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 8px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 15px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 4px;
        font-size: 11px
    }
}

.btn {
    font-weight: normal;
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 3px;
}

.btn-default {
    border-color: #bbb
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    border-color: #bbb
}

.btn-link {
    font-weight: normal;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 8px;
    font-size: 15px;
    border-radius: 4px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 3px 5px;
    font-size: 11px;
    border-radius: 2px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 3px;
    font-size: 11px;
    border-radius: 2px
}

.dropdown-menu {
    font-size: 12px;
    border: 1px solid #bbb;
    border-radius: 3px;
}

.dropdown-menu .divider {
    margin: 7.5px 0;
}

.dropdown-menu > li > a {
    font-weight: normal;
}

.dropdown-header {
    font-size: 11px;
}

.btn-lg .caret {
    border-width: 2px 2px 0;
}

.dropup .btn-lg .caret {
    border-width: 0 2px 2px
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 3px;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 42px;
    padding: 10px 8px;
    font-size: 15px;
    border-radius: 4px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 42px;
    line-height: 42px
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 24px;
    padding: 3px 5px;
    font-size: 11px;
    border-radius: 2px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 24px;
    line-height: 24px
}

.input-group-addon {
    padding: 3px 12px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #bbb;
    border-radius: 3px
}

.input-group-addon.input-sm {
    padding: 3px 5px;
    font-size: 11px;
    border-radius: 2px
}

.input-group-addon.input-lg {
    padding: 10px 8px;
    font-size: 15px;
    border-radius: 4px
}

.nav > li > a {
    padding: 6px 10px
}

.nav .nav-divider {
    margin: 7.5px 0;
}

.nav-tabs {
    border: 1px solid #bbb;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    padding-left: 3px;
    padding-bottom: 1px;
}

.nav-tabs > li > a {
    border-radius: 3px 3px 0 0
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #bbb;
}

.nav-tabs.nav-justified > li > a {
    border-radius: 3px
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-radius: 3px 3px 0 0
    }
}

.nav-pills > li > a {
    border-radius: 3px
}

.nav-tabs-justified > li > a {
    border-radius: 3px
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-radius: 3px 3px 0 0
    }
}

.navbar {
    margin-bottom: 17px;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 3px
    }
}

.navbar-collapse {
    padding-right: 8px;
    padding-left: 8px;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -8px;
    margin-left: -8px
}

.navbar-brand {
    padding: 16px 8px;
    font-size: 15px;
    line-height: 17px;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -8px
    }
}

.navbar-toggle {
    margin-right: 8px;
    border-radius: 3px
}

/* .navbar-nav {
    margin: 8.25px -8px
}
 */
.navbar-nav > li > a {
    line-height: 17px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 17px
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 16.5px;
        padding-bottom: 16.5px
    }
}

.navbar-form {
    margin-left: -8px;
    margin-right: -8px;
    padding: 10px 8px;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.navbar-btn {
    margin-top: 12.5px;
    margin-bottom: 12.5px
}

.navbar-btn.btn-sm {
    margin-top: 13px;
    margin-bottom: 13px
}

.navbar-text {
    margin-top: 16.5px;
    margin-bottom: 16.5px
}

@media (min-width: 768px) {
    .navbar-text {
        margin-left: 8px;
        margin-right: 8px
    }
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: -8px
    }
}

.breadcrumb {
    margin-bottom: 17px;
    border-radius: 3px
}

.pagination {
    margin: 17px 0;
    border-radius: 3px
}

.pagination > li > a, .pagination > li > span {
    padding: 3px 12px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 8px;
    font-size: 15px;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 8px;
    font-size: 15px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 3px 5px;
    font-size: 11px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.pager {
    margin: 17px 0;
    list-style: none;
    text-align: center
}

.label {
    font-weight: bold;
}

.badge {
    font-size: 11px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 54px
    }
}

.thumbnail {
    margin-bottom: 17px;
    border-radius: 3px;
}

.thumbnail > img, .thumbnail a > img {
    margin-left: auto;
    margin-right: auto
}

.alert {
    margin-bottom: 17px;
    border-radius: 3px
}

.alert .alert-link {
    font-weight: bold
}

.progress {
    height: 17px;
    margin-bottom: 17px;
    border-radius: 3px;
}

.progress-bar {
    width: 0%;
    font-size: 11px;
    line-height: 17px;
}

.list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel {
    margin-bottom: 17px;
    border-radius: 3px;
}

.panel-heading {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel-title {
    font-size: 14px;
}

.panel-footer {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 2px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 2px
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 2px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 2px
}

.panel-group {
    margin-bottom: 17px
}

.panel-group .panel {
    border-radius: 3px
}

.panel-default > .panel-heading {
    border-color: #bbb;
}

.well {
    border-radius: 3px;
}

.well-lg {
    border-radius: 4px
}

.well-sm {
    border-radius: 2px
}

.close {
    font-size: 18px;
    font-weight: bold;
}

.modal-content {
    border-radius: 4px;
}

.tooltip {
    font-weight: normal;
}

.tooltip-inner {
    border-radius: 3px
}

.popover {
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #bbb;
    border-radius: 4px;
}

.popover-title {
    font-size: 12px;
    border-radius: 3px 3px 0 0
}
