/* ============================================ */
/*  CUSTOMIZED TWITTER BOOTSTRAP (subset)       */
/*      StyleSheet                              */
/*                                              */
/*  Copyright © 2015 Guidance Rotterdam B.V.    */
/*  All rights reserved.                        */
/*                                              */
/*  Patially based on:                          */
/*    Bootstrap v3.3.5                          */
/*    Copyright 2011-2015 Twitter, Inc.         */
/*    Bootstrap licensed under MIT              */
/* ============================================ */

body .b-s  {
  margin: 0;
}
.b-s article,
.b-s aside,
.b-s details,
.b-s figcaption,
.b-s figure,
.b-s footer,
.b-s header,
.b-s hgroup,
.b-s main,
.b-s menu,
.b-s nav,
.b-s section,
.b-s summary {
  display: block;
}
.b-s audio,
.b-s canvas,
.b-s progress,
.b-s video {
  display: inline-block;
  vertical-align: baseline;
}
.b-s audio:not([controls]) {
  display: none;
  height: 0;
}
.b-s [hidden],
.b-s template {
  display: none;
}
.b-s a {
  background-color: transparent;
}
.b-s a:active,
.b-s a:hover {
  outline: 0;
}
.b-s abbr[title] {
  border-bottom: 1px dotted;
}
.b-s b,
.b-s strong {
  font-weight: bold;
}
.b-s dfn {
  font-style: italic;
}
.b-s h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.b-s mark {
  background: #ff0;
  color: #000;
}
.b-s small {
  font-size: 80%;
}
.b-s sub,
.b-s sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.b-s sup {
  top: -0.5em;
}
.b-s sub {
  bottom: -0.25em;
}
.b-s img {
  border: 0;
}
.b-s svg:not(:root) {
  overflow: hidden;
}
.b-s figure {
  margin: 1em 40px;
}
.b-s hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
.b-s .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .b-s .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .b-s .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .b-s .container {
    width: 1170px;
  }
}
.b-s .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.b-s .container:before,
.b-s .container:after,
.b-s .container-fluid:before,
.b-s .container-fluid:after {
  display: table;
  content: ' ';
}
.b-s .container:after,
.b-s .container-fluid:after {
  clear: both;
}
.b-s pre {
  overflow: auto;
}
.b-s code,
.b-s kbd,
.b-s pre,
.b-s samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.b-s button,
.b-s input,
.b-s optgroup,
.b-s select,
.b-s textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.b-s button {
  overflow: visible;
}
.b-s button,
.b-s select {
  text-transform: none;
}
.b-s button,
html .b-s input[type='button'],
.b-s input[type='reset'],
.b-s input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
.b-s button[disabled],
html .b-s input[disabled] {
  cursor: default;
}
.b-s button::-moz-focus-inner,
.b-s input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.b-s input {
  line-height: normal;
}
.b-s input[type='checkbox'],
.b-s input[type='radio'] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.b-s input[type='number']::-webkit-inner-spin-button,
.b-s input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
.b-s input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.b-s input[type='search']::-webkit-search-cancel-button,
.b-s input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.b-s fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.b-s legend {
  border: 0;
  padding: 0;
}
.b-s textarea {
  overflow: auto;
}
.b-s optgroup {
  font-weight: bold;
}
.b-s table {
  border-collapse: collapse;
  border-spacing: 0;
}
.b-s td,
.b-s th {
  padding: 0;
}
.b-s * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b-s *:before,
.b-s *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b-s input,
.b-s button,
.b-s select,
.b-s textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.b-s a {
  color: #337ab7;
  text-decoration: none;
}
.b-s a:hover,
.b-s a:focus {
  color: #23527c;
  text-decoration: underline;
}
.b-s a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.b-s hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.b-s .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.b-s .sr-only-focusable:active,
.b-s .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.b-s [role='button'] {
  cursor: pointer;
}
.b-s table {
  background-color: transparent;
}
.b-s caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.b-s th {
  text-align: left;
}
.b-s .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.b-s .table > thead > tr > th,
.b-s .table > tbody > tr > th,
.b-s .table > tfoot > tr > th,
.b-s .table > thead > tr > td,
.b-s .table > tbody > tr > td,
.b-s .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.b-s .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.b-s .table > caption + thead > tr:first-child > th,
.b-s .table > colgroup + thead > tr:first-child > th,
.b-s .table > thead:first-child > tr:first-child > th,
.b-s .table > caption + thead > tr:first-child > td,
.b-s .table > colgroup + thead > tr:first-child > td,
.b-s .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.b-s .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.b-s .table .table {
  background-color: #ffffff;
}
.b-s .table-condensed > thead > tr > th,
.b-s .table-condensed > tbody > tr > th,
.b-s .table-condensed > tfoot > tr > th,
.b-s .table-condensed > thead > tr > td,
.b-s .table-condensed > tbody > tr > td,
.b-s .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.b-s .table-bordered {
  border: 1px solid #dddddd;
}
.b-s .table-bordered > thead > tr > th,
.b-s .table-bordered > tbody > tr > th,
.b-s .table-bordered > tfoot > tr > th,
.b-s .table-bordered > thead > tr > td,
.b-s .table-bordered > tbody > tr > td,
.b-s .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.b-s .table-bordered > thead > tr > th,
.b-s .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.b-s .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.b-s .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.b-s table col[class*='col-'] {
  position: static;
  float: none;
  display: table-column;
}
.b-s table td[class*='col-'],
.b-s table th[class*='col-'] {
  position: static;
  float: none;
  display: table-cell;
}
.b-s .table > thead > tr > td.active,
.b-s .table > tbody > tr > td.active,
.b-s .table > tfoot > tr > td.active,
.b-s .table > thead > tr > th.active,
.b-s .table > tbody > tr > th.active,
.b-s .table > tfoot > tr > th.active,
.b-s .table > thead > tr.active > td,
.b-s .table > tbody > tr.active > td,
.b-s .table > tfoot > tr.active > td,
.b-s .table > thead > tr.active > th,
.b-s .table > tbody > tr.active > th,
.b-s .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.b-s .table-hover > tbody > tr > td.active:hover,
.b-s .table-hover > tbody > tr > th.active:hover,
.b-s .table-hover > tbody > tr.active:hover > td,
.b-s .table-hover > tbody > tr:hover > .active,
.b-s .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.b-s .table > thead > tr > td.success,
.b-s .table > tbody > tr > td.success,
.b-s .table > tfoot > tr > td.success,
.b-s .table > thead > tr > th.success,
.b-s .table > tbody > tr > th.success,
.b-s .table > tfoot > tr > th.success,
.b-s .table > thead > tr.success > td,
.b-s .table > tbody > tr.success > td,
.b-s .table > tfoot > tr.success > td,
.b-s .table > thead > tr.success > th,
.b-s .table > tbody > tr.success > th,
.b-s .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.b-s .table-hover > tbody > tr > td.success:hover,
.b-s .table-hover > tbody > tr > th.success:hover,
.b-s .table-hover > tbody > tr.success:hover > td,
.b-s .table-hover > tbody > tr:hover > .success,
.b-s .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.b-s .table > thead > tr > td.info,
.b-s .table > tbody > tr > td.info,
.b-s .table > tfoot > tr > td.info,
.b-s .table > thead > tr > th.info,
.b-s .table > tbody > tr > th.info,
.b-s .table > tfoot > tr > th.info,
.b-s .table > thead > tr.info > td,
.b-s .table > tbody > tr.info > td,
.b-s .table > tfoot > tr.info > td,
.b-s .table > thead > tr.info > th,
.b-s .table > tbody > tr.info > th,
.b-s .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.b-s .table-hover > tbody > tr > td.info:hover,
.b-s .table-hover > tbody > tr > th.info:hover,
.b-s .table-hover > tbody > tr.info:hover > td,
.b-s .table-hover > tbody > tr:hover > .info,
.b-s .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.b-s .table > thead > tr > td.warning,
.b-s .table > tbody > tr > td.warning,
.b-s .table > tfoot > tr > td.warning,
.b-s .table > thead > tr > th.warning,
.b-s .table > tbody > tr > th.warning,
.b-s .table > tfoot > tr > th.warning,
.b-s .table > thead > tr.warning > td,
.b-s .table > tbody > tr.warning > td,
.b-s .table > tfoot > tr.warning > td,
.b-s .table > thead > tr.warning > th,
.b-s .table > tbody > tr.warning > th,
.b-s .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.b-s .table-hover > tbody > tr > td.warning:hover,
.b-s .table-hover > tbody > tr > th.warning:hover,
.b-s .table-hover > tbody > tr.warning:hover > td,
.b-s .table-hover > tbody > tr:hover > .warning,
.b-s .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.b-s .table > thead > tr > td.danger,
.b-s .table > tbody > tr > td.danger,
.b-s .table > tfoot > tr > td.danger,
.b-s .table > thead > tr > th.danger,
.b-s .table > tbody > tr > th.danger,
.b-s .table > tfoot > tr > th.danger,
.b-s .table > thead > tr.danger > td,
.b-s .table > tbody > tr.danger > td,
.b-s .table > tfoot > tr.danger > td,
.b-s .table > thead > tr.danger > th,
.b-s .table > tbody > tr.danger > th,
.b-s .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.b-s .table-hover > tbody > tr > td.danger:hover,
.b-s .table-hover > tbody > tr > th.danger:hover,
.b-s .table-hover > tbody > tr.danger:hover > td,
.b-s .table-hover > tbody > tr:hover > .danger,
.b-s .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.b-s .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
.b-s fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.b-s 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;
}
.b-s label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.b-s input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b-s input[type='radio'],
.b-s input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.b-s input[type='file'] {
  display: block;
}
.b-s input[type='range'] {
  display: block;
  width: 100%;
}
.b-s select[multiple],
.b-s select[size] {
  height: auto;
}
.b-s input[type='file']:focus,
.b-s input[type='radio']:focus,
.b-s input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.b-s output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.b-s .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  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, -webkit-box-shadow ease-in-out .15s;
  -o-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;
}
.b-s .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);
}
.b-s .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.b-s .form-control:-ms-input-placeholder {
  color: #999999;
}
.b-s .form-control::-webkit-input-placeholder {
  color: #999999;
}
.b-s .form-control[disabled],
.b-s .form-control[readonly],
.b-s fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.b-s .form-control[disabled],
.b-s fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.b-s textarea.form-control {
  height: auto;
}
.b-s input[type='search'] {
  -webkit-appearance: none;
}
.b-s .form-group {
  margin-bottom: 15px;
}
.b-s .radio,
.b-s .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.b-s .radio label,
.b-s .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.b-s .radio input[type='radio'],
.b-s .radio-inline input[type='radio'],
.b-s .checkbox input[type='checkbox'],
.b-s .checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.b-s .radio + .radio,
.b-s .checkbox + .checkbox {
  margin-top: -5px;
}
.b-s .radio-inline,
.b-s .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.b-s .radio-inline + .radio-inline,
.b-s .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.b-s input[type='radio'][disabled],
.b-s input[type='checkbox'][disabled],
.b-s input[type='radio'].disabled,
.b-s input[type='checkbox'].disabled,
.b-s fieldset[disabled] input[type='radio'],
.b-s fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
.b-s .radio-inline.disabled,
.b-s .checkbox-inline.disabled,
.b-s fieldset[disabled] .radio-inline,
.b-s fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.b-s .radio.disabled label,
.b-s .checkbox.disabled label,
.b-s fieldset[disabled] .radio label,
.b-s fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.b-s .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.b-s .form-control-static.input-lg,
.b-s .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.b-s .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.b-s select.input-sm {
  height: 30px;
  line-height: 30px;
}
.b-s textarea.input-sm,
.b-s select[multiple].input-sm {
  height: auto;
}
.b-s .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.b-s .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.b-s .form-group-sm textarea.form-control,
.b-s .form-group-sm select[multiple].form-control {
  height: auto;
}
.b-s .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.b-s .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.b-s select.input-lg {
  height: 46px;
  line-height: 46px;
}
.b-s textarea.input-lg,
.b-s select[multiple].input-lg {
  height: auto;
}
.b-s .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.b-s .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.b-s .form-group-lg textarea.form-control,
.b-s .form-group-lg select[multiple].form-control {
  height: auto;
}
.b-s .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.b-s .has-feedback {
  position: relative;
}
.b-s .has-feedback .form-control {
  padding-right: 42.5px;
}
.b-s .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.b-s .input-lg + .form-control-feedback,
.b-s .input-group-lg + .form-control-feedback,
.b-s .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.b-s .input-sm + .form-control-feedback,
.b-s .input-group-sm + .form-control-feedback,
.b-s .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.b-s .has-success .help-block,
.b-s .has-success .control-label,
.b-s .has-success .radio,
.b-s .has-success .checkbox,
.b-s .has-success .radio-inline,
.b-s .has-success .checkbox-inline,
.b-s .has-success.radio label,
.b-s .has-success.checkbox label,
.b-s .has-success.radio-inline label,
.b-s .has-success.checkbox-inline label {
  color: #3c763d;
}
.b-s .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);
}
.b-s .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;
}
.b-s .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.b-s .has-success .form-control-feedback {
  color: #3c763d;
}
.b-s .has-warning .help-block,
.b-s .has-warning .control-label,
.b-s .has-warning .radio,
.b-s .has-warning .checkbox,
.b-s .has-warning .radio-inline,
.b-s .has-warning .checkbox-inline,
.b-s .has-warning.radio label,
.b-s .has-warning.checkbox label,
.b-s .has-warning.radio-inline label,
.b-s .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.b-s .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);
}
.b-s .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;
}
.b-s .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.b-s .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.b-s .has-error .help-block,
.b-s .has-error .control-label,
.b-s .has-error .radio,
.b-s .has-error .checkbox,
.b-s .has-error .radio-inline,
.b-s .has-error .checkbox-inline,
.b-s .has-error.radio label,
.b-s .has-error.checkbox label,
.b-s .has-error.radio-inline label,
.b-s .has-error.checkbox-inline label {
  color: #a94442;
}
.b-s .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);
}
.b-s .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;
}
.b-s .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.b-s .has-error .form-control-feedback {
  color: #a94442;
}
.b-s .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.b-s .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.b-s .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.b-s .form-horizontal .radio,
.b-s .form-horizontal .checkbox,
.b-s .form-horizontal .radio-inline,
.b-s .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.b-s .form-horizontal .radio,
.b-s .form-horizontal .checkbox {
  min-height: 27px;
}
.b-s .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.b-s .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
.b-s .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.b-s .btn:focus,
.b-s .btn:active:focus,
.b-s .btn.active:focus,
.b-s .btn.focus,
.b-s .btn:active.focus,
.b-s .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.b-s .btn:hover,
.b-s .btn:focus,
.b-s .btn.focus {
  color: #333333;
  text-decoration: none;
}
.b-s .btn:active,
.b-s .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);
}
.b-s .btn.disabled,
.b-s .btn[disabled],
.b-s fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.b-s a.btn.disabled,
.b-s fieldset[disabled] a.btn {
  pointer-events: none;
}
.b-s .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.b-s .btn-default:focus,
.b-s .btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.b-s .btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.b-s .btn-default:active,
.b-s .btn-default.active,
.b-s .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.b-s .btn-default:active:hover,
.b-s .btn-default.active:hover,
.b-s .open > .dropdown-toggle.btn-default:hover,
.b-s .btn-default:active:focus,
.b-s .btn-default.active:focus,
.b-s .open > .dropdown-toggle.btn-default:focus,
.b-s .btn-default:active.focus,
.b-s .btn-default.active.focus,
.b-s .open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.b-s .btn-default:active,
.b-s .btn-default.active,
.b-s .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.b-s .btn-default.disabled,
.b-s .btn-default[disabled],
.b-s fieldset[disabled] .btn-default,
.b-s .btn-default.disabled:hover,
.b-s .btn-default[disabled]:hover,
.b-s fieldset[disabled] .btn-default:hover,
.b-s .btn-default.disabled:focus,
.b-s .btn-default[disabled]:focus,
.b-s fieldset[disabled] .btn-default:focus,
.b-s .btn-default.disabled.focus,
.b-s .btn-default[disabled].focus,
.b-s fieldset[disabled] .btn-default.focus,
.b-s .btn-default.disabled:active,
.b-s .btn-default[disabled]:active,
.b-s fieldset[disabled] .btn-default:active,
.b-s .btn-default.disabled.active,
.b-s .btn-default[disabled].active,
.b-s fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.b-s .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.b-s .btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.b-s .btn-primary:focus,
.b-s .btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.b-s .btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.b-s .btn-primary:active,
.b-s .btn-primary.active,
.b-s .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.b-s .btn-primary:active:hover,
.b-s .btn-primary.active:hover,
.b-s .open > .dropdown-toggle.btn-primary:hover,
.b-s .btn-primary:active:focus,
.b-s .btn-primary.active:focus,
.b-s .open > .dropdown-toggle.btn-primary:focus,
.b-s .btn-primary:active.focus,
.b-s .btn-primary.active.focus,
.b-s .open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.b-s .btn-primary:active,
.b-s .btn-primary.active,
.b-s .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.b-s .btn-primary.disabled,
.b-s .btn-primary[disabled],
.b-s fieldset[disabled] .btn-primary,
.b-s .btn-primary.disabled:hover,
.b-s .btn-primary[disabled]:hover,
.b-s fieldset[disabled] .btn-primary:hover,
.b-s .btn-primary.disabled:focus,
.b-s .btn-primary[disabled]:focus,
.b-s fieldset[disabled] .btn-primary:focus,
.b-s .btn-primary.disabled.focus,
.b-s .btn-primary[disabled].focus,
.b-s fieldset[disabled] .btn-primary.focus,
.b-s .btn-primary.disabled:active,
.b-s .btn-primary[disabled]:active,
.b-s fieldset[disabled] .btn-primary:active,
.b-s .btn-primary.disabled.active,
.b-s .btn-primary[disabled].active,
.b-s fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.b-s .btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.b-s .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.b-s .btn-success:focus,
.b-s .btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.b-s .btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.b-s .btn-success:active,
.b-s .btn-success.active,
.b-s .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.b-s .btn-success:active:hover,
.b-s .btn-success.active:hover,
.b-s .open > .dropdown-toggle.btn-success:hover,
.b-s .btn-success:active:focus,
.b-s .btn-success.active:focus,
.b-s .open > .dropdown-toggle.btn-success:focus,
.b-s .btn-success:active.focus,
.b-s .btn-success.active.focus,
.b-s .open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.b-s .btn-success:active,
.b-s .btn-success.active,
.b-s .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.b-s .btn-success.disabled,
.b-s .btn-success[disabled],
.b-s fieldset[disabled] .btn-success,
.b-s .btn-success.disabled:hover,
.b-s .btn-success[disabled]:hover,
.b-s fieldset[disabled] .btn-success:hover,
.b-s .btn-success.disabled:focus,
.b-s .btn-success[disabled]:focus,
.b-s fieldset[disabled] .btn-success:focus,
.b-s .btn-success.disabled.focus,
.b-s .btn-success[disabled].focus,
.b-s fieldset[disabled] .btn-success.focus,
.b-s .btn-success.disabled:active,
.b-s .btn-success[disabled]:active,
.b-s fieldset[disabled] .btn-success:active,
.b-s .btn-success.disabled.active,
.b-s .btn-success[disabled].active,
.b-s fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.b-s .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.b-s .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.b-s .btn-info:focus,
.b-s .btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.b-s .btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.b-s .btn-info:active,
.b-s .btn-info.active,
.b-s .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.b-s .btn-info:active:hover,
.b-s .btn-info.active:hover,
.b-s .open > .dropdown-toggle.btn-info:hover,
.b-s .btn-info:active:focus,
.b-s .btn-info.active:focus,
.b-s .open > .dropdown-toggle.btn-info:focus,
.b-s .btn-info:active.focus,
.b-s .btn-info.active.focus,
.b-s .open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.b-s .btn-info:active,
.b-s .btn-info.active,
.b-s .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.b-s .btn-info.disabled,
.b-s .btn-info[disabled],
.b-s fieldset[disabled] .btn-info,
.b-s .btn-info.disabled:hover,
.b-s .btn-info[disabled]:hover,
.b-s fieldset[disabled] .btn-info:hover,
.b-s .btn-info.disabled:focus,
.b-s .btn-info[disabled]:focus,
.b-s fieldset[disabled] .btn-info:focus,
.b-s .btn-info.disabled.focus,
.b-s .btn-info[disabled].focus,
.b-s fieldset[disabled] .btn-info.focus,
.b-s .btn-info.disabled:active,
.b-s .btn-info[disabled]:active,
.b-s fieldset[disabled] .btn-info:active,
.b-s .btn-info.disabled.active,
.b-s .btn-info[disabled].active,
.b-s fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.b-s .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.b-s .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.b-s .btn-warning:focus,
.b-s .btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.b-s .btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.b-s .btn-warning:active,
.b-s .btn-warning.active,
.b-s .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.b-s .btn-warning:active:hover,
.b-s .btn-warning.active:hover,
.b-s .open > .dropdown-toggle.btn-warning:hover,
.b-s .btn-warning:active:focus,
.b-s .btn-warning.active:focus,
.b-s .open > .dropdown-toggle.btn-warning:focus,
.b-s .btn-warning:active.focus,
.b-s .btn-warning.active.focus,
.b-s .open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.b-s .btn-warning:active,
.b-s .btn-warning.active,
.b-s .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.b-s .btn-warning.disabled,
.b-s .btn-warning[disabled],
.b-s fieldset[disabled] .btn-warning,
.b-s .btn-warning.disabled:hover,
.b-s .btn-warning[disabled]:hover,
.b-s fieldset[disabled] .btn-warning:hover,
.b-s .btn-warning.disabled:focus,
.b-s .btn-warning[disabled]:focus,
.b-s fieldset[disabled] .btn-warning:focus,
.b-s .btn-warning.disabled.focus,
.b-s .btn-warning[disabled].focus,
.b-s fieldset[disabled] .btn-warning.focus,
.b-s .btn-warning.disabled:active,
.b-s .btn-warning[disabled]:active,
.b-s fieldset[disabled] .btn-warning:active,
.b-s .btn-warning.disabled.active,
.b-s .btn-warning[disabled].active,
.b-s fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.b-s .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.b-s .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.b-s .btn-danger:focus,
.b-s .btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.b-s .btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.b-s .btn-danger:active,
.b-s .btn-danger.active,
.b-s .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.b-s .btn-danger:active:hover,
.b-s .btn-danger.active:hover,
.b-s .open > .dropdown-toggle.btn-danger:hover,
.b-s .btn-danger:active:focus,
.b-s .btn-danger.active:focus,
.b-s .open > .dropdown-toggle.btn-danger:focus,
.b-s .btn-danger:active.focus,
.b-s .btn-danger.active.focus,
.b-s .open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.b-s .btn-danger:active,
.b-s .btn-danger.active,
.b-s .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.b-s .btn-danger.disabled,
.b-s .btn-danger[disabled],
.b-s fieldset[disabled] .btn-danger,
.b-s .btn-danger.disabled:hover,
.b-s .btn-danger[disabled]:hover,
.b-s fieldset[disabled] .btn-danger:hover,
.b-s .btn-danger.disabled:focus,
.b-s .btn-danger[disabled]:focus,
.b-s fieldset[disabled] .btn-danger:focus,
.b-s .btn-danger.disabled.focus,
.b-s .btn-danger[disabled].focus,
.b-s fieldset[disabled] .btn-danger.focus,
.b-s .btn-danger.disabled:active,
.b-s .btn-danger[disabled]:active,
.b-s fieldset[disabled] .btn-danger:active,
.b-s .btn-danger.disabled.active,
.b-s .btn-danger[disabled].active,
.b-s fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.b-s .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.b-s .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.b-s .btn-link,
.b-s .btn-link:active,
.b-s .btn-link.active,
.b-s .btn-link[disabled],
.b-s fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.b-s .btn-link,
.b-s .btn-link:hover,
.b-s .btn-link:focus,
.b-s .btn-link:active {
  border-color: transparent;
}
.b-s .btn-link:hover,
.b-s .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.b-s .btn-link[disabled]:hover,
.b-s fieldset[disabled] .btn-link:hover,
.b-s .btn-link[disabled]:focus,
.b-s fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.b-s .btn-lg,
.b-s .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.b-s .btn-sm,
.b-s .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.b-s .btn-xs,
.b-s .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.b-s .btn-block {
  display: block;
  width: 100%;
}
.b-s .btn-block + .btn-block {
  margin-top: 5px;
}
.b-s input[type='submit'].btn-block,
.b-s input[type='reset'].btn-block,
.b-s input[type='button'].btn-block {
  width: 100%;
}
.b-s .btn-group,
.b-s .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.b-s .btn-group > .btn,
.b-s .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.b-s .btn-group > .btn:hover,
.b-s .btn-group-vertical > .btn:hover,
.b-s .btn-group > .btn:focus,
.b-s .btn-group-vertical > .btn:focus,
.b-s .btn-group > .btn:active,
.b-s .btn-group-vertical > .btn:active,
.b-s .btn-group > .btn.active,
.b-s .btn-group-vertical > .btn.active {
  z-index: 2;
}
.b-s .btn-group .btn + .btn,
.b-s .btn-group .btn + .btn-group,
.b-s .btn-group .btn-group + .btn,
.b-s .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.b-s .btn-toolbar {
  margin-left: -5px;
}
.b-s .btn-toolbar .btn,
.b-s .btn-toolbar .btn-group,
.b-s .btn-toolbar .input-group {
  float: left;
}
.b-s .btn-toolbar > .btn,
.b-s .btn-toolbar > .btn-group,
.b-s .btn-toolbar > .input-group {
  margin-left: 5px;
}
.b-s .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.b-s .btn-group > .btn:first-child {
  margin-left: 0;
}
.b-s .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.b-s .btn-group > .btn:last-child:not(:first-child),
.b-s .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.b-s .btn-group > .btn-group {
  float: left;
}
.b-s .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.b-s .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.b-s .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.b-s .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.b-s .btn-group .dropdown-toggle:active,
.b-s .btn-group.open .dropdown-toggle {
  outline: 0;
}
.b-s .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.b-s .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.b-s .btn-group.open .dropdown-toggle {
  -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);
}
.b-s .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.b-s .btn .caret {
  margin-left: 0;
}
.b-s .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.b-s .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.b-s .btn-group-vertical > .btn,
.b-s .btn-group-vertical > .btn-group,
.b-s .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.b-s .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.b-s .btn-group-vertical > .btn + .btn,
.b-s .btn-group-vertical > .btn + .btn-group,
.b-s .btn-group-vertical > .btn-group + .btn,
.b-s .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.b-s .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.b-s .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.b-s .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.b-s .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.b-s .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.b-s .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.b-s .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.b-s .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.b-s .btn-group-justified > .btn,
.b-s .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.b-s .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.b-s .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.b-s [data-toggle='buttons'] > .btn input[type='radio'],
.b-s [data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
.b-s [data-toggle='buttons'] > .btn input[type='checkbox'],
.b-s [data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.b-s .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.b-s .input-group[class*='col-'] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.b-s .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.b-s .input-group-lg > .form-control,
.b-s .input-group-lg > .input-group-addon,
.b-s .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.b-s select.input-group-lg > .form-control,
.b-s select.input-group-lg > .input-group-addon,
.b-s select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.b-s textarea.input-group-lg > .form-control,
.b-s textarea.input-group-lg > .input-group-addon,
.b-s textarea.input-group-lg > .input-group-btn > .btn,
.b-s select[multiple].input-group-lg > .form-control,
.b-s select[multiple].input-group-lg > .input-group-addon,
.b-s select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.b-s .input-group-sm > .form-control,
.b-s .input-group-sm > .input-group-addon,
.b-s .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.b-s select.input-group-sm > .form-control,
.b-s select.input-group-sm > .input-group-addon,
.b-s select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.b-s textarea.input-group-sm > .form-control,
.b-s textarea.input-group-sm > .input-group-addon,
.b-s textarea.input-group-sm > .input-group-btn > .btn,
.b-s select[multiple].input-group-sm > .form-control,
.b-s select[multiple].input-group-sm > .input-group-addon,
.b-s select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.b-s .input-group-addon,
.b-s .input-group-btn,
.b-s .input-group .form-control {
  display: table-cell;
}
.b-s .input-group-addon:not(:first-child):not(:last-child),
.b-s .input-group-btn:not(:first-child):not(:last-child),
.b-s .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.b-s .input-group-addon,
.b-s .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.b-s .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.b-s .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.b-s .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.b-s .input-group-addon input[type='radio'],
.b-s .input-group-addon input[type='checkbox'] {
  margin-top: 0;
}
.b-s .input-group .form-control:first-child,
.b-s .input-group-addon:first-child,
.b-s .input-group-btn:first-child > .btn,
.b-s .input-group-btn:first-child > .btn-group > .btn,
.b-s .input-group-btn:first-child > .dropdown-toggle,
.b-s .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.b-s .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.b-s .input-group-addon:first-child {
  border-right: 0;
}
.b-s .input-group .form-control:last-child,
.b-s .input-group-addon:last-child,
.b-s .input-group-btn:last-child > .btn,
.b-s .input-group-btn:last-child > .btn-group > .btn,
.b-s .input-group-btn:last-child > .dropdown-toggle,
.b-s .input-group-btn:first-child > .btn:not(:first-child),
.b-s .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.b-s .input-group-addon:last-child {
  border-left: 0;
}
.b-s .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.b-s .input-group-btn > .btn {
  position: relative;
}
.b-s .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.b-s .input-group-btn > .btn:hover,
.b-s .input-group-btn > .btn:focus,
.b-s .input-group-btn > .btn:active {
  z-index: 2;
}
.b-s .input-group-btn:first-child > .btn,
.b-s .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.b-s .input-group-btn:last-child > .btn,
.b-s .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.b-s .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.b-s .close:hover,
.b-s .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.b-s button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.b-s .clearfix:before,
.b-s .clearfix:after,
.b-s .form-horizontal .form-group:before,
.b-s .form-horizontal .form-group:after,
.b-s .btn-toolbar:before,
.b-s .btn-toolbar:after,
.b-s .btn-group-vertical > .btn-group:before,
.b-s .btn-group-vertical > .btn-group:after {
  content: ' ';
  display: table;
}
.b-s .clearfix:after,
.b-s .form-horizontal .form-group:after,
.b-s .btn-toolbar:after,
.b-s .btn-group-vertical > .btn-group:after {
  clear: both;
}
.b-s .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.b-s .pull-right {
  float: right !important;
}
.b-s .pull-left {
  float: left !important;
}
.b-s .hide {
  display: none !important;
}
.b-s .show {
  display: block !important;
}
.b-s .invisible {
  visibility: hidden;
}
.b-s .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.b-s .hidden {
  display: none !important;
}
.b-s .affix {
  position: fixed;
}

