/* Code from Bootstrap framework, forms only */

/* designed to only work on .bootstrap-form to pervent unexpected conflicts */

.bootstrap-form hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.bootstrap-form button,
.bootstrap-form input,
.bootstrap-form optgroup,
.bootstrap-form select,
.bootstrap-form textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.bootstrap-form button,
.bootstrap-form select {
  text-transform: none;
}
.bootstrap-form button,
.bootstrap-form html input[type="button"],
.bootstrap-form input[type="reset"],
.bootstrap-form input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  color: black;
  background: #e2e1e1;
  border-color: black;
}
.bootstrap-form button[disabled],
html .bootstrap-form input[disabled] {
  cursor: default;
}
.bootstrap-form button::-moz-focus-inner,
.bootstrap-form input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.bootstrap-form input {
  line-height: normal;
}
.bootstrap-form input[type="checkbox"],
.bootstrap-form input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.bootstrap-form input[type="number"]::-webkit-inner-spin-button,
.bootstrap-form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap-form input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
.bootstrap-form input[type="search"]::-webkit-search-cancel-button,
.bootstrap-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap-form fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
.bootstrap-form legend {
  padding: 0;
  border: 0;
}
.bootstrap-form textarea {
  overflow: auto;
}

.bootstrap-form * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-form *:before,
.bootstrap-form *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-form input,
.bootstrap-form button,
.bootstrap-form select,
.bootstrap-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.bootstrap-form hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.bootstrap-form [role="button"] {
  cursor: pointer;
}

.bootstrap-form fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap-form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.bootstrap-form input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-form input[type="radio"],
.bootstrap-form input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bootstrap-form input[type="file"] {
  display: block;
}
.bootstrap-form input[type="range"] {
  display: block;
  width: 100%;
}
.bootstrap-form select[multiple],
.bootstrap-form select[size] {
  height: auto;
}
.bootstrap-form input[type="file"]:focus,
.bootstrap-form input[type="radio"]:focus,
.bootstrap-form input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-form output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.bootstrap-form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(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;
}
.bootstrap-form .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, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.bootstrap-form .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.bootstrap-form .form-control:-ms-input-placeholder {
  color: #999;
}
.bootstrap-form .form-control::-webkit-input-placeholder {
  color: #999;
}
.bootstrap-form .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrap-form .form-control[disabled],
.bootstrap-form .form-control[readonly],
.bootstrap-form fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.bootstrap-form .form-control[disabled],
.bootstrap-form fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.bootstrap-form textarea.form-control {
  height: auto;
}
.bootstrap-form input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap-form input[type="date"].form-control,
  .bootstrap-form input[type="time"].form-control,
  .bootstrap-form input[type="datetime-local"].form-control,
  .bootstrap-form input[type="month"].form-control {
    line-height: 34px;
  }
  .bootstrap-form input[type="date"].input-sm,
  .bootstrap-form input[type="time"].input-sm,
  .bootstrap-form input[type="datetime-local"].input-sm,
  .bootstrap-form input[type="month"].input-sm,
  .bootstrap-form .input-group-sm input[type="date"],
  .bootstrap-form .input-group-sm input[type="time"],
  .bootstrap-form .input-group-sm input[type="datetime-local"],
  .bootstrap-form .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  .bootstrap-form input[type="date"].input-lg,
  .bootstrap-form input[type="time"].input-lg,
  .bootstrap-form input[type="datetime-local"].input-lg,
  .bootstrap-form input[type="month"].input-lg,
  .bootstrap-form .input-group-lg input[type="date"],
  .bootstrap-form .input-group-lg input[type="time"],
  .bootstrap-form .input-group-lg input[type="datetime-local"],
  .bootstrap-form .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.bootstrap-form .form-group {
  margin-bottom: 15px;
}
.bootstrap-form .radio,
.bootstrap-form .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-form .radio label,
.bootstrap-form .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.bootstrap-form .radio input[type="radio"],
.bootstrap-form .radio-inline input[type="radio"],
.bootstrap-form .checkbox input[type="checkbox"],
.bootstrap-form .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.bootstrap-form .radio + .radio,
.bootstrap-form .checkbox + .checkbox {
  margin-top: -5px;
}
.bootstrap-form .radio-inline,
.bootstrap-form .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.bootstrap-form .radio-inline + .radio-inline,
.bootstrap-form .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bootstrap-form input[type="radio"][disabled],
.bootstrap-form input[type="checkbox"][disabled],
.bootstrap-form input[type="radio"].disabled,
.bootstrap-form input[type="checkbox"].disabled,
.bootstrap-form fieldset[disabled] input[type="radio"],
.bootstrap-form fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.bootstrap-form .radio-inline.disabled,
.bootstrap-form .checkbox-inline.disabled,
.bootstrap-form fieldset[disabled] .radio-inline,
.bootstrap-form fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.bootstrap-form .radio.disabled label,
.bootstrap-form .checkbox.disabled label,
.bootstrap-form fieldset[disabled] .radio label,
.bootstrap-form fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.bootstrap-form .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.bootstrap-form .form-control-static.input-lg,
.bootstrap-form .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-form .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-form select.input-sm {
  height: 30px;
  line-height: 30px;
}
.bootstrap-form textarea.input-sm,
.bootstrap-form select[multiple].input-sm {
  height: auto;
}
.bootstrap-form .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-form .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.bootstrap-form .form-group-sm textarea.form-control,
.bootstrap-form .form-group-sm select[multiple].form-control {
  height: auto;
}
.bootstrap-form .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-form .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-form select.input-lg {
  height: 46px;
  line-height: 46px;
}
.bootstrap-form textarea.input-lg,
.bootstrap-form select[multiple].input-lg {
  height: auto;
}
.bootstrap-form .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-form .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.bootstrap-form .form-group-lg textarea.form-control,
.bootstrap-form .form-group-lg select[multiple].form-control {
  height: auto;
}
.bootstrap-form .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-form .has-feedback {
  position: relative;
}
.bootstrap-form .has-feedback .form-control {
  padding-right: 42.5px;
}
.bootstrap-form .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;
}
.bootstrap-form .input-lg + .form-control-feedback,
.bootstrap-form .input-group-lg + .form-control-feedback,
.bootstrap-form .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.bootstrap-form .input-sm + .form-control-feedback,
.bootstrap-form .input-group-sm + .form-control-feedback,
.bootstrap-form .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrap-form .has-success .help-block,
.bootstrap-form .has-success .control-label,
.bootstrap-form .has-success .radio,
.bootstrap-form .has-success .checkbox,
.bootstrap-form .has-success .radio-inline,
.bootstrap-form .has-success .checkbox-inline,
.bootstrap-form .has-success.radio label,
.bootstrap-form .has-success.checkbox label,
.bootstrap-form .has-success.radio-inline label,
.bootstrap-form .has-success.checkbox-inline label {
  color: #3c763d;
}
.bootstrap-form .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.bootstrap-form .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.bootstrap-form .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.bootstrap-form .has-success .form-control-feedback {
  color: #3c763d;
}
.bootstrap-form .has-warning .help-block,
.bootstrap-form .has-warning .control-label,
.bootstrap-form .has-warning .radio,
.bootstrap-form .has-warning .checkbox,
.bootstrap-form .has-warning .radio-inline,
.bootstrap-form .has-warning .checkbox-inline,
.bootstrap-form .has-warning.radio label,
.bootstrap-form .has-warning.checkbox label,
.bootstrap-form .has-warning.radio-inline label,
.bootstrap-form .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.bootstrap-form .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.bootstrap-form .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.bootstrap-form .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.bootstrap-form .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.bootstrap-form .has-error .help-block,
.bootstrap-form .has-error .control-label,
.bootstrap-form .has-error .radio,
.bootstrap-form .has-error .checkbox,
.bootstrap-form .has-error .radio-inline,
.bootstrap-form .has-error .checkbox-inline,
.bootstrap-form .has-error.radio label,
.bootstrap-form .has-error.checkbox label,
.bootstrap-form .has-error.radio-inline label,
.bootstrap-form .has-error.checkbox-inline label {
  color: #a94442;
}
.bootstrap-form .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.bootstrap-form .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.bootstrap-form .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.bootstrap-form .has-error .form-control-feedback {
  color: #a94442;
}
.bootstrap-form .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.bootstrap-form .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bootstrap-form .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .bootstrap-form .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-form .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-form .form-inline .form-control-static {
    display: inline-block;
  }
  .bootstrap-form .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-form .form-inline .input-group .input-group-addon,
  .bootstrap-form .form-inline .input-group .input-group-btn,
  .bootstrap-form .form-inline .input-group .form-control {
    width: auto;
  }
  .bootstrap-form .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-form .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-form .form-inline .radio,
  .bootstrap-form .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-form .form-inline .radio label,
  .bootstrap-form .form-inline .checkbox label {
    padding-left: 0;
  }
  .bootstrap-form .form-inline .radio input[type="radio"],
  .bootstrap-form .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-form .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bootstrap-form .form-horizontal .radio,
.bootstrap-form .form-horizontal .checkbox,
.bootstrap-form .form-horizontal .radio-inline,
.bootstrap-form .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.bootstrap-form .form-horizontal .radio,
.bootstrap-form .form-horizontal .checkbox {
  min-height: 27px;
}
.bootstrap-form .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap-form .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.bootstrap-form .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bootstrap-form .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .bootstrap-form .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.bootstrap-form input[type="submit"].btn-block,
.bootstrap-form input[type="reset"].btn-block,
.bootstrap-form input[type="button"].btn-block {
  width: 100%;
}

.bootstrap-form [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap-form [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap-form [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap-form [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.bootstrap-form .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-form .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap-form .input-group .form-control:focus {
  z-index: 3;
}
.bootstrap-form .input-group-lg > .form-control,
.bootstrap-form .input-group-lg > .input-group-addon,
.bootstrap-form .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrap-form select.input-group-lg > .form-control,
.bootstrap-form select.input-group-lg > .input-group-addon,
.bootstrap-form select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.bootstrap-form textarea.input-group-lg > .form-control,
.bootstrap-form textarea.input-group-lg > .input-group-addon,
.bootstrap-form textarea.input-group-lg > .input-group-btn > .btn,
.bootstrap-form select[multiple].input-group-lg > .form-control,
.bootstrap-form select[multiple].input-group-lg > .input-group-addon,
.bootstrap-form select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-form .input-group-sm > .form-control,
.bootstrap-form .input-group-sm > .input-group-addon,
.bootstrap-form .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrap-form select.input-group-sm > .form-control,
.bootstrap-form select.input-group-sm > .input-group-addon,
.bootstrap-form select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.bootstrap-form textarea.input-group-sm > .form-control,
.bootstrap-form textarea.input-group-sm > .input-group-addon,
.bootstrap-form textarea.input-group-sm > .input-group-btn > .btn,
.bootstrap-form select[multiple].input-group-sm > .form-control,
.bootstrap-form select[multiple].input-group-sm > .input-group-addon,
.bootstrap-form select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-form .input-group-addon,
.bootstrap-form .input-group-btn,
.bootstrap-form .input-group .form-control {
  display: table-cell;
}
.bootstrap-form .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-form .input-group-btn:not(:first-child):not(:last-child),
.bootstrap-form .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-form .input-group-addon,
.bootstrap-form .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.bootstrap-form .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.bootstrap-form .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.bootstrap-form .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.bootstrap-form .input-group-addon input[type="radio"],
.bootstrap-form .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.bootstrap-form .input-group .form-control:first-child,
.bootstrap-form .input-group-addon:first-child,
.bootstrap-form .input-group-btn:first-child > .btn,
.bootstrap-form .input-group-btn:first-child > .btn-group > .btn,
.bootstrap-form .input-group-btn:first-child > .dropdown-toggle,
.bootstrap-form .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-form .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-form .input-group-addon:first-child {
  border-right: 0;
}
.bootstrap-form .input-group .form-control:last-child,
.bootstrap-form .input-group-addon:last-child,
.bootstrap-form .input-group-btn:last-child > .btn,
.bootstrap-form .input-group-btn:last-child > .btn-group > .btn,
.bootstrap-form .input-group-btn:last-child > .dropdown-toggle,
.bootstrap-form .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap-form .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-form .input-group-addon:last-child {
  border-left: 0;
}
.bootstrap-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.bootstrap-form .input-group-btn > .btn {
  position: relative;
}
.bootstrap-form .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.bootstrap-form .input-group-btn > .btn:hover,
.bootstrap-form .input-group-btn > .btn:focus,
.bootstrap-form .input-group-btn > .btn:active {
  z-index: 2;
}
.bootstrap-form .input-group-btn:first-child > .btn,
.bootstrap-form .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.bootstrap-form .input-group-btn:last-child > .btn,
.bootstrap-form .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}



.bootstrap-form .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.bootstrap-form a.label:hover,
.bootstrap-form a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-form .label:empty {
  display: none;
}
.bootstrap-form .btn .label {
  position: relative;
  top: -1px;
}
.bootstrap-form .label-default {
  background-color: #777;
}
.bootstrap-form .label-default[href]:hover,
.bootstrap-form .label-default[href]:focus {
  background-color: #5e5e5e;
}
.bootstrap-form .label-primary {
  background-color: #337ab7;
}
.bootstrap-form .label-primary[href]:hover,
.bootstrap-form .label-primary[href]:focus {
  background-color: #286090;
}
.bootstrap-form .label-success {
  background-color: #5cb85c;
}
.bootstrap-form .label-success[href]:hover,
.bootstrap-form .label-success[href]:focus {
  background-color: #449d44;
}
.bootstrap-form .label-info {
  background-color: #5bc0de;
}
.bootstrap-form .label-info[href]:hover,
.bootstrap-form .label-info[href]:focus {
  background-color: #31b0d5;
}
.bootstrap-form .label-warning {
  background-color: #f0ad4e;
}
.bootstrap-form .label-warning[href]:hover,
.bootstrap-form .label-warning[href]:focus {
  background-color: #ec971f;
}
.bootstrap-form .label-danger {
  background-color: #d9534f;
}
.bootstrap-form .label-danger[href]:hover,
.bootstrap-form .label-danger[href]:focus {
  background-color: #c9302c;
}


.bootstrap-form .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.bootstrap-form .panel-body {
  padding: 15px;
}
.bootstrap-form .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-form .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.bootstrap-form .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.bootstrap-form .panel-title > a,
.bootstrap-form .panel-title > small,
.bootstrap-form .panel-title > .small,
.bootstrap-form .panel-title > small > a,
.bootstrap-form .panel-title > .small > a {
  color: inherit;
}
.bootstrap-form .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-form .panel > .list-group,
.bootstrap-form .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bootstrap-form .panel > .list-group .list-group-item,
.bootstrap-form .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bootstrap-form .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap-form .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-form .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap-form .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-form .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-form .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.bootstrap-form .list-group + .panel-footer {
  border-top-width: 0;
}
.bootstrap-form .panel > .table,
.bootstrap-form .panel > .table-responsive > .table,
.bootstrap-form .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.bootstrap-form .panel > .table caption,
.bootstrap-form .panel > .table-responsive > .table caption,
.bootstrap-form .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-form .panel > .table:first-child,
.bootstrap-form .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-form .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-form .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-form .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap-form .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-form .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-form .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-form .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-form .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-form .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-form .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-form .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap-form .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.bootstrap-form .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-form .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-form .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-form .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-form .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-form .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-form .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap-form .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.bootstrap-form .panel > .table:last-child,
.bootstrap-form .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-form .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-form .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-form .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap-form .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap-form .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-form .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-form .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-form .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-form .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-form .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-form .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap-form .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.bootstrap-form .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-form .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-form .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-form .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-form .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-form .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-form .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap-form .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.bootstrap-form .panel > .panel-body + .table,
.bootstrap-form .panel > .panel-body + .table-responsive,
.bootstrap-form .panel > .table + .panel-body,
.bootstrap-form .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.bootstrap-form .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap-form .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.bootstrap-form .panel > .table-bordered,
.bootstrap-form .panel > .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap-form .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap-form .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap-form .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap-form .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap-form .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-form .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-form .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap-form .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap-form .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap-form .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap-form .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap-form .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.bootstrap-form .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap-form .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap-form .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap-form .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap-form .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-form .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-form .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap-form .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap-form .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap-form .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap-form .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap-form .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.bootstrap-form .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap-form .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap-form .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap-form .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap-form .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap-form .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap-form .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap-form .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.bootstrap-form .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap-form .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap-form .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-form .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-form .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap-form .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap-form .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap-form .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bootstrap-form .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.bootstrap-form .panel-group {
  margin-bottom: 20px;
}
.bootstrap-form .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.bootstrap-form .panel-group .panel + .panel {
  margin-top: 5px;
}
.bootstrap-form .panel-group .panel-heading {
  border-bottom: 0;
}
.bootstrap-form .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap-form .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.bootstrap-form .panel-group .panel-footer {
  border-top: 0;
}
.bootstrap-form .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.bootstrap-form .panel-default {
  border-color: #ddd;
}
.bootstrap-form .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.bootstrap-form .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.bootstrap-form .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.bootstrap-form .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.bootstrap-form .panel-primary {
  border-color: #337ab7;
}
.bootstrap-form .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-form .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.bootstrap-form .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrap-form .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.bootstrap-form .panel-success {
  border-color: #d6e9c6;
}
.bootstrap-form .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-form .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.bootstrap-form .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.bootstrap-form .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.bootstrap-form .panel-info {
  border-color: #bce8f1;
}
.bootstrap-form .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap-form .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.bootstrap-form .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.bootstrap-form .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.bootstrap-form .panel-warning {
  border-color: #faebcc;
}
.bootstrap-form .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap-form .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.bootstrap-form .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.bootstrap-form .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.bootstrap-form .panel-danger {
  border-color: #ebccd1;
}
.bootstrap-form .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap-form .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.bootstrap-form .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.bootstrap-form .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}



