@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.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; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #18a0ac;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0f6269;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -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; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 769px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #18a0ac; }

a.text-primary:hover {
  color: #12767f; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #18a0ac; }

a.bg-primary:hover {
  background-color: #12767f; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .form-radios ul,
.form-checkboxes ul, .sidebar .nav > li > ul, .dashboard-panel ul {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 769px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 769px) {
    .container {
      width: 780px; } }
  @media (min-width: 992px) {
    .container {
      width: 1000px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -30px;
  margin-right: -30px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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: 30px;
  padding-right: 30px; }

.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; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

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

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

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

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

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

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

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

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 769px) {
  .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; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .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; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .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; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 768px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label, .form-radios legend,
.form-checkboxes legend {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }
    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
    input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
    input[type="month"] {
      line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .radio .form-radios legend, .form-radios .radio legend,
  .radio .form-checkboxes legend,
  .form-checkboxes .radio legend,
  .checkbox label,
  .checkbox .form-radios legend,
  .form-radios .checkbox legend,
  .checkbox .form-checkboxes legend,
  .form-checkboxes .checkbox legend {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

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

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

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

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

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

.radio.disabled label, .radio.disabled .form-radios legend, .form-radios .radio.disabled legend,
.radio.disabled .form-checkboxes legend,
.form-checkboxes .radio.disabled legend, fieldset[disabled] .radio label, fieldset[disabled] .radio .form-radios legend, .form-radios fieldset[disabled] .radio legend,
fieldset[disabled] .radio .form-checkboxes legend,
.form-checkboxes fieldset[disabled] .radio legend,
.checkbox.disabled label,
.checkbox.disabled .form-radios legend,
.form-radios .checkbox.disabled legend,
.checkbox.disabled .form-checkboxes legend,
.form-checkboxes .checkbox.disabled legend, fieldset[disabled]
.checkbox label, fieldset[disabled]
.checkbox .form-radios legend, .form-radios fieldset[disabled]
.checkbox legend,
fieldset[disabled]
.checkbox .form-checkboxes legend,
.form-checkboxes fieldset[disabled]
.checkbox legend {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 38px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.radio .form-radios legend, .form-radios .has-success.radio legend,
.has-success.radio .form-checkboxes legend,
.form-checkboxes .has-success.radio legend, .has-success.checkbox label, .has-success.checkbox .form-radios legend, .form-radios .has-success.checkbox legend,
.has-success.checkbox .form-checkboxes legend,
.form-checkboxes .has-success.checkbox legend, .has-success.radio-inline label, .has-success.radio-inline .form-radios legend, .form-radios .has-success.radio-inline legend,
.has-success.radio-inline .form-checkboxes legend,
.form-checkboxes .has-success.radio-inline legend, .has-success.checkbox-inline label, .has-success.checkbox-inline .form-radios legend, .form-radios .has-success.checkbox-inline legend,
.has-success.checkbox-inline .form-checkboxes legend,
.form-checkboxes .has-success.checkbox-inline legend {
  color: #3c763d; }
.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); }
  .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; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.radio .form-radios legend, .form-radios .has-warning.radio legend,
.has-warning.radio .form-checkboxes legend,
.form-checkboxes .has-warning.radio legend, .has-warning.checkbox label, .has-warning.checkbox .form-radios legend, .form-radios .has-warning.checkbox legend,
.has-warning.checkbox .form-checkboxes legend,
.form-checkboxes .has-warning.checkbox legend, .has-warning.radio-inline label, .has-warning.radio-inline .form-radios legend, .form-radios .has-warning.radio-inline legend,
.has-warning.radio-inline .form-checkboxes legend,
.form-checkboxes .has-warning.radio-inline legend, .has-warning.checkbox-inline label, .has-warning.checkbox-inline .form-radios legend, .form-radios .has-warning.checkbox-inline legend,
.has-warning.checkbox-inline .form-checkboxes legend,
.form-checkboxes .has-warning.checkbox-inline legend {
  color: #8a6d3b; }
.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); }
  .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; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.radio .form-radios legend, .form-radios .has-error.radio legend,
.has-error.radio .form-checkboxes legend,
.form-checkboxes .has-error.radio legend, .has-error.checkbox label, .has-error.checkbox .form-radios legend, .form-radios .has-error.checkbox legend,
.has-error.checkbox .form-checkboxes legend,
.form-checkboxes .has-error.checkbox legend, .has-error.radio-inline label, .has-error.radio-inline .form-radios legend, .form-radios .has-error.radio-inline legend,
.has-error.radio-inline .form-checkboxes legend,
.form-checkboxes .has-error.radio-inline legend, .has-error.checkbox-inline label, .has-error.checkbox-inline .form-radios legend, .form-radios .has-error.checkbox-inline legend,
.has-error.checkbox-inline .form-checkboxes legend,
.form-checkboxes .has-error.checkbox-inline legend {
  color: #a94442; }
.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); }
  .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; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback, .has-feedback .form-radios legend ~ .form-control-feedback, .form-radios .has-feedback legend ~ .form-control-feedback,
.has-feedback .form-checkboxes legend ~ .form-control-feedback,
.form-checkboxes .has-feedback legend ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .form-radios legend.sr-only ~ .form-control-feedback, .form-radios .has-feedback legend.sr-only ~ .form-control-feedback,
.has-feedback .form-checkboxes legend.sr-only ~ .form-control-feedback,
.form-checkboxes .has-feedback legend.sr-only ~ .form-control-feedback {
  top: 0; }

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

@media (min-width: 769px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .form-inline .radio .form-radios legend, .form-radios .form-inline .radio legend,
    .form-inline .radio .form-checkboxes legend,
    .form-checkboxes .form-inline .radio legend,
    .form-inline .checkbox label,
    .form-inline .checkbox .form-radios legend,
    .form-radios .form-inline .checkbox legend,
    .form-inline .checkbox .form-checkboxes legend,
    .form-checkboxes .form-inline .checkbox legend {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -30px;
  margin-right: -30px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 769px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 30px; }
@media (min-width: 769px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }
@media (min-width: 769px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.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: 14px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none; }
  .btn:active, .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); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #fff;
  background-color: #939da3;
  border-color: #939da3; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #77848c;
    border-color: #727f87; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #939da3;
    border-color: #939da3; }
  .btn-default .badge {
    color: #939da3;
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #18a0ac;
  border-color: #18a0ac; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #12767f;
    border-color: #116e76; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #18a0ac;
    border-color: #18a0ac; }
  .btn-primary .badge {
    color: #18a0ac;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #18a0ac;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #0f6269;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

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

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.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; }

.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; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -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; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #18a0ac; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 769px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.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); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #18a0ac; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #18a0ac; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 769px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 769px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0 0 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 769px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 769px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 30px;
  padding-left: 30px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 769px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -30px;
  margin-left: -30px; }
  @media (min-width: 769px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 769px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 769px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 25px 30px;
  font-size: 18px;
  line-height: 20px;
  height: 70px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 769px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -30px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 30px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 769px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 12.5px -30px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 768px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 769px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 25px;
          padding-bottom: 25px; } }

.navbar-form {
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px 30px;
  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: 18px;
  margin-bottom: 18px; }
  @media (min-width: 769px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label, .navbar-form .radio .form-radios legend, .form-radios .navbar-form .radio legend,
      .navbar-form .radio .form-checkboxes legend,
      .form-checkboxes .navbar-form .radio legend,
      .navbar-form .checkbox label,
      .navbar-form .checkbox .form-radios legend,
      .form-radios .navbar-form .checkbox legend,
      .navbar-form .checkbox .form-checkboxes legend,
      .form-checkboxes .navbar-form .checkbox legend {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 768px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 769px) {
    .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; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 18px;
  margin-bottom: 18px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 20px;
    margin-bottom: 20px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 24px;
    margin-bottom: 24px; }

.navbar-text {
  margin-top: 25px;
  margin-bottom: 25px; }
  @media (min-width: 769px) {
    .navbar-text {
      float: left;
      margin-left: 30px;
      margin-right: 30px; } }

@media (min-width: 769px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -30px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 768px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 768px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #18a0ac;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #0f6269;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #18a0ac;
    border-color: #18a0ac;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #18a0ac; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #12767f; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #18a0ac;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 769px) {
    .jumbotron {
      padding: 48px 0; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail, .form-image {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img, .form-image > img,
  .thumbnail a > img,
  .form-image a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption, .form-image .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover, a.form-image:hover,
a.thumbnail:focus,
a.form-image:focus,
a.thumbnail.active,
a.active.form-image {
  border-color: #18a0ac; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .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; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -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); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #18a0ac;
  -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; }

.progress-striped .progress-bar,
.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; }

.progress.active .progress-bar,
.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; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .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); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .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); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .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); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .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); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #18a0ac;
  border-color: #18a0ac; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #9eebf2; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #18a0ac; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #18a0ac;
    border-color: #18a0ac; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #18a0ac; }
    .panel-primary > .panel-heading .badge {
      color: #18a0ac;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #18a0ac; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -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); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0; }

.well-sm {
  padding: 9px;
  border-radius: 0; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .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; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -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; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 769px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .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); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -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; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.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; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.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); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.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; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.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); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .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; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .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; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .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); }
  .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); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.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; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 769px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 768px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 768px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 768px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 768px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 769px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
@font-face {
  font-family: 'icomoon';
  src: url(../fonts/icomoon/icomoon.eot?8hrlqb);
  src: url(../fonts/icomoon/icomoon.eot?8hrlqb#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf?8hrlqb) format("truetype"), url(../fonts/icomoon/icomoon.woff?8hrlqb) format("woff"), url(../fonts/icomoon/icomoon.svg?8hrlqb#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }
.icon {
  position: relative;
  top: 1px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-muted {
  color: #777777; }

.icon-home:before {
  content: "\e900"; }

.icon-home2:before {
  content: "\e901"; }

.icon-home3:before {
  content: "\e902"; }

.icon-home4:before {
  content: "\e903"; }

.icon-home5:before {
  content: "\e904"; }

.icon-home6:before {
  content: "\e905"; }

.icon-home7:before {
  content: "\e906"; }

.icon-home8:before {
  content: "\e907"; }

.icon-home9:before {
  content: "\e908"; }

.icon-office:before {
  content: "\e909"; }

.icon-city:before {
  content: "\e90a"; }

.icon-newspaper:before {
  content: "\e90b"; }

.icon-magazine:before {
  content: "\e90c"; }

.icon-design:before {
  content: "\e90d"; }

.icon-pencil:before {
  content: "\e90e"; }

.icon-pencil2:before {
  content: "\e90f"; }

.icon-pencil3:before {
  content: "\e910"; }

.icon-pencil4:before {
  content: "\e911"; }

.icon-pencil5:before {
  content: "\e912"; }

.icon-pencil6:before {
  content: "\e913"; }

.icon-pencil7:before {
  content: "\e914"; }

.icon-eraser:before {
  content: "\e915"; }

.icon-eraser2:before {
  content: "\e916"; }

.icon-eraser3:before {
  content: "\e917"; }

.icon-quill:before {
  content: "\e918"; }

.icon-quill2:before {
  content: "\e919"; }

.icon-quill3:before {
  content: "\e91a"; }

.icon-quill4:before {
  content: "\e91b"; }

.icon-pen:before {
  content: "\e91c"; }

.icon-pen-plus:before {
  content: "\e91d"; }

.icon-pen-minus:before {
  content: "\e91e"; }

.icon-pen2:before {
  content: "\e91f"; }

.icon-pen3:before {
  content: "\e920"; }

.icon-pen4:before {
  content: "\e921"; }

.icon-pen5:before {
  content: "\e922"; }

.icon-marker:before {
  content: "\e923"; }

.icon-marker2:before {
  content: "\e924"; }

.icon-blog:before {
  content: "\e925"; }

.icon-blog2:before {
  content: "\e926"; }

.icon-pen6:before {
  content: "\e927"; }

.icon-brush:before {
  content: "\e928"; }

.icon-spray:before {
  content: "\e929"; }

.icon-palette:before {
  content: "\e92a"; }

.icon-palette2:before {
  content: "\e92b"; }

.icon-color-sampler:before {
  content: "\e92c"; }

.icon-toggle:before {
  content: "\e92d"; }

.icon-bucket:before {
  content: "\e92e"; }

.icon-bucket2:before {
  content: "\e92f"; }

.icon-gradient:before {
  content: "\e930"; }

.icon-eyedropper:before {
  content: "\e931"; }

.icon-eyedropper2:before {
  content: "\e932"; }

.icon-eyedropper3:before {
  content: "\e933"; }

.icon-droplet:before {
  content: "\e934"; }

.icon-droplet2:before {
  content: "\e935"; }

.icon-droplet-contrast:before {
  content: "\e936"; }

.icon-color-clear:before {
  content: "\e937"; }

.icon-paint-format:before {
  content: "\e938"; }

.icon-stamp:before {
  content: "\e939"; }

.icon-images:before {
  content: "\e93a"; }

.icon-image:before {
  content: "\e93b"; }

.icon-image2:before {
  content: "\e93c"; }

.icon-image-compare:before {
  content: "\e93d"; }

.icon-images2:before {
  content: "\e93e"; }

.icon-image3:before {
  content: "\e93f"; }

.icon-images3:before {
  content: "\e940"; }

.icon-image4:before {
  content: "\e941"; }

.icon-image5:before {
  content: "\e942"; }

.icon-image6:before {
  content: "\e943"; }

.icon-camera:before {
  content: "\e944"; }

.icon-camera2:before {
  content: "\e945"; }

.icon-camera3:before {
  content: "\e946"; }

.icon-shutter:before {
  content: "\e947"; }

.icon-headphones:before {
  content: "\e948"; }

.icon-headset:before {
  content: "\e949"; }

.icon-music:before {
  content: "\e94a"; }

.icon-music2:before {
  content: "\e94b"; }

.icon-music3:before {
  content: "\e94c"; }

.icon-music4:before {
  content: "\e94d"; }

.icon-music5:before {
  content: "\e94e"; }

.icon-music6:before {
  content: "\e94f"; }

.icon-album:before {
  content: "\e950"; }

.icon-cassette:before {
  content: "\e951"; }

.icon-tape:before {
  content: "\e952"; }

.icon-piano:before {
  content: "\e953"; }

.icon-guitar:before {
  content: "\e954"; }

.icon-trumpet:before {
  content: "\e955"; }

.icon-speakers:before {
  content: "\e956"; }

.icon-play:before {
  content: "\e957"; }

.icon-play2:before {
  content: "\e958"; }

.icon-clapboard-play:before {
  content: "\e959"; }

.icon-clapboard:before {
  content: "\e95a"; }

.icon-media:before {
  content: "\e95b"; }

.icon-presentation:before {
  content: "\e95c"; }

.icon-movie:before {
  content: "\e95d"; }

.icon-film:before {
  content: "\e95e"; }

.icon-film2:before {
  content: "\e95f"; }

.icon-film3:before {
  content: "\e960"; }

.icon-film4:before {
  content: "\e961"; }

.icon-video-camera:before {
  content: "\e962"; }

.icon-video-camera2:before {
  content: "\e963"; }

.icon-video-camera-slash:before {
  content: "\e964"; }

.icon-video-camera3:before {
  content: "\e965"; }

.icon-video-camera4:before {
  content: "\e966"; }

.icon-video-camera-slash2:before {
  content: "\e967"; }

.icon-video-camera5:before {
  content: "\e968"; }

.icon-recording:before {
  content: "\e969"; }

.icon-dice:before {
  content: "\e96a"; }

.icon-gamepad:before {
  content: "\e96b"; }

.icon-gamepad2:before {
  content: "\e96c"; }

.icon-gamepad3:before {
  content: "\e96d"; }

.icon-pacman:before {
  content: "\e96e"; }

.icon-spades:before {
  content: "\e96f"; }

.icon-clubs:before {
  content: "\e970"; }

.icon-diamonds:before {
  content: "\e971"; }

.icon-chess-king:before {
  content: "\e972"; }

.icon-chess-queen:before {
  content: "\e973"; }

.icon-chess-rook:before {
  content: "\e974"; }

.icon-chess-bishop:before {
  content: "\e975"; }

.icon-chess-knight:before {
  content: "\e976"; }

.icon-chess-pawn:before {
  content: "\e977"; }

.icon-chess:before {
  content: "\e978"; }

.icon-bullhorn:before {
  content: "\e979"; }

.icon-megaphone:before {
  content: "\e97a"; }

.icon-new:before {
  content: "\e97b"; }

.icon-connection:before {
  content: "\e97c"; }

.icon-connection2:before {
  content: "\e97d"; }

.icon-connection3:before {
  content: "\e97e"; }

.icon-connection4:before {
  content: "\e97f"; }

.icon-podcast:before {
  content: "\e980"; }

.icon-station:before {
  content: "\e981"; }

.icon-station2:before {
  content: "\e982"; }

.icon-antenna:before {
  content: "\e983"; }

.icon-satellite-dish:before {
  content: "\e984"; }

.icon-satellite-dish2:before {
  content: "\e985"; }

.icon-feed:before {
  content: "\e986"; }

.icon-podcast2:before {
  content: "\e987"; }

.icon-antenna2:before {
  content: "\e988"; }

.icon-mic:before {
  content: "\e989"; }

.icon-mic-off:before {
  content: "\e98a"; }

.icon-mic2:before {
  content: "\e98b"; }

.icon-mic-off2:before {
  content: "\e98c"; }

.icon-mic3:before {
  content: "\e98d"; }

.icon-mic4:before {
  content: "\e98e"; }

.icon-mic5:before {
  content: "\e98f"; }

.icon-book:before {
  content: "\e990"; }

.icon-book2:before {
  content: "\e991"; }

.icon-book-play:before {
  content: "\e992"; }

.icon-book3:before {
  content: "\e993"; }

.icon-bookmark:before {
  content: "\e994"; }

.icon-books:before {
  content: "\e995"; }

.icon-archive:before {
  content: "\e996"; }

.icon-reading:before {
  content: "\e997"; }

.icon-library:before {
  content: "\e998"; }

.icon-library2:before {
  content: "\e999"; }

.icon-graduation:before {
  content: "\e99a"; }

.icon-file-text:before {
  content: "\e99b"; }

.icon-profile:before {
  content: "\e99c"; }

.icon-file-empty:before {
  content: "\e99d"; }

.icon-file-empty2:before {
  content: "\e99e"; }

.icon-files-empty:before {
  content: "\e99f"; }

.icon-files-empty2:before {
  content: "\e9a0"; }

.icon-file-plus:before {
  content: "\e9a1"; }

.icon-file-plus2:before {
  content: "\e9a2"; }

.icon-file-minus:before {
  content: "\e9a3"; }

.icon-file-minus2:before {
  content: "\e9a4"; }

.icon-file-download:before {
  content: "\e9a5"; }

.icon-file-download2:before {
  content: "\e9a6"; }

.icon-file-upload:before {
  content: "\e9a7"; }

.icon-file-upload2:before {
  content: "\e9a8"; }

.icon-file-check:before {
  content: "\e9a9"; }

.icon-file-check2:before {
  content: "\e9aa"; }

.icon-file-eye:before {
  content: "\e9ab"; }

.icon-file-eye2:before {
  content: "\e9ac"; }

.icon-file-text2:before {
  content: "\e9ad"; }

.icon-file-text3:before {
  content: "\e9ae"; }

.icon-file-picture:before {
  content: "\e9af"; }

.icon-file-picture2:before {
  content: "\e9b0"; }

.icon-file-music:before {
  content: "\e9b1"; }

.icon-file-music2:before {
  content: "\e9b2"; }

.icon-file-play:before {
  content: "\e9b3"; }

.icon-file-play2:before {
  content: "\e9b4"; }

.icon-file-video:before {
  content: "\e9b5"; }

.icon-file-video2:before {
  content: "\e9b6"; }

.icon-copy:before {
  content: "\e9b7"; }

.icon-copy2:before {
  content: "\e9b8"; }

.icon-file-zip:before {
  content: "\e9b9"; }

.icon-file-zip2:before {
  content: "\e9ba"; }

.icon-file-xml:before {
  content: "\e9bb"; }

.icon-file-xml2:before {
  content: "\e9bc"; }

.icon-file-css:before {
  content: "\e9bd"; }

.icon-file-css2:before {
  content: "\e9be"; }

.icon-file-presentation:before {
  content: "\e9bf"; }

.icon-file-presentation2:before {
  content: "\e9c0"; }

.icon-file-stats:before {
  content: "\e9c1"; }

.icon-file-stats2:before {
  content: "\e9c2"; }

.icon-file-locked:before {
  content: "\e9c3"; }

.icon-file-locked2:before {
  content: "\e9c4"; }

.icon-file-spreadsheet:before {
  content: "\e9c5"; }

.icon-file-spreadsheet2:before {
  content: "\e9c6"; }

.icon-copy3:before {
  content: "\e9c7"; }

.icon-copy4:before {
  content: "\e9c8"; }

.icon-paste:before {
  content: "\e9c9"; }

.icon-paste2:before {
  content: "\e9ca"; }

.icon-paste3:before {
  content: "\e9cb"; }

.icon-paste4:before {
  content: "\e9cc"; }

.icon-stack:before {
  content: "\e9cd"; }

.icon-stack2:before {
  content: "\e9ce"; }

.icon-stack3:before {
  content: "\e9cf"; }

.icon-folder:before {
  content: "\e9d0"; }

.icon-folder-search:before {
  content: "\e9d1"; }

.icon-folder-download:before {
  content: "\e9d2"; }

.icon-folder-upload:before {
  content: "\e9d3"; }

.icon-folder-plus:before {
  content: "\e9d4"; }

.icon-folder-plus2:before {
  content: "\e9d5"; }

.icon-folder-minus:before {
  content: "\e9d6"; }

.icon-folder-minus2:before {
  content: "\e9d7"; }

.icon-folder-check:before {
  content: "\e9d8"; }

.icon-folder-heart:before {
  content: "\e9d9"; }

.icon-folder-remove:before {
  content: "\e9da"; }

.icon-folder2:before {
  content: "\e9db"; }

.icon-folder-open:before {
  content: "\e9dc"; }

.icon-folder3:before {
  content: "\e9dd"; }

.icon-folder4:before {
  content: "\e9de"; }

.icon-folder-plus3:before {
  content: "\e9df"; }

.icon-folder-minus3:before {
  content: "\e9e0"; }

.icon-folder-plus4:before {
  content: "\e9e1"; }

.icon-folder-minus4:before {
  content: "\e9e2"; }

.icon-folder-download2:before {
  content: "\e9e3"; }

.icon-folder-upload2:before {
  content: "\e9e4"; }

.icon-folder-download3:before {
  content: "\e9e5"; }

.icon-folder-upload3:before {
  content: "\e9e6"; }

.icon-folder5:before {
  content: "\e9e7"; }

.icon-folder-open2:before {
  content: "\e9e8"; }

.icon-folder6:before {
  content: "\e9e9"; }

.icon-folder-open3:before {
  content: "\e9ea"; }

.icon-certificate:before {
  content: "\e9eb"; }

.icon-cc:before {
  content: "\e9ec"; }

.icon-price-tag:before {
  content: "\e9ed"; }

.icon-price-tag2:before {
  content: "\e9ee"; }

.icon-price-tags:before {
  content: "\e9ef"; }

.icon-price-tag3:before {
  content: "\e9f0"; }

.icon-price-tags2:before {
  content: "\e9f1"; }

.icon-price-tag4:before {
  content: "\e9f2"; }

.icon-price-tags3:before {
  content: "\e9f3"; }

.icon-price-tag5:before {
  content: "\e9f4"; }

.icon-price-tags4:before {
  content: "\e9f5"; }

.icon-barcode:before {
  content: "\e9f6"; }

.icon-barcode2:before {
  content: "\e9f7"; }

.icon-qrcode:before {
  content: "\e9f8"; }

.icon-ticket:before {
  content: "\e9f9"; }

.icon-ticket2:before {
  content: "\e9fa"; }

.icon-theater:before {
  content: "\e9fb"; }

.icon-store:before {
  content: "\e9fc"; }

.icon-store2:before {
  content: "\e9fd"; }

.icon-cart:before {
  content: "\e9fe"; }

.icon-cart2:before {
  content: "\e9ff"; }

.icon-cart3:before {
  content: "\ea00"; }

.icon-cart4:before {
  content: "\ea01"; }

.icon-cart5:before {
  content: "\ea02"; }

.icon-cart-add:before {
  content: "\ea03"; }

.icon-cart-add2:before {
  content: "\ea04"; }

.icon-cart-remove:before {
  content: "\ea05"; }

.icon-basket:before {
  content: "\ea06"; }

.icon-bag:before {
  content: "\ea07"; }

.icon-bag2:before {
  content: "\ea08"; }

.icon-percent:before {
  content: "\ea09"; }

.icon-coins:before {
  content: "\ea0a"; }

.icon-coin-dollar:before {
  content: "\ea0b"; }

.icon-coin-euro:before {
  content: "\ea0c"; }

.icon-coin-pound:before {
  content: "\ea0d"; }

.icon-coin-yen:before {
  content: "\ea0e"; }

.icon-piggy-bank:before {
  content: "\ea0f"; }

.icon-wallet:before {
  content: "\ea10"; }

.icon-cash:before {
  content: "\ea11"; }

.icon-cash2:before {
  content: "\ea12"; }

.icon-cash3:before {
  content: "\ea13"; }

.icon-cash4:before {
  content: "\ea14"; }

.icon-credit-card:before {
  content: "\ea15"; }

.icon-credit-card2:before {
  content: "\ea16"; }

.icon-calculator:before {
  content: "\ea17"; }

.icon-calculator2:before {
  content: "\ea18"; }

.icon-calculator3:before {
  content: "\ea19"; }

.icon-chip:before {
  content: "\ea1a"; }

.icon-lifebuoy:before {
  content: "\ea1b"; }

.icon-phone:before {
  content: "\ea1c"; }

.icon-phone2:before {
  content: "\ea1d"; }

.icon-phone-slash:before {
  content: "\ea1e"; }

.icon-phone-wave:before {
  content: "\ea1f"; }

.icon-phone-plus:before {
  content: "\ea20"; }

.icon-phone-minus:before {
  content: "\ea21"; }

.icon-phone-plus2:before {
  content: "\ea22"; }

.icon-phone-minus2:before {
  content: "\ea23"; }

.icon-phone-incoming:before {
  content: "\ea24"; }

.icon-phone-outgoing:before {
  content: "\ea25"; }

.icon-phone3:before {
  content: "\ea26"; }

.icon-phone-slash2:before {
  content: "\ea27"; }

.icon-phone-wave2:before {
  content: "\ea28"; }

.icon-phone-hang-up:before {
  content: "\ea29"; }

.icon-phone-hang-up2:before {
  content: "\ea2a"; }

.icon-address-book:before {
  content: "\ea2b"; }

.icon-address-book2:before {
  content: "\ea2c"; }

.icon-address-book3:before {
  content: "\ea2d"; }

.icon-notebook:before {
  content: "\ea2e"; }

.icon-at-sign:before {
  content: "\ea2f"; }

.icon-envelop:before {
  content: "\ea30"; }

.icon-envelop2:before {
  content: "\ea31"; }

.icon-envelop3:before {
  content: "\ea32"; }

.icon-envelop4:before {
  content: "\ea33"; }

.icon-envelop5:before {
  content: "\ea34"; }

.icon-mailbox:before {
  content: "\ea35"; }

.icon-pushpin:before {
  content: "\ea36"; }

.icon-pushpin2:before {
  content: "\ea37"; }

.icon-location:before {
  content: "\ea38"; }

.icon-location2:before {
  content: "\ea39"; }

.icon-location3:before {
  content: "\ea3a"; }

.icon-location4:before {
  content: "\ea3b"; }

.icon-location5:before {
  content: "\ea3c"; }

.icon-location6:before {
  content: "\ea3d"; }

.icon-location7:before {
  content: "\ea3e"; }

.icon-compass:before {
  content: "\ea3f"; }

.icon-compass2:before {
  content: "\ea40"; }

.icon-compass3:before {
  content: "\ea41"; }

.icon-compass4:before {
  content: "\ea42"; }

.icon-compass5:before {
  content: "\ea43"; }

.icon-compass6:before {
  content: "\ea44"; }

.icon-map:before {
  content: "\ea45"; }

.icon-map2:before {
  content: "\ea46"; }

.icon-map3:before {
  content: "\ea47"; }

.icon-map4:before {
  content: "\ea48"; }

.icon-map5:before {
  content: "\ea49"; }

.icon-direction:before {
  content: "\ea4a"; }

.icon-reset:before {
  content: "\ea4b"; }

.icon-history:before {
  content: "\ea4c"; }

.icon-clock:before {
  content: "\ea4d"; }

.icon-clock2:before {
  content: "\ea4e"; }

.icon-clock3:before {
  content: "\ea4f"; }

.icon-clock4:before {
  content: "\ea50"; }

.icon-watch:before {
  content: "\ea51"; }

.icon-watch2:before {
  content: "\ea52"; }

.icon-alarm:before {
  content: "\ea53"; }

.icon-alarm-add:before {
  content: "\ea54"; }

.icon-alarm-check:before {
  content: "\ea55"; }

.icon-alarm-cancel:before {
  content: "\ea56"; }

.icon-bell:before {
  content: "\ea57"; }

.icon-bell2:before {
  content: "\ea58"; }

.icon-bell3:before {
  content: "\ea59"; }

.icon-bell-plus:before {
  content: "\ea5a"; }

.icon-bell-minus:before {
  content: "\ea5b"; }

.icon-bell-check:before {
  content: "\ea5c"; }

.icon-bell-cross:before {
  content: "\ea5d"; }

.icon-stopwatch:before {
  content: "\ea5e"; }

.icon-calendar:before {
  content: "\ea5f"; }

.icon-calendar2:before {
  content: "\ea60"; }

.icon-calendar3:before {
  content: "\ea61"; }

.icon-calendar4:before {
  content: "\ea62"; }

.icon-calendar5:before {
  content: "\ea63"; }

.icon-calendar-empty:before {
  content: "\ea64"; }

.icon-calendar-day:before {
  content: "\ea65"; }

.icon-calendar-week:before {
  content: "\ea66"; }

.icon-printer:before {
  content: "\ea67"; }

.icon-printer2:before {
  content: "\ea68"; }

.icon-printer3:before {
  content: "\ea69"; }

.icon-printer4:before {
  content: "\ea6a"; }

.icon-shredder:before {
  content: "\ea6b"; }

.icon-mouse:before {
  content: "\ea6c"; }

.icon-mouse2:before {
  content: "\ea6d"; }

.icon-mouse-left:before {
  content: "\ea6e"; }

.icon-mouse-right:before {
  content: "\ea6f"; }

.icon-keyboard:before {
  content: "\ea70"; }

.icon-keyboard2:before {
  content: "\ea71"; }

.icon-typewriter:before {
  content: "\ea72"; }

.icon-display:before {
  content: "\ea73"; }

.icon-display2:before {
  content: "\ea74"; }

.icon-display3:before {
  content: "\ea75"; }

.icon-display4:before {
  content: "\ea76"; }

.icon-laptop:before {
  content: "\ea77"; }

.icon-mobile:before {
  content: "\ea78"; }

.icon-mobile2:before {
  content: "\ea79"; }

.icon-tablet:before {
  content: "\ea7a"; }

.icon-mobile3:before {
  content: "\ea7b"; }

.icon-tv:before {
  content: "\ea7c"; }

.icon-radio:before {
  content: "\ea7d"; }

.icon-cabinet:before {
  content: "\ea7e"; }

.icon-drawer:before {
  content: "\ea7f"; }

.icon-drawer2:before {
  content: "\ea80"; }

.icon-drawer-out:before {
  content: "\ea81"; }

.icon-drawer-in:before {
  content: "\ea82"; }

.icon-drawer3:before {
  content: "\ea83"; }

.icon-box:before {
  content: "\ea84"; }

.icon-box-add:before {
  content: "\ea85"; }

.icon-box-remove:before {
  content: "\ea86"; }

.icon-download:before {
  content: "\ea87"; }

.icon-upload:before {
  content: "\ea88"; }

.icon-floppy-disk:before {
  content: "\ea89"; }

.icon-floppy-disks:before {
  content: "\ea8a"; }

.icon-floppy-disks2:before {
  content: "\ea8b"; }

.icon-floppy-disk2:before {
  content: "\ea8c"; }

.icon-floppy-disk3:before {
  content: "\ea8d"; }

.icon-disk:before {
  content: "\ea8e"; }

.icon-disk2:before {
  content: "\ea8f"; }

.icon-usb-stick:before {
  content: "\ea90"; }

.icon-drive:before {
  content: "\ea91"; }

.icon-server:before {
  content: "\ea92"; }

.icon-database:before {
  content: "\ea93"; }

.icon-database2:before {
  content: "\ea94"; }

.icon-database3:before {
  content: "\ea95"; }

.icon-database4:before {
  content: "\ea96"; }

.icon-database-menu:before {
  content: "\ea97"; }

.icon-database-add:before {
  content: "\ea98"; }

.icon-database-remove:before {
  content: "\ea99"; }

.icon-database-insert:before {
  content: "\ea9a"; }

.icon-database-export:before {
  content: "\ea9b"; }

.icon-database-upload:before {
  content: "\ea9c"; }

.icon-database-refresh:before {
  content: "\ea9d"; }

.icon-database-diff:before {
  content: "\ea9e"; }

.icon-database-edit:before {
  content: "\ea9f"; }

.icon-database-edit2:before {
  content: "\eaa0"; }

.icon-database-check:before {
  content: "\eaa1"; }

.icon-database-arrow:before {
  content: "\eaa2"; }

.icon-database-time:before {
  content: "\eaa3"; }

.icon-database-time2:before {
  content: "\eaa4"; }

.icon-undo:before {
  content: "\eaa5"; }

.icon-redo:before {
  content: "\eaa6"; }

.icon-rotate-ccw:before {
  content: "\eaa7"; }

.icon-rotate-cw:before {
  content: "\eaa8"; }

.icon-rotate-ccw2:before {
  content: "\eaa9"; }

.icon-rotate-cw2:before {
  content: "\eaaa"; }

.icon-rotate-ccw3:before {
  content: "\eaab"; }

.icon-rotate-cw3:before {
  content: "\eaac"; }

.icon-flip-vertical:before {
  content: "\eaad"; }

.icon-flip-vertical2:before {
  content: "\eaae"; }

.icon-flip-horizontal:before {
  content: "\eaaf"; }

.icon-flip-horizontal2:before {
  content: "\eab0"; }

.icon-flip-vertical3:before {
  content: "\eab1"; }

.icon-flip-vertical4:before {
  content: "\eab2"; }

.icon-angle:before {
  content: "\eab3"; }

.icon-shear:before {
  content: "\eab4"; }

.icon-unite:before {
  content: "\eab5"; }

.icon-subtract:before {
  content: "\eab6"; }

.icon-interset:before {
  content: "\eab7"; }

.icon-exclude:before {
  content: "\eab8"; }

.icon-align-left:before {
  content: "\eab9"; }

.icon-align-center-horizontal:before {
  content: "\eaba"; }

.icon-align-right:before {
  content: "\eabb"; }

.icon-align-top:before {
  content: "\eabc"; }

.icon-align-center-vertical:before {
  content: "\eabd"; }

.icon-align-bottom:before {
  content: "\eabe"; }

.icon-undo2:before {
  content: "\eabf"; }

.icon-redo2:before {
  content: "\eac0"; }

.icon-forward:before {
  content: "\eac1"; }

.icon-reply:before {
  content: "\eac2"; }

.icon-reply-all:before {
  content: "\eac3"; }

.icon-bubble:before {
  content: "\eac4"; }

.icon-bubbles:before {
  content: "\eac5"; }

.icon-bubbles2:before {
  content: "\eac6"; }

.icon-bubble2:before {
  content: "\eac7"; }

.icon-bubbles3:before {
  content: "\eac8"; }

.icon-bubbles4:before {
  content: "\eac9"; }

.icon-bubble-notification:before {
  content: "\eaca"; }

.icon-bubbles5:before {
  content: "\eacb"; }

.icon-bubbles6:before {
  content: "\eacc"; }

.icon-bubble3:before {
  content: "\eacd"; }

.icon-bubble-dots:before {
  content: "\eace"; }

.icon-bubble-lines:before {
  content: "\eacf"; }

.icon-bubble4:before {
  content: "\ead0"; }

.icon-bubble-dots2:before {
  content: "\ead1"; }

.icon-bubble-lines2:before {
  content: "\ead2"; }

.icon-bubble5:before {
  content: "\ead3"; }

.icon-bubble6:before {
  content: "\ead4"; }

.icon-bubbles7:before {
  content: "\ead5"; }

.icon-bubble7:before {
  content: "\ead6"; }

.icon-bubbles8:before {
  content: "\ead7"; }

.icon-bubble8:before {
  content: "\ead8"; }

.icon-bubble-dots3:before {
  content: "\ead9"; }

.icon-bubble-lines3:before {
  content: "\eada"; }

.icon-bubble9:before {
  content: "\eadb"; }

.icon-bubble-dots4:before {
  content: "\eadc"; }

.icon-bubble-lines4:before {
  content: "\eadd"; }

.icon-bubbles9:before {
  content: "\eade"; }

.icon-bubbles10:before {
  content: "\eadf"; }

.icon-bubble-blocked:before {
  content: "\eae0"; }

.icon-bubble-quote:before {
  content: "\eae1"; }

.icon-bubble-user:before {
  content: "\eae2"; }

.icon-bubble-smiley:before {
  content: "\eae3"; }

.icon-bubble-check:before {
  content: "\eae4"; }

.icon-bubble-video:before {
  content: "\eae5"; }

.icon-bubble-link:before {
  content: "\eae6"; }

.icon-bubble-lock:before {
  content: "\eae7"; }

.icon-bubble-star:before {
  content: "\eae8"; }

.icon-bubble-heart:before {
  content: "\eae9"; }

.icon-bubble-paperclip:before {
  content: "\eaea"; }

.icon-bubble-cancel:before {
  content: "\eaeb"; }

.icon-bubble-plus:before {
  content: "\eaec"; }

.icon-bubble-minus:before {
  content: "\eaed"; }

.icon-bubble-notification2:before {
  content: "\eaee"; }

.icon-bubble-left:before {
  content: "\eaef"; }

.icon-bubble-right:before {
  content: "\eaf0"; }

.icon-bubble-first:before {
  content: "\eaf1"; }

.icon-bubble-last:before {
  content: "\eaf2"; }

.icon-bubble-reply:before {
  content: "\eaf3"; }

.icon-bubble-forward:before {
  content: "\eaf4"; }

.icon-bubble-reply2:before {
  content: "\eaf5"; }

.icon-bubble-forward2:before {
  content: "\eaf6"; }

.icon-user:before {
  content: "\eaf7"; }

.icon-users:before {
  content: "\eaf8"; }

.icon-user-plus:before {
  content: "\eaf9"; }

.icon-user-minus:before {
  content: "\eafa"; }

.icon-user-cancel:before {
  content: "\eafb"; }

.icon-user-block:before {
  content: "\eafc"; }

.icon-user-lock:before {
  content: "\eafd"; }

.icon-user-check:before {
  content: "\eafe"; }

.icon-users2:before {
  content: "\eaff"; }

.icon-user2:before {
  content: "\eb00"; }

.icon-users3:before {
  content: "\eb01"; }

.icon-user-plus2:before {
  content: "\eb02"; }

.icon-user-minus2:before {
  content: "\eb03"; }

.icon-user-cancel2:before {
  content: "\eb04"; }

.icon-user-block2:before {
  content: "\eb05"; }

.icon-user-lock2:before {
  content: "\eb06"; }

.icon-user-check2:before {
  content: "\eb07"; }

.icon-user3:before {
  content: "\eb08"; }

.icon-user4:before {
  content: "\eb09"; }

.icon-user5:before {
  content: "\eb0a"; }

.icon-user6:before {
  content: "\eb0b"; }

.icon-users4:before {
  content: "\eb0c"; }

.icon-user-tie:before {
  content: "\eb0d"; }

.icon-user7:before {
  content: "\eb0e"; }

.icon-users5:before {
  content: "\eb0f"; }

.icon-collaboration:before {
  content: "\eb10"; }

.icon-vcard:before {
  content: "\eb11"; }

.icon-hat:before {
  content: "\eb12"; }

.icon-bowtie:before {
  content: "\eb13"; }

.icon-tie:before {
  content: "\eb14"; }

.icon-hanger:before {
  content: "\eb15"; }

.icon-tshirt:before {
  content: "\eb16"; }

.icon-pants:before {
  content: "\eb17"; }

.icon-shorts:before {
  content: "\eb18"; }

.icon-sock:before {
  content: "\eb19"; }

.icon-laundry:before {
  content: "\eb1a"; }

.icon-quotes-left:before {
  content: "\eb1b"; }

.icon-quotes-right:before {
  content: "\eb1c"; }

.icon-quotes-left2:before {
  content: "\eb1d"; }

.icon-quotes-right2:before {
  content: "\eb1e"; }

.icon-hour-glass:before {
  content: "\eb1f"; }

.icon-hour-glass2:before {
  content: "\eb20"; }

.icon-hour-glass3:before {
  content: "\eb21"; }

.icon-spinner:before {
  content: "\eb22"; }

.icon-spinner2:before {
  content: "\eb23"; }

.icon-spinner3:before {
  content: "\eb24"; }

.icon-spinner4:before {
  content: "\eb25"; }

.icon-spinner5:before {
  content: "\eb26"; }

.icon-spinner6:before {
  content: "\eb27"; }

.icon-spinner7:before {
  content: "\eb28"; }

.icon-spinner8:before {
  content: "\eb29"; }

.icon-spinner9:before {
  content: "\eb2a"; }

.icon-spinner10:before {
  content: "\eb2b"; }

.icon-spinner11:before {
  content: "\eb2c"; }

.icon-microscope:before {
  content: "\eb2d"; }

.icon-binoculars:before {
  content: "\eb2e"; }

.icon-binoculars2:before {
  content: "\eb2f"; }

.icon-search:before {
  content: "\eb30"; }

.icon-zoom-in:before {
  content: "\eb31"; }

.icon-zoom-out:before {
  content: "\eb32"; }

.icon-search2:before {
  content: "\eb33"; }

.icon-zoom-in2:before {
  content: "\eb34"; }

.icon-zoom-out2:before {
  content: "\eb35"; }

.icon-search3:before {
  content: "\eb36"; }

.icon-search4:before {
  content: "\eb37"; }

.icon-zoom-in3:before {
  content: "\eb38"; }

.icon-zoom-out3:before {
  content: "\eb39"; }

.icon-search5:before {
  content: "\eb3a"; }

.icon-search6:before {
  content: "\eb3b"; }

.icon-enlarge:before {
  content: "\eb3c"; }

.icon-shrink:before {
  content: "\eb3d"; }

.icon-enlarge2:before {
  content: "\eb3e"; }

.icon-shrink2:before {
  content: "\eb3f"; }

.icon-enlarge3:before {
  content: "\eb40"; }

.icon-shrink3:before {
  content: "\eb41"; }

.icon-enlarge4:before {
  content: "\eb42"; }

.icon-shrink4:before {
  content: "\eb43"; }

.icon-enlarge5:before {
  content: "\eb44"; }

.icon-shrink5:before {
  content: "\eb45"; }

.icon-enlarge6:before {
  content: "\eb46"; }

.icon-shrink6:before {
  content: "\eb47"; }

.icon-enlarge7:before {
  content: "\eb48"; }

.icon-shrink7:before {
  content: "\eb49"; }

.icon-key:before {
  content: "\eb4a"; }

.icon-key2:before {
  content: "\eb4b"; }

.icon-key3:before {
  content: "\eb4c"; }

.icon-key4:before {
  content: "\eb4d"; }

.icon-key5:before {
  content: "\eb4e"; }

.icon-keyhole:before {
  content: "\eb4f"; }

.icon-lock:before {
  content: "\eb50"; }

.icon-lock2:before {
  content: "\eb51"; }

.icon-lock3:before {
  content: "\eb52"; }

.icon-lock4:before {
  content: "\eb53"; }

.icon-unlocked:before {
  content: "\eb54"; }

.icon-lock5:before {
  content: "\eb55"; }

.icon-unlocked2:before {
  content: "\eb56"; }

.icon-safe:before {
  content: "\eb57"; }

.icon-wrench:before {
  content: "\eb58"; }

.icon-wrench2:before {
  content: "\eb59"; }

.icon-wrench3:before {
  content: "\eb5a"; }

.icon-equalizer:before {
  content: "\eb5b"; }

.icon-equalizer2:before {
  content: "\eb5c"; }

.icon-equalizer3:before {
  content: "\eb5d"; }

.icon-equalizer4:before {
  content: "\eb5e"; }

.icon-cog:before {
  content: "\eb5f"; }

.icon-cogs:before {
  content: "\eb60"; }

.icon-cog2:before {
  content: "\eb61"; }

.icon-cog3:before {
  content: "\eb62"; }

.icon-cog4:before {
  content: "\eb63"; }

.icon-cog5:before {
  content: "\eb64"; }

.icon-cog6:before {
  content: "\eb65"; }

.icon-cog7:before {
  content: "\eb66"; }

.icon-factory:before {
  content: "\eb67"; }

.icon-hammer:before {
  content: "\eb68"; }

.icon-hammer-wrench:before {
  content: "\eb69"; }

.icon-knife:before {
  content: "\eb6a"; }

.icon-screwdriver:before {
  content: "\eb6b"; }

.icon-screwdriver2:before {
  content: "\eb6c"; }

.icon-magic-wand:before {
  content: "\eb6d"; }

.icon-magic-wand2:before {
  content: "\eb6e"; }

.icon-pulse:before {
  content: "\eb6f"; }

.icon-pulse2:before {
  content: "\eb70"; }

.icon-aid-kit:before {
  content: "\eb71"; }

.icon-aid-kit2:before {
  content: "\eb72"; }

.icon-stethoscope:before {
  content: "\eb73"; }

.icon-ambulance:before {
  content: "\eb74"; }

.icon-alarm2:before {
  content: "\eb75"; }

.icon-pandage:before {
  content: "\eb76"; }

.icon-pandage2:before {
  content: "\eb77"; }

.icon-bug:before {
  content: "\eb78"; }

.icon-bug2:before {
  content: "\eb79"; }

.icon-syringe:before {
  content: "\eb7a"; }

.icon-syringe2:before {
  content: "\eb7b"; }

.icon-pill:before {
  content: "\eb7c"; }

.icon-construction:before {
  content: "\eb7d"; }

.icon-traffic-cone:before {
  content: "\eb7e"; }

.icon-traffic-lights:before {
  content: "\eb7f"; }

.icon-pie-chart:before {
  content: "\eb80"; }

.icon-pie-chart2:before {
  content: "\eb81"; }

.icon-pie-chart3:before {
  content: "\eb82"; }

.icon-pie-chart4:before {
  content: "\eb83"; }

.icon-pie-chart5:before {
  content: "\eb84"; }

.icon-pie-chart6:before {
  content: "\eb85"; }

.icon-pie-chart7:before {
  content: "\eb86"; }

.icon-stats-dots:before {
  content: "\eb87"; }

.icon-stats-bars:before {
  content: "\eb88"; }

.icon-pie-chart8:before {
  content: "\eb89"; }

.icon-stats-bars2:before {
  content: "\eb8a"; }

.icon-stats-bars3:before {
  content: "\eb8b"; }

.icon-stats-bars4:before {
  content: "\eb8c"; }

.icon-stats-bars5:before {
  content: "\eb8d"; }

.icon-stats-bars6:before {
  content: "\eb8e"; }

.icon-chart:before {
  content: "\eb8f"; }

.icon-stats-growth:before {
  content: "\eb90"; }

.icon-stats-decline:before {
  content: "\eb91"; }

.icon-stats-growth2:before {
  content: "\eb92"; }

.icon-stats-decline2:before {
  content: "\eb93"; }

.icon-stairs-up:before {
  content: "\eb94"; }

.icon-stairs-down:before {
  content: "\eb95"; }

.icon-stairs:before {
  content: "\eb96"; }

.icon-stairs2:before {
  content: "\eb97"; }

.icon-ladder:before {
  content: "\eb98"; }

.icon-rating:before {
  content: "\eb99"; }

.icon-rating2:before {
  content: "\eb9a"; }

.icon-rating3:before {
  content: "\eb9b"; }

.icon-cake:before {
  content: "\eb9c"; }

.icon-podium:before {
  content: "\eb9d"; }

.icon-stars:before {
  content: "\eb9e"; }

.icon-medal-star:before {
  content: "\eb9f"; }

.icon-medal:before {
  content: "\eba0"; }

.icon-medal2:before {
  content: "\eba1"; }

.icon-medal-first:before {
  content: "\eba2"; }

.icon-medal-second:before {
  content: "\eba3"; }

.icon-medal-third:before {
  content: "\eba4"; }

.icon-crown:before {
  content: "\eba5"; }

.icon-trophy:before {
  content: "\eba6"; }

.icon-trophy2:before {
  content: "\eba7"; }

.icon-trophy3:before {
  content: "\eba8"; }

.icon-diamond:before {
  content: "\eba9"; }

.icon-diamond2:before {
  content: "\ebaa"; }

.icon-trophy4:before {
  content: "\ebab"; }

.icon-gift:before {
  content: "\ebac"; }

.icon-gift2:before {
  content: "\ebad"; }

.icon-balloon:before {
  content: "\ebae"; }

.icon-pipe:before {
  content: "\ebaf"; }

.icon-mustache:before {
  content: "\ebb0"; }

.icon-mustache2:before {
  content: "\ebb1"; }

.icon-glass:before {
  content: "\ebb2"; }

.icon-glass2:before {
  content: "\ebb3"; }

.icon-glass3:before {
  content: "\ebb4"; }

.icon-glass4:before {
  content: "\ebb5"; }

.icon-bottle:before {
  content: "\ebb6"; }

.icon-bottle2:before {
  content: "\ebb7"; }

.icon-bottle3:before {
  content: "\ebb8"; }

.icon-bottle4:before {
  content: "\ebb9"; }

.icon-mug:before {
  content: "\ebba"; }

.icon-fork-knife:before {
  content: "\ebbb"; }

.icon-spoon-knife:before {
  content: "\ebbc"; }

.icon-cook:before {
  content: "\ebbd"; }

.icon-plate:before {
  content: "\ebbe"; }

.icon-steak:before {
  content: "\ebbf"; }

.icon-fish:before {
  content: "\ebc0"; }

.icon-chicken:before {
  content: "\ebc1"; }

.icon-hamburger:before {
  content: "\ebc2"; }

.icon-pizza:before {
  content: "\ebc3"; }

.icon-cheese:before {
  content: "\ebc4"; }

.icon-bread:before {
  content: "\ebc5"; }

.icon-icecream:before {
  content: "\ebc6"; }

.icon-milk:before {
  content: "\ebc7"; }

.icon-cup:before {
  content: "\ebc8"; }

.icon-cup2:before {
  content: "\ebc9"; }

.icon-coffee-bean:before {
  content: "\ebca"; }

.icon-coffee:before {
  content: "\ebcb"; }

.icon-teapot:before {
  content: "\ebcc"; }

.icon-leaf:before {
  content: "\ebcd"; }

.icon-leaf2:before {
  content: "\ebce"; }

.icon-apple:before {
  content: "\ebcf"; }

.icon-grapes:before {
  content: "\ebd0"; }

.icon-cherry:before {
  content: "\ebd1"; }

.icon-tree:before {
  content: "\ebd2"; }

.icon-tree2:before {
  content: "\ebd3"; }

.icon-tree3:before {
  content: "\ebd4"; }

.icon-tree4:before {
  content: "\ebd5"; }

.icon-cactus:before {
  content: "\ebd6"; }

.icon-mountains:before {
  content: "\ebd7"; }

.icon-paw:before {
  content: "\ebd8"; }

.icon-footprint:before {
  content: "\ebd9"; }

.icon-tent:before {
  content: "\ebda"; }

.icon-flower:before {
  content: "\ebdb"; }

.icon-flower2:before {
  content: "\ebdc"; }

.icon-rocket:before {
  content: "\ebdd"; }

.icon-meter:before {
  content: "\ebde"; }

.icon-meter2:before {
  content: "\ebdf"; }

.icon-meter-slow:before {
  content: "\ebe0"; }

.icon-meter-medium:before {
  content: "\ebe1"; }

.icon-meter-fast:before {
  content: "\ebe2"; }

.icon-meter3:before {
  content: "\ebe3"; }

.icon-hammer2:before {
  content: "\ebe4"; }

.icon-balance:before {
  content: "\ebe5"; }

.icon-scale:before {
  content: "\ebe6"; }

.icon-bomb:before {
  content: "\ebe7"; }

.icon-fire:before {
  content: "\ebe8"; }

.icon-fire2:before {
  content: "\ebe9"; }

.icon-lab:before {
  content: "\ebea"; }

.icon-atom:before {
  content: "\ebeb"; }

.icon-atom2:before {
  content: "\ebec"; }

.icon-magnet:before {
  content: "\ebed"; }

.icon-magnet2:before {
  content: "\ebee"; }

.icon-dumbbell:before {
  content: "\ebef"; }

.icon-skull:before {
  content: "\ebf0"; }

.icon-skull2:before {
  content: "\ebf1"; }

.icon-lamp:before {
  content: "\ebf2"; }

.icon-lamp2:before {
  content: "\ebf3"; }

.icon-lamp3:before {
  content: "\ebf4"; }

.icon-spotlight:before {
  content: "\ebf5"; }

.icon-lamp4:before {
  content: "\ebf6"; }

.icon-lamp5:before {
  content: "\ebf7"; }

.icon-lamp6:before {
  content: "\ebf8"; }

.icon-lamp7:before {
  content: "\ebf9"; }

.icon-lamp8:before {
  content: "\ebfa"; }

.icon-broom:before {
  content: "\ebfb"; }

.icon-toiletpaper:before {
  content: "\ebfc"; }

.icon-bin:before {
  content: "\ebfd"; }

.icon-bin2:before {
  content: "\ebfe"; }

.icon-bin3:before {
  content: "\ebff"; }

.icon-bin4:before {
  content: "\ec00"; }

.icon-bin5:before {
  content: "\ec01"; }

.icon-briefcase:before {
  content: "\ec02"; }

.icon-briefcase2:before {
  content: "\ec03"; }

.icon-briefcase3:before {
  content: "\ec04"; }

.icon-airplane:before {
  content: "\ec05"; }

.icon-airplane2:before {
  content: "\ec06"; }

.icon-airplane3:before {
  content: "\ec07"; }

.icon-airplane4:before {
  content: "\ec08"; }

.icon-paperplane:before {
  content: "\ec09"; }

.icon-car:before {
  content: "\ec0a"; }

.icon-steering-wheel:before {
  content: "\ec0b"; }

.icon-car2:before {
  content: "\ec0c"; }

.icon-gas:before {
  content: "\ec0d"; }

.icon-bus:before {
  content: "\ec0e"; }

.icon-truck:before {
  content: "\ec0f"; }

.icon-bike:before {
  content: "\ec10"; }

.icon-road:before {
  content: "\ec11"; }

.icon-train:before {
  content: "\ec12"; }

.icon-train2:before {
  content: "\ec13"; }

.icon-ship:before {
  content: "\ec14"; }

.icon-boat:before {
  content: "\ec15"; }

.icon-chopper:before {
  content: "\ec16"; }

.icon-chopper2:before {
  content: "\ec17"; }

.icon-cube:before {
  content: "\ec18"; }

.icon-cube2:before {
  content: "\ec19"; }

.icon-cube3:before {
  content: "\ec1a"; }

.icon-cube4:before {
  content: "\ec1b"; }

.icon-pyramid:before {
  content: "\ec1c"; }

.icon-pyramid2:before {
  content: "\ec1d"; }

.icon-package:before {
  content: "\ec1e"; }

.icon-puzzle:before {
  content: "\ec1f"; }

.icon-puzzle2:before {
  content: "\ec20"; }

.icon-puzzle3:before {
  content: "\ec21"; }

.icon-puzzle4:before {
  content: "\ec22"; }

.icon-glasses-3d:before {
  content: "\ec23"; }

.icon-glasses-3d2:before {
  content: "\ec24"; }

.icon-glasses:before {
  content: "\ec25"; }

.icon-glasses2:before {
  content: "\ec26"; }

.icon-brain:before {
  content: "\ec27"; }

.icon-accessibility:before {
  content: "\ec28"; }

.icon-accessibility2:before {
  content: "\ec29"; }

.icon-strategy:before {
  content: "\ec2a"; }

.icon-target:before {
  content: "\ec2b"; }

.icon-target2:before {
  content: "\ec2c"; }

.icon-target3:before {
  content: "\ec2d"; }

.icon-ammo:before {
  content: "\ec2e"; }

.icon-gun:before {
  content: "\ec2f"; }

.icon-gun-forbidden:before {
  content: "\ec30"; }

.icon-shield:before {
  content: "\ec31"; }

.icon-shield-check:before {
  content: "\ec32"; }

.icon-shield-notice:before {
  content: "\ec33"; }

.icon-shield2:before {
  content: "\ec34"; }

.icon-shield3:before {
  content: "\ec35"; }

.icon-shield4:before {
  content: "\ec36"; }

.icon-soccer:before {
  content: "\ec37"; }

.icon-football:before {
  content: "\ec38"; }

.icon-archery:before {
  content: "\ec39"; }

.icon-bow:before {
  content: "\ec3a"; }

.icon-sword:before {
  content: "\ec3b"; }

.icon-tennis:before {
  content: "\ec3c"; }

.icon-pingpong:before {
  content: "\ec3d"; }

.icon-baseball:before {
  content: "\ec3e"; }

.icon-basketball:before {
  content: "\ec3f"; }

.icon-golf:before {
  content: "\ec40"; }

.icon-golf2:before {
  content: "\ec41"; }

.icon-hockey:before {
  content: "\ec42"; }

.icon-racing:before {
  content: "\ec43"; }

.icon-finish:before {
  content: "\ec44"; }

.icon-eight-ball:before {
  content: "\ec45"; }

.icon-bowling:before {
  content: "\ec46"; }

.icon-bowling2:before {
  content: "\ec47"; }

.icon-power:before {
  content: "\ec48"; }

.icon-power2:before {
  content: "\ec49"; }

.icon-power3:before {
  content: "\ec4a"; }

.icon-switch:before {
  content: "\ec4b"; }

.icon-switch2:before {
  content: "\ec4c"; }

.icon-power-cord:before {
  content: "\ec4d"; }

.icon-power-cord2:before {
  content: "\ec4e"; }

.icon-outlet:before {
  content: "\ec4f"; }

.icon-clipboard:before {
  content: "\ec50"; }

.icon-clipboard2:before {
  content: "\ec51"; }

.icon-clipboard3:before {
  content: "\ec52"; }

.icon-clipboard4:before {
  content: "\ec53"; }

.icon-clipboard5:before {
  content: "\ec54"; }

.icon-clipboard6:before {
  content: "\ec55"; }

.icon-playlist:before {
  content: "\ec56"; }

.icon-playlist-add:before {
  content: "\ec57"; }

.icon-list-numbered:before {
  content: "\ec58"; }

.icon-list:before {
  content: "\ec59"; }

.icon-list2:before {
  content: "\ec5a"; }

.icon-more:before {
  content: "\ec5b"; }

.icon-more2:before {
  content: "\ec5c"; }

.icon-grid:before {
  content: "\ec5d"; }

.icon-grid2:before {
  content: "\ec5e"; }

.icon-grid3:before {
  content: "\ec5f"; }

.icon-grid4:before {
  content: "\ec60"; }

.icon-grid5:before {
  content: "\ec61"; }

.icon-grid6:before {
  content: "\ec62"; }

.icon-grid7:before {
  content: "\ec63"; }

.icon-tree5:before {
  content: "\ec64"; }

.icon-tree6:before {
  content: "\ec65"; }

.icon-tree7:before {
  content: "\ec66"; }

.icon-lan:before {
  content: "\ec67"; }

.icon-lan2:before {
  content: "\ec68"; }

.icon-lan3:before {
  content: "\ec69"; }

.icon-menu:before {
  content: "\ec6a"; }

.icon-circle-small:before {
  content: "\ec6b"; }

.icon-menu2:before {
  content: "\ec6c"; }

.icon-menu3:before {
  content: "\ec6d"; }

.icon-menu4:before {
  content: "\ec6e"; }

.icon-menu5:before {
  content: "\ec6f"; }

.icon-menu6:before {
  content: "\ec70"; }

.icon-menu7:before {
  content: "\ec71"; }

.icon-menu8:before {
  content: "\ec72"; }

.icon-menu9:before {
  content: "\ec73"; }

.icon-menu10:before {
  content: "\ec74"; }

.icon-cloud:before {
  content: "\ec75"; }

.icon-cloud-download:before {
  content: "\ec76"; }

.icon-cloud-upload:before {
  content: "\ec77"; }

.icon-cloud-check:before {
  content: "\ec78"; }

.icon-cloud2:before {
  content: "\ec79"; }

.icon-cloud-download2:before {
  content: "\ec7a"; }

.icon-cloud-upload2:before {
  content: "\ec7b"; }

.icon-cloud-check2:before {
  content: "\ec7c"; }

.icon-download2:before {
  content: "\ec7d"; }

.icon-download3:before {
  content: "\ec7e"; }

.icon-upload2:before {
  content: "\ec7f"; }

.icon-upload3:before {
  content: "\ec80"; }

.icon-import:before {
  content: "\ec81"; }

.icon-import2:before {
  content: "\ec82"; }

.icon-download4:before {
  content: "\ec83"; }

.icon-upload4:before {
  content: "\ec84"; }

.icon-download5:before {
  content: "\ec85"; }

.icon-upload5:before {
  content: "\ec86"; }

.icon-download6:before {
  content: "\ec87"; }

.icon-upload6:before {
  content: "\ec88"; }

.icon-download7:before {
  content: "\ec89"; }

.icon-upload7:before {
  content: "\ec8a"; }

.icon-download8:before {
  content: "\ec8b"; }

.icon-upload8:before {
  content: "\ec8c"; }

.icon-download9:before {
  content: "\ec8d"; }

.icon-upload9:before {
  content: "\ec8e"; }

.icon-download10:before {
  content: "\ec8f"; }

.icon-upload10:before {
  content: "\ec90"; }

.icon-sphere:before {
  content: "\ec91"; }

.icon-sphere2:before {
  content: "\ec92"; }

.icon-sphere3:before {
  content: "\ec93"; }

.icon-planet:before {
  content: "\ec94"; }

.icon-planet2:before {
  content: "\ec95"; }

.icon-earth:before {
  content: "\ec96"; }

.icon-earth2:before {
  content: "\ec97"; }

.icon-earth3:before {
  content: "\ec98"; }

.icon-link:before {
  content: "\ec99"; }

.icon-unlink:before {
  content: "\ec9a"; }

.icon-link2:before {
  content: "\ec9b"; }

.icon-unlink2:before {
  content: "\ec9c"; }

.icon-link3:before {
  content: "\ec9d"; }

.icon-unlink3:before {
  content: "\ec9e"; }

.icon-link4:before {
  content: "\ec9f"; }

.icon-unlink4:before {
  content: "\eca0"; }

.icon-link5:before {
  content: "\eca1"; }

.icon-unlink5:before {
  content: "\eca2"; }

.icon-anchor:before {
  content: "\eca3"; }

.icon-flag:before {
  content: "\eca4"; }

.icon-flag2:before {
  content: "\eca5"; }

.icon-flag3:before {
  content: "\eca6"; }

.icon-flag4:before {
  content: "\eca7"; }

.icon-flag5:before {
  content: "\eca8"; }

.icon-flag6:before {
  content: "\eca9"; }

.icon-flag7:before {
  content: "\ecaa"; }

.icon-flag8:before {
  content: "\ecab"; }

.icon-attachment:before {
  content: "\ecac"; }

.icon-attachment2:before {
  content: "\ecad"; }

.icon-eye:before {
  content: "\ecae"; }

.icon-eye-plus:before {
  content: "\ecaf"; }

.icon-eye-minus:before {
  content: "\ecb0"; }

.icon-eye-blocked:before {
  content: "\ecb1"; }

.icon-eye2:before {
  content: "\ecb2"; }

.icon-eye-blocked2:before {
  content: "\ecb3"; }

.icon-eye3:before {
  content: "\ecb4"; }

.icon-eye-blocked3:before {
  content: "\ecb5"; }

.icon-eye4:before {
  content: "\ecb6"; }

.icon-bookmark2:before {
  content: "\ecb7"; }

.icon-bookmark3:before {
  content: "\ecb8"; }

.icon-bookmarks:before {
  content: "\ecb9"; }

.icon-bookmark4:before {
  content: "\ecba"; }

.icon-spotlight2:before {
  content: "\ecbb"; }

.icon-starburst:before {
  content: "\ecbc"; }

.icon-snowflake:before {
  content: "\ecbd"; }

.icon-temperature:before {
  content: "\ecbe"; }

.icon-temperature2:before {
  content: "\ecbf"; }

.icon-weather-lightning:before {
  content: "\ecc0"; }

.icon-weather-lightning2:before {
  content: "\ecc1"; }

.icon-weather-rain:before {
  content: "\ecc2"; }

.icon-weather-rain2:before {
  content: "\ecc3"; }

.icon-weather-snow:before {
  content: "\ecc4"; }

.icon-weather-snow2:before {
  content: "\ecc5"; }

.icon-weather-cloud-wind:before {
  content: "\ecc6"; }

.icon-weather-cloud-wind2:before {
  content: "\ecc7"; }

.icon-weather-cloud-sun:before {
  content: "\ecc8"; }

.icon-weather-cloud-sun2:before {
  content: "\ecc9"; }

.icon-weather-cloudy:before {
  content: "\ecca"; }

.icon-weather-cloudy2:before {
  content: "\eccb"; }

.icon-weather-sun-wind:before {
  content: "\eccc"; }

.icon-weather-sun-wind2:before {
  content: "\eccd"; }

.icon-sun:before {
  content: "\ecce"; }

.icon-sun2:before {
  content: "\eccf"; }

.icon-moon:before {
  content: "\ecd0"; }

.icon-day-night:before {
  content: "\ecd1"; }

.icon-day-night2:before {
  content: "\ecd2"; }

.icon-weather-windy:before {
  content: "\ecd3"; }

.icon-fan:before {
  content: "\ecd4"; }

.icon-umbrella:before {
  content: "\ecd5"; }

.icon-sun3:before {
  content: "\ecd6"; }

.icon-contrast:before {
  content: "\ecd7"; }

.icon-brightness-contrast:before {
  content: "\ecd8"; }

.icon-brightness-high:before {
  content: "\ecd9"; }

.icon-brightness-medium:before {
  content: "\ecda"; }

.icon-brightness-low:before {
  content: "\ecdb"; }

.icon-bed:before {
  content: "\ecdc"; }

.icon-bed2:before {
  content: "\ecdd"; }

.icon-furniture:before {
  content: "\ecde"; }

.icon-chair:before {
  content: "\ecdf"; }

.icon-star-empty:before {
  content: "\ece0"; }

.icon-star-empty2:before {
  content: "\ece1"; }

.icon-star-full:before {
  content: "\ece2"; }

.icon-star-empty3:before {
  content: "\ece3"; }

.icon-star-half:before {
  content: "\ece4"; }

.icon-star-full2:before {
  content: "\ece5"; }

.icon-star:before {
  content: "\ece6"; }

.icon-heart:before {
  content: "\ece7"; }

.icon-heart2:before {
  content: "\ece8"; }

.icon-heart3:before {
  content: "\ece9"; }

.icon-heart4:before {
  content: "\ecea"; }

.icon-heart-broken:before {
  content: "\eceb"; }

.icon-heart5:before {
  content: "\ecec"; }

.icon-heart6:before {
  content: "\eced"; }

.icon-heart-broken2:before {
  content: "\ecee"; }

.icon-heart7:before {
  content: "\ecef"; }

.icon-heart8:before {
  content: "\ecf0"; }

.icon-heart-broken3:before {
  content: "\ecf1"; }

.icon-lips:before {
  content: "\ecf2"; }

.icon-lips2:before {
  content: "\ecf3"; }

.icon-thumbs-up:before {
  content: "\ecf4"; }

.icon-thumbs-up2:before {
  content: "\ecf5"; }

.icon-thumbs-down:before {
  content: "\ecf6"; }

.icon-thumbs-down2:before {
  content: "\ecf7"; }

.icon-thumbs-up3:before {
  content: "\ecf8"; }

.icon-thumbs-down3:before {
  content: "\ecf9"; }

.icon-height:before {
  content: "\ecfa"; }

.icon-man:before {
  content: "\ecfb"; }

.icon-woman:before {
  content: "\ecfc"; }

.icon-man-woman:before {
  content: "\ecfd"; }

.icon-male:before {
  content: "\ecfe"; }

.icon-female:before {
  content: "\ecff"; }

.icon-peace:before {
  content: "\ed00"; }

.icon-yin-yang:before {
  content: "\ed01"; }

.icon-happy:before {
  content: "\ed02"; }

.icon-happy2:before {
  content: "\ed03"; }

.icon-smile:before {
  content: "\ed04"; }

.icon-smile2:before {
  content: "\ed05"; }

.icon-tongue:before {
  content: "\ed06"; }

.icon-tongue2:before {
  content: "\ed07"; }

.icon-sad:before {
  content: "\ed08"; }

.icon-sad2:before {
  content: "\ed09"; }

.icon-wink:before {
  content: "\ed0a"; }

.icon-wink2:before {
  content: "\ed0b"; }

.icon-grin:before {
  content: "\ed0c"; }

.icon-grin2:before {
  content: "\ed0d"; }

.icon-cool:before {
  content: "\ed0e"; }

.icon-cool2:before {
  content: "\ed0f"; }

.icon-angry:before {
  content: "\ed10"; }

.icon-angry2:before {
  content: "\ed11"; }

.icon-evil:before {
  content: "\ed12"; }

.icon-evil2:before {
  content: "\ed13"; }

.icon-shocked:before {
  content: "\ed14"; }

.icon-shocked2:before {
  content: "\ed15"; }

.icon-baffled:before {
  content: "\ed16"; }

.icon-baffled2:before {
  content: "\ed17"; }

.icon-confused:before {
  content: "\ed18"; }

.icon-confused2:before {
  content: "\ed19"; }

.icon-neutral:before {
  content: "\ed1a"; }

.icon-neutral2:before {
  content: "\ed1b"; }

.icon-hipster:before {
  content: "\ed1c"; }

.icon-hipster2:before {
  content: "\ed1d"; }

.icon-wondering:before {
  content: "\ed1e"; }

.icon-wondering2:before {
  content: "\ed1f"; }

.icon-sleepy:before {
  content: "\ed20"; }

.icon-sleepy2:before {
  content: "\ed21"; }

.icon-frustrated:before {
  content: "\ed22"; }

.icon-frustrated2:before {
  content: "\ed23"; }

.icon-crying:before {
  content: "\ed24"; }

.icon-crying2:before {
  content: "\ed25"; }

.icon-cursor:before {
  content: "\ed26"; }

.icon-cursor2:before {
  content: "\ed27"; }

.icon-lasso:before {
  content: "\ed28"; }

.icon-lasso2:before {
  content: "\ed29"; }

.icon-select:before {
  content: "\ed2a"; }

.icon-select2:before {
  content: "\ed2b"; }

.icon-point-up:before {
  content: "\ed2c"; }

.icon-point-right:before {
  content: "\ed2d"; }

.icon-point-down:before {
  content: "\ed2e"; }

.icon-point-left:before {
  content: "\ed2f"; }

.icon-pointer:before {
  content: "\ed30"; }

.icon-reminder:before {
  content: "\ed31"; }

.icon-drag-left-right:before {
  content: "\ed32"; }

.icon-drag-left:before {
  content: "\ed33"; }

.icon-drag-right:before {
  content: "\ed34"; }

.icon-touch:before {
  content: "\ed35"; }

.icon-multitouch:before {
  content: "\ed36"; }

.icon-touch-zoom:before {
  content: "\ed37"; }

.icon-touch-pinch:before {
  content: "\ed38"; }

.icon-hand:before {
  content: "\ed39"; }

.icon-grab:before {
  content: "\ed3a"; }

.icon-stack-empty:before {
  content: "\ed3b"; }

.icon-stack-plus:before {
  content: "\ed3c"; }

.icon-stack-minus:before {
  content: "\ed3d"; }

.icon-stack-star:before {
  content: "\ed3e"; }

.icon-stack-picture:before {
  content: "\ed3f"; }

.icon-stack-down:before {
  content: "\ed40"; }

.icon-stack-up:before {
  content: "\ed41"; }

.icon-stack-cancel:before {
  content: "\ed42"; }

.icon-stack-check:before {
  content: "\ed43"; }

.icon-stack-text:before {
  content: "\ed44"; }

.icon-stack-clubs:before {
  content: "\ed45"; }

.icon-stack-spades:before {
  content: "\ed46"; }

.icon-stack-hearts:before {
  content: "\ed47"; }

.icon-stack-diamonds:before {
  content: "\ed48"; }

.icon-stack-user:before {
  content: "\ed49"; }

.icon-stack4:before {
  content: "\ed4a"; }

.icon-stack-music:before {
  content: "\ed4b"; }

.icon-stack-play:before {
  content: "\ed4c"; }

.icon-move:before {
  content: "\ed4d"; }

.icon-dots:before {
  content: "\ed4e"; }

.icon-warning:before {
  content: "\ed4f"; }

.icon-warning2:before {
  content: "\ed50"; }

.icon-notification:before {
  content: "\ed51"; }

.icon-notification2:before {
  content: "\ed52"; }

.icon-question:before {
  content: "\ed53"; }

.icon-question2:before {
  content: "\ed54"; }

.icon-question3:before {
  content: "\ed55"; }

.icon-question4:before {
  content: "\ed56"; }

.icon-question5:before {
  content: "\ed57"; }

.icon-question6:before {
  content: "\ed58"; }

.icon-plus:before {
  content: "\ed59"; }

.icon-minus:before {
  content: "\ed5a"; }

.icon-plus2:before {
  content: "\ed5b"; }

.icon-minus2:before {
  content: "\ed5c"; }

.icon-plus3:before {
  content: "\ed5d"; }

.icon-minus3:before {
  content: "\ed5e"; }

.icon-plus-circle:before {
  content: "\ed5f"; }

.icon-minus-circle:before {
  content: "\ed60"; }

.icon-plus-circle2:before {
  content: "\ed61"; }

.icon-minus-circle2:before {
  content: "\ed62"; }

.icon-info:before {
  content: "\ed63"; }

.icon-info2:before {
  content: "\ed64"; }

.icon-cancel-circle:before {
  content: "\ed65"; }

.icon-cancel-circle2:before {
  content: "\ed66"; }

.icon-blocked:before {
  content: "\ed67"; }

.icon-cancel-square:before {
  content: "\ed68"; }

.icon-cancel-square2:before {
  content: "\ed69"; }

.icon-cancel:before {
  content: "\ed6a"; }

.icon-spam:before {
  content: "\ed6b"; }

.icon-cross:before {
  content: "\ed6c"; }

.icon-cross2:before {
  content: "\ed6d"; }

.icon-cross3:before {
  content: "\ed6e"; }

.icon-checkmark:before {
  content: "\ed6f"; }

.icon-checkmark2:before {
  content: "\ed70"; }

.icon-checkmark3:before {
  content: "\ed71"; }

.icon-checkmark4:before {
  content: "\ed72"; }

.icon-checkmark5:before {
  content: "\ed73"; }

.icon-spell-check:before {
  content: "\ed74"; }

.icon-spell-check2:before {
  content: "\ed75"; }

.icon-enter:before {
  content: "\ed76"; }

.icon-exit:before {
  content: "\ed77"; }

.icon-enter2:before {
  content: "\ed78"; }

.icon-exit2:before {
  content: "\ed79"; }

.icon-enter3:before {
  content: "\ed7a"; }

.icon-exit3:before {
  content: "\ed7b"; }

.icon-wall:before {
  content: "\ed7c"; }

.icon-fence:before {
  content: "\ed7d"; }

.icon-play3:before {
  content: "\ed7e"; }

.icon-pause:before {
  content: "\ed7f"; }

.icon-stop:before {
  content: "\ed80"; }

.icon-previous:before {
  content: "\ed81"; }

.icon-next:before {
  content: "\ed82"; }

.icon-backward:before {
  content: "\ed83"; }

.icon-forward2:before {
  content: "\ed84"; }

.icon-play4:before {
  content: "\ed85"; }

.icon-pause2:before {
  content: "\ed86"; }

.icon-stop2:before {
  content: "\ed87"; }

.icon-backward2:before {
  content: "\ed88"; }

.icon-forward3:before {
  content: "\ed89"; }

.icon-first:before {
  content: "\ed8a"; }

.icon-last:before {
  content: "\ed8b"; }

.icon-previous2:before {
  content: "\ed8c"; }

.icon-next2:before {
  content: "\ed8d"; }

.icon-eject:before {
  content: "\ed8e"; }

.icon-volume-high:before {
  content: "\ed8f"; }

.icon-volume-medium:before {
  content: "\ed90"; }

.icon-volume-low:before {
  content: "\ed91"; }

.icon-volume-mute:before {
  content: "\ed92"; }

.icon-speaker-left:before {
  content: "\ed93"; }

.icon-speaker-right:before {
  content: "\ed94"; }

.icon-volume-mute2:before {
  content: "\ed95"; }

.icon-volume-increase:before {
  content: "\ed96"; }

.icon-volume-decrease:before {
  content: "\ed97"; }

.icon-volume-high2:before {
  content: "\ed98"; }

.icon-volume-medium2:before {
  content: "\ed99"; }

.icon-volume-medium3:before {
  content: "\ed9a"; }

.icon-volume-low2:before {
  content: "\ed9b"; }

.icon-volume-mute3:before {
  content: "\ed9c"; }

.icon-volume-increase2:before {
  content: "\ed9d"; }

.icon-volume-decrease2:before {
  content: "\ed9e"; }

.icon-volume-decrease3:before {
  content: "\ed9f"; }

.icon-volume-5:before {
  content: "\eda0"; }

.icon-volume-4:before {
  content: "\eda1"; }

.icon-volume-3:before {
  content: "\eda2"; }

.icon-volume-2:before {
  content: "\eda3"; }

.icon-volume-1:before {
  content: "\eda4"; }

.icon-volume-0:before {
  content: "\eda5"; }

.icon-volume-mute4:before {
  content: "\eda6"; }

.icon-volume-mute5:before {
  content: "\eda7"; }

.icon-loop:before {
  content: "\eda8"; }

.icon-loop2:before {
  content: "\eda9"; }

.icon-loop3:before {
  content: "\edaa"; }

.icon-infinite-square:before {
  content: "\edab"; }

.icon-infinite:before {
  content: "\edac"; }

.icon-infinite2:before {
  content: "\edad"; }

.icon-loop4:before {
  content: "\edae"; }

.icon-shuffle:before {
  content: "\edaf"; }

.icon-shuffle2:before {
  content: "\edb0"; }

.icon-wave:before {
  content: "\edb1"; }

.icon-wave2:before {
  content: "\edb2"; }

.icon-split:before {
  content: "\edb3"; }

.icon-merge:before {
  content: "\edb4"; }

.icon-first2:before {
  content: "\edb5"; }

.icon-last2:before {
  content: "\edb6"; }

.icon-arrow-up:before {
  content: "\edb7"; }

.icon-arrow-up2:before {
  content: "\edb8"; }

.icon-arrow-up3:before {
  content: "\edb9"; }

.icon-arrow-up4:before {
  content: "\edba"; }

.icon-arrow-right:before {
  content: "\edbb"; }

.icon-arrow-right2:before {
  content: "\edbc"; }

.icon-arrow-right3:before {
  content: "\edbd"; }

.icon-arrow-right4:before {
  content: "\edbe"; }

.icon-arrow-down:before {
  content: "\edbf"; }

.icon-arrow-down2:before {
  content: "\edc0"; }

.icon-arrow-down3:before {
  content: "\edc1"; }

.icon-arrow-down4:before {
  content: "\edc2"; }

.icon-arrow-left:before {
  content: "\edc3"; }

.icon-arrow-left2:before {
  content: "\edc4"; }

.icon-arrow-left3:before {
  content: "\edc5"; }

.icon-arrow-left4:before {
  content: "\edc6"; }

.icon-arrow-up5:before {
  content: "\edc7"; }

.icon-arrow-right5:before {
  content: "\edc8"; }

.icon-arrow-down5:before {
  content: "\edc9"; }

.icon-arrow-left5:before {
  content: "\edca"; }

.icon-arrow-up-left:before {
  content: "\edcb"; }

.icon-arrow-up6:before {
  content: "\edcc"; }

.icon-arrow-up-right:before {
  content: "\edcd"; }

.icon-arrow-right6:before {
  content: "\edce"; }

.icon-arrow-down-right:before {
  content: "\edcf"; }

.icon-arrow-down6:before {
  content: "\edd0"; }

.icon-arrow-down-left:before {
  content: "\edd1"; }

.icon-arrow-left6:before {
  content: "\edd2"; }

.icon-arrow-up-left2:before {
  content: "\edd3"; }

.icon-arrow-up7:before {
  content: "\edd4"; }

.icon-arrow-up-right2:before {
  content: "\edd5"; }

.icon-arrow-right7:before {
  content: "\edd6"; }

.icon-arrow-down-right2:before {
  content: "\edd7"; }

.icon-arrow-down7:before {
  content: "\edd8"; }

.icon-arrow-down-left2:before {
  content: "\edd9"; }

.icon-arrow-left7:before {
  content: "\edda"; }

.icon-arrow-up-left3:before {
  content: "\eddb"; }

.icon-arrow-up8:before {
  content: "\eddc"; }

.icon-arrow-up-right3:before {
  content: "\eddd"; }

.icon-arrow-right8:before {
  content: "\edde"; }

.icon-arrow-down-right3:before {
  content: "\eddf"; }

.icon-arrow-down8:before {
  content: "\ede0"; }

.icon-arrow-down-left3:before {
  content: "\ede1"; }

.icon-arrow-left8:before {
  content: "\ede2"; }

.icon-circle-up:before {
  content: "\ede3"; }

.icon-circle-right:before {
  content: "\ede4"; }

.icon-circle-down:before {
  content: "\ede5"; }

.icon-circle-left:before {
  content: "\ede6"; }

.icon-circle-up2:before {
  content: "\ede7"; }

.icon-circle-right2:before {
  content: "\ede8"; }

.icon-circle-down2:before {
  content: "\ede9"; }

.icon-circle-left2:before {
  content: "\edea"; }

.icon-circle-up-left:before {
  content: "\edeb"; }

.icon-circle-up3:before {
  content: "\edec"; }

.icon-circle-up-right:before {
  content: "\eded"; }

.icon-circle-right3:before {
  content: "\edee"; }

.icon-circle-down-right:before {
  content: "\edef"; }

.icon-circle-down3:before {
  content: "\edf0"; }

.icon-circle-down-left:before {
  content: "\edf1"; }

.icon-circle-left3:before {
  content: "\edf2"; }

.icon-circle-up-left2:before {
  content: "\edf3"; }

.icon-circle-up4:before {
  content: "\edf4"; }

.icon-circle-up-right2:before {
  content: "\edf5"; }

.icon-circle-right4:before {
  content: "\edf6"; }

.icon-circle-down-right2:before {
  content: "\edf7"; }

.icon-circle-down4:before {
  content: "\edf8"; }

.icon-circle-down-left2:before {
  content: "\edf9"; }

.icon-circle-left4:before {
  content: "\edfa"; }

.icon-arrow-resize:before {
  content: "\edfb"; }

.icon-arrow-resize2:before {
  content: "\edfc"; }

.icon-arrow-resize3:before {
  content: "\edfd"; }

.icon-arrow-resize4:before {
  content: "\edfe"; }

.icon-arrow-resize5:before {
  content: "\edff"; }

.icon-arrow-resize6:before {
  content: "\ee00"; }

.icon-arrow-resize7:before {
  content: "\ee01"; }

.icon-arrow-resize8:before {
  content: "\ee02"; }

.icon-square-up-left:before {
  content: "\ee03"; }

.icon-square-up:before {
  content: "\ee04"; }

.icon-square-up-right:before {
  content: "\ee05"; }

.icon-square-right:before {
  content: "\ee06"; }

.icon-square-down-right:before {
  content: "\ee07"; }

.icon-square-down:before {
  content: "\ee08"; }

.icon-square-down-left:before {
  content: "\ee09"; }

.icon-square-left:before {
  content: "\ee0a"; }

.icon-arrow-up9:before {
  content: "\ee0b"; }

.icon-arrow-right9:before {
  content: "\ee0c"; }

.icon-arrow-down9:before {
  content: "\ee0d"; }

.icon-arrow-left9:before {
  content: "\ee0e"; }

.icon-arrow-up10:before {
  content: "\ee0f"; }

.icon-arrow-right10:before {
  content: "\ee10"; }

.icon-arrow-down10:before {
  content: "\ee11"; }

.icon-arrow-left10:before {
  content: "\ee12"; }

.icon-arrow-up-left4:before {
  content: "\ee13"; }

.icon-arrow-up11:before {
  content: "\ee14"; }

.icon-arrow-up-right4:before {
  content: "\ee15"; }

.icon-arrow-right11:before {
  content: "\ee16"; }

.icon-arrow-down-right4:before {
  content: "\ee17"; }

.icon-arrow-down11:before {
  content: "\ee18"; }

.icon-arrow-down-left4:before {
  content: "\ee19"; }

.icon-arrow-left11:before {
  content: "\ee1a"; }

.icon-arrow-up-left5:before {
  content: "\ee1b"; }

.icon-arrow-up12:before {
  content: "\ee1c"; }

.icon-arrow-up-right5:before {
  content: "\ee1d"; }

.icon-arrow-right12:before {
  content: "\ee1e"; }

.icon-arrow-down-right5:before {
  content: "\ee1f"; }

.icon-arrow-down12:before {
  content: "\ee20"; }

.icon-arrow-down-left5:before {
  content: "\ee21"; }

.icon-arrow-left12:before {
  content: "\ee22"; }

.icon-arrow-up13:before {
  content: "\ee23"; }

.icon-arrow-right13:before {
  content: "\ee24"; }

.icon-arrow-down13:before {
  content: "\ee25"; }

.icon-arrow-left13:before {
  content: "\ee26"; }

.icon-arrow-up14:before {
  content: "\ee27"; }

.icon-arrow-right14:before {
  content: "\ee28"; }

.icon-arrow-down14:before {
  content: "\ee29"; }

.icon-arrow-left14:before {
  content: "\ee2a"; }

.icon-circle-up5:before {
  content: "\ee2b"; }

.icon-circle-right5:before {
  content: "\ee2c"; }

.icon-circle-down5:before {
  content: "\ee2d"; }

.icon-circle-left5:before {
  content: "\ee2e"; }

.icon-circle-up6:before {
  content: "\ee2f"; }

.icon-circle-right6:before {
  content: "\ee30"; }

.icon-circle-down6:before {
  content: "\ee31"; }

.icon-circle-left6:before {
  content: "\ee32"; }

.icon-arrow-up15:before {
  content: "\ee33"; }

.icon-arrow-right15:before {
  content: "\ee34"; }

.icon-arrow-down15:before {
  content: "\ee35"; }

.icon-arrow-left15:before {
  content: "\ee36"; }

.icon-arrow-up16:before {
  content: "\ee37"; }

.icon-arrow-right16:before {
  content: "\ee38"; }

.icon-arrow-down16:before {
  content: "\ee39"; }

.icon-arrow-left16:before {
  content: "\ee3a"; }

.icon-menu-open:before {
  content: "\ee3b"; }

.icon-menu-open2:before {
  content: "\ee3c"; }

.icon-menu-close:before {
  content: "\ee3d"; }

.icon-menu-close2:before {
  content: "\ee3e"; }

.icon-enter4:before {
  content: "\ee3f"; }

.icon-enter5:before {
  content: "\ee40"; }

.icon-esc:before {
  content: "\ee41"; }

.icon-enter6:before {
  content: "\ee42"; }

.icon-backspace:before {
  content: "\ee43"; }

.icon-backspace2:before {
  content: "\ee44"; }

.icon-tab:before {
  content: "\ee45"; }

.icon-transmission:before {
  content: "\ee46"; }

.icon-transmission2:before {
  content: "\ee47"; }

.icon-sort:before {
  content: "\ee48"; }

.icon-sort2:before {
  content: "\ee49"; }

.icon-move-up:before {
  content: "\ee4a"; }

.icon-move-down:before {
  content: "\ee4b"; }

.icon-sort-alpha-asc:before {
  content: "\ee4c"; }

.icon-sort-alpha-desc:before {
  content: "\ee4d"; }

.icon-sort-numeric-asc:before {
  content: "\ee4e"; }

.icon-sort-numberic-desc:before {
  content: "\ee4f"; }

.icon-sort-amount-asc:before {
  content: "\ee50"; }

.icon-sort-amount-desc:before {
  content: "\ee51"; }

.icon-sort-time-asc:before {
  content: "\ee52"; }

.icon-sort-time-desc:before {
  content: "\ee53"; }

.icon-battery-6:before {
  content: "\ee54"; }

.icon-battery-5:before {
  content: "\ee55"; }

.icon-battery-4:before {
  content: "\ee56"; }

.icon-battery-3:before {
  content: "\ee57"; }

.icon-battery-2:before {
  content: "\ee58"; }

.icon-battery-1:before {
  content: "\ee59"; }

.icon-battery-0:before {
  content: "\ee5a"; }

.icon-battery-charging:before {
  content: "\ee5b"; }

.icon-key-keyboard:before {
  content: "\ee5c"; }

.icon-key-A:before {
  content: "\ee5d"; }

.icon-key-up:before {
  content: "\ee5e"; }

.icon-key-right:before {
  content: "\ee5f"; }

.icon-key-down:before {
  content: "\ee60"; }

.icon-key-left:before {
  content: "\ee61"; }

.icon-command:before {
  content: "\ee62"; }

.icon-shift:before {
  content: "\ee63"; }

.icon-ctrl:before {
  content: "\ee64"; }

.icon-opt:before {
  content: "\ee65"; }

.icon-checkbox-checked:before {
  content: "\ee66"; }

.icon-checkbox-unchecked:before {
  content: "\ee67"; }

.icon-checkbox-partial:before {
  content: "\ee68"; }

.icon-square:before {
  content: "\ee69"; }

.icon-triangle:before {
  content: "\ee6a"; }

.icon-triangle2:before {
  content: "\ee6b"; }

.icon-diamond3:before {
  content: "\ee6c"; }

.icon-diamond4:before {
  content: "\ee6d"; }

.icon-checkbox-checked2:before {
  content: "\ee6e"; }

.icon-checkbox-unchecked2:before {
  content: "\ee6f"; }

.icon-checkbox-partial2:before {
  content: "\ee70"; }

.icon-radio-checked:before {
  content: "\ee71"; }

.icon-radio-checked2:before {
  content: "\ee72"; }

.icon-radio-unchecked:before {
  content: "\ee73"; }

.icon-toggle-on:before {
  content: "\ee74"; }

.icon-toggle-off:before {
  content: "\ee75"; }

.icon-checkmark-circle:before {
  content: "\ee76"; }

.icon-circle:before {
  content: "\ee77"; }

.icon-circle2:before {
  content: "\ee78"; }

.icon-circles:before {
  content: "\ee79"; }

.icon-circles2:before {
  content: "\ee7a"; }

.icon-crop:before {
  content: "\ee7b"; }

.icon-crop2:before {
  content: "\ee7c"; }

.icon-make-group:before {
  content: "\ee7d"; }

.icon-ungroup:before {
  content: "\ee7e"; }

.icon-vector:before {
  content: "\ee7f"; }

.icon-vector2:before {
  content: "\ee80"; }

.icon-rulers:before {
  content: "\ee81"; }

.icon-ruler:before {
  content: "\ee82"; }

.icon-pencil-ruler:before {
  content: "\ee83"; }

.icon-scissors:before {
  content: "\ee84"; }

.icon-scissors2:before {
  content: "\ee85"; }

.icon-scissors3:before {
  content: "\ee86"; }

.icon-haircut:before {
  content: "\ee87"; }

.icon-comb:before {
  content: "\ee88"; }

.icon-filter:before {
  content: "\ee89"; }

.icon-filter2:before {
  content: "\ee8a"; }

.icon-filter3:before {
  content: "\ee8b"; }

.icon-filter4:before {
  content: "\ee8c"; }

.icon-font:before {
  content: "\ee8d"; }

.icon-ampersand:before {
  content: "\ee8e"; }

.icon-ligature:before {
  content: "\ee8f"; }

.icon-ligature2:before {
  content: "\ee90"; }

.icon-font-size:before {
  content: "\ee91"; }

.icon-typography:before {
  content: "\ee92"; }

.icon-text-height:before {
  content: "\ee93"; }

.icon-text-width:before {
  content: "\ee94"; }

.icon-height2:before {
  content: "\ee95"; }

.icon-width:before {
  content: "\ee96"; }

.icon-bold:before {
  content: "\ee97"; }

.icon-underline:before {
  content: "\ee98"; }

.icon-italic:before {
  content: "\ee99"; }

.icon-strikethrough:before {
  content: "\ee9a"; }

.icon-strikethrough2:before {
  content: "\ee9b"; }

.icon-font-size2:before {
  content: "\ee9c"; }

.icon-bold2:before {
  content: "\ee9d"; }

.icon-underline2:before {
  content: "\ee9e"; }

.icon-italic2:before {
  content: "\ee9f"; }

.icon-strikethrough3:before {
  content: "\eea0"; }

.icon-omega:before {
  content: "\eea1"; }

.icon-sigma:before {
  content: "\eea2"; }

.icon-nbsp:before {
  content: "\eea3"; }

.icon-page-break:before {
  content: "\eea4"; }

.icon-page-break2:before {
  content: "\eea5"; }

.icon-superscript:before {
  content: "\eea6"; }

.icon-subscript:before {
  content: "\eea7"; }

.icon-superscript2:before {
  content: "\eea8"; }

.icon-subscript2:before {
  content: "\eea9"; }

.icon-text-color:before {
  content: "\eeaa"; }

.icon-highlight:before {
  content: "\eeab"; }

.icon-pagebreak:before {
  content: "\eeac"; }

.icon-clear-formatting:before {
  content: "\eead"; }

.icon-table:before {
  content: "\eeae"; }

.icon-table2:before {
  content: "\eeaf"; }

.icon-insert-template:before {
  content: "\eeb0"; }

.icon-pilcrow:before {
  content: "\eeb1"; }

.icon-ltr:before {
  content: "\eeb2"; }

.icon-rtl:before {
  content: "\eeb3"; }

.icon-ltr2:before {
  content: "\eeb4"; }

.icon-rtl2:before {
  content: "\eeb5"; }

.icon-section:before {
  content: "\eeb6"; }

.icon-paragraph-left:before {
  content: "\eeb7"; }

.icon-paragraph-center:before {
  content: "\eeb8"; }

.icon-paragraph-right:before {
  content: "\eeb9"; }

.icon-paragraph-justify:before {
  content: "\eeba"; }

.icon-paragraph-left2:before {
  content: "\eebb"; }

.icon-paragraph-center2:before {
  content: "\eebc"; }

.icon-paragraph-right2:before {
  content: "\eebd"; }

.icon-paragraph-justify2:before {
  content: "\eebe"; }

.icon-indent-increase:before {
  content: "\eebf"; }

.icon-indent-decrease:before {
  content: "\eec0"; }

.icon-paragraph-left3:before {
  content: "\eec1"; }

.icon-paragraph-center3:before {
  content: "\eec2"; }

.icon-paragraph-right3:before {
  content: "\eec3"; }

.icon-paragraph-justify3:before {
  content: "\eec4"; }

.icon-indent-increase2:before {
  content: "\eec5"; }

.icon-indent-decrease2:before {
  content: "\eec6"; }

.icon-share:before {
  content: "\eec7"; }

.icon-share2:before {
  content: "\eec8"; }

.icon-new-tab:before {
  content: "\eec9"; }

.icon-new-tab2:before {
  content: "\eeca"; }

.icon-popout:before {
  content: "\eecb"; }

.icon-embed:before {
  content: "\eecc"; }

.icon-embed2:before {
  content: "\eecd"; }

.icon-markup:before {
  content: "\eece"; }

.icon-regexp:before {
  content: "\eecf"; }

.icon-regexp2:before {
  content: "\eed0"; }

.icon-code:before {
  content: "\eed1"; }

.icon-circle-css:before {
  content: "\eed2"; }

.icon-circle-code:before {
  content: "\eed3"; }

.icon-terminal:before {
  content: "\eed4"; }

.icon-unicode:before {
  content: "\eed5"; }

.icon-seven-segment-0:before {
  content: "\eed6"; }

.icon-seven-segment-1:before {
  content: "\eed7"; }

.icon-seven-segment-2:before {
  content: "\eed8"; }

.icon-seven-segment-3:before {
  content: "\eed9"; }

.icon-seven-segment-4:before {
  content: "\eeda"; }

.icon-seven-segment-5:before {
  content: "\eedb"; }

.icon-seven-segment-6:before {
  content: "\eedc"; }

.icon-seven-segment-7:before {
  content: "\eedd"; }

.icon-seven-segment-8:before {
  content: "\eede"; }

.icon-seven-segment-9:before {
  content: "\eedf"; }

.icon-share3:before {
  content: "\eee0"; }

.icon-share4:before {
  content: "\eee1"; }

.icon-mail:before {
  content: "\eee2"; }

.icon-mail2:before {
  content: "\eee3"; }

.icon-mail3:before {
  content: "\eee4"; }

.icon-mail4:before {
  content: "\eee5"; }

.icon-amazon:before {
  content: "\eee6"; }

.icon-google:before {
  content: "\eee7"; }

.icon-google2:before {
  content: "\eee8"; }

.icon-google3:before {
  content: "\eee9"; }

.icon-google-plus:before {
  content: "\eeea"; }

.icon-google-plus2:before {
  content: "\eeeb"; }

.icon-google-plus3:before {
  content: "\eeec"; }

.icon-hangouts:before {
  content: "\eeed"; }

.icon-google-drive:before {
  content: "\eeee"; }

.icon-facebook:before {
  content: "\eeef"; }

.icon-facebook2:before {
  content: "\eef0"; }

.icon-instagram:before {
  content: "\eef1"; }

.icon-whatsapp:before {
  content: "\eef2"; }

.icon-spotify:before {
  content: "\eef3"; }

.icon-telegram:before {
  content: "\eef4"; }

.icon-twitter:before {
  content: "\eef5"; }

.icon-vine:before {
  content: "\eef6"; }

.icon-vk:before {
  content: "\eef7"; }

.icon-renren:before {
  content: "\eef8"; }

.icon-sina-weibo:before {
  content: "\eef9"; }

.icon-rss:before {
  content: "\eefa"; }

.icon-rss2:before {
  content: "\eefb"; }

.icon-youtube:before {
  content: "\eefc"; }

.icon-youtube2:before {
  content: "\eefd"; }

.icon-twitch:before {
  content: "\eefe"; }

.icon-vimeo:before {
  content: "\eeff"; }

.icon-vimeo2:before {
  content: "\ef00"; }

.icon-lanyrd:before {
  content: "\ef01"; }

.icon-flickr:before {
  content: "\ef02"; }

.icon-flickr2:before {
  content: "\ef03"; }

.icon-flickr3:before {
  content: "\ef04"; }

.icon-flickr4:before {
  content: "\ef05"; }

.icon-dribbble:before {
  content: "\ef06"; }

.icon-behance:before {
  content: "\ef07"; }

.icon-behance2:before {
  content: "\ef08"; }

.icon-deviantart:before {
  content: "\ef09"; }

.icon-500px:before {
  content: "\ef0a"; }

.icon-steam:before {
  content: "\ef0b"; }

.icon-steam2:before {
  content: "\ef0c"; }

.icon-dropbox:before {
  content: "\ef0d"; }

.icon-onedrive:before {
  content: "\ef0e"; }

.icon-github:before {
  content: "\ef0f"; }

.icon-npm:before {
  content: "\ef10"; }

.icon-basecamp:before {
  content: "\ef11"; }

.icon-trello:before {
  content: "\ef12"; }

.icon-wordpress:before {
  content: "\ef13"; }

.icon-joomla:before {
  content: "\ef14"; }

.icon-ello:before {
  content: "\ef15"; }

.icon-blogger:before {
  content: "\ef16"; }

.icon-blogger2:before {
  content: "\ef17"; }

.icon-tumblr:before {
  content: "\ef18"; }

.icon-tumblr2:before {
  content: "\ef19"; }

.icon-yahoo:before {
  content: "\ef1a"; }

.icon-yahoo2:before {
  content: "\ef1b"; }

.icon-tux:before {
  content: "\ef1c"; }

.icon-appleinc:before {
  content: "\ef1d"; }

.icon-finder:before {
  content: "\ef1e"; }

.icon-android:before {
  content: "\ef1f"; }

.icon-windows:before {
  content: "\ef20"; }

.icon-windows8:before {
  content: "\ef21"; }

.icon-soundcloud:before {
  content: "\ef22"; }

.icon-soundcloud2:before {
  content: "\ef23"; }

.icon-skype:before {
  content: "\ef24"; }

.icon-reddit:before {
  content: "\ef25"; }

.icon-hackernews:before {
  content: "\ef26"; }

.icon-wikipedia:before {
  content: "\ef27"; }

.icon-linkedin:before {
  content: "\ef28"; }

.icon-linkedin2:before {
  content: "\ef29"; }

.icon-lastfm:before {
  content: "\ef2a"; }

.icon-lastfm2:before {
  content: "\ef2b"; }

.icon-delicious:before {
  content: "\ef2c"; }

.icon-stumbleupon:before {
  content: "\ef2d"; }

.icon-stumbleupon2:before {
  content: "\ef2e"; }

.icon-stackoverflow:before {
  content: "\ef2f"; }

.icon-pinterest:before {
  content: "\ef30"; }

.icon-pinterest2:before {
  content: "\ef31"; }

.icon-xing:before {
  content: "\ef32"; }

.icon-xing2:before {
  content: "\ef33"; }

.icon-flattr:before {
  content: "\ef34"; }

.icon-foursquare:before {
  content: "\ef35"; }

.icon-yelp:before {
  content: "\ef36"; }

.icon-paypal:before {
  content: "\ef37"; }

.icon-chrome:before {
  content: "\ef38"; }

.icon-firefox:before {
  content: "\ef39"; }

.icon-IE:before {
  content: "\ef3a"; }

.icon-edge:before {
  content: "\ef3b"; }

.icon-safari:before {
  content: "\ef3c"; }

.icon-opera:before {
  content: "\ef3d"; }

.icon-file-pdf:before {
  content: "\ef3e"; }

.icon-file-openoffice:before {
  content: "\ef3f"; }

.icon-file-word:before {
  content: "\ef40"; }

.icon-file-excel:before {
  content: "\ef41"; }

.icon-libreoffice:before {
  content: "\ef42"; }

.icon-html-five:before {
  content: "\ef43"; }

.icon-html-five2:before {
  content: "\ef44"; }

.icon-css3:before {
  content: "\ef45"; }

.icon-git:before {
  content: "\ef46"; }

.icon-codepen:before {
  content: "\ef47"; }

.icon-svg:before {
  content: "\ef48"; }

.icon-IcoMoon:before {
  content: "\ef49"; }

.btn {
  border-radius: 2px;
  border: none; }

.btn-panel {
  text-align: right;
  padding: 15px 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: hidden; }

.btn-panel-left {
  text-align: left; }

.form-control {
  box-shadow: none; }

label, .form-radios legend,
.form-checkboxes legend {
  font-weight: normal; }

fieldset {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px; }
  fieldset legend {
    width: auto;
    border: none;
    padding: 0 5px;
    margin-bottom: 0; }
  fieldset .form-group:last-child {
    margin-bottom: 0; }
  fieldset:last-child {
    margin-bottom: 0; }

.form-radios,
.form-checkboxes {
  border: 0;
  padding: 0;
  margin-bottom: 0; }
  .form-radios legend,
  .form-checkboxes legend {
    font-size: 14px;
    border: 0; }
  .form-radios ul label, .form-radios ul legend,
  .form-checkboxes ul label,
  .form-checkboxes ul legend {
    font-weight: normal; }

.form-alert {
  margin-top: 5px; }

.form-alert-inner {
  padding: 7px 10px; }
  .form-alert-inner *:last-child {
    margin-bottom: 0; }

.form-alert-error .form-alert-inner {
  color: #a94442;
  background: #f2dede; }

.form-alert-warning .form-alert-inner {
  color: #8a6d3b;
  background: #fcf8e3; }

.form-horizontal .form-radios,
.form-horizontal .form-checkboxes {
  margin-left: -30px;
  margin-right: -30px; }
  .form-horizontal .form-radios:before, .form-horizontal .form-radios:after,
  .form-horizontal .form-checkboxes:before,
  .form-horizontal .form-checkboxes:after {
    content: " ";
    display: table; }
  .form-horizontal .form-radios:after,
  .form-horizontal .form-checkboxes:after {
    clear: both; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  margin-left: -30px;
  margin-right: -30px; }
  .form-horizontal .radio:before, .form-horizontal .radio:after,
  .form-horizontal .checkbox:before,
  .form-horizontal .checkbox:after {
    content: " ";
    display: table; }
  .form-horizontal .radio:after,
  .form-horizontal .checkbox:after {
    clear: both; }
.form-horizontal .form-alert {
  margin-top: 0; }

.form-horizontal-right label, .form-horizontal-right .form-radios legend, .form-radios .form-horizontal-right legend,
.form-horizontal-right .form-checkboxes legend,
.form-checkboxes .form-horizontal-right legend {
  text-align: right; }
.form-horizontal-right .form-radios legend,
.form-horizontal-right .form-checkboxes legend {
  text-align: right; }

input[data-tooltip] + .tooltip {
  text-align: left;
  width: 150px; }

.fieldset-info {
  background: #d9edf7;
  border-color: #bce8f1; }

.form-image {
  float: right;
  margin-top: 15px;
  width: 300px; }
  .form-image img {
    max-width: 100%;
    height: auto; }

.form-file {
  float: right;
  margin-top: 15px; }

.tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 15px;
  margin-bottom: 20px; }

.dragging, .dragging * {
  cursor: move !important; }

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000; }

.sortable {
  list-style-type: none;
  cursor: move !important; }

.panel-sortable {
  list-style-type: none; }
  .panel-sortable .panel-heading {
    cursor: move !important; }

.sortable li.placeholder,
.panel-sortable li.placeholder {
  position: relative; }

.sortable li.placeholder:before,
.panel-sortable li.placeholder:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -7px;
  top: -4px;
  border: 5px solid transparent;
  border-left-color: #000;
  border-right: none; }

.sortable tr {
  cursor: default; }
  .sortable tr.placeholder {
    display: block;
    background: red;
    position: relative;
    margin: 0;
    padding: 0;
    border: none; }
    .sortable tr.placeholder:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-left-color: #000;
      margin-top: -5px;
      left: -5px;
      border-right: none; }

.sortable-handle {
  cursor: move; }

.cursor-default {
  cursor: default; }

.cursor-crosshair {
  cursor: crosshair; }

.cursor-help {
  cursor: help; }

.cursor-pointer {
  cursor: pointer; }

.cursor-text {
  cursor: text; }

.cursor-wait {
  cursor: wait; }

.panel-functions {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -20px;
  background: #fafafa;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: none; }
  .panel-functions .panel-body {
    padding: 10px; }

.alert {
  -webkit-animation: fade-in 1s linear; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.json-editor .well {
  overflow: hidden;
  padding: 9px !important; }
.json-editor .form-group {
  margin-left: 0;
  margin-right: 0; }
.json-editor .btn-group {
  float: right; }
  .json-editor .btn-group .btn {
    margin-left: 10px; }
.json-editor .imagepicker-image {
  margin-top: 15px; }
.json-editor h3 {
  margin-top: 0; }
.json-editor .well {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .json-editor .well .well {
    background: #fafafa; }
    .json-editor .well .well .well {
      background: #f0f0f0; }
.json-editor [data-schematype="array"] {
  max-width: 640px; }
.json-editor > div > h3 {
  display: none; }
.json-editor > div > .well {
  background: none;
  border: none; }

.navbar {
  border: none; }
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0; }
  .navbar .navbar-header {
    float: left; }
  .navbar .navbar-brand {
    float: left;
    padding: 10px 0;
    font-size: 18px;
    line-height: 20px;
    height: 70px; }
  .navbar .navbar-nav {
    float: right;
    margin: 0;
    border-left: 1px solid #fff; }
    .navbar .navbar-nav > li {
      float: left; }
      .navbar .navbar-nav > li > a {
        color: #666;
        padding-top: 25px;
        padding-bottom: 25px; }
      @media (min-width: 769px) {
        .navbar .navbar-nav > li > a {
          background-color: #f3f3f3;
          -webkit-transition: background-color 0.2s;
          transition: background-color 0.2s; }
          .navbar .navbar-nav > li > a:hover {
            background-color: #f8f8f8; }
          .navbar .navbar-nav > li > a .icon {
            font-size: 14px;
            margin-right: 5px; }
        .navbar .navbar-nav > li:after {
          content: "";
          position: absolute;
          bottom: 0;
          width: 100%;
          border-top: 0px solid rgba(24, 160, 172, 0);
          -webkit-transition: border-width 0.1s, border-color 0.4s;
          transition: border-width 0.1s, border-color 0.4s; }
        .navbar .navbar-nav > li:hover:after {
          border-color: #18a0ac;
          border-width: 2px; } }
  .navbar:after {
    content: "";
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    height: 10px;
    z-index: 1;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2) inset; }

.nav-toggle {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  float: left;
  margin: 25px 15px; }
  .nav-toggle span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 2px;
    background: #777;
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s; }
  .nav-toggle span::before,
  .nav-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #777;
    content: "";
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0; }
  .nav-toggle span::before {
    top: -5px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .nav-toggle span::after {
    bottom: -5px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform; }
  .nav-toggle:focus {
    outline: none; }
  .nav-toggle.sidebar-is-visible span {
    background: none; }
  .nav-toggle.sidebar-is-visible span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav-toggle.sidebar-is-visible span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .nav-toggle.sidebar-is-visible span::before,
  .nav-toggle.sidebar-is-visible span::after {
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s; }

.sidebar {
  position: fixed;
  z-index: 1;
  visibility: hidden;
  top: 70px;
  left: 0;
  bottom: 0;
  background: #f4f4f4;
  width: 240px;
  overflow: auto;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2) inset;
  top: 70px;
  width: 240px;
  -webkit-transition: visibility 0s 0.3s;
  -moz-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s; }
  .sidebar .sidebar-toggle {
    display: none; }
  @media screen and (min-width: 769px) {
    .sidebar {
      visibility: visible; } }
  .sidebar.sidebar-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s; }
  .sidebar .nav a {
    color: #666;
    position: relative;
    display: block;
    padding: 10px 15px;
    outline: none;
    text-decoration: none;
    cursor: pointer; }
  .sidebar .nav > li > a {
    font-weight: bold;
    border-bottom: 1px solid #ddd; }
  .sidebar .nav > li > ul > li:hover > a {
    background: #eee; }
  .sidebar .nav > li > ul > li > a {
    font-weight: normal; }
    .sidebar .nav > li > ul > li > a[aria-expanded="true"] {
      background: #eee; }
  .sidebar .nav > li > ul > li.active > a {
    background: #eee; }
    .sidebar .nav > li > ul > li.active > a:hover {
      background: #e6e6e6; }
  .sidebar .nav > li > ul > li.active.no-children > a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 4px solid #18a0ac; }
  .sidebar .nav > li > ul > li > ul {
    font-size: 0.9em;
    background: #eee; }
    .sidebar .nav > li > ul > li > ul > li > a {
      border-bottom: none;
      padding-left: 30px;
      font-weight: normal; }
      .sidebar .nav > li > ul > li > ul > li > a:hover {
        background: #e6e6e6; }
    .sidebar .nav > li > ul > li > ul > li.active > a:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      border-right: 4px solid #18a0ac; }
  .sidebar .icon {
    font-size: 16px;
    margin-right: 5px; }

.main {
  min-height: 100vh;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-top: 70px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; }
  .main .main-inner {
    padding-top: 20px; }
  @media screen and (min-width: 769px) {
    .main {
      margin-left: 240px;
      padding-top: 70px; } }
  .main.sidebar-is-visible {
    webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    -o-transform: translateX(240px);
    transform: translateX(240px); }

.footer {
  padding: 20px;
  border-top: 2px solid #f4f4f4; }
  @media screen and (min-width: 769px) {
    .footer {
      margin-left: 240px; } }

.page-login {
  width: 100%;
  height: 100%; }
  .page-login body {
    background: url(../images/login_bg.jpg);
    height: 100%; }
  .page-login .logo {
    text-align: center;
    margin-bottom: 20px; }
  .page-login .page-header {
    text-align: center;
    max-width: 420px;
    margin: 15px auto 0 auto;
    border-bottom: 0;
    color: #fff;
    font-weight: bold; }
  .page-login .container {
    max-width: 500px;
    margin: 10% auto 0 auto; }
  .page-login .form-login {
    background: #fff;
    padding: 40px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    .page-login .form-login .input-group {
      margin-bottom: 10px; }
    .page-login .form-login .form-login-heading {
      margin-top: 0; }
  .page-login .copy {
    font-size: 75%;
    padding-top: 20px;
    text-align: center;
    color: #fff; }
    .page-login .copy a {
      color: #fff; }

.page-iframe .main {
  margin-left: 0;
  padding: 0; }

.pagelist .page-actions {
  position: relative; }
  .pagelist .page-actions .btn {
    float: right;
    margin: 0 3px 3px 0; }
.pagelist .level-0 {
  background: #fafafa; }
  .pagelist .level-0 > *:first-child {
    padding-left: 32px; }
.pagelist .level-1 {
  background: whitesmoke; }
  .pagelist .level-1 > *:first-child {
    padding-left: 64px; }
.pagelist .level-2 {
  background: #f0f0f0; }
  .pagelist .level-2 > *:first-child {
    padding-left: 96px; }
.pagelist .level-3 {
  background: #ebebeb; }
  .pagelist .level-3 > *:first-child {
    padding-left: 128px; }
.pagelist .level-4 {
  background: #e6e6e6; }
  .pagelist .level-4 > *:first-child {
    padding-left: 160px; }
.pagelist .level-5 {
  background: #e0e0e0; }
  .pagelist .level-5 > *:first-child {
    padding-left: 192px; }
.pagelist td > .icon-plus-circle2,
.pagelist td > .icon-minus-circle2 {
  margin-left: -18px;
  cursor: pointer; }

.grid-stack {
  margin-bottom: 30px; }

.grid-stack-loading {
  margin: 40vh auto 0 auto;
  width: 40px;
  height: 40px; }

.grid-stack-item .panel {
  margin-bottom: 0;
  height: 100%; }
.grid-stack-item .panel-heading {
  cursor: move; }
.grid-stack-item .grid-stack-remove-item {
  position: absolute;
  right: 10px;
  top: 10;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #777;
  opacity: 0.0;
  transition: all 0.5s; }
  .grid-stack-item .grid-stack-remove-item:hover {
    color: #000; }
.grid-stack-item .ui-resizable-handle {
  display: block !important;
  opacity: 0.0;
  transition: all 0.5s;
  right: 20px !important;
  bottom: 10px !important; }
.grid-stack-item:hover .grid-stack-remove-item,
.grid-stack-item:hover .ui-resizable-handle {
  opacity: 1.0; }
.grid-stack-item.shake {
  -webkit-animation: shake 0.4s linear;
  animation: shake 0.4s linear; }

.dashboard-panel-toggle {
  position: absolute;
  top: 90px;
  right: 4px;
  z-index: 101;
  transition: all 0.3s; }
  .dashboard-panel-toggle span + span {
    display: none; }
  .dashboard-panel-toggle:hover {
    right: 10px; }
    .dashboard-panel-toggle:hover span + span {
      display: inline-block; }

.dashboard-panel {
  position: absolute;
  top: 0;
  right: -200px;
  width: 200px;
  height: 100%;
  padding-top: 118px;
  padding-left: 4px;
  padding-right: 4px;
  background: #eee;
  border-left: 1px solid #ddd;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 100; }
  .dashboard-panel.is-visible {
    right: 0; }
  .dashboard-panel hr {
    border-color: #ddd; }
  .dashboard-panel ul li {
    text-align: right;
    margin-bottom: 10px; }

.dashboard-panel-add-item.is-disabled {
  background: #cacfd2; }

@-webkit-keyframes shake {
  0% {
    transform: rotate(-1deg); }
  33% {
    transform: rotate(1deg); }
  66% {
    transform: rotate(-1deg); } }
@keyframes shake {
  0% {
    transform: rotate(-1deg); }
  33% {
    transform: rotate(1deg); }
  66% {
    transform: rotate(-1deg); } }
html, body {
  overflow-x: hidden; }

body {
  font-family: "Ubuntu", sans-serif;
  -ms-overflow-style: scrollbar; }

.list-group-item.panel {
  padding: 0; }

.well > p,
.well > ul {
  margin-bottom: 0; }
.well > p + p {
  margin-top: 5px; }

fieldset .yc_button_panel {
  margin: 15px 0;
  border-top: 1px solid #EEE;
  padding-top: 15px; }

.well .alert:last-of-type {
  margin-bottom: 0; }

a.input-group-addon {
  cursor: pointer; }

.panel-body .alert:last-child {
  margin-bottom: 0; }

/*# sourceMappingURL=style.css.map */
