/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *









 */


a:link.btn-dts-remove,
a:visited.btn-dts-remove,
a:hover.btn-dts-remove,
a:active.btn-dts-remove {
    color: red;
    text-decoration:none;
}

a:link.btn-dts
a:visited.btn-dts
a:hover.btn-dts,
a:active.btn-dts {
    text-decoration:none;
}
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */


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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css.scss v2.1.0 | MIT License | git.io/normalize */
/* line 25, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 31, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 35, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 40, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
[hidden] {
  display: none;
}

/* line 44, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 50, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
body {
  margin: 0;
}

/* line 54, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
a:focus {
  outline: thin dotted;
}

/* line 59, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 63, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* line 68, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 73, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
b,
strong {
  font-weight: bold;
}

/* line 77, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
dfn {
  font-style: italic;
}

/* line 81, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 87, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 95, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 100, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
pre {
  white-space: pre-wrap;
}

/* line 104, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 108, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
small {
  font-size: 80%;
}

/* line 113, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 120, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
sup {
  top: -0.5em;
}

/* line 124, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
sub {
  bottom: -0.25em;
}

/* line 128, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
img {
  border: 0;
}

/* line 132, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 136, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
figure {
  margin: 0;
}

/* line 140, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 146, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 154, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

/* line 161, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
button,
input {
  line-height: normal;
}

/* line 166, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
button,
select {
  text-transform: none;
}

/* line 173, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 179, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 184, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

/* line 189, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 197, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 202, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 207, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 212, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  /* line 218, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 225, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 228, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 231, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 236, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 240, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 244, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  thead {
    display: table-header-group;
  }

  /* line 248, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 251, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm .5cm;
}

  /* line 259, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 264, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 267, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar {
    display: none;
  }

  /* line 271, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 275, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 278, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 281, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 285, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 292, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 298, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 303, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

/* line 314, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 323, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
button,
input,
select[multiple],
textarea {
  background-image: none;
}

/* line 327, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 333, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 338, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 344, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
img {
  vertical-align: middle;
}

/* line 348, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 354, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 358, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 371, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.img-circle {
  border-radius: 50%;
}

/* line 375, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 382, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

/* line 393, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
p {
  margin: 0 0 10px;
}

/* line 397, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 405, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 410, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
small {
  font-size: 85%;
}

/* line 414, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
cite {
  font-style: normal;
}

/* line 418, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.text-muted {
  color: #999999;
}

/* line 422, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.text-primary {
  color: #428bca;
}

/* line 426, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.text-warning {
  color: #c09853;
}

/* line 430, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.text-danger {
  color: #b94a48;
}

/* line 434, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.text-success {
  color: #468847;
}

/* line 438, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.text-info {
  color: #3a87ad;
}

/* line 442, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.text-left {
  text-align: left;
}

/* line 446, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.text-right {
  text-align: right;
}

/* line 450, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.text-center {
  text-align: center;
}

/* line 465, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

/* line 482, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 490, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 497, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 503, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 508, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 513, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 518, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 523, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 528, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 533, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
h1 small,
.h1 small {
  font-size: 24px;
}

/* line 538, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
h2 small,
.h2 small {
  font-size: 18px;
}

/* line 545, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

/* line 549, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 556, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 564, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 568, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 573, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 578, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 584, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
dl {
  margin-bottom: 20px;
}

/* line 589, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 593, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
dt {
  font-weight: bold;
}

/* line 597, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 602, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 611, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }

  /* line 615, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }

  /* line 619, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .dl-horizontal dd:after {
    clear: both;
  }

  /* line 623, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }

  /* line 627, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
}
/* line 633, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 638, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 643, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 649, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 655, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
blockquote p:last-child {
  margin-bottom: 0;
}

/* line 659, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

/* line 665, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 669, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 677, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 681, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
blockquote.pull-right small:before {
  content: '';
}

/* line 685, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 692, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 696, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 704, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

/* line 708, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 717, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 731, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 735, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 744, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 749, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 757, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.container:before,
.container:after {
  display: table;
  content: " ";
}

/* line 762, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.container:after {
  clear: both;
}

/* line 767, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.container:before,
.container:after {
  display: table;
  content: " ";
}

/* line 772, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.container:after {
  clear: both;
}

/* line 776, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 782, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.row:before,
.row:after {
  display: table;
  content: " ";
}

/* line 787, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.row:after {
  clear: both;
}

/* line 792, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.row:before,
.row:after {
  display: table;
  content: " ";
}

/* line 797, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.row:after {
  clear: both;
}

/* line 848, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 865, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.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 {
  float: left;
}

/* line 869, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.col-xs-1 {
  width: 8.333333333333332%;
}

/* line 873, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.col-xs-2 {
  width: 16.666666666666664%;
}

/* line 877, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.col-xs-3 {
  width: 25%;
}

/* line 881, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.col-xs-4 {
  width: 33.33333333333333%;
}

/* line 885, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.col-xs-5 {
  width: 41.66666666666667%;
}

/* line 889, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.col-xs-6 {
  width: 50%;
}

/* line 893, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.col-xs-7 {
  width: 58.333333333333336%;
}

/* line 897, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.col-xs-8 {
  width: 66.66666666666666%;
}

/* line 901, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.col-xs-9 {
  width: 75%;
}

/* line 905, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.col-xs-10 {
  width: 83.33333333333334%;
}

/* line 909, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.col-xs-11 {
  width: 91.66666666666666%;
}

/* line 913, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 918, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .container {
    max-width: 750px;
  }

  /* line 931, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .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 {
    float: left;
  }

  /* line 934, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-1 {
    width: 8.333333333333332%;
  }

  /* line 937, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-2 {
    width: 16.666666666666664%;
  }

  /* line 940, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 943, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-4 {
    width: 33.33333333333333%;
  }

  /* line 946, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-5 {
    width: 41.66666666666667%;
  }

  /* line 949, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 952, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-7 {
    width: 58.333333333333336%;
  }

  /* line 955, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-8 {
    width: 66.66666666666666%;
  }

  /* line 958, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 961, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-10 {
    width: 83.33333333333334%;
  }

  /* line 964, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-11 {
    width: 91.66666666666666%;
  }

  /* line 967, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 970, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  /* line 973, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  /* line 976, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 979, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  /* line 982, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  /* line 985, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 988, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  /* line 991, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  /* line 994, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 997, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  /* line 1000, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  /* line 1003, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 1006, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 1009, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 1012, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 1015, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 1018, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 1021, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 1024, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 1027, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 1030, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 1033, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 1036, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 1039, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 1042, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1045, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 1048, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 1051, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1054, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 1057, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 1060, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1063, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 1066, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  /* line 1072, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .container {
    max-width: 970px;
  }

  /* line 1085, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .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 {
    float: left;
  }

  /* line 1088, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-1 {
    width: 8.333333333333332%;
  }

  /* line 1091, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-2 {
    width: 16.666666666666664%;
  }

  /* line 1094, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 1097, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-4 {
    width: 33.33333333333333%;
  }

  /* line 1100, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-5 {
    width: 41.66666666666667%;
  }

  /* line 1103, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 1106, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-7 {
    width: 58.333333333333336%;
  }

  /* line 1109, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-8 {
    width: 66.66666666666666%;
  }

  /* line 1112, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 1115, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-10 {
    width: 83.33333333333334%;
  }

  /* line 1118, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-11 {
    width: 91.66666666666666%;
  }

  /* line 1121, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 1124, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 1127, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  /* line 1130, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  /* line 1133, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 1136, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  /* line 1139, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  /* line 1142, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 1145, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  /* line 1148, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  /* line 1151, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 1154, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  /* line 1157, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  /* line 1160, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 1163, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 1166, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 1169, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 1172, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 1175, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 1178, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 1181, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 1184, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 1187, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1190, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 1193, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 1196, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }

  /* line 1199, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 1202, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 1205, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 1208, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 1211, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 1214, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 1217, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 1220, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 1223, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 1226, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 1229, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  /* line 1235, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .container {
    max-width: 1170px;
  }

  /* line 1248, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .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 {
    float: left;
  }

  /* line 1251, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-1 {
    width: 8.333333333333332%;
  }

  /* line 1254, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-2 {
    width: 16.666666666666664%;
  }

  /* line 1257, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 1260, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-4 {
    width: 33.33333333333333%;
  }

  /* line 1263, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-5 {
    width: 41.66666666666667%;
  }

  /* line 1266, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 1269, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-7 {
    width: 58.333333333333336%;
  }

  /* line 1272, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-8 {
    width: 66.66666666666666%;
  }

  /* line 1275, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 1278, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-10 {
    width: 83.33333333333334%;
  }

  /* line 1281, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-11 {
    width: 91.66666666666666%;
  }

  /* line 1284, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 1287, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 1290, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  /* line 1293, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  /* line 1296, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 1299, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  /* line 1302, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  /* line 1305, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 1308, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  /* line 1311, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  /* line 1314, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 1317, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  /* line 1320, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  /* line 1323, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 1326, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 1329, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 1332, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 1335, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 1338, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 1341, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 1344, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 1347, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 1350, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 1353, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 1356, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 1359, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }

  /* line 1362, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 1365, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 1368, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 1371, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 1374, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 1377, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 1380, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 1383, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 1386, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 1389, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 1392, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
/* line 1397, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 1402, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
th {
  text-align: left;
}

/* line 1406, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 1416, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 1423, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 1433, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 1437, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 1441, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table .table {
  background-color: #ffffff;
}

/* line 1450, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

/* line 1454, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table-bordered {
  border: 1px solid #dddddd;
}

/* line 1463, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

/* line 1468, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 1473, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 1478, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 1482, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
table col[class*="col-"] {
  display: table-column;
  float: none;
}

/* line 1488, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

/* line 1504, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 1519, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 1526, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

/* line 1542, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 1549, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

/* line 1565, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

/* line 1572, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  /* line 1578, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }

  /* line 1585, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }

  /* line 1594, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 1597, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 1605, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 1613, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 1621, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 1626, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1632, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
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;
}

/* line 1644, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 1650, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1657, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 1665, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
input[type="file"] {
  display: block;
}

/* line 1670, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1674, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

/* line 1682, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1689, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

/* line 1693, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.form-control:-moz-placeholder {
  color: #999999;
}

/* line 1697, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.form-control::-moz-placeholder {
  color: #999999;
}

/* line 1701, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 1705, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 1709, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 1727, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1736, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 1741, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
textarea.form-control {
  height: auto;
}

/* line 1745, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 1750, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

/* line 1760, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 1770, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 1776, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 1781, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 1791, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 1807, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 1811, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1819, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 1824, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
textarea.input-sm {
  height: auto;
}

/* line 1828, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 1836, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
select.input-lg {
  height: 45px;
  line-height: 45px;
}

/* line 1841, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
textarea.input-lg {
  height: auto;
}

/* line 1846, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

/* line 1850, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.has-warning .form-control {
  border-color: #c09853;
  -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);
}

/* line 1856, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

/* line 1862, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 1869, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

/* line 1873, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.has-error .form-control {
  border-color: #b94a48;
  -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);
}

/* line 1879, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

/* line 1885, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 1892, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

/* line 1896, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.has-success .form-control {
  border-color: #468847;
  -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);
}

/* line 1902, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

/* line 1908, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 1914, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

/* line 1919, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 1927, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 1932, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .form-inline .form-control {
    display: inline-block;
  }

  /* line 1936, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 1943, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
/* line 1953, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 1959, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 1965, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 1970, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.form-horizontal .form-group:after {
  clear: both;
}

/* line 1975, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 1980, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 1985, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}
/* line 1990, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 2010, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2017, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

/* line 2023, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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);
}

/* line 2032, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2041, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 2051, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* line 2059, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 2077, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 2082, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 2092, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/* line 2100, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 2118, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 2123, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2133, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* line 2141, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 2159, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2164, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2174, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

/* line 2182, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 2200, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2205, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2215, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

/* line 2223, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 2241, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2246, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2256, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

/* line 2264, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 2282, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2287, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

/* line 2297, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2306, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 2311, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2320, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 2325, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 2333, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2340, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-xs {
  padding: 1px 5px;
}

/* line 2344, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* line 2351, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 2357, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 2361, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 2367, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.fade.in {
  opacity: 1;
}

/* line 2371, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.collapse {
  display: none;
}

/* line 2375, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.collapse.in {
  display: block;
}

/* line 2379, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/assets/glyphicons-halflings-regular-a976b4f46980969d9792e0ff9f3afc17.eot");
  src: url("/assets/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/assets/glyphicons-halflings-regular-c866ecc8bb1c848e2a8557b67499891d.woff") format("woff"), url("/assets/glyphicons-halflings-regular-b7248b70474d970f596df264c4f9b5ab.ttf") format("truetype"), url("/assets/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* line 2393, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

/* line 2404, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 2408, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 2412, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 2416, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 2420, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 2424, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 2428, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 2432, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 2436, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 2440, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 2444, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 2448, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 2452, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 2456, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 2460, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 2464, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 2468, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 2472, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 2476, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 2480, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 2484, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 2488, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 2492, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 2496, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 2500, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 2504, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 2508, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 2512, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 2516, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 2520, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 2524, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 2528, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 2532, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 2536, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 2540, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 2544, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 2548, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 2552, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 2556, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 2560, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 2564, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 2568, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 2572, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 2576, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 2580, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 2584, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 2588, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 2592, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 2596, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 2600, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 2604, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 2608, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 2612, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 2616, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 2620, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 2624, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 2628, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 2632, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 2636, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 2640, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 2644, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 2648, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 2652, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 2656, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 2660, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 2664, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 2668, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 2672, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 2676, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 2680, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 2684, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 2688, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 2692, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 2696, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 2700, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 2704, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 2708, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 2712, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 2716, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 2720, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 2724, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 2728, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 2732, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 2736, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 2740, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 2744, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 2748, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 2752, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 2756, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 2760, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 2764, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 2768, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 2772, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 2776, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 2780, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 2784, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 2788, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 2792, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 2796, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 2800, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 2804, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 2808, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 2812, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 2816, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 2820, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 2824, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 2828, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 2832, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 2836, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 2840, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 2844, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 2848, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 2852, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 2856, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 2860, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 2864, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 2868, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 2872, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 2876, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 2880, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 2884, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 2888, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 2892, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 2896, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 2900, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 2904, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 2908, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 2912, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 2916, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 2920, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 2924, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 2928, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 2932, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 2936, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 2940, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 2944, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 2948, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 2952, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 2956, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 2960, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 2964, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 2968, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 2972, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 2976, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 2980, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 2984, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 2988, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 2992, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 2996, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 3000, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 3004, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 3008, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 3012, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 3016, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 3020, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 3024, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 3028, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 3032, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 3036, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 3040, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 3044, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 3048, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 3052, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 3056, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 3060, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 3064, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 3068, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 3072, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 3076, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 3080, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 3084, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 3088, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 3092, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 3096, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 3100, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 3104, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 3108, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 3112, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 3116, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 3120, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 3124, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 3128, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 3132, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 3136, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 3140, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 3144, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 3148, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 3152, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 3156, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 3160, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 3164, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-briefcase:before {
  content: "\1f4bc";
}

/* line 3168, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-calendar:before {
  content: "\1f4c5";
}

/* line 3172, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-pushpin:before {
  content: "\1f4cc";
}

/* line 3176, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-paperclip:before {
  content: "\1f4ce";
}

/* line 3180, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-camera:before {
  content: "\1f4f7";
}

/* line 3184, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-lock:before {
  content: "\1f512";
}

/* line 3188, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-bell:before {
  content: "\1f514";
}

/* line 3192, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-bookmark:before {
  content: "\1f516";
}

/* line 3196, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-fire:before {
  content: "\1f525";
}

/* line 3200, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.glyphicon-wrench:before {
  content: "\1f527";
}

/* line 3204, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

/* line 3217, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropdown {
  position: relative;
}

/* line 3221, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3225, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.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;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 3246, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3251, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3258, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 3269, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

/* line 3277, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

/* line 3286, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 3291, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3299, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3303, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.open > a {
  outline: 0;
}

/* line 3307, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

/* line 3315, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3324, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3330, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

/* line 3337, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 3344, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
/* line 3350, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-default .caret {
  border-top-color: #333333;
}

/* line 3358, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

/* line 3362, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

/* line 3370, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

/* line 3375, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3382, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3394, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 3399, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

/* line 3406, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3411, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 3416, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 3421, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 3426, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 3430, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-toolbar .btn-group {
  float: left;
}

/* line 3437, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

/* line 3441, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3445, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3449, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3455, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.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;
}

/* line 3460, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 3464, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3469, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3474, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3480, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3484, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3492, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3499, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 3506, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 3511, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 3516, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.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);
}

/* line 3521, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn .caret {
  margin-left: 0;
}

/* line 3525, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3530, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3535, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3543, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 3548, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 3553, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 3558, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 3562, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3569, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.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;
}

/* line 3574, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3578, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3584, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

/* line 3590, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3595, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3600, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3605, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

/* line 3612, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 3619, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

/* line 3623, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3629, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3635, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

/* line 3642, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 3652, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

/* line 3659, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3665, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.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: 3px;
}

/* line 3675, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3682, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3688, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3694, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.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;
}

/* line 3699, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3705, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 3716, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3722, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3729, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3737, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3742, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3750, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3755, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3759, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group-btn {
  position: relative;
  white-space: nowrap;
}

/* line 3764, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 3768, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

/* line 3773, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3777, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3784, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav:before,
.nav:after {
  display: table;
  content: " ";
}

/* line 3789, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav:after {
  clear: both;
}

/* line 3794, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav:before,
.nav:after {
  display: table;
  content: " ";
}

/* line 3799, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav:after {
  clear: both;
}

/* line 3803, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 3808, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3815, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3820, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav > li.disabled > a {
  color: #999999;
}

/* line 3825, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 3834, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

/* line 3839, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3846, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3850, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

/* line 3854, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 3859, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 3866, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 3872, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

/* line 3880, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 3885, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 3889, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 3894, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
/* line 3900, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

/* line 3905, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

/* line 3909, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-pills > li {
  float: left;
}

/* line 3913, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-pills > li > a {
  border-radius: 5px;
}

/* line 3917, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 3923, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

/* line 3928, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-stacked > li {
  float: none;
}

/* line 3932, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 3937, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-justified {
  width: 100%;
}

/* line 3941, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-justified > li {
  float: none;
}

/* line 3945, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 3950, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
/* line 3956, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 3960, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

/* line 3965, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

/* line 3970, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

/* line 3975, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tabbable:after {
  clear: both;
}

/* line 3980, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

/* line 3985, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tabbable:after {
  clear: both;
}

/* line 3990, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 3995, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 3999, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

/* line 4004, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

/* line 4009, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4015, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 4024, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

/* line 4029, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar:after {
  clear: both;
}

/* line 4034, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

/* line 4039, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 4044, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar {
    border-radius: 4px;
  }
}
/* line 4050, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

/* line 4055, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-header:after {
  clear: both;
}

/* line 4060, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

/* line 4065, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 4070, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-header {
    float: left;
  }
}
/* line 4075, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 4086, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 4091, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 4096, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 4101, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 4105, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4110, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 4115, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 4121, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 4124, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  /* line 4127, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  /* line 4130, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
/* line 4136, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 4143, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 4149, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4154, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 4160, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4169, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 4174, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

/* line 4179, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

/* line 4184, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 4192, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 4197, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
/* line 4202, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4214, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4221, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4226, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 4231, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 4235, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 4242, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 4252, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 4255, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 4259, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 4265, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 4269, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 4272, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  /* line 4279, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 4282, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 4287, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 4300, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4305, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-form .form-control {
    display: inline-block;
  }

  /* line 4309, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 4316, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 4323, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 4329, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 4341, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4347, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4353, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 4358, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4363, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4370, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}
/* line 4376, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4381, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-brand {
  color: #777777;
}

/* line 4386, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 4391, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-text {
  color: #777777;
}

/* line 4395, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}

/* line 4400, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

/* line 4407, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

/* line 4414, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

/* line 4419, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

/* line 4424, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

/* line 4428, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

/* line 4433, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

/* line 4438, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 4445, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

/* line 4452, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 4457, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  /* line 4463, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }

  /* line 4467, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }

  /* line 4473, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .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: #555555;
    background-color: #e7e7e7;
  }

  /* line 4479, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .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: #cccccc;
    background-color: transparent;
  }
}
/* line 4485, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-link {
  color: #777777;
}

/* line 4489, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}

/* line 4493, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

/* line 4498, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-brand {
  color: #999999;
}

/* line 4503, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 4508, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 4512, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

/* line 4517, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 4524, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

/* line 4531, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/* line 4536, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

/* line 4541, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

/* line 4545, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* line 4550, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4556, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

/* line 4561, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4566, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 4573, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  /* line 4579, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 4582, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }

  /* line 4586, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  /* line 4592, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .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: #ffffff;
    background-color: #080808;
  }

  /* line 4598, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .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: #444444;
    background-color: transparent;
  }
}
/* line 4604, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 4608, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

/* line 4612, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4620, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4624, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

/* line 4630, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4634, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4641, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pagination > li {
  display: inline;
}

/* line 4646, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 4658, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 4665, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4673, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

/* line 4682, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 4693, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

/* line 4701, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 4707, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 4713, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 4719, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 4725, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4731, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4736, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4744, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pager:before,
.pager:after {
  display: table;
  content: " ";
}

/* line 4749, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pager:after {
  clear: both;
}

/* line 4754, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pager:before,
.pager:after {
  display: table;
  content: " ";
}

/* line 4759, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pager:after {
  clear: both;
}

/* line 4763, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pager li {
  display: inline;
}

/* line 4768, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

/* line 4777, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 4783, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4788, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4795, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

/* line 4801, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4815, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4821, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.label:empty {
  display: none;
}

/* line 4825, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.label-default {
  background-color: #999999;
}

/* line 4830, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

/* line 4834, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.label-primary {
  background-color: #428bca;
}

/* line 4839, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 4843, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 4848, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4852, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 4857, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4861, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4866, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4870, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 4875, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 4879, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

/* line 4894, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.badge:empty {
  display: none;
}

/* line 4899, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4905, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4911, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

/* line 4916, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4920, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

/* line 4930, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

/* line 4935, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.jumbotron p {
  line-height: 1.4;
}

/* line 4939, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  /* line 4944, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 4948, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  /* line 4952, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .jumbotron h1 {
    font-size: 63px;
  }
}
/* line 4957, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 4971, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 4978, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

/* line 4982, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 4987, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 4992, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4999, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5004, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 5009, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 5013, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 5017, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert-dismissable {
  padding-right: 35px;
}

/* line 5021, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5028, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5034, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5038, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert-success .alert-link {
  color: #356635;
}

/* line 5042, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5048, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5052, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert-info .alert-link {
  color: #2d6987;
}

/* line 5056, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

/* line 5062, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert-warning hr {
  border-top-color: #f8e5be;
}

/* line 5066, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert-warning .alert-link {
  color: #a47e3c;
}

/* line 5070, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 5076, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert-danger hr {
  border-top-color: #e6c1c7;
}

/* line 5080, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 5085, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  from {
    background-position: 40px 0;
  }

  /* line 5088, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  /* line 5094, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  from {
    background-position: 40px 0;
  }

  /* line 5097, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  /* line 5103, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  from {
    background-position: 0 0;
  }

  /* line 5106, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  /* line 5112, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  from {
    background-position: 40px 0;
  }

  /* line 5115, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  to {
    background-position: 0 0;
  }
}

/* line 5120, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 5130, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 5144, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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;
}

/* line 5152, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5160, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5164, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

/* line 5171, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5175, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

/* line 5182, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5186, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

/* line 5193, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5197, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

/* line 5205, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5211, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 5215, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5219, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.media-object {
  display: block;
}

/* line 5223, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 5227, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 5231, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 5235, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5240, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5245, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 5254, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 5259, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5265, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.list-group-item > .badge {
  float: right;
}

/* line 5269, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 5273, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
a.list-group-item {
  color: #555555;
}

/* line 5277, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
a.list-group-item .list-group-item-heading {
  color: #333333;
}

/* line 5282, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5289, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 5298, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

/* line 5304, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.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: #e1edf7;
}

/* line 5308, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5313, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5318, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5327, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-body {
  padding: 15px;
}

/* line 5332, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

/* line 5337, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-body:after {
  clear: both;
}

/* line 5342, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

/* line 5347, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-body:after {
  clear: both;
}

/* line 5351, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 5355, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

/* line 5359, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 5364, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

/* line 5368, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5372, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel > .table {
  margin-bottom: 0;
}

/* line 5376, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

/* line 5380, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 5387, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

/* line 5393, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-title > a {
  color: inherit;
}

/* line 5397, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5405, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

/* line 5411, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5415, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5419, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

/* line 5423, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5427, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 5431, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-default {
  border-color: #dddddd;
}

/* line 5435, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

/* line 5441, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

/* line 5445, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

/* line 5449, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-primary {
  border-color: #428bca;
}

/* line 5453, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 5459, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

/* line 5463, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

/* line 5467, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5471, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5477, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5481, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5485, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-warning {
  border-color: #fbeed5;
}

/* line 5489, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

/* line 5495, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

/* line 5499, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

/* line 5503, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-danger {
  border-color: #eed3d7;
}

/* line 5507, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 5513, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

/* line 5517, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

/* line 5521, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5525, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5531, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

/* line 5535, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5539, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5550, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5555, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5560, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5565, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 5577, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5585, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5593, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-open {
  overflow: hidden;
}

/* line 5599, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

/* line 5603, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

/* line 5615, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-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;
}

/* line 5625, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5631, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

/* line 5639, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -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;
}

/* line 5651, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

/* line 5661, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5666, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5671, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5677, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5681, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 5686, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 5691, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5699, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 5704, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-footer:after {
  clear: both;
}

/* line 5709, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 5714, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-footer:after {
  clear: both;
}

/* line 5718, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5723, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5727, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  /* line 5732, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* line 5739, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .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);
  }
}
/* line 5745, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* line 5756, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5761, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5766, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5771, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5776, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5781, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

/* line 5791, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5799, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5807, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5814, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5821, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

/* line 5829, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

/* line 5837, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5845, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5852, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5859, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* line 5878, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5882, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5886, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5890, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5894, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 5905, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5910, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5919, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 5923, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5928, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5937, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

/* line 5945, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5954, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

/* line 5962, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 5971, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

/* line 5979, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 5988, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

/* line 5996, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel {
  position: relative;
}

/* line 6000, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6006, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 6014, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

/* line 6023, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6027, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6032, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6038, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6042, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6047, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6051, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6055, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6059, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 6073, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-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);
}

/* line 6082, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-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);
}

/* line 6094, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6104, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 6113, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

/* line 6121, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6125, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6129, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 6141, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

/* line 6152, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

/* line 6159, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 6172, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6178, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  /* line 6185, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 6190, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 6196, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

/* line 6201, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.clearfix:after {
  clear: both;
}

/* line 6205, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pull-right {
  float: right !important;
}

/* line 6209, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.pull-left {
  float: left !important;
}

/* line 6213, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.hide {
  display: none !important;
}

/* line 6217, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.show {
  display: block !important;
}

/* line 6221, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.invisible {
  visibility: hidden;
}

/* line 6225, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6233, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
}
}
/* line 6247, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 6252, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.visible-xs {
  display: none !important;
}

/* line 6256, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
tr.visible-xs {
  display: none !important;
}

/* line 6261, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6266, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 6269, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 6273, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6279, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-xs.visible-sm {
    display: block !important;
  }

  /* line 6282, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  /* line 6286, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6292, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-xs.visible-md {
    display: block !important;
  }

  /* line 6295, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  /* line 6299, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6305, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-xs.visible-lg {
    display: block !important;
  }

  /* line 6308, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  /* line 6312, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
/* line 6317, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.visible-sm {
  display: none !important;
}

/* line 6321, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
tr.visible-sm {
  display: none !important;
}

/* line 6326, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6331, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-sm.visible-xs {
    display: block !important;
  }

  /* line 6334, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  /* line 6338, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6344, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 6347, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 6351, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6357, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-sm.visible-md {
    display: block !important;
  }

  /* line 6360, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  /* line 6364, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6370, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-sm.visible-lg {
    display: block !important;
  }

  /* line 6373, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  /* line 6377, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
/* line 6382, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.visible-md {
  display: none !important;
}

/* line 6386, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
tr.visible-md {
  display: none !important;
}

/* line 6391, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6396, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-md.visible-xs {
    display: block !important;
  }

  /* line 6399, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  /* line 6403, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6409, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-md.visible-sm {
    display: block !important;
  }

  /* line 6412, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  /* line 6416, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6422, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-md {
    display: block !important;
  }

  /* line 6425, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 6429, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6435, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-md.visible-lg {
    display: block !important;
  }

  /* line 6438, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  /* line 6442, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
/* line 6447, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.visible-lg {
  display: none !important;
}

/* line 6451, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
tr.visible-lg {
  display: none !important;
}

/* line 6456, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6461, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-lg.visible-xs {
    display: block !important;
  }

  /* line 6464, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  /* line 6468, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6474, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-lg.visible-sm {
    display: block !important;
  }

  /* line 6477, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  /* line 6481, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6487, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-lg.visible-md {
    display: block !important;
  }

  /* line 6490, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  /* line 6494, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6500, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 6503, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 6507, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
/* line 6512, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.hidden-xs {
  display: block !important;
}

/* line 6516, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
tr.hidden-xs {
  display: table-row !important;
}

/* line 6521, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 6526, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-xs {
    display: none !important;
  }

  /* line 6529, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-xs {
    display: none !important;
  }

  /* line 6533, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6539, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-xs.hidden-sm {
    display: none !important;
  }

  /* line 6542, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

  /* line 6546, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6552, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-xs.hidden-md {
    display: none !important;
  }

  /* line 6555, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-xs.hidden-md {
    display: none !important;
  }

  /* line 6559, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6565, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-xs.hidden-lg {
    display: none !important;
  }

  /* line 6568, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  /* line 6572, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
/* line 6577, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.hidden-sm {
  display: block !important;
}

/* line 6581, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
tr.hidden-sm {
  display: table-row !important;
}

/* line 6586, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 6591, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-sm.hidden-xs {
    display: none !important;
  }

  /* line 6594, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

  /* line 6598, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6604, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-sm {
    display: none !important;
  }

  /* line 6607, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-sm {
    display: none !important;
  }

  /* line 6611, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6617, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-sm.hidden-md {
    display: none !important;
  }

  /* line 6620, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-sm.hidden-md {
    display: none !important;
  }

  /* line 6624, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6630, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-sm.hidden-lg {
    display: none !important;
  }

  /* line 6633, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  /* line 6637, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
/* line 6642, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.hidden-md {
  display: block !important;
}

/* line 6646, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
tr.hidden-md {
  display: table-row !important;
}

/* line 6651, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 6656, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-md.hidden-xs {
    display: none !important;
  }

  /* line 6659, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-md.hidden-xs {
    display: none !important;
  }

  /* line 6663, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6669, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-md.hidden-sm {
    display: none !important;
  }

  /* line 6672, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-md.hidden-sm {
    display: none !important;
  }

  /* line 6676, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6682, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-md {
    display: none !important;
  }

  /* line 6685, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-md {
    display: none !important;
  }

  /* line 6689, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6695, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-md.hidden-lg {
    display: none !important;
  }

  /* line 6698, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  /* line 6702, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
/* line 6707, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.hidden-lg {
  display: block !important;
}

/* line 6711, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
tr.hidden-lg {
  display: table-row !important;
}

/* line 6716, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 6721, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-lg.hidden-xs {
    display: none !important;
  }

  /* line 6724, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

  /* line 6728, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6734, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-lg.hidden-sm {
    display: none !important;
  }

  /* line 6737, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

  /* line 6741, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6747, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-lg.hidden-md {
    display: none !important;
  }

  /* line 6750, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-lg.hidden-md {
    display: none !important;
  }

  /* line 6754, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6760, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-lg {
    display: none !important;
  }

  /* line 6763, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-lg {
    display: none !important;
  }

  /* line 6767, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
/* line 6772, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
.visible-print {
  display: none !important;
}

/* line 6776, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
tr.visible-print {
  display: none !important;
}

/* line 6781, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  /* line 6786, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .visible-print {
    display: block !important;
  }

  /* line 6789, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 6793, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  /* line 6796, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  .hidden-print {
    display: none !important;
  }

  /* line 6799, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  tr.hidden-print {
    display: none !important;
  }

  /* line 6803, ../../../app/assets/stylesheets/admin/bootstrap.css.scss */
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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:active,
.btn.active {
  background-image: none;
}

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  border-color: #e0e0e0;
  border-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}

.btn-default:active,
.btn-default.active {
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-primary {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  border-color: #2d6ca2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}

.btn-primary:active,
.btn-primary.active {
  background-color: #3071a9;
  border-color: #2d6ca2;
}

.btn-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  border-color: #419641;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.btn-success:active,
.btn-success.active {
  background-color: #449d44;
  border-color: #419641;
}

.btn-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  border-color: #eb9316;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.btn-warning:active,
.btn-warning.active {
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  border-color: #c12e2a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.btn-danger:active,
.btn-danger.active {
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  border-color: #2aabd2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.btn-info:active,
.btn-info.active {
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.navbar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #f8f8f8, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar .navbar-nav > .active > a {
  background-color: #f8f8f8;
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
  background-image: -webkit-linear-gradient(top, #3c3c3c, 0%, #222222, 100%);
  background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
}

.navbar-inverse .navbar-nav > .active > a {
  background-color: #222222;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
  background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #c8e5bc, 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
}

.alert-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
  background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #b9def0, 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}

.alert-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
  background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #f8efc0, 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}

.alert-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
  background-image: -webkit-linear-gradient(top, #f2dede, 0%, #e7c3c3, 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}

.progress {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f5f5f5, 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}

.progress-bar-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.progress-bar-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.progress-bar-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.progress-bar-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3278b3, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  border-color: #3278b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #d0e9c6, 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
  background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #c4e3f3, 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
  background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #faf2cc, 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
  background-image: -webkit-linear-gradient(top, #f2dede, 0%, #ebcccc, 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.well {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #e8e8e8, 0%, #f5f5f5, 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fontawesome-webfont.eot?v=3.2.1");
  src: url("/assets/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("/assets/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("/assets/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("/assets/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FONT AWESOME CORE
 * -------------------------- */
/* line 39, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/* line 48, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
/* line 54, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

/* makes sure icons active on rollover in links */
/* line 60, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
/* line 65, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}

/* line 72, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}

/* line 75, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

/* line 79, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icons-ul > li {
  position: relative;
}

/* line 82, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}

/* line 90, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}

/* line 93, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-muted {
  color: #eeeeee;
}

/* line 96, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-light {
  color: #ffffff;
}

/* line 99, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-dark {
  color: #333333;
}

/* line 102, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 109, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-2x {
  font-size: 2em;
}

/* line 112, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 118, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-3x {
  font-size: 3em;
}

/* line 121, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 127, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-4x {
  font-size: 4em;
}

/* line 130, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 136, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-5x {
  font-size: 5em;
}

/* line 139, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 145, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.pull-right {
  float: right;
}

/* line 148, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.pull-left {
  float: left;
}

/* line 152, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}

/* line 156, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* line 163, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
/* line 187, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
/* line 194, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 200, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

/* line 210, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 216, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

/* line 220, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

/* line 226, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

/* line 230, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

/* line 236, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

/* line 240, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

/* line 244, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* Fixes alignment in nav lists */
/* line 249, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/* line 255, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

/* line 264, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

/* line 274, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
/* line 279, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
/* line 288, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  /* line 293, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 296, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  /* line 301, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 304, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  /* line 309, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 312, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  /* line 317, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 320, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  /* line 325, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 328, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
  100% {
    transform: rotate(359deg);
  }
}

/* Icon rotations and mirroring */
/* line 333, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 341, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 349, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 357, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 364, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
/* line 376, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 381, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 384, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-music:before {
  content: "\f001";
}

/* line 387, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-search:before {
  content: "\f002";
}

/* line 390, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-envelope-alt:before {
  content: "\f003";
}

/* line 393, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 396, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-star:before {
  content: "\f005";
}

/* line 399, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 402, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-user:before {
  content: "\f007";
}

/* line 405, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-film:before {
  content: "\f008";
}

/* line 408, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 411, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 414, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 417, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 420, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 423, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 426, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 430, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

/* line 433, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 437, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

/* line 440, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 443, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-home:before {
  content: "\f015";
}

/* line 446, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-file-alt:before {
  content: "\f016";
}

/* line 449, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-time:before {
  content: "\f017";
}

/* line 452, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-road:before {
  content: "\f018";
}

/* line 455, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 458, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 461, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 464, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 467, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 471, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

/* line 474, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 477, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 480, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 483, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 486, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 489, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 492, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 495, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 498, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 501, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 504, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 507, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 510, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 513, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 516, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 519, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 522, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-font:before {
  content: "\f031";
}

/* line 525, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 528, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 531, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 534, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 537, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 540, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 543, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 546, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 549, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 552, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 555, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 558, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 561, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 564, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 567, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 570, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 573, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 576, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 579, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-share:before {
  content: "\f045";
}

/* line 582, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-check:before {
  content: "\f046";
}

/* line 585, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-move:before {
  content: "\f047";
}

/* line 588, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 591, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 594, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 597, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 600, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 603, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 606, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 609, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 612, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 615, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 618, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 621, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 624, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 627, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 630, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 633, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 636, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 639, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 642, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 645, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 648, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 651, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 654, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 657, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 660, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 663, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 667, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

/* line 670, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 673, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 676, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 679, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 682, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 685, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 688, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 691, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 694, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 697, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 700, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 703, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 706, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 709, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 712, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-random:before {
  content: "\f074";
}

/* line 715, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 718, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 721, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 724, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 727, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 730, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 733, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 736, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 739, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 742, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 745, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 748, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 751, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 754, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 757, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-key:before {
  content: "\f084";
}

/* line 761, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

/* line 764, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 767, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-thumbs-up-alt:before {
  content: "\f087";
}

/* line 770, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-thumbs-down-alt:before {
  content: "\f088";
}

/* line 773, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 776, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 779, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 782, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 785, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 788, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 791, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 794, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 797, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 800, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 803, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-lemon:before {
  content: "\f094";
}

/* line 806, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 810, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

/* line 813, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 816, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 819, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 822, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 825, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 828, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 831, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 834, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 837, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 840, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 843, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 846, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 849, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 852, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 855, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 858, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 861, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 864, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 867, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 870, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 873, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 876, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 879, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 882, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 885, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 888, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 891, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 894, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 897, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 900, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 903, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 906, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 910, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

/* line 913, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 916, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 919, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 922, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 925, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 928, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 931, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 934, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 937, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 940, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 943, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 946, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 949, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 952, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 955, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 958, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 961, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 964, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 967, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 970, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 973, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-sort:before {
  content: "\f0dc";
}

/* line 976, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 979, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 982, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-envelope:before {
  content: "\f0e0";
}

/* line 985, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 989, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

/* line 992, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 995, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 998, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 1001, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 1004, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 1007, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 1010, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 1013, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 1016, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 1019, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 1022, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 1025, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 1028, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 1031, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 1034, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 1037, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 1040, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 1043, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-food:before {
  content: "\f0f5";
}

/* line 1046, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-file-text-alt:before {
  content: "\f0f6";
}

/* line 1049, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-building:before {
  content: "\f0f7";
}

/* line 1052, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 1055, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 1058, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 1061, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 1064, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 1067, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 1070, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 1073, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 1076, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 1079, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 1082, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 1085, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 1088, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 1091, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 1094, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 1097, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 1100, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 1103, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 1106, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 1109, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 1112, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 1115, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 1118, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 1121, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 1125, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

/* line 1128, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-github-alt:before {
  content: "\f113";
}

/* line 1131, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 1134, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-folder-open-alt:before {
  content: "\f115";
}

/* line 1137, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-expand-alt:before {
  content: "\f116";
}

/* line 1140, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-collapse-alt:before {
  content: "\f117";
}

/* line 1143, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-smile:before {
  content: "\f118";
}

/* line 1146, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-frown:before {
  content: "\f119";
}

/* line 1149, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-meh:before {
  content: "\f11a";
}

/* line 1152, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 1155, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-keyboard:before {
  content: "\f11c";
}

/* line 1158, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-flag-alt:before {
  content: "\f11d";
}

/* line 1161, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 1164, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-terminal:before {
  content: "\f120";
}

/* line 1167, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-code:before {
  content: "\f121";
}

/* line 1170, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-reply-all:before {
  content: "\f122";
}

/* line 1173, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-mail-reply-all:before {
  content: "\f122";
}

/* line 1177, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

/* line 1180, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 1183, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-crop:before {
  content: "\f125";
}

/* line 1186, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-code-fork:before {
  content: "\f126";
}

/* line 1189, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-unlink:before {
  content: "\f127";
}

/* line 1192, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-question:before {
  content: "\f128";
}

/* line 1195, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-info:before {
  content: "\f129";
}

/* line 1198, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 1201, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-superscript:before {
  content: "\f12b";
}

/* line 1204, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-subscript:before {
  content: "\f12c";
}

/* line 1207, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-eraser:before {
  content: "\f12d";
}

/* line 1210, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 1213, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-microphone:before {
  content: "\f130";
}

/* line 1216, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-microphone-off:before {
  content: "\f131";
}

/* line 1219, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-shield:before {
  content: "\f132";
}

/* line 1222, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-calendar-empty:before {
  content: "\f133";
}

/* line 1225, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 1228, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-rocket:before {
  content: "\f135";
}

/* line 1231, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 1234, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-chevron-sign-left:before {
  content: "\f137";
}

/* line 1237, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-chevron-sign-right:before {
  content: "\f138";
}

/* line 1240, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-chevron-sign-up:before {
  content: "\f139";
}

/* line 1243, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-chevron-sign-down:before {
  content: "\f13a";
}

/* line 1246, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-html5:before {
  content: "\f13b";
}

/* line 1249, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-css3:before {
  content: "\f13c";
}

/* line 1252, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-anchor:before {
  content: "\f13d";
}

/* line 1255, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 1258, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-bullseye:before {
  content: "\f140";
}

/* line 1261, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 1264, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-ellipsis-vertical:before {
  content: "\f142";
}

/* line 1267, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-rss-sign:before {
  content: "\f143";
}

/* line 1270, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-play-sign:before {
  content: "\f144";
}

/* line 1273, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-ticket:before {
  content: "\f145";
}

/* line 1276, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-minus-sign-alt:before {
  content: "\f146";
}

/* line 1279, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-check-minus:before {
  content: "\f147";
}

/* line 1282, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-level-up:before {
  content: "\f148";
}

/* line 1285, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-level-down:before {
  content: "\f149";
}

/* line 1288, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-check-sign:before {
  content: "\f14a";
}

/* line 1291, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-edit-sign:before {
  content: "\f14b";
}

/* line 1294, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-external-link-sign:before {
  content: "\f14c";
}

/* line 1297, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-share-sign:before {
  content: "\f14d";
}

/* line 1300, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-compass:before {
  content: "\f14e";
}

/* line 1303, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-collapse:before {
  content: "\f150";
}

/* line 1306, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-collapse-top:before {
  content: "\f151";
}

/* line 1309, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-expand:before {
  content: "\f152";
}

/* line 1313, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

/* line 1316, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-gbp:before {
  content: "\f154";
}

/* line 1320, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

/* line 1324, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

/* line 1328, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

/* line 1332, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

/* line 1336, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

/* line 1340, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

/* line 1343, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-file:before {
  content: "\f15b";
}

/* line 1346, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-file-text:before {
  content: "\f15c";
}

/* line 1349, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-sort-by-alphabet:before {
  content: "\f15d";
}

/* line 1352, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

/* line 1355, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-sort-by-attributes:before {
  content: "\f160";
}

/* line 1358, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

/* line 1361, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-sort-by-order:before {
  content: "\f162";
}

/* line 1364, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-sort-by-order-alt:before {
  content: "\f163";
}

/* line 1367, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-thumbs-up:before {
  content: "\f164";
}

/* line 1370, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-thumbs-down:before {
  content: "\f165";
}

/* line 1373, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-youtube-sign:before {
  content: "\f166";
}

/* line 1376, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-youtube:before {
  content: "\f167";
}

/* line 1379, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-xing:before {
  content: "\f168";
}

/* line 1382, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-xing-sign:before {
  content: "\f169";
}

/* line 1385, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-youtube-play:before {
  content: "\f16a";
}

/* line 1388, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-dropbox:before {
  content: "\f16b";
}

/* line 1391, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-stackexchange:before {
  content: "\f16c";
}

/* line 1394, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-instagram:before {
  content: "\f16d";
}

/* line 1397, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-flickr:before {
  content: "\f16e";
}

/* line 1400, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-adn:before {
  content: "\f170";
}

/* line 1403, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-bitbucket:before {
  content: "\f171";
}

/* line 1406, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-bitbucket-sign:before {
  content: "\f172";
}

/* line 1409, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-tumblr:before {
  content: "\f173";
}

/* line 1412, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-tumblr-sign:before {
  content: "\f174";
}

/* line 1415, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-long-arrow-down:before {
  content: "\f175";
}

/* line 1418, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-long-arrow-up:before {
  content: "\f176";
}

/* line 1421, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-long-arrow-left:before {
  content: "\f177";
}

/* line 1424, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-long-arrow-right:before {
  content: "\f178";
}

/* line 1427, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-apple:before {
  content: "\f179";
}

/* line 1430, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-windows:before {
  content: "\f17a";
}

/* line 1433, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-android:before {
  content: "\f17b";
}

/* line 1436, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-linux:before {
  content: "\f17c";
}

/* line 1439, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-dribbble:before {
  content: "\f17d";
}

/* line 1442, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-skype:before {
  content: "\f17e";
}

/* line 1445, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-foursquare:before {
  content: "\f180";
}

/* line 1448, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-trello:before {
  content: "\f181";
}

/* line 1451, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-female:before {
  content: "\f182";
}

/* line 1454, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-male:before {
  content: "\f183";
}

/* line 1457, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-gittip:before {
  content: "\f184";
}

/* line 1460, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-sun:before {
  content: "\f185";
}

/* line 1463, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-moon:before {
  content: "\f186";
}

/* line 1466, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-archive:before {
  content: "\f187";
}

/* line 1469, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-bug:before {
  content: "\f188";
}

/* line 1472, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-vk:before {
  content: "\f189";
}

/* line 1475, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-weibo:before {
  content: "\f18a";
}

/* line 1478, ../../../app/assets/stylesheets/application/font-awesome.css.scss */
.icon-renren:before {
  content: "\f18b";
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Updated for Bootstrap 3.x by Ian Serlin
 *
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fceedb;
  border-color: #fcf9db;
  color: #000 !important;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fae3c4;
  border-color: #f8f2ac;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #fceedb;
  border-color: #fcf9db;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #efce9e;
  border-color: #efe99e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #ebc288;
  border-color: #e8de72;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efce9e;
  border-color: #efe99e;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #b3b3b3;
  border-color: #808080;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #a6a6a6;
  border-color: #666666;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #b3b3b3;
  border-color: #808080;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #428bca;
  border-color: #425eca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #357ebd;
  border-color: #3048a9;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #425eca;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #428bca;
  border-color: #425eca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #357ebd;
  border-color: #3048a9;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #425eca;
}
.datepicker table tr td span.old {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #FFF;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/* line 1, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree {
  margin-left: 12px;
}

/* line 6, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree,
ul.jqtree-tree ul.jqtree_common {
  list-style: none outside;
  margin-bottom: 0;
  padding: 0;
}

/* line 12, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree ul.jqtree_common {
  display: block;
  margin-left: 12px;
  margin-right: 0;
}

/* line 17, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
  display: none;
}

/* line 21, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree li.jqtree_common {
  clear: both;
  list-style-type: none;
}

/* line 25, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree .jqtree-toggler {
  display: block;
  position: absolute;
  left: -1.5em;
  top: 30%;
  *top: 0;
  /* fix for ie7 */
  font-size: 12px;
  line-height: 12px;
  font-family: arial;
  /* fix for ie9 */
  border-bottom: none;
  color: #333;
}

/* line 38, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree .jqtree-toggler:hover {
  color: #000;
}

/* line 42, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree .jqtree-element {
  cursor: pointer;
}

/* line 46, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree .jqtree-title {
  color: #1C4257;
  vertical-align: middle;
}

/* line 51, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree li.jqtree-folder {
  margin-bottom: 4px;
}

/* line 55, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree li.jqtree-folder.jqtree-closed {
  margin-bottom: 1px;
}

/* line 59, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree li.jqtree-folder .jqtree-title {
  margin-left: 0;
}

/* line 63, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree .jqtree-toggler.jqtree-closed {
  background-position: 0 0;
}

/* line 67, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
span.jqtree-dragging {
  color: #fff;
  background: #000;
  opacity: 0.6;
  cursor: pointer;
  padding: 2px 8px;
}

/* line 75, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree li.jqtree-ghost {
  position: relative;
  z-index: 10;
  margin-right: 10px;
}

/* line 81, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree li.jqtree-ghost span {
  display: block;
}

/* line 85, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
  background-image: url("/assets/jqtree-circle-a3006377b40f4f77be9c5ae357ec5847.png");
  background-repeat: no-repeat;
  height: 8px;
  width: 8px;
  position: absolute;
  top: -4px;
  left: 2px;
}

/* line 95, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
  background-color: #0000ff;
  height: 2px;
  padding: 0;
  position: absolute;
  top: -1px;
  left: 10px;
  width: 100%;
}

/* line 105, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
  margin-left: 48px;
}

/* line 109, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree span.jqtree-border {
  position: absolute;
  display: block;
  left: -2px;
  top: 0;
  border: solid 2px #0000ff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0;
}

/* line 121, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree .jqtree-element {
  width: 100%;
  /* todo: why is this in here? */
  *width: auto;
  /* ie7 fix; issue 41 */
  position: relative;
}

/* line 128, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
  background-color: #97BDD6;
  background: -webkit-gradient(linear, left top, left bottom, from(#bee0f5), to(#89afca));
  background: -moz-linear-gradient(top, #bee0f5, #89afca);
  background: -ms-linear-gradient(top, #bee0f5, #89afca);
  background: -o-linear-gradient(top, #bee0f5, #89afca);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* line 137, ../../../app/assets/stylesheets/admin/jqtree.css.scss */
ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
  outline: dashed 1px #0000ff;
}
/*
	Icon font
*/

@font-face {
  font-family: 'RedactorFont';
  src: url('redactor-font.eot');
}
@font-face {
  font-family: 'RedactorFont';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggi/NUAAAC8AAAAYGNtYXAaVcx2AAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zm8dIFkAAAFwAAATSGhlYWQACVb9AAAUuAAAADZoaGVhA+ECBQAAFPAAAAAkaG10eEEBA94AABUUAAAAkGxvY2FVlFE8AAAVpAAAAEptYXhwAC8AkgAAFfAAAAAgbmFtZRHEcG0AABYQAAABZnBvc3QAAwAAAAAXeAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmHwHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYf//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwAAACUCAAGSAAQACQANAAA3EQURBQEFEQURATUXBwACAP4AAdv+SgG2/tySkiUBbgH+lAEBSgH+3AEBJv7/3G9sAAAGAAAASQIAAW4ABAAJAA4AEwAYAB0AABMhFSE1FSEVITUVIRUhNSczFSM1FTMVIzUVMxUjNZIBbv6SAW7+kgFu/pKSSUlJSUlJAW5JSW5JSW5JSdxJSW5JSW5JSQAAAAACAAAAJQH3AZIAFgAuAAAlLgMnBzIuAic+AyMXNh4CByUnMg4CBx4DIxcnHgMXNi4CBwH3Dik/XUABAR04Vjg+WDUYAQFNeEcZEv7MAQENHDMlHzIfEQEBASZUTDYHCSBIZj4lGCQaEARqFi5HLzJFKhJqDC1RZSzVPQoWIxkbJBQID0wCCQ4VDxo4KA8PAAACAG4AJQGSAZIABAAzAAA3IQchJzceAzMyPgI3PgMnNyMXDgMHDgMjIi4CJy4DNycjBx4DF24BJQH+3QFABRIUGg0QGBUQCAYKBgQBAUABAQEEBAQCCAgKBQYJCQcEAgUCAwEBPwEBAwcJCEkkJD8HCgYEBAYKBwcRFRkPtcMGCQkHAwMFAwEBAwUDAwcJCQbDtQ8ZFREHAAUAAP//AgABtwAGAA4AFgBHAF8AAAEzFTMVIzUfAQc1IzUzNS8BNxUzFSMVFx4DFRwBDgEHDgMHMh4CFx4DHwEjJzwBJjQjLgMrARUjNTMyHgIXBzMyPgI3PgM1NC4CJy4DKwEVAUkjS24mkZFvb96RkW9vDAMFAwECAwICBQUGBAECAgIBAQICAgEbIBMBAQIEBQUCCh0qCAwKCQM3DgMFBQMCAQIBAQEBAgECAwQGAw4BtpYgtv9cXEolSUhcXEklSlUDCAoNBwQJBwcCAwUDAgEBAQIBAQMEBANCLgEBAQIGBwYCSLYBAwUDRAECAgECBAQGAwQFBQQBAgIBATIAAAAAAwBtAAABkgGTAAMADAARAAAlIzcXBzM3MxczAyMDFyEVITUBI0YjI7ZKF2MXSmVbZQEBJP7c5nh4eUlJASb+2iRJSQAKAAAAJQIAAZIABAAJAA4AEwAYAB0AIgAnACwAMQAANxEFEQU3FzUHFTU3NScVJwcVFzUVJxU3NRUHFRc1NxUXNQclBxUXNRUnFTc1FQcVFzUAAgD+ALeSkpKSJW1tbW1tbSWSkgEkbW1tbW1tJQFuAf6UASUBSgFIbQFIAUq4AUgBSm8BSgFIbQFIAUrbSAFKAQEBSAFKbwFKAUhtAUgBSgAAAAIACQAlAgABkgAWAC4AACUOAxU1DgMHJj4CFzU0HgIXBT4DNxU1FD4CNy4DNRUmDgIXAgA5VTkcQVxAKA8RGEh3Thc2Vz/+PAY3S1UlECAxICYyHQw9Z0chCt8wRi8VAWsFDxsjGS1kUiwLaQETKUYxYBAUDwgDTRABCRMlGhoiFwkBPhAQJzkZAAAAAgBJAEkBtwFuAEcAjwAAAQ4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYHNAYmIicwLgE0NTQ+Ajc+Azc1DgMHJw4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYVJgYmIjUiJjQmNTQ+Ajc+Azc1DgMHATkJDQkEAwYKBgcOEBAJCA4NDAUGCAUDAwQHBQUKCgwGBQoICAMBAgIBAQEBAQEBAQMGCgYGDxITCxMhHBYJzQkNCQQDBwkHBg4QEQgIDg0MBgUIBQMCBQcFBAoLDAYFCQkIAwECAgEBAQEBAQEBAwcJBgcPERQLEyEcFwkBIgwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAQwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAAT//wBJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNQcXAAIA/gC3AUn+twFJ/rclk5MBbklJbklJbklJSbdcWwAAAAUAAABJAgABbgAEAAkADgAaAG0AABMhFSE1FSEVITUVIRUhNSczNSM1IwcVNxUjFRc+Azc+Azc0PgE0NTQuAicuAyMiBioBByIOAiMVPgM3Mj4BMjM6AR4BFx4CFBUcAQYUBw4DBw4DDwEVMzUjPgM3MZIBbv6SAW7+kgFu/pKNRBgUFhYYIAUHBQMBAgICAQEBAQEDBAICBgcHBQEEAwQCAgMEBAICBAQDAgIDAwMCAgMDAwEBAgEBAQEBAgICAQQGCQULRC0BAwQEAgFuSUluSUluSUlrFF0GFAZJFJEFBwYEAQIDBAMBAgMDAwIDBwUFAgIEAgEBAQEBAhUBAgIBAQEBAQIBAQIDBAIBAgMCAQICAwMCAQUHCQYNExQBBAMFAgADAAAASQIAAW4ALAAxAGwAACUiLgInNTMeAzMyPgI1NC4CIyIOAgcjNT4DMzIeAhUUDgIjJzMVIzUnIg4CByMVDgMVFB4CFxUzHgMzMj4CNzMVDgMjIi4CNTQ+AjMyHgIXFSMuAyMBbgoUEhEIHgUKCwsGEyEZDg4ZIRMGCwsKBR4IERIUCh41KBcXKDUet5KSJQYLCwoFHgQHBQICBQcEHgUKCwsGBgsLCgUeCBESFAoeNSgXFyg1HgoUEhEIHgUKCwsGSQMGBwU0AgQDAQ0XHhESHhcNAQMEAjQFBwYDFyg1Hx41KBe3SUkvAQMEAhgFCw0OBwcNDQsGFwIEAwEBAwQCNAUHBgMXKDUeHzUoFwMGBwU0AgQDAQAAAAEAAAC3AgABAAAEAAATIRUhNQACAP4AAQBJSQABAJIASQGSAZIADAAAAQ8CFzcHNxc3DwEXAQcpQQvBC0ApQAvBC0EBWdYBOAE6AdgBOgE4AQAAAAQAAABJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNRcHAAIA/gC3AUn+twFJ/re3k5MBbklJbklJbklJSbdcWwAAAAMAAAAlAgABkgAEAAkAEgAANxEFEQUBBREFEQc/ARcVJTU3FwACAP4AAdv+SgG2tiQwPv6Sbm4lAW4B/pQBAUoB/twBASa4AV5eSgFIk5MABAAlAAAB2wG3AAMAGgAeADUAAAEVJzMHHgIGDwEOAS4BJy4BNDY/AT4BHgEXARcnFTceATI2PwE+AS4BJy4CBg8BDgEeARcB29vbKgMDAQICcwIGBgYCAwMBAnQCBQYGAv5029sqAwYGBQJzAgEBAgMCBgYGAnICAgEDAgG33NwrAgYGBgJzAgEBAgMDBQYGAnMCAQECA/51AdvaKgMDAQJzAgUGBgMCAwECAnMCBQYGAgAABAAA/9sCAAHbAAMAGgAeADUAACU1Fwc3LgI2PwE+AR4BFx4BFAYPAQ4BIiYnBycXNQcuASIGDwEOAR4BFx4CNj8BPgEuAScBJdvbKgMDAQICcwIGBgYCAwMBAnQCBQYGAnTb2yoDBgYFAnMCAQECAwIGBgYCcgICAQMC/9zbASwCBgYGAnICAgEDAgMGBgUCcwIBAwN1AdzbKgMDAQJzAgUGBgMCAwECAnICBgYGAgABAG4AJQFuAZIAEgAAJREjESM1Ii4CNTQ+AjsBESMBSSRKFigeEREeKBaTJSUBSf63khEeKBcWKB4R/pMAAAAAAwAlAAEB3AG2AAoAVwB4AAAlMwcnMzUjNxcjFQcOAwcOAyMiLgInLgM1ND4CNz4DOwE1NC4CJy4DIyIOAgcOAwc1PgM3PgIyMzIeAhceAx0BIzU1IyIOAgcOAxUUHgIXHgMzMj4CNz4DPQEBkkpcXEpKXFxK6wIGBgcEAwgICQUIDw4LBQUHBQIDBQkGBQ8SFAwlAQMDAgMFBwgFBAoJCQQFCQkJBQQJCQkEBQkKCQUNFRENBQUIBQI0FQgMCggDAwUDAQECAwICBQUHAwUJCQcCAwUCApKRkZORkZMHBAYFBQECAwIBAgUHBQULDQ8JCRANCwQFBgUCCQMGBQQCAgICAQEBAgEBAwQFAy8CAwMCAQEBAQIFCAUGDhIXDXgYSwECAwICBgYIBQQGBgUCAgMCAQIEBgQECgsOBwQAAAAEACUASgHbAW4AAwAMAC0AegAANyM3FwczNzMXMwMjAyUVFA4CBw4DIyIuAicuAzU0PgI3PgM7ATcuAyMqAQ4BBw4DBxU+Azc+AzMyHgIXHgMdASMiDgIHDgMVFB4CFx4DMzI+Ajc+AzcVMzU0LgInrjUbGok4EUsSOE1ETQF/AQMFAwMHCQoFBAYGBQIDAwIBAgMEAwMJCw0IFiIFDhIWDQYKCgoFBAoJCgQFCgoJBQUJCgoFBAkHBgIDAwMBJg0WEw8GBgkGAwIFCAUFDA4QCQUJCQgEBAcHBgI3AgUIBsV1dXZHRwEf/uFlBAcOCwsEBAYEAwICAwICBQYHAwUJBwUCAgMCAWIFCAYCAQEBAQMCBAIwAwUEAwIBAgEBAQIDAQIEBgYDCQMEBwQFCw4QCgkPDgsFBQcFAgEBAwICBQUHAxh7DhcTDwUAAAIASQBJAbcBkwAEAIEAABMhFSE1Fx4DFx4DFRQOAgcOAyMiLgInLgMnFR4DFx4DMzI+Ajc+AzU0LgInLgMvAS4DJy4DNTQ+Ajc+AzMyHgIXHgMXNS4DJy4DIyIOAgcOAxUUHgIXHgMfAUkBbv6SvwQIBgYCAgMDAQIDBQQDCAkLBgYNDAwGBg0NDQYGCwwNBgYNDAwHDxoXEggHCwgDAgUHBAUMDxIKHAcNCQcDAgMDAQIDBQMDCAkKBgYLCgsGBQsLCgYGCwwLBgYLDAsGDBcUEQcICwcDAgQHBAUMERUNIAEAJSUxAgMFBAMDBgYHAwUICAYDAgQDAQECAwMCBQcIBEEDBAUDAgECAQEDBgkGBQ8SFQwJEA8NBgYKCggDCwIFBQQDAgUFBgMFBwcFAwIDAwEBAgMCAgQGBgM9AgUDBAEBAgEBAwcJBgYPERMLCA8ODAQFCgoJBQsAAAQAAABJAgABbgAEAAkADgATAAA/ARcHJxc3FwcnJScHFzcXJwcXNwAltiO4AbYluCMB/yO4JbYBuCO2Jdsdkh6TAZQekhwBHZIekwGUHpIcAAAAAAUAAP/bAgAB2wAEAAkADgATABgAABcRIREhASERIREHITUhFRUhNSEVFSE1IRUAAgD+AAHb/koBtkn+3AEk/twBJP7cASQlAgD+AAHc/kkBt5JJSW5JSW5JSQAAAwCTAEkBbQGSABcALwBbAAA3Mh4CFx4DFwYUDgEHDgMrATczNzIeAhceAhQXBhQOAQcOAysBNzMDMzI+Ajc+Ayc2LgInLgMnPgM3PgMnNi4CJy4DKwED+AcNCQkDBAMEAQEBBAQEAgkKDQcqASgBBQsIBwIDAwQBAQQCBAEICAsFKgEoZGQRGRgRCAYLBgQBAQMEBwQGCg8OCggMDQgFAwcDAwEBBAYLBgcQFBcOZAHeAQMEAwMICQwHBgsJCAIDBAMBYYECAgMDAgYHCQUFCQcGAgIEAgFN/uoDBQgGBQ4RFQsKEQ8NBgUJBgQBAQMFBwUECwwOCAsSDw0FBggFAv63AAADACUAAAHbAbcABAANABEAADcRIREhEyMDMzczFzMDBxcjNyUBtv5K/URMOBBLETdLIho0GgABt/5JAW7+20hIASU1eHgAAAACAEIAHwG8AZkAIQBLAAAlBycOAS4BJwcXBw4BIiYvAS4BNDY/AT4BMhYfAR4BFAYHJy4BIgYPAQ4BFBYXHgE+AT8BLgMnLgI2PwE+AhYXBxc3PgE0JicBvJQEBQsMCwYhHg8PJygnDw8PDw8P1w8nKCcPDw8QEA8lCxscHAvFCwwLCgsbHRsLJwMFBgUCCgwDBQhSBg8QEgl+JoYLCwoL9pQEAQECAwMgHg8PDw8PDxAmKCcP1w8QEA8PDycoJw9+CwoLC8YLGx0bCwoLAQsLJgIDBAUCChcXFQhSBgYBBAV9JYYLHBwbCwAAAAMAAABJAgABbgAEAAkADgAAEyEVITUXIRUhNRczFSM1AAIA/gCSAW7+kpPb2wFuSUluSUluSUkAAwAAAEkCAAFuAAQACQAOAAATIRUhNRUhFSE1FTMVIzUAAgD+AAFt/pPc3AFuSUluSUluSUkAAAADAAAASQIAAW4ABAAJAA4AABMhFSE1FSEVITUVIRUhNQAB//4BAf/+AQIA/gABbklJbklJbklJAAMAAABJAgABbgAEAAkADgAAEyEHIScHIRchNxchByEnbgElAf7dAW0B/wH9/wFtASUB/t0BAW5JSW5JSW5JSQAGAAAAJwIAAZUACAANABQAGAAdACEAADc1IxEhFTMRIQEhFSE1FyMVIRUhNQcjNxcXITUhFScXIzdJSQG3Sf5JAUn+kwFtSiX+twFu27hcXG3+2wElKSlJICdJASVK/twBSdzcSbcl3EltbSUlJW5JSQAAAAEAAAABAADCHXSvXw889QALAgAAAAAAz3WLJQAAAADPdYsl////2wIAAdsAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgD//wAAAgAAAQAAAAAAAAAAAAAAAAAAACQAAAAAAAAAAAAAAAABAAAAAgAAAAIAAAACAAAAAgAAbgIAAAACAABtAgAAAAIAAAkCAABJAgD//wIAAAACAAAAAgAAAAIAAJICAAAAAgAAAAIAACUCAAAAAgAAbgIAACUCAAAlAgAASQIAAAACAAAAAgAAkwIAACUCAABCAgAAAAIAAAACAAAAAgAAAAIAAAAAAAAAAAoAFAAeAEAAcAC4AQQBhgGoAfoCQAMCAyYDuARGBFQEcASUBLwFFgVuBY4GLgbUB4IHrAfaCFwIgAj2CRIJLglKCWoJpAAAAAEAAAAkAJAACgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAYAAAAAQAAAAAAAgAOAGoAAQAAAAAAAwAYAC4AAQAAAAAABAAYAHgAAQAAAAAABQAWABgAAQAAAAAABgAMAEYAAQAAAAAACgAoAJAAAwABBAkAAQAYAAAAAwABBAkAAgAOAGoAAwABBAkAAwAYAC4AAwABBAkABAAYAHgAAwABBAkABQAWABgAAwABBAkABgAYAFIAAwABBAkACgAoAJAAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0UmVkYWN0b3JGb250AFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0AFIAZQBnAHUAbABhAHIAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABIoAAoAAAAAEeAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAADgEAAA4Bg0Rie09TLzIAAA74AAAAYAAAAGAIIvzVY21hcAAAD1gAAABMAAAATBpVzHZnYXNwAAAPpAAAAAgAAAAIAAAAEGhlYWQAAA+sAAAANgAAADYACVb9aGhlYQAAD+QAAAAkAAAAJAPhAgVobXR4AAAQCAAAAJAAAACQQQED3m1heHAAABCYAAAABgAAAAYAJFAAbmFtZQAAEKAAAAFmAAABZhHEcG1wb3N0AAASCAAAACAAAAAgAAMAAAEABAQAAQEBDVJlZGFjdG9yRm9udAABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeKZviU+HQFHQAAAT8PHQAAAUQRHQAAAAkdAAAN+BIAJQEBDRkbHSAlKi80OT5DSE1SV1xhZmtwdXp/hImOk5idoqessba7wFJlZGFjdG9yRm9udFJlZGFjdG9yRm9udHUwdTF1MjB1RTYwMHVFNjAxdUU2MDJ1RTYwM3VFNjA0dUU2MDV1RTYwNnVFNjA3dUU2MDh1RTYwOXVFNjBBdUU2MEJ1RTYwQ3VFNjBEdUU2MEV1RTYwRnVFNjEwdUU2MTF1RTYxMnVFNjEzdUU2MTR1RTYxNXVFNjE2dUU2MTd1RTYxOHVFNjE5dUU2MUF1RTYxQnVFNjFDdUU2MUR1RTYxRXVFNjFGAAACAYkAIgAkAgABAAQABwAKAA0AQQCYAPEBSQH6Ai8CxwMhA98EGwTXBYEFkQW0BfEGLwagBxEHOgf0CLUJaQmsCfwKhAq5C0QLdAuiC9AMAQxo/JQO/JQO/JQO+5QOi7AVi/gB+JSLi/wB/JSLBfhv990V/EqLi/u5+EqLi/e5Bfu4+5QVi/dv9yb7Avsm+wEFDvcm+AIV+AKLi0L8AouL1AWL+wIV+AKLi0L8AouL1AWL+wIV+AKLi0L8AouL1AX7JvdwFdSLi0JCi4vUBYv7AhXUi4tCQouL1AWL+wIV1IuLQkKLi9QFDviLsBVky0yq+0KWCIshBYuLQMb7LPcT9z33GsW4i4sIiyEF92Wr9wT7QV77Cgj7yfdpFYvIBYuLb3ImSOFBtnqLiwiLfIvXBe6F9yJ7nGSl0PsO6Ps2YwgO9wLUFfe4i4tn+7iLi68FysoVnHmngrGLsounlJydnJ2Up4uyCIv3SUyLi/tXBYt8hoCDg4ODgId8i32Lf4+Dk4OTh5aLmgiL91dLi4v7SQWLZJRvnXkIDvfd+EoVrouL+yrWi4tr+wKLi/dKBbH7kxX3JS/7JS+L1fsDi4uw9wOLi9QF+3LTFfsl5/cl54tC9wOLi2b7A4uLQQWXNhWTg499i3iLf4mBhoSGg4SHgYmOio6KjYiNiI6GjoQIpklri3i5BYuMio2KjYaZhZKEiwiBi4tDbouL90q1iwWfi5mHk4MIVEcVmYsFk4uRjY+Pjo+NkYuUi5SJkoiOh4+FjYOLCH2Li1kFDve393oVRYuu9wyu+wwF+0r7DRXVi6LU7ouiQtWLJve6MIsm+7oFjGcV97iLi0L7uIuL1AUOi7AVi/gB+JSLi/wB/JSLBfdLrxX3JouL1Psmi4tCBYv3AhX3JouL1Psmi4tCBWb3SxX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBbD3cBWLQvcmi4vU+yaLBfe4ixX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBQ74lPdzFfss+xNAUIuLCIv1BftCgExsZEte9wr3BPdB92VrCIv1BYuLxV73PfsaCPxYLBWcsvcim+6RCIs/i5oFi4u2nOHVJs5vpIuLCItOBfs2s/sOLqVGCA73zfe2FXNsgGiLY4tpk3Ccd513n4Gji6CLnJKZmpqakpyLn4uehZt+mH+ZfJJ7i32LgIeChQiIiYmKiYuKi4mMioyKjoqPi5GLpJOknKOco6KcqJYIi6EFWXhlcnRrCPthixV0bH9oi2OLaZNwnXecd6CBoougi5ySmpqZmpKci5+LnoWbfph/mX2Seot+i3+IgoQIiImJioqLiYuKjIqMiY6Kj4uRi6SUpJujnKOinKmWCIuhBVh4ZnJzawgOi/gCFfiUi4tC/JSLi9QF90v7AhX33YuLQvvdi4vUBYv7AhX33YuLQvvdi4vUBWZCFYv3S/snL/cnMAUO9yb4AhX4AouLQvwCi4vUBYv7AhX4AouLQvwCi4vUBYv7AhX4AouLQvwCi4vUBfsh9hXPi4ufc4uL6HeLdYWLd6GRi0Jzi4t3Bav7JRWXl5KTjY6PkI2PjY+Mj4yPi5CLlIiThJCFkYKOf4uHi4aKhoqGioaKhokIi3YFkI6QjZCNkIyPjI+LkIuPio6IjoiMh4uGi4iLiImIiYeJh4eHiIiDgX18CIB+i3jPi4ufXosFjo+QkJGRCIuLBQ74AtQVcItyk3aYCIu/qYsFmIWZh5uLvYu0sIu5i7pisFmLe4t9h36FCG2Li78FoJikk6aL3IvMSYs6iztKSTqLCPtL90sV9yaLi0L7JouL1AVmuhV8i3yHfoUIbYuLcwWAfYR6i3iLeZJ5ln0Ii3SpiwWYhZqHmoubi5mPmJEIqYuLVwV2fnKDcIs6i0rNi9uL3MzN3Iumi6SDoH4Ii1dtiwV+kX2Pe4sIDov3lBX4lIuLQvyUi4vUBQ73m/ftFWL7a0qLgFL3VYuWxEuLtPdry4uWxPtVi4BSzIsFDov4AhX4lIuLQvyUi4vUBfdL+wIV992Li0L73YuL1AWL+wIV992Li0L73YuL1AX7S0IVi/dL9ycv+ycwBQ6LsBWL+AH4lIuL/AH8lIsF+G/33RX8SouL+7n4SouL97kF+0r7SxWvi7vqySyLQvwCi4vU9wL3JvcC+yYFDvhv+EsVi/tw+2/3cPdviwVhYBWShIyChoUI+wf7BwWFhoKMhJKEkoqUkJEI9wj3BwWQkJWKkYQI/CD8HxX3b4r7b/dvi/tuBbW1FZKElYqQkAj3B/cHBZCQipWEkoSRgo2FhQj7BvsHBYWGjYGRhQgO97n3kxWL93D3b/tv+2+KBbW3FYSSipSQkQj3B/cGBZGRlIqShJKEjIGGhgj7CPsHBYaGgYyFkgj7CPsJFftvjPdv+3CL928FYWEVhJKBjIaGCPsH+wcFhoaMgZKEkoSUipGRCPcG9wYFkZGJlIWSCA733bAVi/fdZ4uL+91Bi4v3JgVPi1q8i8iLx7y8x4sI9yeLi/wBZosFDvgm9yYV1Ysv+yUv9yXVi4v3J0GL5/cl5/slQYuL+ycF+3+EFYWCgoSBhoGGgIh/i3WLeZF+mH6XhZ2Looujkp2blpqXopGriwiwi4uUBYuUiJKFj4SQgo1/i3+Lf4l/iH+If4V+hAiLugWWkJeOl46XjZiMmIusi6KEmH6ZfZFyi2gIi/sMV4uLowWL1hV2iwV3i32IhIaDhoeCi36LgY6EkIWQhpOIlIuZi5aQkpaTlo+ai58Ii48FDvdC91kVVoum9wml+wkF+x37ChXDi5zS1oudRMOLPvezR4s++7MF+BPwFYuHBYt3h3uDgIOAf4V9i4GLg46GkYWRiJOLlIuYj5WTkJSQmY6giwihiwWt7RV9mXOSaYt8i36Kfol/iH6Hf4YIi1sFmJOYkJiPl46YjZmLl4uViJGHkoaOhIuCCIuCZYsFaYtyhXt/e3+DeItyi3SReZl+mH6ehaOLmIuXjZWQlpCTk5KUCItzwouL9w8Fi6+EpX2ZCA7U95QV+AKLi2b8AouLsAX3U1oVloeUhZGEkYSOgouCi36GgYKEgoR/iHuLe4t6jnuRepB6lHqXCItKBZqEm4Wch5yIm4mci7OLqZOfm5+alKOLq4ujhZ9/mn6bd5dwlAhvlgV3kX6ShZGFkIiTi5OLl4+UlJGTkZeOm4uai5mImoaZhpqEmYIIi8gFfJF8kHuPfI58jXuLaYtxg3h6d3uCdItui3WQeZd+l32hf61+CKuABQ6L928Vr6n3S/snZ277S/cmBYuLFfdL9yevbvtL+ydnqAX4lIsVZ6n7S/snr273S/cmBYuLFftL9ydnbvdL+yevqAUOi2YVi/iU+JSLi/yU/JSLBfhv+HAV/EqLi/xL+EqLi/hLBUL7JhX7uIuL1Pe4i4tCBYv7AhX7uIuL1Pe4i4tCBYv7AhX7uIuL1Pe4i4tCBQ73jPdyFZ6LmYiUg5ODj36LeYt6h3+DhIOEfYd3iwhii4vstIsFi/cVFZuLloiShJKFjoKLfYt+iIGEhYSFgIh7iwhii4vYtIsFJvuqFfCLBbWLqJKemp2ZlKKLqoulhZ9/mn+ZeZRzjZ+NmpKVl5aXkJuLoIungqB5mHqZcJJoiwgmi4v73QUOsIsVi/hL+EqLi/xL/EqLBfeR+AIVR4s/+7nDi5vT1oucQ8KLQPe5BWlWFaX7DFeLpfcMBQ74UPeKFfso+yiHjwV9h3uNfJMIamupbXx8BWJiSYtitAh8mgVitIvNtLQI92v3awW0tM2LtGIImnwFtGKLSWJiCGb3EhVuqFyKbm4I+1n7WgVtbotcp26ob7qLqKkIsrEFg4+EkIWScKaGsJ+gCN3dBZuapIyifwj7EvsRsWb3GvcaBaiojLpuqAgOi/gCFfiUi4tC/JSLi9QF9yb7AhX4AouLQvwCi4vUBfcn+wIV92+Li0L7b4uL1AUOi/gCFfiUi4tC/JSLi9QFi/sCFfgBi4tC/AGLi9QFi/sCFfdwi4tC+3CLi9QFDov4AhX4k4uLQvyTi4vUBYv7AhX4k4uLQvyTi4vUBYv7AhX4lIuLQvyUi4vUBQ73AvgCFfe4i4tC+7iLi9QF+wL7AhX4lIuLQvyUi4vUBfcC+wIV97iLi0L7uIuL1AUO1LIVi9RCi4v3ufhLi4tB1IuL+7j8S4sF99333RX8AYuL+3D4AYuL93AF1UIVZouL+0v73YuLZvgCi4v3cAX7b0IV+0yL5/cB5/sBBfcBZhX7uYuLsPe5i4tmBWL3AhW0QkKLq9QFDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOYfAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAOAAAAAoACAACAAIAAQAg5h///f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAQAAhlBJsl8PPPUACwIAAAAAAM91iyUAAAAAz3WLJf///9sCAAHbAAAACAACAAAAAAAAAAEAAAHg/+AAAAIA//8AAAIAAAEAAAAAAAAAAAAAAAAAAAAkAAAAAAAAAAAAAAAAAQAAAAIAAAACAAAAAgAAAAIAAG4CAAAAAgAAbQIAAAACAAAJAgAASQIA//8CAAAAAgAAAAIAAAACAACSAgAAAAIAAAACAAAlAgAAAAIAAG4CAAAlAgAAJQIAAEkCAAAAAgAAAAIAAJMCAAAlAgAAQgIAAAACAAAAAgAAAAIAAAACAAAAAABQAAAkAAAAAAAOAK4AAQAAAAAAAQAYAAAAAQAAAAAAAgAOAGoAAQAAAAAAAwAYAC4AAQAAAAAABAAYAHgAAQAAAAAABQAWABgAAQAAAAAABgAMAEYAAQAAAAAACgAoAJAAAwABBAkAAQAYAAAAAwABBAkAAgAOAGoAAwABBAkAAwAYAC4AAwABBAkABAAYAHgAAwABBAkABQAWABgAAwABBAkABgAYAFIAAwABBAkACgAoAJAAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0UmVkYWN0b3JGb250AFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0AFIAZQBnAHUAbABhAHIAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal;
}
/* =Selection
-----------------------------------------------------------------------------*/
.redactor_box ::selection {
  background: #ffff9e;
}
.redactor_box ::-moz-selection {
  background: #ffff9e;
}
.redactor_box img::selection {
  background: transparent;
}
.redactor_box img::-moz-selection {
  background: transparent;
}
/*
	BOX
*/
.redactor_box {
  position: relative;
  overflow: visible;
  background: #fff;
}
.redactor_box iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
}
.redactor_box textarea {
  position: relative;
  display: block;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: none;
  border: none;
  background-color: #222;
  box-shadow: none;
  color: #ccc;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif;
  resize: none;
}
.redactor_box textarea:focus {
  outline: none;
}
.redactor_box,
.redactor_box textarea {
  z-index: auto !important;
}
.redactor_box_fullscreen {
  z-index: 99 !important;
}
#redactor_modal_overlay,
#redactor_modal,
.redactor_dropdown {
  z-index: 100 !important;
}
/*
	AIR

*/
body .redactor_air {
  position: absolute;
  z-index: 502;
}
/*
	FULLSCREEN
*/
body .redactor_box_fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/*
	LINK TOOLTIP
*/
.redactor-link-tooltip {
  position: absolute;
  z-index: 49999;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important;
}
.redactor-link-tooltip,
.redactor-link-tooltip a {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.redactor-link-tooltip a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none;
}
.redactor-link-tooltip a:hover {
  color: #fff;
}
/*
	IMAGE BOX
*/
#redactor-image-box img {
  width: 100%;
}
.redactor_editor {
  position: relative;
  overflow: auto;
  margin: 0 !important;
  padding: 10px 20px;
  padding-bottom: 5px;
  outline: none;
  background: none;
  background: #fff;
  box-shadow: none !important;
  white-space: normal;
  border: 1px solid #eee;
}
.redactor_editor:focus {
  outline: none;
}
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre,
.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5,
.redactor_editor h6 {
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.redactor_editor code,
.redactor_editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif;
}
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  font-size: 14px;
  line-height: 1.6em;
}
.redactor_editor a {
  color: #15c !important;
  text-decoration: underline !important;
}
.redactor_editor .redactor_placeholder {
  color: #999 !important;
  display: block !important;
}
/*
	TYPOGRAPHY
*/
.redactor_editor object,
.redactor_editor embed,
.redactor_editor video,
.redactor_editor img {
  max-width: 100%;
  width: auto;
}
.redactor_editor video,
.redactor_editor img {
  height: auto;
}
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  margin: 0;
  margin-bottom: 10px !important;
  border: none;
  background: none !important;
  box-shadow: none !important;
}
.redactor_editor iframe,
.redactor_editor object,
.redactor_editor hr {
  margin-bottom: 15px !important;
}
.redactor_editor blockquote {
  margin-left: 1.5em !important;
  padding-left: 0 !important;
  color: #777;
  font-style: italic !important;
}
.redactor_editor ul,
.redactor_editor ol {
  padding-left: 2em !important;
}
.redactor_editor ul ul,
.redactor_editor ol ol,
.redactor_editor ul ol,
.redactor_editor ol ul {
  margin: 2px !important;
  padding: 0 !important;
  padding-left: 2em !important;
  border: none;
}
.redactor_editor dl dt {
  font-weight: bold;
}
.redactor_editor dd {
  margin-left: 1em;
}
.redactor_editor table {
  border-collapse: collapse;
  font-size: 1em !important;
}
.redactor_editor table td {
  padding: 5px !important;
  border: 1px solid #ddd;
  vertical-align: top;
}
.redactor_editor table thead td {
  border-bottom: 2px solid #000 !important;
  font-weight: bold !important;
}
.redactor_editor code {
  background-color: #d8d7d7 !important;
}
.redactor_editor pre {
  overflow: auto;
  padding: 1em !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  background: #f8f8f8 !important;
  white-space: pre;
  font-size: 90% !important;
}
.redactor_editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
/*
	HEADERS
*/
.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5,
.redactor_editor h6 {
  margin-top: 0 !important;
  padding: 0 !important;
  background: none;
  color: #000;
  font-weight: bold;
}
.redactor_editor h1 {
  font-size: 36px !important;
  line-height: 1.111em !important;
  margin-bottom: .15em !important;
}
.redactor_editor h2 {
  font-size: 30px !important;
  line-height: 1.111em !important;
  margin-bottom: .25em !important;
}
.redactor_editor h3 {
  font-size: 24px !important;
  line-height: 1.333em !important;
  margin-bottom: .2em !important;
}
.redactor_editor h4 {
  font-size: 18px !important;
  line-height: 1.5em !important;
  margin-bottom: .2em !important;
}
.redactor_editor h5 {
  font-size: 1em !important;
  line-height: 1.6em !important;
  margin-bottom: .25em !important;
}
.redactor_editor h6 {
  font-size: .8em !important;
  line-height: 1.6em !important;
  text-transform: uppercase;
  margin-bottom: .3em !important;
}
/*
	TOOLBAR
*/
.redactor_toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.redactor_toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.redactor_toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  height: 29px;
  white-space: nowrap;
}
.redactor_toolbar.redactor-toolbar-external {
  z-index: 999;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body .redactor_air .redactor_toolbar {
  padding-right: 2px !important;
}
.redactor_toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor_toolbar li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 9px 10px;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor_toolbar li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff;
}
.redactor_toolbar li a:hover i:before {
  color: #fff;
}
.redactor_toolbar li a:active,
.redactor_toolbar li a.redactor_act {
  outline: none;
  background-color: #ccc;
  color: #444;
}
.redactor_toolbar li a.redactor-btn-image {
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
.redactor_button_disabled {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.redactor_button_disabled:hover {
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
.redactor_toolbar li a.fa-redactor-btn {
  display: inline-block;
  padding: 9px 10px 8px 10px;
  line-height: 1;
}
.redactor_toolbar.redactor-toolbar-typewriter {
  box-shadow: none;
  background: rgba(240, 240, 240, 0.9);
}
.redactor_toolbar.redactor-toolbar-typewriter li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff;
}
.redactor_toolbar.redactor-toolbar-typewriter li a:active,
.redactor_toolbar.redactor-toolbar-typewriter li a.redactor_act {
  outline: none;
  background-color: #ccc;
  color: #444;
}
.re-icon {
  font-family: 'RedactorFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.re-icon i:before {
  position: relative;
  font-size: 14px;
}
.re-video:before {
  content: "\e600";
}
.re-unorderedlist:before {
  content: "\e601";
}
.re-undo:before {
  content: "\e602";
}
.re-underline:before {
  content: "\e603";
}
.re-textdirection:before {
  content: "\e604";
}
.re-fontcolor:before {
  content: "\e605";
}
.re-table:before {
  content: "\e606";
}
.re-redo:before {
  content: "\e607";
}
.re-quote:before {
  content: "\e608";
}
.re-outdent:before {
  content: "\e609";
}
.re-orderedlist:before {
  content: "\e60a";
}
.re-link:before {
  content: "\e60b";
}
.re-horizontalrule:before {
  content: "\e60c";
}
.re-italic:before {
  content: "\e60d";
}
.re-indent:before {
  content: "\e60e";
}
.re-image:before {
  content: "\e60f";
}
.re-fullscreen:before {
  content: "\e610";
}
.re-normalscreen:before {
  content: "\e611";
}
.re-formatting:before {
  content: "\e612";
}
.re-fontsize:before {
  content: "\e613";
}
.re-fontfamily:before {
  content: "\e614";
}
.re-deleted:before {
  content: "\e615";
}
.re-html:before {
  content: "\e616";
}
.re-clips:before {
  content: "\e617";
}
.re-bold:before {
  content: "\e618";
}
.re-backcolor:before {
  content: "\e619";
}
.re-file:before {
  content: "\e61a";
}
.re-alignright:before {
  content: "\e61b";
}
.re-alignment:before,
.re-alignleft:before {
  content: "\e61c";
}
.re-alignjustify:before {
  content: "\e61d";
}
.re-aligncenter:before {
  content: "\e61e";
}
.re-gallery:before {
  content: "\e61f";
}
/*
	Toolbar classes
*/
.redactor_format_blockquote {
  padding-left: 10px;
  color: #666 !important;
  font-style: italic;
}
.redactor_format_pre {
  font-family: monospace, sans-serif;
}
.redactor_format_h1,
.redactor_format_h2,
.redactor_format_h3,
.redactor_format_h4,
.redactor_format_h5 {
  font-weight: bold;
}
.redactor_format_h1 {
  font-size: 30px;
  line-height: 36px;
}
.redactor_format_h2 {
  font-size: 24px;
  line-height: 36px;
}
.redactor_format_h3 {
  font-size: 20px;
  line-height: 30px;
}
.redactor_format_h4 {
  font-size: 16px;
  line-height: 26px;
}
.redactor_format_h5 {
  font-size: 14px;
  line-height: 23px;
}
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h1,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h2,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h3,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h4,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h5 {
  font-size: 1em;
  line-height: 1.6em;
  text-transform: uppercase;
}
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h2 {
  font-size: .85em;
}
/*
	Typewriter
*/
.redactor_editor.redactor-editor-typewriter {
  background: #f5f5f5 !important;
  padding: 25px 50px !important;
}
.redactor_editor.redactor-editor-typewriter div,
.redactor_editor.redactor-editor-typewriter p,
.redactor_editor.redactor-editor-typewriter ul,
.redactor_editor.redactor-editor-typewriter ol,
.redactor_editor.redactor-editor-typewriter table,
.redactor_editor.redactor-editor-typewriter dl,
.redactor_editor.redactor-editor-typewriter blockquote,
.redactor_editor.redactor-editor-typewriter pre,
.redactor_editor.redactor-editor-typewriter h1,
.redactor_editor.redactor-editor-typewriter h2,
.redactor_editor.redactor-editor-typewriter h3,
.redactor_editor.redactor-editor-typewriter h4,
.redactor_editor.redactor-editor-typewriter h5,
.redactor_editor.redactor-editor-typewriter h6 {
  font-family: 'Courier New', 'Lucida Console', Consolas, Monaco, monospace, sans-serif;
  font-size: 18px !important;
  line-height: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.redactor_editor.redactor-editor-typewriter h2 {
  font-size: 14px !important;
}
.redactor_editor.redactor-editor-typewriter h1,
.redactor_editor.redactor-editor-typewriter h2,
.redactor_editor.redactor-editor-typewriter h3,
.redactor_editor.redactor-editor-typewriter h4,
.redactor_editor.redactor-editor-typewriter h5,
.redactor_editor.redactor-editor-typewriter h6 {
  text-transform: uppercase;
}
.redactor_editor.redactor-editor-typewriter a {
  color: #000 !important;
  text-decoration: underline !important;
}
/*
	WYM
*/
.redactor_editor.redactor_editor_wym {
  padding: 10px 7px 0 7px !important;
  background: #f6f6f6 !important;
}
.redactor_editor.redactor_editor_wym div,
.redactor_editor.redactor_editor_wym p,
.redactor_editor.redactor_editor_wym ul,
.redactor_editor.redactor_editor_wym ol,
.redactor_editor.redactor_editor_wym table,
.redactor_editor.redactor_editor_wym dl,
.redactor_editor.redactor_editor_wym pre,
.redactor_editor.redactor_editor_wym h1,
.redactor_editor.redactor_editor_wym h2,
.redactor_editor.redactor_editor_wym h3,
.redactor_editor.redactor_editor_wym h4,
.redactor_editor.redactor_editor_wym h5,
.redactor_editor.redactor_editor_wym h6,
.redactor_editor.redactor_editor_wym blockquote {
  margin-top: 0;
  margin-bottom: 5px !important;
  padding: 10px !important;
  border: 1px solid #e4e4e4 !important;
  background-color: #fff !important;
  z-index: 0;
}
.redactor_editor.redactor_editor_wym blockquote:before {
  content: '';
}
.redactor_editor.redactor_editor_wym img {
  position: relative;
  z-index: 1;
}
.redactor_editor.redactor_editor_wym div {
  border: 1px dotted #aaa !important;
}
.redactor_editor.redactor_editor_wym pre {
  border: 2px dashed #e4e4e4 !important;
  background-color: #f8f8f8 !important;
}
.redactor_editor.redactor_editor_wym ul,
.redactor_editor.redactor_editor_wym ol {
  padding-left: 2em !important;
}
.redactor_editor.redactor_editor_wym ul li ul,
.redactor_editor.redactor_editor_wym ol li ul,
.redactor_editor.redactor_editor_wym ul li ol,
.redactor_editor.redactor_editor_wym ol li ol {
  border: none !important;
}
/*
	DROPDOWN
*/
.redactor_dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 10px;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 1px 5px #bbb;
  font-size: 13px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 21px;
}
.redactor-toolbar-typewriter .redactor_dropdown {
  font-family: 'Courier New', 'Lucida Console', Consolas, Monaco, monospace, sans-serif;
  background-color: #f5f5f5;
}
.redactor_separator_drop {
  padding: 0 !important;
  border-top: 1px solid #ddd;
  font-size: 0;
  line-height: 0;
}
.redactor_dropdown a {
  display: block;
  padding: 3px 5px;
  color: #000;
  text-decoration: none;
}
.redactor_dropdown a:hover {
  background-color: #dde4ef;
  color: #444 !important;
  text-decoration: none;
}
/*
	MODAL
*/
#redactor_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#redactor_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 12px !important;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
#redactor_modal header {
  padding: 20px 30px 5px 30px;
  font-size: 16px;
}
#redactor_modal section {
  padding: 20px 30px;
}
#redactor_modal label {
  display: block !important;
  float: none !important;
  margin: 10px 0 3px 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
}
#redactor_modal footer:after {
  content: "";
  display: table;
  clear: both;
}
#redactor_modal footer div {
  float: left;
}
#redactor_modal input[type="radio"],
#redactor_modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
#redactor_modal input[type="text"],
#redactor_modal input[type="password"],
#redactor_modal input[type="email"],
#redactor_modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 1px 2px;
  height: 23px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  font-size: 13px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
  -moz-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
#redactor_modal textarea {
  display: block;
  margin-top: 4px;
  line-height: 1.4em;
}
#redactor_modal input:focus,
#redactor_modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor_modal_close {
  position: absolute;
  top: 5px;
  right: 3px;
  width: 20px;
  height: 20px;
  color: #999;
  font-size: 26px;
  cursor: pointer;
}
#redactor_modal_close:hover {
  color: #000;
}
.redactor_input {
  width: 99%;
  font-size: 14px;
}
.redactor_modal_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px;
}
#redactor_image_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 270px;
}
#redactor_image_box_select {
  display: block;
  margin-bottom: 15px !important;
  width: 200px;
}
#redactor_image_box img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100px;
  cursor: pointer;
}
#redactor_tabs {
  margin-bottom: 18px;
}
#redactor_tabs a {
  display: inline-block;
  margin-right: 2px;
  padding: 4px 14px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background: #fff;
  color: #000;
  text-decoration: none;
  line-height: 1;
}
#redactor_tabs a:hover,
#redactor_tabs a.redactor_tabs_act {
  border-color: #eee;
  color: #999 !important;
  text-decoration: none !important;
}
.redactor_modal_btn_hidden {
  display: none;
}
#redactor_modal footer button {
  position: relative;
  width: 100%;
  padding: 10px 16px;
  margin: 0;
  outline: none;
  border: none;
  background-color: #ddd;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
  cursor: pointer;
}
#redactor_modal footer button:hover {
  color: #777;
  background: none;
  background: #bbb;
  text-decoration: none;
}
#redactor_modal footer button.redactor_modal_delete_btn {
  background: none;
  color: #fff;
  background-color: #b52525;
}
#redactor_modal footer button.redactor_modal_delete_btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #881b1b;
}
#redactor_modal footer button.redactor_modal_action_btn {
  background: none;
  color: #fff;
  background-color: #2461b5;
}
#redactor_modal footer button.redactor_modal_action_btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1a4580;
}
/* Drag and Drop Area */
.redactor_droparea {
  position: relative;
  margin: auto;
  margin-bottom: 5px;
  width: 100%;
}
.redactor_droparea .redactor_dropareabox {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  width: 99%;
  border: 1px dashed #ddd;
  background: #fff;
  text-align: center;
}
.redactor_droparea .redactor_dropareabox,
.redactor_dropalternative {
  color: #555;
  font-size: 12px;
}
.redactor_dropalternative {
  margin: 4px 0 2px 0;
}
.redactor_dropareabox.hover {
  border-color: #aaa;
  background: #efe3b8;
}
.redactor_dropareabox.error {
  border-color: #dcc3c3;
  background: #f7e5e5;
}
.redactor_dropareabox.drop {
  border-color: #e0e5d6;
  background: #f4f4ee;
}
/* =ProgressBar
-----------------------------------------------------------------------------*/
#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
#redactor-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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;
  }
}
.twitter-typeahead {
    width: 100%;
    position: relative;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
    width:100%;
    height: 34px;
    position: absolute;
    top:0;
    left:0;
}
.twitter-typeahead .tt-hint {
    color:#a1a1a1;
    z-index: 1;
    padding: 6px 12px;
    border:1px solid transparent;
}
.twitter-typeahead .tt-query {
    z-index: 2;
    border-radius: 4px!important;
    /* add these 2 statements if you have an appended input group */
    /*border-top-right-radius: 0!important;*/
    /*border-bottom-right-radius: 0!important;*/
    /* add these 2 statements if you have an prepended input group */
    /*border-top-left-radius: 0!important;*/
    /*border-bottom-left-radius: 0!important;*/
}

.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}

.tt-suggestion p {
    margin: 0;
}
