html.theme-default {
  /*!
 * MopaBootstrapBundle
 *
 * Copyright 2011 Mohrenweiser & Partner
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Import this file in your less files as first to be abled to access less vars from your file
 * OR
 * Add it to the stylesheets of assetic or
 * Add it as described on http://www.lesscss.org with the less.js (maybe pathes must be adapted in that case)
 *
 * Be careful when using less this way, might be most straight forward, but assetic doesnt check the included files
 * for changes, and will only regenerate the css if it detects changes in this file!
 *
 * For development it might be easier to include all you less files in the layout directly
 * But then assetic will compile each less file in a own compiler session so you cant mix in the less style into bootstrap, which might not be OK
 */
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*!
 * MopaBootstrapBundle pagination support
 */
  /*
 * moving subnavigation bar snapping to top on scroll
 * http://stackoverflow.com/questions/9179708/replicating-bootstraps-main-nav-and-subnav
 * http://stackoverflow.com/questions/10318163/subnav-bar-collapsed-with-twitter-bootstrap
 * http://twitter.github.com/bootstrap/assets/css/docs.css
 */
  /* Subnav */
  /* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
  /* Make tables spaced out a bit more */
  /* LARGE DESKTOP SCREENS */
  /**
 * To support subnavbars we add a section padding top, 
 * so if you use inpage anchors wrap them in sections to have correct scrolling padding-top
 */
  /*!
 * MopaBootstrapBundle collection support
 */
  /**
* Some fixes for displaying google maps inside a page with bootstrap
*/
  /*lighten(@actionColor, 15%);*/
  /*darken(@actionColor, 15%);*/
  /* homepage */
  /*
  form .controls select { width: 614px; }
  form .controls input, form .controls textarea { width: 600px; }
  form .modal .controls {
      select { width: 234px !important; }
      input, textarea { width: 220px !important; }
  }*/
  /* ads */
}
html.theme-default html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html.theme-default body {
  margin: 0;
}
html.theme-default article,
html.theme-default aside,
html.theme-default details,
html.theme-default figcaption,
html.theme-default figure,
html.theme-default footer,
html.theme-default header,
html.theme-default hgroup,
html.theme-default main,
html.theme-default menu,
html.theme-default nav,
html.theme-default section,
html.theme-default summary {
  display: block;
}
html.theme-default audio,
html.theme-default canvas,
html.theme-default progress,
html.theme-default video {
  display: inline-block;
  vertical-align: baseline;
}
html.theme-default audio:not([controls]) {
  display: none;
  height: 0;
}
html.theme-default [hidden],
html.theme-default template {
  display: none;
}
html.theme-default a {
  background-color: transparent;
}
html.theme-default a:active,
html.theme-default a:hover {
  outline: 0;
}
html.theme-default abbr[title] {
  border-bottom: 1px dotted;
}
html.theme-default b,
html.theme-default strong {
  font-weight: bold;
}
html.theme-default dfn {
  font-style: italic;
}
html.theme-default h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
html.theme-default mark {
  background: #ff0;
  color: #000;
}
html.theme-default small {
  font-size: 80%;
}
html.theme-default sub,
html.theme-default sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
html.theme-default sup {
  top: -0.5em;
}
html.theme-default sub {
  bottom: -0.25em;
}
html.theme-default img {
  border: 0;
}
html.theme-default svg:not(:root) {
  overflow: hidden;
}
html.theme-default figure {
  margin: 1em 40px;
}
html.theme-default hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
html.theme-default pre {
  overflow: auto;
}
html.theme-default code,
html.theme-default kbd,
html.theme-default pre,
html.theme-default samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
html.theme-default button,
html.theme-default input,
html.theme-default optgroup,
html.theme-default select,
html.theme-default textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
html.theme-default button {
  overflow: visible;
}
html.theme-default button,
html.theme-default select {
  text-transform: none;
}
html.theme-default button,
html.theme-default html input[type="button"],
html.theme-default input[type="reset"],
html.theme-default input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
html.theme-default button[disabled],
html.theme-default html input[disabled] {
  cursor: default;
}
html.theme-default button::-moz-focus-inner,
html.theme-default input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html.theme-default input {
  line-height: normal;
}
html.theme-default input[type="checkbox"],
html.theme-default input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
html.theme-default input[type="number"]::-webkit-inner-spin-button,
html.theme-default input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
html.theme-default input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
html.theme-default input[type="search"]::-webkit-search-cancel-button,
html.theme-default input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html.theme-default fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
html.theme-default legend {
  border: 0;
  padding: 0;
}
html.theme-default textarea {
  overflow: auto;
}
html.theme-default optgroup {
  font-weight: bold;
}
html.theme-default table {
  border-collapse: collapse;
  border-spacing: 0;
}
html.theme-default td,
html.theme-default th {
  padding: 0;
}
@media print {
  html.theme-default *,
  html.theme-default *:before,
  html.theme-default *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  html.theme-default a,
  html.theme-default a:visited {
    text-decoration: underline;
  }
  html.theme-default a[href]:after {
    content: " (" attr(href) ")";
  }
  html.theme-default abbr[title]:after {
    content: " (" attr(title) ")";
  }
  html.theme-default a[href^="#"]:after,
  html.theme-default a[href^="javascript:"]:after {
    content: "";
  }
  html.theme-default pre,
  html.theme-default blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  html.theme-default thead {
    display: table-header-group;
  }
  html.theme-default tr,
  html.theme-default img {
    page-break-inside: avoid;
  }
  html.theme-default img {
    max-width: 100% !important;
  }
  html.theme-default p,
  html.theme-default h2,
  html.theme-default h3 {
    orphans: 3;
    widows: 3;
  }
  html.theme-default h2,
  html.theme-default h3 {
    page-break-after: avoid;
  }
  html.theme-default select {
    background: #fff !important;
  }
  html.theme-default .navbar {
    display: none;
  }
  html.theme-default .btn > .caret,
  html.theme-default .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  html.theme-default .label {
    border: 1px solid #000;
  }
  html.theme-default .table {
    border-collapse: collapse !important;
  }
  html.theme-default .table td,
  html.theme-default .table th {
    background-color: #fff !important;
  }
  html.theme-default .table-bordered th,
  html.theme-default .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../../../vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../../../../vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../../vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../../vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../../vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../../vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
html.theme-default .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.theme-default .glyphicon-asterisk:before {
  content: "\2a";
}
html.theme-default .glyphicon-plus:before {
  content: "\2b";
}
html.theme-default .glyphicon-euro:before,
html.theme-default .glyphicon-eur:before {
  content: "\20ac";
}
html.theme-default .glyphicon-minus:before {
  content: "\2212";
}
html.theme-default .glyphicon-cloud:before {
  content: "\2601";
}
html.theme-default .glyphicon-envelope:before {
  content: "\2709";
}
html.theme-default .glyphicon-pencil:before {
  content: "\270f";
}
html.theme-default .glyphicon-glass:before {
  content: "\e001";
}
html.theme-default .glyphicon-music:before {
  content: "\e002";
}
html.theme-default .glyphicon-search:before {
  content: "\e003";
}
html.theme-default .glyphicon-heart:before {
  content: "\e005";
}
html.theme-default .glyphicon-star:before {
  content: "\e006";
}
html.theme-default .glyphicon-star-empty:before {
  content: "\e007";
}
html.theme-default .glyphicon-user:before {
  content: "\e008";
}
html.theme-default .glyphicon-film:before {
  content: "\e009";
}
html.theme-default .glyphicon-th-large:before {
  content: "\e010";
}
html.theme-default .glyphicon-th:before {
  content: "\e011";
}
html.theme-default .glyphicon-th-list:before {
  content: "\e012";
}
html.theme-default .glyphicon-ok:before {
  content: "\e013";
}
html.theme-default .glyphicon-remove:before {
  content: "\e014";
}
html.theme-default .glyphicon-zoom-in:before {
  content: "\e015";
}
html.theme-default .glyphicon-zoom-out:before {
  content: "\e016";
}
html.theme-default .glyphicon-off:before {
  content: "\e017";
}
html.theme-default .glyphicon-signal:before {
  content: "\e018";
}
html.theme-default .glyphicon-cog:before {
  content: "\e019";
}
html.theme-default .glyphicon-trash:before {
  content: "\e020";
}
html.theme-default .glyphicon-home:before {
  content: "\e021";
}
html.theme-default .glyphicon-file:before {
  content: "\e022";
}
html.theme-default .glyphicon-time:before {
  content: "\e023";
}
html.theme-default .glyphicon-road:before {
  content: "\e024";
}
html.theme-default .glyphicon-download-alt:before {
  content: "\e025";
}
html.theme-default .glyphicon-download:before {
  content: "\e026";
}
html.theme-default .glyphicon-upload:before {
  content: "\e027";
}
html.theme-default .glyphicon-inbox:before {
  content: "\e028";
}
html.theme-default .glyphicon-play-circle:before {
  content: "\e029";
}
html.theme-default .glyphicon-repeat:before {
  content: "\e030";
}
html.theme-default .glyphicon-refresh:before {
  content: "\e031";
}
html.theme-default .glyphicon-list-alt:before {
  content: "\e032";
}
html.theme-default .glyphicon-lock:before {
  content: "\e033";
}
html.theme-default .glyphicon-flag:before {
  content: "\e034";
}
html.theme-default .glyphicon-headphones:before {
  content: "\e035";
}
html.theme-default .glyphicon-volume-off:before {
  content: "\e036";
}
html.theme-default .glyphicon-volume-down:before {
  content: "\e037";
}
html.theme-default .glyphicon-volume-up:before {
  content: "\e038";
}
html.theme-default .glyphicon-qrcode:before {
  content: "\e039";
}
html.theme-default .glyphicon-barcode:before {
  content: "\e040";
}
html.theme-default .glyphicon-tag:before {
  content: "\e041";
}
html.theme-default .glyphicon-tags:before {
  content: "\e042";
}
html.theme-default .glyphicon-book:before {
  content: "\e043";
}
html.theme-default .glyphicon-bookmark:before {
  content: "\e044";
}
html.theme-default .glyphicon-print:before {
  content: "\e045";
}
html.theme-default .glyphicon-camera:before {
  content: "\e046";
}
html.theme-default .glyphicon-font:before {
  content: "\e047";
}
html.theme-default .glyphicon-bold:before {
  content: "\e048";
}
html.theme-default .glyphicon-italic:before {
  content: "\e049";
}
html.theme-default .glyphicon-text-height:before {
  content: "\e050";
}
html.theme-default .glyphicon-text-width:before {
  content: "\e051";
}
html.theme-default .glyphicon-align-left:before {
  content: "\e052";
}
html.theme-default .glyphicon-align-center:before {
  content: "\e053";
}
html.theme-default .glyphicon-align-right:before {
  content: "\e054";
}
html.theme-default .glyphicon-align-justify:before {
  content: "\e055";
}
html.theme-default .glyphicon-list:before {
  content: "\e056";
}
html.theme-default .glyphicon-indent-left:before {
  content: "\e057";
}
html.theme-default .glyphicon-indent-right:before {
  content: "\e058";
}
html.theme-default .glyphicon-facetime-video:before {
  content: "\e059";
}
html.theme-default .glyphicon-picture:before {
  content: "\e060";
}
html.theme-default .glyphicon-map-marker:before {
  content: "\e062";
}
html.theme-default .glyphicon-adjust:before {
  content: "\e063";
}
html.theme-default .glyphicon-tint:before {
  content: "\e064";
}
html.theme-default .glyphicon-edit:before {
  content: "\e065";
}
html.theme-default .glyphicon-share:before {
  content: "\e066";
}
html.theme-default .glyphicon-check:before {
  content: "\e067";
}
html.theme-default .glyphicon-move:before {
  content: "\e068";
}
html.theme-default .glyphicon-step-backward:before {
  content: "\e069";
}
html.theme-default .glyphicon-fast-backward:before {
  content: "\e070";
}
html.theme-default .glyphicon-backward:before {
  content: "\e071";
}
html.theme-default .glyphicon-play:before {
  content: "\e072";
}
html.theme-default .glyphicon-pause:before {
  content: "\e073";
}
html.theme-default .glyphicon-stop:before {
  content: "\e074";
}
html.theme-default .glyphicon-forward:before {
  content: "\e075";
}
html.theme-default .glyphicon-fast-forward:before {
  content: "\e076";
}
html.theme-default .glyphicon-step-forward:before {
  content: "\e077";
}
html.theme-default .glyphicon-eject:before {
  content: "\e078";
}
html.theme-default .glyphicon-chevron-left:before {
  content: "\e079";
}
html.theme-default .glyphicon-chevron-right:before {
  content: "\e080";
}
html.theme-default .glyphicon-plus-sign:before {
  content: "\e081";
}
html.theme-default .glyphicon-minus-sign:before {
  content: "\e082";
}
html.theme-default .glyphicon-remove-sign:before {
  content: "\e083";
}
html.theme-default .glyphicon-ok-sign:before {
  content: "\e084";
}
html.theme-default .glyphicon-question-sign:before {
  content: "\e085";
}
html.theme-default .glyphicon-info-sign:before {
  content: "\e086";
}
html.theme-default .glyphicon-screenshot:before {
  content: "\e087";
}
html.theme-default .glyphicon-remove-circle:before {
  content: "\e088";
}
html.theme-default .glyphicon-ok-circle:before {
  content: "\e089";
}
html.theme-default .glyphicon-ban-circle:before {
  content: "\e090";
}
html.theme-default .glyphicon-arrow-left:before {
  content: "\e091";
}
html.theme-default .glyphicon-arrow-right:before {
  content: "\e092";
}
html.theme-default .glyphicon-arrow-up:before {
  content: "\e093";
}
html.theme-default .glyphicon-arrow-down:before {
  content: "\e094";
}
html.theme-default .glyphicon-share-alt:before {
  content: "\e095";
}
html.theme-default .glyphicon-resize-full:before {
  content: "\e096";
}
html.theme-default .glyphicon-resize-small:before {
  content: "\e097";
}
html.theme-default .glyphicon-exclamation-sign:before {
  content: "\e101";
}
html.theme-default .glyphicon-gift:before {
  content: "\e102";
}
html.theme-default .glyphicon-leaf:before {
  content: "\e103";
}
html.theme-default .glyphicon-fire:before {
  content: "\e104";
}
html.theme-default .glyphicon-eye-open:before {
  content: "\e105";
}
html.theme-default .glyphicon-eye-close:before {
  content: "\e106";
}
html.theme-default .glyphicon-warning-sign:before {
  content: "\e107";
}
html.theme-default .glyphicon-plane:before {
  content: "\e108";
}
html.theme-default .glyphicon-calendar:before {
  content: "\e109";
}
html.theme-default .glyphicon-random:before {
  content: "\e110";
}
html.theme-default .glyphicon-comment:before {
  content: "\e111";
}
html.theme-default .glyphicon-magnet:before {
  content: "\e112";
}
html.theme-default .glyphicon-chevron-up:before {
  content: "\e113";
}
html.theme-default .glyphicon-chevron-down:before {
  content: "\e114";
}
html.theme-default .glyphicon-retweet:before {
  content: "\e115";
}
html.theme-default .glyphicon-shopping-cart:before {
  content: "\e116";
}
html.theme-default .glyphicon-folder-close:before {
  content: "\e117";
}
html.theme-default .glyphicon-folder-open:before {
  content: "\e118";
}
html.theme-default .glyphicon-resize-vertical:before {
  content: "\e119";
}
html.theme-default .glyphicon-resize-horizontal:before {
  content: "\e120";
}
html.theme-default .glyphicon-hdd:before {
  content: "\e121";
}
html.theme-default .glyphicon-bullhorn:before {
  content: "\e122";
}
html.theme-default .glyphicon-bell:before {
  content: "\e123";
}
html.theme-default .glyphicon-certificate:before {
  content: "\e124";
}
html.theme-default .glyphicon-thumbs-up:before {
  content: "\e125";
}
html.theme-default .glyphicon-thumbs-down:before {
  content: "\e126";
}
html.theme-default .glyphicon-hand-right:before {
  content: "\e127";
}
html.theme-default .glyphicon-hand-left:before {
  content: "\e128";
}
html.theme-default .glyphicon-hand-up:before {
  content: "\e129";
}
html.theme-default .glyphicon-hand-down:before {
  content: "\e130";
}
html.theme-default .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
html.theme-default .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
html.theme-default .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
html.theme-default .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
html.theme-default .glyphicon-globe:before {
  content: "\e135";
}
html.theme-default .glyphicon-wrench:before {
  content: "\e136";
}
html.theme-default .glyphicon-tasks:before {
  content: "\e137";
}
html.theme-default .glyphicon-filter:before {
  content: "\e138";
}
html.theme-default .glyphicon-briefcase:before {
  content: "\e139";
}
html.theme-default .glyphicon-fullscreen:before {
  content: "\e140";
}
html.theme-default .glyphicon-dashboard:before {
  content: "\e141";
}
html.theme-default .glyphicon-paperclip:before {
  content: "\e142";
}
html.theme-default .glyphicon-heart-empty:before {
  content: "\e143";
}
html.theme-default .glyphicon-link:before {
  content: "\e144";
}
html.theme-default .glyphicon-phone:before {
  content: "\e145";
}
html.theme-default .glyphicon-pushpin:before {
  content: "\e146";
}
html.theme-default .glyphicon-usd:before {
  content: "\e148";
}
html.theme-default .glyphicon-gbp:before {
  content: "\e149";
}
html.theme-default .glyphicon-sort:before {
  content: "\e150";
}
html.theme-default .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
html.theme-default .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
html.theme-default .glyphicon-sort-by-order:before {
  content: "\e153";
}
html.theme-default .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
html.theme-default .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
html.theme-default .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
html.theme-default .glyphicon-unchecked:before {
  content: "\e157";
}
html.theme-default .glyphicon-expand:before {
  content: "\e158";
}
html.theme-default .glyphicon-collapse-down:before {
  content: "\e159";
}
html.theme-default .glyphicon-collapse-up:before {
  content: "\e160";
}
html.theme-default .glyphicon-log-in:before {
  content: "\e161";
}
html.theme-default .glyphicon-flash:before {
  content: "\e162";
}
html.theme-default .glyphicon-log-out:before {
  content: "\e163";
}
html.theme-default .glyphicon-new-window:before {
  content: "\e164";
}
html.theme-default .glyphicon-record:before {
  content: "\e165";
}
html.theme-default .glyphicon-save:before {
  content: "\e166";
}
html.theme-default .glyphicon-open:before {
  content: "\e167";
}
html.theme-default .glyphicon-saved:before {
  content: "\e168";
}
html.theme-default .glyphicon-import:before {
  content: "\e169";
}
html.theme-default .glyphicon-export:before {
  content: "\e170";
}
html.theme-default .glyphicon-send:before {
  content: "\e171";
}
html.theme-default .glyphicon-floppy-disk:before {
  content: "\e172";
}
html.theme-default .glyphicon-floppy-saved:before {
  content: "\e173";
}
html.theme-default .glyphicon-floppy-remove:before {
  content: "\e174";
}
html.theme-default .glyphicon-floppy-save:before {
  content: "\e175";
}
html.theme-default .glyphicon-floppy-open:before {
  content: "\e176";
}
html.theme-default .glyphicon-credit-card:before {
  content: "\e177";
}
html.theme-default .glyphicon-transfer:before {
  content: "\e178";
}
html.theme-default .glyphicon-cutlery:before {
  content: "\e179";
}
html.theme-default .glyphicon-header:before {
  content: "\e180";
}
html.theme-default .glyphicon-compressed:before {
  content: "\e181";
}
html.theme-default .glyphicon-earphone:before {
  content: "\e182";
}
html.theme-default .glyphicon-phone-alt:before {
  content: "\e183";
}
html.theme-default .glyphicon-tower:before {
  content: "\e184";
}
html.theme-default .glyphicon-stats:before {
  content: "\e185";
}
html.theme-default .glyphicon-sd-video:before {
  content: "\e186";
}
html.theme-default .glyphicon-hd-video:before {
  content: "\e187";
}
html.theme-default .glyphicon-subtitles:before {
  content: "\e188";
}
html.theme-default .glyphicon-sound-stereo:before {
  content: "\e189";
}
html.theme-default .glyphicon-sound-dolby:before {
  content: "\e190";
}
html.theme-default .glyphicon-sound-5-1:before {
  content: "\e191";
}
html.theme-default .glyphicon-sound-6-1:before {
  content: "\e192";
}
html.theme-default .glyphicon-sound-7-1:before {
  content: "\e193";
}
html.theme-default .glyphicon-copyright-mark:before {
  content: "\e194";
}
html.theme-default .glyphicon-registration-mark:before {
  content: "\e195";
}
html.theme-default .glyphicon-cloud-download:before {
  content: "\e197";
}
html.theme-default .glyphicon-cloud-upload:before {
  content: "\e198";
}
html.theme-default .glyphicon-tree-conifer:before {
  content: "\e199";
}
html.theme-default .glyphicon-tree-deciduous:before {
  content: "\e200";
}
html.theme-default .glyphicon-cd:before {
  content: "\e201";
}
html.theme-default .glyphicon-save-file:before {
  content: "\e202";
}
html.theme-default .glyphicon-open-file:before {
  content: "\e203";
}
html.theme-default .glyphicon-level-up:before {
  content: "\e204";
}
html.theme-default .glyphicon-copy:before {
  content: "\e205";
}
html.theme-default .glyphicon-paste:before {
  content: "\e206";
}
html.theme-default .glyphicon-alert:before {
  content: "\e209";
}
html.theme-default .glyphicon-equalizer:before {
  content: "\e210";
}
html.theme-default .glyphicon-king:before {
  content: "\e211";
}
html.theme-default .glyphicon-queen:before {
  content: "\e212";
}
html.theme-default .glyphicon-pawn:before {
  content: "\e213";
}
html.theme-default .glyphicon-bishop:before {
  content: "\e214";
}
html.theme-default .glyphicon-knight:before {
  content: "\e215";
}
html.theme-default .glyphicon-baby-formula:before {
  content: "\e216";
}
html.theme-default .glyphicon-tent:before {
  content: "\26fa";
}
html.theme-default .glyphicon-blackboard:before {
  content: "\e218";
}
html.theme-default .glyphicon-bed:before {
  content: "\e219";
}
html.theme-default .glyphicon-apple:before {
  content: "\f8ff";
}
html.theme-default .glyphicon-erase:before {
  content: "\e221";
}
html.theme-default .glyphicon-hourglass:before {
  content: "\231b";
}
html.theme-default .glyphicon-lamp:before {
  content: "\e223";
}
html.theme-default .glyphicon-duplicate:before {
  content: "\e224";
}
html.theme-default .glyphicon-piggy-bank:before {
  content: "\e225";
}
html.theme-default .glyphicon-scissors:before {
  content: "\e226";
}
html.theme-default .glyphicon-bitcoin:before {
  content: "\e227";
}
html.theme-default .glyphicon-btc:before {
  content: "\e227";
}
html.theme-default .glyphicon-xbt:before {
  content: "\e227";
}
html.theme-default .glyphicon-yen:before {
  content: "\00a5";
}
html.theme-default .glyphicon-jpy:before {
  content: "\00a5";
}
html.theme-default .glyphicon-ruble:before {
  content: "\20bd";
}
html.theme-default .glyphicon-rub:before {
  content: "\20bd";
}
html.theme-default .glyphicon-scale:before {
  content: "\e230";
}
html.theme-default .glyphicon-ice-lolly:before {
  content: "\e231";
}
html.theme-default .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
html.theme-default .glyphicon-education:before {
  content: "\e233";
}
html.theme-default .glyphicon-option-horizontal:before {
  content: "\e234";
}
html.theme-default .glyphicon-option-vertical:before {
  content: "\e235";
}
html.theme-default .glyphicon-menu-hamburger:before {
  content: "\e236";
}
html.theme-default .glyphicon-modal-window:before {
  content: "\e237";
}
html.theme-default .glyphicon-oil:before {
  content: "\e238";
}
html.theme-default .glyphicon-grain:before {
  content: "\e239";
}
html.theme-default .glyphicon-sunglasses:before {
  content: "\e240";
}
html.theme-default .glyphicon-text-size:before {
  content: "\e241";
}
html.theme-default .glyphicon-text-color:before {
  content: "\e242";
}
html.theme-default .glyphicon-text-background:before {
  content: "\e243";
}
html.theme-default .glyphicon-object-align-top:before {
  content: "\e244";
}
html.theme-default .glyphicon-object-align-bottom:before {
  content: "\e245";
}
html.theme-default .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
html.theme-default .glyphicon-object-align-left:before {
  content: "\e247";
}
html.theme-default .glyphicon-object-align-vertical:before {
  content: "\e248";
}
html.theme-default .glyphicon-object-align-right:before {
  content: "\e249";
}
html.theme-default .glyphicon-triangle-right:before {
  content: "\e250";
}
html.theme-default .glyphicon-triangle-left:before {
  content: "\e251";
}
html.theme-default .glyphicon-triangle-bottom:before {
  content: "\e252";
}
html.theme-default .glyphicon-triangle-top:before {
  content: "\e253";
}
html.theme-default .glyphicon-console:before {
  content: "\e254";
}
html.theme-default .glyphicon-superscript:before {
  content: "\e255";
}
html.theme-default .glyphicon-subscript:before {
  content: "\e256";
}
html.theme-default .glyphicon-menu-left:before {
  content: "\e257";
}
html.theme-default .glyphicon-menu-right:before {
  content: "\e258";
}
html.theme-default .glyphicon-menu-down:before {
  content: "\e259";
}
html.theme-default .glyphicon-menu-up:before {
  content: "\e260";
}
html.theme-default * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html.theme-default *:before,
html.theme-default *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html.theme-default html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.theme-default body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
html.theme-default input,
html.theme-default button,
html.theme-default select,
html.theme-default textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
html.theme-default a {
  color: #428bca;
  text-decoration: none;
}
html.theme-default a:hover,
html.theme-default a:focus {
  color: #2a6496;
  text-decoration: underline;
}
html.theme-default a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
html.theme-default figure {
  margin: 0;
}
html.theme-default img {
  vertical-align: middle;
}
html.theme-default .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
html.theme-default .img-rounded {
  border-radius: 6px;
}
html.theme-default .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
html.theme-default .img-circle {
  border-radius: 50%;
}
html.theme-default hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
html.theme-default .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
html.theme-default .sr-only-focusable:active,
html.theme-default .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
html.theme-default [role="button"] {
  cursor: pointer;
}
html.theme-default h1,
html.theme-default h2,
html.theme-default h3,
html.theme-default h4,
html.theme-default h5,
html.theme-default h6,
html.theme-default .h1,
html.theme-default .h2,
html.theme-default .h3,
html.theme-default .h4,
html.theme-default .h5,
html.theme-default .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
html.theme-default h1 small,
html.theme-default h2 small,
html.theme-default h3 small,
html.theme-default h4 small,
html.theme-default h5 small,
html.theme-default h6 small,
html.theme-default .h1 small,
html.theme-default .h2 small,
html.theme-default .h3 small,
html.theme-default .h4 small,
html.theme-default .h5 small,
html.theme-default .h6 small,
html.theme-default h1 .small,
html.theme-default h2 .small,
html.theme-default h3 .small,
html.theme-default h4 .small,
html.theme-default h5 .small,
html.theme-default h6 .small,
html.theme-default .h1 .small,
html.theme-default .h2 .small,
html.theme-default .h3 .small,
html.theme-default .h4 .small,
html.theme-default .h5 .small,
html.theme-default .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
html.theme-default h1,
html.theme-default .h1,
html.theme-default h2,
html.theme-default .h2,
html.theme-default h3,
html.theme-default .h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
html.theme-default h1 small,
html.theme-default .h1 small,
html.theme-default h2 small,
html.theme-default .h2 small,
html.theme-default h3 small,
html.theme-default .h3 small,
html.theme-default h1 .small,
html.theme-default .h1 .small,
html.theme-default h2 .small,
html.theme-default .h2 .small,
html.theme-default h3 .small,
html.theme-default .h3 .small {
  font-size: 65%;
}
html.theme-default h4,
html.theme-default .h4,
html.theme-default h5,
html.theme-default .h5,
html.theme-default h6,
html.theme-default .h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
html.theme-default h4 small,
html.theme-default .h4 small,
html.theme-default h5 small,
html.theme-default .h5 small,
html.theme-default h6 small,
html.theme-default .h6 small,
html.theme-default h4 .small,
html.theme-default .h4 .small,
html.theme-default h5 .small,
html.theme-default .h5 .small,
html.theme-default h6 .small,
html.theme-default .h6 .small {
  font-size: 75%;
}
html.theme-default h1,
html.theme-default .h1 {
  font-size: 31px;
}
html.theme-default h2,
html.theme-default .h2 {
  font-size: 25px;
}
html.theme-default h3,
html.theme-default .h3 {
  font-size: 21px;
}
html.theme-default h4,
html.theme-default .h4 {
  font-size: 15px;
}
html.theme-default h5,
html.theme-default .h5 {
  font-size: 12px;
}
html.theme-default h6,
html.theme-default .h6 {
  font-size: 11px;
}
html.theme-default p {
  margin: 0 0 8.5px;
}
html.theme-default .lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  html.theme-default .lead {
    font-size: 18px;
  }
}
html.theme-default small,
html.theme-default .small {
  font-size: 91%;
}
html.theme-default mark,
html.theme-default .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
html.theme-default .text-left {
  text-align: left;
}
html.theme-default .text-right {
  text-align: right;
}
html.theme-default .text-center {
  text-align: center;
}
html.theme-default .text-justify {
  text-align: justify;
}
html.theme-default .text-nowrap {
  white-space: nowrap;
}
html.theme-default .text-lowercase {
  text-transform: lowercase;
}
html.theme-default .text-uppercase {
  text-transform: uppercase;
}
html.theme-default .text-capitalize {
  text-transform: capitalize;
}
html.theme-default .text-muted {
  color: #999999;
}
html.theme-default .text-primary {
  color: #428bca;
}
ahtml.theme-default .text-primary:hover {
  color: #3071a9;
}
html.theme-default .text-success {
  color: #3c763d;
}
ahtml.theme-default .text-success:hover {
  color: #2b542c;
}
html.theme-default .text-info {
  color: #31708f;
}
ahtml.theme-default .text-info:hover {
  color: #245269;
}
html.theme-default .text-warning {
  color: #8a6d3b;
}
ahtml.theme-default .text-warning:hover {
  color: #66512c;
}
html.theme-default .text-danger {
  color: #a94442;
}
ahtml.theme-default .text-danger:hover {
  color: #843534;
}
html.theme-default .bg-primary {
  color: #fff;
  background-color: #428bca;
}
ahtml.theme-default .bg-primary:hover {
  background-color: #3071a9;
}
html.theme-default .bg-success {
  background-color: #dff0d8;
}
ahtml.theme-default .bg-success:hover {
  background-color: #c1e2b3;
}
html.theme-default .bg-info {
  background-color: #d9edf7;
}
ahtml.theme-default .bg-info:hover {
  background-color: #afd9ee;
}
html.theme-default .bg-warning {
  background-color: #fcf8e3;
}
ahtml.theme-default .bg-warning:hover {
  background-color: #f7ecb5;
}
html.theme-default .bg-danger {
  background-color: #f2dede;
}
ahtml.theme-default .bg-danger:hover {
  background-color: #e4b9b9;
}
html.theme-default .page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}
html.theme-default ul,
html.theme-default ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
html.theme-default ul ul,
html.theme-default ol ul,
html.theme-default ul ol,
html.theme-default ol ol {
  margin-bottom: 0;
}
html.theme-default .list-unstyled {
  padding-left: 0;
  list-style: none;
}
html.theme-default .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
html.theme-default .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
html.theme-default dl {
  margin-top: 0;
  margin-bottom: 17px;
}
html.theme-default dt,
html.theme-default dd {
  line-height: 1.42857143;
}
html.theme-default dt {
  font-weight: bold;
}
html.theme-default dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  html.theme-default .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  html.theme-default .dl-horizontal dd {
    margin-left: 180px;
  }
}
html.theme-default abbr[title],
html.theme-default abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
html.theme-default .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
html.theme-default blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
html.theme-default blockquote p:last-child,
html.theme-default blockquote ul:last-child,
html.theme-default blockquote ol:last-child {
  margin-bottom: 0;
}
html.theme-default blockquote footer,
html.theme-default blockquote small,
html.theme-default blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
html.theme-default blockquote footer:before,
html.theme-default blockquote small:before,
html.theme-default blockquote .small:before {
  content: '\2014 \00A0';
}
html.theme-default .blockquote-reverse,
html.theme-default blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
html.theme-default .blockquote-reverse footer:before,
html.theme-default blockquote.pull-right footer:before,
html.theme-default .blockquote-reverse small:before,
html.theme-default blockquote.pull-right small:before,
html.theme-default .blockquote-reverse .small:before,
html.theme-default blockquote.pull-right .small:before {
  content: '';
}
html.theme-default .blockquote-reverse footer:after,
html.theme-default blockquote.pull-right footer:after,
html.theme-default .blockquote-reverse small:after,
html.theme-default blockquote.pull-right small:after,
html.theme-default .blockquote-reverse .small:after,
html.theme-default blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
html.theme-default address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}
html.theme-default code,
html.theme-default kbd,
html.theme-default pre,
html.theme-default samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
html.theme-default code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
html.theme-default kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html.theme-default kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
html.theme-default pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
html.theme-default pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
html.theme-default .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
html.theme-default .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  html.theme-default .container {
    width: 732px;
  }
}
@media (min-width: 960px) {
  html.theme-default .container {
    width: 972px;
  }
}
@media (min-width: 960px) {
  html.theme-default .container {
    width: 972px;
  }
}
html.theme-default .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}
html.theme-default .row {
  margin-left: -6px;
  margin-right: -6px;
}
html.theme-default .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
html.theme-default .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
html.theme-default .col-xs-12 {
  width: 100%;
}
html.theme-default .col-xs-11 {
  width: 91.66666667%;
}
html.theme-default .col-xs-10 {
  width: 83.33333333%;
}
html.theme-default .col-xs-9 {
  width: 75%;
}
html.theme-default .col-xs-8 {
  width: 66.66666667%;
}
html.theme-default .col-xs-7 {
  width: 58.33333333%;
}
html.theme-default .col-xs-6 {
  width: 50%;
}
html.theme-default .col-xs-5 {
  width: 41.66666667%;
}
html.theme-default .col-xs-4 {
  width: 33.33333333%;
}
html.theme-default .col-xs-3 {
  width: 25%;
}
html.theme-default .col-xs-2 {
  width: 16.66666667%;
}
html.theme-default .col-xs-1 {
  width: 8.33333333%;
}
html.theme-default .col-xs-pull-12 {
  right: 100%;
}
html.theme-default .col-xs-pull-11 {
  right: 91.66666667%;
}
html.theme-default .col-xs-pull-10 {
  right: 83.33333333%;
}
html.theme-default .col-xs-pull-9 {
  right: 75%;
}
html.theme-default .col-xs-pull-8 {
  right: 66.66666667%;
}
html.theme-default .col-xs-pull-7 {
  right: 58.33333333%;
}
html.theme-default .col-xs-pull-6 {
  right: 50%;
}
html.theme-default .col-xs-pull-5 {
  right: 41.66666667%;
}
html.theme-default .col-xs-pull-4 {
  right: 33.33333333%;
}
html.theme-default .col-xs-pull-3 {
  right: 25%;
}
html.theme-default .col-xs-pull-2 {
  right: 16.66666667%;
}
html.theme-default .col-xs-pull-1 {
  right: 8.33333333%;
}
html.theme-default .col-xs-pull-0 {
  right: auto;
}
html.theme-default .col-xs-push-12 {
  left: 100%;
}
html.theme-default .col-xs-push-11 {
  left: 91.66666667%;
}
html.theme-default .col-xs-push-10 {
  left: 83.33333333%;
}
html.theme-default .col-xs-push-9 {
  left: 75%;
}
html.theme-default .col-xs-push-8 {
  left: 66.66666667%;
}
html.theme-default .col-xs-push-7 {
  left: 58.33333333%;
}
html.theme-default .col-xs-push-6 {
  left: 50%;
}
html.theme-default .col-xs-push-5 {
  left: 41.66666667%;
}
html.theme-default .col-xs-push-4 {
  left: 33.33333333%;
}
html.theme-default .col-xs-push-3 {
  left: 25%;
}
html.theme-default .col-xs-push-2 {
  left: 16.66666667%;
}
html.theme-default .col-xs-push-1 {
  left: 8.33333333%;
}
html.theme-default .col-xs-push-0 {
  left: auto;
}
html.theme-default .col-xs-offset-12 {
  margin-left: 100%;
}
html.theme-default .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
html.theme-default .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
html.theme-default .col-xs-offset-9 {
  margin-left: 75%;
}
html.theme-default .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
html.theme-default .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
html.theme-default .col-xs-offset-6 {
  margin-left: 50%;
}
html.theme-default .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
html.theme-default .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
html.theme-default .col-xs-offset-3 {
  margin-left: 25%;
}
html.theme-default .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
html.theme-default .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
html.theme-default .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  html.theme-default .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  html.theme-default .col-sm-12 {
    width: 100%;
  }
  html.theme-default .col-sm-11 {
    width: 91.66666667%;
  }
  html.theme-default .col-sm-10 {
    width: 83.33333333%;
  }
  html.theme-default .col-sm-9 {
    width: 75%;
  }
  html.theme-default .col-sm-8 {
    width: 66.66666667%;
  }
  html.theme-default .col-sm-7 {
    width: 58.33333333%;
  }
  html.theme-default .col-sm-6 {
    width: 50%;
  }
  html.theme-default .col-sm-5 {
    width: 41.66666667%;
  }
  html.theme-default .col-sm-4 {
    width: 33.33333333%;
  }
  html.theme-default .col-sm-3 {
    width: 25%;
  }
  html.theme-default .col-sm-2 {
    width: 16.66666667%;
  }
  html.theme-default .col-sm-1 {
    width: 8.33333333%;
  }
  html.theme-default .col-sm-pull-12 {
    right: 100%;
  }
  html.theme-default .col-sm-pull-11 {
    right: 91.66666667%;
  }
  html.theme-default .col-sm-pull-10 {
    right: 83.33333333%;
  }
  html.theme-default .col-sm-pull-9 {
    right: 75%;
  }
  html.theme-default .col-sm-pull-8 {
    right: 66.66666667%;
  }
  html.theme-default .col-sm-pull-7 {
    right: 58.33333333%;
  }
  html.theme-default .col-sm-pull-6 {
    right: 50%;
  }
  html.theme-default .col-sm-pull-5 {
    right: 41.66666667%;
  }
  html.theme-default .col-sm-pull-4 {
    right: 33.33333333%;
  }
  html.theme-default .col-sm-pull-3 {
    right: 25%;
  }
  html.theme-default .col-sm-pull-2 {
    right: 16.66666667%;
  }
  html.theme-default .col-sm-pull-1 {
    right: 8.33333333%;
  }
  html.theme-default .col-sm-pull-0 {
    right: auto;
  }
  html.theme-default .col-sm-push-12 {
    left: 100%;
  }
  html.theme-default .col-sm-push-11 {
    left: 91.66666667%;
  }
  html.theme-default .col-sm-push-10 {
    left: 83.33333333%;
  }
  html.theme-default .col-sm-push-9 {
    left: 75%;
  }
  html.theme-default .col-sm-push-8 {
    left: 66.66666667%;
  }
  html.theme-default .col-sm-push-7 {
    left: 58.33333333%;
  }
  html.theme-default .col-sm-push-6 {
    left: 50%;
  }
  html.theme-default .col-sm-push-5 {
    left: 41.66666667%;
  }
  html.theme-default .col-sm-push-4 {
    left: 33.33333333%;
  }
  html.theme-default .col-sm-push-3 {
    left: 25%;
  }
  html.theme-default .col-sm-push-2 {
    left: 16.66666667%;
  }
  html.theme-default .col-sm-push-1 {
    left: 8.33333333%;
  }
  html.theme-default .col-sm-push-0 {
    left: auto;
  }
  html.theme-default .col-sm-offset-12 {
    margin-left: 100%;
  }
  html.theme-default .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  html.theme-default .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  html.theme-default .col-sm-offset-9 {
    margin-left: 75%;
  }
  html.theme-default .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  html.theme-default .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  html.theme-default .col-sm-offset-6 {
    margin-left: 50%;
  }
  html.theme-default .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  html.theme-default .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  html.theme-default .col-sm-offset-3 {
    margin-left: 25%;
  }
  html.theme-default .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  html.theme-default .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  html.theme-default .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 960px) {
  html.theme-default .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  html.theme-default .col-md-12 {
    width: 100%;
  }
  html.theme-default .col-md-11 {
    width: 91.66666667%;
  }
  html.theme-default .col-md-10 {
    width: 83.33333333%;
  }
  html.theme-default .col-md-9 {
    width: 75%;
  }
  html.theme-default .col-md-8 {
    width: 66.66666667%;
  }
  html.theme-default .col-md-7 {
    width: 58.33333333%;
  }
  html.theme-default .col-md-6 {
    width: 50%;
  }
  html.theme-default .col-md-5 {
    width: 41.66666667%;
  }
  html.theme-default .col-md-4 {
    width: 33.33333333%;
  }
  html.theme-default .col-md-3 {
    width: 25%;
  }
  html.theme-default .col-md-2 {
    width: 16.66666667%;
  }
  html.theme-default .col-md-1 {
    width: 8.33333333%;
  }
  html.theme-default .col-md-pull-12 {
    right: 100%;
  }
  html.theme-default .col-md-pull-11 {
    right: 91.66666667%;
  }
  html.theme-default .col-md-pull-10 {
    right: 83.33333333%;
  }
  html.theme-default .col-md-pull-9 {
    right: 75%;
  }
  html.theme-default .col-md-pull-8 {
    right: 66.66666667%;
  }
  html.theme-default .col-md-pull-7 {
    right: 58.33333333%;
  }
  html.theme-default .col-md-pull-6 {
    right: 50%;
  }
  html.theme-default .col-md-pull-5 {
    right: 41.66666667%;
  }
  html.theme-default .col-md-pull-4 {
    right: 33.33333333%;
  }
  html.theme-default .col-md-pull-3 {
    right: 25%;
  }
  html.theme-default .col-md-pull-2 {
    right: 16.66666667%;
  }
  html.theme-default .col-md-pull-1 {
    right: 8.33333333%;
  }
  html.theme-default .col-md-pull-0 {
    right: auto;
  }
  html.theme-default .col-md-push-12 {
    left: 100%;
  }
  html.theme-default .col-md-push-11 {
    left: 91.66666667%;
  }
  html.theme-default .col-md-push-10 {
    left: 83.33333333%;
  }
  html.theme-default .col-md-push-9 {
    left: 75%;
  }
  html.theme-default .col-md-push-8 {
    left: 66.66666667%;
  }
  html.theme-default .col-md-push-7 {
    left: 58.33333333%;
  }
  html.theme-default .col-md-push-6 {
    left: 50%;
  }
  html.theme-default .col-md-push-5 {
    left: 41.66666667%;
  }
  html.theme-default .col-md-push-4 {
    left: 33.33333333%;
  }
  html.theme-default .col-md-push-3 {
    left: 25%;
  }
  html.theme-default .col-md-push-2 {
    left: 16.66666667%;
  }
  html.theme-default .col-md-push-1 {
    left: 8.33333333%;
  }
  html.theme-default .col-md-push-0 {
    left: auto;
  }
  html.theme-default .col-md-offset-12 {
    margin-left: 100%;
  }
  html.theme-default .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  html.theme-default .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  html.theme-default .col-md-offset-9 {
    margin-left: 75%;
  }
  html.theme-default .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  html.theme-default .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  html.theme-default .col-md-offset-6 {
    margin-left: 50%;
  }
  html.theme-default .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  html.theme-default .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  html.theme-default .col-md-offset-3 {
    margin-left: 25%;
  }
  html.theme-default .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  html.theme-default .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  html.theme-default .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 960px) {
  html.theme-default .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  html.theme-default .col-lg-12 {
    width: 100%;
  }
  html.theme-default .col-lg-11 {
    width: 91.66666667%;
  }
  html.theme-default .col-lg-10 {
    width: 83.33333333%;
  }
  html.theme-default .col-lg-9 {
    width: 75%;
  }
  html.theme-default .col-lg-8 {
    width: 66.66666667%;
  }
  html.theme-default .col-lg-7 {
    width: 58.33333333%;
  }
  html.theme-default .col-lg-6 {
    width: 50%;
  }
  html.theme-default .col-lg-5 {
    width: 41.66666667%;
  }
  html.theme-default .col-lg-4 {
    width: 33.33333333%;
  }
  html.theme-default .col-lg-3 {
    width: 25%;
  }
  html.theme-default .col-lg-2 {
    width: 16.66666667%;
  }
  html.theme-default .col-lg-1 {
    width: 8.33333333%;
  }
  html.theme-default .col-lg-pull-12 {
    right: 100%;
  }
  html.theme-default .col-lg-pull-11 {
    right: 91.66666667%;
  }
  html.theme-default .col-lg-pull-10 {
    right: 83.33333333%;
  }
  html.theme-default .col-lg-pull-9 {
    right: 75%;
  }
  html.theme-default .col-lg-pull-8 {
    right: 66.66666667%;
  }
  html.theme-default .col-lg-pull-7 {
    right: 58.33333333%;
  }
  html.theme-default .col-lg-pull-6 {
    right: 50%;
  }
  html.theme-default .col-lg-pull-5 {
    right: 41.66666667%;
  }
  html.theme-default .col-lg-pull-4 {
    right: 33.33333333%;
  }
  html.theme-default .col-lg-pull-3 {
    right: 25%;
  }
  html.theme-default .col-lg-pull-2 {
    right: 16.66666667%;
  }
  html.theme-default .col-lg-pull-1 {
    right: 8.33333333%;
  }
  html.theme-default .col-lg-pull-0 {
    right: auto;
  }
  html.theme-default .col-lg-push-12 {
    left: 100%;
  }
  html.theme-default .col-lg-push-11 {
    left: 91.66666667%;
  }
  html.theme-default .col-lg-push-10 {
    left: 83.33333333%;
  }
  html.theme-default .col-lg-push-9 {
    left: 75%;
  }
  html.theme-default .col-lg-push-8 {
    left: 66.66666667%;
  }
  html.theme-default .col-lg-push-7 {
    left: 58.33333333%;
  }
  html.theme-default .col-lg-push-6 {
    left: 50%;
  }
  html.theme-default .col-lg-push-5 {
    left: 41.66666667%;
  }
  html.theme-default .col-lg-push-4 {
    left: 33.33333333%;
  }
  html.theme-default .col-lg-push-3 {
    left: 25%;
  }
  html.theme-default .col-lg-push-2 {
    left: 16.66666667%;
  }
  html.theme-default .col-lg-push-1 {
    left: 8.33333333%;
  }
  html.theme-default .col-lg-push-0 {
    left: auto;
  }
  html.theme-default .col-lg-offset-12 {
    margin-left: 100%;
  }
  html.theme-default .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  html.theme-default .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  html.theme-default .col-lg-offset-9 {
    margin-left: 75%;
  }
  html.theme-default .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  html.theme-default .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  html.theme-default .col-lg-offset-6 {
    margin-left: 50%;
  }
  html.theme-default .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  html.theme-default .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  html.theme-default .col-lg-offset-3 {
    margin-left: 25%;
  }
  html.theme-default .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  html.theme-default .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  html.theme-default .col-lg-offset-0 {
    margin-left: 0%;
  }
}
html.theme-default table {
  background-color: transparent;
}
html.theme-default caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
html.theme-default th {
  text-align: left;
}
html.theme-default .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}
html.theme-default .table > thead > tr > th,
html.theme-default .table > tbody > tr > th,
html.theme-default .table > tfoot > tr > th,
html.theme-default .table > thead > tr > td,
html.theme-default .table > tbody > tr > td,
html.theme-default .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
html.theme-default .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
html.theme-default .table > caption + thead > tr:first-child > th,
html.theme-default .table > colgroup + thead > tr:first-child > th,
html.theme-default .table > thead:first-child > tr:first-child > th,
html.theme-default .table > caption + thead > tr:first-child > td,
html.theme-default .table > colgroup + thead > tr:first-child > td,
html.theme-default .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
html.theme-default .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
html.theme-default .table .table {
  background-color: #ffffff;
}
html.theme-default .table-condensed > thead > tr > th,
html.theme-default .table-condensed > tbody > tr > th,
html.theme-default .table-condensed > tfoot > tr > th,
html.theme-default .table-condensed > thead > tr > td,
html.theme-default .table-condensed > tbody > tr > td,
html.theme-default .table-condensed > tfoot > tr > td {
  padding: 5px;
}
html.theme-default .table-bordered {
  border: 1px solid #dddddd;
}
html.theme-default .table-bordered > thead > tr > th,
html.theme-default .table-bordered > tbody > tr > th,
html.theme-default .table-bordered > tfoot > tr > th,
html.theme-default .table-bordered > thead > tr > td,
html.theme-default .table-bordered > tbody > tr > td,
html.theme-default .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
html.theme-default .table-bordered > thead > tr > th,
html.theme-default .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
html.theme-default .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
html.theme-default .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
html.theme-default table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
html.theme-default table td[class*="col-"],
html.theme-default table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
html.theme-default .table > thead > tr > td.active,
html.theme-default .table > tbody > tr > td.active,
html.theme-default .table > tfoot > tr > td.active,
html.theme-default .table > thead > tr > th.active,
html.theme-default .table > tbody > tr > th.active,
html.theme-default .table > tfoot > tr > th.active,
html.theme-default .table > thead > tr.active > td,
html.theme-default .table > tbody > tr.active > td,
html.theme-default .table > tfoot > tr.active > td,
html.theme-default .table > thead > tr.active > th,
html.theme-default .table > tbody > tr.active > th,
html.theme-default .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
html.theme-default .table-hover > tbody > tr > td.active:hover,
html.theme-default .table-hover > tbody > tr > th.active:hover,
html.theme-default .table-hover > tbody > tr.active:hover > td,
html.theme-default .table-hover > tbody > tr:hover > .active,
html.theme-default .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
html.theme-default .table > thead > tr > td.success,
html.theme-default .table > tbody > tr > td.success,
html.theme-default .table > tfoot > tr > td.success,
html.theme-default .table > thead > tr > th.success,
html.theme-default .table > tbody > tr > th.success,
html.theme-default .table > tfoot > tr > th.success,
html.theme-default .table > thead > tr.success > td,
html.theme-default .table > tbody > tr.success > td,
html.theme-default .table > tfoot > tr.success > td,
html.theme-default .table > thead > tr.success > th,
html.theme-default .table > tbody > tr.success > th,
html.theme-default .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
html.theme-default .table-hover > tbody > tr > td.success:hover,
html.theme-default .table-hover > tbody > tr > th.success:hover,
html.theme-default .table-hover > tbody > tr.success:hover > td,
html.theme-default .table-hover > tbody > tr:hover > .success,
html.theme-default .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
html.theme-default .table > thead > tr > td.info,
html.theme-default .table > tbody > tr > td.info,
html.theme-default .table > tfoot > tr > td.info,
html.theme-default .table > thead > tr > th.info,
html.theme-default .table > tbody > tr > th.info,
html.theme-default .table > tfoot > tr > th.info,
html.theme-default .table > thead > tr.info > td,
html.theme-default .table > tbody > tr.info > td,
html.theme-default .table > tfoot > tr.info > td,
html.theme-default .table > thead > tr.info > th,
html.theme-default .table > tbody > tr.info > th,
html.theme-default .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
html.theme-default .table-hover > tbody > tr > td.info:hover,
html.theme-default .table-hover > tbody > tr > th.info:hover,
html.theme-default .table-hover > tbody > tr.info:hover > td,
html.theme-default .table-hover > tbody > tr:hover > .info,
html.theme-default .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
html.theme-default .table > thead > tr > td.warning,
html.theme-default .table > tbody > tr > td.warning,
html.theme-default .table > tfoot > tr > td.warning,
html.theme-default .table > thead > tr > th.warning,
html.theme-default .table > tbody > tr > th.warning,
html.theme-default .table > tfoot > tr > th.warning,
html.theme-default .table > thead > tr.warning > td,
html.theme-default .table > tbody > tr.warning > td,
html.theme-default .table > tfoot > tr.warning > td,
html.theme-default .table > thead > tr.warning > th,
html.theme-default .table > tbody > tr.warning > th,
html.theme-default .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
html.theme-default .table-hover > tbody > tr > td.warning:hover,
html.theme-default .table-hover > tbody > tr > th.warning:hover,
html.theme-default .table-hover > tbody > tr.warning:hover > td,
html.theme-default .table-hover > tbody > tr:hover > .warning,
html.theme-default .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
html.theme-default .table > thead > tr > td.danger,
html.theme-default .table > tbody > tr > td.danger,
html.theme-default .table > tfoot > tr > td.danger,
html.theme-default .table > thead > tr > th.danger,
html.theme-default .table > tbody > tr > th.danger,
html.theme-default .table > tfoot > tr > th.danger,
html.theme-default .table > thead > tr.danger > td,
html.theme-default .table > tbody > tr.danger > td,
html.theme-default .table > tfoot > tr.danger > td,
html.theme-default .table > thead > tr.danger > th,
html.theme-default .table > tbody > tr.danger > th,
html.theme-default .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
html.theme-default .table-hover > tbody > tr > td.danger:hover,
html.theme-default .table-hover > tbody > tr > th.danger:hover,
html.theme-default .table-hover > tbody > tr.danger:hover > td,
html.theme-default .table-hover > tbody > tr:hover > .danger,
html.theme-default .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
html.theme-default .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  html.theme-default .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  html.theme-default .table-responsive > .table {
    margin-bottom: 0;
  }
  html.theme-default .table-responsive > .table > thead > tr > th,
  html.theme-default .table-responsive > .table > tbody > tr > th,
  html.theme-default .table-responsive > .table > tfoot > tr > th,
  html.theme-default .table-responsive > .table > thead > tr > td,
  html.theme-default .table-responsive > .table > tbody > tr > td,
  html.theme-default .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  html.theme-default .table-responsive > .table-bordered {
    border: 0;
  }
  html.theme-default .table-responsive > .table-bordered > thead > tr > th:first-child,
  html.theme-default .table-responsive > .table-bordered > tbody > tr > th:first-child,
  html.theme-default .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  html.theme-default .table-responsive > .table-bordered > thead > tr > td:first-child,
  html.theme-default .table-responsive > .table-bordered > tbody > tr > td:first-child,
  html.theme-default .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  html.theme-default .table-responsive > .table-bordered > thead > tr > th:last-child,
  html.theme-default .table-responsive > .table-bordered > tbody > tr > th:last-child,
  html.theme-default .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  html.theme-default .table-responsive > .table-bordered > thead > tr > td:last-child,
  html.theme-default .table-responsive > .table-bordered > tbody > tr > td:last-child,
  html.theme-default .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  html.theme-default .table-responsive > .table-bordered > tbody > tr:last-child > th,
  html.theme-default .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  html.theme-default .table-responsive > .table-bordered > tbody > tr:last-child > td,
  html.theme-default .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
html.theme-default fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
html.theme-default legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
html.theme-default label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
html.theme-default input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html.theme-default input[type="radio"],
html.theme-default input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
html.theme-default input[type="file"] {
  display: block;
}
html.theme-default input[type="range"] {
  display: block;
  width: 100%;
}
html.theme-default select[multiple],
html.theme-default select[size] {
  height: auto;
}
html.theme-default input[type="file"]:focus,
html.theme-default input[type="radio"]:focus,
html.theme-default input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
html.theme-default output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
}
html.theme-default .form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  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, 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;
}
html.theme-default .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);
}
html.theme-default .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
html.theme-default .form-control:-ms-input-placeholder {
  color: #999999;
}
html.theme-default .form-control::-webkit-input-placeholder {
  color: #999999;
}
html.theme-default .form-control[disabled],
html.theme-default .form-control[readonly],
fieldset[disabled] html.theme-default .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
html.theme-default .form-control[disabled],
fieldset[disabled] html.theme-default .form-control {
  cursor: not-allowed;
}
textareahtml.theme-default .form-control {
  height: auto;
}
html.theme-default input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  html.theme-default input[type="date"],
  html.theme-default input[type="time"],
  html.theme-default input[type="datetime-local"],
  html.theme-default input[type="month"] {
    line-height: 31px;
  }
  html.theme-default input[type="date"].input-sm,
  html.theme-default input[type="time"].input-sm,
  html.theme-default input[type="datetime-local"].input-sm,
  html.theme-default input[type="month"].input-sm,
  .input-group-sm html.theme-default input[type="date"],
  .input-group-sm html.theme-default input[type="time"],
  .input-group-sm html.theme-default input[type="datetime-local"],
  .input-group-sm html.theme-default input[type="month"] {
    line-height: 28px;
  }
  html.theme-default input[type="date"].input-lg,
  html.theme-default input[type="time"].input-lg,
  html.theme-default input[type="datetime-local"].input-lg,
  html.theme-default input[type="month"].input-lg,
  .input-group-lg html.theme-default input[type="date"],
  .input-group-lg html.theme-default input[type="time"],
  .input-group-lg html.theme-default input[type="datetime-local"],
  .input-group-lg html.theme-default input[type="month"] {
    line-height: 42px;
  }
}
html.theme-default .form-group {
  margin-bottom: 15px;
}
html.theme-default .radio,
html.theme-default .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
html.theme-default .radio label,
html.theme-default .checkbox label {
  min-height: 17px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
html.theme-default .radio input[type="radio"],
html.theme-default .radio-inline input[type="radio"],
html.theme-default .checkbox input[type="checkbox"],
html.theme-default .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
html.theme-default .radio + .radio,
html.theme-default .checkbox + .checkbox {
  margin-top: -5px;
}
html.theme-default .radio-inline,
html.theme-default .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
html.theme-default .radio-inline + .radio-inline,
html.theme-default .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
html.theme-default input[type="radio"][disabled],
html.theme-default input[type="checkbox"][disabled],
html.theme-default input[type="radio"].disabled,
html.theme-default input[type="checkbox"].disabled,
fieldset[disabled] html.theme-default input[type="radio"],
fieldset[disabled] html.theme-default input[type="checkbox"] {
  cursor: not-allowed;
}
html.theme-default .radio-inline.disabled,
html.theme-default .checkbox-inline.disabled,
fieldset[disabled] html.theme-default .radio-inline,
fieldset[disabled] html.theme-default .checkbox-inline {
  cursor: not-allowed;
}
html.theme-default .radio.disabled label,
html.theme-default .checkbox.disabled label,
fieldset[disabled] html.theme-default .radio label,
fieldset[disabled] html.theme-default .checkbox label {
  cursor: not-allowed;
}
html.theme-default .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 29px;
}
html.theme-default .form-control-static.input-lg,
html.theme-default .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
html.theme-default .input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
selecthtml.theme-default .input-sm {
  height: 28px;
  line-height: 28px;
}
textareahtml.theme-default .input-sm,
select[multiple]html.theme-default .input-sm {
  height: auto;
}
html.theme-default .form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
selecthtml.theme-default .form-group-sm .form-control {
  height: 28px;
  line-height: 28px;
}
textareahtml.theme-default .form-group-sm .form-control,
select[multiple]html.theme-default .form-group-sm .form-control {
  height: auto;
}
html.theme-default .form-group-sm .form-control-static {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  min-height: 28px;
}
html.theme-default .input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
selecthtml.theme-default .input-lg {
  height: 42px;
  line-height: 42px;
}
textareahtml.theme-default .input-lg,
select[multiple]html.theme-default .input-lg {
  height: auto;
}
html.theme-default .form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
selecthtml.theme-default .form-group-lg .form-control {
  height: 42px;
  line-height: 42px;
}
textareahtml.theme-default .form-group-lg .form-control,
select[multiple]html.theme-default .form-group-lg .form-control {
  height: auto;
}
html.theme-default .form-group-lg .form-control-static {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  min-height: 32px;
}
html.theme-default .has-feedback {
  position: relative;
}
html.theme-default .has-feedback .form-control {
  padding-right: 38.75px;
}
html.theme-default .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  pointer-events: none;
}
html.theme-default .input-lg + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
html.theme-default .input-sm + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
html.theme-default .has-success .help-block,
html.theme-default .has-success .control-label,
html.theme-default .has-success .radio,
html.theme-default .has-success .checkbox,
html.theme-default .has-success .radio-inline,
html.theme-default .has-success .checkbox-inline,
html.theme-default .has-success.radio label,
html.theme-default .has-success.checkbox label,
html.theme-default .has-success.radio-inline label,
html.theme-default .has-success.checkbox-inline label {
  color: #3c763d;
}
html.theme-default .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);
}
html.theme-default .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;
}
html.theme-default .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
html.theme-default .has-success .form-control-feedback {
  color: #3c763d;
}
html.theme-default .has-warning .help-block,
html.theme-default .has-warning .control-label,
html.theme-default .has-warning .radio,
html.theme-default .has-warning .checkbox,
html.theme-default .has-warning .radio-inline,
html.theme-default .has-warning .checkbox-inline,
html.theme-default .has-warning.radio label,
html.theme-default .has-warning.checkbox label,
html.theme-default .has-warning.radio-inline label,
html.theme-default .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
html.theme-default .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);
}
html.theme-default .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;
}
html.theme-default .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
html.theme-default .has-warning .form-control-feedback {
  color: #8a6d3b;
}
html.theme-default .has-error .help-block,
html.theme-default .has-error .control-label,
html.theme-default .has-error .radio,
html.theme-default .has-error .checkbox,
html.theme-default .has-error .radio-inline,
html.theme-default .has-error .checkbox-inline,
html.theme-default .has-error.radio label,
html.theme-default .has-error.checkbox label,
html.theme-default .has-error.radio-inline label,
html.theme-default .has-error.checkbox-inline label {
  color: #a94442;
}
html.theme-default .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);
}
html.theme-default .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;
}
html.theme-default .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
html.theme-default .has-error .form-control-feedback {
  color: #a94442;
}
html.theme-default .has-feedback label ~ .form-control-feedback {
  top: 22px;
}
html.theme-default .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
html.theme-default .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  html.theme-default .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.theme-default .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  html.theme-default .form-inline .form-control-static {
    display: inline-block;
  }
  html.theme-default .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  html.theme-default .form-inline .input-group .input-group-addon,
  html.theme-default .form-inline .input-group .input-group-btn,
  html.theme-default .form-inline .input-group .form-control {
    width: auto;
  }
  html.theme-default .form-inline .input-group > .form-control {
    width: 100%;
  }
  html.theme-default .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.theme-default .form-inline .radio,
  html.theme-default .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.theme-default .form-inline .radio label,
  html.theme-default .form-inline .checkbox label {
    padding-left: 0;
  }
  html.theme-default .form-inline .radio input[type="radio"],
  html.theme-default .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  html.theme-default .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
html.theme-default .form-horizontal .radio,
html.theme-default .form-horizontal .checkbox,
html.theme-default .form-horizontal .radio-inline,
html.theme-default .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
html.theme-default .form-horizontal .radio,
html.theme-default .form-horizontal .checkbox {
  min-height: 24px;
}
html.theme-default .form-horizontal .form-group {
  margin-left: -6px;
  margin-right: -6px;
}
@media (min-width: 768px) {
  html.theme-default .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
html.theme-default .form-horizontal .has-feedback .form-control-feedback {
  right: 6px;
}
@media (min-width: 768px) {
  html.theme-default .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  html.theme-default .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
html.theme-default .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html.theme-default .btn:focus,
html.theme-default .btn:active:focus,
html.theme-default .btn.active:focus,
html.theme-default .btn.focus,
html.theme-default .btn:active.focus,
html.theme-default .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
html.theme-default .btn:hover,
html.theme-default .btn:focus,
html.theme-default .btn.focus {
  color: #333333;
  text-decoration: none;
}
html.theme-default .btn:active,
html.theme-default .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);
}
html.theme-default .btn.disabled,
html.theme-default .btn[disabled],
fieldset[disabled] html.theme-default .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
html.theme-default .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
html.theme-default .btn-default:hover,
html.theme-default .btn-default:focus,
html.theme-default .btn-default.focus,
html.theme-default .btn-default:active,
html.theme-default .btn-default.active,
.open > .dropdown-togglehtml.theme-default .btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
html.theme-default .btn-default:active,
html.theme-default .btn-default.active,
.open > .dropdown-togglehtml.theme-default .btn-default {
  background-image: none;
}
html.theme-default .btn-default.disabled,
html.theme-default .btn-default[disabled],
fieldset[disabled] html.theme-default .btn-default,
html.theme-default .btn-default.disabled:hover,
html.theme-default .btn-default[disabled]:hover,
fieldset[disabled] html.theme-default .btn-default:hover,
html.theme-default .btn-default.disabled:focus,
html.theme-default .btn-default[disabled]:focus,
fieldset[disabled] html.theme-default .btn-default:focus,
html.theme-default .btn-default.disabled.focus,
html.theme-default .btn-default[disabled].focus,
fieldset[disabled] html.theme-default .btn-default.focus,
html.theme-default .btn-default.disabled:active,
html.theme-default .btn-default[disabled]:active,
fieldset[disabled] html.theme-default .btn-default:active,
html.theme-default .btn-default.disabled.active,
html.theme-default .btn-default[disabled].active,
fieldset[disabled] html.theme-default .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
html.theme-default .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
html.theme-default .btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
html.theme-default .btn-primary:hover,
html.theme-default .btn-primary:focus,
html.theme-default .btn-primary.focus,
html.theme-default .btn-primary:active,
html.theme-default .btn-primary.active,
.open > .dropdown-togglehtml.theme-default .btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
html.theme-default .btn-primary:active,
html.theme-default .btn-primary.active,
.open > .dropdown-togglehtml.theme-default .btn-primary {
  background-image: none;
}
html.theme-default .btn-primary.disabled,
html.theme-default .btn-primary[disabled],
fieldset[disabled] html.theme-default .btn-primary,
html.theme-default .btn-primary.disabled:hover,
html.theme-default .btn-primary[disabled]:hover,
fieldset[disabled] html.theme-default .btn-primary:hover,
html.theme-default .btn-primary.disabled:focus,
html.theme-default .btn-primary[disabled]:focus,
fieldset[disabled] html.theme-default .btn-primary:focus,
html.theme-default .btn-primary.disabled.focus,
html.theme-default .btn-primary[disabled].focus,
fieldset[disabled] html.theme-default .btn-primary.focus,
html.theme-default .btn-primary.disabled:active,
html.theme-default .btn-primary[disabled]:active,
fieldset[disabled] html.theme-default .btn-primary:active,
html.theme-default .btn-primary.disabled.active,
html.theme-default .btn-primary[disabled].active,
fieldset[disabled] html.theme-default .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
html.theme-default .btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
html.theme-default .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
html.theme-default .btn-success:hover,
html.theme-default .btn-success:focus,
html.theme-default .btn-success.focus,
html.theme-default .btn-success:active,
html.theme-default .btn-success.active,
.open > .dropdown-togglehtml.theme-default .btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
html.theme-default .btn-success:active,
html.theme-default .btn-success.active,
.open > .dropdown-togglehtml.theme-default .btn-success {
  background-image: none;
}
html.theme-default .btn-success.disabled,
html.theme-default .btn-success[disabled],
fieldset[disabled] html.theme-default .btn-success,
html.theme-default .btn-success.disabled:hover,
html.theme-default .btn-success[disabled]:hover,
fieldset[disabled] html.theme-default .btn-success:hover,
html.theme-default .btn-success.disabled:focus,
html.theme-default .btn-success[disabled]:focus,
fieldset[disabled] html.theme-default .btn-success:focus,
html.theme-default .btn-success.disabled.focus,
html.theme-default .btn-success[disabled].focus,
fieldset[disabled] html.theme-default .btn-success.focus,
html.theme-default .btn-success.disabled:active,
html.theme-default .btn-success[disabled]:active,
fieldset[disabled] html.theme-default .btn-success:active,
html.theme-default .btn-success.disabled.active,
html.theme-default .btn-success[disabled].active,
fieldset[disabled] html.theme-default .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
html.theme-default .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
html.theme-default .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
html.theme-default .btn-info:hover,
html.theme-default .btn-info:focus,
html.theme-default .btn-info.focus,
html.theme-default .btn-info:active,
html.theme-default .btn-info.active,
.open > .dropdown-togglehtml.theme-default .btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
html.theme-default .btn-info:active,
html.theme-default .btn-info.active,
.open > .dropdown-togglehtml.theme-default .btn-info {
  background-image: none;
}
html.theme-default .btn-info.disabled,
html.theme-default .btn-info[disabled],
fieldset[disabled] html.theme-default .btn-info,
html.theme-default .btn-info.disabled:hover,
html.theme-default .btn-info[disabled]:hover,
fieldset[disabled] html.theme-default .btn-info:hover,
html.theme-default .btn-info.disabled:focus,
html.theme-default .btn-info[disabled]:focus,
fieldset[disabled] html.theme-default .btn-info:focus,
html.theme-default .btn-info.disabled.focus,
html.theme-default .btn-info[disabled].focus,
fieldset[disabled] html.theme-default .btn-info.focus,
html.theme-default .btn-info.disabled:active,
html.theme-default .btn-info[disabled]:active,
fieldset[disabled] html.theme-default .btn-info:active,
html.theme-default .btn-info.disabled.active,
html.theme-default .btn-info[disabled].active,
fieldset[disabled] html.theme-default .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
html.theme-default .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
html.theme-default .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
html.theme-default .btn-warning:hover,
html.theme-default .btn-warning:focus,
html.theme-default .btn-warning.focus,
html.theme-default .btn-warning:active,
html.theme-default .btn-warning.active,
.open > .dropdown-togglehtml.theme-default .btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
html.theme-default .btn-warning:active,
html.theme-default .btn-warning.active,
.open > .dropdown-togglehtml.theme-default .btn-warning {
  background-image: none;
}
html.theme-default .btn-warning.disabled,
html.theme-default .btn-warning[disabled],
fieldset[disabled] html.theme-default .btn-warning,
html.theme-default .btn-warning.disabled:hover,
html.theme-default .btn-warning[disabled]:hover,
fieldset[disabled] html.theme-default .btn-warning:hover,
html.theme-default .btn-warning.disabled:focus,
html.theme-default .btn-warning[disabled]:focus,
fieldset[disabled] html.theme-default .btn-warning:focus,
html.theme-default .btn-warning.disabled.focus,
html.theme-default .btn-warning[disabled].focus,
fieldset[disabled] html.theme-default .btn-warning.focus,
html.theme-default .btn-warning.disabled:active,
html.theme-default .btn-warning[disabled]:active,
fieldset[disabled] html.theme-default .btn-warning:active,
html.theme-default .btn-warning.disabled.active,
html.theme-default .btn-warning[disabled].active,
fieldset[disabled] html.theme-default .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
html.theme-default .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
html.theme-default .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
html.theme-default .btn-danger:hover,
html.theme-default .btn-danger:focus,
html.theme-default .btn-danger.focus,
html.theme-default .btn-danger:active,
html.theme-default .btn-danger.active,
.open > .dropdown-togglehtml.theme-default .btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
html.theme-default .btn-danger:active,
html.theme-default .btn-danger.active,
.open > .dropdown-togglehtml.theme-default .btn-danger {
  background-image: none;
}
html.theme-default .btn-danger.disabled,
html.theme-default .btn-danger[disabled],
fieldset[disabled] html.theme-default .btn-danger,
html.theme-default .btn-danger.disabled:hover,
html.theme-default .btn-danger[disabled]:hover,
fieldset[disabled] html.theme-default .btn-danger:hover,
html.theme-default .btn-danger.disabled:focus,
html.theme-default .btn-danger[disabled]:focus,
fieldset[disabled] html.theme-default .btn-danger:focus,
html.theme-default .btn-danger.disabled.focus,
html.theme-default .btn-danger[disabled].focus,
fieldset[disabled] html.theme-default .btn-danger.focus,
html.theme-default .btn-danger.disabled:active,
html.theme-default .btn-danger[disabled]:active,
fieldset[disabled] html.theme-default .btn-danger:active,
html.theme-default .btn-danger.disabled.active,
html.theme-default .btn-danger[disabled].active,
fieldset[disabled] html.theme-default .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
html.theme-default .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
html.theme-default .btn-link {
  color: #428bca;
  font-weight: normal;
  border-radius: 0;
}
html.theme-default .btn-link,
html.theme-default .btn-link:active,
html.theme-default .btn-link.active,
html.theme-default .btn-link[disabled],
fieldset[disabled] html.theme-default .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html.theme-default .btn-link,
html.theme-default .btn-link:hover,
html.theme-default .btn-link:focus,
html.theme-default .btn-link:active {
  border-color: transparent;
}
html.theme-default .btn-link:hover,
html.theme-default .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
html.theme-default .btn-link[disabled]:hover,
fieldset[disabled] html.theme-default .btn-link:hover,
html.theme-default .btn-link[disabled]:focus,
fieldset[disabled] html.theme-default .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
html.theme-default .btn-lg {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
html.theme-default .btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
html.theme-default .btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
html.theme-default .btn-block {
  display: block;
  width: 100%;
}
html.theme-default .btn-block + .btn-block {
  margin-top: 5px;
}
html.theme-default input[type="submit"].btn-block,
html.theme-default input[type="reset"].btn-block,
html.theme-default input[type="button"].btn-block {
  width: 100%;
}
html.theme-default .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
html.theme-default .fade.in {
  opacity: 1;
}
html.theme-default .collapse {
  display: none;
}
html.theme-default .collapse.in {
  display: block;
}
trhtml.theme-default .collapse.in {
  display: table-row;
}
tbodyhtml.theme-default .collapse.in {
  display: table-row-group;
}
html.theme-default .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
html.theme-default .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
html.theme-default .dropup,
html.theme-default .dropdown {
  position: relative;
}
html.theme-default .dropdown-toggle:focus {
  outline: 0;
}
html.theme-default .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
html.theme-default .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
html.theme-default .dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
html.theme-default .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
html.theme-default .dropdown-menu > li > a:hover,
html.theme-default .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
html.theme-default .dropdown-menu > .active > a,
html.theme-default .dropdown-menu > .active > a:hover,
html.theme-default .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
html.theme-default .dropdown-menu > .disabled > a,
html.theme-default .dropdown-menu > .disabled > a:hover,
html.theme-default .dropdown-menu > .disabled > a:focus {
  color: #999999;
}
html.theme-default .dropdown-menu > .disabled > a:hover,
html.theme-default .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
html.theme-default .open > .dropdown-menu {
  display: block;
}
html.theme-default .open > a {
  outline: 0;
}
html.theme-default .dropdown-menu-right {
  left: auto;
  right: 0;
}
html.theme-default .dropdown-menu-left {
  left: 0;
  right: auto;
}
html.theme-default .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
}
html.theme-default .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
html.theme-default .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
html.theme-default .dropup .caret,
html.theme-default .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
html.theme-default .dropup .dropdown-menu,
html.theme-default .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  html.theme-default .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  html.theme-default .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
html.theme-default .btn-group,
html.theme-default .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
html.theme-default .btn-group > .btn,
html.theme-default .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
html.theme-default .btn-group > .btn:hover,
html.theme-default .btn-group-vertical > .btn:hover,
html.theme-default .btn-group > .btn:focus,
html.theme-default .btn-group-vertical > .btn:focus,
html.theme-default .btn-group > .btn:active,
html.theme-default .btn-group-vertical > .btn:active,
html.theme-default .btn-group > .btn.active,
html.theme-default .btn-group-vertical > .btn.active {
  z-index: 2;
}
html.theme-default .btn-group .btn + .btn,
html.theme-default .btn-group .btn + .btn-group,
html.theme-default .btn-group .btn-group + .btn,
html.theme-default .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
html.theme-default .btn-toolbar {
  margin-left: -5px;
}
html.theme-default .btn-toolbar .btn-group,
html.theme-default .btn-toolbar .input-group {
  float: left;
}
html.theme-default .btn-toolbar > .btn,
html.theme-default .btn-toolbar > .btn-group,
html.theme-default .btn-toolbar > .input-group {
  margin-left: 5px;
}
html.theme-default .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
html.theme-default .btn-group > .btn:first-child {
  margin-left: 0;
}
html.theme-default .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
html.theme-default .btn-group > .btn:last-child:not(:first-child),
html.theme-default .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
html.theme-default .btn-group > .btn-group {
  float: left;
}
html.theme-default .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
html.theme-default .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
html.theme-default .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
html.theme-default .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
html.theme-default .btn-group .dropdown-toggle:active,
html.theme-default .btn-group.open .dropdown-toggle {
  outline: 0;
}
html.theme-default .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
html.theme-default .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
html.theme-default .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);
}
html.theme-default .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
html.theme-default .btn .caret {
  margin-left: 0;
}
html.theme-default .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
html.theme-default .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
html.theme-default .btn-group-vertical > .btn,
html.theme-default .btn-group-vertical > .btn-group,
html.theme-default .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
html.theme-default .btn-group-vertical > .btn-group > .btn {
  float: none;
}
html.theme-default .btn-group-vertical > .btn + .btn,
html.theme-default .btn-group-vertical > .btn + .btn-group,
html.theme-default .btn-group-vertical > .btn-group + .btn,
html.theme-default .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
html.theme-default .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
html.theme-default .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
html.theme-default .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
html.theme-default .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
html.theme-default .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
html.theme-default .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
html.theme-default .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
html.theme-default .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
html.theme-default .btn-group-justified > .btn,
html.theme-default .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
html.theme-default .btn-group-justified > .btn-group .btn {
  width: 100%;
}
html.theme-default .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
html.theme-default [data-toggle="buttons"] > .btn input[type="radio"],
html.theme-default [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
html.theme-default [data-toggle="buttons"] > .btn input[type="checkbox"],
html.theme-default [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
html.theme-default .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
html.theme-default .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
html.theme-default .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
html.theme-default .input-group-lg > .form-control,
html.theme-default .input-group-lg > .input-group-addon,
html.theme-default .input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
selecthtml.theme-default .input-group-lg > .form-control,
selecthtml.theme-default .input-group-lg > .input-group-addon,
selecthtml.theme-default .input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textareahtml.theme-default .input-group-lg > .form-control,
textareahtml.theme-default .input-group-lg > .input-group-addon,
textareahtml.theme-default .input-group-lg > .input-group-btn > .btn,
select[multiple]html.theme-default .input-group-lg > .form-control,
select[multiple]html.theme-default .input-group-lg > .input-group-addon,
select[multiple]html.theme-default .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
html.theme-default .input-group-sm > .form-control,
html.theme-default .input-group-sm > .input-group-addon,
html.theme-default .input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
selecthtml.theme-default .input-group-sm > .form-control,
selecthtml.theme-default .input-group-sm > .input-group-addon,
selecthtml.theme-default .input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textareahtml.theme-default .input-group-sm > .form-control,
textareahtml.theme-default .input-group-sm > .input-group-addon,
textareahtml.theme-default .input-group-sm > .input-group-btn > .btn,
select[multiple]html.theme-default .input-group-sm > .form-control,
select[multiple]html.theme-default .input-group-sm > .input-group-addon,
select[multiple]html.theme-default .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
html.theme-default .input-group-addon,
html.theme-default .input-group-btn,
html.theme-default .input-group .form-control {
  display: table-cell;
}
html.theme-default .input-group-addon:not(:first-child):not(:last-child),
html.theme-default .input-group-btn:not(:first-child):not(:last-child),
html.theme-default .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
html.theme-default .input-group-addon,
html.theme-default .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
html.theme-default .input-group-addon {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
html.theme-default .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 3px;
}
html.theme-default .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 6px;
}
html.theme-default .input-group-addon input[type="radio"],
html.theme-default .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
html.theme-default .input-group .form-control:first-child,
html.theme-default .input-group-addon:first-child,
html.theme-default .input-group-btn:first-child > .btn,
html.theme-default .input-group-btn:first-child > .btn-group > .btn,
html.theme-default .input-group-btn:first-child > .dropdown-toggle,
html.theme-default .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
html.theme-default .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
html.theme-default .input-group-addon:first-child {
  border-right: 0;
}
html.theme-default .input-group .form-control:last-child,
html.theme-default .input-group-addon:last-child,
html.theme-default .input-group-btn:last-child > .btn,
html.theme-default .input-group-btn:last-child > .btn-group > .btn,
html.theme-default .input-group-btn:last-child > .dropdown-toggle,
html.theme-default .input-group-btn:first-child > .btn:not(:first-child),
html.theme-default .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
html.theme-default .input-group-addon:last-child {
  border-left: 0;
}
html.theme-default .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
html.theme-default .input-group-btn > .btn {
  position: relative;
}
html.theme-default .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
html.theme-default .input-group-btn > .btn:hover,
html.theme-default .input-group-btn > .btn:focus,
html.theme-default .input-group-btn > .btn:active {
  z-index: 2;
}
html.theme-default .input-group-btn:first-child > .btn,
html.theme-default .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
html.theme-default .input-group-btn:last-child > .btn,
html.theme-default .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
html.theme-default .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
html.theme-default .nav > li {
  position: relative;
  display: block;
}
html.theme-default .nav > li > a {
  position: relative;
  display: block;
  padding: 3px 15px;
}
html.theme-default .nav > li > a:hover,
html.theme-default .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
html.theme-default .nav > li.disabled > a {
  color: #999999;
}
html.theme-default .nav > li.disabled > a:hover,
html.theme-default .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
html.theme-default .nav .open > a,
html.theme-default .nav .open > a:hover,
html.theme-default .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
html.theme-default .nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
html.theme-default .nav > li > a > img {
  max-width: none;
}
html.theme-default .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
html.theme-default .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
html.theme-default .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
html.theme-default .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
html.theme-default .nav-tabs > li.active > a,
html.theme-default .nav-tabs > li.active > a:hover,
html.theme-default .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
html.theme-default .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
html.theme-default .nav-tabs.nav-justified > li {
  float: none;
}
html.theme-default .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
html.theme-default .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  html.theme-default .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  html.theme-default .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
html.theme-default .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
html.theme-default .nav-tabs.nav-justified > .active > a,
html.theme-default .nav-tabs.nav-justified > .active > a:hover,
html.theme-default .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  html.theme-default .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  html.theme-default .nav-tabs.nav-justified > .active > a,
  html.theme-default .nav-tabs.nav-justified > .active > a:hover,
  html.theme-default .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
html.theme-default .nav-pills > li {
  float: left;
}
html.theme-default .nav-pills > li > a {
  border-radius: 4px;
}
html.theme-default .nav-pills > li + li {
  margin-left: 2px;
}
html.theme-default .nav-pills > li.active > a,
html.theme-default .nav-pills > li.active > a:hover,
html.theme-default .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
html.theme-default .nav-stacked > li {
  float: none;
}
html.theme-default .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
html.theme-default .nav-justified {
  width: 100%;
}
html.theme-default .nav-justified > li {
  float: none;
}
html.theme-default .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
html.theme-default .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  html.theme-default .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  html.theme-default .nav-justified > li > a {
    margin-bottom: 0;
  }
}
html.theme-default .nav-tabs-justified {
  border-bottom: 0;
}
html.theme-default .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
html.theme-default .nav-tabs-justified > .active > a,
html.theme-default .nav-tabs-justified > .active > a:hover,
html.theme-default .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  html.theme-default .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  html.theme-default .nav-tabs-justified > .active > a,
  html.theme-default .nav-tabs-justified > .active > a:hover,
  html.theme-default .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
html.theme-default .tab-content > .tab-pane {
  display: none;
}
html.theme-default .tab-content > .active {
  display: block;
}
html.theme-default .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
html.theme-default .navbar {
  position: relative;
  min-height: 35px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  html.theme-default .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  html.theme-default .navbar-header {
    float: left;
  }
}
html.theme-default .navbar-collapse {
  overflow-x: visible;
  padding-right: 6px;
  padding-left: 6px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
html.theme-default .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  html.theme-default .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  html.theme-default .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  html.theme-default .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top html.theme-default .navbar-collapse,
  .navbar-static-top html.theme-default .navbar-collapse,
  .navbar-fixed-bottom html.theme-default .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
html.theme-default .navbar-fixed-top .navbar-collapse,
html.theme-default .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  html.theme-default .navbar-fixed-top .navbar-collapse,
  html.theme-default .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
html.theme-default .container > .navbar-header,
html.theme-default .container-fluid > .navbar-header,
html.theme-default .container > .navbar-collapse,
html.theme-default .container-fluid > .navbar-collapse {
  margin-right: -6px;
  margin-left: -6px;
}
@media (min-width: 768px) {
  html.theme-default .container > .navbar-header,
  html.theme-default .container-fluid > .navbar-header,
  html.theme-default .container > .navbar-collapse,
  html.theme-default .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
html.theme-default .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  html.theme-default .navbar-static-top {
    border-radius: 0;
  }
}
html.theme-default .navbar-fixed-top,
html.theme-default .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  html.theme-default .navbar-fixed-top,
  html.theme-default .navbar-fixed-bottom {
    border-radius: 0;
  }
}
html.theme-default .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
html.theme-default .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
html.theme-default .navbar-brand {
  float: left;
  padding: 9px 6px;
  font-size: 15px;
  line-height: 17px;
  height: 35px;
}
html.theme-default .navbar-brand:hover,
html.theme-default .navbar-brand:focus {
  text-decoration: none;
}
html.theme-default .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container html.theme-default .navbar-brand,
  .navbar > .container-fluid html.theme-default .navbar-brand {
    margin-left: -6px;
  }
}
html.theme-default .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 6px;
  padding: 9px 10px;
  margin-top: 0.5px;
  margin-bottom: 0.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
html.theme-default .navbar-toggle:focus {
  outline: 0;
}
html.theme-default .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
html.theme-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  html.theme-default .navbar-toggle {
    display: none;
  }
}
html.theme-default .navbar-nav {
  margin: 4.5px -6px;
}
html.theme-default .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@media (max-width: 767px) {
  html.theme-default .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  html.theme-default .navbar-nav .open .dropdown-menu > li > a,
  html.theme-default .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  html.theme-default .navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
  }
  html.theme-default .navbar-nav .open .dropdown-menu > li > a:hover,
  html.theme-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  html.theme-default .navbar-nav {
    float: left;
    margin: 0;
  }
  html.theme-default .navbar-nav > li {
    float: left;
  }
  html.theme-default .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
html.theme-default .navbar-form {
  margin-left: -6px;
  margin-right: -6px;
  padding: 10px 6px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  html.theme-default .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.theme-default .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  html.theme-default .navbar-form .form-control-static {
    display: inline-block;
  }
  html.theme-default .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  html.theme-default .navbar-form .input-group .input-group-addon,
  html.theme-default .navbar-form .input-group .input-group-btn,
  html.theme-default .navbar-form .input-group .form-control {
    width: auto;
  }
  html.theme-default .navbar-form .input-group > .form-control {
    width: 100%;
  }
  html.theme-default .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.theme-default .navbar-form .radio,
  html.theme-default .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.theme-default .navbar-form .radio label,
  html.theme-default .navbar-form .checkbox label {
    padding-left: 0;
  }
  html.theme-default .navbar-form .radio input[type="radio"],
  html.theme-default .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  html.theme-default .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  html.theme-default .navbar-form .form-group {
    margin-bottom: 5px;
  }
  html.theme-default .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  html.theme-default .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
html.theme-default .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
html.theme-default .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
html.theme-default .navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
html.theme-default .navbar-btn.btn-sm {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
html.theme-default .navbar-btn.btn-xs {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
html.theme-default .navbar-text {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  html.theme-default .navbar-text {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media (min-width: 768px) {
  html.theme-default .navbar-left {
    float: left !important;
  }
  html.theme-default .navbar-right {
    float: right !important;
    margin-right: -6px;
  }
  html.theme-default .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
html.theme-default .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
html.theme-default .navbar-default .navbar-brand {
  color: #ffffff;
}
html.theme-default .navbar-default .navbar-brand:hover,
html.theme-default .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
html.theme-default .navbar-default .navbar-text {
  color: #ffffff;
}
html.theme-default .navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
html.theme-default .navbar-default .navbar-nav > li > a:hover,
html.theme-default .navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
html.theme-default .navbar-default .navbar-nav > .active > a,
html.theme-default .navbar-default .navbar-nav > .active > a:hover,
html.theme-default .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #e7e7e7;
}
html.theme-default .navbar-default .navbar-nav > .disabled > a,
html.theme-default .navbar-default .navbar-nav > .disabled > a:hover,
html.theme-default .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
html.theme-default .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
html.theme-default .navbar-default .navbar-toggle:hover,
html.theme-default .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
html.theme-default .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
html.theme-default .navbar-default .navbar-collapse,
html.theme-default .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
html.theme-default .navbar-default .navbar-nav > .open > a,
html.theme-default .navbar-default .navbar-nav > .open > a:hover,
html.theme-default .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #ffffff;
}
@media (max-width: 767px) {
  html.theme-default .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  html.theme-default .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  html.theme-default .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  html.theme-default .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  html.theme-default .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  html.theme-default .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #e7e7e7;
  }
  html.theme-default .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  html.theme-default .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  html.theme-default .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
html.theme-default .navbar-default .navbar-link {
  color: #ffffff;
}
html.theme-default .navbar-default .navbar-link:hover {
  color: #ffffff;
}
html.theme-default .navbar-default .btn-link {
  color: #ffffff;
}
html.theme-default .navbar-default .btn-link:hover,
html.theme-default .navbar-default .btn-link:focus {
  color: #ffffff;
}
html.theme-default .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] html.theme-default .navbar-default .btn-link:hover,
html.theme-default .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] html.theme-default .navbar-default .btn-link:focus {
  color: #cccccc;
}
html.theme-default .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
html.theme-default .navbar-inverse .navbar-brand {
  color: #999999;
}
html.theme-default .navbar-inverse .navbar-brand:hover,
html.theme-default .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
html.theme-default .navbar-inverse .navbar-text {
  color: #999999;
}
html.theme-default .navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
html.theme-default .navbar-inverse .navbar-nav > li > a:hover,
html.theme-default .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
html.theme-default .navbar-inverse .navbar-nav > .active > a,
html.theme-default .navbar-inverse .navbar-nav > .active > a:hover,
html.theme-default .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
html.theme-default .navbar-inverse .navbar-nav > .disabled > a,
html.theme-default .navbar-inverse .navbar-nav > .disabled > a:hover,
html.theme-default .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
html.theme-default .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
html.theme-default .navbar-inverse .navbar-toggle:hover,
html.theme-default .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
html.theme-default .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
html.theme-default .navbar-inverse .navbar-collapse,
html.theme-default .navbar-inverse .navbar-form {
  border-color: #101010;
}
html.theme-default .navbar-inverse .navbar-nav > .open > a,
html.theme-default .navbar-inverse .navbar-nav > .open > a:hover,
html.theme-default .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  html.theme-default .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  html.theme-default .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  html.theme-default .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  html.theme-default .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  html.theme-default .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  html.theme-default .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  html.theme-default .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  html.theme-default .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  html.theme-default .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  html.theme-default .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  html.theme-default .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
html.theme-default .navbar-inverse .navbar-link {
  color: #999999;
}
html.theme-default .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
html.theme-default .navbar-inverse .btn-link {
  color: #999999;
}
html.theme-default .navbar-inverse .btn-link:hover,
html.theme-default .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
html.theme-default .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] html.theme-default .navbar-inverse .btn-link:hover,
html.theme-default .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] html.theme-default .navbar-inverse .btn-link:focus {
  color: #444444;
}
html.theme-default .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
html.theme-default .breadcrumb > li {
  display: inline-block;
}
html.theme-default .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
html.theme-default .breadcrumb > .active {
  color: #999999;
}
html.theme-default .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 4px;
}
html.theme-default .pagination > li {
  display: inline;
}
html.theme-default .pagination > li > a,
html.theme-default .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
html.theme-default .pagination > li:first-child > a,
html.theme-default .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
html.theme-default .pagination > li:last-child > a,
html.theme-default .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
html.theme-default .pagination > li > a:hover,
html.theme-default .pagination > li > span:hover,
html.theme-default .pagination > li > a:focus,
html.theme-default .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
html.theme-default .pagination > .active > a,
html.theme-default .pagination > .active > span,
html.theme-default .pagination > .active > a:hover,
html.theme-default .pagination > .active > span:hover,
html.theme-default .pagination > .active > a:focus,
html.theme-default .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
html.theme-default .pagination > .disabled > span,
html.theme-default .pagination > .disabled > span:hover,
html.theme-default .pagination > .disabled > span:focus,
html.theme-default .pagination > .disabled > a,
html.theme-default .pagination > .disabled > a:hover,
html.theme-default .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
html.theme-default .pagination-lg > li > a,
html.theme-default .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
}
html.theme-default .pagination-lg > li:first-child > a,
html.theme-default .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
html.theme-default .pagination-lg > li:last-child > a,
html.theme-default .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
html.theme-default .pagination-sm > li > a,
html.theme-default .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
}
html.theme-default .pagination-sm > li:first-child > a,
html.theme-default .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
html.theme-default .pagination-sm > li:last-child > a,
html.theme-default .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
html.theme-default .pager {
  padding-left: 0;
  margin: 17px 0;
  list-style: none;
  text-align: center;
}
html.theme-default .pager li {
  display: inline;
}
html.theme-default .pager li > a,
html.theme-default .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
html.theme-default .pager li > a:hover,
html.theme-default .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
html.theme-default .pager .next > a,
html.theme-default .pager .next > span {
  float: right;
}
html.theme-default .pager .previous > a,
html.theme-default .pager .previous > span {
  float: left;
}
html.theme-default .pager .disabled > a,
html.theme-default .pager .disabled > a:hover,
html.theme-default .pager .disabled > a:focus,
html.theme-default .pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
html.theme-default .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
ahtml.theme-default .label:hover,
ahtml.theme-default .label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
html.theme-default .label:empty {
  display: none;
}
.btn html.theme-default .label {
  position: relative;
  top: -1px;
}
html.theme-default .label-default {
  background-color: #999999;
}
html.theme-default .label-default[href]:hover,
html.theme-default .label-default[href]:focus {
  background-color: #808080;
}
html.theme-default .label-primary {
  background-color: #428bca;
}
html.theme-default .label-primary[href]:hover,
html.theme-default .label-primary[href]:focus {
  background-color: #3071a9;
}
html.theme-default .label-success {
  background-color: #5cb85c;
}
html.theme-default .label-success[href]:hover,
html.theme-default .label-success[href]:focus {
  background-color: #449d44;
}
html.theme-default .label-info {
  background-color: #5bc0de;
}
html.theme-default .label-info[href]:hover,
html.theme-default .label-info[href]:focus {
  background-color: #31b0d5;
}
html.theme-default .label-warning {
  background-color: #f0ad4e;
}
html.theme-default .label-warning[href]:hover,
html.theme-default .label-warning[href]:focus {
  background-color: #ec971f;
}
html.theme-default .label-danger {
  background-color: #d9534f;
}
html.theme-default .label-danger[href]:hover,
html.theme-default .label-danger[href]:focus {
  background-color: #c9302c;
}
html.theme-default .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
html.theme-default .badge:empty {
  display: none;
}
.btn html.theme-default .badge {
  position: relative;
  top: -1px;
}
.btn-xs html.theme-default .badge,
.btn-group-xs > .btn html.theme-default .badge {
  top: 0;
  padding: 1px 5px;
}
ahtml.theme-default .badge:hover,
ahtml.theme-default .badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > html.theme-default .badge,
.nav-pills > .active > a > html.theme-default .badge {
  color: #428bca;
  background-color: #ffffff;
}
.list-group-item > html.theme-default .badge {
  float: right;
}
.list-group-item > html.theme-default .badge + html.theme-default .badge {
  margin-right: 5px;
}
.nav-pills > li > a > html.theme-default .badge {
  margin-left: 3px;
}
html.theme-default .jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
html.theme-default .jumbotron h1,
html.theme-default .jumbotron .h1 {
  color: inherit;
}
html.theme-default .jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
}
html.theme-default .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container html.theme-default .jumbotron,
.container-fluid html.theme-default .jumbotron {
  border-radius: 6px;
}
html.theme-default .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  html.theme-default .jumbotron {
    padding: 48px 0;
  }
  .container html.theme-default .jumbotron,
  .container-fluid html.theme-default .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  html.theme-default .jumbotron h1,
  html.theme-default .jumbotron .h1 {
    font-size: 54px;
  }
}
html.theme-default .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 17px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
html.theme-default .thumbnail > img,
html.theme-default .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
ahtml.theme-default .thumbnail:hover,
ahtml.theme-default .thumbnail:focus,
ahtml.theme-default .thumbnail.active {
  border-color: #428bca;
}
html.theme-default .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
html.theme-default .alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 4px;
}
html.theme-default .alert h4 {
  margin-top: 0;
  color: inherit;
}
html.theme-default .alert .alert-link {
  font-weight: bold;
}
html.theme-default .alert > p,
html.theme-default .alert > ul {
  margin-bottom: 0;
}
html.theme-default .alert > p + p {
  margin-top: 5px;
}
html.theme-default .alert-dismissable,
html.theme-default .alert-dismissible {
  padding-right: 35px;
}
html.theme-default .alert-dismissable .close,
html.theme-default .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
html.theme-default .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
html.theme-default .alert-success hr {
  border-top-color: #c9e2b3;
}
html.theme-default .alert-success .alert-link {
  color: #2b542c;
}
html.theme-default .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
html.theme-default .alert-info hr {
  border-top-color: #a6e1ec;
}
html.theme-default .alert-info .alert-link {
  color: #245269;
}
html.theme-default .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
html.theme-default .alert-warning hr {
  border-top-color: #f7e1b5;
}
html.theme-default .alert-warning .alert-link {
  color: #66512c;
}
html.theme-default .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
html.theme-default .alert-danger hr {
  border-top-color: #e4b9c0;
}
html.theme-default .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
html.theme-default .progress {
  overflow: hidden;
  height: 17px;
  margin-bottom: 17px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
html.theme-default .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
html.theme-default .progress-striped .progress-bar,
html.theme-default .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
html.theme-default .progress.active .progress-bar,
html.theme-default .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
html.theme-default .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped html.theme-default .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
html.theme-default .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped html.theme-default .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
html.theme-default .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped html.theme-default .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
html.theme-default .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped html.theme-default .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
html.theme-default .media {
  margin-top: 15px;
}
html.theme-default .media:first-child {
  margin-top: 0;
}
html.theme-default .media,
html.theme-default .media-body {
  zoom: 1;
  overflow: hidden;
}
html.theme-default .media-body {
  width: 10000px;
}
html.theme-default .media-object {
  display: block;
}
html.theme-default .media-right,
html.theme-default .media > .pull-right {
  padding-left: 10px;
}
html.theme-default .media-left,
html.theme-default .media > .pull-left {
  padding-right: 10px;
}
html.theme-default .media-left,
html.theme-default .media-right,
html.theme-default .media-body {
  display: table-cell;
  vertical-align: top;
}
html.theme-default .media-middle {
  vertical-align: middle;
}
html.theme-default .media-bottom {
  vertical-align: bottom;
}
html.theme-default .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
html.theme-default .media-list {
  padding-left: 0;
  list-style: none;
}
html.theme-default .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
html.theme-default .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
html.theme-default .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
html.theme-default .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
html.theme-default a.list-group-item {
  color: #555555;
}
html.theme-default a.list-group-item .list-group-item-heading {
  color: #333333;
}
html.theme-default a.list-group-item:hover,
html.theme-default a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
html.theme-default .list-group-item.disabled,
html.theme-default .list-group-item.disabled:hover,
html.theme-default .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}
html.theme-default .list-group-item.disabled .list-group-item-heading,
html.theme-default .list-group-item.disabled:hover .list-group-item-heading,
html.theme-default .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
html.theme-default .list-group-item.disabled .list-group-item-text,
html.theme-default .list-group-item.disabled:hover .list-group-item-text,
html.theme-default .list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
html.theme-default .list-group-item.active,
html.theme-default .list-group-item.active:hover,
html.theme-default .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
html.theme-default .list-group-item.active .list-group-item-heading,
html.theme-default .list-group-item.active:hover .list-group-item-heading,
html.theme-default .list-group-item.active:focus .list-group-item-heading,
html.theme-default .list-group-item.active .list-group-item-heading > small,
html.theme-default .list-group-item.active:hover .list-group-item-heading > small,
html.theme-default .list-group-item.active:focus .list-group-item-heading > small,
html.theme-default .list-group-item.active .list-group-item-heading > .small,
html.theme-default .list-group-item.active:hover .list-group-item-heading > .small,
html.theme-default .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
html.theme-default .list-group-item.active .list-group-item-text,
html.theme-default .list-group-item.active:hover .list-group-item-text,
html.theme-default .list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
html.theme-default .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
ahtml.theme-default .list-group-item-success {
  color: #3c763d;
}
ahtml.theme-default .list-group-item-success .list-group-item-heading {
  color: inherit;
}
ahtml.theme-default .list-group-item-success:hover,
ahtml.theme-default .list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
ahtml.theme-default .list-group-item-success.active,
ahtml.theme-default .list-group-item-success.active:hover,
ahtml.theme-default .list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
html.theme-default .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
ahtml.theme-default .list-group-item-info {
  color: #31708f;
}
ahtml.theme-default .list-group-item-info .list-group-item-heading {
  color: inherit;
}
ahtml.theme-default .list-group-item-info:hover,
ahtml.theme-default .list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
ahtml.theme-default .list-group-item-info.active,
ahtml.theme-default .list-group-item-info.active:hover,
ahtml.theme-default .list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
html.theme-default .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
ahtml.theme-default .list-group-item-warning {
  color: #8a6d3b;
}
ahtml.theme-default .list-group-item-warning .list-group-item-heading {
  color: inherit;
}
ahtml.theme-default .list-group-item-warning:hover,
ahtml.theme-default .list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
ahtml.theme-default .list-group-item-warning.active,
ahtml.theme-default .list-group-item-warning.active:hover,
ahtml.theme-default .list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
html.theme-default .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
ahtml.theme-default .list-group-item-danger {
  color: #a94442;
}
ahtml.theme-default .list-group-item-danger .list-group-item-heading {
  color: inherit;
}
ahtml.theme-default .list-group-item-danger:hover,
ahtml.theme-default .list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
ahtml.theme-default .list-group-item-danger.active,
ahtml.theme-default .list-group-item-danger.active:hover,
ahtml.theme-default .list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
html.theme-default .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
html.theme-default .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
html.theme-default .panel {
  margin-bottom: 17px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
html.theme-default .panel-body {
  padding: 15px;
}
html.theme-default .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
html.theme-default .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
html.theme-default .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
html.theme-default .panel-title > a,
html.theme-default .panel-title > small,
html.theme-default .panel-title > .small,
html.theme-default .panel-title > small > a,
html.theme-default .panel-title > .small > a {
  color: inherit;
}
html.theme-default .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
html.theme-default .panel > .list-group,
html.theme-default .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
html.theme-default .panel > .list-group .list-group-item,
html.theme-default .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
html.theme-default .panel > .list-group:first-child .list-group-item:first-child,
html.theme-default .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
html.theme-default .panel > .list-group:last-child .list-group-item:last-child,
html.theme-default .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;
}
html.theme-default .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
html.theme-default .list-group + .panel-footer {
  border-top-width: 0;
}
html.theme-default .panel > .table,
html.theme-default .panel > .table-responsive > .table,
html.theme-default .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
html.theme-default .panel > .table caption,
html.theme-default .panel > .table-responsive > .table caption,
html.theme-default .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
html.theme-default .panel > .table:first-child,
html.theme-default .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
html.theme-default .panel > .table:first-child > thead:first-child > tr:first-child,
html.theme-default .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
html.theme-default .panel > .table:first-child > tbody:first-child > tr:first-child,
html.theme-default .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
html.theme-default .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
html.theme-default .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
html.theme-default .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
html.theme-default .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
html.theme-default .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
html.theme-default .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
html.theme-default .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
html.theme-default .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
html.theme-default .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
html.theme-default .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
html.theme-default .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
html.theme-default .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
html.theme-default .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
html.theme-default .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
html.theme-default .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
html.theme-default .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
html.theme-default .panel > .table:last-child,
html.theme-default .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
html.theme-default .panel > .table:last-child > tbody:last-child > tr:last-child,
html.theme-default .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
html.theme-default .panel > .table:last-child > tfoot:last-child > tr:last-child,
html.theme-default .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
html.theme-default .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
html.theme-default .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
html.theme-default .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
html.theme-default .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
html.theme-default .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
html.theme-default .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
html.theme-default .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
html.theme-default .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
html.theme-default .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
html.theme-default .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
html.theme-default .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
html.theme-default .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
html.theme-default .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
html.theme-default .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
html.theme-default .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
html.theme-default .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
html.theme-default .panel > .panel-body + .table,
html.theme-default .panel > .panel-body + .table-responsive,
html.theme-default .panel > .table + .panel-body,
html.theme-default .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
html.theme-default .panel > .table > tbody:first-child > tr:first-child th,
html.theme-default .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
html.theme-default .panel > .table-bordered,
html.theme-default .panel > .table-responsive > .table-bordered {
  border: 0;
}
html.theme-default .panel > .table-bordered > thead > tr > th:first-child,
html.theme-default .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
html.theme-default .panel > .table-bordered > tbody > tr > th:first-child,
html.theme-default .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
html.theme-default .panel > .table-bordered > tfoot > tr > th:first-child,
html.theme-default .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
html.theme-default .panel > .table-bordered > thead > tr > td:first-child,
html.theme-default .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
html.theme-default .panel > .table-bordered > tbody > tr > td:first-child,
html.theme-default .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
html.theme-default .panel > .table-bordered > tfoot > tr > td:first-child,
html.theme-default .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
html.theme-default .panel > .table-bordered > thead > tr > th:last-child,
html.theme-default .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
html.theme-default .panel > .table-bordered > tbody > tr > th:last-child,
html.theme-default .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
html.theme-default .panel > .table-bordered > tfoot > tr > th:last-child,
html.theme-default .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
html.theme-default .panel > .table-bordered > thead > tr > td:last-child,
html.theme-default .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
html.theme-default .panel > .table-bordered > tbody > tr > td:last-child,
html.theme-default .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
html.theme-default .panel > .table-bordered > tfoot > tr > td:last-child,
html.theme-default .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
html.theme-default .panel > .table-bordered > thead > tr:first-child > td,
html.theme-default .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
html.theme-default .panel > .table-bordered > tbody > tr:first-child > td,
html.theme-default .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
html.theme-default .panel > .table-bordered > thead > tr:first-child > th,
html.theme-default .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
html.theme-default .panel > .table-bordered > tbody > tr:first-child > th,
html.theme-default .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
html.theme-default .panel > .table-bordered > tbody > tr:last-child > td,
html.theme-default .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
html.theme-default .panel > .table-bordered > tfoot > tr:last-child > td,
html.theme-default .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
html.theme-default .panel > .table-bordered > tbody > tr:last-child > th,
html.theme-default .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
html.theme-default .panel > .table-bordered > tfoot > tr:last-child > th,
html.theme-default .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
html.theme-default .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
html.theme-default .panel-group {
  margin-bottom: 17px;
}
html.theme-default .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
html.theme-default .panel-group .panel + .panel {
  margin-top: 5px;
}
html.theme-default .panel-group .panel-heading {
  border-bottom: 0;
}
html.theme-default .panel-group .panel-heading + .panel-collapse > .panel-body,
html.theme-default .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
html.theme-default .panel-group .panel-footer {
  border-top: 0;
}
html.theme-default .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
html.theme-default .panel-default {
  border-color: #dddddd;
}
html.theme-default .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
html.theme-default .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
html.theme-default .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
html.theme-default .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
html.theme-default .panel-primary {
  border-color: #428bca;
}
html.theme-default .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
html.theme-default .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
html.theme-default .panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #ffffff;
}
html.theme-default .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
html.theme-default .panel-success {
  border-color: #d6e9c6;
}
html.theme-default .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
html.theme-default .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
html.theme-default .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
html.theme-default .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
html.theme-default .panel-info {
  border-color: #bce8f1;
}
html.theme-default .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
html.theme-default .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
html.theme-default .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
html.theme-default .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
html.theme-default .panel-warning {
  border-color: #faebcc;
}
html.theme-default .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
html.theme-default .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
html.theme-default .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
html.theme-default .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
html.theme-default .panel-danger {
  border-color: #ebccd1;
}
html.theme-default .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
html.theme-default .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
html.theme-default .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
html.theme-default .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
html.theme-default .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
html.theme-default .embed-responsive .embed-responsive-item,
html.theme-default .embed-responsive iframe,
html.theme-default .embed-responsive embed,
html.theme-default .embed-responsive object,
html.theme-default .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
html.theme-default .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
html.theme-default .embed-responsive-4by3 {
  padding-bottom: 75%;
}
html.theme-default .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
html.theme-default .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
html.theme-default .well-lg {
  padding: 24px;
  border-radius: 6px;
}
html.theme-default .well-sm {
  padding: 9px;
  border-radius: 3px;
}
html.theme-default .close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
html.theme-default .close:hover,
html.theme-default .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
buttonhtml.theme-default .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
html.theme-default .modal-open {
  overflow: hidden;
}
html.theme-default .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
html.theme-default .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
html.theme-default .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
html.theme-default .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
html.theme-default .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
html.theme-default .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
html.theme-default .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
html.theme-default .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
html.theme-default .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
html.theme-default .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
html.theme-default .modal-header .close {
  margin-top: -2px;
}
html.theme-default .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
html.theme-default .modal-body {
  position: relative;
  padding: 20px;
}
html.theme-default .modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
html.theme-default .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
html.theme-default .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
html.theme-default .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
html.theme-default .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  html.theme-default .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  html.theme-default .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  html.theme-default .modal-sm {
    width: 300px;
  }
}
@media (min-width: 960px) {
  html.theme-default .modal-lg {
    width: 900px;
  }
}
html.theme-default .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
html.theme-default .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
html.theme-default .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
html.theme-default .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
html.theme-default .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
html.theme-default .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
html.theme-default .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
html.theme-default .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
html.theme-default .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
html.theme-default .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
html.theme-default .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
html.theme-default .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
html.theme-default .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
html.theme-default .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
html.theme-default .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
html.theme-default .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
html.theme-default .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
html.theme-default .popover.top {
  margin-top: -10px;
}
html.theme-default .popover.right {
  margin-left: 10px;
}
html.theme-default .popover.bottom {
  margin-top: 10px;
}
html.theme-default .popover.left {
  margin-left: -10px;
}
html.theme-default .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
html.theme-default .popover-content {
  padding: 9px 14px;
}
html.theme-default .popover > .arrow,
html.theme-default .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
html.theme-default .popover > .arrow {
  border-width: 11px;
}
html.theme-default .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
html.theme-default .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
html.theme-default .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
html.theme-default .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
html.theme-default .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
html.theme-default .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
html.theme-default .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
html.theme-default .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
html.theme-default .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
html.theme-default .carousel {
  position: relative;
}
html.theme-default .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
html.theme-default .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
html.theme-default .carousel-inner > .item > img,
html.theme-default .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  html.theme-default .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  html.theme-default .carousel-inner > .item.next,
  html.theme-default .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  html.theme-default .carousel-inner > .item.prev,
  html.theme-default .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  html.theme-default .carousel-inner > .item.next.left,
  html.theme-default .carousel-inner > .item.prev.right,
  html.theme-default .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
html.theme-default .carousel-inner > .active,
html.theme-default .carousel-inner > .next,
html.theme-default .carousel-inner > .prev {
  display: block;
}
html.theme-default .carousel-inner > .active {
  left: 0;
}
html.theme-default .carousel-inner > .next,
html.theme-default .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
html.theme-default .carousel-inner > .next {
  left: 100%;
}
html.theme-default .carousel-inner > .prev {
  left: -100%;
}
html.theme-default .carousel-inner > .next.left,
html.theme-default .carousel-inner > .prev.right {
  left: 0;
}
html.theme-default .carousel-inner > .active.left {
  left: -100%;
}
html.theme-default .carousel-inner > .active.right {
  left: 100%;
}
html.theme-default .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
html.theme-default .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
html.theme-default .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
html.theme-default .carousel-control:hover,
html.theme-default .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
html.theme-default .carousel-control .icon-prev,
html.theme-default .carousel-control .icon-next,
html.theme-default .carousel-control .glyphicon-chevron-left,
html.theme-default .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
html.theme-default .carousel-control .icon-prev,
html.theme-default .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
html.theme-default .carousel-control .icon-next,
html.theme-default .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
html.theme-default .carousel-control .icon-prev,
html.theme-default .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
html.theme-default .carousel-control .icon-prev:before {
  content: '\2039';
}
html.theme-default .carousel-control .icon-next:before {
  content: '\203a';
}
html.theme-default .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
html.theme-default .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
html.theme-default .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
html.theme-default .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
html.theme-default .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  html.theme-default .carousel-control .glyphicon-chevron-left,
  html.theme-default .carousel-control .glyphicon-chevron-right,
  html.theme-default .carousel-control .icon-prev,
  html.theme-default .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  html.theme-default .carousel-control .glyphicon-chevron-left,
  html.theme-default .carousel-control .icon-prev {
    margin-left: -15px;
  }
  html.theme-default .carousel-control .glyphicon-chevron-right,
  html.theme-default .carousel-control .icon-next {
    margin-right: -15px;
  }
  html.theme-default .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  html.theme-default .carousel-indicators {
    bottom: 20px;
  }
}
html.theme-default .clearfix:before,
html.theme-default .clearfix:after,
html.theme-default html.theme-default .dl-horizontal dd:before,
html.theme-default html.theme-default .dl-horizontal dd:after,
html.theme-default html.theme-default .container:before,
html.theme-default html.theme-default .container:after,
html.theme-default html.theme-default .container-fluid:before,
html.theme-default html.theme-default .container-fluid:after,
html.theme-default html.theme-default .row:before,
html.theme-default html.theme-default .row:after,
html.theme-default html.theme-default .form-horizontal .form-group:before,
html.theme-default html.theme-default .form-horizontal .form-group:after,
html.theme-default html.theme-default .btn-toolbar:before,
html.theme-default html.theme-default .btn-toolbar:after,
html.theme-default html.theme-default .btn-group-vertical > .btn-group:before,
html.theme-default html.theme-default .btn-group-vertical > .btn-group:after,
html.theme-default html.theme-default .nav:before,
html.theme-default html.theme-default .nav:after,
html.theme-default html.theme-default .navbar:before,
html.theme-default html.theme-default .navbar:after,
html.theme-default html.theme-default .navbar-header:before,
html.theme-default html.theme-default .navbar-header:after,
html.theme-default html.theme-default .navbar-collapse:before,
html.theme-default html.theme-default .navbar-collapse:after,
html.theme-default html.theme-default .pager:before,
html.theme-default html.theme-default .pager:after,
html.theme-default html.theme-default .panel-body:before,
html.theme-default html.theme-default .panel-body:after,
html.theme-default html.theme-default .modal-footer:before,
html.theme-default html.theme-default .modal-footer:after {
  content: " ";
  display: table;
}
html.theme-default .clearfix:after,
html.theme-default html.theme-default .dl-horizontal dd:after,
html.theme-default html.theme-default .container:after,
html.theme-default html.theme-default .container-fluid:after,
html.theme-default html.theme-default .row:after,
html.theme-default html.theme-default .form-horizontal .form-group:after,
html.theme-default html.theme-default .btn-toolbar:after,
html.theme-default html.theme-default .btn-group-vertical > .btn-group:after,
html.theme-default html.theme-default .nav:after,
html.theme-default html.theme-default .navbar:after,
html.theme-default html.theme-default .navbar-header:after,
html.theme-default html.theme-default .navbar-collapse:after,
html.theme-default html.theme-default .pager:after,
html.theme-default html.theme-default .panel-body:after,
html.theme-default html.theme-default .modal-footer:after {
  clear: both;
}
html.theme-default .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html.theme-default .pull-right {
  float: right !important;
}
html.theme-default .pull-left {
  float: left !important;
}
html.theme-default .hide {
  display: none !important;
}
html.theme-default .show {
  display: block !important;
}
html.theme-default .invisible {
  visibility: hidden;
}
html.theme-default .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
html.theme-default .hidden {
  display: none !important;
}
html.theme-default .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
html.theme-default .visible-xs,
html.theme-default .visible-sm,
html.theme-default .visible-md,
html.theme-default .visible-lg {
  display: none !important;
}
html.theme-default .visible-xs-block,
html.theme-default .visible-xs-inline,
html.theme-default .visible-xs-inline-block,
html.theme-default .visible-sm-block,
html.theme-default .visible-sm-inline,
html.theme-default .visible-sm-inline-block,
html.theme-default .visible-md-block,
html.theme-default .visible-md-inline,
html.theme-default .visible-md-inline-block,
html.theme-default .visible-lg-block,
html.theme-default .visible-lg-inline,
html.theme-default .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  html.theme-default .visible-xs {
    display: block !important;
  }
  tablehtml.theme-default .visible-xs {
    display: table;
  }
  trhtml.theme-default .visible-xs {
    display: table-row !important;
  }
  thhtml.theme-default .visible-xs,
  tdhtml.theme-default .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  html.theme-default .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  html.theme-default .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  html.theme-default .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  html.theme-default .visible-sm {
    display: block !important;
  }
  tablehtml.theme-default .visible-sm {
    display: table;
  }
  trhtml.theme-default .visible-sm {
    display: table-row !important;
  }
  thhtml.theme-default .visible-sm,
  tdhtml.theme-default .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  html.theme-default .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  html.theme-default .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  html.theme-default .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 960px) and (max-width: 959px) {
  html.theme-default .visible-md {
    display: block !important;
  }
  tablehtml.theme-default .visible-md {
    display: table;
  }
  trhtml.theme-default .visible-md {
    display: table-row !important;
  }
  thhtml.theme-default .visible-md,
  tdhtml.theme-default .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 959px) {
  html.theme-default .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 960px) and (max-width: 959px) {
  html.theme-default .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 960px) and (max-width: 959px) {
  html.theme-default .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 960px) {
  html.theme-default .visible-lg {
    display: block !important;
  }
  tablehtml.theme-default .visible-lg {
    display: table;
  }
  trhtml.theme-default .visible-lg {
    display: table-row !important;
  }
  thhtml.theme-default .visible-lg,
  tdhtml.theme-default .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 960px) {
  html.theme-default .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 960px) {
  html.theme-default .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 960px) {
  html.theme-default .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  html.theme-default .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  html.theme-default .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 959px) {
  html.theme-default .hidden-md {
    display: none !important;
  }
}
@media (min-width: 960px) {
  html.theme-default .hidden-lg {
    display: none !important;
  }
}
html.theme-default .visible-print {
  display: none !important;
}
@media print {
  html.theme-default .visible-print {
    display: block !important;
  }
  tablehtml.theme-default .visible-print {
    display: table;
  }
  trhtml.theme-default .visible-print {
    display: table-row !important;
  }
  thhtml.theme-default .visible-print,
  tdhtml.theme-default .visible-print {
    display: table-cell !important;
  }
}
html.theme-default .visible-print-block {
  display: none !important;
}
@media print {
  html.theme-default .visible-print-block {
    display: block !important;
  }
}
html.theme-default .visible-print-inline {
  display: none !important;
}
@media print {
  html.theme-default .visible-print-inline {
    display: inline !important;
  }
}
html.theme-default .visible-print-inline-block {
  display: none !important;
}
@media print {
  html.theme-default .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  html.theme-default .hidden-print {
    display: none !important;
  }
}
html.theme-default .pagination .disabled a,
html.theme-default .pagination .disabled a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #BFBFBF;
  cursor: default;
}
html.theme-default .pagination .next a {
  border-right: 1px solid;
  border-right-color: rgba(0, 0, 0, 0.15);
}
html.theme-default .subnav {
  width: 100%;
  background-color: #eeeeee;
  /* Old browsers */
  background-repeat: repeat-x;
  /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html.theme-default .subnav .nav {
  margin-bottom: 0;
}
html.theme-default .subnav .nav > li > a {
  margin: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
html.theme-default .subnav .nav > .active > a,
html.theme-default .subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
}
html.theme-default .subnav .nav > .active > a .caret,
html.theme-default .subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
html.theme-default .subnav .nav > li:first-child > a,
html.theme-default .subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
html.theme-default .subnav .nav > li:last-child > a {
  border-right: 0;
}
html.theme-default .subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
@media (min-width: 980px) {
  html.theme-default .subnav-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1020;
    /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px;
    /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 #ffffff, 0 1px 5px rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    /* IE6-9 */
  }
  html.theme-default .subnav-fixed .nav {
    width: 938px;
    margin: 0 auto;
    padding: 0 1px;
  }
  html.theme-default .subnav .nav > li:first-child > a,
  html.theme-default .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
html.theme-default h2 + table,
html.theme-default h3 + table,
html.theme-default h4 + table,
html.theme-default h2 + .row {
  margin-top: 15px;
}
@media (min-width: 1210px) {
  html.theme-default {
    /* Update subnav container */
  }
  html.theme-default .subnav-fixed .nav {
    width: 1168px;
    /* 2px less to account for left/right borders being removed when in fixed mode */
  }
}
html.theme-default section {
  padding-top: 0px;
}
html.theme-default .controls .collection-item {
  margin-bottom: 9px;
}
html.theme-default .gmnoprint img {
  max-width: none;
}
html.theme-default .sm-color-main {
  color: #10b1e8;
}
html.theme-default .sm-background-main {
  background-color: #10b1e8;
}
html.theme-default .sm-color-action {
  color: #ff4500;
}
html.theme-default .sm-background-action {
  background-color: #ff4500;
}
html.theme-default .link-home {
  text-decoration: none;
}
html.theme-default .link-home:hover,
html.theme-default .link-home:active {
  text-decoration: none;
}
html.theme-default input[type=search].search-field {
  color: #b3b2b2;
  background-color: #f6f6f6;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.18);
  border: #ccc solid 1px;
  display: inline-block;
}
html.theme-default .search-button {
  border: 1px solid #696969;
  background-color: #848484;
  background-image: -webkit-linear-gradient(top, #848484 0%, #646464 100%);
  background-image: -o-linear-gradient(top, #848484 0%, #646464 100%);
  background-image: linear-gradient(to bottom, #848484 0%, #646464 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff848484', endColorstr='#ff646464', GradientType=0);
  border-radius: 2px;
  margin-top: -6px;
}
html.theme-default .header2 {
  min-height: 65px;
}
html.theme-default .header2 .header_icon a {
  font-size: 30px;
  font-weight: 700;
  color: #10b1e8;
}
html.theme-default .header2 .header_search {
  margin-top: 5px;
}
html.theme-default .header2 .header_search form {
  float: right;
}
html.theme-default .header2 .header_search form input[type=search].search-field {
  color: #b3b2b2;
  font-size: 14px;
  padding-left: 10px;
  background-color: #f6f6f6;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.18);
  border: #ccc solid 1px;
  display: inline-block;
  clear: both;
  float: left;
  height: 34px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 527px;
}
html.theme-default .header2 .header_search form .search-button {
  border: 1px solid #696969;
  background-color: #848484;
  background-image: -webkit-linear-gradient(top, #848484 0%, #646464 100%);
  background-image: -o-linear-gradient(top, #848484 0%, #646464 100%);
  background-image: linear-gradient(to bottom, #848484 0%, #646464 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff848484', endColorstr='#ff646464', GradientType=0);
  width: 45px;
  height: 34px;
  border-radius: 2px;
  margin-top: 0px;
  float: left;
}
html.theme-default .navbar,
html.theme-default .navbar-inner {
  border-radius: 0;
  border: 0;
  padding-left: 0px;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  background-image: -webkit-linear-gradient(top, #51caf3 0%, #10b1e8 100%);
  background-image: -o-linear-gradient(top, #51caf3 0%, #10b1e8 100%);
  background-image: linear-gradient(to bottom, #51caf3 0%, #10b1e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51caf3', endColorstr='#ff10b1e8', GradientType=0);
}
html.theme-default .navbar .nav_home,
html.theme-default .navbar-inner .nav_home {
  background-image: -webkit-linear-gradient(top, #51caf3 0%, #10b1e8 100%);
  background-image: -o-linear-gradient(top, #51caf3 0%, #10b1e8 100%);
  background-image: linear-gradient(to bottom, #51caf3 0%, #10b1e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51caf3', endColorstr='#ff10b1e8', GradientType=0);
  width: 38px;
  margin-right: 0px;
  border-right: 1px solid #ffffff;
  height: 35px;
  font-size: 13px;
}
html.theme-default .navbar .nav_home i,
html.theme-default .navbar-inner .nav_home i {
  margin-left: 10px;
  margin-top: 9px;
}
html.theme-default .navbar .nav,
html.theme-default .navbar-inner .nav,
html.theme-default .navbar .nav > li > a,
html.theme-default .navbar-inner .nav > li > a {
  text-shadow: none;
  font-size: 13px;
}
html.theme-default .navbar .nav > li > a:hover,
html.theme-default .navbar-inner .nav > li > a:hover {
  background-color: #10b1e8;
  color: #ffffff;
}
html.theme-default .subnavbar {
  background-color: #eeeeee;
  border-bottom: 1px solid #d7d7d7;
  color: #696969;
  display: inline-block;
  width: 100%;
  height: 25px;
  padding-top: 5px;
  margin-bottom: 15px;
}
html.theme-default .subnavbar .navtrail {
  display: inline;
  padding-left: 8px;
}
html.theme-default .subnavbar .info_products {
  display: inline;
  float: right;
  padding-right: 8px;
}
html.theme-default .subnavbar .info_products .info_products_total {
  font-color: #000000;
  font-weight: bold;
}
html.theme-default .subnavbar .breadcrumb {
  display: inline-block;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}
html.theme-default .subnavbar .breadcrumb a {
  color: #929090;
  text-decoration: underline;
}
html.theme-default .subnavbar .breadcrumb .divider {
  color: #929090;
}
html.theme-default .nav-list {
  text-shadow: none;
  color: #5f5f5f;
}
html.theme-default .nav-list li {
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe9e9e9', GradientType=0);
  color: #5f5f5f;
}
html.theme-default .nav-list li a {
  color: #5f5f5f;
}
html.theme-default .nav-list .nav-head {
  background-color: #10b1e8;
  background-image: none;
  color: #ffffff;
  padding: 5px 15px 3px 15px;
  min-height: 19px;
}
html.theme-default .nav-list li:hover,
html.theme-default .nav-list li:hover a,
html.theme-default .nav-list li a:hover {
  background-color: #51caf3;
  background-image: none;
  color: #ffffff;
}
html.theme-default .nav-list .nav-block,
html.theme-default .nav-list .nav-block:hover {
  padding: 0 0 5px 0;
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #e9e9e9 100%) !important;
  background-image: -o-linear-gradient(top, #f4f4f4 0%, #e9e9e9 100%) !important;
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #e9e9e9 100%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe9e9e9', GradientType=0) !important;
}
html.theme-default .page-header {
  margin: 0 0 18px 0;
  padding-bottom: 5px;
}
html.theme-default .page-header h1 {
  margin: 0;
}
html.theme-default .page-subnavi {
  background-color: #10b1e8;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 2px;
  color: #ffffff;
  height: 33px;
}
html.theme-default .page-subnavi a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  padding: 8px;
  float: left;
}
html.theme-default .page-subnavi .secondary {
  background-color: #51caf3;
  font-weight: normal;
  font-size: 11px;
  margin: 0;
  margin-left: 1px;
}
html.theme-default .page-subnavi .secondary:hover {
  background-color: #10b1e8;
}
html.theme-default ul.horizontal {
  white-space: nowrap;
  overflow-x: auto;
}
html.theme-default ul.horizontal li,
html.theme-default ul.horizontal li[class*="span"] {
  display: inline-block;
  float: none;
}
html.theme-default .rating-stars {
  background-image: url('../img/icon-rating-gray.png');
  display: inline-block;
  width: 80px;
  height: 15px;
}
html.theme-default .rating-score {
  background-image: url('../img/icon-rating-yellow.png');
  display: inline-block;
  width: 0px;
  height: 15px;
}
html.theme-default .rating-score.score05 {
  width: 8px;
}
html.theme-default .rating-score.score1 {
  width: 16px;
}
html.theme-default .rating-score.score15 {
  width: 24px;
}
html.theme-default .rating-score.score2 {
  width: 32px;
}
html.theme-default .rating-score.score25 {
  width: 40px;
}
html.theme-default .rating-score.score3 {
  width: 48px;
}
html.theme-default .rating-score.score35 {
  width: 56px;
}
html.theme-default .rating-score.score4 {
  width: 64px;
}
html.theme-default .rating-score.score45 {
  width: 72px;
}
html.theme-default .rating-score.score5 {
  width: 80px;
}
html.theme-default img.desaturate {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url('../img/desaturate.svg#greyscale');
  filter: gray;
  filter: grayscale(100%);
  /* better: but not working with phpless
              filter: url('data:image/svg+xml;utf8,#grayscale'); / * Firefox 3.5+ * /
              filter: gray; / * IE6-9 * /
      -webkit-filter: grayscale(100%); / * Chrome 19+ & Safari 6+ * / }
              filter: grayscale(100%);
  */
}
html.theme-default a.text {
  color: #333333;
  text-decoration: none;
}
html.theme-default .page-product {
  min-height: 265px;
  background-color: #ffffff;
  border: 1px solid #dddbdb;
  word-wrap: break-word;
}
html.theme-default .page-product .product-image {
  width: 260px;
  height: 260px;
  float: left;
  margin: 3px 10px 0px 10px;
}
html.theme-default .page-product .product-image .product-image-brand {
  text-align: right;
  margin-top: -37px;
}
html.theme-default .page-product .product-details {
  display: inline-block;
  padding-left: 35px;
}
html.theme-default .page-product .product-details .product-title {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding-top: 35px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c6c6c6;
  display: block;
  width: 620px;
}
html.theme-default .page-product .product-details .product-title a,
html.theme-default .page-product .product-details .product-title a:hover {
  color: #000000;
  text-decoration: none;
  word-wrap: break-word;
}
html.theme-default .page-product .product-details .product-details-left {
  width: 290px;
  float: left;
  display: block;
  padding-top: 5px;
}
html.theme-default .page-product .product-details .product-details-right {
  width: 320px;
  float: left;
  display: block;
  padding-top: 5px;
  text-align: right;
}
html.theme-default .page-product .product-details .product-details-right .infoline {
  margin-top: 5px;
}
html.theme-default .page-product .product-details .product-details-separator {
  background-image: url('../img/product-separator.png');
  background-repeat: no-repeat;
  width: 9px;
  height: 143px;
  float: left;
}
html.theme-default .page-product .product-details .product-rating {
  margin-bottom: 10px;
}
html.theme-default .page-product .product-details .product-rating .rating-description {
  display: inline-block;
  margin-top: 1px;
  vertical-align: top;
  padding-left: 3px;
}
html.theme-default .page-product .product-details .product-factlist {
  font-size: 13px;
  color: #404040;
}
html.theme-default .page-product .product-details .product-factlist ul {
  list-style-type: none;
  margin-left: 0px;
}
html.theme-default .page-product .product-details .product-factlist ul li {
  background: url('../img/icon-check.gif') no-repeat 0 50%;
  padding-left: 20px;
  line-height: 20px;
}
html.theme-default .page-product .product-details .product-bestbuy .btn-primary {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
html.theme-default .page-product .product-details .product-moreprices {
  padding-top: 40px;
}
html.theme-default .page-product .product-details .product-moreprices .product-moreprices-left {
  width: 150px;
  float: left;
  text-align: right;
  padding-right: 5px;
}
html.theme-default .page-product .product-details .product-moreprices .product-moreprices-left .numberoffers,
html.theme-default .page-product .product-details .product-moreprices .product-moreprices-left .pricerange {
  display: block;
}
html.theme-default .page-product .product-details .product-moreprices .product-moreprices-left .numberoffers {
  color: #ef9039;
}
html.theme-default .page-product .product-details .product-moreprices .product-moreprices-left .pricerange {
  color: #939393;
}
html.theme-default .page-product .product-details .product-moreprices .product-moreprices-right {
  display: inline-block;
  width: 115px;
}
html.theme-default .page-product .product-details .product-moreprices .product-moreprices-right .btn {
  background-image: -webkit-linear-gradient(top, #fac696 0%, #ef8d31 100%);
  background-image: -o-linear-gradient(top, #fac696 0%, #ef8d31 100%);
  background-image: linear-gradient(to bottom, #fac696 0%, #ef8d31 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffac696', endColorstr='#ffef8d31', GradientType=0);
  color: #000000;
  font-size: 16px;
  width: 100%;
  padding-top: 6px;
}
html.theme-default .product-actions {
  height: 35px;
  padding-top: 5px;
}
html.theme-default .product-actions .product-actions-user {
  float: left;
  width: 600px;
  height: 100%;
}
html.theme-default .product-actions .product-actions-user .btn-gray {
  background-color: #dedede;
  background-image: none;
  border: none;
  padding: 10px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  color: #6b6b6b;
  font-size: 12px;
  width: 145px;
  border-radius: 2px;
}
html.theme-default .product-actions .product-actions-social {
  float: left;
  width: 300px;
  height: 100%;
  text-align: right;
}
html.theme-default .product-actions .product-actions-social .social-fb,
html.theme-default .product-actions .product-actions-social .social-gp {
  float: right;
  padding-left: 5px;
}
html.theme-default .pricelisting .pricelisting-header {
  border: 1px solid #b4b4b4;
  margin: 10px 0 10px 0;
  padding: 0;
}
html.theme-default .pricelisting .pricelisting-header .pricelisting-header-title {
  padding: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
html.theme-default .pricelisting .pricelisting-header .pricelisting-header-sort {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  float: right;
  text-align: right;
}
html.theme-default .pricelisting .pricelisting-header .pricelisting-header-sort .sorting-desc {
  height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
  padding-top: 5px;
}
html.theme-default .pricelisting .pricelisting-header .pricelisting-header-sort .sorting-box select {
  background: transparent;
  width: 200px;
  padding: 2px 0 0 5px;
  margin: 0;
  font-size: 12px;
  border: none;
  height: 24px;
  -webkit-appearance: none;
}
html.theme-default .pricelisting .pricelisting-header .pricelisting-header-sort .sorting-box {
  margin: 0;
  padding: 0;
  margin-top: -1px;
  width: 170px;
  height: 24px;
  overflow: hidden;
  background: #eaeaea;
  border: 1px solid #c7c7c7;
  display: inline-block;
}
html.theme-default .pricelisting .pricelisting-header .pricelisting-header-sort .sorting-box form {
  margin: 0;
  padding: 0;
}
html.theme-default .pricelisting .pricelisting-header .pricelisting-header-sort .sorting-box .sortingbox-selblock {
  width: 20px;
  background-image: -webkit-linear-gradient(top, #848484 0%, #646464 100%);
  background-image: -o-linear-gradient(top, #848484 0%, #646464 100%);
  background-image: linear-gradient(to bottom, #848484 0%, #646464 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff848484', endColorstr='#ff646464', GradientType=0);
  height: 24px;
  display: inline-block;
  float: right;
  margin-top: -24px;
  z-index: -1000;
}
html.theme-default .pricelisting .pricelisting-header .pricelisting-header-sort .sorting-box .sortingbox-selblock .sortingbox-selector {
  background: url('../img/arrow-down-white.png') no-repeat;
  display: block;
  width: 10px;
  height: 10px;
  z-index: 1000;
  margin-left: 5px;
  margin-top: 8px;
}
html.theme-default .pricelisting .pricelisting-row:nth-child(odd) {
  background-color: #f8f8f8;
}
html.theme-default .pricelisting .pricelisting-row:nth-child(even) {
  background-color: #ffffff;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row {
  height: 130px;
  border: 1px solid #dddbdb;
  margin-top: -1px;
  /* prevent duplicated border */
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row a,
html.theme-default .pricelisting .pricelisting-list .pricelisting-row a:hover {
  color: #6e6e6e;
  text-decoration: none;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .product-image {
  height: 110px;
  width: 110px;
  padding: 5px;
  float: left;
  clear: both;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .product-image a {
  max-height: 110px;
  height: 110px;
  display: table-cell;
  vertical-align: middle;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .product-image a img {
  text-align: center;
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-title {
  padding: 10px 20px 10px 20px;
  font-size: 12px;
  font-weight: bold;
  width: 795px;
  float: left;
  height: 30px;
  max-height: 30px;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-priceblock {
  float: left;
  width: 175px;
  margin-right: 20px;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-priceblock .price {
  font-size: 30px;
  color: #6e6e6e;
  display: inline-block;
  /*padding-top: 14px;*/
  padding-right: 20px;
  text-align: right;
  width: 180px;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-priceblock .price .price-float {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-priceblock .price a,
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-priceblock .price a:hover {
  color: #6e6e6e;
  text-decoration: none;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-priceblock .price a:hover {
  text-shadow: 1px 1px 5px #debc29;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-priceblock .price-subinfo {
  display: inline-block;
  color: #6e6e6e;
  font-size: 10px;
  /*padding-top: 7px;*/
  width: 160px;
  text-align: right;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-priceinfoblock {
  float: left;
  display: inline-block;
  height: 70px;
  padding-top: 20px;
  width: 165px;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-seller {
  float: left;
  display: inline-block;
  padding-left: 20px;
  padding-top: 10px;
  width: 175px;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-seller .rating-stars {
  display: block;
  margin-top: 10px;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-seller .pricelisting-sellerdealer {
  width: 500px;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-seller.gateway-ebay {
  padding-top: 5px;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-shipping {
  float: left;
  display: inline-block;
  padding-top: 12px;
  width: 280px;
  color: #6e6e6e;
  font-size: 16px;
  font-weight: bold;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-linkout {
  float: left;
  display: inline-block;
  height: 67px;
  width: 165px;
  padding-top: 5px;
  text-align: center;
}
html.theme-default .pricelisting .pricelisting-list .pricelisting-row .pricelisting-linkout .btn {
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #c7c7c7 0%, #a0a0a0 100%);
  background-image: -o-linear-gradient(top, #c7c7c7 0%, #a0a0a0 100%);
  background-image: linear-gradient(to bottom, #c7c7c7 0%, #a0a0a0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc7c7c7', endColorstr='#ffa0a0a0', GradientType=0);
  border: 1px solid #8f8f8f;
  font-size: 20px;
  font-weight: bold;
}
html.theme-default .pricelisting .pricelisting-showall {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
}
html.theme-default .shipping-available {
  color: #29b816;
}
html.theme-default .product-description {
  border: 1px solid #dddbdb;
  background-color: #f6f6f6;
  margin: 20px 0 10px 0;
}
html.theme-default .product-description h2 {
  font-size: 17px;
  font-weight: bold;
  padding: 20px;
}
html.theme-default .product-description .product-description-text {
  padding: 0 20px 20px 20px;
  font-size: 12px;
}
html.theme-default .testreports .testreport-header {
  border: 1px solid #b4b4b4;
  margin: 10px 0 10px 0;
  padding: 0;
}
html.theme-default .testreports .testreport-header .testreport-header-title {
  padding: 10px;
  margin-left: 11px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 13px;
}
html.theme-default .testreports .testreport-header .testreport-header-title h2 {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
}
html.theme-default .testreports .testreport-row:nth-child(odd) {
  background-color: #f8f8f8;
}
html.theme-default .testreports .testreport-row:nth-child(even) {
  background-color: #ffffff;
}
html.theme-default .testreports .testreport-list .testreport-row {
  height: 95px;
  border: 1px solid #dddbdb;
}
html.theme-default .testreports .testreport-list .testreport-row .testreport-image {
  display: inline-block;
  height: 60px;
  padding: 10px;
  width: 140px;
  float: left;
}
html.theme-default .testreports .testreport-list .testreport-row .testreport-image img {
  max-height: 60px;
  max-widht: 120px;
}
html.theme-default .testreports .testreport-list .testreport-row .testreport-details {
  float: left;
  padding: 10px;
  height: 65px;
  width: 600px;
}
html.theme-default .testreports .testreport-list .testreport-row .testreport-details .testreport-title {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
}
html.theme-default .testreports .testreport-list .testreport-row .testreport-details .testreport-description {
  display: inline-block;
  width: 100%;
}
html.theme-default .testreports .testreport-list .testreport-row .testreport-rating {
  float: left;
  width: 155px;
  font-size: 13px;
  text-align: center;
  padding: 10px;
  margin-top: 5px;
}
html.theme-default .testreports .testreport-list .testreport-row .testreport-rating .testreport-score {
  font-weight: bold;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #6e6e6e;
}
html.theme-default .rating .rating-header {
  border: 1px solid #b4b4b4;
  margin: 10px 0 10px 0;
  padding: 0;
}
html.theme-default .rating .rating-header .rating-header-title {
  padding: 10px;
  margin-left: 11px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 13px;
}
html.theme-default .rating .rating-header .rating-header-title h2 {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
}
html.theme-default .rating .rating-list .rating-row {
  min-height: 100px;
  padding: 20px;
  background-color: #f8f8f8;
  border: 1px solid #dddbdb;
  margin-bottom: 10px;
}
html.theme-default .rating .rating-list .rating-row .rating-image {
  display: inline-block;
  height: 120px;
  padding-right: 20px;
  width: 92px;
  float: left;
}
html.theme-default .rating .rating-list .rating-row .rating-image img {
  max-height: 90px;
  max-widht: 90px;
  -webkit-box-shadow: 0 0 11px rgba(1, 1, 1, 0.11);
  box-shadow: 0 0 11px rgba(1, 1, 1, 0.11);
  margin-bottom: 5px;
}
html.theme-default .rating .rating-list .rating-row .rating-image .rating-author  {
  display: block;
}
html.theme-default .rating .rating-list .rating-row .rating-details {
  float: left;
  padding: 0;
  min-height: 85px;
  width: 800px;
}
html.theme-default .rating .rating-list .rating-row .rating-details .rating-title {
  font-weight: bold;
  font-size: 12px;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
html.theme-default .rating .rating-list .rating-row .rating-details .rating-title span {
  vertical-align: top;
}
html.theme-default .rating .rating-list .rating-row .rating-details .rating-description {
  padding-top: 5px;
}
html.theme-default .rating .rating-list .rating-row .rating-details .rating-description .rating-block {
  clear: both;
  float: none;
  padding: 0 0 5px 0;
}
html.theme-default .rating .rating-list .rating-row .rating-details .rating-description .rating-block h4 {
  display: inline-block;
  width: 90px;
  float: left;
  padding: 0;
  margin: 0;
}
html.theme-default .rating .rating-list .rating-row .rating-details .rating-description .rating-block .rating-comment {
  font-style: italic;
}
html.theme-default .feature .feature-header {
  border: 1px solid #b4b4b4;
  margin: 10px 0 10px 0;
  padding: 0;
}
html.theme-default .feature .feature-header .feature-header-title {
  padding: 10px;
  margin-left: 11px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 13px;
}
html.theme-default .feature .feature-header .feature-header-title h2 {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
}
html.theme-default .element-popover {
  text-decoration: none;
  border-bottom: 1px dotted #333333;
}
html.theme-default .product {
  border: 1px solid #dddbdb;
  margin: 5px;
  padding: 5px;
  float: left;
}
html.theme-default .product .product-image {
  display: inline-block;
  width: 50px;
  float: left;
}
html.theme-default .product .product-image img {
  margin-right: 5px;
}
html.theme-default .product .product-zoom {
  float: right;
}
html.theme-default .product .product-title,
html.theme-default .product .product-title a {
  color: #066e9f;
  font-size: 10px;
  font-weight: bold;
}
html.theme-default .product .product-price,
html.theme-default .product .product-price a {
  color: #393939;
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
}
html.theme-default .product .product-image {
  width: 140px;
  height: 140px;
  vertical-align: middle;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
html.theme-default .product .product-image img {
  align: middle;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
html.theme-default .product .product-image .price {
  display: block;
  position: relative;
  top: -30px;
  font-size: 20px;
  color: #ff4500;
  text-align: right;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
html.theme-default .product .product-image .price:hover {
  color: #ff4500;
}
html.theme-default .product .product-image > a:hover {
  text-decoration: none;
}
html.theme-default .product .details {
  font-size: 10px;
  clear: both;
  float: left;
  text-align: center;
  width: 100%;
}
html.theme-default .product .product-related {
  padding-top: 5px;
  font-size: 10px;
  text-align: center;
  width: 100%;
  clear: both;
}
html.theme-default .product .seller-logo {
  padding-top: 5px;
  text-align: center;
  width: 100%;
  clear: both;
}
html.theme-default .product.product-square {
  height: 270px;
  width: 175px;
  padding: 5px;
  margin-left: 0;
  margin-right: 7px;
  position: relative;
}
html.theme-default .product.product-square .product-title,
html.theme-default .product.product-square .product-title a {
  font-size: 12px;
  text-decoration: underline;
  height: 40px;
}
html.theme-default .product.product-square .product-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: -1;
  background-color: #FFF;
  opacity: 0;
  filter: alpha(opacity=1);
}
html.theme-default .product.product-square .product-image {
  height: 100px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
html.theme-default .product.product-square .product-image img {
  width: 100px;
  height: 100px;
  background-image: url('../img/product-image-noimage.png');
  background-position: 0 5px;
  background-repeat: no-repeat;
}
html.theme-default .product.product-square .details {
  font-size: 10px;
  max-height: 30px;
  float: left;
  clear: both;
  width: 100%;
}
html.theme-default .product.product-square .product-related {
  padding-top: 5px;
  font-size: 10px;
  text-align: center;
  width: 100%;
  clear: both;
}
html.theme-default .product.product-square .seller-logo {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
  clear: both;
}
html.theme-default .product.product-square .seller-logo img {
  height: 25px;
}
html.theme-default .product.product-square .btn {
  width: 100%;
  float: left;
  display: block;
}
html.theme-default .product.product-square:nth-child(4n+4) {
  margin-right: 0;
}
html.theme-default .col-sm-9 .product.product-square {
  width: 174px;
}
html.theme-default .col-sm-8 .product.product-square {
  width: 207px;
}
html.theme-default .product.product-list {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  height: 135px;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
  /*    .details2 {
          background-color: #f1f0f0;
      }
  */
}
html.theme-default .product.product-list .product-image {
  height: 120px;
  width: 120px;
  padding: 10px;
  max-height: 120px;
  max-width: 120px;
}
html.theme-default .product.product-list .product-image .imgsquare {
  width: 100px;
  max-height: 100px;
  max-width: 100px;
}
html.theme-default .product.product-list .product-middle {
  width: 440px;
  float: left;
  display: inline-block;
}
html.theme-default .product.product-list .product-title {
  display: inline-block;
  padding: 15px 10px 10px 10px;
  width: 620px;
}
html.theme-default .product.product-list .product-title,
html.theme-default .product.product-list .product-title a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
html.theme-default .product.product-list .details,
html.theme-default .product.product-list .details2 {
  width: 200px;
  color: #5f5f5f;
  display: inline-block;
  padding: 0 10px;
  float: left;
}
html.theme-default .product.product-list .product-right {
  float: left;
  width: 140px;
  height: 117px;
  padding: 10px 18px 10px 10px;
  text-align: right;
}
html.theme-default .product.product-list .product-rating {
  height: 30px;
}
html.theme-default .product.product-list .btn {
  width: 135px;
  font-size: 13px;
  font-weight: bold;
}
html.theme-default .product.overview {
  padding-bottom: 5px;
}
html.theme-default .product.overview .details {
  padding-top: 5px;
  font-size: 12px;
  line-height: 12px;
}
html.theme-default .product:hover {
  border: 1px solid #51caf3;
  /* should: 2px */
}
html.theme-default .modal .modal-body .product-image {
  height: 110px;
  width: 110px;
  padding: 0px;
  float: left;
  clear: both;
}
html.theme-default .modal .modal-body .product-image a {
  max-height: 110px;
  height: 110px;
  display: table-cell;
  vertical-align: middle;
}
html.theme-default .modal .modal-body .product-image a img {
  text-align: center;
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html.theme-default .modal .modal-body .product-description {
  display: inline-block;
  float: left;
  width: 385px;
  min-height: 88px;
  padding: 10px;
  margin: 0 0 0 10px;
}
html.theme-default .modal .modal-body .product-description .details2 {
  text-align: right;
  padding-top: 25px;
}
html.theme-default .used {
  clear: both;
  float: none;
  padding-top: 10px;
}
html.theme-default .used .used-header {
  border: 1px solid #b4b4b4;
  margin: 10px 0 10px 0;
  padding: 0;
}
html.theme-default .used .used-header .used-header-title {
  padding: 10px;
  margin-left: 11px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 13px;
}
html.theme-default .used .used-header .used-header-title h2,
html.theme-default .used .used-header .used-header-title a,
html.theme-default .used .used-header .used-header-title a:hover {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  color: #333333;
}
html.theme-default .used .product.product-square {
  margin-right: 6px;
  width: 187px;
}
html.theme-default .used .product.product-square:nth-child(4n+4) {
  margin-right: 6px;
}
html.theme-default .used .product.product-square:nth-child(5n+5) {
  margin-right: 0;
}
html.theme-default .content-newline {
  clear: both;
  float: none;
  padding-top: 10px;
}
html.theme-default .content-block {
  padding-top: 10px;
}
html.theme-default .content-block .content-header {
  background-color: #10b1e8;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 2px;
  color: #ffffff;
  padding-left: 5px;
  height: 33px;
  line-height: 33px;
}
html.theme-default .content-block .content-header a,
html.theme-default .content-block .content-header a:hover {
  color: #ffffff;
}
html.theme-default .content-block .content-header .content-header-title {
  margin-left: 10px;
  display: inline-block;
}
html.theme-default .content-block .content-header .content-header-title h2 {
  padding: 0;
  margin: 0;
  font-size: 13px;
}
html.theme-default .content-block .content-header .content-header-right {
  display: inline-block;
  text-align: right;
  float: right;
  margin-right: 10px;
}
html.theme-default .content-block .content-body {
  background-color: #dddbdb;
  padding: 10px;
  color: #5d5d5d;
}
html.theme-default .content-block .content-text {
  padding: 10px 0 10px 0;
  font-size: 13px;
}
html.theme-default .searchfilter-slim {
  border: 1px solid #b4b4b4;
  margin: 10px 0 10px 0;
  padding: 0;
  color: #929292;
  font-weight: normal;
}
html.theme-default .searchfilter-slim a,
html.theme-default .searchfilter-slim a:hover {
  color: #929292;
  font-weight: normal;
}
html.theme-default .searchfilter-slim .filter-sortdirection {
  padding: 10px;
  display: inline-block;
  width: 550px;
}
html.theme-default .searchfilter-slim .filter-pagesize {
  padding: 10px;
  display: inline-block;
  width: 80px;
}
html.theme-default .searchfilter-slim .filter-orientation {
  display: inline-block;
  padding: 10px;
  text-align: right;
  width: 60px;
}
html.theme-default .searchfilter-slim .active,
html.theme-default .searchfilter-slim .active:hover {
  color: #4f4f4f;
  font-weight: bold;
}
html.theme-default .position-relative {
  position: relative;
}
html.theme-default .search-detail {
  position: absolute;
  bottom: 0px;
  height: 170px;
  overflow-y: scroll;
  border: 1px solid #b4b4b4;
  padding: 10px;
  width: 100%;
}
html.theme-default .search-results-listing {
  padding-bottom: 200px;
}
html.theme-default .search-cat {
  width: 40px;
  text-align: right;
  display: inline-block;
  padding-right: 5px;
}
html.theme-default .sidebar .sidebar-block {
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe9e9e9', GradientType=0);
  text-shadow: none;
  color: #5f5f5f;
  min-height: 23px;
}
html.theme-default .sidebar .sidebar-block a {
  color: #5f5f5f;
}
html.theme-default .sidebar .sidebar-head {
  background-color: #10b1e8;
  background-image: none;
  color: #ffffff;
  text-shadow: none;
  text-transform: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  min-height: 19px;
}
html.theme-default .sidebar .sidebar-head a,
html.theme-default .sidebar .sidebar-head a:hover {
  color: #ffffff;
}
html.theme-default .sidebar .sidebar-head :hover {
  background-color: #51caf3 !important;
  background-image: none;
  text-shadow: none;
  color: #ffffff;
}
html.theme-default .sidebar .sidebar-head :hover a {
  color: #ffffff;
}
html.theme-default .sidebar .sidebar-products .product,
html.theme-default .sidebar .sidebar-ratings .rating {
  margin: 5px;
  padding: 5px;
  float: none;
  clear: both;
  min-height: 55px;
  background-color: #ffffff;
}
html.theme-default .sidebar .sidebar-products .product .product-image,
html.theme-default .sidebar .sidebar-ratings .rating .product-image,
html.theme-default .sidebar .sidebar-products .product .rating-image,
html.theme-default .sidebar .sidebar-ratings .rating .rating-image {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0 5px 0 0;
  margin: 0;
  float: left;
}
html.theme-default .sidebar .sidebar-products .product .product-image img,
html.theme-default .sidebar .sidebar-ratings .rating .product-image img,
html.theme-default .sidebar .sidebar-products .product .rating-image img,
html.theme-default .sidebar .sidebar-ratings .rating .rating-image img {
  margin-right: 5px;
}
html.theme-default .sidebar .sidebar-products .product .product-title,
html.theme-default .sidebar .sidebar-ratings .rating .product-title,
html.theme-default .sidebar .sidebar-products .product .product-title a,
html.theme-default .sidebar .sidebar-ratings .rating .product-title a {
  color: #066e9f;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}
html.theme-default .sidebar .sidebar-products .product .product-price,
html.theme-default .sidebar .sidebar-ratings .rating .product-price,
html.theme-default .sidebar .sidebar-products .product .product-price a,
html.theme-default .sidebar .sidebar-ratings .rating .product-price a {
  color: #393939;
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
  text-decoration: none;
}
html.theme-default .sidebar .sidebar-ratings .rating {
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #acacac;
}
html.theme-default .sidebar .sidebar-ratings .rating .rating-title,
html.theme-default .sidebar .sidebar-ratings .rating .rating-title a {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
html.theme-default .sidebar .sidebar-ratings .rating .rating-link,
html.theme-default .sidebar .sidebar-ratings .rating .rating-link a {
  color: #393939;
  font-size: 10px;
  font-weight: normal;
  padding-top: 5px;
  text-decoration: none;
}
html.theme-default .sidebar .sidebar-content {
  margin: 0 5px 0 5px;
  padding: 10px 5px 10px 5px;
  float: none;
  clear: both;
  min-height: 50px;
}
html.theme-default .sidebar .sidebar-content #slider-range {
  width: 100%;
}
html.theme-default .sidebar .sidebar-content .slider-row {
  margin-top: 5px;
  margin-bottom: 5px;
}
html.theme-default .sidebar .checkbox,
html.theme-default .sidebar .radio {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
  padding-bottom: 0;
}
html.theme-default .sidebar .checkbox input,
html.theme-default .sidebar .radio input {
  padding-top: 0;
  margin: 2px 5px 0 -20px;
}
html.theme-default .brands {
  color: #bfbfbf;
  font-size: 10px;
}
html.theme-default .brands .brand-image {
  display: inline-block;
  width: 65px;
  padding: 2px;
  text-align: center;
  height: 15px;
}
html.theme-default .brands .brand-image img {
  max-height: 15px;
}
html.theme-default .brand.brand-title {
  font-size: 25px;
  line-height: 25px;
  padding: 5px;
  color: gray;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
html.theme-default .brand.brand-title:hover {
  font-weight: bold;
}
html.theme-default .topseller {
  padding-top: 10px;
}
html.theme-default .topseller .topseller-header {
  background-color: #10b1e8;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 2px;
  color: #ffffff;
  padding-left: 5px;
  height: 33px;
}
html.theme-default .topseller .topseller-header h2 {
  font-size: 13px;
  line-height: 33px;
}
html.theme-default .topseller .product.product-square:nth-child(4n+4) {
  margin-right: 7px;
}
html.theme-default .topseller .product.product-square:nth-child(3n+3) {
  margin-right: 0;
}
html.theme-default .product.product-square.product-withproductdata {
  height: 230px !important;
}
html.theme-default .carousel-inner > .item > img {
  margin-left: auto;
  margin-right: auto;
}
html.theme-default .carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 40px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
}
html.theme-default .carousel-caption {
  padding-top: 25px;
  padding-left: 18px;
  padding-bottom: 15px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}
html.theme-default .carousel-caption .infotext {
  display: inline-block;
  width: 380px;
}
html.theme-default .carousel-caption .infotext a,
html.theme-default .carousel-caption .infotext a:hover {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
}
html.theme-default .carousel-caption .infolink {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}
html.theme-default .carousel-caption .infolink .btn {
  width: 124px;
  font-size: 13px;
  font-weight: bold;
  margin-top: -5px;
}
html.theme-default .home-image {
  background-image: url('../img/image-home.jpg');
  height: 340px;
  width: 100%;
  background-repeat: no-repeat;
}
html.theme-default .home-image .home-title-block {
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3);
}
html.theme-default .home-image .home-title {
  height: 0;
  border-bottom: 40px solid #ffffff;
  border-right: 10px solid transparent;
  display: inline-block;
  width: 200px;
  margin-top: 20px;
}
html.theme-default .home-image .home-title h2 {
  display: inline;
}
html.theme-default .pager-row {
  border: 1px solid #b4b4b4;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
}
html.theme-default .pager-row .pager-row-left {
  font-size: 13px;
}
html.theme-default .pager-row .pager-row-left a {
  min-width: 25px;
  display: inline-block;
  text-align: center;
  border: none;
  background-color: #e8e8e8;
  color: #929292;
  text-decoration: none;
}
html.theme-default .pager-row .pager-row-left a.active {
  border: 1px solid #b4b4b4;
  background-color: #ffffff;
  color: #4f4f4f;
  text-decoration: none;
}
html.theme-default .pager-row .pager-row-left a.prev,
html.theme-default .pager-row .pager-row-left a.next {
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 5px;
  border: none;
  background-color: #ffffff;
  color: #929292;
  text-decoration: underline;
}
html.theme-default .pager-row .pager-row-right {
  text-align: right;
  float: right;
}
html.theme-default .pager-row .pager-row-right a {
  border: none;
  background-color: #ffffff;
  color: #929292;
  text-decoration: underline;
}
html.theme-default .footer-row {
  background-color: #3f3f3f;
  color: #aeabab;
}
html.theme-default .footer-row a {
  color: #aeabab;
  text-decoration: none;
}
html.theme-default .footer-row .row1 {
  padding: 5px;
}
html.theme-default .footer-row .row2 {
  background-color: #5c5c5c;
  color: #ffffff;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 9px solid #3f3f3f;
}
html.theme-default .footer-row .row2 a {
  color: #ffffff;
  text-decoration: none;
}
html.theme-default .footer-row .row2 .span2 {
  margin-left: 10px;
  width: 141px;
}
html.theme-default .arrow_down {
  background-image: url('../img/arrow-down.png');
  background-repeat: no-repeat;
  width: 13px;
  height: 10px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
html.theme-default .follow_facebook {
  background-image: url('../img/icon-f.png');
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  display: inline-block;
  margin-left: 8px;
}
html.theme-default .search_icon {
  background-image: url('../img/icon-search.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  margin-left: 8px;
}
html.theme-default .home_icon {
  background-image: url('../img/icon-home.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  margin-left: 8px;
}
html.theme-default .icon-orientation-square {
  background-image: url('../img/icon-orientation-square.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 8px;
}
html.theme-default .icon-orientation-square.active {
  background-image: url('../img/icon-orientation-square-active.png');
}
html.theme-default .icon-orientation-list {
  background-image: url('../img/icon-orientation-list.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 8px;
}
html.theme-default .icon-orientation-list.active {
  background-image: url('../img/icon-orientation-list-active.png');
}
html.theme-default .icon-refresh {
  background-image: url('../img/icon-refresh.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 12px;
  height: 15px;
  display: inline-block;
}
html.theme-default html.ie7 .imgsquare .price,
html.theme-default html.ie8 .imgsquare .price,
html.theme-default html.ie9 .imgsquare .price {
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.Chroma(color='white') progid:DXImageTransform.Microsoft.Alpha(opacity=100) progid:DXImageTransform.Microsoft.dropshadow(color=#ffffff, offX=1, offY=1) progid:DXImageTransform.Microsoft.dropshadow(color=#ffffff, offX=-1, offY=1) progid:DXImageTransform.Microsoft.dropshadow(color=#ffffff, offX=1, offY=-1) progid:DXImageTransform.Microsoft.dropshadow(color=#ffffff, offX=-1, offY=-1);
  zoom: 1;
}
html.theme-default .no-minheight .span3,
html.theme-default .no-minheight .span9,
html.theme-default .no-minheight > div {
  min-height: 0;
}
html.theme-default .tabbable.with-border .nav-tabs {
  margin-bottom: 0;
}
html.theme-default .tabbable.with-border .tab-content {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
html.theme-default .ui-widget-header {
  background-image: -webkit-linear-gradient(top, #51caf3 0%, #10b1e8 100%) !important;
  background-image: -o-linear-gradient(top, #51caf3 0%, #10b1e8 100%) !important;
  background-image: linear-gradient(to bottom, #51caf3 0%, #10b1e8 100%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51caf3', endColorstr='#ff10b1e8', GradientType=0) !important;
}
html.theme-default .admin footer {
  background-color: #ffffff;
}
html.theme-default .admin #addproduct select,
html.theme-default .admin #addproduct input,
html.theme-default .admin #addproduct textarea {
  width: 500px;
}
html.theme-default .admin #addproduct .modal-body {
  max-height: 700px;
}
html.theme-default th.numeric,
html.theme-default td.numeric {
  text-align: right;
}
html.theme-default th.centered,
html.theme-default td.centered {
  text-align: center;
}
html.theme-default .product.product-view.product-square {
  cursor: pointer;
}
html.theme-default .btn-primary {
  /*    #gradient > .vertical (@actionColorLighten, @actionColor, 0%, 100%);
      border-color: @actionColorLighten;*/
  /*
    #gradient > .vertical-three-colors(@actionColor;@actionColorDarken;50%;@actionColorLighten);
  */
  /*    font-weight: bold;
      font-size:14px;
      color: #ffffff !important;*/
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff4500), color-stop(1, #ff4500));
  background: -moz-linear-gradient(center top, #ff4500 5%, #cd3700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4500', endColorstr='#CD3700');
  background-color: #FF4500;
  -moz-border-radius: 5px;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  color: #ffffff;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 6px 6px 6px;
  text-decoration: none;
}
html.theme-default .btn-primary:hover,
html.theme-default .btn-primary:active {
  /*    background-color: @actionColorLighten;
      border-color: @actionColorLighten;*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0000ff), color-stop(1, #00008b));
  background: -moz-linear-gradient(center top, #0000ff 5%, #00008b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000FF', endColorstr='#00008B');
  background-color: #0000FF;
}
html.theme-default .btn-refresh,
html.theme-default .btn.btn-refresh {
  background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #cfcfcf 100%);
  background-image: -o-linear-gradient(top, #e6e6e6 0%, #cfcfcf 100%);
  background-image: linear-gradient(to bottom, #e6e6e6 0%, #cfcfcf 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffcfcfcf', GradientType=0);
  color: #000000;
  border: 1px solid #a5a5a5;
  font-size: 12px;
  width: auto;
  padding: 5px;
}
html.theme-default .sm_ads .sm_ads_ad {
  font-size: 12px;
  padding: 5px 0 0 0;
}
html.theme-default .sm_ads .sm_ad {
  /*        border: 1px solid #dddbdb;*/
  padding: 0 0 5px 0;
}
html.theme-default .sm_ads .sm_ad .ad_title,
html.theme-default .sm_ads .sm_ad .ad_title a {
  font-size: 12px;
  color: #4f4f4f;
  font-weight: bold;
}
html.theme-default .sm_ads .sm_ad .ad_desc,
html.theme-default .sm_ads .sm_ad .ad_desc a {
  color: #929292;
  font-size: 11px;
}

html.theme-responsive {
  /*!
 * MopaBootstrapBundle
 *
 * Copyright 2011 Mohrenweiser & Partner
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Import this file in your less files as first to be abled to access less vars from your file
 * OR
 * Add it to the stylesheets of assetic or
 * Add it as described on http://www.lesscss.org with the less.js (maybe pathes must be adapted in that case)
 *
 * Be careful when using less this way, might be most straight forward, but assetic doesnt check the included files
 * for changes, and will only regenerate the css if it detects changes in this file!
 *
 * For development it might be easier to include all you less files in the layout directly
 * But then assetic will compile each less file in a own compiler session so you cant mix in the less style into bootstrap, which might not be OK
 */
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*!
 * MopaBootstrapBundle pagination support
 */
  /*
 * moving subnavigation bar snapping to top on scroll
 * http://stackoverflow.com/questions/9179708/replicating-bootstraps-main-nav-and-subnav
 * http://stackoverflow.com/questions/10318163/subnav-bar-collapsed-with-twitter-bootstrap
 * http://twitter.github.com/bootstrap/assets/css/docs.css
 */
  /* Subnav */
  /* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
  /* Make tables spaced out a bit more */
  /* LARGE DESKTOP SCREENS */
  /**
 * To support subnavbars we add a section padding top, 
 * so if you use inpage anchors wrap them in sections to have correct scrolling padding-top
 */
  /*!
 * MopaBootstrapBundle collection support
 */
  /**
* Some fixes for displaying google maps inside a page with bootstrap
*/
  /* optimization for smartphones */
  /* custom classes based on type */
  /* ads */
}
html.theme-responsive html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html.theme-responsive body {
  margin: 0;
}
html.theme-responsive article,
html.theme-responsive aside,
html.theme-responsive details,
html.theme-responsive figcaption,
html.theme-responsive figure,
html.theme-responsive footer,
html.theme-responsive header,
html.theme-responsive hgroup,
html.theme-responsive main,
html.theme-responsive menu,
html.theme-responsive nav,
html.theme-responsive section,
html.theme-responsive summary {
  display: block;
}
html.theme-responsive audio,
html.theme-responsive canvas,
html.theme-responsive progress,
html.theme-responsive video {
  display: inline-block;
  vertical-align: baseline;
}
html.theme-responsive audio:not([controls]) {
  display: none;
  height: 0;
}
html.theme-responsive [hidden],
html.theme-responsive template {
  display: none;
}
html.theme-responsive a {
  background-color: transparent;
}
html.theme-responsive a:active,
html.theme-responsive a:hover {
  outline: 0;
}
html.theme-responsive abbr[title] {
  border-bottom: 1px dotted;
}
html.theme-responsive b,
html.theme-responsive strong {
  font-weight: bold;
}
html.theme-responsive dfn {
  font-style: italic;
}
html.theme-responsive h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
html.theme-responsive mark {
  background: #ff0;
  color: #000;
}
html.theme-responsive small {
  font-size: 80%;
}
html.theme-responsive sub,
html.theme-responsive sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
html.theme-responsive sup {
  top: -0.5em;
}
html.theme-responsive sub {
  bottom: -0.25em;
}
html.theme-responsive img {
  border: 0;
}
html.theme-responsive svg:not(:root) {
  overflow: hidden;
}
html.theme-responsive figure {
  margin: 1em 40px;
}
html.theme-responsive hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
html.theme-responsive pre {
  overflow: auto;
}
html.theme-responsive code,
html.theme-responsive kbd,
html.theme-responsive pre,
html.theme-responsive samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
html.theme-responsive button,
html.theme-responsive input,
html.theme-responsive optgroup,
html.theme-responsive select,
html.theme-responsive textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
html.theme-responsive button {
  overflow: visible;
}
html.theme-responsive button,
html.theme-responsive select {
  text-transform: none;
}
html.theme-responsive button,
html.theme-responsive html input[type="button"],
html.theme-responsive input[type="reset"],
html.theme-responsive input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
html.theme-responsive button[disabled],
html.theme-responsive html input[disabled] {
  cursor: default;
}
html.theme-responsive button::-moz-focus-inner,
html.theme-responsive input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html.theme-responsive input {
  line-height: normal;
}
html.theme-responsive input[type="checkbox"],
html.theme-responsive input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
html.theme-responsive input[type="number"]::-webkit-inner-spin-button,
html.theme-responsive input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
html.theme-responsive input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
html.theme-responsive input[type="search"]::-webkit-search-cancel-button,
html.theme-responsive input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html.theme-responsive fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
html.theme-responsive legend {
  border: 0;
  padding: 0;
}
html.theme-responsive textarea {
  overflow: auto;
}
html.theme-responsive optgroup {
  font-weight: bold;
}
html.theme-responsive table {
  border-collapse: collapse;
  border-spacing: 0;
}
html.theme-responsive td,
html.theme-responsive th {
  padding: 0;
}
@media print {
  html.theme-responsive *,
  html.theme-responsive *:before,
  html.theme-responsive *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  html.theme-responsive a,
  html.theme-responsive a:visited {
    text-decoration: underline;
  }
  html.theme-responsive a[href]:after {
    content: " (" attr(href) ")";
  }
  html.theme-responsive abbr[title]:after {
    content: " (" attr(title) ")";
  }
  html.theme-responsive a[href^="#"]:after,
  html.theme-responsive a[href^="javascript:"]:after {
    content: "";
  }
  html.theme-responsive pre,
  html.theme-responsive blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  html.theme-responsive thead {
    display: table-header-group;
  }
  html.theme-responsive tr,
  html.theme-responsive img {
    page-break-inside: avoid;
  }
  html.theme-responsive img {
    max-width: 100% !important;
  }
  html.theme-responsive p,
  html.theme-responsive h2,
  html.theme-responsive h3 {
    orphans: 3;
    widows: 3;
  }
  html.theme-responsive h2,
  html.theme-responsive h3 {
    page-break-after: avoid;
  }
  html.theme-responsive select {
    background: #fff !important;
  }
  html.theme-responsive .navbar {
    display: none;
  }
  html.theme-responsive .btn > .caret,
  html.theme-responsive .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  html.theme-responsive .label {
    border: 1px solid #000;
  }
  html.theme-responsive .table {
    border-collapse: collapse !important;
  }
  html.theme-responsive .table td,
  html.theme-responsive .table th {
    background-color: #fff !important;
  }
  html.theme-responsive .table-bordered th,
  html.theme-responsive .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../../../vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../../../../vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../../vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../../vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../../vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../../vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/Resources/public/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
html.theme-responsive .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.theme-responsive .glyphicon-asterisk:before {
  content: "\2a";
}
html.theme-responsive .glyphicon-plus:before {
  content: "\2b";
}
html.theme-responsive .glyphicon-euro:before,
html.theme-responsive .glyphicon-eur:before {
  content: "\20ac";
}
html.theme-responsive .glyphicon-minus:before {
  content: "\2212";
}
html.theme-responsive .glyphicon-cloud:before {
  content: "\2601";
}
html.theme-responsive .glyphicon-envelope:before {
  content: "\2709";
}
html.theme-responsive .glyphicon-pencil:before {
  content: "\270f";
}
html.theme-responsive .glyphicon-glass:before {
  content: "\e001";
}
html.theme-responsive .glyphicon-music:before {
  content: "\e002";
}
html.theme-responsive .glyphicon-search:before {
  content: "\e003";
}
html.theme-responsive .glyphicon-heart:before {
  content: "\e005";
}
html.theme-responsive .glyphicon-star:before {
  content: "\e006";
}
html.theme-responsive .glyphicon-star-empty:before {
  content: "\e007";
}
html.theme-responsive .glyphicon-user:before {
  content: "\e008";
}
html.theme-responsive .glyphicon-film:before {
  content: "\e009";
}
html.theme-responsive .glyphicon-th-large:before {
  content: "\e010";
}
html.theme-responsive .glyphicon-th:before {
  content: "\e011";
}
html.theme-responsive .glyphicon-th-list:before {
  content: "\e012";
}
html.theme-responsive .glyphicon-ok:before {
  content: "\e013";
}
html.theme-responsive .glyphicon-remove:before {
  content: "\e014";
}
html.theme-responsive .glyphicon-zoom-in:before {
  content: "\e015";
}
html.theme-responsive .glyphicon-zoom-out:before {
  content: "\e016";
}
html.theme-responsive .glyphicon-off:before {
  content: "\e017";
}
html.theme-responsive .glyphicon-signal:before {
  content: "\e018";
}
html.theme-responsive .glyphicon-cog:before {
  content: "\e019";
}
html.theme-responsive .glyphicon-trash:before {
  content: "\e020";
}
html.theme-responsive .glyphicon-home:before {
  content: "\e021";
}
html.theme-responsive .glyphicon-file:before {
  content: "\e022";
}
html.theme-responsive .glyphicon-time:before {
  content: "\e023";
}
html.theme-responsive .glyphicon-road:before {
  content: "\e024";
}
html.theme-responsive .glyphicon-download-alt:before {
  content: "\e025";
}
html.theme-responsive .glyphicon-download:before {
  content: "\e026";
}
html.theme-responsive .glyphicon-upload:before {
  content: "\e027";
}
html.theme-responsive .glyphicon-inbox:before {
  content: "\e028";
}
html.theme-responsive .glyphicon-play-circle:before {
  content: "\e029";
}
html.theme-responsive .glyphicon-repeat:before {
  content: "\e030";
}
html.theme-responsive .glyphicon-refresh:before {
  content: "\e031";
}
html.theme-responsive .glyphicon-list-alt:before {
  content: "\e032";
}
html.theme-responsive .glyphicon-lock:before {
  content: "\e033";
}
html.theme-responsive .glyphicon-flag:before {
  content: "\e034";
}
html.theme-responsive .glyphicon-headphones:before {
  content: "\e035";
}
html.theme-responsive .glyphicon-volume-off:before {
  content: "\e036";
}
html.theme-responsive .glyphicon-volume-down:before {
  content: "\e037";
}
html.theme-responsive .glyphicon-volume-up:before {
  content: "\e038";
}
html.theme-responsive .glyphicon-qrcode:before {
  content: "\e039";
}
html.theme-responsive .glyphicon-barcode:before {
  content: "\e040";
}
html.theme-responsive .glyphicon-tag:before {
  content: "\e041";
}
html.theme-responsive .glyphicon-tags:before {
  content: "\e042";
}
html.theme-responsive .glyphicon-book:before {
  content: "\e043";
}
html.theme-responsive .glyphicon-bookmark:before {
  content: "\e044";
}
html.theme-responsive .glyphicon-print:before {
  content: "\e045";
}
html.theme-responsive .glyphicon-camera:before {
  content: "\e046";
}
html.theme-responsive .glyphicon-font:before {
  content: "\e047";
}
html.theme-responsive .glyphicon-bold:before {
  content: "\e048";
}
html.theme-responsive .glyphicon-italic:before {
  content: "\e049";
}
html.theme-responsive .glyphicon-text-height:before {
  content: "\e050";
}
html.theme-responsive .glyphicon-text-width:before {
  content: "\e051";
}
html.theme-responsive .glyphicon-align-left:before {
  content: "\e052";
}
html.theme-responsive .glyphicon-align-center:before {
  content: "\e053";
}
html.theme-responsive .glyphicon-align-right:before {
  content: "\e054";
}
html.theme-responsive .glyphicon-align-justify:before {
  content: "\e055";
}
html.theme-responsive .glyphicon-list:before {
  content: "\e056";
}
html.theme-responsive .glyphicon-indent-left:before {
  content: "\e057";
}
html.theme-responsive .glyphicon-indent-right:before {
  content: "\e058";
}
html.theme-responsive .glyphicon-facetime-video:before {
  content: "\e059";
}
html.theme-responsive .glyphicon-picture:before {
  content: "\e060";
}
html.theme-responsive .glyphicon-map-marker:before {
  content: "\e062";
}
html.theme-responsive .glyphicon-adjust:before {
  content: "\e063";
}
html.theme-responsive .glyphicon-tint:before {
  content: "\e064";
}
html.theme-responsive .glyphicon-edit:before {
  content: "\e065";
}
html.theme-responsive .glyphicon-share:before {
  content: "\e066";
}
html.theme-responsive .glyphicon-check:before {
  content: "\e067";
}
html.theme-responsive .glyphicon-move:before {
  content: "\e068";
}
html.theme-responsive .glyphicon-step-backward:before {
  content: "\e069";
}
html.theme-responsive .glyphicon-fast-backward:before {
  content: "\e070";
}
html.theme-responsive .glyphicon-backward:before {
  content: "\e071";
}
html.theme-responsive .glyphicon-play:before {
  content: "\e072";
}
html.theme-responsive .glyphicon-pause:before {
  content: "\e073";
}
html.theme-responsive .glyphicon-stop:before {
  content: "\e074";
}
html.theme-responsive .glyphicon-forward:before {
  content: "\e075";
}
html.theme-responsive .glyphicon-fast-forward:before {
  content: "\e076";
}
html.theme-responsive .glyphicon-step-forward:before {
  content: "\e077";
}
html.theme-responsive .glyphicon-eject:before {
  content: "\e078";
}
html.theme-responsive .glyphicon-chevron-left:before {
  content: "\e079";
}
html.theme-responsive .glyphicon-chevron-right:before {
  content: "\e080";
}
html.theme-responsive .glyphicon-plus-sign:before {
  content: "\e081";
}
html.theme-responsive .glyphicon-minus-sign:before {
  content: "\e082";
}
html.theme-responsive .glyphicon-remove-sign:before {
  content: "\e083";
}
html.theme-responsive .glyphicon-ok-sign:before {
  content: "\e084";
}
html.theme-responsive .glyphicon-question-sign:before {
  content: "\e085";
}
html.theme-responsive .glyphicon-info-sign:before {
  content: "\e086";
}
html.theme-responsive .glyphicon-screenshot:before {
  content: "\e087";
}
html.theme-responsive .glyphicon-remove-circle:before {
  content: "\e088";
}
html.theme-responsive .glyphicon-ok-circle:before {
  content: "\e089";
}
html.theme-responsive .glyphicon-ban-circle:before {
  content: "\e090";
}
html.theme-responsive .glyphicon-arrow-left:before {
  content: "\e091";
}
html.theme-responsive .glyphicon-arrow-right:before {
  content: "\e092";
}
html.theme-responsive .glyphicon-arrow-up:before {
  content: "\e093";
}
html.theme-responsive .glyphicon-arrow-down:before {
  content: "\e094";
}
html.theme-responsive .glyphicon-share-alt:before {
  content: "\e095";
}
html.theme-responsive .glyphicon-resize-full:before {
  content: "\e096";
}
html.theme-responsive .glyphicon-resize-small:before {
  content: "\e097";
}
html.theme-responsive .glyphicon-exclamation-sign:before {
  content: "\e101";
}
html.theme-responsive .glyphicon-gift:before {
  content: "\e102";
}
html.theme-responsive .glyphicon-leaf:before {
  content: "\e103";
}
html.theme-responsive .glyphicon-fire:before {
  content: "\e104";
}
html.theme-responsive .glyphicon-eye-open:before {
  content: "\e105";
}
html.theme-responsive .glyphicon-eye-close:before {
  content: "\e106";
}
html.theme-responsive .glyphicon-warning-sign:before {
  content: "\e107";
}
html.theme-responsive .glyphicon-plane:before {
  content: "\e108";
}
html.theme-responsive .glyphicon-calendar:before {
  content: "\e109";
}
html.theme-responsive .glyphicon-random:before {
  content: "\e110";
}
html.theme-responsive .glyphicon-comment:before {
  content: "\e111";
}
html.theme-responsive .glyphicon-magnet:before {
  content: "\e112";
}
html.theme-responsive .glyphicon-chevron-up:before {
  content: "\e113";
}
html.theme-responsive .glyphicon-chevron-down:before {
  content: "\e114";
}
html.theme-responsive .glyphicon-retweet:before {
  content: "\e115";
}
html.theme-responsive .glyphicon-shopping-cart:before {
  content: "\e116";
}
html.theme-responsive .glyphicon-folder-close:before {
  content: "\e117";
}
html.theme-responsive .glyphicon-folder-open:before {
  content: "\e118";
}
html.theme-responsive .glyphicon-resize-vertical:before {
  content: "\e119";
}
html.theme-responsive .glyphicon-resize-horizontal:before {
  content: "\e120";
}
html.theme-responsive .glyphicon-hdd:before {
  content: "\e121";
}
html.theme-responsive .glyphicon-bullhorn:before {
  content: "\e122";
}
html.theme-responsive .glyphicon-bell:before {
  content: "\e123";
}
html.theme-responsive .glyphicon-certificate:before {
  content: "\e124";
}
html.theme-responsive .glyphicon-thumbs-up:before {
  content: "\e125";
}
html.theme-responsive .glyphicon-thumbs-down:before {
  content: "\e126";
}
html.theme-responsive .glyphicon-hand-right:before {
  content: "\e127";
}
html.theme-responsive .glyphicon-hand-left:before {
  content: "\e128";
}
html.theme-responsive .glyphicon-hand-up:before {
  content: "\e129";
}
html.theme-responsive .glyphicon-hand-down:before {
  content: "\e130";
}
html.theme-responsive .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
html.theme-responsive .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
html.theme-responsive .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
html.theme-responsive .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
html.theme-responsive .glyphicon-globe:before {
  content: "\e135";
}
html.theme-responsive .glyphicon-wrench:before {
  content: "\e136";
}
html.theme-responsive .glyphicon-tasks:before {
  content: "\e137";
}
html.theme-responsive .glyphicon-filter:before {
  content: "\e138";
}
html.theme-responsive .glyphicon-briefcase:before {
  content: "\e139";
}
html.theme-responsive .glyphicon-fullscreen:before {
  content: "\e140";
}
html.theme-responsive .glyphicon-dashboard:before {
  content: "\e141";
}
html.theme-responsive .glyphicon-paperclip:before {
  content: "\e142";
}
html.theme-responsive .glyphicon-heart-empty:before {
  content: "\e143";
}
html.theme-responsive .glyphicon-link:before {
  content: "\e144";
}
html.theme-responsive .glyphicon-phone:before {
  content: "\e145";
}
html.theme-responsive .glyphicon-pushpin:before {
  content: "\e146";
}
html.theme-responsive .glyphicon-usd:before {
  content: "\e148";
}
html.theme-responsive .glyphicon-gbp:before {
  content: "\e149";
}
html.theme-responsive .glyphicon-sort:before {
  content: "\e150";
}
html.theme-responsive .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
html.theme-responsive .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
html.theme-responsive .glyphicon-sort-by-order:before {
  content: "\e153";
}
html.theme-responsive .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
html.theme-responsive .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
html.theme-responsive .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
html.theme-responsive .glyphicon-unchecked:before {
  content: "\e157";
}
html.theme-responsive .glyphicon-expand:before {
  content: "\e158";
}
html.theme-responsive .glyphicon-collapse-down:before {
  content: "\e159";
}
html.theme-responsive .glyphicon-collapse-up:before {
  content: "\e160";
}
html.theme-responsive .glyphicon-log-in:before {
  content: "\e161";
}
html.theme-responsive .glyphicon-flash:before {
  content: "\e162";
}
html.theme-responsive .glyphicon-log-out:before {
  content: "\e163";
}
html.theme-responsive .glyphicon-new-window:before {
  content: "\e164";
}
html.theme-responsive .glyphicon-record:before {
  content: "\e165";
}
html.theme-responsive .glyphicon-save:before {
  content: "\e166";
}
html.theme-responsive .glyphicon-open:before {
  content: "\e167";
}
html.theme-responsive .glyphicon-saved:before {
  content: "\e168";
}
html.theme-responsive .glyphicon-import:before {
  content: "\e169";
}
html.theme-responsive .glyphicon-export:before {
  content: "\e170";
}
html.theme-responsive .glyphicon-send:before {
  content: "\e171";
}
html.theme-responsive .glyphicon-floppy-disk:before {
  content: "\e172";
}
html.theme-responsive .glyphicon-floppy-saved:before {
  content: "\e173";
}
html.theme-responsive .glyphicon-floppy-remove:before {
  content: "\e174";
}
html.theme-responsive .glyphicon-floppy-save:before {
  content: "\e175";
}
html.theme-responsive .glyphicon-floppy-open:before {
  content: "\e176";
}
html.theme-responsive .glyphicon-credit-card:before {
  content: "\e177";
}
html.theme-responsive .glyphicon-transfer:before {
  content: "\e178";
}
html.theme-responsive .glyphicon-cutlery:before {
  content: "\e179";
}
html.theme-responsive .glyphicon-header:before {
  content: "\e180";
}
html.theme-responsive .glyphicon-compressed:before {
  content: "\e181";
}
html.theme-responsive .glyphicon-earphone:before {
  content: "\e182";
}
html.theme-responsive .glyphicon-phone-alt:before {
  content: "\e183";
}
html.theme-responsive .glyphicon-tower:before {
  content: "\e184";
}
html.theme-responsive .glyphicon-stats:before {
  content: "\e185";
}
html.theme-responsive .glyphicon-sd-video:before {
  content: "\e186";
}
html.theme-responsive .glyphicon-hd-video:before {
  content: "\e187";
}
html.theme-responsive .glyphicon-subtitles:before {
  content: "\e188";
}
html.theme-responsive .glyphicon-sound-stereo:before {
  content: "\e189";
}
html.theme-responsive .glyphicon-sound-dolby:before {
  content: "\e190";
}
html.theme-responsive .glyphicon-sound-5-1:before {
  content: "\e191";
}
html.theme-responsive .glyphicon-sound-6-1:before {
  content: "\e192";
}
html.theme-responsive .glyphicon-sound-7-1:before {
  content: "\e193";
}
html.theme-responsive .glyphicon-copyright-mark:before {
  content: "\e194";
}
html.theme-responsive .glyphicon-registration-mark:before {
  content: "\e195";
}
html.theme-responsive .glyphicon-cloud-download:before {
  content: "\e197";
}
html.theme-responsive .glyphicon-cloud-upload:before {
  content: "\e198";
}
html.theme-responsive .glyphicon-tree-conifer:before {
  content: "\e199";
}
html.theme-responsive .glyphicon-tree-deciduous:before {
  content: "\e200";
}
html.theme-responsive .glyphicon-cd:before {
  content: "\e201";
}
html.theme-responsive .glyphicon-save-file:before {
  content: "\e202";
}
html.theme-responsive .glyphicon-open-file:before {
  content: "\e203";
}
html.theme-responsive .glyphicon-level-up:before {
  content: "\e204";
}
html.theme-responsive .glyphicon-copy:before {
  content: "\e205";
}
html.theme-responsive .glyphicon-paste:before {
  content: "\e206";
}
html.theme-responsive .glyphicon-alert:before {
  content: "\e209";
}
html.theme-responsive .glyphicon-equalizer:before {
  content: "\e210";
}
html.theme-responsive .glyphicon-king:before {
  content: "\e211";
}
html.theme-responsive .glyphicon-queen:before {
  content: "\e212";
}
html.theme-responsive .glyphicon-pawn:before {
  content: "\e213";
}
html.theme-responsive .glyphicon-bishop:before {
  content: "\e214";
}
html.theme-responsive .glyphicon-knight:before {
  content: "\e215";
}
html.theme-responsive .glyphicon-baby-formula:before {
  content: "\e216";
}
html.theme-responsive .glyphicon-tent:before {
  content: "\26fa";
}
html.theme-responsive .glyphicon-blackboard:before {
  content: "\e218";
}
html.theme-responsive .glyphicon-bed:before {
  content: "\e219";
}
html.theme-responsive .glyphicon-apple:before {
  content: "\f8ff";
}
html.theme-responsive .glyphicon-erase:before {
  content: "\e221";
}
html.theme-responsive .glyphicon-hourglass:before {
  content: "\231b";
}
html.theme-responsive .glyphicon-lamp:before {
  content: "\e223";
}
html.theme-responsive .glyphicon-duplicate:before {
  content: "\e224";
}
html.theme-responsive .glyphicon-piggy-bank:before {
  content: "\e225";
}
html.theme-responsive .glyphicon-scissors:before {
  content: "\e226";
}
html.theme-responsive .glyphicon-bitcoin:before {
  content: "\e227";
}
html.theme-responsive .glyphicon-btc:before {
  content: "\e227";
}
html.theme-responsive .glyphicon-xbt:before {
  content: "\e227";
}
html.theme-responsive .glyphicon-yen:before {
  content: "\00a5";
}
html.theme-responsive .glyphicon-jpy:before {
  content: "\00a5";
}
html.theme-responsive .glyphicon-ruble:before {
  content: "\20bd";
}
html.theme-responsive .glyphicon-rub:before {
  content: "\20bd";
}
html.theme-responsive .glyphicon-scale:before {
  content: "\e230";
}
html.theme-responsive .glyphicon-ice-lolly:before {
  content: "\e231";
}
html.theme-responsive .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
html.theme-responsive .glyphicon-education:before {
  content: "\e233";
}
html.theme-responsive .glyphicon-option-horizontal:before {
  content: "\e234";
}
html.theme-responsive .glyphicon-option-vertical:before {
  content: "\e235";
}
html.theme-responsive .glyphicon-menu-hamburger:before {
  content: "\e236";
}
html.theme-responsive .glyphicon-modal-window:before {
  content: "\e237";
}
html.theme-responsive .glyphicon-oil:before {
  content: "\e238";
}
html.theme-responsive .glyphicon-grain:before {
  content: "\e239";
}
html.theme-responsive .glyphicon-sunglasses:before {
  content: "\e240";
}
html.theme-responsive .glyphicon-text-size:before {
  content: "\e241";
}
html.theme-responsive .glyphicon-text-color:before {
  content: "\e242";
}
html.theme-responsive .glyphicon-text-background:before {
  content: "\e243";
}
html.theme-responsive .glyphicon-object-align-top:before {
  content: "\e244";
}
html.theme-responsive .glyphicon-object-align-bottom:before {
  content: "\e245";
}
html.theme-responsive .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
html.theme-responsive .glyphicon-object-align-left:before {
  content: "\e247";
}
html.theme-responsive .glyphicon-object-align-vertical:before {
  content: "\e248";
}
html.theme-responsive .glyphicon-object-align-right:before {
  content: "\e249";
}
html.theme-responsive .glyphicon-triangle-right:before {
  content: "\e250";
}
html.theme-responsive .glyphicon-triangle-left:before {
  content: "\e251";
}
html.theme-responsive .glyphicon-triangle-bottom:before {
  content: "\e252";
}
html.theme-responsive .glyphicon-triangle-top:before {
  content: "\e253";
}
html.theme-responsive .glyphicon-console:before {
  content: "\e254";
}
html.theme-responsive .glyphicon-superscript:before {
  content: "\e255";
}
html.theme-responsive .glyphicon-subscript:before {
  content: "\e256";
}
html.theme-responsive .glyphicon-menu-left:before {
  content: "\e257";
}
html.theme-responsive .glyphicon-menu-right:before {
  content: "\e258";
}
html.theme-responsive .glyphicon-menu-down:before {
  content: "\e259";
}
html.theme-responsive .glyphicon-menu-up:before {
  content: "\e260";
}
html.theme-responsive * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html.theme-responsive *:before,
html.theme-responsive *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html.theme-responsive html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.theme-responsive body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
html.theme-responsive input,
html.theme-responsive button,
html.theme-responsive select,
html.theme-responsive textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
html.theme-responsive a {
  color: #10b1e8;
  text-decoration: none;
}
html.theme-responsive a:hover,
html.theme-responsive a:focus {
  color: #0b7aa0;
  text-decoration: underline;
}
html.theme-responsive a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
html.theme-responsive figure {
  margin: 0;
}
html.theme-responsive img {
  vertical-align: middle;
}
html.theme-responsive .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
html.theme-responsive .img-rounded {
  border-radius: 6px;
}
html.theme-responsive .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
html.theme-responsive .img-circle {
  border-radius: 50%;
}
html.theme-responsive hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
html.theme-responsive .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
html.theme-responsive .sr-only-focusable:active,
html.theme-responsive .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
html.theme-responsive [role="button"] {
  cursor: pointer;
}
html.theme-responsive h1,
html.theme-responsive h2,
html.theme-responsive h3,
html.theme-responsive h4,
html.theme-responsive h5,
html.theme-responsive h6,
html.theme-responsive .h1,
html.theme-responsive .h2,
html.theme-responsive .h3,
html.theme-responsive .h4,
html.theme-responsive .h5,
html.theme-responsive .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
html.theme-responsive h1 small,
html.theme-responsive h2 small,
html.theme-responsive h3 small,
html.theme-responsive h4 small,
html.theme-responsive h5 small,
html.theme-responsive h6 small,
html.theme-responsive .h1 small,
html.theme-responsive .h2 small,
html.theme-responsive .h3 small,
html.theme-responsive .h4 small,
html.theme-responsive .h5 small,
html.theme-responsive .h6 small,
html.theme-responsive h1 .small,
html.theme-responsive h2 .small,
html.theme-responsive h3 .small,
html.theme-responsive h4 .small,
html.theme-responsive h5 .small,
html.theme-responsive h6 .small,
html.theme-responsive .h1 .small,
html.theme-responsive .h2 .small,
html.theme-responsive .h3 .small,
html.theme-responsive .h4 .small,
html.theme-responsive .h5 .small,
html.theme-responsive .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
html.theme-responsive h1,
html.theme-responsive .h1,
html.theme-responsive h2,
html.theme-responsive .h2,
html.theme-responsive h3,
html.theme-responsive .h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
html.theme-responsive h1 small,
html.theme-responsive .h1 small,
html.theme-responsive h2 small,
html.theme-responsive .h2 small,
html.theme-responsive h3 small,
html.theme-responsive .h3 small,
html.theme-responsive h1 .small,
html.theme-responsive .h1 .small,
html.theme-responsive h2 .small,
html.theme-responsive .h2 .small,
html.theme-responsive h3 .small,
html.theme-responsive .h3 .small {
  font-size: 65%;
}
html.theme-responsive h4,
html.theme-responsive .h4,
html.theme-responsive h5,
html.theme-responsive .h5,
html.theme-responsive h6,
html.theme-responsive .h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
html.theme-responsive h4 small,
html.theme-responsive .h4 small,
html.theme-responsive h5 small,
html.theme-responsive .h5 small,
html.theme-responsive h6 small,
html.theme-responsive .h6 small,
html.theme-responsive h4 .small,
html.theme-responsive .h4 .small,
html.theme-responsive h5 .small,
html.theme-responsive .h5 .small,
html.theme-responsive h6 .small,
html.theme-responsive .h6 .small {
  font-size: 75%;
}
html.theme-responsive h1,
html.theme-responsive .h1 {
  font-size: 31px;
}
html.theme-responsive h2,
html.theme-responsive .h2 {
  font-size: 25px;
}
html.theme-responsive h3,
html.theme-responsive .h3 {
  font-size: 21px;
}
html.theme-responsive h4,
html.theme-responsive .h4 {
  font-size: 15px;
}
html.theme-responsive h5,
html.theme-responsive .h5 {
  font-size: 12px;
}
html.theme-responsive h6,
html.theme-responsive .h6 {
  font-size: 11px;
}
html.theme-responsive p {
  margin: 0 0 8.5px;
}
html.theme-responsive .lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  html.theme-responsive .lead {
    font-size: 18px;
  }
}
html.theme-responsive small,
html.theme-responsive .small {
  font-size: 91%;
}
html.theme-responsive mark,
html.theme-responsive .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
html.theme-responsive .text-left {
  text-align: left;
}
html.theme-responsive .text-right {
  text-align: right;
}
html.theme-responsive .text-center {
  text-align: center;
}
html.theme-responsive .text-justify {
  text-align: justify;
}
html.theme-responsive .text-nowrap {
  white-space: nowrap;
}
html.theme-responsive .text-lowercase {
  text-transform: lowercase;
}
html.theme-responsive .text-uppercase {
  text-transform: uppercase;
}
html.theme-responsive .text-capitalize {
  text-transform: capitalize;
}
html.theme-responsive .text-muted {
  color: #777777;
}
html.theme-responsive .text-primary {
  color: #10b1e8;
}
ahtml.theme-responsive .text-primary:hover {
  color: #0d8db8;
}
html.theme-responsive .text-success {
  color: #3c763d;
}
ahtml.theme-responsive .text-success:hover {
  color: #2b542c;
}
html.theme-responsive .text-info {
  color: #31708f;
}
ahtml.theme-responsive .text-info:hover {
  color: #245269;
}
html.theme-responsive .text-warning {
  color: #8a6d3b;
}
ahtml.theme-responsive .text-warning:hover {
  color: #66512c;
}
html.theme-responsive .text-danger {
  color: #a94442;
}
ahtml.theme-responsive .text-danger:hover {
  color: #843534;
}
html.theme-responsive .bg-primary {
  color: #fff;
  background-color: #10b1e8;
}
ahtml.theme-responsive .bg-primary:hover {
  background-color: #0d8db8;
}
html.theme-responsive .bg-success {
  background-color: #dff0d8;
}
ahtml.theme-responsive .bg-success:hover {
  background-color: #c1e2b3;
}
html.theme-responsive .bg-info {
  background-color: #d9edf7;
}
ahtml.theme-responsive .bg-info:hover {
  background-color: #afd9ee;
}
html.theme-responsive .bg-warning {
  background-color: #fcf8e3;
}
ahtml.theme-responsive .bg-warning:hover {
  background-color: #f7ecb5;
}
html.theme-responsive .bg-danger {
  background-color: #f2dede;
}
ahtml.theme-responsive .bg-danger:hover {
  background-color: #e4b9b9;
}
html.theme-responsive .page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}
html.theme-responsive ul,
html.theme-responsive ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
html.theme-responsive ul ul,
html.theme-responsive ol ul,
html.theme-responsive ul ol,
html.theme-responsive ol ol {
  margin-bottom: 0;
}
html.theme-responsive .list-unstyled {
  padding-left: 0;
  list-style: none;
}
html.theme-responsive .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
html.theme-responsive .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
html.theme-responsive dl {
  margin-top: 0;
  margin-bottom: 17px;
}
html.theme-responsive dt,
html.theme-responsive dd {
  line-height: 1.42857143;
}
html.theme-responsive dt {
  font-weight: bold;
}
html.theme-responsive dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  html.theme-responsive .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  html.theme-responsive .dl-horizontal dd {
    margin-left: 180px;
  }
}
html.theme-responsive abbr[title],
html.theme-responsive abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
html.theme-responsive .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
html.theme-responsive blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
html.theme-responsive blockquote p:last-child,
html.theme-responsive blockquote ul:last-child,
html.theme-responsive blockquote ol:last-child {
  margin-bottom: 0;
}
html.theme-responsive blockquote footer,
html.theme-responsive blockquote small,
html.theme-responsive blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
html.theme-responsive blockquote footer:before,
html.theme-responsive blockquote small:before,
html.theme-responsive blockquote .small:before {
  content: '\2014 \00A0';
}
html.theme-responsive .blockquote-reverse,
html.theme-responsive blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
html.theme-responsive .blockquote-reverse footer:before,
html.theme-responsive blockquote.pull-right footer:before,
html.theme-responsive .blockquote-reverse small:before,
html.theme-responsive blockquote.pull-right small:before,
html.theme-responsive .blockquote-reverse .small:before,
html.theme-responsive blockquote.pull-right .small:before {
  content: '';
}
html.theme-responsive .blockquote-reverse footer:after,
html.theme-responsive blockquote.pull-right footer:after,
html.theme-responsive .blockquote-reverse small:after,
html.theme-responsive blockquote.pull-right small:after,
html.theme-responsive .blockquote-reverse .small:after,
html.theme-responsive blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
html.theme-responsive address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}
html.theme-responsive code,
html.theme-responsive kbd,
html.theme-responsive pre,
html.theme-responsive samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
html.theme-responsive code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
html.theme-responsive kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html.theme-responsive kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
html.theme-responsive pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
html.theme-responsive pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
html.theme-responsive .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
html.theme-responsive .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  html.theme-responsive .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  html.theme-responsive .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  html.theme-responsive .container {
    width: 1570px;
  }
}
html.theme-responsive .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
html.theme-responsive .row {
  margin-left: -15px;
  margin-right: -15px;
}
html.theme-responsive .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
html.theme-responsive .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
html.theme-responsive .col-xs-12 {
  width: 100%;
}
html.theme-responsive .col-xs-11 {
  width: 91.66666667%;
}
html.theme-responsive .col-xs-10 {
  width: 83.33333333%;
}
html.theme-responsive .col-xs-9 {
  width: 75%;
}
html.theme-responsive .col-xs-8 {
  width: 66.66666667%;
}
html.theme-responsive .col-xs-7 {
  width: 58.33333333%;
}
html.theme-responsive .col-xs-6 {
  width: 50%;
}
html.theme-responsive .col-xs-5 {
  width: 41.66666667%;
}
html.theme-responsive .col-xs-4 {
  width: 33.33333333%;
}
html.theme-responsive .col-xs-3 {
  width: 25%;
}
html.theme-responsive .col-xs-2 {
  width: 16.66666667%;
}
html.theme-responsive .col-xs-1 {
  width: 8.33333333%;
}
html.theme-responsive .col-xs-pull-12 {
  right: 100%;
}
html.theme-responsive .col-xs-pull-11 {
  right: 91.66666667%;
}
html.theme-responsive .col-xs-pull-10 {
  right: 83.33333333%;
}
html.theme-responsive .col-xs-pull-9 {
  right: 75%;
}
html.theme-responsive .col-xs-pull-8 {
  right: 66.66666667%;
}
html.theme-responsive .col-xs-pull-7 {
  right: 58.33333333%;
}
html.theme-responsive .col-xs-pull-6 {
  right: 50%;
}
html.theme-responsive .col-xs-pull-5 {
  right: 41.66666667%;
}
html.theme-responsive .col-xs-pull-4 {
  right: 33.33333333%;
}
html.theme-responsive .col-xs-pull-3 {
  right: 25%;
}
html.theme-responsive .col-xs-pull-2 {
  right: 16.66666667%;
}
html.theme-responsive .col-xs-pull-1 {
  right: 8.33333333%;
}
html.theme-responsive .col-xs-pull-0 {
  right: auto;
}
html.theme-responsive .col-xs-push-12 {
  left: 100%;
}
html.theme-responsive .col-xs-push-11 {
  left: 91.66666667%;
}
html.theme-responsive .col-xs-push-10 {
  left: 83.33333333%;
}
html.theme-responsive .col-xs-push-9 {
  left: 75%;
}
html.theme-responsive .col-xs-push-8 {
  left: 66.66666667%;
}
html.theme-responsive .col-xs-push-7 {
  left: 58.33333333%;
}
html.theme-responsive .col-xs-push-6 {
  left: 50%;
}
html.theme-responsive .col-xs-push-5 {
  left: 41.66666667%;
}
html.theme-responsive .col-xs-push-4 {
  left: 33.33333333%;
}
html.theme-responsive .col-xs-push-3 {
  left: 25%;
}
html.theme-responsive .col-xs-push-2 {
  left: 16.66666667%;
}
html.theme-responsive .col-xs-push-1 {
  left: 8.33333333%;
}
html.theme-responsive .col-xs-push-0 {
  left: auto;
}
html.theme-responsive .col-xs-offset-12 {
  margin-left: 100%;
}
html.theme-responsive .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
html.theme-responsive .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
html.theme-responsive .col-xs-offset-9 {
  margin-left: 75%;
}
html.theme-responsive .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
html.theme-responsive .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
html.theme-responsive .col-xs-offset-6 {
  margin-left: 50%;
}
html.theme-responsive .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
html.theme-responsive .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
html.theme-responsive .col-xs-offset-3 {
  margin-left: 25%;
}
html.theme-responsive .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
html.theme-responsive .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
html.theme-responsive .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  html.theme-responsive .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  html.theme-responsive .col-sm-12 {
    width: 100%;
  }
  html.theme-responsive .col-sm-11 {
    width: 91.66666667%;
  }
  html.theme-responsive .col-sm-10 {
    width: 83.33333333%;
  }
  html.theme-responsive .col-sm-9 {
    width: 75%;
  }
  html.theme-responsive .col-sm-8 {
    width: 66.66666667%;
  }
  html.theme-responsive .col-sm-7 {
    width: 58.33333333%;
  }
  html.theme-responsive .col-sm-6 {
    width: 50%;
  }
  html.theme-responsive .col-sm-5 {
    width: 41.66666667%;
  }
  html.theme-responsive .col-sm-4 {
    width: 33.33333333%;
  }
  html.theme-responsive .col-sm-3 {
    width: 25%;
  }
  html.theme-responsive .col-sm-2 {
    width: 16.66666667%;
  }
  html.theme-responsive .col-sm-1 {
    width: 8.33333333%;
  }
  html.theme-responsive .col-sm-pull-12 {
    right: 100%;
  }
  html.theme-responsive .col-sm-pull-11 {
    right: 91.66666667%;
  }
  html.theme-responsive .col-sm-pull-10 {
    right: 83.33333333%;
  }
  html.theme-responsive .col-sm-pull-9 {
    right: 75%;
  }
  html.theme-responsive .col-sm-pull-8 {
    right: 66.66666667%;
  }
  html.theme-responsive .col-sm-pull-7 {
    right: 58.33333333%;
  }
  html.theme-responsive .col-sm-pull-6 {
    right: 50%;
  }
  html.theme-responsive .col-sm-pull-5 {
    right: 41.66666667%;
  }
  html.theme-responsive .col-sm-pull-4 {
    right: 33.33333333%;
  }
  html.theme-responsive .col-sm-pull-3 {
    right: 25%;
  }
  html.theme-responsive .col-sm-pull-2 {
    right: 16.66666667%;
  }
  html.theme-responsive .col-sm-pull-1 {
    right: 8.33333333%;
  }
  html.theme-responsive .col-sm-pull-0 {
    right: auto;
  }
  html.theme-responsive .col-sm-push-12 {
    left: 100%;
  }
  html.theme-responsive .col-sm-push-11 {
    left: 91.66666667%;
  }
  html.theme-responsive .col-sm-push-10 {
    left: 83.33333333%;
  }
  html.theme-responsive .col-sm-push-9 {
    left: 75%;
  }
  html.theme-responsive .col-sm-push-8 {
    left: 66.66666667%;
  }
  html.theme-responsive .col-sm-push-7 {
    left: 58.33333333%;
  }
  html.theme-responsive .col-sm-push-6 {
    left: 50%;
  }
  html.theme-responsive .col-sm-push-5 {
    left: 41.66666667%;
  }
  html.theme-responsive .col-sm-push-4 {
    left: 33.33333333%;
  }
  html.theme-responsive .col-sm-push-3 {
    left: 25%;
  }
  html.theme-responsive .col-sm-push-2 {
    left: 16.66666667%;
  }
  html.theme-responsive .col-sm-push-1 {
    left: 8.33333333%;
  }
  html.theme-responsive .col-sm-push-0 {
    left: auto;
  }
  html.theme-responsive .col-sm-offset-12 {
    margin-left: 100%;
  }
  html.theme-responsive .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  html.theme-responsive .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  html.theme-responsive .col-sm-offset-9 {
    margin-left: 75%;
  }
  html.theme-responsive .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  html.theme-responsive .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  html.theme-responsive .col-sm-offset-6 {
    margin-left: 50%;
  }
  html.theme-responsive .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  html.theme-responsive .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  html.theme-responsive .col-sm-offset-3 {
    margin-left: 25%;
  }
  html.theme-responsive .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  html.theme-responsive .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  html.theme-responsive .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  html.theme-responsive .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  html.theme-responsive .col-md-12 {
    width: 100%;
  }
  html.theme-responsive .col-md-11 {
    width: 91.66666667%;
  }
  html.theme-responsive .col-md-10 {
    width: 83.33333333%;
  }
  html.theme-responsive .col-md-9 {
    width: 75%;
  }
  html.theme-responsive .col-md-8 {
    width: 66.66666667%;
  }
  html.theme-responsive .col-md-7 {
    width: 58.33333333%;
  }
  html.theme-responsive .col-md-6 {
    width: 50%;
  }
  html.theme-responsive .col-md-5 {
    width: 41.66666667%;
  }
  html.theme-responsive .col-md-4 {
    width: 33.33333333%;
  }
  html.theme-responsive .col-md-3 {
    width: 25%;
  }
  html.theme-responsive .col-md-2 {
    width: 16.66666667%;
  }
  html.theme-responsive .col-md-1 {
    width: 8.33333333%;
  }
  html.theme-responsive .col-md-pull-12 {
    right: 100%;
  }
  html.theme-responsive .col-md-pull-11 {
    right: 91.66666667%;
  }
  html.theme-responsive .col-md-pull-10 {
    right: 83.33333333%;
  }
  html.theme-responsive .col-md-pull-9 {
    right: 75%;
  }
  html.theme-responsive .col-md-pull-8 {
    right: 66.66666667%;
  }
  html.theme-responsive .col-md-pull-7 {
    right: 58.33333333%;
  }
  html.theme-responsive .col-md-pull-6 {
    right: 50%;
  }
  html.theme-responsive .col-md-pull-5 {
    right: 41.66666667%;
  }
  html.theme-responsive .col-md-pull-4 {
    right: 33.33333333%;
  }
  html.theme-responsive .col-md-pull-3 {
    right: 25%;
  }
  html.theme-responsive .col-md-pull-2 {
    right: 16.66666667%;
  }
  html.theme-responsive .col-md-pull-1 {
    right: 8.33333333%;
  }
  html.theme-responsive .col-md-pull-0 {
    right: auto;
  }
  html.theme-responsive .col-md-push-12 {
    left: 100%;
  }
  html.theme-responsive .col-md-push-11 {
    left: 91.66666667%;
  }
  html.theme-responsive .col-md-push-10 {
    left: 83.33333333%;
  }
  html.theme-responsive .col-md-push-9 {
    left: 75%;
  }
  html.theme-responsive .col-md-push-8 {
    left: 66.66666667%;
  }
  html.theme-responsive .col-md-push-7 {
    left: 58.33333333%;
  }
  html.theme-responsive .col-md-push-6 {
    left: 50%;
  }
  html.theme-responsive .col-md-push-5 {
    left: 41.66666667%;
  }
  html.theme-responsive .col-md-push-4 {
    left: 33.33333333%;
  }
  html.theme-responsive .col-md-push-3 {
    left: 25%;
  }
  html.theme-responsive .col-md-push-2 {
    left: 16.66666667%;
  }
  html.theme-responsive .col-md-push-1 {
    left: 8.33333333%;
  }
  html.theme-responsive .col-md-push-0 {
    left: auto;
  }
  html.theme-responsive .col-md-offset-12 {
    margin-left: 100%;
  }
  html.theme-responsive .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  html.theme-responsive .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  html.theme-responsive .col-md-offset-9 {
    margin-left: 75%;
  }
  html.theme-responsive .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  html.theme-responsive .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  html.theme-responsive .col-md-offset-6 {
    margin-left: 50%;
  }
  html.theme-responsive .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  html.theme-responsive .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  html.theme-responsive .col-md-offset-3 {
    margin-left: 25%;
  }
  html.theme-responsive .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  html.theme-responsive .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  html.theme-responsive .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  html.theme-responsive .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  html.theme-responsive .col-lg-12 {
    width: 100%;
  }
  html.theme-responsive .col-lg-11 {
    width: 91.66666667%;
  }
  html.theme-responsive .col-lg-10 {
    width: 83.33333333%;
  }
  html.theme-responsive .col-lg-9 {
    width: 75%;
  }
  html.theme-responsive .col-lg-8 {
    width: 66.66666667%;
  }
  html.theme-responsive .col-lg-7 {
    width: 58.33333333%;
  }
  html.theme-responsive .col-lg-6 {
    width: 50%;
  }
  html.theme-responsive .col-lg-5 {
    width: 41.66666667%;
  }
  html.theme-responsive .col-lg-4 {
    width: 33.33333333%;
  }
  html.theme-responsive .col-lg-3 {
    width: 25%;
  }
  html.theme-responsive .col-lg-2 {
    width: 16.66666667%;
  }
  html.theme-responsive .col-lg-1 {
    width: 8.33333333%;
  }
  html.theme-responsive .col-lg-pull-12 {
    right: 100%;
  }
  html.theme-responsive .col-lg-pull-11 {
    right: 91.66666667%;
  }
  html.theme-responsive .col-lg-pull-10 {
    right: 83.33333333%;
  }
  html.theme-responsive .col-lg-pull-9 {
    right: 75%;
  }
  html.theme-responsive .col-lg-pull-8 {
    right: 66.66666667%;
  }
  html.theme-responsive .col-lg-pull-7 {
    right: 58.33333333%;
  }
  html.theme-responsive .col-lg-pull-6 {
    right: 50%;
  }
  html.theme-responsive .col-lg-pull-5 {
    right: 41.66666667%;
  }
  html.theme-responsive .col-lg-pull-4 {
    right: 33.33333333%;
  }
  html.theme-responsive .col-lg-pull-3 {
    right: 25%;
  }
  html.theme-responsive .col-lg-pull-2 {
    right: 16.66666667%;
  }
  html.theme-responsive .col-lg-pull-1 {
    right: 8.33333333%;
  }
  html.theme-responsive .col-lg-pull-0 {
    right: auto;
  }
  html.theme-responsive .col-lg-push-12 {
    left: 100%;
  }
  html.theme-responsive .col-lg-push-11 {
    left: 91.66666667%;
  }
  html.theme-responsive .col-lg-push-10 {
    left: 83.33333333%;
  }
  html.theme-responsive .col-lg-push-9 {
    left: 75%;
  }
  html.theme-responsive .col-lg-push-8 {
    left: 66.66666667%;
  }
  html.theme-responsive .col-lg-push-7 {
    left: 58.33333333%;
  }
  html.theme-responsive .col-lg-push-6 {
    left: 50%;
  }
  html.theme-responsive .col-lg-push-5 {
    left: 41.66666667%;
  }
  html.theme-responsive .col-lg-push-4 {
    left: 33.33333333%;
  }
  html.theme-responsive .col-lg-push-3 {
    left: 25%;
  }
  html.theme-responsive .col-lg-push-2 {
    left: 16.66666667%;
  }
  html.theme-responsive .col-lg-push-1 {
    left: 8.33333333%;
  }
  html.theme-responsive .col-lg-push-0 {
    left: auto;
  }
  html.theme-responsive .col-lg-offset-12 {
    margin-left: 100%;
  }
  html.theme-responsive .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  html.theme-responsive .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  html.theme-responsive .col-lg-offset-9 {
    margin-left: 75%;
  }
  html.theme-responsive .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  html.theme-responsive .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  html.theme-responsive .col-lg-offset-6 {
    margin-left: 50%;
  }
  html.theme-responsive .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  html.theme-responsive .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  html.theme-responsive .col-lg-offset-3 {
    margin-left: 25%;
  }
  html.theme-responsive .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  html.theme-responsive .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  html.theme-responsive .col-lg-offset-0 {
    margin-left: 0%;
  }
}
html.theme-responsive table {
  background-color: transparent;
}
html.theme-responsive caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
html.theme-responsive th {
  text-align: left;
}
html.theme-responsive .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}
html.theme-responsive .table > thead > tr > th,
html.theme-responsive .table > tbody > tr > th,
html.theme-responsive .table > tfoot > tr > th,
html.theme-responsive .table > thead > tr > td,
html.theme-responsive .table > tbody > tr > td,
html.theme-responsive .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
html.theme-responsive .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
html.theme-responsive .table > caption + thead > tr:first-child > th,
html.theme-responsive .table > colgroup + thead > tr:first-child > th,
html.theme-responsive .table > thead:first-child > tr:first-child > th,
html.theme-responsive .table > caption + thead > tr:first-child > td,
html.theme-responsive .table > colgroup + thead > tr:first-child > td,
html.theme-responsive .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
html.theme-responsive .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
html.theme-responsive .table .table {
  background-color: #ffffff;
}
html.theme-responsive .table-condensed > thead > tr > th,
html.theme-responsive .table-condensed > tbody > tr > th,
html.theme-responsive .table-condensed > tfoot > tr > th,
html.theme-responsive .table-condensed > thead > tr > td,
html.theme-responsive .table-condensed > tbody > tr > td,
html.theme-responsive .table-condensed > tfoot > tr > td {
  padding: 5px;
}
html.theme-responsive .table-bordered {
  border: 1px solid #dddddd;
}
html.theme-responsive .table-bordered > thead > tr > th,
html.theme-responsive .table-bordered > tbody > tr > th,
html.theme-responsive .table-bordered > tfoot > tr > th,
html.theme-responsive .table-bordered > thead > tr > td,
html.theme-responsive .table-bordered > tbody > tr > td,
html.theme-responsive .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
html.theme-responsive .table-bordered > thead > tr > th,
html.theme-responsive .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
html.theme-responsive .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
html.theme-responsive .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
html.theme-responsive table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
html.theme-responsive table td[class*="col-"],
html.theme-responsive table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
html.theme-responsive .table > thead > tr > td.active,
html.theme-responsive .table > tbody > tr > td.active,
html.theme-responsive .table > tfoot > tr > td.active,
html.theme-responsive .table > thead > tr > th.active,
html.theme-responsive .table > tbody > tr > th.active,
html.theme-responsive .table > tfoot > tr > th.active,
html.theme-responsive .table > thead > tr.active > td,
html.theme-responsive .table > tbody > tr.active > td,
html.theme-responsive .table > tfoot > tr.active > td,
html.theme-responsive .table > thead > tr.active > th,
html.theme-responsive .table > tbody > tr.active > th,
html.theme-responsive .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
html.theme-responsive .table-hover > tbody > tr > td.active:hover,
html.theme-responsive .table-hover > tbody > tr > th.active:hover,
html.theme-responsive .table-hover > tbody > tr.active:hover > td,
html.theme-responsive .table-hover > tbody > tr:hover > .active,
html.theme-responsive .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
html.theme-responsive .table > thead > tr > td.success,
html.theme-responsive .table > tbody > tr > td.success,
html.theme-responsive .table > tfoot > tr > td.success,
html.theme-responsive .table > thead > tr > th.success,
html.theme-responsive .table > tbody > tr > th.success,
html.theme-responsive .table > tfoot > tr > th.success,
html.theme-responsive .table > thead > tr.success > td,
html.theme-responsive .table > tbody > tr.success > td,
html.theme-responsive .table > tfoot > tr.success > td,
html.theme-responsive .table > thead > tr.success > th,
html.theme-responsive .table > tbody > tr.success > th,
html.theme-responsive .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
html.theme-responsive .table-hover > tbody > tr > td.success:hover,
html.theme-responsive .table-hover > tbody > tr > th.success:hover,
html.theme-responsive .table-hover > tbody > tr.success:hover > td,
html.theme-responsive .table-hover > tbody > tr:hover > .success,
html.theme-responsive .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
html.theme-responsive .table > thead > tr > td.info,
html.theme-responsive .table > tbody > tr > td.info,
html.theme-responsive .table > tfoot > tr > td.info,
html.theme-responsive .table > thead > tr > th.info,
html.theme-responsive .table > tbody > tr > th.info,
html.theme-responsive .table > tfoot > tr > th.info,
html.theme-responsive .table > thead > tr.info > td,
html.theme-responsive .table > tbody > tr.info > td,
html.theme-responsive .table > tfoot > tr.info > td,
html.theme-responsive .table > thead > tr.info > th,
html.theme-responsive .table > tbody > tr.info > th,
html.theme-responsive .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
html.theme-responsive .table-hover > tbody > tr > td.info:hover,
html.theme-responsive .table-hover > tbody > tr > th.info:hover,
html.theme-responsive .table-hover > tbody > tr.info:hover > td,
html.theme-responsive .table-hover > tbody > tr:hover > .info,
html.theme-responsive .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
html.theme-responsive .table > thead > tr > td.warning,
html.theme-responsive .table > tbody > tr > td.warning,
html.theme-responsive .table > tfoot > tr > td.warning,
html.theme-responsive .table > thead > tr > th.warning,
html.theme-responsive .table > tbody > tr > th.warning,
html.theme-responsive .table > tfoot > tr > th.warning,
html.theme-responsive .table > thead > tr.warning > td,
html.theme-responsive .table > tbody > tr.warning > td,
html.theme-responsive .table > tfoot > tr.warning > td,
html.theme-responsive .table > thead > tr.warning > th,
html.theme-responsive .table > tbody > tr.warning > th,
html.theme-responsive .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
html.theme-responsive .table-hover > tbody > tr > td.warning:hover,
html.theme-responsive .table-hover > tbody > tr > th.warning:hover,
html.theme-responsive .table-hover > tbody > tr.warning:hover > td,
html.theme-responsive .table-hover > tbody > tr:hover > .warning,
html.theme-responsive .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
html.theme-responsive .table > thead > tr > td.danger,
html.theme-responsive .table > tbody > tr > td.danger,
html.theme-responsive .table > tfoot > tr > td.danger,
html.theme-responsive .table > thead > tr > th.danger,
html.theme-responsive .table > tbody > tr > th.danger,
html.theme-responsive .table > tfoot > tr > th.danger,
html.theme-responsive .table > thead > tr.danger > td,
html.theme-responsive .table > tbody > tr.danger > td,
html.theme-responsive .table > tfoot > tr.danger > td,
html.theme-responsive .table > thead > tr.danger > th,
html.theme-responsive .table > tbody > tr.danger > th,
html.theme-responsive .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
html.theme-responsive .table-hover > tbody > tr > td.danger:hover,
html.theme-responsive .table-hover > tbody > tr > th.danger:hover,
html.theme-responsive .table-hover > tbody > tr.danger:hover > td,
html.theme-responsive .table-hover > tbody > tr:hover > .danger,
html.theme-responsive .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
html.theme-responsive .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  html.theme-responsive .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  html.theme-responsive .table-responsive > .table {
    margin-bottom: 0;
  }
  html.theme-responsive .table-responsive > .table > thead > tr > th,
  html.theme-responsive .table-responsive > .table > tbody > tr > th,
  html.theme-responsive .table-responsive > .table > tfoot > tr > th,
  html.theme-responsive .table-responsive > .table > thead > tr > td,
  html.theme-responsive .table-responsive > .table > tbody > tr > td,
  html.theme-responsive .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  html.theme-responsive .table-responsive > .table-bordered {
    border: 0;
  }
  html.theme-responsive .table-responsive > .table-bordered > thead > tr > th:first-child,
  html.theme-responsive .table-responsive > .table-bordered > tbody > tr > th:first-child,
  html.theme-responsive .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  html.theme-responsive .table-responsive > .table-bordered > thead > tr > td:first-child,
  html.theme-responsive .table-responsive > .table-bordered > tbody > tr > td:first-child,
  html.theme-responsive .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  html.theme-responsive .table-responsive > .table-bordered > thead > tr > th:last-child,
  html.theme-responsive .table-responsive > .table-bordered > tbody > tr > th:last-child,
  html.theme-responsive .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  html.theme-responsive .table-responsive > .table-bordered > thead > tr > td:last-child,
  html.theme-responsive .table-responsive > .table-bordered > tbody > tr > td:last-child,
  html.theme-responsive .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  html.theme-responsive .table-responsive > .table-bordered > tbody > tr:last-child > th,
  html.theme-responsive .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  html.theme-responsive .table-responsive > .table-bordered > tbody > tr:last-child > td,
  html.theme-responsive .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
html.theme-responsive fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
html.theme-responsive legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
html.theme-responsive label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
html.theme-responsive input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html.theme-responsive input[type="radio"],
html.theme-responsive input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
html.theme-responsive input[type="file"] {
  display: block;
}
html.theme-responsive input[type="range"] {
  display: block;
  width: 100%;
}
html.theme-responsive select[multiple],
html.theme-responsive select[size] {
  height: auto;
}
html.theme-responsive input[type="file"]:focus,
html.theme-responsive input[type="radio"]:focus,
html.theme-responsive input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
html.theme-responsive output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
}
html.theme-responsive .form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  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, 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;
}
html.theme-responsive .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);
}
html.theme-responsive .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
html.theme-responsive .form-control:-ms-input-placeholder {
  color: #999999;
}
html.theme-responsive .form-control::-webkit-input-placeholder {
  color: #999999;
}
html.theme-responsive .form-control[disabled],
html.theme-responsive .form-control[readonly],
fieldset[disabled] html.theme-responsive .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
html.theme-responsive .form-control[disabled],
fieldset[disabled] html.theme-responsive .form-control {
  cursor: not-allowed;
}
textareahtml.theme-responsive .form-control {
  height: auto;
}
html.theme-responsive input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  html.theme-responsive input[type="date"],
  html.theme-responsive input[type="time"],
  html.theme-responsive input[type="datetime-local"],
  html.theme-responsive input[type="month"] {
    line-height: 31px;
  }
  html.theme-responsive input[type="date"].input-sm,
  html.theme-responsive input[type="time"].input-sm,
  html.theme-responsive input[type="datetime-local"].input-sm,
  html.theme-responsive input[type="month"].input-sm,
  .input-group-sm html.theme-responsive input[type="date"],
  .input-group-sm html.theme-responsive input[type="time"],
  .input-group-sm html.theme-responsive input[type="datetime-local"],
  .input-group-sm html.theme-responsive input[type="month"] {
    line-height: 28px;
  }
  html.theme-responsive input[type="date"].input-lg,
  html.theme-responsive input[type="time"].input-lg,
  html.theme-responsive input[type="datetime-local"].input-lg,
  html.theme-responsive input[type="month"].input-lg,
  .input-group-lg html.theme-responsive input[type="date"],
  .input-group-lg html.theme-responsive input[type="time"],
  .input-group-lg html.theme-responsive input[type="datetime-local"],
  .input-group-lg html.theme-responsive input[type="month"] {
    line-height: 42px;
  }
}
html.theme-responsive .form-group {
  margin-bottom: 15px;
}
html.theme-responsive .radio,
html.theme-responsive .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
html.theme-responsive .radio label,
html.theme-responsive .checkbox label {
  min-height: 17px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
html.theme-responsive .radio input[type="radio"],
html.theme-responsive .radio-inline input[type="radio"],
html.theme-responsive .checkbox input[type="checkbox"],
html.theme-responsive .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
html.theme-responsive .radio + .radio,
html.theme-responsive .checkbox + .checkbox {
  margin-top: -5px;
}
html.theme-responsive .radio-inline,
html.theme-responsive .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
html.theme-responsive .radio-inline + .radio-inline,
html.theme-responsive .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
html.theme-responsive input[type="radio"][disabled],
html.theme-responsive input[type="checkbox"][disabled],
html.theme-responsive input[type="radio"].disabled,
html.theme-responsive input[type="checkbox"].disabled,
fieldset[disabled] html.theme-responsive input[type="radio"],
fieldset[disabled] html.theme-responsive input[type="checkbox"] {
  cursor: not-allowed;
}
html.theme-responsive .radio-inline.disabled,
html.theme-responsive .checkbox-inline.disabled,
fieldset[disabled] html.theme-responsive .radio-inline,
fieldset[disabled] html.theme-responsive .checkbox-inline {
  cursor: not-allowed;
}
html.theme-responsive .radio.disabled label,
html.theme-responsive .checkbox.disabled label,
fieldset[disabled] html.theme-responsive .radio label,
fieldset[disabled] html.theme-responsive .checkbox label {
  cursor: not-allowed;
}
html.theme-responsive .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 29px;
}
html.theme-responsive .form-control-static.input-lg,
html.theme-responsive .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
html.theme-responsive .input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
selecthtml.theme-responsive .input-sm {
  height: 28px;
  line-height: 28px;
}
textareahtml.theme-responsive .input-sm,
select[multiple]html.theme-responsive .input-sm {
  height: auto;
}
html.theme-responsive .form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
selecthtml.theme-responsive .form-group-sm .form-control {
  height: 28px;
  line-height: 28px;
}
textareahtml.theme-responsive .form-group-sm .form-control,
select[multiple]html.theme-responsive .form-group-sm .form-control {
  height: auto;
}
html.theme-responsive .form-group-sm .form-control-static {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  min-height: 28px;
}
html.theme-responsive .input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
selecthtml.theme-responsive .input-lg {
  height: 42px;
  line-height: 42px;
}
textareahtml.theme-responsive .input-lg,
select[multiple]html.theme-responsive .input-lg {
  height: auto;
}
html.theme-responsive .form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
selecthtml.theme-responsive .form-group-lg .form-control {
  height: 42px;
  line-height: 42px;
}
textareahtml.theme-responsive .form-group-lg .form-control,
select[multiple]html.theme-responsive .form-group-lg .form-control {
  height: auto;
}
html.theme-responsive .form-group-lg .form-control-static {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  min-height: 32px;
}
html.theme-responsive .has-feedback {
  position: relative;
}
html.theme-responsive .has-feedback .form-control {
  padding-right: 38.75px;
}
html.theme-responsive .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  pointer-events: none;
}
html.theme-responsive .input-lg + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
html.theme-responsive .input-sm + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
html.theme-responsive .has-success .help-block,
html.theme-responsive .has-success .control-label,
html.theme-responsive .has-success .radio,
html.theme-responsive .has-success .checkbox,
html.theme-responsive .has-success .radio-inline,
html.theme-responsive .has-success .checkbox-inline,
html.theme-responsive .has-success.radio label,
html.theme-responsive .has-success.checkbox label,
html.theme-responsive .has-success.radio-inline label,
html.theme-responsive .has-success.checkbox-inline label {
  color: #3c763d;
}
html.theme-responsive .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);
}
html.theme-responsive .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;
}
html.theme-responsive .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
html.theme-responsive .has-success .form-control-feedback {
  color: #3c763d;
}
html.theme-responsive .has-warning .help-block,
html.theme-responsive .has-warning .control-label,
html.theme-responsive .has-warning .radio,
html.theme-responsive .has-warning .checkbox,
html.theme-responsive .has-warning .radio-inline,
html.theme-responsive .has-warning .checkbox-inline,
html.theme-responsive .has-warning.radio label,
html.theme-responsive .has-warning.checkbox label,
html.theme-responsive .has-warning.radio-inline label,
html.theme-responsive .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
html.theme-responsive .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);
}
html.theme-responsive .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;
}
html.theme-responsive .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
html.theme-responsive .has-warning .form-control-feedback {
  color: #8a6d3b;
}
html.theme-responsive .has-error .help-block,
html.theme-responsive .has-error .control-label,
html.theme-responsive .has-error .radio,
html.theme-responsive .has-error .checkbox,
html.theme-responsive .has-error .radio-inline,
html.theme-responsive .has-error .checkbox-inline,
html.theme-responsive .has-error.radio label,
html.theme-responsive .has-error.checkbox label,
html.theme-responsive .has-error.radio-inline label,
html.theme-responsive .has-error.checkbox-inline label {
  color: #a94442;
}
html.theme-responsive .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);
}
html.theme-responsive .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;
}
html.theme-responsive .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
html.theme-responsive .has-error .form-control-feedback {
  color: #a94442;
}
html.theme-responsive .has-feedback label ~ .form-control-feedback {
  top: 22px;
}
html.theme-responsive .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
html.theme-responsive .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  html.theme-responsive .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.theme-responsive .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  html.theme-responsive .form-inline .form-control-static {
    display: inline-block;
  }
  html.theme-responsive .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  html.theme-responsive .form-inline .input-group .input-group-addon,
  html.theme-responsive .form-inline .input-group .input-group-btn,
  html.theme-responsive .form-inline .input-group .form-control {
    width: auto;
  }
  html.theme-responsive .form-inline .input-group > .form-control {
    width: 100%;
  }
  html.theme-responsive .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.theme-responsive .form-inline .radio,
  html.theme-responsive .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.theme-responsive .form-inline .radio label,
  html.theme-responsive .form-inline .checkbox label {
    padding-left: 0;
  }
  html.theme-responsive .form-inline .radio input[type="radio"],
  html.theme-responsive .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  html.theme-responsive .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
html.theme-responsive .form-horizontal .radio,
html.theme-responsive .form-horizontal .checkbox,
html.theme-responsive .form-horizontal .radio-inline,
html.theme-responsive .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
html.theme-responsive .form-horizontal .radio,
html.theme-responsive .form-horizontal .checkbox {
  min-height: 24px;
}
html.theme-responsive .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  html.theme-responsive .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
html.theme-responsive .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  html.theme-responsive .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  html.theme-responsive .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
html.theme-responsive .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html.theme-responsive .btn:focus,
html.theme-responsive .btn:active:focus,
html.theme-responsive .btn.active:focus,
html.theme-responsive .btn.focus,
html.theme-responsive .btn:active.focus,
html.theme-responsive .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
html.theme-responsive .btn:hover,
html.theme-responsive .btn:focus,
html.theme-responsive .btn.focus {
  color: #333333;
  text-decoration: none;
}
html.theme-responsive .btn:active,
html.theme-responsive .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);
}
html.theme-responsive .btn.disabled,
html.theme-responsive .btn[disabled],
fieldset[disabled] html.theme-responsive .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
html.theme-responsive .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
html.theme-responsive .btn-default:hover,
html.theme-responsive .btn-default:focus,
html.theme-responsive .btn-default.focus,
html.theme-responsive .btn-default:active,
html.theme-responsive .btn-default.active,
.open > .dropdown-togglehtml.theme-responsive .btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
html.theme-responsive .btn-default:active,
html.theme-responsive .btn-default.active,
.open > .dropdown-togglehtml.theme-responsive .btn-default {
  background-image: none;
}
html.theme-responsive .btn-default.disabled,
html.theme-responsive .btn-default[disabled],
fieldset[disabled] html.theme-responsive .btn-default,
html.theme-responsive .btn-default.disabled:hover,
html.theme-responsive .btn-default[disabled]:hover,
fieldset[disabled] html.theme-responsive .btn-default:hover,
html.theme-responsive .btn-default.disabled:focus,
html.theme-responsive .btn-default[disabled]:focus,
fieldset[disabled] html.theme-responsive .btn-default:focus,
html.theme-responsive .btn-default.disabled.focus,
html.theme-responsive .btn-default[disabled].focus,
fieldset[disabled] html.theme-responsive .btn-default.focus,
html.theme-responsive .btn-default.disabled:active,
html.theme-responsive .btn-default[disabled]:active,
fieldset[disabled] html.theme-responsive .btn-default:active,
html.theme-responsive .btn-default.disabled.active,
html.theme-responsive .btn-default[disabled].active,
fieldset[disabled] html.theme-responsive .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
html.theme-responsive .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
html.theme-responsive .btn-primary {
  color: #ffffff;
  background-color: #10b1e8;
  border-color: #0e9fd0;
}
html.theme-responsive .btn-primary:hover,
html.theme-responsive .btn-primary:focus,
html.theme-responsive .btn-primary.focus,
html.theme-responsive .btn-primary:active,
html.theme-responsive .btn-primary.active,
.open > .dropdown-togglehtml.theme-responsive .btn-primary {
  color: #ffffff;
  background-color: #0d8db8;
  border-color: #0a7397;
}
html.theme-responsive .btn-primary:active,
html.theme-responsive .btn-primary.active,
.open > .dropdown-togglehtml.theme-responsive .btn-primary {
  background-image: none;
}
html.theme-responsive .btn-primary.disabled,
html.theme-responsive .btn-primary[disabled],
fieldset[disabled] html.theme-responsive .btn-primary,
html.theme-responsive .btn-primary.disabled:hover,
html.theme-responsive .btn-primary[disabled]:hover,
fieldset[disabled] html.theme-responsive .btn-primary:hover,
html.theme-responsive .btn-primary.disabled:focus,
html.theme-responsive .btn-primary[disabled]:focus,
fieldset[disabled] html.theme-responsive .btn-primary:focus,
html.theme-responsive .btn-primary.disabled.focus,
html.theme-responsive .btn-primary[disabled].focus,
fieldset[disabled] html.theme-responsive .btn-primary.focus,
html.theme-responsive .btn-primary.disabled:active,
html.theme-responsive .btn-primary[disabled]:active,
fieldset[disabled] html.theme-responsive .btn-primary:active,
html.theme-responsive .btn-primary.disabled.active,
html.theme-responsive .btn-primary[disabled].active,
fieldset[disabled] html.theme-responsive .btn-primary.active {
  background-color: #10b1e8;
  border-color: #0e9fd0;
}
html.theme-responsive .btn-primary .badge {
  color: #10b1e8;
  background-color: #ffffff;
}
html.theme-responsive .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
html.theme-responsive .btn-success:hover,
html.theme-responsive .btn-success:focus,
html.theme-responsive .btn-success.focus,
html.theme-responsive .btn-success:active,
html.theme-responsive .btn-success.active,
.open > .dropdown-togglehtml.theme-responsive .btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
html.theme-responsive .btn-success:active,
html.theme-responsive .btn-success.active,
.open > .dropdown-togglehtml.theme-responsive .btn-success {
  background-image: none;
}
html.theme-responsive .btn-success.disabled,
html.theme-responsive .btn-success[disabled],
fieldset[disabled] html.theme-responsive .btn-success,
html.theme-responsive .btn-success.disabled:hover,
html.theme-responsive .btn-success[disabled]:hover,
fieldset[disabled] html.theme-responsive .btn-success:hover,
html.theme-responsive .btn-success.disabled:focus,
html.theme-responsive .btn-success[disabled]:focus,
fieldset[disabled] html.theme-responsive .btn-success:focus,
html.theme-responsive .btn-success.disabled.focus,
html.theme-responsive .btn-success[disabled].focus,
fieldset[disabled] html.theme-responsive .btn-success.focus,
html.theme-responsive .btn-success.disabled:active,
html.theme-responsive .btn-success[disabled]:active,
fieldset[disabled] html.theme-responsive .btn-success:active,
html.theme-responsive .btn-success.disabled.active,
html.theme-responsive .btn-success[disabled].active,
fieldset[disabled] html.theme-responsive .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
html.theme-responsive .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
html.theme-responsive .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
html.theme-responsive .btn-info:hover,
html.theme-responsive .btn-info:focus,
html.theme-responsive .btn-info.focus,
html.theme-responsive .btn-info:active,
html.theme-responsive .btn-info.active,
.open > .dropdown-togglehtml.theme-responsive .btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
html.theme-responsive .btn-info:active,
html.theme-responsive .btn-info.active,
.open > .dropdown-togglehtml.theme-responsive .btn-info {
  background-image: none;
}
html.theme-responsive .btn-info.disabled,
html.theme-responsive .btn-info[disabled],
fieldset[disabled] html.theme-responsive .btn-info,
html.theme-responsive .btn-info.disabled:hover,
html.theme-responsive .btn-info[disabled]:hover,
fieldset[disabled] html.theme-responsive .btn-info:hover,
html.theme-responsive .btn-info.disabled:focus,
html.theme-responsive .btn-info[disabled]:focus,
fieldset[disabled] html.theme-responsive .btn-info:focus,
html.theme-responsive .btn-info.disabled.focus,
html.theme-responsive .btn-info[disabled].focus,
fieldset[disabled] html.theme-responsive .btn-info.focus,
html.theme-responsive .btn-info.disabled:active,
html.theme-responsive .btn-info[disabled]:active,
fieldset[disabled] html.theme-responsive .btn-info:active,
html.theme-responsive .btn-info.disabled.active,
html.theme-responsive .btn-info[disabled].active,
fieldset[disabled] html.theme-responsive .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
html.theme-responsive .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
html.theme-responsive .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
html.theme-responsive .btn-warning:hover,
html.theme-responsive .btn-warning:focus,
html.theme-responsive .btn-warning.focus,
html.theme-responsive .btn-warning:active,
html.theme-responsive .btn-warning.active,
.open > .dropdown-togglehtml.theme-responsive .btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
html.theme-responsive .btn-warning:active,
html.theme-responsive .btn-warning.active,
.open > .dropdown-togglehtml.theme-responsive .btn-warning {
  background-image: none;
}
html.theme-responsive .btn-warning.disabled,
html.theme-responsive .btn-warning[disabled],
fieldset[disabled] html.theme-responsive .btn-warning,
html.theme-responsive .btn-warning.disabled:hover,
html.theme-responsive .btn-warning[disabled]:hover,
fieldset[disabled] html.theme-responsive .btn-warning:hover,
html.theme-responsive .btn-warning.disabled:focus,
html.theme-responsive .btn-warning[disabled]:focus,
fieldset[disabled] html.theme-responsive .btn-warning:focus,
html.theme-responsive .btn-warning.disabled.focus,
html.theme-responsive .btn-warning[disabled].focus,
fieldset[disabled] html.theme-responsive .btn-warning.focus,
html.theme-responsive .btn-warning.disabled:active,
html.theme-responsive .btn-warning[disabled]:active,
fieldset[disabled] html.theme-responsive .btn-warning:active,
html.theme-responsive .btn-warning.disabled.active,
html.theme-responsive .btn-warning[disabled].active,
fieldset[disabled] html.theme-responsive .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
html.theme-responsive .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
html.theme-responsive .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
html.theme-responsive .btn-danger:hover,
html.theme-responsive .btn-danger:focus,
html.theme-responsive .btn-danger.focus,
html.theme-responsive .btn-danger:active,
html.theme-responsive .btn-danger.active,
.open > .dropdown-togglehtml.theme-responsive .btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
html.theme-responsive .btn-danger:active,
html.theme-responsive .btn-danger.active,
.open > .dropdown-togglehtml.theme-responsive .btn-danger {
  background-image: none;
}
html.theme-responsive .btn-danger.disabled,
html.theme-responsive .btn-danger[disabled],
fieldset[disabled] html.theme-responsive .btn-danger,
html.theme-responsive .btn-danger.disabled:hover,
html.theme-responsive .btn-danger[disabled]:hover,
fieldset[disabled] html.theme-responsive .btn-danger:hover,
html.theme-responsive .btn-danger.disabled:focus,
html.theme-responsive .btn-danger[disabled]:focus,
fieldset[disabled] html.theme-responsive .btn-danger:focus,
html.theme-responsive .btn-danger.disabled.focus,
html.theme-responsive .btn-danger[disabled].focus,
fieldset[disabled] html.theme-responsive .btn-danger.focus,
html.theme-responsive .btn-danger.disabled:active,
html.theme-responsive .btn-danger[disabled]:active,
fieldset[disabled] html.theme-responsive .btn-danger:active,
html.theme-responsive .btn-danger.disabled.active,
html.theme-responsive .btn-danger[disabled].active,
fieldset[disabled] html.theme-responsive .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
html.theme-responsive .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
html.theme-responsive .btn-link {
  color: #10b1e8;
  font-weight: normal;
  border-radius: 0;
}
html.theme-responsive .btn-link,
html.theme-responsive .btn-link:active,
html.theme-responsive .btn-link.active,
html.theme-responsive .btn-link[disabled],
fieldset[disabled] html.theme-responsive .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html.theme-responsive .btn-link,
html.theme-responsive .btn-link:hover,
html.theme-responsive .btn-link:focus,
html.theme-responsive .btn-link:active {
  border-color: transparent;
}
html.theme-responsive .btn-link:hover,
html.theme-responsive .btn-link:focus {
  color: #0b7aa0;
  text-decoration: underline;
  background-color: transparent;
}
html.theme-responsive .btn-link[disabled]:hover,
fieldset[disabled] html.theme-responsive .btn-link:hover,
html.theme-responsive .btn-link[disabled]:focus,
fieldset[disabled] html.theme-responsive .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
html.theme-responsive .btn-lg {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
html.theme-responsive .btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
html.theme-responsive .btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
html.theme-responsive .btn-block {
  display: block;
  width: 100%;
}
html.theme-responsive .btn-block + .btn-block {
  margin-top: 5px;
}
html.theme-responsive input[type="submit"].btn-block,
html.theme-responsive input[type="reset"].btn-block,
html.theme-responsive input[type="button"].btn-block {
  width: 100%;
}
html.theme-responsive .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
html.theme-responsive .fade.in {
  opacity: 1;
}
html.theme-responsive .collapse {
  display: none;
}
html.theme-responsive .collapse.in {
  display: block;
}
trhtml.theme-responsive .collapse.in {
  display: table-row;
}
tbodyhtml.theme-responsive .collapse.in {
  display: table-row-group;
}
html.theme-responsive .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
html.theme-responsive .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
html.theme-responsive .dropup,
html.theme-responsive .dropdown {
  position: relative;
}
html.theme-responsive .dropdown-toggle:focus {
  outline: 0;
}
html.theme-responsive .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
html.theme-responsive .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
html.theme-responsive .dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
html.theme-responsive .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
html.theme-responsive .dropdown-menu > li > a:hover,
html.theme-responsive .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
html.theme-responsive .dropdown-menu > .active > a,
html.theme-responsive .dropdown-menu > .active > a:hover,
html.theme-responsive .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #10b1e8;
}
html.theme-responsive .dropdown-menu > .disabled > a,
html.theme-responsive .dropdown-menu > .disabled > a:hover,
html.theme-responsive .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
html.theme-responsive .dropdown-menu > .disabled > a:hover,
html.theme-responsive .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
html.theme-responsive .open > .dropdown-menu {
  display: block;
}
html.theme-responsive .open > a {
  outline: 0;
}
html.theme-responsive .dropdown-menu-right {
  left: auto;
  right: 0;
}
html.theme-responsive .dropdown-menu-left {
  left: 0;
  right: auto;
}
html.theme-responsive .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
html.theme-responsive .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
html.theme-responsive .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
html.theme-responsive .dropup .caret,
html.theme-responsive .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
html.theme-responsive .dropup .dropdown-menu,
html.theme-responsive .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  html.theme-responsive .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  html.theme-responsive .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
html.theme-responsive .btn-group,
html.theme-responsive .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
html.theme-responsive .btn-group > .btn,
html.theme-responsive .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
html.theme-responsive .btn-group > .btn:hover,
html.theme-responsive .btn-group-vertical > .btn:hover,
html.theme-responsive .btn-group > .btn:focus,
html.theme-responsive .btn-group-vertical > .btn:focus,
html.theme-responsive .btn-group > .btn:active,
html.theme-responsive .btn-group-vertical > .btn:active,
html.theme-responsive .btn-group > .btn.active,
html.theme-responsive .btn-group-vertical > .btn.active {
  z-index: 2;
}
html.theme-responsive .btn-group .btn + .btn,
html.theme-responsive .btn-group .btn + .btn-group,
html.theme-responsive .btn-group .btn-group + .btn,
html.theme-responsive .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
html.theme-responsive .btn-toolbar {
  margin-left: -5px;
}
html.theme-responsive .btn-toolbar .btn-group,
html.theme-responsive .btn-toolbar .input-group {
  float: left;
}
html.theme-responsive .btn-toolbar > .btn,
html.theme-responsive .btn-toolbar > .btn-group,
html.theme-responsive .btn-toolbar > .input-group {
  margin-left: 5px;
}
html.theme-responsive .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
html.theme-responsive .btn-group > .btn:first-child {
  margin-left: 0;
}
html.theme-responsive .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
html.theme-responsive .btn-group > .btn:last-child:not(:first-child),
html.theme-responsive .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
html.theme-responsive .btn-group > .btn-group {
  float: left;
}
html.theme-responsive .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
html.theme-responsive .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
html.theme-responsive .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
html.theme-responsive .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
html.theme-responsive .btn-group .dropdown-toggle:active,
html.theme-responsive .btn-group.open .dropdown-toggle {
  outline: 0;
}
html.theme-responsive .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
html.theme-responsive .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
html.theme-responsive .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);
}
html.theme-responsive .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
html.theme-responsive .btn .caret {
  margin-left: 0;
}
html.theme-responsive .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
html.theme-responsive .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
html.theme-responsive .btn-group-vertical > .btn,
html.theme-responsive .btn-group-vertical > .btn-group,
html.theme-responsive .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
html.theme-responsive .btn-group-vertical > .btn-group > .btn {
  float: none;
}
html.theme-responsive .btn-group-vertical > .btn + .btn,
html.theme-responsive .btn-group-vertical > .btn + .btn-group,
html.theme-responsive .btn-group-vertical > .btn-group + .btn,
html.theme-responsive .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
html.theme-responsive .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
html.theme-responsive .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
html.theme-responsive .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
html.theme-responsive .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
html.theme-responsive .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
html.theme-responsive .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
html.theme-responsive .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
html.theme-responsive .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
html.theme-responsive .btn-group-justified > .btn,
html.theme-responsive .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
html.theme-responsive .btn-group-justified > .btn-group .btn {
  width: 100%;
}
html.theme-responsive .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
html.theme-responsive [data-toggle="buttons"] > .btn input[type="radio"],
html.theme-responsive [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
html.theme-responsive [data-toggle="buttons"] > .btn input[type="checkbox"],
html.theme-responsive [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
html.theme-responsive .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
html.theme-responsive .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
html.theme-responsive .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
html.theme-responsive .input-group-lg > .form-control,
html.theme-responsive .input-group-lg > .input-group-addon,
html.theme-responsive .input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
selecthtml.theme-responsive .input-group-lg > .form-control,
selecthtml.theme-responsive .input-group-lg > .input-group-addon,
selecthtml.theme-responsive .input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textareahtml.theme-responsive .input-group-lg > .form-control,
textareahtml.theme-responsive .input-group-lg > .input-group-addon,
textareahtml.theme-responsive .input-group-lg > .input-group-btn > .btn,
select[multiple]html.theme-responsive .input-group-lg > .form-control,
select[multiple]html.theme-responsive .input-group-lg > .input-group-addon,
select[multiple]html.theme-responsive .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
html.theme-responsive .input-group-sm > .form-control,
html.theme-responsive .input-group-sm > .input-group-addon,
html.theme-responsive .input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
selecthtml.theme-responsive .input-group-sm > .form-control,
selecthtml.theme-responsive .input-group-sm > .input-group-addon,
selecthtml.theme-responsive .input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textareahtml.theme-responsive .input-group-sm > .form-control,
textareahtml.theme-responsive .input-group-sm > .input-group-addon,
textareahtml.theme-responsive .input-group-sm > .input-group-btn > .btn,
select[multiple]html.theme-responsive .input-group-sm > .form-control,
select[multiple]html.theme-responsive .input-group-sm > .input-group-addon,
select[multiple]html.theme-responsive .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
html.theme-responsive .input-group-addon,
html.theme-responsive .input-group-btn,
html.theme-responsive .input-group .form-control {
  display: table-cell;
}
html.theme-responsive .input-group-addon:not(:first-child):not(:last-child),
html.theme-responsive .input-group-btn:not(:first-child):not(:last-child),
html.theme-responsive .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
html.theme-responsive .input-group-addon,
html.theme-responsive .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
html.theme-responsive .input-group-addon {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
html.theme-responsive .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 3px;
}
html.theme-responsive .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 6px;
}
html.theme-responsive .input-group-addon input[type="radio"],
html.theme-responsive .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
html.theme-responsive .input-group .form-control:first-child,
html.theme-responsive .input-group-addon:first-child,
html.theme-responsive .input-group-btn:first-child > .btn,
html.theme-responsive .input-group-btn:first-child > .btn-group > .btn,
html.theme-responsive .input-group-btn:first-child > .dropdown-toggle,
html.theme-responsive .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
html.theme-responsive .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
html.theme-responsive .input-group-addon:first-child {
  border-right: 0;
}
html.theme-responsive .input-group .form-control:last-child,
html.theme-responsive .input-group-addon:last-child,
html.theme-responsive .input-group-btn:last-child > .btn,
html.theme-responsive .input-group-btn:last-child > .btn-group > .btn,
html.theme-responsive .input-group-btn:last-child > .dropdown-toggle,
html.theme-responsive .input-group-btn:first-child > .btn:not(:first-child),
html.theme-responsive .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
html.theme-responsive .input-group-addon:last-child {
  border-left: 0;
}
html.theme-responsive .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
html.theme-responsive .input-group-btn > .btn {
  position: relative;
}
html.theme-responsive .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
html.theme-responsive .input-group-btn > .btn:hover,
html.theme-responsive .input-group-btn > .btn:focus,
html.theme-responsive .input-group-btn > .btn:active {
  z-index: 2;
}
html.theme-responsive .input-group-btn:first-child > .btn,
html.theme-responsive .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
html.theme-responsive .input-group-btn:last-child > .btn,
html.theme-responsive .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
html.theme-responsive .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
html.theme-responsive .nav > li {
  position: relative;
  display: block;
}
html.theme-responsive .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
html.theme-responsive .nav > li > a:hover,
html.theme-responsive .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
html.theme-responsive .nav > li.disabled > a {
  color: #777777;
}
html.theme-responsive .nav > li.disabled > a:hover,
html.theme-responsive .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
html.theme-responsive .nav .open > a,
html.theme-responsive .nav .open > a:hover,
html.theme-responsive .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #10b1e8;
}
html.theme-responsive .nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
html.theme-responsive .nav > li > a > img {
  max-width: none;
}
html.theme-responsive .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
html.theme-responsive .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
html.theme-responsive .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
html.theme-responsive .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
html.theme-responsive .nav-tabs > li.active > a,
html.theme-responsive .nav-tabs > li.active > a:hover,
html.theme-responsive .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
html.theme-responsive .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
html.theme-responsive .nav-tabs.nav-justified > li {
  float: none;
}
html.theme-responsive .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
html.theme-responsive .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  html.theme-responsive .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  html.theme-responsive .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
html.theme-responsive .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
html.theme-responsive .nav-tabs.nav-justified > .active > a,
html.theme-responsive .nav-tabs.nav-justified > .active > a:hover,
html.theme-responsive .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  html.theme-responsive .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  html.theme-responsive .nav-tabs.nav-justified > .active > a,
  html.theme-responsive .nav-tabs.nav-justified > .active > a:hover,
  html.theme-responsive .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
html.theme-responsive .nav-pills > li {
  float: left;
}
html.theme-responsive .nav-pills > li > a {
  border-radius: 4px;
}
html.theme-responsive .nav-pills > li + li {
  margin-left: 2px;
}
html.theme-responsive .nav-pills > li.active > a,
html.theme-responsive .nav-pills > li.active > a:hover,
html.theme-responsive .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #10b1e8;
}
html.theme-responsive .nav-stacked > li {
  float: none;
}
html.theme-responsive .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
html.theme-responsive .nav-justified {
  width: 100%;
}
html.theme-responsive .nav-justified > li {
  float: none;
}
html.theme-responsive .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
html.theme-responsive .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  html.theme-responsive .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  html.theme-responsive .nav-justified > li > a {
    margin-bottom: 0;
  }
}
html.theme-responsive .nav-tabs-justified {
  border-bottom: 0;
}
html.theme-responsive .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
html.theme-responsive .nav-tabs-justified > .active > a,
html.theme-responsive .nav-tabs-justified > .active > a:hover,
html.theme-responsive .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  html.theme-responsive .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  html.theme-responsive .nav-tabs-justified > .active > a,
  html.theme-responsive .nav-tabs-justified > .active > a:hover,
  html.theme-responsive .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
html.theme-responsive .tab-content > .tab-pane {
  display: none;
}
html.theme-responsive .tab-content > .active {
  display: block;
}
html.theme-responsive .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
html.theme-responsive .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  html.theme-responsive .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  html.theme-responsive .navbar-header {
    float: left;
  }
}
html.theme-responsive .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
html.theme-responsive .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  html.theme-responsive .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  html.theme-responsive .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  html.theme-responsive .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top html.theme-responsive .navbar-collapse,
  .navbar-static-top html.theme-responsive .navbar-collapse,
  .navbar-fixed-bottom html.theme-responsive .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
html.theme-responsive .navbar-fixed-top .navbar-collapse,
html.theme-responsive .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  html.theme-responsive .navbar-fixed-top .navbar-collapse,
  html.theme-responsive .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
html.theme-responsive .container > .navbar-header,
html.theme-responsive .container-fluid > .navbar-header,
html.theme-responsive .container > .navbar-collapse,
html.theme-responsive .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  html.theme-responsive .container > .navbar-header,
  html.theme-responsive .container-fluid > .navbar-header,
  html.theme-responsive .container > .navbar-collapse,
  html.theme-responsive .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
html.theme-responsive .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  html.theme-responsive .navbar-static-top {
    border-radius: 0;
  }
}
html.theme-responsive .navbar-fixed-top,
html.theme-responsive .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  html.theme-responsive .navbar-fixed-top,
  html.theme-responsive .navbar-fixed-bottom {
    border-radius: 0;
  }
}
html.theme-responsive .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
html.theme-responsive .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
html.theme-responsive .navbar-brand {
  float: left;
  padding: 16.5px 15px;
  font-size: 15px;
  line-height: 17px;
  height: 50px;
}
html.theme-responsive .navbar-brand:hover,
html.theme-responsive .navbar-brand:focus {
  text-decoration: none;
}
html.theme-responsive .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container html.theme-responsive .navbar-brand,
  .navbar > .container-fluid html.theme-responsive .navbar-brand {
    margin-left: -15px;
  }
}
html.theme-responsive .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
html.theme-responsive .navbar-toggle:focus {
  outline: 0;
}
html.theme-responsive .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
html.theme-responsive .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  html.theme-responsive .navbar-toggle {
    display: none;
  }
}
html.theme-responsive .navbar-nav {
  margin: 8.25px -15px;
}
html.theme-responsive .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@media (max-width: 767px) {
  html.theme-responsive .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  html.theme-responsive .navbar-nav .open .dropdown-menu > li > a,
  html.theme-responsive .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  html.theme-responsive .navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
  }
  html.theme-responsive .navbar-nav .open .dropdown-menu > li > a:hover,
  html.theme-responsive .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  html.theme-responsive .navbar-nav {
    float: left;
    margin: 0;
  }
  html.theme-responsive .navbar-nav > li {
    float: left;
  }
  html.theme-responsive .navbar-nav > li > a {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
html.theme-responsive .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
@media (min-width: 768px) {
  html.theme-responsive .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.theme-responsive .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  html.theme-responsive .navbar-form .form-control-static {
    display: inline-block;
  }
  html.theme-responsive .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  html.theme-responsive .navbar-form .input-group .input-group-addon,
  html.theme-responsive .navbar-form .input-group .input-group-btn,
  html.theme-responsive .navbar-form .input-group .form-control {
    width: auto;
  }
  html.theme-responsive .navbar-form .input-group > .form-control {
    width: 100%;
  }
  html.theme-responsive .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.theme-responsive .navbar-form .radio,
  html.theme-responsive .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  html.theme-responsive .navbar-form .radio label,
  html.theme-responsive .navbar-form .checkbox label {
    padding-left: 0;
  }
  html.theme-responsive .navbar-form .radio input[type="radio"],
  html.theme-responsive .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  html.theme-responsive .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  html.theme-responsive .navbar-form .form-group {
    margin-bottom: 5px;
  }
  html.theme-responsive .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  html.theme-responsive .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
html.theme-responsive .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
html.theme-responsive .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
html.theme-responsive .navbar-btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
html.theme-responsive .navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
html.theme-responsive .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
html.theme-responsive .navbar-text {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
@media (min-width: 768px) {
  html.theme-responsive .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  html.theme-responsive .navbar-left {
    float: left !important;
  }
  html.theme-responsive .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  html.theme-responsive .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
html.theme-responsive .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
html.theme-responsive .navbar-default .navbar-brand {
  color: #777777;
}
html.theme-responsive .navbar-default .navbar-brand:hover,
html.theme-responsive .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
html.theme-responsive .navbar-default .navbar-text {
  color: #777777;
}
html.theme-responsive .navbar-default .navbar-nav > li > a {
  color: #777777;
}
html.theme-responsive .navbar-default .navbar-nav > li > a:hover,
html.theme-responsive .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
html.theme-responsive .navbar-default .navbar-nav > .active > a,
html.theme-responsive .navbar-default .navbar-nav > .active > a:hover,
html.theme-responsive .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
html.theme-responsive .navbar-default .navbar-nav > .disabled > a,
html.theme-responsive .navbar-default .navbar-nav > .disabled > a:hover,
html.theme-responsive .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
html.theme-responsive .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
html.theme-responsive .navbar-default .navbar-toggle:hover,
html.theme-responsive .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
html.theme-responsive .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
html.theme-responsive .navbar-default .navbar-collapse,
html.theme-responsive .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
html.theme-responsive .navbar-default .navbar-nav > .open > a,
html.theme-responsive .navbar-default .navbar-nav > .open > a:hover,
html.theme-responsive .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  html.theme-responsive .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  html.theme-responsive .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  html.theme-responsive .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  html.theme-responsive .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  html.theme-responsive .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  html.theme-responsive .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  html.theme-responsive .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  html.theme-responsive .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  html.theme-responsive .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
html.theme-responsive .navbar-default .navbar-link {
  color: #777777;
}
html.theme-responsive .navbar-default .navbar-link:hover {
  color: #333333;
}
html.theme-responsive .navbar-default .btn-link {
  color: #777777;
}
html.theme-responsive .navbar-default .btn-link:hover,
html.theme-responsive .navbar-default .btn-link:focus {
  color: #333333;
}
html.theme-responsive .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] html.theme-responsive .navbar-default .btn-link:hover,
html.theme-responsive .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] html.theme-responsive .navbar-default .btn-link:focus {
  color: #cccccc;
}
html.theme-responsive .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
html.theme-responsive .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
html.theme-responsive .navbar-inverse .navbar-brand:hover,
html.theme-responsive .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
html.theme-responsive .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
html.theme-responsive .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
html.theme-responsive .navbar-inverse .navbar-nav > li > a:hover,
html.theme-responsive .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
html.theme-responsive .navbar-inverse .navbar-nav > .active > a,
html.theme-responsive .navbar-inverse .navbar-nav > .active > a:hover,
html.theme-responsive .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
html.theme-responsive .navbar-inverse .navbar-nav > .disabled > a,
html.theme-responsive .navbar-inverse .navbar-nav > .disabled > a:hover,
html.theme-responsive .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
html.theme-responsive .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
html.theme-responsive .navbar-inverse .navbar-toggle:hover,
html.theme-responsive .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
html.theme-responsive .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
html.theme-responsive .navbar-inverse .navbar-collapse,
html.theme-responsive .navbar-inverse .navbar-form {
  border-color: #101010;
}
html.theme-responsive .navbar-inverse .navbar-nav > .open > a,
html.theme-responsive .navbar-inverse .navbar-nav > .open > a:hover,
html.theme-responsive .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  html.theme-responsive .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  html.theme-responsive .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  html.theme-responsive .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  html.theme-responsive .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  html.theme-responsive .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  html.theme-responsive .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  html.theme-responsive .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  html.theme-responsive .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  html.theme-responsive .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  html.theme-responsive .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  html.theme-responsive .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
html.theme-responsive .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
html.theme-responsive .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
html.theme-responsive .navbar-inverse .btn-link {
  color: #9d9d9d;
}
html.theme-responsive .navbar-inverse .btn-link:hover,
html.theme-responsive .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
html.theme-responsive .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] html.theme-responsive .navbar-inverse .btn-link:hover,
html.theme-responsive .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] html.theme-responsive .navbar-inverse .btn-link:focus {
  color: #444444;
}
html.theme-responsive .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
html.theme-responsive .breadcrumb > li {
  display: inline-block;
}
html.theme-responsive .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
html.theme-responsive .breadcrumb > .active {
  color: #777777;
}
html.theme-responsive .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 4px;
}
html.theme-responsive .pagination > li {
  display: inline;
}
html.theme-responsive .pagination > li > a,
html.theme-responsive .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #10b1e8;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
html.theme-responsive .pagination > li:first-child > a,
html.theme-responsive .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
html.theme-responsive .pagination > li:last-child > a,
html.theme-responsive .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
html.theme-responsive .pagination > li > a:hover,
html.theme-responsive .pagination > li > span:hover,
html.theme-responsive .pagination > li > a:focus,
html.theme-responsive .pagination > li > span:focus {
  color: #0b7aa0;
  background-color: #eeeeee;
  border-color: #dddddd;
}
html.theme-responsive .pagination > .active > a,
html.theme-responsive .pagination > .active > span,
html.theme-responsive .pagination > .active > a:hover,
html.theme-responsive .pagination > .active > span:hover,
html.theme-responsive .pagination > .active > a:focus,
html.theme-responsive .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #10b1e8;
  border-color: #10b1e8;
  cursor: default;
}
html.theme-responsive .pagination > .disabled > span,
html.theme-responsive .pagination > .disabled > span:hover,
html.theme-responsive .pagination > .disabled > span:focus,
html.theme-responsive .pagination > .disabled > a,
html.theme-responsive .pagination > .disabled > a:hover,
html.theme-responsive .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
html.theme-responsive .pagination-lg > li > a,
html.theme-responsive .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
}
html.theme-responsive .pagination-lg > li:first-child > a,
html.theme-responsive .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
html.theme-responsive .pagination-lg > li:last-child > a,
html.theme-responsive .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
html.theme-responsive .pagination-sm > li > a,
html.theme-responsive .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
}
html.theme-responsive .pagination-sm > li:first-child > a,
html.theme-responsive .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
html.theme-responsive .pagination-sm > li:last-child > a,
html.theme-responsive .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
html.theme-responsive .pager {
  padding-left: 0;
  margin: 17px 0;
  list-style: none;
  text-align: center;
}
html.theme-responsive .pager li {
  display: inline;
}
html.theme-responsive .pager li > a,
html.theme-responsive .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
html.theme-responsive .pager li > a:hover,
html.theme-responsive .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
html.theme-responsive .pager .next > a,
html.theme-responsive .pager .next > span {
  float: right;
}
html.theme-responsive .pager .previous > a,
html.theme-responsive .pager .previous > span {
  float: left;
}
html.theme-responsive .pager .disabled > a,
html.theme-responsive .pager .disabled > a:hover,
html.theme-responsive .pager .disabled > a:focus,
html.theme-responsive .pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
html.theme-responsive .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
ahtml.theme-responsive .label:hover,
ahtml.theme-responsive .label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
html.theme-responsive .label:empty {
  display: none;
}
.btn html.theme-responsive .label {
  position: relative;
  top: -1px;
}
html.theme-responsive .label-default {
  background-color: #777777;
}
html.theme-responsive .label-default[href]:hover,
html.theme-responsive .label-default[href]:focus {
  background-color: #5e5e5e;
}
html.theme-responsive .label-primary {
  background-color: #10b1e8;
}
html.theme-responsive .label-primary[href]:hover,
html.theme-responsive .label-primary[href]:focus {
  background-color: #0d8db8;
}
html.theme-responsive .label-success {
  background-color: #5cb85c;
}
html.theme-responsive .label-success[href]:hover,
html.theme-responsive .label-success[href]:focus {
  background-color: #449d44;
}
html.theme-responsive .label-info {
  background-color: #5bc0de;
}
html.theme-responsive .label-info[href]:hover,
html.theme-responsive .label-info[href]:focus {
  background-color: #31b0d5;
}
html.theme-responsive .label-warning {
  background-color: #f0ad4e;
}
html.theme-responsive .label-warning[href]:hover,
html.theme-responsive .label-warning[href]:focus {
  background-color: #ec971f;
}
html.theme-responsive .label-danger {
  background-color: #d9534f;
}
html.theme-responsive .label-danger[href]:hover,
html.theme-responsive .label-danger[href]:focus {
  background-color: #c9302c;
}
html.theme-responsive .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
html.theme-responsive .badge:empty {
  display: none;
}
.btn html.theme-responsive .badge {
  position: relative;
  top: -1px;
}
.btn-xs html.theme-responsive .badge,
.btn-group-xs > .btn html.theme-responsive .badge {
  top: 0;
  padding: 1px 5px;
}
ahtml.theme-responsive .badge:hover,
ahtml.theme-responsive .badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > html.theme-responsive .badge,
.nav-pills > .active > a > html.theme-responsive .badge {
  color: #10b1e8;
  background-color: #ffffff;
}
.list-group-item > html.theme-responsive .badge {
  float: right;
}
.list-group-item > html.theme-responsive .badge + html.theme-responsive .badge {
  margin-right: 5px;
}
.nav-pills > li > a > html.theme-responsive .badge {
  margin-left: 3px;
}
html.theme-responsive .jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
html.theme-responsive .jumbotron h1,
html.theme-responsive .jumbotron .h1 {
  color: inherit;
}
html.theme-responsive .jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
}
html.theme-responsive .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container html.theme-responsive .jumbotron,
.container-fluid html.theme-responsive .jumbotron {
  border-radius: 6px;
}
html.theme-responsive .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  html.theme-responsive .jumbotron {
    padding: 48px 0;
  }
  .container html.theme-responsive .jumbotron,
  .container-fluid html.theme-responsive .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  html.theme-responsive .jumbotron h1,
  html.theme-responsive .jumbotron .h1 {
    font-size: 54px;
  }
}
html.theme-responsive .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 17px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
html.theme-responsive .thumbnail > img,
html.theme-responsive .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
ahtml.theme-responsive .thumbnail:hover,
ahtml.theme-responsive .thumbnail:focus,
ahtml.theme-responsive .thumbnail.active {
  border-color: #10b1e8;
}
html.theme-responsive .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
html.theme-responsive .alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 4px;
}
html.theme-responsive .alert h4 {
  margin-top: 0;
  color: inherit;
}
html.theme-responsive .alert .alert-link {
  font-weight: bold;
}
html.theme-responsive .alert > p,
html.theme-responsive .alert > ul {
  margin-bottom: 0;
}
html.theme-responsive .alert > p + p {
  margin-top: 5px;
}
html.theme-responsive .alert-dismissable,
html.theme-responsive .alert-dismissible {
  padding-right: 35px;
}
html.theme-responsive .alert-dismissable .close,
html.theme-responsive .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
html.theme-responsive .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
html.theme-responsive .alert-success hr {
  border-top-color: #c9e2b3;
}
html.theme-responsive .alert-success .alert-link {
  color: #2b542c;
}
html.theme-responsive .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
html.theme-responsive .alert-info hr {
  border-top-color: #a6e1ec;
}
html.theme-responsive .alert-info .alert-link {
  color: #245269;
}
html.theme-responsive .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
html.theme-responsive .alert-warning hr {
  border-top-color: #f7e1b5;
}
html.theme-responsive .alert-warning .alert-link {
  color: #66512c;
}
html.theme-responsive .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
html.theme-responsive .alert-danger hr {
  border-top-color: #e4b9c0;
}
html.theme-responsive .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
html.theme-responsive .progress {
  overflow: hidden;
  height: 17px;
  margin-bottom: 17px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
html.theme-responsive .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background-color: #10b1e8;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
html.theme-responsive .progress-striped .progress-bar,
html.theme-responsive .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
html.theme-responsive .progress.active .progress-bar,
html.theme-responsive .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
html.theme-responsive .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped html.theme-responsive .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
html.theme-responsive .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped html.theme-responsive .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
html.theme-responsive .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped html.theme-responsive .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
html.theme-responsive .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped html.theme-responsive .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
html.theme-responsive .media {
  margin-top: 15px;
}
html.theme-responsive .media:first-child {
  margin-top: 0;
}
html.theme-responsive .media,
html.theme-responsive .media-body {
  zoom: 1;
  overflow: hidden;
}
html.theme-responsive .media-body {
  width: 10000px;
}
html.theme-responsive .media-object {
  display: block;
}
html.theme-responsive .media-right,
html.theme-responsive .media > .pull-right {
  padding-left: 10px;
}
html.theme-responsive .media-left,
html.theme-responsive .media > .pull-left {
  padding-right: 10px;
}
html.theme-responsive .media-left,
html.theme-responsive .media-right,
html.theme-responsive .media-body {
  display: table-cell;
  vertical-align: top;
}
html.theme-responsive .media-middle {
  vertical-align: middle;
}
html.theme-responsive .media-bottom {
  vertical-align: bottom;
}
html.theme-responsive .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
html.theme-responsive .media-list {
  padding-left: 0;
  list-style: none;
}
html.theme-responsive .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
html.theme-responsive .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
html.theme-responsive .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
html.theme-responsive .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
html.theme-responsive a.list-group-item {
  color: #555555;
}
html.theme-responsive a.list-group-item .list-group-item-heading {
  color: #333333;
}
html.theme-responsive a.list-group-item:hover,
html.theme-responsive a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
html.theme-responsive .list-group-item.disabled,
html.theme-responsive .list-group-item.disabled:hover,
html.theme-responsive .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
html.theme-responsive .list-group-item.disabled .list-group-item-heading,
html.theme-responsive .list-group-item.disabled:hover .list-group-item-heading,
html.theme-responsive .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
html.theme-responsive .list-group-item.disabled .list-group-item-text,
html.theme-responsive .list-group-item.disabled:hover .list-group-item-text,
html.theme-responsive .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
html.theme-responsive .list-group-item.active,
html.theme-responsive .list-group-item.active:hover,
html.theme-responsive .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #10b1e8;
  border-color: #10b1e8;
}
html.theme-responsive .list-group-item.active .list-group-item-heading,
html.theme-responsive .list-group-item.active:hover .list-group-item-heading,
html.theme-responsive .list-group-item.active:focus .list-group-item-heading,
html.theme-responsive .list-group-item.active .list-group-item-heading > small,
html.theme-responsive .list-group-item.active:hover .list-group-item-heading > small,
html.theme-responsive .list-group-item.active:focus .list-group-item-heading > small,
html.theme-responsive .list-group-item.active .list-group-item-heading > .small,
html.theme-responsive .list-group-item.active:hover .list-group-item-heading > .small,
html.theme-responsive .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
html.theme-responsive .list-group-item.active .list-group-item-text,
html.theme-responsive .list-group-item.active:hover .list-group-item-text,
html.theme-responsive .list-group-item.active:focus .list-group-item-text {
  color: #c9eefb;
}
html.theme-responsive .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
ahtml.theme-responsive .list-group-item-success {
  color: #3c763d;
}
ahtml.theme-responsive .list-group-item-success .list-group-item-heading {
  color: inherit;
}
ahtml.theme-responsive .list-group-item-success:hover,
ahtml.theme-responsive .list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
ahtml.theme-responsive .list-group-item-success.active,
ahtml.theme-responsive .list-group-item-success.active:hover,
ahtml.theme-responsive .list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
html.theme-responsive .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
ahtml.theme-responsive .list-group-item-info {
  color: #31708f;
}
ahtml.theme-responsive .list-group-item-info .list-group-item-heading {
  color: inherit;
}
ahtml.theme-responsive .list-group-item-info:hover,
ahtml.theme-responsive .list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
ahtml.theme-responsive .list-group-item-info.active,
ahtml.theme-responsive .list-group-item-info.active:hover,
ahtml.theme-responsive .list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
html.theme-responsive .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
ahtml.theme-responsive .list-group-item-warning {
  color: #8a6d3b;
}
ahtml.theme-responsive .list-group-item-warning .list-group-item-heading {
  color: inherit;
}
ahtml.theme-responsive .list-group-item-warning:hover,
ahtml.theme-responsive .list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
ahtml.theme-responsive .list-group-item-warning.active,
ahtml.theme-responsive .list-group-item-warning.active:hover,
ahtml.theme-responsive .list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
html.theme-responsive .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
ahtml.theme-responsive .list-group-item-danger {
  color: #a94442;
}
ahtml.theme-responsive .list-group-item-danger .list-group-item-heading {
  color: inherit;
}
ahtml.theme-responsive .list-group-item-danger:hover,
ahtml.theme-responsive .list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
ahtml.theme-responsive .list-group-item-danger.active,
ahtml.theme-responsive .list-group-item-danger.active:hover,
ahtml.theme-responsive .list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
html.theme-responsive .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
html.theme-responsive .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
html.theme-responsive .panel {
  margin-bottom: 17px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
html.theme-responsive .panel-body {
  padding: 15px;
}
html.theme-responsive .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
html.theme-responsive .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
html.theme-responsive .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
html.theme-responsive .panel-title > a,
html.theme-responsive .panel-title > small,
html.theme-responsive .panel-title > .small,
html.theme-responsive .panel-title > small > a,
html.theme-responsive .panel-title > .small > a {
  color: inherit;
}
html.theme-responsive .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
html.theme-responsive .panel > .list-group,
html.theme-responsive .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
html.theme-responsive .panel > .list-group .list-group-item,
html.theme-responsive .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
html.theme-responsive .panel > .list-group:first-child .list-group-item:first-child,
html.theme-responsive .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
html.theme-responsive .panel > .list-group:last-child .list-group-item:last-child,
html.theme-responsive .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;
}
html.theme-responsive .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
html.theme-responsive .list-group + .panel-footer {
  border-top-width: 0;
}
html.theme-responsive .panel > .table,
html.theme-responsive .panel > .table-responsive > .table,
html.theme-responsive .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
html.theme-responsive .panel > .table caption,
html.theme-responsive .panel > .table-responsive > .table caption,
html.theme-responsive .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
html.theme-responsive .panel > .table:first-child,
html.theme-responsive .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
html.theme-responsive .panel > .table:first-child > thead:first-child > tr:first-child,
html.theme-responsive .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
html.theme-responsive .panel > .table:first-child > tbody:first-child > tr:first-child,
html.theme-responsive .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
html.theme-responsive .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
html.theme-responsive .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
html.theme-responsive .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
html.theme-responsive .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
html.theme-responsive .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
html.theme-responsive .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
html.theme-responsive .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
html.theme-responsive .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
html.theme-responsive .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
html.theme-responsive .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
html.theme-responsive .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
html.theme-responsive .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
html.theme-responsive .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
html.theme-responsive .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
html.theme-responsive .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
html.theme-responsive .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
html.theme-responsive .panel > .table:last-child,
html.theme-responsive .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
html.theme-responsive .panel > .table:last-child > tbody:last-child > tr:last-child,
html.theme-responsive .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
html.theme-responsive .panel > .table:last-child > tfoot:last-child > tr:last-child,
html.theme-responsive .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
html.theme-responsive .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
html.theme-responsive .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
html.theme-responsive .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
html.theme-responsive .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
html.theme-responsive .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
html.theme-responsive .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
html.theme-responsive .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
html.theme-responsive .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
html.theme-responsive .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
html.theme-responsive .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
html.theme-responsive .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
html.theme-responsive .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
html.theme-responsive .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
html.theme-responsive .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
html.theme-responsive .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
html.theme-responsive .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
html.theme-responsive .panel > .panel-body + .table,
html.theme-responsive .panel > .panel-body + .table-responsive,
html.theme-responsive .panel > .table + .panel-body,
html.theme-responsive .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
html.theme-responsive .panel > .table > tbody:first-child > tr:first-child th,
html.theme-responsive .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
html.theme-responsive .panel > .table-bordered,
html.theme-responsive .panel > .table-responsive > .table-bordered {
  border: 0;
}
html.theme-responsive .panel > .table-bordered > thead > tr > th:first-child,
html.theme-responsive .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
html.theme-responsive .panel > .table-bordered > tbody > tr > th:first-child,
html.theme-responsive .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
html.theme-responsive .panel > .table-bordered > tfoot > tr > th:first-child,
html.theme-responsive .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
html.theme-responsive .panel > .table-bordered > thead > tr > td:first-child,
html.theme-responsive .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
html.theme-responsive .panel > .table-bordered > tbody > tr > td:first-child,
html.theme-responsive .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
html.theme-responsive .panel > .table-bordered > tfoot > tr > td:first-child,
html.theme-responsive .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
html.theme-responsive .panel > .table-bordered > thead > tr > th:last-child,
html.theme-responsive .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
html.theme-responsive .panel > .table-bordered > tbody > tr > th:last-child,
html.theme-responsive .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
html.theme-responsive .panel > .table-bordered > tfoot > tr > th:last-child,
html.theme-responsive .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
html.theme-responsive .panel > .table-bordered > thead > tr > td:last-child,
html.theme-responsive .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
html.theme-responsive .panel > .table-bordered > tbody > tr > td:last-child,
html.theme-responsive .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
html.theme-responsive .panel > .table-bordered > tfoot > tr > td:last-child,
html.theme-responsive .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
html.theme-responsive .panel > .table-bordered > thead > tr:first-child > td,
html.theme-responsive .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
html.theme-responsive .panel > .table-bordered > tbody > tr:first-child > td,
html.theme-responsive .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
html.theme-responsive .panel > .table-bordered > thead > tr:first-child > th,
html.theme-responsive .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
html.theme-responsive .panel > .table-bordered > tbody > tr:first-child > th,
html.theme-responsive .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
html.theme-responsive .panel > .table-bordered > tbody > tr:last-child > td,
html.theme-responsive .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
html.theme-responsive .panel > .table-bordered > tfoot > tr:last-child > td,
html.theme-responsive .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
html.theme-responsive .panel > .table-bordered > tbody > tr:last-child > th,
html.theme-responsive .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
html.theme-responsive .panel > .table-bordered > tfoot > tr:last-child > th,
html.theme-responsive .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
html.theme-responsive .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
html.theme-responsive .panel-group {
  margin-bottom: 17px;
}
html.theme-responsive .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
html.theme-responsive .panel-group .panel + .panel {
  margin-top: 5px;
}
html.theme-responsive .panel-group .panel-heading {
  border-bottom: 0;
}
html.theme-responsive .panel-group .panel-heading + .panel-collapse > .panel-body,
html.theme-responsive .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
html.theme-responsive .panel-group .panel-footer {
  border-top: 0;
}
html.theme-responsive .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
html.theme-responsive .panel-default {
  border-color: #dddddd;
}
html.theme-responsive .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
html.theme-responsive .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
html.theme-responsive .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
html.theme-responsive .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
html.theme-responsive .panel-primary {
  border-color: #10b1e8;
}
html.theme-responsive .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #10b1e8;
  border-color: #10b1e8;
}
html.theme-responsive .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #10b1e8;
}
html.theme-responsive .panel-primary > .panel-heading .badge {
  color: #10b1e8;
  background-color: #ffffff;
}
html.theme-responsive .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #10b1e8;
}
html.theme-responsive .panel-success {
  border-color: #d6e9c6;
}
html.theme-responsive .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
html.theme-responsive .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
html.theme-responsive .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
html.theme-responsive .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
html.theme-responsive .panel-info {
  border-color: #bce8f1;
}
html.theme-responsive .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
html.theme-responsive .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
html.theme-responsive .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
html.theme-responsive .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
html.theme-responsive .panel-warning {
  border-color: #faebcc;
}
html.theme-responsive .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
html.theme-responsive .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
html.theme-responsive .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
html.theme-responsive .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
html.theme-responsive .panel-danger {
  border-color: #ebccd1;
}
html.theme-responsive .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
html.theme-responsive .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
html.theme-responsive .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
html.theme-responsive .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
html.theme-responsive .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
html.theme-responsive .embed-responsive .embed-responsive-item,
html.theme-responsive .embed-responsive iframe,
html.theme-responsive .embed-responsive embed,
html.theme-responsive .embed-responsive object,
html.theme-responsive .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
html.theme-responsive .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
html.theme-responsive .embed-responsive-4by3 {
  padding-bottom: 75%;
}
html.theme-responsive .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
html.theme-responsive .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
html.theme-responsive .well-lg {
  padding: 24px;
  border-radius: 6px;
}
html.theme-responsive .well-sm {
  padding: 9px;
  border-radius: 3px;
}
html.theme-responsive .close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
html.theme-responsive .close:hover,
html.theme-responsive .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
buttonhtml.theme-responsive .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
html.theme-responsive .modal-open {
  overflow: hidden;
}
html.theme-responsive .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
html.theme-responsive .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
html.theme-responsive .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
html.theme-responsive .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
html.theme-responsive .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
html.theme-responsive .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
html.theme-responsive .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
html.theme-responsive .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
html.theme-responsive .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
html.theme-responsive .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
html.theme-responsive .modal-header .close {
  margin-top: -2px;
}
html.theme-responsive .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
html.theme-responsive .modal-body {
  position: relative;
  padding: 15px;
}
html.theme-responsive .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
html.theme-responsive .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
html.theme-responsive .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
html.theme-responsive .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
html.theme-responsive .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  html.theme-responsive .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  html.theme-responsive .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  html.theme-responsive .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  html.theme-responsive .modal-lg {
    width: 900px;
  }
}
html.theme-responsive .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
html.theme-responsive .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
html.theme-responsive .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
html.theme-responsive .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
html.theme-responsive .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
html.theme-responsive .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
html.theme-responsive .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
html.theme-responsive .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
html.theme-responsive .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
html.theme-responsive .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
html.theme-responsive .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
html.theme-responsive .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
html.theme-responsive .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
html.theme-responsive .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
html.theme-responsive .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
html.theme-responsive .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
html.theme-responsive .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
html.theme-responsive .popover.top {
  margin-top: -10px;
}
html.theme-responsive .popover.right {
  margin-left: 10px;
}
html.theme-responsive .popover.bottom {
  margin-top: 10px;
}
html.theme-responsive .popover.left {
  margin-left: -10px;
}
html.theme-responsive .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
html.theme-responsive .popover-content {
  padding: 9px 14px;
}
html.theme-responsive .popover > .arrow,
html.theme-responsive .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
html.theme-responsive .popover > .arrow {
  border-width: 11px;
}
html.theme-responsive .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
html.theme-responsive .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
html.theme-responsive .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
html.theme-responsive .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
html.theme-responsive .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
html.theme-responsive .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
html.theme-responsive .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
html.theme-responsive .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
html.theme-responsive .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
html.theme-responsive .carousel {
  position: relative;
}
html.theme-responsive .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
html.theme-responsive .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
html.theme-responsive .carousel-inner > .item > img,
html.theme-responsive .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  html.theme-responsive .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  html.theme-responsive .carousel-inner > .item.next,
  html.theme-responsive .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  html.theme-responsive .carousel-inner > .item.prev,
  html.theme-responsive .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  html.theme-responsive .carousel-inner > .item.next.left,
  html.theme-responsive .carousel-inner > .item.prev.right,
  html.theme-responsive .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
html.theme-responsive .carousel-inner > .active,
html.theme-responsive .carousel-inner > .next,
html.theme-responsive .carousel-inner > .prev {
  display: block;
}
html.theme-responsive .carousel-inner > .active {
  left: 0;
}
html.theme-responsive .carousel-inner > .next,
html.theme-responsive .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
html.theme-responsive .carousel-inner > .next {
  left: 100%;
}
html.theme-responsive .carousel-inner > .prev {
  left: -100%;
}
html.theme-responsive .carousel-inner > .next.left,
html.theme-responsive .carousel-inner > .prev.right {
  left: 0;
}
html.theme-responsive .carousel-inner > .active.left {
  left: -100%;
}
html.theme-responsive .carousel-inner > .active.right {
  left: 100%;
}
html.theme-responsive .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
html.theme-responsive .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
html.theme-responsive .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
html.theme-responsive .carousel-control:hover,
html.theme-responsive .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
html.theme-responsive .carousel-control .icon-prev,
html.theme-responsive .carousel-control .icon-next,
html.theme-responsive .carousel-control .glyphicon-chevron-left,
html.theme-responsive .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
html.theme-responsive .carousel-control .icon-prev,
html.theme-responsive .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
html.theme-responsive .carousel-control .icon-next,
html.theme-responsive .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
html.theme-responsive .carousel-control .icon-prev,
html.theme-responsive .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
html.theme-responsive .carousel-control .icon-prev:before {
  content: '\2039';
}
html.theme-responsive .carousel-control .icon-next:before {
  content: '\203a';
}
html.theme-responsive .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
html.theme-responsive .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
html.theme-responsive .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
html.theme-responsive .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
html.theme-responsive .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  html.theme-responsive .carousel-control .glyphicon-chevron-left,
  html.theme-responsive .carousel-control .glyphicon-chevron-right,
  html.theme-responsive .carousel-control .icon-prev,
  html.theme-responsive .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  html.theme-responsive .carousel-control .glyphicon-chevron-left,
  html.theme-responsive .carousel-control .icon-prev {
    margin-left: -15px;
  }
  html.theme-responsive .carousel-control .glyphicon-chevron-right,
  html.theme-responsive .carousel-control .icon-next {
    margin-right: -15px;
  }
  html.theme-responsive .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  html.theme-responsive .carousel-indicators {
    bottom: 20px;
  }
}
html.theme-responsive .clearfix:before,
html.theme-responsive .clearfix:after,
html.theme-responsive html.theme-responsive .dl-horizontal dd:before,
html.theme-responsive html.theme-responsive .dl-horizontal dd:after,
html.theme-responsive html.theme-responsive .container:before,
html.theme-responsive html.theme-responsive .container:after,
html.theme-responsive html.theme-responsive .container-fluid:before,
html.theme-responsive html.theme-responsive .container-fluid:after,
html.theme-responsive html.theme-responsive .row:before,
html.theme-responsive html.theme-responsive .row:after,
html.theme-responsive html.theme-responsive .form-horizontal .form-group:before,
html.theme-responsive html.theme-responsive .form-horizontal .form-group:after,
html.theme-responsive html.theme-responsive .btn-toolbar:before,
html.theme-responsive html.theme-responsive .btn-toolbar:after,
html.theme-responsive html.theme-responsive .btn-group-vertical > .btn-group:before,
html.theme-responsive html.theme-responsive .btn-group-vertical > .btn-group:after,
html.theme-responsive html.theme-responsive .nav:before,
html.theme-responsive html.theme-responsive .nav:after,
html.theme-responsive html.theme-responsive .navbar:before,
html.theme-responsive html.theme-responsive .navbar:after,
html.theme-responsive html.theme-responsive .navbar-header:before,
html.theme-responsive html.theme-responsive .navbar-header:after,
html.theme-responsive html.theme-responsive .navbar-collapse:before,
html.theme-responsive html.theme-responsive .navbar-collapse:after,
html.theme-responsive html.theme-responsive .pager:before,
html.theme-responsive html.theme-responsive .pager:after,
html.theme-responsive html.theme-responsive .panel-body:before,
html.theme-responsive html.theme-responsive .panel-body:after,
html.theme-responsive html.theme-responsive .modal-footer:before,
html.theme-responsive html.theme-responsive .modal-footer:after {
  content: " ";
  display: table;
}
html.theme-responsive .clearfix:after,
html.theme-responsive html.theme-responsive .dl-horizontal dd:after,
html.theme-responsive html.theme-responsive .container:after,
html.theme-responsive html.theme-responsive .container-fluid:after,
html.theme-responsive html.theme-responsive .row:after,
html.theme-responsive html.theme-responsive .form-horizontal .form-group:after,
html.theme-responsive html.theme-responsive .btn-toolbar:after,
html.theme-responsive html.theme-responsive .btn-group-vertical > .btn-group:after,
html.theme-responsive html.theme-responsive .nav:after,
html.theme-responsive html.theme-responsive .navbar:after,
html.theme-responsive html.theme-responsive .navbar-header:after,
html.theme-responsive html.theme-responsive .navbar-collapse:after,
html.theme-responsive html.theme-responsive .pager:after,
html.theme-responsive html.theme-responsive .panel-body:after,
html.theme-responsive html.theme-responsive .modal-footer:after {
  clear: both;
}
html.theme-responsive .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html.theme-responsive .pull-right {
  float: right !important;
}
html.theme-responsive .pull-left {
  float: left !important;
}
html.theme-responsive .hide {
  display: none !important;
}
html.theme-responsive .show {
  display: block !important;
}
html.theme-responsive .invisible {
  visibility: hidden;
}
html.theme-responsive .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
html.theme-responsive .hidden {
  display: none !important;
}
html.theme-responsive .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
html.theme-responsive .visible-xs,
html.theme-responsive .visible-sm,
html.theme-responsive .visible-md,
html.theme-responsive .visible-lg {
  display: none !important;
}
html.theme-responsive .visible-xs-block,
html.theme-responsive .visible-xs-inline,
html.theme-responsive .visible-xs-inline-block,
html.theme-responsive .visible-sm-block,
html.theme-responsive .visible-sm-inline,
html.theme-responsive .visible-sm-inline-block,
html.theme-responsive .visible-md-block,
html.theme-responsive .visible-md-inline,
html.theme-responsive .visible-md-inline-block,
html.theme-responsive .visible-lg-block,
html.theme-responsive .visible-lg-inline,
html.theme-responsive .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  html.theme-responsive .visible-xs {
    display: block !important;
  }
  tablehtml.theme-responsive .visible-xs {
    display: table;
  }
  trhtml.theme-responsive .visible-xs {
    display: table-row !important;
  }
  thhtml.theme-responsive .visible-xs,
  tdhtml.theme-responsive .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  html.theme-responsive .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  html.theme-responsive .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  html.theme-responsive .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html.theme-responsive .visible-sm {
    display: block !important;
  }
  tablehtml.theme-responsive .visible-sm {
    display: table;
  }
  trhtml.theme-responsive .visible-sm {
    display: table-row !important;
  }
  thhtml.theme-responsive .visible-sm,
  tdhtml.theme-responsive .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html.theme-responsive .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html.theme-responsive .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html.theme-responsive .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html.theme-responsive .visible-md {
    display: block !important;
  }
  tablehtml.theme-responsive .visible-md {
    display: table;
  }
  trhtml.theme-responsive .visible-md {
    display: table-row !important;
  }
  thhtml.theme-responsive .visible-md,
  tdhtml.theme-responsive .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html.theme-responsive .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html.theme-responsive .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html.theme-responsive .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  html.theme-responsive .visible-lg {
    display: block !important;
  }
  tablehtml.theme-responsive .visible-lg {
    display: table;
  }
  trhtml.theme-responsive .visible-lg {
    display: table-row !important;
  }
  thhtml.theme-responsive .visible-lg,
  tdhtml.theme-responsive .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  html.theme-responsive .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  html.theme-responsive .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  html.theme-responsive .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  html.theme-responsive .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html.theme-responsive .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html.theme-responsive .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  html.theme-responsive .hidden-lg {
    display: none !important;
  }
}
html.theme-responsive .visible-print {
  display: none !important;
}
@media print {
  html.theme-responsive .visible-print {
    display: block !important;
  }
  tablehtml.theme-responsive .visible-print {
    display: table;
  }
  trhtml.theme-responsive .visible-print {
    display: table-row !important;
  }
  thhtml.theme-responsive .visible-print,
  tdhtml.theme-responsive .visible-print {
    display: table-cell !important;
  }
}
html.theme-responsive .visible-print-block {
  display: none !important;
}
@media print {
  html.theme-responsive .visible-print-block {
    display: block !important;
  }
}
html.theme-responsive .visible-print-inline {
  display: none !important;
}
@media print {
  html.theme-responsive .visible-print-inline {
    display: inline !important;
  }
}
html.theme-responsive .visible-print-inline-block {
  display: none !important;
}
@media print {
  html.theme-responsive .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  html.theme-responsive .hidden-print {
    display: none !important;
  }
}
html.theme-responsive .pagination .disabled a,
html.theme-responsive .pagination .disabled a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #BFBFBF;
  cursor: default;
}
html.theme-responsive .pagination .next a {
  border-right: 1px solid;
  border-right-color: rgba(0, 0, 0, 0.15);
}
html.theme-responsive .subnav {
  width: 100%;
  background-color: #eeeeee;
  /* Old browsers */
  background-repeat: repeat-x;
  /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html.theme-responsive .subnav .nav {
  margin-bottom: 0;
}
html.theme-responsive .subnav .nav > li > a {
  margin: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
html.theme-responsive .subnav .nav > .active > a,
html.theme-responsive .subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
}
html.theme-responsive .subnav .nav > .active > a .caret,
html.theme-responsive .subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
html.theme-responsive .subnav .nav > li:first-child > a,
html.theme-responsive .subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
html.theme-responsive .subnav .nav > li:last-child > a {
  border-right: 0;
}
html.theme-responsive .subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
@media (min-width: 980px) {
  html.theme-responsive .subnav-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1020;
    /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px;
    /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 #ffffff, 0 1px 5px rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    /* IE6-9 */
  }
  html.theme-responsive .subnav-fixed .nav {
    width: 938px;
    margin: 0 auto;
    padding: 0 1px;
  }
  html.theme-responsive .subnav .nav > li:first-child > a,
  html.theme-responsive .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
html.theme-responsive h2 + table,
html.theme-responsive h3 + table,
html.theme-responsive h4 + table,
html.theme-responsive h2 + .row {
  margin-top: 15px;
}
@media (min-width: 1210px) {
  html.theme-responsive {
    /* Update subnav container */
  }
  html.theme-responsive .subnav-fixed .nav {
    width: 1168px;
    /* 2px less to account for left/right borders being removed when in fixed mode */
  }
}
html.theme-responsive section {
  padding-top: 0px;
}
html.theme-responsive .controls .collection-item {
  margin-bottom: 9px;
}
html.theme-responsive .gmnoprint img {
  max-width: none;
}
html.theme-responsive body {
  /*    min-height: 2000px; */
  padding-top: 70px;
}
html.theme-responsive body.noStaticNavbar {
  padding-top: 0px;
}
html.theme-responsive .btn-action {
  background-color: #ff4500;
  border-color: #b33000;
}
html.theme-responsive .btn-action:hover,
html.theme-responsive .btn-action:active {
  background-color: #ff7d4d;
  border-color: #b33000;
}
html.theme-responsive .panel .panel-footer > .btn-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html.theme-responsive .jumbotron {
  padding-left: 60px;
  padding-right: 60px;
}
html.theme-responsive .list-group-item > .media > .media-left .img-responsive,
html.theme-responsive .list-group-item > .media > .media-right .img-responsive {
  width: 40px;
  max-width: 40px;
}
html.theme-responsive .navbar-bottom {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  html.theme-responsive .navbar-form {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: auto;
  }
}
html.theme-responsive .product-list-horizontal,
html.theme-responsive .row-cols-equal-height {
  position: relative;
}
html.theme-responsive .product-list-horizontal .product,
html.theme-responsive .row-cols-equal-height .product,
html.theme-responsive .product-list-horizontal .product.panel,
html.theme-responsive .row-cols-equal-height .product.panel {
  width: 160px;
  margin-left: 5px;
  margin-right: 5px;
}
html.theme-responsive .product-list-horizontal .row.product-list-horizontal,
html.theme-responsive .row-cols-equal-height .row.product-list-horizontal,
html.theme-responsive .product-list-horizontal .row.row-cols-equal-height > .product.panel,
html.theme-responsive .row-cols-equal-height .row.row-cols-equal-height > .product.panel {
  margin-left: 15px;
  margin-right: 15px;
}
html.theme-responsive .product .panel-heading {
  height: 60px;
}
html.theme-responsive .product .product-details {
  margin-top: 5px;
  margin-bottom: 10px;
}
html.theme-responsive .product .product-image {
  width: 140px;
  height: 140px;
  vertical-align: middle;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
html.theme-responsive .product .product-image img {
  width: 120px;
  height: 120px;
  align: middle;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-image: url('../img/product-image-noimage.png');
  background-position: 0 5px;
  background-repeat: no-repeat;
}
html.theme-responsive .product .product-image .price {
  display: block;
  position: relative;
  top: -30px;
  font-size: 20px;
  color: #ff4500;
  text-align: right;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
html.theme-responsive .product .product-image .price:hover {
  color: #ff4500;
}
html.theme-responsive .product .product-image > a:hover {
  text-decoration: none;
}
html.theme-responsive .product.panel {
  padding-left: 0;
  padding-right: 0;
}
html.theme-responsive .product.panel .panel-footer {
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border: transparent;
}
html.theme-responsive .sm_ads .sm_ads_ad {
  font-size: 12px;
  padding: 5px 0 0 0;
}
html.theme-responsive .sm_ads .sm_ad {
  /*        border: 1px solid #dddbdb;*/
  padding: 0 0 5px 0;
}
html.theme-responsive .sm_ads .sm_ad .ad_title,
html.theme-responsive .sm_ads .sm_ad .ad_title a {
  font-size: 12px;
  color: #4f4f4f;
  font-weight: bold;
}
html.theme-responsive .sm_ads .sm_ad .ad_desc,
html.theme-responsive .sm_ads .sm_ad .ad_desc a {
  color: #929292;
  font-size: 11px;
}

/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
