/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
.wtforms {
  /* Allow for input prepend/append in search forms */
}
.wtforms .clearfix {
  *zoom: 1;
}
.wtforms .clearfix:before,
.wtforms .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.wtforms .clearfix:after {
  clear: both;
}
.wtforms .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.wtforms .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wtforms article,
.wtforms aside,
.wtforms details,
.wtforms figcaption,
.wtforms figure,
.wtforms footer,
.wtforms header,
.wtforms hgroup,
.wtforms nav,
.wtforms section {
  display: block;
}
.wtforms audio,
.wtforms canvas,
.wtforms video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.wtforms audio:not([controls]) {
  display: none;
}
.wtforms html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.wtforms a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wtforms a:hover,
.wtforms a:active {
  outline: 0;
}
.wtforms sub,
.wtforms sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.wtforms sup {
  top: -0.5em;
}
.wtforms sub {
  bottom: -0.25em;
}
.wtforms img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.wtforms #map_canvas img,
.wtforms .google-maps img {
  max-width: none;
}
.wtforms button,
.wtforms input,
.wtforms select,
.wtforms textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
.wtforms button,
.wtforms input {
  *overflow: visible;
  line-height: normal;
}
.wtforms button::-moz-focus-inner,
.wtforms input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.wtforms button,
.wtforms html input[type="button"],
.wtforms input[type="reset"],
.wtforms input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.wtforms label,
.wtforms select,
.wtforms button,
.wtforms input[type="button"],
.wtforms input[type="reset"],
.wtforms input[type="submit"],
.wtforms input[type="radio"],
.wtforms input[type="checkbox"] {
  cursor: pointer;
}
.wtforms input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
.wtforms input[type="search"]::-webkit-search-decoration,
.wtforms input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.wtforms textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  .wtforms * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .wtforms a,
  .wtforms a:visited {
    text-decoration: underline;
  }
  .wtforms a[href]:after {
    content: " (" attr(href) ")";
  }
  .wtforms abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .wtforms .ir a:after,
  .wtforms a[href^="javascript:"]:after,
  .wtforms a[href^="#"]:after {
    content: "";
  }
  .wtforms pre,
  .wtforms blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .wtforms thead {
    display: table-header-group;
  }
  .wtforms tr,
  .wtforms img {
    page-break-inside: avoid;
  }
  .wtforms img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  .wtforms p,
  .wtforms h2,
  .wtforms h3 {
    orphans: 3;
    widows: 3;
  }
  .wtforms h2,
  .wtforms h3 {
    page-break-after: avoid;
  }
}
.wtforms form {
  margin: 0 0 20px;
}
.wtforms fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.wtforms legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.wtforms legend small {
  font-size: 15px;
  color: #999;
}
.wtforms label,
.wtforms input,
.wtforms button,
.wtforms select,
.wtforms textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.wtforms input,
.wtforms button,
.wtforms select,
.wtforms textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wtforms label {
  display: block;
  margin-bottom: 5px;
}
.wtforms select,
.wtforms textarea,
.wtforms input[type="text"],
.wtforms input[type="password"],
.wtforms input[type="datetime"],
.wtforms input[type="datetime-local"],
.wtforms input[type="date"],
.wtforms input[type="month"],
.wtforms input[type="time"],
.wtforms input[type="week"],
.wtforms input[type="number"],
.wtforms input[type="email"],
.wtforms input[type="url"],
.wtforms input[type="search"],
.wtforms input[type="tel"],
.wtforms input[type="color"],
.wtforms .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.wtforms input,
.wtforms textarea,
.wtforms .uneditable-input {
  width: 206px;
}
.wtforms textarea {
  height: auto;
}
.wtforms textarea,
.wtforms input[type="text"],
.wtforms input[type="password"],
.wtforms input[type="datetime"],
.wtforms input[type="datetime-local"],
.wtforms input[type="date"],
.wtforms input[type="month"],
.wtforms input[type="time"],
.wtforms input[type="week"],
.wtforms input[type="number"],
.wtforms input[type="email"],
.wtforms input[type="url"],
.wtforms input[type="search"],
.wtforms input[type="tel"],
.wtforms input[type="color"],
.wtforms .uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.wtforms textarea:focus,
.wtforms input[type="text"]:focus,
.wtforms input[type="password"]:focus,
.wtforms input[type="datetime"]:focus,
.wtforms input[type="datetime-local"]:focus,
.wtforms input[type="date"]:focus,
.wtforms input[type="month"]:focus,
.wtforms input[type="time"]:focus,
.wtforms input[type="week"]:focus,
.wtforms input[type="number"]:focus,
.wtforms input[type="email"]:focus,
.wtforms input[type="url"]:focus,
.wtforms input[type="search"]:focus,
.wtforms input[type="tel"]:focus,
.wtforms input[type="color"]:focus,
.wtforms .uneditable-input:focus {
  /*    border-color: rgba(82,168,236,.8);*/
  color: #0000da;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  /*.box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)");*/
}
.wtforms input[type="radio"],
.wtforms input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
.wtforms input[type="file"],
.wtforms input[type="image"],
.wtforms input[type="submit"],
.wtforms input[type="reset"],
.wtforms input[type="button"],
.wtforms input[type="radio"],
.wtforms input[type="checkbox"] {
  width: auto;
}
.wtforms select,
.wtforms input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
.wtforms select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.wtforms select[multiple],
.wtforms select[size] {
  height: auto;
}
.wtforms select:focus,
.wtforms input[type="file"]:focus,
.wtforms input[type="radio"]:focus,
.wtforms input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wtforms .uneditable-input,
.wtforms .uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.wtforms .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.wtforms .uneditable-textarea {
  width: auto;
  height: auto;
}
.wtforms input:-moz-placeholder,
.wtforms textarea:-moz-placeholder {
  color: #999;
}
.wtforms input:-ms-input-placeholder,
.wtforms textarea:-ms-input-placeholder {
  color: #999;
}
.wtforms input::-webkit-input-placeholder,
.wtforms textarea::-webkit-input-placeholder {
  color: #999;
}
.wtforms .radio,
.wtforms .checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.wtforms .radio input[type="radio"],
.wtforms .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.wtforms .controls > .radio:first-child,
.wtforms .controls > .checkbox:first-child {
  padding-top: 5px;
}
.wtforms .radio.inline,
.wtforms .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.wtforms .radio.inline + .radio.inline,
.wtforms .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.wtforms .input-mini {
  width: 60px;
}
.wtforms .input-small {
  width: 90px;
}
.wtforms .input-medium {
  width: 150px;
}
.wtforms .input-large {
  width: 210px;
}
.wtforms .input-xlarge {
  width: 270px;
}
.wtforms .input-xxlarge {
  width: 530px;
}
.wtforms input[class*="span"],
.wtforms select[class*="span"],
.wtforms textarea[class*="span"],
.wtforms .uneditable-input[class*="span"],
.wtforms .row-fluid input[class*="span"],
.wtforms .row-fluid select[class*="span"],
.wtforms .row-fluid textarea[class*="span"],
.wtforms .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.wtforms .input-append input[class*="span"],
.wtforms .input-append .uneditable-input[class*="span"],
.wtforms .input-prepend input[class*="span"],
.wtforms .input-prepend .uneditable-input[class*="span"],
.wtforms .row-fluid input[class*="span"],
.wtforms .row-fluid select[class*="span"],
.wtforms .row-fluid textarea[class*="span"],
.wtforms .row-fluid .uneditable-input[class*="span"],
.wtforms .row-fluid .input-prepend [class*="span"],
.wtforms .row-fluid .input-append [class*="span"] {
  display: inline-block;
}
.wtforms input,
.wtforms textarea,
.wtforms .uneditable-input {
  margin-left: 0;
}
.wtforms .controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
.wtforms input.span12,
.wtforms textarea.span12,
.wtforms .uneditable-input.span12 {
  width: 926px;
}
.wtforms input.span11,
.wtforms textarea.span11,
.wtforms .uneditable-input.span11 {
  width: 846px;
}
.wtforms input.span10,
.wtforms textarea.span10,
.wtforms .uneditable-input.span10 {
  width: 766px;
}
.wtforms input.span9,
.wtforms textarea.span9,
.wtforms .uneditable-input.span9 {
  width: 686px;
}
.wtforms input.span8,
.wtforms textarea.span8,
.wtforms .uneditable-input.span8 {
  width: 606px;
}
.wtforms input.span7,
.wtforms textarea.span7,
.wtforms .uneditable-input.span7 {
  width: 526px;
}
.wtforms input.span6,
.wtforms textarea.span6,
.wtforms .uneditable-input.span6 {
  width: 446px;
}
.wtforms input.span5,
.wtforms textarea.span5,
.wtforms .uneditable-input.span5 {
  width: 366px;
}
.wtforms input.span4,
.wtforms textarea.span4,
.wtforms .uneditable-input.span4 {
  width: 286px;
}
.wtforms input.span3,
.wtforms textarea.span3,
.wtforms .uneditable-input.span3 {
  width: 206px;
}
.wtforms input.span2,
.wtforms textarea.span2,
.wtforms .uneditable-input.span2 {
  width: 126px;
}
.wtforms input.span1,
.wtforms textarea.span1,
.wtforms .uneditable-input.span1 {
  width: 46px;
}
.wtforms .controls-row {
  *zoom: 1;
}
.wtforms .controls-row:before,
.wtforms .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.wtforms .controls-row:after {
  clear: both;
}
.wtforms .controls-row [class*="span"],
.wtforms .row-fluid .controls-row [class*="span"] {
  float: left;
}
.wtforms .controls-row .checkbox[class*="span"],
.wtforms .controls-row .radio[class*="span"] {
  padding-top: 5px;
}
.wtforms input[disabled],
.wtforms select[disabled],
.wtforms textarea[disabled],
.wtforms input[readonly],
.wtforms select[readonly],
.wtforms textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
.wtforms input[type="radio"][disabled],
.wtforms input[type="checkbox"][disabled],
.wtforms input[type="radio"][readonly],
.wtforms input[type="checkbox"][readonly] {
  background-color: transparent;
}
.wtforms .control-group.warning .control-label,
.wtforms .control-group.warning .help-block,
.wtforms .control-group.warning .help-inline {
  color: #c09853;
}
.wtforms .control-group.warning .checkbox,
.wtforms .control-group.warning .radio,
.wtforms .control-group.warning input,
.wtforms .control-group.warning select,
.wtforms .control-group.warning textarea {
  color: #c09853;
}
.wtforms .control-group.warning input,
.wtforms .control-group.warning select,
.wtforms .control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wtforms .control-group.warning input:focus,
.wtforms .control-group.warning select:focus,
.wtforms .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.wtforms .control-group.warning .input-prepend .add-on,
.wtforms .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.wtforms .control-group.error .control-label,
.wtforms .control-group.error .help-block,
.wtforms .control-group.error .help-inline {
  color: #b94a48;
}
.wtforms .control-group.error .checkbox,
.wtforms .control-group.error .radio,
.wtforms .control-group.error input,
.wtforms .control-group.error select,
.wtforms .control-group.error textarea {
  color: #b94a48;
}
.wtforms .control-group.error input,
.wtforms .control-group.error select,
.wtforms .control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wtforms .control-group.error input:focus,
.wtforms .control-group.error select:focus,
.wtforms .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.wtforms .control-group.error .input-prepend .add-on,
.wtforms .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.wtforms .control-group.success .control-label,
.wtforms .control-group.success .help-block,
.wtforms .control-group.success .help-inline {
  color: #468847;
}
.wtforms .control-group.success .checkbox,
.wtforms .control-group.success .radio,
.wtforms .control-group.success input,
.wtforms .control-group.success select,
.wtforms .control-group.success textarea {
  color: #468847;
}
.wtforms .control-group.success input,
.wtforms .control-group.success select,
.wtforms .control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wtforms .control-group.success input:focus,
.wtforms .control-group.success select:focus,
.wtforms .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.wtforms .control-group.success .input-prepend .add-on,
.wtforms .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.wtforms .control-group.info .control-label,
.wtforms .control-group.info .help-block,
.wtforms .control-group.info .help-inline {
  color: #3a87ad;
}
.wtforms .control-group.info .checkbox,
.wtforms .control-group.info .radio,
.wtforms .control-group.info input,
.wtforms .control-group.info select,
.wtforms .control-group.info textarea {
  color: #3a87ad;
}
.wtforms .control-group.info input,
.wtforms .control-group.info select,
.wtforms .control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wtforms .control-group.info input:focus,
.wtforms .control-group.info select:focus,
.wtforms .control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.wtforms .control-group.info .input-prepend .add-on,
.wtforms .control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
.wtforms input:focus:invalid,
.wtforms textarea:focus:invalid,
.wtforms select:focus:invalid {
  color: #fb0000;
  /*border-color: #ee5f5b;*/
}
.wtforms input:focus:invalid:focus,
.wtforms textarea:focus:invalid:focus,
.wtforms select:focus:invalid:focus {
  /*border-color: darken(#fb0000, 10%);*/
  /*@shadow: 0 0 6px lighten(#fb0000, 20%);*/
  /*.box-shadow(@shadow);*/
}
.wtforms .form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.wtforms .form-actions:before,
.wtforms .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.wtforms .form-actions:after {
  clear: both;
}
.wtforms .help-block,
.wtforms .help-inline {
  color: #595959;
}
.wtforms .help-block {
  display: block;
  margin-bottom: 10px;
}
.wtforms .help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.wtforms .input-append,
.wtforms .input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.wtforms .input-append input,
.wtforms .input-prepend input,
.wtforms .input-append select,
.wtforms .input-prepend select,
.wtforms .input-append .uneditable-input,
.wtforms .input-prepend .uneditable-input,
.wtforms .input-append .dropdown-menu,
.wtforms .input-prepend .dropdown-menu,
.wtforms .input-append .popover,
.wtforms .input-prepend .popover {
  font-size: 14px;
}
.wtforms .input-append input,
.wtforms .input-prepend input,
.wtforms .input-append select,
.wtforms .input-prepend select,
.wtforms .input-append .uneditable-input,
.wtforms .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.wtforms .input-append input:focus,
.wtforms .input-prepend input:focus,
.wtforms .input-append select:focus,
.wtforms .input-prepend select:focus,
.wtforms .input-append .uneditable-input:focus,
.wtforms .input-prepend .uneditable-input:focus {
  z-index: 2;
}
.wtforms .input-append .add-on,
.wtforms .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.wtforms .input-append .add-on,
.wtforms .input-prepend .add-on,
.wtforms .input-append .btn,
.wtforms .input-prepend .btn,
.wtforms .input-append .btn-group > .dropdown-toggle,
.wtforms .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wtforms .input-append .active,
.wtforms .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.wtforms .input-prepend .add-on,
.wtforms .input-prepend .btn {
  margin-right: -1px;
}
.wtforms .input-prepend .add-on:first-child,
.wtforms .input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.wtforms .input-append input,
.wtforms .input-append select,
.wtforms .input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.wtforms .input-append input + .btn-group .btn:last-child,
.wtforms .input-append select + .btn-group .btn:last-child,
.wtforms .input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.wtforms .input-append .add-on,
.wtforms .input-append .btn,
.wtforms .input-append .btn-group {
  margin-left: -1px;
}
.wtforms .input-append .add-on:last-child,
.wtforms .input-append .btn:last-child,
.wtforms .input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.wtforms .input-prepend.input-append input,
.wtforms .input-prepend.input-append select,
.wtforms .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wtforms .input-prepend.input-append input + .btn-group .btn,
.wtforms .input-prepend.input-append select + .btn-group .btn,
.wtforms .input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.wtforms .input-prepend.input-append .add-on:first-child,
.wtforms .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.wtforms .input-prepend.input-append .add-on:last-child,
.wtforms .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.wtforms .input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
.wtforms input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.wtforms .form-search .input-append .search-query,
.wtforms .form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wtforms .form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.wtforms .form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.wtforms .form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.wtforms .form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.wtforms .form-search input,
.wtforms .form-inline input,
.wtforms .form-horizontal input,
.wtforms .form-search textarea,
.wtforms .form-inline textarea,
.wtforms .form-horizontal textarea,
.wtforms .form-search select,
.wtforms .form-inline select,
.wtforms .form-horizontal select,
.wtforms .form-search .help-inline,
.wtforms .form-inline .help-inline,
.wtforms .form-horizontal .help-inline,
.wtforms .form-search .uneditable-input,
.wtforms .form-inline .uneditable-input,
.wtforms .form-horizontal .uneditable-input,
.wtforms .form-search .input-prepend,
.wtforms .form-inline .input-prepend,
.wtforms .form-horizontal .input-prepend,
.wtforms .form-search .input-append,
.wtforms .form-inline .input-append,
.wtforms .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.wtforms .form-search .hide,
.wtforms .form-inline .hide,
.wtforms .form-horizontal .hide {
  display: none;
}
.wtforms .form-search label,
.wtforms .form-inline label,
.wtforms .form-search .btn-group,
.wtforms .form-inline .btn-group {
  display: inline-block;
}
.wtforms .form-search .input-append,
.wtforms .form-inline .input-append,
.wtforms .form-search .input-prepend,
.wtforms .form-inline .input-prepend {
  margin-bottom: 0;
}
.wtforms .form-search .radio,
.wtforms .form-search .checkbox,
.wtforms .form-inline .radio,
.wtforms .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.wtforms .form-search .radio input[type="radio"],
.wtforms .form-search .checkbox input[type="checkbox"],
.wtforms .form-inline .radio input[type="radio"],
.wtforms .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.wtforms .control-group {
  margin-bottom: 10px;
}
.wtforms legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.wtforms .form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.wtforms .form-horizontal .control-group:before,
.wtforms .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.wtforms .form-horizontal .control-group:after {
  clear: both;
}
.wtforms .form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.wtforms .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.wtforms .form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.wtforms .form-horizontal .help-block {
  margin-bottom: 0;
}
.wtforms .form-horizontal input + .help-block,
.wtforms .form-horizontal select + .help-block,
.wtforms .form-horizontal textarea + .help-block,
.wtforms .form-horizontal .uneditable-input + .help-block,
.wtforms .form-horizontal .input-prepend + .help-block,
.wtforms .form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.wtforms .form-horizontal .form-actions {
  padding-left: 180px;
}
