<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
@file
Vital parts of bootstrap (prefixed), should be inlined.
*/

.bs .lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

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

.bs .text-muted {
  color: #999999;
}

.bs .text-primary {
  color: #428bca;
}

.bs .text-warning {
  color: #c09853;
}

.bs .text-danger {
  color: #b94a48;
}

.bs .text-success {
  color: #468847;
}

.bs .text-info {
  color: #3a87ad;
}

.bs .text-left {
  text-align: left;
}

.bs .text-right {
  text-align: right;
}

.bs .text-center {
  text-align: center;
}

.bs .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.bs .list-inline {
  padding-left: 0;
  list-style: none;
}

.bs .list-inline &gt; li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.bs .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bs .container:before,
.bs .container:after {
  display: table;
  content: " ";
}

.bs .container:after {
  clear: both;
}

.bs .container:before,
.bs .container:after {
  display: table;
  content: " ";
}

.bs .container:after {
  clear: both;
}

.bs .row {
  margin-right: -15px;
  margin-left: -15px;
}

.bs .row:before,
.bs .row:after {
  display: table;
  content: " ";
}

.bs .row:after {
  clear: both;
}

.bs .row:before,
.bs .row:after {
  display: table;
  content: " ";
}

.bs .row:after {
  clear: both;
}

.bs .col-xs-1,
.bs .col-xs-2,
.bs .col-xs-3,
.bs .col-xs-4,
.bs .col-xs-5,
.bs .col-xs-6,
.bs .col-xs-7,
.bs .col-xs-8,
.bs .col-xs-9,
.bs .col-xs-10,
.bs .col-xs-11,
.bs .col-xs-12,
.bs .col-sm-1,
.bs .col-sm-2,
.bs .col-sm-3,
.bs .col-sm-4,
.bs .col-sm-5,
.bs .col-sm-6,
.bs .col-sm-7,
.bs .col-sm-8,
.bs .col-sm-9,
.bs .col-sm-10,
.bs .col-sm-11,
.bs .col-sm-12,
.bs .col-md-1,
.bs .col-md-2,
.bs .col-md-3,
.bs .col-md-4,
.bs .col-md-5,
.bs .col-md-6,
.bs .col-md-7,
.bs .col-md-8,
.bs .col-md-9,
.bs .col-md-10,
.bs .col-md-11,
.bs .col-md-12,
.bs .col-lg-1,
.bs .col-lg-2,
.bs .col-lg-3,
.bs .col-lg-4,
.bs .col-lg-5,
.bs .col-lg-6,
.bs .col-lg-7,
.bs .col-lg-8,
.bs .col-lg-9,
.bs .col-lg-10,
.bs .col-lg-11,
.bs .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.bs .col-xs-1,
.bs .col-xs-2,
.bs .col-xs-3,
.bs .col-xs-4,
.bs .col-xs-5,
.bs .col-xs-6,
.bs .col-xs-7,
.bs .col-xs-8,
.bs .col-xs-9,
.bs .col-xs-10,
.bs .col-xs-11 {
  float: left;
}

.bs .col-xs-1 {
  width: 8.333333333333332%;
}

.bs .col-xs-2 {
  width: 16.666666666666664%;
}

.bs .col-xs-3 {
  width: 25%;
}

.bs .col-xs-4 {
  width: 33.33333333333333%;
}

.bs .col-xs-5 {
  width: 41.66666666666667%;
}

.bs .col-xs-6 {
  width: 50%;
}

.bs .col-xs-7 {
  width: 58.333333333333336%;
}

.bs .col-xs-8 {
  width: 66.66666666666666%;
}

.bs .col-xs-9 {
  width: 75%;
}

.bs .col-xs-10 {
  width: 83.33333333333334%;
}

.bs .col-xs-11 {
  width: 91.66666666666666%;
}

.bs .col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .bs .container {
    max-width: 750px;
  }
  .bs .col-sm-1,
  .bs .col-sm-2,
  .bs .col-sm-3,
  .bs .col-sm-4,
  .bs .col-sm-5,
  .bs .col-sm-6,
  .bs .col-sm-7,
  .bs .col-sm-8,
  .bs .col-sm-9,
  .bs .col-sm-10,
  .bs .col-sm-11 {
    float: left;
  }
  [dir="rtl"] .bs .col-sm-1,
  [dir="rtl"] .bs .col-sm-2,
  [dir="rtl"] .bs .col-sm-3,
  [dir="rtl"] .bs .col-sm-4,
  [dir="rtl"] .bs .col-sm-5,
  [dir="rtl"] .bs .col-sm-6,
  [dir="rtl"] .bs .col-sm-7,
  [dir="rtl"] .bs .col-sm-8,
  [dir="rtl"] .bs .col-sm-9,
  [dir="rtl"] .bs .col-sm-10,
  [dir="rtl"] .bs .col-sm-11 {
    float: right;
  }  
  .bs .col-sm-1 {
    width: 8.333333333333332%;
  }
  .bs .col-sm-2 {
    width: 16.666666666666664%;
  }
  .bs .col-sm-3 {
    width: 25%;
  }
  .bs .col-sm-4 {
    width: 33.33333333333333%;
  }
  .bs .col-sm-5 {
    width: 41.66666666666667%;
  }
  .bs .col-sm-6 {
    width: 50%;
  }
  .bs .col-sm-7 {
    width: 58.333333333333336%;
  }
  .bs .col-sm-8 {
    width: 66.66666666666666%;
  }
  .bs .col-sm-9 {
    width: 75%;
  }
  .bs .col-sm-10 {
    width: 83.33333333333334%;
  }
  .bs .col-sm-11 {
    width: 91.66666666666666%;
  }
  .bs .col-sm-12 {
    width: 100%;
  }
  .bs .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .bs .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .bs .col-sm-push-3 {
    left: 25%;
  }
  .bs .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .bs .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .bs .col-sm-push-6 {
    left: 50%;
  }
  .bs .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .bs .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .bs .col-sm-push-9 {
    left: 75%;
  }
  .bs .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .bs .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .bs .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .bs .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .bs .col-sm-pull-3 {
    right: 25%;
  }
  .bs .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .bs .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .bs .col-sm-pull-6 {
    right: 50%;
  }
  .bs .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .bs .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .bs .col-sm-pull-9 {
    right: 75%;
  }
  .bs .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .bs .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .bs .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .bs .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .bs .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bs .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .bs .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .bs .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bs .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .bs .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .bs .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bs .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .bs .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .bs .container {
    max-width: 970px;
  }
  .bs .col-md-1,
  .bs .col-md-2,
  .bs .col-md-3,
  .bs .col-md-4,
  .bs .col-md-5,
  .bs .col-md-6,
  .bs .col-md-7,
  .bs .col-md-8,
  .bs .col-md-9,
  .bs .col-md-10,
  .bs .col-md-11 {
    float: left;
  }
  .bs .col-md-1 {
    width: 8.333333333333332%;
  }
  .bs .col-md-2 {
    width: 16.666666666666664%;
  }
  .bs .col-md-3 {
    width: 25%;
  }
  .bs .col-md-4 {
    width: 33.33333333333333%;
  }
  .bs .col-md-5 {
    width: 41.66666666666667%;
  }
  .bs .col-md-6 {
    width: 50%;
  }
  .bs .col-md-7 {
    width: 58.333333333333336%;
  }
  .bs .col-md-8 {
    width: 66.66666666666666%;
  }
  .bs .col-md-9 {
    width: 75%;
  }
  .bs .col-md-10 {
    width: 83.33333333333334%;
  }
  .bs .col-md-11 {
    width: 91.66666666666666%;
  }
  .bs .col-md-12 {
    width: 100%;
  }
  .bs .col-md-push-0 {
    left: auto;
  }
  .bs .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .bs .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .bs .col-md-push-3 {
    left: 25%;
  }
  .bs .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .bs .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .bs .col-md-push-6 {
    left: 50%;
  }
  .bs .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .bs .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .bs .col-md-push-9 {
    left: 75%;
  }
  .bs .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .bs .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .bs .col-md-pull-0 {
    right: auto;
  }
  .bs .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .bs .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .bs .col-md-pull-3 {
    right: 25%;
  }
  .bs .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .bs .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .bs .col-md-pull-6 {
    right: 50%;
  }
  .bs .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .bs .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .bs .col-md-pull-9 {
    right: 75%;
  }
  .bs .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .bs .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .bs .col-md-offset-0 {
    margin-left: 0;
  }
  .bs .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .bs .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .bs .col-md-offset-3 {
    margin-left: 25%;
  }
  .bs .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .bs .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .bs .col-md-offset-6 {
    margin-left: 50%;
  }
  .bs .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .bs .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .bs .col-md-offset-9 {
    margin-left: 75%;
  }
  .bs .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .bs .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .bs .container {
    max-width: 1170px;
  }
  .bs .col-lg-1,
  .bs .col-lg-2,
  .bs .col-lg-3,
  .bs .col-lg-4,
  .bs .col-lg-5,
  .bs .col-lg-6,
  .bs .col-lg-7,
  .bs .col-lg-8,
  .bs .col-lg-9,
  .bs .col-lg-10,
  .bs .col-lg-11 {
    float: left;
  }
  .bs .col-lg-1 {
    width: 8.333333333333332%;
  }
  .bs .col-lg-2 {
    width: 16.666666666666664%;
  }
  .bs .col-lg-3 {
    width: 25%;
  }
  .bs .col-lg-4 {
    width: 33.33333333333333%;
  }
  .bs .col-lg-5 {
    width: 41.66666666666667%;
  }
  .bs .col-lg-6 {
    width: 50%;
  }
  .bs .col-lg-7 {
    width: 58.333333333333336%;
  }
  .bs .col-lg-8 {
    width: 66.66666666666666%;
  }
  .bs .col-lg-9 {
    width: 75%;
  }
  .bs .col-lg-10 {
    width: 83.33333333333334%;
  }
  .bs .col-lg-11 {
    width: 91.66666666666666%;
  }
  .bs .col-lg-12 {
    width: 100%;
  }
  .bs .col-lg-push-0 {
    left: auto;
  }
  .bs .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .bs .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .bs .col-lg-push-3 {
    left: 25%;
  }
  .bs .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .bs .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .bs .col-lg-push-6 {
    left: 50%;
  }
  .bs .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .bs .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .bs .col-lg-push-9 {
    left: 75%;
  }
  .bs .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .bs .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .bs .col-lg-pull-0 {
    right: auto;
  }
  .bs .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .bs .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .bs .col-lg-pull-3 {
    right: 25%;
  }
  .bs .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .bs .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .bs .col-lg-pull-6 {
    right: 50%;
  }
  .bs .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .bs .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .bs .col-lg-pull-9 {
    right: 75%;
  }
  .bs .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .bs .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .bs .col-lg-offset-0 {
    margin-left: 0;
  }
  .bs .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .bs .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .bs .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bs .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .bs .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .bs .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bs .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .bs .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .bs .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bs .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .bs .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}



.bs .form-control:-moz-placeholder {
  color: #999999;
}

.bs .form-control::-moz-placeholder {
  color: #999999;
}

.bs .form-control:-ms-input-placeholder {
  color: #999999;
}

.bs .form-control::-webkit-input-placeholder {
  color: #999999;
}

.bs .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;
  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 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.bs .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.bs .form-control[disabled],
.bs .form-control[readonly],
.bs fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.bs textarea.form-control {
  height: auto;
}

.bs .form-group {
  margin-bottom: 15px;
}

.bs .radio,
.bs .checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.bs .radio label,
.bs .checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.bs .radio input[type="radio"],
.bs .radio-inline input[type="radio"],
.bs .checkbox input[type="checkbox"],
.bs .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
[dir="rtl"] .bs .radio input[type="radio"],
[dir="rtl"] .bs .radio-inline input[type="radio"],
[dir="rtl"] .bs .checkbox input[type="checkbox"],
[dir="rtl"] .bs .checkbox-inline input[type="checkbox"] { 
    float: right;
    margin-right: -20px;
    margin-left: 0px;
}



.bs .radio + .radio,
.bs .checkbox + .checkbox {
  margin-top: -5px;
}

.bs .radio-inline,
.bs .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.bs .radio-inline + .radio-inline,
.bs .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.bs .radio[disabled],
.bs .radio-inline[disabled],
.bs .checkbox[disabled],
.bs .checkbox-inline[disabled] {
  cursor: not-allowed;
}

.bs .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.bs textarea.input-sm {
  height: auto;
}

.bs .input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

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

.bs textarea.input-lg {
  height: auto;
}


.bs .form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.bs .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}



@media (min-width: 768px) {
  .bs .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bs .form-inline .form-control {
    display: inline-block;
  }
  .bs .form-inline .radio,
  .bs .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .bs .form-inline .radio input[type="radio"],
  .bs .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.bs .form-horizontal .control-label,
.bs .form-horizontal .radio,
.bs .form-horizontal .checkbox,
.bs .form-horizontal .radio-inline,
.bs .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.bs .form-horizontal .form-group:before,
.bs .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.bs .form-horizontal .form-group:after {
  clear: both;
}

.bs .form-horizontal .form-group:before,
.bs .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.bs .form-horizontal .form-group:after {
  clear: both;
}

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

.bs .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.bs .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.bs .btn:hover,
.bs .btn:focus {
  color: #333333;
  text-decoration: none;
}

.bs .btn:active,
.bs .btn.active {
  background-image: none;
  outline: 0;
  -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);
}

.bs .btn.disabled,
.bs .btn[disabled],
.bs fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bs .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.bs .btn-default:hover,
.bs .btn-default:focus,
.bs .btn-default:active,
.bs .btn-default.active,
.bs .open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.bs .btn-default:active,
.bs .btn-default.active,
.bs .open .dropdown-toggle.btn-default {
  background-image: none;
}

.bs .btn-default.disabled,
.bs .btn-default[disabled],
.bs fieldset[disabled] .btn-default,
.bs .btn-default.disabled:hover,
.bs .btn-default[disabled]:hover,
.bs fieldset[disabled] .btn-default:hover,
.bs .btn-default.disabled:focus,
.bs .btn-default[disabled]:focus,
.bs fieldset[disabled] .btn-default:focus,
.bs .btn-default.disabled:active,
.bs .btn-default[disabled]:active,
.bs fieldset[disabled] .btn-default:active,
.bs .btn-default.disabled.active,
.bs .btn-default[disabled].active,
.bs fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.bs .btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.bs .btn-primary:hover,
.bs .btn-primary:focus,
.bs .btn-primary:active,
.bs .btn-primary.active,
.bs .open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.bs .btn-primary:active,
.bs .btn-primary.active,
.bs .open .dropdown-toggle.btn-primary {
  background-image: none;
}

.bs .btn-primary.disabled,
.bs .btn-primary[disabled],
.bs fieldset[disabled] .btn-primary,
.bs .btn-primary.disabled:hover,
.bs .btn-primary[disabled]:hover,
.bs fieldset[disabled] .btn-primary:hover,
.bs .btn-primary.disabled:focus,
.bs .btn-primary[disabled]:focus,
.bs fieldset[disabled] .btn-primary:focus,
.bs .btn-primary.disabled:active,
.bs .btn-primary[disabled]:active,
.bs fieldset[disabled] .btn-primary:active,
.bs .btn-primary.disabled.active,
.bs .btn-primary[disabled].active,
.bs fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.bs .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.bs .btn-warning:hover,
.bs .btn-warning:focus,
.bs .btn-warning:active,
.bs .btn-warning.active,
.bs .open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.bs .btn-warning:active,
.bs .btn-warning.active,
.bs .open .dropdown-toggle.btn-warning {
  background-image: none;
}

.bs .btn-warning.disabled,
.bs .btn-warning[disabled],
.bs fieldset[disabled] .btn-warning,
.bs .btn-warning.disabled:hover,
.bs .btn-warning[disabled]:hover,
.bs fieldset[disabled] .btn-warning:hover,
.bs .btn-warning.disabled:focus,
.bs .btn-warning[disabled]:focus,
.bs fieldset[disabled] .btn-warning:focus,
.bs .btn-warning.disabled:active,
.bs .btn-warning[disabled]:active,
.bs fieldset[disabled] .btn-warning:active,
.bs .btn-warning.disabled.active,
.bs .btn-warning[disabled].active,
.bs fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.bs .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.bs .btn-danger:hover,
.bs .btn-danger:focus,
.bs .btn-danger:active,
.bs .btn-danger.active,
.bs .open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.bs .btn-danger:active,
.bs .btn-danger.active,
.bs .open .dropdown-toggle.btn-danger {
  background-image: none;
}

.bs .btn-danger.disabled,
.bs .btn-danger[disabled],
.bs fieldset[disabled] .btn-danger,
.bs .btn-danger.disabled:hover,
.bs .btn-danger[disabled]:hover,
.bs fieldset[disabled] .btn-danger:hover,
.bs .btn-danger.disabled:focus,
.bs .btn-danger[disabled]:focus,
.bs fieldset[disabled] .btn-danger:focus,
.bs .btn-danger.disabled:active,
.bs .btn-danger[disabled]:active,
.bs fieldset[disabled] .btn-danger:active,
.bs .btn-danger.disabled.active,
.bs .btn-danger[disabled].active,
.bs fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.bs .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.bs .btn-success:hover,
.bs .btn-success:focus,
.bs .btn-success:active,
.bs .btn-success.active,
.bs .open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.bs .btn-success:active,
.bs .btn-success.active,
.bs .open .dropdown-toggle.btn-success {
  background-image: none;
}

.bs .btn-success.disabled,
.bs .btn-success[disabled],
.bs fieldset[disabled] .btn-success,
.bs .btn-success.disabled:hover,
.bs .btn-success[disabled]:hover,
.bs fieldset[disabled] .btn-success:hover,
.bs .btn-success.disabled:focus,
.bs .btn-success[disabled]:focus,
.bs fieldset[disabled] .btn-success:focus,
.bs .btn-success.disabled:active,
.bs .btn-success[disabled]:active,
.bs fieldset[disabled] .btn-success:active,
.bs .btn-success.disabled.active,
.bs .btn-success[disabled].active,
.bs fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.bs .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.bs .btn-info:hover,
.bs .btn-info:focus,
.bs .btn-info:active,
.bs .btn-info.active,
.bs .open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.bs .btn-info:active,
.bs .btn-info.active,
.bs .open .dropdown-toggle.btn-info {
  background-image: none;
}

.bs .btn-info.disabled,
.bs .btn-info[disabled],
.bs fieldset[disabled] .btn-info,
.bs .btn-info.disabled:hover,
.bs .btn-info[disabled]:hover,
.bs fieldset[disabled] .btn-info:hover,
.bs .btn-info.disabled:focus,
.bs .btn-info[disabled]:focus,
.bs fieldset[disabled] .btn-info:focus,
.bs .btn-info.disabled:active,
.bs .btn-info[disabled]:active,
.bs fieldset[disabled] .btn-info:active,
.bs .btn-info.disabled.active,
.bs .btn-info[disabled].active,
.bs fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.bs .btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.bs .btn-link,
.bs .btn-link:active,
.bs .btn-link[disabled],
.bs fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bs .btn-link,
.bs .btn-link:hover,
.bs .btn-link:focus,
.bs .btn-link:active {
  border-color: transparent;
}

.bs .btn-link:hover,
.bs .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.bs .btn-link[disabled]:hover,
.bs fieldset[disabled] .btn-link:hover,
.bs .btn-link[disabled]:focus,
.bs fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.bs .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.bs .btn-sm,
.bs .btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.bs .btn-xs {
  padding: 1px 5px;
}

.bs .btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.bs .btn-block + .btn-block {
  margin-top: 5px;
}

.bs input[type="submit"].btn-block,
.bs input[type="reset"].btn-block,
.bs input[type="button"].btn-block {
  width: 100%;
}

.bs .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.bs .fade.in {
  opacity: 1;
}

.bs .collapse {
  display: none;
}

.bs .collapse.in {
  display: block;
}

.bs .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

</pre></body></html>