/* Make clicks pass-through */
/* line 6, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress {
  pointer-events: none;
}

/* line 10, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
/* line 23, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
/* line 38, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px;
}

/* line 46, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

/* line 60, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

/* line 65, ../usr/local/bundle/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#nprogress .bar,
#nprogress .spinner {
  z-index: 999999;
}
@charset "UTF-8";
/*
 * 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 bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *




 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 32, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 52, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 65, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 75, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 87, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 95, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 107, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 115, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 124, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 133, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 142, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 151, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 159, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 182, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 190, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 201, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 209, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 219, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 227, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 250, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 264, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 275, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 288, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 300, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 309, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 320, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 332, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 344, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 355, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 368, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 377, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 388, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 397, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 406, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 417, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

@media print {
  /* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 15, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 20, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 24, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 29, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 34, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 40, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 44, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 49, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 53, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 60, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 67, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }
  /* line 72, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 76, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 83, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 87, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 91, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 95, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
}

/* line 25, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 38, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 39, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 40, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
}

/* line 36, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
a {
  color: #4083a9;
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #205f82;
  text-decoration: underline;
}

/* line 58, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 3px;
}

/* line 93, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

/* line 141, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 24, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}

/* line 30, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
h1, .h1 {
  font-size: 33px;
}

/* line 48, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
h2, .h2 {
  font-size: 27px;
}

/* line 49, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
h3, .h3 {
  font-size: 23px;
}

/* line 50, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
h4, .h4 {
  font-size: 17px;
}

/* line 51, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
h5, .h5 {
  font-size: 13px;
}

/* line 52, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
p {
  margin: 0 0 9px;
}

/* line 62, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
  .lead {
    font-size: 19.5px;
  }
}

/* line 78, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 82, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 84, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 91, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 92, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 93, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 94, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 97, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
.text-muted {
  color: #999999;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #428bca;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #3071a9;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 114, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #428bca;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #3071a9;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 133, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}

/* line 144, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}

/* line 148, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 157, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 163, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
.list-inline {
  margin-left: -5px;
}

/* line 167, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 175, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 18px;
}

/* line 179, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 183, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 186, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 201, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 208, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 219, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 225, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 231, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}

/* line 240, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 247, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}

/* line 255, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 264, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

/* line 276, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 277, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 284, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 290, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_type.scss */
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}

/* line 24, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 34, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_code.scss */
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/* line 48, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 59, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_grid.scss */
  .container {
    width: 742px;
  }
}

@media (min-width: 992px) {
  /* line 10, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_grid.scss */
  .container {
    width: 962px;
  }
}

@media (min-width: 1200px) {
  /* line 10, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_grid.scss */
  .container {
    width: 1162px;
  }
}

/* line 30, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_grid.scss */
.row {
  margin-left: -11px;
  margin-right: -11px;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 11px;
  padding-right: 11px;
}

/* line 33, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.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 {
  float: left;
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 61, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 51, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 33, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.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, .col-sm-12 {
    float: left;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 61, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 51, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 33, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.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, .col-md-12 {
    float: left;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 61, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 51, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 33, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.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, .col-lg-12 {
    float: left;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 61, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 51, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 10, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 18px;
}

/* line 25, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #e4e4e4;
}

/* line 35, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e4e4e4;
}

/* line 44, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 51, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #e4e4e4;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 69, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 82, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #e4e4e4;
}

/* line 88, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e4e4e4;
}

/* line 95, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 109, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 123, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 135, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  /* line 171, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e4e4e4;
    -webkit-overflow-scrolling: touch;
  }
  /* line 182, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 190, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 199, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 207, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 211, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 224, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 77, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 84, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 115, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 53, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.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 102, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 104, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 105, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 141, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 176, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 32px;
  line-height: 1.428571429 \0;
}

/* line 184, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"] {
  line-height: 30px;
}

/* line 187, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"] {
  line-height: 45px;
}

/* line 198, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 207, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 214, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 221, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.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 228, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

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

/* line 243, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 258, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"],
.radio[disabled], fieldset[disabled] .radio,
.radio-inline[disabled], fieldset[disabled] .radio-inline,
.checkbox[disabled], fieldset[disabled] .checkbox,
.checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 67, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

/* line 75, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 80, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 67, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.input-lg, .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: 17px;
  line-height: 1.33;
  border-radius: 3px;
}

/* line 75, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}

/* line 80, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 279, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 284, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 40px;
}

/* line 289, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

/* line 300, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

/* line 305, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 20, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 27, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 33, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 20, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 27, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 33, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 20, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 27, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 33, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 328, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 338, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}

@media (min-width: 768px) {
  /* line 363, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 370, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 376, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 380, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.navbar-form .input-group .input-group-btn,
.form-inline .input-group .form-control,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 388, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 392, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 400, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
.form-inline .checkbox,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  /* line 408, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"],
.navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  /* line 418, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 435, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 445, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}

/* line 451, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -11px;
  margin-right: -11px;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

/* line 455, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (min-width: 768px) {
  /* line 463, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

/* line 474, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 11px;
}

/* line 9, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 25, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 30, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

/* line 57, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 20, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}

/* line 28, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 38, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 60, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

/* line 20, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 28, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 38, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 64, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 20, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 28, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 38, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 68, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 20, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 28, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 38, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 72, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 20, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 28, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 38, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 76, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 20, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 28, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 38, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 85, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-link {
  color: #4083a9;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

/* line 91, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 98, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 104, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #205f82;
  text-decoration: underline;
  background-color: transparent;
}

/* line 112, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 124, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}

/* line 128, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

/* line 132, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

/* line 140, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 148, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 156, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 13, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 21, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 24, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.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;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -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 52, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 58, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 63, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.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 76, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 86, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 101, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

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

/* line 122, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 127, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

/* line 161, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 171, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 184, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

/* line 190, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 204, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 21, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

/* line 30, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.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 39, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 43, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 47, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 54, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 59, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 61, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.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 72, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 75, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 79, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 89, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 108, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 112, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 119, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.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 123, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 130, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 134, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 139, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 148, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 160, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 165, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.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 175, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 178, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 182, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 187, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 191, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 196, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 205, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 210, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 216, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 231, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 50, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 55, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.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 60, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 69, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
}

/* line 81, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}

/* line 86, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 3px;
}

/* line 93, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

/* line 109, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

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

/* line 121, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 127, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 136, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 138, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 142, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 151, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 157, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #999999;
}

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

/* line 46, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #4083a9;
}

/* line 59, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}

/* line 89, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 2px;
}

/* line 125, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 144, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 171, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}

/* line 199, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  /* line 210, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 2px;
  }
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 11px;
  padding-left: 11px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
  /* line 92, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -11px;
  margin-left: -11px;
}

@media (min-width: 768px) {
  /* line 108, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 128, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 138, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 16px 11px;
  font-size: 17px;
  line-height: 18px;
  height: 50px;
}

/* line 170, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 176, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -11px;
  }
}

/* line 189, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 11px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 202, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 207, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 213, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 189, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 228, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 8px -11px;
}

/* line 231, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}

@media (max-width: 767px) {
  /* line 239, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 247, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 251, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  /* line 253, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.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 228, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 266, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 268, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  /* line 274, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -11px;
  }
}

@media (min-width: 768px) {
  /* line 288, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 291, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}

/* line 302, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -11px;
  margin-right: -11px;
  padding: 10px 11px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}

@media (max-width: 767px) {
  /* line 314, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  /* line 302, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 334, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -11px;
  }
}

/* line 344, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 349, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 358, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}

/* line 361, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 364, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 374, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  /* line 374, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 11px;
    margin-right: 11px;
  }
  /* line 383, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

/* line 393, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 397, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 399, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 406, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 411, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 414, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 421, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 429, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 438, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 440, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 444, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 449, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 458, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  /* line 469, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 471, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 478, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.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: #555;
    background-color: #e7e7e7;
  }
  /* line 486, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.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: #ccc;
    background-color: transparent;
  }
}

/* line 502, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 517, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #999999;
}

/* line 533, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 545, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

/* line 548, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 555, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 563, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 573, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 575, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 579, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 584, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 592, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 603, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 606, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 609, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  /* line 611, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 618, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.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: #fff;
    background-color: #090909;
  }
  /* line 626, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.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: #444;
    background-color: transparent;
  }
}

/* line 637, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 639, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 644, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #999999;
}

/* line 646, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}

/* line 13, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

/* line 23, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}

/* line 10, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #4083a9;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 25, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 32, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #205f82;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 51, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

/* line 63, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 6, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_labels.scss */
.label-default {
  background-color: #999999;
}

/* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

/* line 48, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_labels.scss */
.label-primary {
  background-color: #428bca;
}

/* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 52, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}

/* line 22, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 31, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 39, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_badges.scss */
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #4083a9;
  background-color: #fff;
}

/* line 44, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 51, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 12, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 16, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}

/* line 22, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 26, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_jumbotron.scss */
.container .jumbotron {
  border-radius: 3px;
}

/* line 30, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 38, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_jumbotron.scss */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 43, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 58.5px;
  }
}

/* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 27, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555;
}

/* line 34, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4083a9;
}

/* line 9, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 16, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 31, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 40, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_alerts.scss */
.alert-dismissable {
  padding-right: 35px;
}

/* line 44, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_alerts.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 59, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 62, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 65, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 8, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 20, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -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 30, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 44, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 50, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_progress-bars.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_progress-bars.scss */
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

/* line 61, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_progress-bars.scss */
.progress-bar[aria-valuenow="0"] {
  color: #999999;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

/* line 75, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 79, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 83, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 87, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 10, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 21, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 26, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 31, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 43, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 53, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 34, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 40, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.scss */
.list-group-item > .badge {
  float: right;
}

/* line 43, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 54, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555;
}

/* line 57, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 62, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 72, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
}

/* line 79, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 82, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}

/* line 88, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 97, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.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 100, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.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 4, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-success {
  color: #3c763d;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-info {
  color: #31708f;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger {
  color: #a94442;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 122, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 126, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

/* line 27, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}

/* line 39, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-title > a {
  color: inherit;
}

/* line 45, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

/* line 59, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 62, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 69, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

/* line 76, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

/* line 85, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 97, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 102, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

/* line 109, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}

/* line 113, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}

/* line 121, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

/* line 128, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}

/* line 132, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}

/* line 139, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #e4e4e4;
}

/* line 143, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 147, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 154, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 158, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 167, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 176, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 183, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 195, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 18px;
}

/* line 199, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}

/* line 202, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 207, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 209, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

/* line 213, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 215, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 223, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 16, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 226, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-primary {
  border-color: #428bca;
}

/* line 6, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}

/* line 16, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

/* line 229, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 16, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 232, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 16, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 235, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 16, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 238, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 16, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 26, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 31, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -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 15, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 3px;
}

/* line 26, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 2px;
}

/* line 6, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 15, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 29, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 33, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 37, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 41, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 48, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 61, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 70, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 71, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 76, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

/* line 82, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 87, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 94, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 100, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 107, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 112, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 116, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 122, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 133, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 137, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.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 142, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 146, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 16, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 18, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 20, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #222;
  border-radius: 2px;
}

/* line 35, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}

/* line 50, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}

/* line 56, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}

/* line 62, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #222;
}

/* line 69, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #222;
}

/* line 76, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}

/* line 83, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}

/* line 89, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}

/* line 6, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

/* line 26, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 32, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}

/* line 43, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 52, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 62, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 65, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 71, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 78, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 86, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 93, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 101, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 108, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 117, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 124, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 16, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

/* line 29, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 33, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 37, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 44, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 47, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 50, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 55, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 58, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 67, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 82, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-control.left {
  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: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 85, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  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: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 92, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 101, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 110, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

/* line 114, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

/* line 118, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

/* line 128, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 133, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 144, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 155, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

/* line 176, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 187, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 198, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 209, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  /* line 222, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 229, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 30, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 10, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }
  /* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 48, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 53, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 58, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 10, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }
  /* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 67, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 72, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 77, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 10, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }
  /* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 86, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 91, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 96, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 10, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }
  /* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 105, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 110, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 115, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 10, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }
  /* line 11, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 149, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 149, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 156, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 156, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 163, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 163, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 17, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* line 17, app/assets/stylesheets/libs/animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 24, app/assets/stylesheets/libs/animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* line 66, app/assets/stylesheets/libs/animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 91, app/assets/stylesheets/libs/animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* line 135, app/assets/stylesheets/libs/animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

/* line 177, app/assets/stylesheets/libs/animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* line 241, app/assets/stylesheets/libs/animate.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

/* line 308, app/assets/stylesheets/libs/animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* line 396, app/assets/stylesheets/libs/animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* line 453, app/assets/stylesheets/libs/animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 510, app/assets/stylesheets/libs/animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 567, app/assets/stylesheets/libs/animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 624, app/assets/stylesheets/libs/animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 681, app/assets/stylesheets/libs/animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

/* line 738, app/assets/stylesheets/libs/animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

/* line 784, app/assets/stylesheets/libs/animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

/* line 830, app/assets/stylesheets/libs/animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

/* line 876, app/assets/stylesheets/libs/animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

/* line 922, app/assets/stylesheets/libs/animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 947, app/assets/stylesheets/libs/animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 982, app/assets/stylesheets/libs/animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1017, app/assets/stylesheets/libs/animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1052, app/assets/stylesheets/libs/animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1087, app/assets/stylesheets/libs/animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1122, app/assets/stylesheets/libs/animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1157, app/assets/stylesheets/libs/animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1192, app/assets/stylesheets/libs/animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1227, app/assets/stylesheets/libs/animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 1252, app/assets/stylesheets/libs/animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* line 1287, app/assets/stylesheets/libs/animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

/* line 1322, app/assets/stylesheets/libs/animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

/* line 1357, app/assets/stylesheets/libs/animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

/* line 1392, app/assets/stylesheets/libs/animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

/* line 1427, app/assets/stylesheets/libs/animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

/* line 1462, app/assets/stylesheets/libs/animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* line 1497, app/assets/stylesheets/libs/animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

/* line 1532, app/assets/stylesheets/libs/animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1616, app/assets/stylesheets/libs/animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

/* line 1676, app/assets/stylesheets/libs/animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

/* line 1736, app/assets/stylesheets/libs/animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

/* line 1774, app/assets/stylesheets/libs/animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

/* line 1812, app/assets/stylesheets/libs/animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

/* line 1876, app/assets/stylesheets/libs/animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

/* line 1913, app/assets/stylesheets/libs/animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 1960, app/assets/stylesheets/libs/animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2005, app/assets/stylesheets/libs/animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2050, app/assets/stylesheets/libs/animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2095, app/assets/stylesheets/libs/animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2140, app/assets/stylesheets/libs/animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

/* line 2185, app/assets/stylesheets/libs/animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

/* line 2230, app/assets/stylesheets/libs/animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

/* line 2275, app/assets/stylesheets/libs/animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

/* line 2320, app/assets/stylesheets/libs/animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

/* line 2365, app/assets/stylesheets/libs/animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 2398, app/assets/stylesheets/libs/animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 2431, app/assets/stylesheets/libs/animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 2464, app/assets/stylesheets/libs/animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

/* line 2497, app/assets/stylesheets/libs/animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

/* line 2530, app/assets/stylesheets/libs/animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

/* line 2563, app/assets/stylesheets/libs/animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

/* line 2667, app/assets/stylesheets/libs/animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

/* line 2704, app/assets/stylesheets/libs/animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

/* line 2741, app/assets/stylesheets/libs/animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* line 67, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.input-lg, .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: 17px;
  line-height: 1.33;
  border-radius: 3px;
}

/* line 75, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}

/* line 80, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 67, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

/* line 75, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 80, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/_base.scss */
body,
html {
  padding: 0;
  margin: 0;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
body:before, body:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
body:after {
  clear: both;
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/_base.scss */
.ie8 body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/_base.scss */
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  outline: none;
}

/* line 41, app/assets/stylesheets/pixel-admin-scss/_base.scss */
a,
a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 48, app/assets/stylesheets/pixel-admin-scss/_base.scss */
  a:focus {
    outline: none;
  }
}

/* line 53, app/assets/stylesheets/pixel-admin-scss/_base.scss */
.no-animation {
  -webkit-animation-duration: 0s !important;
  -moz-animation-duration: 0s !important;
  -o-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

/* line 64, app/assets/stylesheets/pixel-admin-scss/_base.scss */
.page-header,
.page-header h1 {
  margin: 0;
}

/* line 69, app/assets/stylesheets/pixel-admin-scss/_base.scss */
.page-header {
  background: #fafafa;
  border-bottom: 1px solid #e4e4e4;
  margin: -18px -18px 18px -18px;
  padding: 20px 18px 20px 18px;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.page-header:before, .page-header:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.page-header:after {
  clear: both;
}

/* line 77, app/assets/stylesheets/pixel-admin-scss/_base.scss */
.page-header h1 {
  color: #666;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/_base.scss */
.page-header-icon {
  font-size: 21px;
  line-height: 21px;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/_base.scss */
#small-screen-width-point {
  display: block;
}

/* line 98, app/assets/stylesheets/pixel-admin-scss/_base.scss */
#tablet-screen-width-point {
  display: none;
}

@media (min-width: 480px) {
  /* line 103, app/assets/stylesheets/pixel-admin-scss/_base.scss */
  #small-screen-width-point {
    display: none !important;
  }
  /* line 106, app/assets/stylesheets/pixel-admin-scss/_base.scss */
  #tablet-screen-width-point {
    display: block;
  }
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/pixel-admin-scss/_base.scss */
  #tablet-screen-width-point {
    display: none !important;
  }
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
body:before, body:after,
#main-menu:before,
#main-menu:after,
#content-wrapper:before,
#content-wrapper:after,
#main-wrapper:before,
#main-wrapper:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
body:after,
#main-menu:after,
#content-wrapper:after,
#main-wrapper:after {
  clear: both;
}

/* line 128, app/assets/stylesheets/pixel-admin-scss/_base.scss */
#main-wrapper {
  width: 100%;
  overflow: hidden !important;
}

/* line 133, app/assets/stylesheets/pixel-admin-scss/_base.scss */
#content-wrapper {
  left: 0;
  padding: 64px 18px 18px 18px;
  width: 100%;
  position: relative;
}

/* line 140, app/assets/stylesheets/pixel-admin-scss/_base.scss */
#main-menu-bg {
  display: block;
  left: 0;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 499;
}

@media (max-width: 480px) {
  /* line 157, app/assets/stylesheets/pixel-admin-scss/_base.scss */
  .animate-mm-sm #main-navbar .navbar-inner,
.animate-mm-sm #main-menu-toggle,
.animate-mm-sm #main-wrapper,
.animate-mm-sm #main-menu,
.animate-mm-sm #content-wrapper,
.animate-mm-sm #main-menu-bg {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  /* line 163, app/assets/stylesheets/pixel-admin-scss/_base.scss */
  .animate-mm-sm #main-navbar .navbar-header {
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 157, app/assets/stylesheets/pixel-admin-scss/_base.scss */
  .animate-mm-md #main-navbar .navbar-inner,
.animate-mm-md #main-menu-toggle,
.animate-mm-md #main-wrapper,
.animate-mm-md #main-menu,
.animate-mm-md #content-wrapper,
.animate-mm-md #main-menu-bg {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  /* line 163, app/assets/stylesheets/pixel-admin-scss/_base.scss */
  .animate-mm-md #main-navbar .navbar-header {
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
  }
}

@media (min-width: 768px) {
  /* line 157, app/assets/stylesheets/pixel-admin-scss/_base.scss */
  .animate-mm-lg #main-navbar .navbar-inner,
.animate-mm-lg #main-menu-toggle,
.animate-mm-lg #main-wrapper,
.animate-mm-lg #main-menu,
.animate-mm-lg #content-wrapper,
.animate-mm-lg #main-menu-bg {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  /* line 163, app/assets/stylesheets/pixel-admin-scss/_base.scss */
  .animate-mm-lg #main-navbar .navbar-header {
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
  }
}

/* line 177, app/assets/stylesheets/pixel-admin-scss/_base.scss */
.disable-mm-animation #main-navbar .navbar-inner,
.disable-mm-animation #main-menu-toggle,
.disable-mm-animation #main-wrapper,
.disable-mm-animation #main-menu,
.disable-mm-animation #content-wrapper,
.disable-mm-animation #main-menu-bg,
.disable-mm-animation #main-navbar .navbar-header {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* line 194, app/assets/stylesheets/pixel-admin-scss/_base.scss */
.dont-animate-mm-content #main-menu .animated {
  -webkit-animation-duration: 0s !important;
  -moz-animation-duration: 0s !important;
  -o-animation-duration: 0s !important;
  -ms-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

@media (max-width: 480px) {
  /* line 198, app/assets/stylesheets/pixel-admin-scss/_base.scss */
  .dont-animate-mm-content-sm #main-menu .animated {
    -webkit-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    -o-animation-duration: 0s !important;
    -ms-animation-duration: 0s !important;
    animation-duration: 0s !important;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 201, app/assets/stylesheets/pixel-admin-scss/_base.scss */
  .dont-animate-mm-content-md #main-menu .animated {
    -webkit-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    -o-animation-duration: 0s !important;
    -ms-animation-duration: 0s !important;
    animation-duration: 0s !important;
  }
}

@media (min-width: 768px) {
  /* line 204, app/assets/stylesheets/pixel-admin-scss/_base.scss */
  .dont-animate-mm-content-lg #main-menu .animated {
    -webkit-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    -o-animation-duration: 0s !important;
    -ms-animation-duration: 0s !important;
    animation-duration: 0s !important;
  }
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
.main-navbar-fixed #main-navbar {
  position: fixed !important;
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar {
  border: none;
  border-radius: 0;
  left: 0;
  min-height: 46px;
  right: 0;
  position: absolute;
  top: 0 !important;
  z-index: 1030;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar .navbar-inner {
  min-height: 46px;
  width: 100%;
  position: relative;
  left: 0;
}

/* line 37, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar .navbar-header {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1032;
}

/* line 44, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar .navbar-brand {
  display: inline-block;
  float: none;
  font-size: 14px;
  line-height: 46px;
  height: auto !important;
  padding: 0 0 0 14px;
}

/* line 57, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar #main-menu-toggle,
#main-navbar .navbar-toggle {
  background: none;
  border: none;
  display: block;
  font-size: 11px;
  margin: 0;
  outline: none !important;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0 !important;
  z-index: 1033;
}

/* line 72, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar #main-menu-toggle .navbar-icon,
#main-navbar .navbar-toggle .navbar-icon {
  font-size: 14px;
  line-height: 46px;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar #main-menu-toggle {
  height: 46px;
  left: 0;
  overflow: hidden;
  width: 56px;
  z-index: 1034;
}

/* line 87, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar #main-menu-toggle .navbar-icon {
  left: 20px;
  margin: -23px 0 0 0;
  padding: 0;
  position: absolute;
  z-index: 1035;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 96, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0da";
  display: block;
  font-size: 10px;
  line-height: 46px;
  position: absolute;
  right: -8px;
  top: 0;
}

/* line 108, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
  left: 26px;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0d9";
  right: 16px;
}

/* line 113, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar #main-menu-toggle .hide-menu-text {
  left: 51px;
  line-height: 46px;
  margin-top: -23px;
  opacity: 0;
  position: absolute;
  z-index: 1035;
}

/* line 121, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
.ie8 #main-navbar #main-menu-toggle .hide-menu-text {
  left: 53px;
}

/* line 128, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar .navbar-toggle {
  padding: 0 17px;
  right: 0;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar .navbar-toggle:not(.collapsed) {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar .navbar-toggle .navbar-icon {
  display: inline-block;
}

/* line 147, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar li .divider {
  display: none;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar li .nav-header {
  display: none;
}

/* line 155, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar li a {
  line-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 160, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar li a:hover {
  background: none;
}

/* line 164, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar li a:active, #main-navbar li a:focus {
  background: none;
}

/* line 175, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar .navbar-collapse {
  height: auto;
  max-height: inherit;
  padding-left: 0;
  padding-right: 0;
  z-index: 1031;
}

/* line 182, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar .navbar-collapse, #main-navbar .navbar-collapse.collapse {
  overflow: visible;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar .navbar-collapse.collapsing, #main-navbar .navbar-collapse.in {
  overflow: hidden;
}

/* line 193, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar .navbar-nav {
  margin: 0;
}

/* line 196, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar .navbar-nav.pull-right {
  width: 100%;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
#main-navbar .navbar-nav > li:before, #main-navbar .navbar-nav > li:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
#main-navbar .navbar-nav > li:after {
  clear: both;
}

/* line 205, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar .dropdown-menu {
  padding: 0;
}

/* line 213, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar form.navbar-form {
  border: none;
  margin: 0;
  width: 100%;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar form.navbar-form .form-group {
  margin: 0;
}

/* line 222, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar form.navbar-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

/* line 233, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar .user-menu > img {
  border-radius: 25px;
  display: inline-block;
  height: 20px;
  margin: -2px 0 0 0;
  width: 20px;
}

/* line 241, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar .user-menu > span {
  display: inline-block;
  margin-left: 7px;
}

/* line 250, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
.mme #main-navbar {
  overflow: hidden;
}

/* line 253, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
.mme #main-navbar #main-menu-toggle {
  width: 80%;
}

/* line 256, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
.mme #main-navbar #main-menu-toggle .navbar-icon {
  left: 26px;
}

/* line 257, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
.mme #main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0d9";
  right: 16px;
}

/* line 258, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
.mme #main-navbar #main-menu-toggle .hide-menu-text {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

/* line 266, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
  left: 20px;
}

/* line 267, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0da";
  right: -8px;
}

@media (max-width: 768px) {
  /* line 272, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .dropdown > a:after {
    content: "\f078";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 10px;
    position: relative;
  }
  /* line 281, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .dropdown.open {
    border-bottom: none;
  }
  /* line 284, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .dropdown.open > a:after {
    content: "\f077";
  }
}

@media (min-width: 768px) {
  /* line 295, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar {
    overflow: visible !important;
  }
  /* line 302, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .navbar-header {
    width: auto;
    z-index: 1033;
  }
  /* line 307, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .navbar-brand {
    padding-right: 14px;
  }
  /* line 315, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar #main-menu-toggle {
    width: 56px !important;
  }
  /* line 319, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar #main-menu-toggle .navbar-icon {
    left: 26px;
  }
  /* line 322, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0d9";
    right: 16px;
  }
  /* line 331, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  .main-menu-right #main-navbar #main-menu-toggle .navbar-icon, .mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
    left: 20px;
  }
  /* line 332, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  .main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after, .mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0da";
    right: -8px;
  }
  /* line 335, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .navbar-toggle {
    display: none !important;
  }
  /* line 339, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .hide-menu-text {
    opacity: 0 !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  /* line 348, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .right {
    left: 0;
    padding-right: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1031;
  }
  /* line 357, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar li {
    border: none;
  }
  /* line 360, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar li .divider {
    display: block;
  }
  /* line 364, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar li a {
    line-height: 46px;
  }
  /* line 373, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .navbar-collapse {
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  /* line 379, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .navbar-nav,
#main-navbar .navbar-form {
    position: relative;
    z-index: 1032;
  }
  /* line 385, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .navbar-nav {
    margin: 0;
  }
  /* line 389, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .navbar-nav > li > a {
    height: 46px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  /* line 395, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .navbar-nav.pull-right {
    width: auto;
  }
  /* line 404, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .dropdown > a:after {
    display: none;
  }
  /* line 408, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .dropdown.open {
    border-bottom: none;
  }
  /* line 413, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .dropdown-menu .badge {
    padding-left: 6px;
    padding-right: 6px;
  }
  /* line 418, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .dropdown-menu > li > a {
    line-height: 32px;
    margin: 0;
  }
  /* line 424, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .pull-right .dropdown-menu {
    float: right;
    left: auto;
    right: 0;
  }
  /* line 434, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar form.navbar-form {
    height: 46px;
  }
  /* line 437, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar form.navbar-form .form-control {
    height: 30px;
    line-height: 20px;
    margin-top: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 150px;
  }
  /* line 456, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .user-menu > span {
    display: none;
  }
  /* line 460, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .user-menu > img {
    height: 25px;
    margin-top: -3px;
    width: 25px;
  }
  /* line 471, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  .mmc #main-navbar #main-menu-toggle .navbar-icon,
.mme.mmc #main-navbar #main-menu-toggle .navbar-icon {
    left: 20px;
  }
  /* line 475, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  .mmc #main-navbar #main-menu-toggle .navbar-icon:after,
.mme.mmc #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0da";
    right: -8px;
  }
  /* line 483, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  .main-menu-right.mmc #main-navbar #main-menu-toggle .navbar-icon,
.main-menu-right.mme.mmc #main-navbar #main-menu-toggle .navbar-icon {
    left: 26px;
  }
  /* line 484, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  .main-menu-right.mmc #main-navbar #main-menu-toggle .navbar-icon:after,
.main-menu-right.mme.mmc #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0d9";
    right: 16px;
  }
}

@media (min-width: 992px) {
  /* line 495, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  .mmc #main-navbar .navbar-header {
    width: auto;
  }
  /* line 499, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  #main-navbar .user-menu > span {
    display: inline-block;
  }
  /* line 504, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
  .no-main-menu #main-navbar .navbar-header,
.main-menu-right #main-navbar .navbar-header {
    width: auto;
  }
}

/* line 514, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar-collapse .iScrollVerticalScrollbar {
  margin-right: 2px !important;
  width: 4px !important;
}

/* line 518, app/assets/stylesheets/pixel-admin-scss/_main_navbar.scss */
#main-navbar-collapse .iScrollVerticalScrollbar .iScrollIndicator {
  background: rgba(255, 255, 255, 0.2) !important;
  border: none !important;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.main-menu-fixed #main-menu {
  height: 100%;
  margin: 0;
  position: fixed;
  padding-bottom: 0;
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .navigation ul.get-height {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu-bg {
  left: -80%;
  width: 80%;
}

/* line 27, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu {
  display: block;
  height: 100%;
  left: -80%;
  position: fixed;
  top: 0;
  width: 80%;
  z-index: 500;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .navigation,
#main-menu .mmc-dropdown-open-ul {
  padding: 46px 0 0 0;
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .navigation,
#main-menu .navigation ul,
#main-menu .mmc-dropdown-open-ul,
#main-menu .mmc-dropdown-open-ul ul {
  display: block;
}

/* line 52, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .navigation li,
#main-menu .mmc-dropdown-open-ul li {
  display: block;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .navigation a,
#main-menu .mmc-dropdown-open-ul a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 11px 14px;
  text-decoration: none;
}

/* line 65, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .navigation a, #main-menu .navigation a:active, #main-menu .navigation a:focus, #main-menu .navigation a:hover,
#main-menu .mmc-dropdown-open-ul a,
#main-menu .mmc-dropdown-open-ul a:active,
#main-menu .mmc-dropdown-open-ul a:focus,
#main-menu .mmc-dropdown-open-ul a:hover {
  outline: none !important;
}

/* line 74, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .navigation .menu-icon,
#main-menu .mmc-dropdown-open-ul .menu-icon {
  display: inline-block;
  margin-right: 5px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 14px;
}

/* line 84, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .navigation .badge,
#main-menu .navigation .label,
#main-menu .mmc-dropdown-open-ul .badge,
#main-menu .mmc-dropdown-open-ul .label {
  display: block;
  line-height: 16px;
  float: right;
  font-size: 11px;
  height: auto;
  margin: 2px 0 0 5px;
  padding: 0 5px;
  position: relative;
  width: auto !important;
  z-index: 501;
  border: none;
}

/* line 107, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown {
  position: relative;
}

/* line 110, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown > a {
  padding-right: 30px;
}

/* line 115, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown > a:before {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 10px;
  height: 10px;
  width: 10px;
  right: 14px;
  top: 17px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 136, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown > ul > li > a {
  padding-left: 40px;
}

/* line 141, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 60px;
}

/* line 146, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 80px;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 100px;
}

/* line 156, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 120px;
}

/* line 165, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown .badge,
#main-menu .mm-dropdown .label {
  line-height: 16px;
  margin-top: 2px;
}

/* line 175, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown ul,
#main-menu .mmc-dropdown-open-ul,
#main-menu .mmc-dropdown-open-ul ul {
  display: none;
  overflow: hidden;
  padding: 0;
}

/* line 182, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown ul li,
#main-menu .mmc-dropdown-open-ul li,
#main-menu .mmc-dropdown-open-ul ul li {
  padding-left: 0;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown ul .menu-icon,
#main-menu .mmc-dropdown-open-ul .menu-icon,
#main-menu .mmc-dropdown-open-ul ul .menu-icon {
  margin-left: -5px;
}

/* line 191, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown ul a,
#main-menu .mmc-dropdown-open-ul a,
#main-menu .mmc-dropdown-open-ul ul a {
  padding-bottom: 8px;
  padding-top: 8px;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown ul a:before,
#main-menu .mmc-dropdown-open-ul a:before,
#main-menu .mmc-dropdown-open-ul ul a:before {
  top: 14px;
}

/* line 208, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown.open > a:before {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 212, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mm-dropdown.open > ul {
  display: block;
}

/* line 222, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mmc-dropdown-open-ul {
  display: block !important;
  left: 100%;
  margin: 0 !important;
  padding-bottom: 0;
  padding-left: 0 !important;
  position: absolute;
  top: 0;
  width: 240px;
  z-index: 502;
}

/* line 233, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mmc-dropdown-open-ul > .mmc-title {
  display: block;
}

/* line 238, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mmc-dropdown-open-ul.top {
  bottom: 0;
  padding-top: 0;
  top: auto;
}

/* line 246, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mmc-title {
  display: none;
  line-height: 42px;
  padding: 0 18px;
  position: relative;
}

/* line 253, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .mmc-dropdown-delay {
  -webkit-animation-duration: .4s;
  -moz-animation-duration: .4s;
  -o-animation-duration: .4s;
  animation-duration: .4s;
}

/* line 264, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .menu-content {
  margin-top: 15px;
  padding: 20px;
  border-top: 1px solid;
  overflow: hidden;
}

/* line 271, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu .menu-content.top {
  border-bottom: 1px solid;
  border-top: none;
  margin-bottom: -47px;
  margin-top: 0;
  padding-top: 66px;
}

/* line 279, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-menu > .slimScrollDiv > .slimScrollBar,
#main-menu > .slimScrollDiv > .slimScrollRail {
  display: none !important;
}

@media (min-width: 480px) {
  /* line 290, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu-bg {
    left: 0;
    width: 56px;
  }
  /* line 295, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu {
    height: auto;
    left: 0;
    overflow: visible;
    position: absolute;
    width: 56px;
  }
  /* line 311, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu .navigation > li {
    width: auto;
  }
  /* line 314, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu .navigation > li > a {
    text-align: center;
  }
  /* line 318, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu .navigation > li > a > .menu-icon {
    margin: 0;
  }
  /* line 322, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu .navigation > li > a > .badge,
#main-menu .navigation > li > a > .label {
    display: none;
  }
  /* line 328, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu .navigation > li > a > .mm-text {
    display: none;
  }
  /* line 334, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu .navigation > .mm-dropdown > a {
    padding-right: 14px;
  }
  /* line 338, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu .navigation > .mm-dropdown > a:before {
    right: 7px;
  }
  /* line 343, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .main-menu-right #main-menu .navigation > .mm-dropdown > a:before {
    content: "\f104";
    left: 7px;
    right: auto;
  }
  /* line 352, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu .navigation > .mm-dropdown.open > ul {
    display: none;
  }
  /* line 357, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu .navigation > .mm-dropdown.open > a:before {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 363, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu .menu-content {
    display: none;
  }
  /* line 370, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-menu-bg {
    width: 240px;
  }
  /* line 374, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-menu {
    overflow: hidden;
    width: 240px;
  }
  /* line 387, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-menu .navigation > li {
    width: 240px;
  }
  /* line 390, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-menu .navigation > li > a {
    text-align: left;
  }
  /* line 394, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-menu .navigation > li > a:before {
    right: 14px;
  }
  /* line 399, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-menu .navigation > li > a > .menu-icon {
    margin-right: 5px;
  }
  /* line 403, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-menu .navigation > li > a > .badge,
.mme #main-menu .navigation > li > a > .label {
    display: block;
  }
  /* line 409, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-menu .navigation > li > a > .mm-text {
    display: inline;
  }
  /* line 415, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-menu .navigation > .mm-dropdown > a {
    padding-right: 30px;
  }
  /* line 421, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-menu .navigation > .mm-dropdown.open > ul {
    display: block;
  }
  /* line 426, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-menu .navigation > .mm-dropdown.open > a:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 432, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-menu .menu-content {
    display: block;
  }
  /* line 438, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme.main-menu-right #main-menu .navigation > .mm-dropdown > a:before {
    content: "\f105";
    left: auto;
    right: 14px;
  }
}

@media (min-width: 768px) {
  /* line 450, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-menu,
#main-menu,
.mme #main-menu-bg,
#main-menu-bg {
    overflow: hidden;
    width: 240px;
  }
  /* line 458, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mmc #main-menu,
.mme.mmc #main-menu,
.mmc #main-menu-bg,
.mme.mmc #main-menu-bg {
    overflow: visible;
    width: 56px;
  }
  /* line 472, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu ul.navigation > li {
    width: 240px;
  }
  /* line 475, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu ul.navigation > li > a {
    text-align: left;
  }
  /* line 479, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu ul.navigation > li > a > .menu-icon {
    margin-right: 5px;
  }
  /* line 483, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu ul.navigation > li > a > .badge,
#main-menu ul.navigation > li > a > .label {
    display: block;
  }
  /* line 489, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu ul.navigation > li > a > .mm-text {
    display: inline;
  }
  /* line 495, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu ul.navigation > .mm-dropdown > a {
    padding-right: 30px;
  }
  /* line 499, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu ul.navigation > .mm-dropdown > a:before, .main-menu-right #main-menu ul.navigation > .mm-dropdown > a:before {
    content: "\f105";
    left: auto;
    right: 14px;
  }
  /* line 509, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu ul.navigation > .mm-dropdown.open > ul {
    display: block;
  }
  /* line 514, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu ul.navigation > .mm-dropdown.open > a:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 520, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-menu .menu-content {
    display: block;
  }
  /* line 526, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mmc #main-menu {
    overflow: visible;
  }
  /* line 534, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mmc #main-menu ul.navigation > li {
    width: auto;
  }
  /* line 537, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mmc #main-menu ul.navigation > li > a {
    text-align: center;
  }
  /* line 541, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mmc #main-menu ul.navigation > li > a > .menu-icon {
    margin: 0;
    text-align: center;
  }
  /* line 546, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mmc #main-menu ul.navigation > li > a > .badge,
.mmc #main-menu ul.navigation > li > a > .label {
    display: none;
  }
  /* line 552, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mmc #main-menu ul.navigation > li > a > .mm-text {
    display: none;
  }
  /* line 558, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mmc #main-menu ul.navigation > .mm-dropdown > a {
    padding-right: 14px;
  }
  /* line 562, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mmc #main-menu ul.navigation > .mm-dropdown > a:before {
    right: 7px;
  }
  /* line 569, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mmc #main-menu ul.navigation > .mm-dropdown.open > ul {
    display: none;
  }
  /* line 574, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mmc #main-menu ul.navigation > .mm-dropdown.open > a:before {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 580, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mmc #main-menu .menu-content {
    display: none !important;
  }
  /* line 585, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mmc.main-menu-right #main-menu ul.navigation > .mm-dropdown > a:before {
    content: "\f104";
    left: 7px;
    right: auto;
  }
}

/* line 598, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.mme #main-navbar {
  position: fixed;
}

/* line 602, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
#main-navbar .navbar-header {
  padding-left: 56px;
}

/* line 606, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.mme #main-navbar .navbar-inner,
.mme #content-wrapper {
  left: 80%;
}

/* line 611, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.mme #main-navbar .navbar-header {
  padding-left: 0;
}

/* line 615, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.mme #main-menu,
.mme #main-menu-bg {
  left: 0%;
}

@media (min-width: 480px) {
  /* line 624, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-wrapper {
    padding-left: 56px;
  }
  /* line 629, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-navbar {
    position: absolute;
  }
  /* line 634, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #content-wrapper {
    left: 184px;
  }
  /* line 638, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-navbar .navbar-inner {
    left: 240px;
    padding-left: 0;
  }
  /* line 643, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-navbar #main-menu-toggle {
    width: 240px;
  }
}

@media (min-width: 768px) {
  /* line 650, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-wrapper,
#main-wrapper {
    padding-left: 240px;
  }
  /* line 655, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #content-wrapper,
.mmc.mme #content-wrapper {
    left: 0;
  }
  /* line 660, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mme #main-navbar .navbar-inner {
    left: 0;
  }
  /* line 664, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .mmc #main-wrapper {
    padding-left: 56px;
  }
  /* line 668, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-navbar .navbar-header {
    padding-left: 56px !important;
  }
}

@media (min-width: 768px) {
  /* line 674, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  #main-navbar .navbar-header {
    width: 240px;
  }
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.main-menu-right #main-menu-bg {
  left: auto;
  right: -80%;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.main-menu-right #main-menu {
  left: auto;
  right: -80%;
}

/* line 694, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.main-menu-right #main-menu .mmc-dropdown-open-ul {
  left: auto;
  right: 100%;
}

/* line 700, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.main-menu-right #main-navbar .navbar-header {
  padding-left: 0;
}

/* line 704, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.main-menu-right #main-navbar .navbar-inner {
  left: auto;
  right: 0;
}

/* line 709, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.main-menu-right #main-navbar #main-menu-toggle {
  left: auto;
  right: 0;
}

/* line 714, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.main-menu-right #main-navbar .navbar-toggle {
  right: 56px;
}

/* line 718, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.main-menu-right #content-wrapper {
  left: auto;
  right: 0;
}

/* line 723, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.main-menu-right.mme #main-navbar .navbar-inner, .main-menu-right.mme #content-wrapper {
  left: auto;
  right: 80%;
}

/* line 729, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.main-menu-right.mme #main-menu, .main-menu-right.mme #main-menu-bg {
  left: auto;
  right: 0%;
}

/* line 735, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
.main-menu-right.mme #main-navbar .navbar-toggle {
  right: 0;
}

@media (min-width: 480px) {
  /* line 742, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .main-menu-right #main-wrapper {
    padding-left: 0;
    padding-right: 56px;
  }
  /* line 747, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .main-menu-right #main-menu,
.main-menu-right #main-menu-bg {
    left: auto;
    right: 0;
  }
  /* line 754, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .main-menu-right.mme #content-wrapper {
    left: auto;
    right: 184px;
  }
  /* line 759, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .main-menu-right.mme #main-navbar .navbar-inner {
    left: auto;
    right: 240px;
  }
  /* line 764, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .main-menu-right.mme #main-navbar #main-menu-toggle {
    width: 240px;
  }
}

@media (min-width: 768px) {
  /* line 773, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .main-menu-right.mme #main-wrapper,
.main-menu-right #main-wrapper {
    padding-left: 0;
    padding-right: 240px;
  }
  /* line 779, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .main-menu-right.mme #content-wrapper,
.main-menu-right #content-wrapper {
    right: 0;
  }
  /* line 784, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .main-menu-right #main-navbar .navbar-inner, .main-menu-right.mme #main-navbar .navbar-inner, .main-menu-right.mme.mmc #main-navbar .navbar-inner {
    right: 0;
    margin-right: 56px;
    width: auto;
  }
  /* line 792, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .main-menu-right.mmc #main-wrapper, .main-menu-right.mme.mmc #main-wrapper {
    padding-right: 56px;
    padding-left: 0;
  }
  /* line 798, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
  .main-menu-right #main-navbar .navbar-header {
    padding-left: 0 !important;
  }
}

/* line 810, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
body.no-main-menu #main-menu,
body.no-main-menu #main-menu-bg {
  display: none !important;
}

/* line 815, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
body.no-main-menu #main-menu-toggle {
  display: none !important;
}

/* line 819, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
body.no-main-menu #main-wrapper {
  padding: 0 !important;
}

/* line 823, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
body.no-main-menu #content-wrapper {
  left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  right: 0 !important;
}

/* line 830, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
body.no-main-menu #main-navbar .navbar-header {
  padding: 0 !important;
}

/* line 834, app/assets/stylesheets/pixel-admin-scss/_main_menu.scss */
body.no-main-menu #main-navbar .navbar-inner {
  left: 0 !important;
  margin: 0 !important;
  right: 0 !important;
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
.navbar .label,
.navbar .badge,
.navbar .dropdown-menu > li > a > .label,
.navbar .dropdown-menu > li > a > .badge {
  font-size: 11px;
  padding: 0 4px;
  line-height: 16px;
  top: -1px;
  position: relative;
}

/* line 21, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
.navbar .nav-icon-btn.dropdown > a:after {
  display: none !important;
}

/* line 25, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
.navbar .dropdown-menu > li > a > .badge {
  line-height: 14px;
}

/* line 30, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
.navbar .nav-icon-btn > a {
  width: auto;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
.navbar .nav-icon-btn > a .label,
.navbar .nav-icon-btn > a .badge {
  display: inline-block;
}

/* line 40, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
.navbar .nav-icon-btn > a .small-screen-text {
  display: inline-block;
}

/* line 45, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
.navbar .nav-icon-btn .label,
.navbar .nav-icon-btn .badge,
.navbar .dropdown-menu .label.pull-right,
.navbar .dropdown-menu .badge.pull-right {
  float: right;
  top: 13px;
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.navbar .nav-icon-btn.nav-icon-btn-success .label {
  background: #5ebd5e;
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.navbar .nav-icon-btn.nav-icon-btn-warning .label {
  background: #f4b04f;
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.navbar .nav-icon-btn.nav-icon-btn-danger .label {
  background: #e66454;
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.navbar .nav-icon-btn.nav-icon-btn-info .label {
  background: #5bc0de;
}

@media (max-width: 768px) {
  /* line 75, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
  .navbar .nav-icon-btn.dropdown > .dropdown-menu {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 86, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
  .navbar .dropdown-menu .label.pull-right,
.navbar .dropdown-menu .badge.pull-right {
    top: 8px;
  }
  /* line 91, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
  .navbar .dropdown-menu > li > a > .label,
.navbar .dropdown-menu > li > a > .badge {
    font-size: 10px;
    line-height: 13px;
    top: 1px;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  /* line 100, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
  .navbar .dropdown-menu > li > a > .label {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  /* line 105, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
  .navbar .nav-icon-btn {
    font-size: 13px;
  }
  /* line 108, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
  .navbar .nav-icon-btn > a {
    text-align: center;
    width: 46px;
  }
  /* line 114, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
  .navbar .nav-icon-btn > a .nav-icon {
    display: inline-block;
    font-size: 12px;
    margin: 0 !important;
  }
  /* line 120, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
  .navbar .nav-icon-btn > a .label,
.navbar .nav-icon-btn > a .badge {
    font-size: 8px;
    padding: 0 2px;
    line-height: 10px;
    position: absolute;
    display: block;
    right: 10px;
  }
  /* line 131, app/assets/stylesheets/pixel-admin-scss/_navbar.scss */
  .navbar .nav-icon-btn > a .small-screen-text {
    display: none;
  }
}

/* line 8, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn {
  text-shadow: none;
  line-height: 15px;
  font-weight: 400;
  padding: 7px 12px;
  outline: none !important;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 20, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn > .fa-caret-down {
  font-size: 12px;
}

/* line 25, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  font-size: 15px;
  line-height: 19px;
  padding: 9px 18px;
}

/* line 31, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  font-size: 12px;
  line-height: 15px;
  padding: 4px 9px;
}

/* line 36, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-sm > .fa-caret-down, .btn-group-sm > .btn > .fa-caret-down {
  font-size: 10px;
}

/* line 41, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  font-size: 11px;
  line-height: 12px;
  padding: 4px 7px;
}

/* line 46, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-xs > .fa-caret-down, .btn-group-xs > .btn > .fa-caret-down {
  font-size: 10px;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-flat {
  border-bottom-width: 3px;
}

/* line 59, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-flat:focus {
  border-bottom-width: 3px;
}

/* line 63, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-flat:active {
  border-bottom-width: 1px !important;
  margin-top: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 69, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-flat.btn-lg, .btn-group-lg > .btn-flat.btn {
  border-bottom-width: 3px;
}

/* line 72, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-flat.btn-lg:active, .btn-group-lg > .btn-flat.btn:active {
  margin-top: 2px;
}

/* line 77, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-flat.btn-xs, .btn-group-xs > .btn-flat.btn {
  border-bottom-width: 2px;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-flat.btn-xs:active, .btn-group-xs > .btn-flat.btn:active {
  margin-top: 1px;
}

/* line 92, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-outline,
.btn.btn-outline.btn-flat,
.btn.btn-outline.btn-primary,
.btn.btn-outline.btn-flat.btn-primary {
  background: none;
  color: #555;
  background: url(/../images/pixel-admin/blank.png) \9;
}

/* line 100, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-outline, .btn.btn-outline:focus, .btn-group > .btn.btn-outline, .btn-group > .btn.btn-outline:focus, .input-group-btn > .btn.btn-outline, .input-group-btn > .btn.btn-outline:focus,
.btn.btn-outline.btn-flat,
.btn.btn-outline.btn-flat:focus, .btn-group > .btn.btn-outline.btn-flat, .btn-group > .btn.btn-outline.btn-flat:focus, .input-group-btn > .btn.btn-outline.btn-flat, .input-group-btn > .btn.btn-outline.btn-flat:focus,
.btn.btn-outline.btn-primary,
.btn.btn-outline.btn-primary:focus, .btn-group > .btn.btn-outline.btn-primary, .btn-group > .btn.btn-outline.btn-primary:focus, .input-group-btn > .btn.btn-outline.btn-primary, .input-group-btn > .btn.btn-outline.btn-primary:focus,
.btn.btn-outline.btn-flat.btn-primary,
.btn.btn-outline.btn-flat.btn-primary:focus, .btn-group > .btn.btn-outline.btn-flat.btn-primary, .btn-group > .btn.btn-outline.btn-flat.btn-primary:focus, .input-group-btn > .btn.btn-outline.btn-flat.btn-primary, .input-group-btn > .btn.btn-outline.btn-flat.btn-primary:focus {
  background: none;
  border-color: #e0e0e0;
  border-color: rgba(0, 0, 0, 0.12);
  background: url(/../images/pixel-admin/blank.png) \9;
}

/* line 115, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-outline.dark,
.btn.btn-outline.dark.btn-primary {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  background: url(/../images/pixel-admin/blank.png) \9;
}

/* line 121, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-outline.dark, .btn.btn-outline.dark:focus,
.btn.btn-outline.dark.btn-primary,
.btn.btn-outline.dark.btn-primary:focus {
  border-color: #595959;
  border-color: rgba(255, 255, 255, 0.12);
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-outline.dark:hover, .btn.btn-outline.dark:active,
.btn.btn-outline.dark.btn-primary:hover,
.btn.btn-outline.dark.btn-primary:active {
  border-color: transparent !important;
}

/* line 133, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-rounded {
  border-radius: 9999px;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-rounded.btn-flat {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 142, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-rounded.btn-flat, .btn-rounded.btn-flat:hover, .btn-rounded.btn-flat:focus {
  border-bottom-width: 2px;
}

/* line 148, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-rounded.btn-flat.btn-lg, .btn-group-lg > .btn-flat.btn, .btn-rounded.btn-flat.btn-lg:hover, .btn-rounded.btn-flat.btn-lg:focus {
  border-bottom-width: 3px;
}

/* line 154, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-rounded.btn-flat:active {
  margin-top: 1px;
}

/* line 158, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-rounded.btn-flat.btn:hover, .btn-rounded.btn-flat.btn-outline.btn:hover, .btn-rounded.btn-flat.btn:focus {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 166, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-rounded.btn-flat.btn-outline:focus {
  border-color: #e0e0e0;
  border-color: rgba(0, 0, 0, 0.12);
}

/* line 171, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-rounded.btn-flat.btn-outline.dark:focus {
  border-color: #595959;
  border-color: rgba(255, 255, 255, 0.12);
}

/* line 177, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn, .btn-default {
  color: #555;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn, .btn:focus, .btn-default, .btn-default:focus {
  border-color: #dddddd;
  border-bottom-color: #cecece;
  background: #f4f4f4;
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #eaeaea 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn:hover, .btn-default:hover {
  color: #555;
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
  background: #eaeaea !important;
  background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%) !important;
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn:active, .btn.active, .open .btn.dropdown-toggle, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
  background: none;
  background: #ebebeb !important;
  border-color: #c6c6c6;
  border-bottom-color: #c6c6c6 !important;
  color: #555;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn.btn-flat, .btn-default.btn-flat {
  background: #ececec;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn.btn-flat:hover, .btn.btn-flat:active, .btn.btn-flat.active, .open .btn.btn-flat.dropdown-toggle, .btn-default.btn-flat:hover, .btn-default.btn-flat:active, .btn-default.btn-flat.active, .open .btn-default.btn-flat.dropdown-toggle {
  background: #ececec !important;
  color: #555;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn.btn-outline:hover, .btn.btn-outline.btn-flat:hover, .btn-default.btn-outline:hover, .btn-default.btn-outline.btn-flat:hover {
  color: #555;
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn.btn-outline:active, .btn.btn-outline.btn-flat:active, .btn-default.btn-outline:active, .btn-default.btn-outline.btn-flat:active {
  border-color: #c6c6c6;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn, .btn-group .btn:focus, .input-group-btn .btn, .input-group-btn .btn:focus, .btn-group .btn-default, .btn-group .btn-default:focus, .input-group-btn .btn-default, .input-group-btn .btn-default:focus {
  border-left-color: #d5d5d5;
  border-right-color: #d5d5d5;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn:hover, .btn-group.open .btn.dropdown-toggle, .input-group-btn .btn:hover, .input-group-btn.open .btn.dropdown-toggle, .btn-group .btn-default:hover, .btn-group.open .btn-default.dropdown-toggle, .input-group-btn .btn-default:hover, .input-group-btn.open .btn-default.dropdown-toggle {
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn:active, .btn-group .btn.active, .input-group-btn .btn:active, .input-group-btn .btn.active, .btn-group .btn-default:active, .btn-group .btn-default.active, .input-group-btn .btn-default:active, .input-group-btn .btn-default.active {
  border-left-color: #c6c6c6;
  border-right-color: #c6c6c6;
}

/* line 178, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-info {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-info, .btn-info:focus {
  border-color: #46b8da;
  border-bottom-color: #2caed5;
  background: #5bc0de;
  background-image: -webkit-linear-gradient(top, #5fc2df 0%, #46b8da 100%);
  background-image: linear-gradient(to bottom, #5fc2df 0%, #46b8da 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-info:hover {
  color: #fff;
  border-color: #39b3d7;
  border-bottom-color: #2596b8;
  background: #46b8da !important;
  background-image: -webkit-linear-gradient(top, #53bddc 0%, #39b3d7 100%) !important;
  background-image: linear-gradient(to bottom, #53bddc 0%, #39b3d7 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
  background: none;
  background: #4ab9db !important;
  border-color: #28a4c9;
  border-bottom-color: #28a4c9 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-info.btn-flat {
  background: #4ebbdb;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-info.btn-flat:hover, .btn-info.btn-flat:active, .btn-info.btn-flat.active, .open .btn-info.btn-flat.dropdown-toggle {
  background: #4ebbdb !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-info.btn-outline:hover, .btn-info.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #39b3d7;
  border-bottom-color: #2596b8;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-info.btn-outline:active, .btn-info.btn-outline.btn-flat:active {
  border-color: #28a4c9;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-info, .btn-group .btn-info:focus, .input-group-btn .btn-info, .input-group-btn .btn-info:focus {
  border-left-color: #39b3d7;
  border-right-color: #39b3d7;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-info:hover, .btn-group.open .btn-info.dropdown-toggle, .input-group-btn .btn-info:hover, .input-group-btn.open .btn-info.dropdown-toggle {
  border-color: #39b3d7;
  border-bottom-color: #2596b8;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-info:active, .btn-group .btn-info.active, .input-group-btn .btn-info:active, .input-group-btn .btn-info.active {
  border-left-color: #28a4c9;
  border-right-color: #28a4c9;
}

/* line 179, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-success {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-success, .btn-success:focus {
  border-color: #4cb64c;
  border-bottom-color: #42a142;
  background: #5ebd5e;
  background-image: -webkit-linear-gradient(top, #62be62 0%, #4cb64c 100%);
  background-image: linear-gradient(to bottom, #62be62 0%, #4cb64c 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-success:hover {
  color: #fff;
  border-color: #46ac46;
  border-bottom-color: #388838;
  background: #4cb64c !important;
  background-image: -webkit-linear-gradient(top, #57ba57 0%, #46ac46 100%) !important;
  background-image: linear-gradient(to bottom, #57ba57 0%, #46ac46 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
  background: none;
  background: #50b750 !important;
  border-color: #3e963e;
  border-bottom-color: #3e963e !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-success.btn-flat {
  background: #53b953;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-success.btn-flat:hover, .btn-success.btn-flat:active, .btn-success.btn-flat.active, .open .btn-success.btn-flat.dropdown-toggle {
  background: #53b953 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-success.btn-outline:hover, .btn-success.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #46ac46;
  border-bottom-color: #388838;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-success.btn-outline:active, .btn-success.btn-outline.btn-flat:active {
  border-color: #3e963e;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-success, .btn-group .btn-success:focus, .input-group-btn .btn-success, .input-group-btn .btn-success:focus {
  border-left-color: #46ac46;
  border-right-color: #46ac46;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-success:hover, .btn-group.open .btn-success.dropdown-toggle, .input-group-btn .btn-success:hover, .input-group-btn.open .btn-success.dropdown-toggle {
  border-color: #46ac46;
  border-bottom-color: #388838;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-success:active, .btn-group .btn-success.active, .input-group-btn .btn-success:active, .input-group-btn .btn-success.active {
  border-left-color: #3e963e;
  border-right-color: #3e963e;
}

/* line 180, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-warning {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-warning, .btn-warning:focus {
  border-color: #f19a1f;
  border-bottom-color: #e38b0e;
  background: #f4b04f;
  background-image: -webkit-linear-gradient(top, #f4b254 0%, #f3a537 100%);
  background-image: linear-gradient(to bottom, #f4b254 0%, #f3a537 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-warning:hover {
  color: #fff;
  border-color: #f09411;
  border-bottom-color: #c2770c;
  background: #f3a537 !important;
  background-image: -webkit-linear-gradient(top, #f3ac45 0%, #f29f29 100%) !important;
  background-image: linear-gradient(to bottom, #f3ac45 0%, #f29f29 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
  background: none;
  background: #f3a73c !important;
  border-color: #d5830d;
  border-bottom-color: #d5830d !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-warning.btn-flat {
  background: #f3aa41;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-warning.btn-flat:hover, .btn-warning.btn-flat:active, .btn-warning.btn-flat.active, .open .btn-warning.btn-flat.dropdown-toggle {
  background: #f3aa41 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-warning.btn-outline:hover, .btn-warning.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #f09411;
  border-bottom-color: #c2770c;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-warning.btn-outline:active, .btn-warning.btn-outline.btn-flat:active {
  border-color: #d5830d;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-warning, .btn-group .btn-warning:focus, .input-group-btn .btn-warning, .input-group-btn .btn-warning:focus {
  border-left-color: #f09411;
  border-right-color: #f09411;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-warning:hover, .btn-group.open .btn-warning.dropdown-toggle, .input-group-btn .btn-warning:hover, .input-group-btn.open .btn-warning.dropdown-toggle {
  border-color: #f09411;
  border-bottom-color: #c2770c;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-warning:active, .btn-group .btn-warning.active, .input-group-btn .btn-warning:active, .input-group-btn .btn-warning.active {
  border-left-color: #d5830d;
  border-right-color: #d5830d;
}

/* line 181, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn-danger {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-danger, .btn-danger:focus {
  border-color: #e3503e;
  border-bottom-color: #df3823;
  background: #e66454;
  background-image: -webkit-linear-gradient(top, #e76858 0%, #e3503e 100%);
  background-image: linear-gradient(to bottom, #e76858 0%, #e3503e 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-danger:hover {
  color: #fff;
  border-color: #e14430;
  border-bottom-color: #c22e1c;
  background: #e3503e !important;
  background-image: -webkit-linear-gradient(top, #e55c4b 0%, #e14430 100%) !important;
  background-image: linear-gradient(to bottom, #e55c4b 0%, #e14430 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
  background: none;
  background: #e35442 !important;
  border-color: #d4331f;
  border-bottom-color: #d4331f !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-danger.btn-flat {
  background: #e45847;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-danger.btn-flat:hover, .btn-danger.btn-flat:active, .btn-danger.btn-flat.active, .open .btn-danger.btn-flat.dropdown-toggle {
  background: #e45847 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-danger.btn-outline:hover, .btn-danger.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #e14430;
  border-bottom-color: #c22e1c;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-danger.btn-outline:active, .btn-danger.btn-outline.btn-flat:active {
  border-color: #d4331f;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-danger, .btn-group .btn-danger:focus, .input-group-btn .btn-danger, .input-group-btn .btn-danger:focus {
  border-left-color: #e14430;
  border-right-color: #e14430;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-danger:hover, .btn-group.open .btn-danger.dropdown-toggle, .input-group-btn .btn-danger:hover, .input-group-btn.open .btn-danger.dropdown-toggle {
  border-color: #e14430;
  border-bottom-color: #c22e1c;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-danger:active, .btn-group .btn-danger.active, .input-group-btn .btn-danger:active, .input-group-btn .btn-danger.active {
  border-left-color: #d4331f;
  border-right-color: #d4331f;
}

/* line 188, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-outline.disabled,
.btn.btn-outline[disabled] {
  background: none !important;
  color: #555 !important;
}

/* line 193, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-outline.disabled, .btn.btn-outline.disabled:active, .btn.btn-outline.disabled.active, .btn.btn-outline.disabled:hover, .btn.btn-outline.disabled:visited, .btn.btn-outline.disabled:link, .btn.btn-outline.disabled:focus,
.btn.btn-outline[disabled],
.btn.btn-outline[disabled]:active,
.btn.btn-outline.active[disabled],
.btn.btn-outline[disabled]:hover,
.btn.btn-outline[disabled]:visited,
.btn.btn-outline[disabled]:link,
.btn.btn-outline[disabled]:focus {
  background: none !important;
  border-color: #e0e0e0 !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: url(/../images/pixel-admin/blank.png) \9;
}

/* line 210, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-flat.disabled:active,
.btn.btn-flat[disabled]:active {
  margin-top: 0 !important;
  border-bottom-width: 3px !important;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-flat.btn-rounded.disabled:active,
.btn.btn-flat.btn-rounded[disabled]:active {
  border-bottom-width: 2px !important;
}

/* line 223, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-labeled {
  position: relative;
}

/* line 226, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-labeled .btn-label {
  display: block;
  float: left;
  margin: -8px 12px -8px -13px;
  padding: 8px 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.06);
  line-height: 15px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 237, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-labeled .btn-label.icon {
  font-size: 14px;
}

/* line 245, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-labeled.btn-lg .btn-label, .btn-group-lg > .btn-labeled.btn .btn-label {
  margin: -10px 18px -10px -19px;
  padding: 10px 13px;
  line-height: 19px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 252, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-labeled.btn-lg .btn-label.icon, .btn-group-lg > .btn-labeled.btn .btn-label.icon {
  font-size: 15px;
}

/* line 258, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-labeled.btn-sm .btn-label, .btn-group-sm > .btn-labeled.btn .btn-label {
  margin: -5px 9px -5px -10px;
  padding: 5px 7px;
  line-height: 15px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 265, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-labeled.btn-sm .btn-label.icon, .btn-group-sm > .btn-labeled.btn .btn-label.icon {
  font-size: 11px;
}

/* line 271, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-labeled.btn-xs .btn-label, .btn-group-xs > .btn-labeled.btn .btn-label {
  margin: -5px 9px -5px -8px;
  padding: 5px 6px;
  line-height: 12px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 278, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-labeled.btn-xs .btn-label.icon, .btn-group-xs > .btn-labeled.btn .btn-label.icon {
  font-size: 11px;
}

/* line 284, app/assets/stylesheets/pixel-admin-scss/_buttons.scss */
.btn.btn-rounded.btn-labeled .btn-label,
.btn.btn-lg.btn-rounded.btn-labeled .btn-label,
.btn.btn-sm.btn-rounded.btn-labeled .btn-label,
.btn.btn-xs.btn-rounded.btn-labeled .btn-label {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/_progress_bars.scss */
.progress {
  background-color: rgba(0, 0, 0, 0.06);
  height: 13px;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/_progress_bars.scss */
.progress-bar {
  background: none;
  border: 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/_progress_bars.scss */
.progress .progress-bar.progress-bar-info {
  background: #5bc0de;
  border-color: #42b6d9;
}

/* line 41, app/assets/stylesheets/pixel-admin-scss/_progress_bars.scss */
.progress.progress-striped .progress-bar.progress-bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 45, app/assets/stylesheets/pixel-admin-scss/_progress_bars.scss */
.progress .progress-bar.progress-bar-success {
  background: #5ebd5e;
  border-color: #49b349;
}

/* line 48, app/assets/stylesheets/pixel-admin-scss/_progress_bars.scss */
.progress.progress-striped .progress-bar.progress-bar-success {
  background-color: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 52, app/assets/stylesheets/pixel-admin-scss/_progress_bars.scss */
.progress .progress-bar.progress-bar-warning {
  background: #f4b04f;
  border-color: #f2a332;
}

/* line 55, app/assets/stylesheets/pixel-admin-scss/_progress_bars.scss */
.progress.progress-striped .progress-bar.progress-bar-warning {
  background-color: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 59, app/assets/stylesheets/pixel-admin-scss/_progress_bars.scss */
.progress .progress-bar.progress-bar-danger {
  background: #e66454;
  border-color: #e24c39;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/_progress_bars.scss */
.progress.progress-striped .progress-bar.progress-bar-danger {
  background-color: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/_labels.scss */
.label {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  padding: 0 6px;
  display: inline-block;
  font-weight: 600;
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/_labels.scss */
.label.pull-right {
  margin: 0;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/_labels.scss */
h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
  font-size: 75%;
  padding: .2em .5em;
}

/* line 37, app/assets/stylesheets/pixel-admin-scss/_labels.scss */
.label.label-tag {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  margin-left: 12px;
  padding: 0 5px;
  position: relative;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 46, app/assets/stylesheets/pixel-admin-scss/_labels.scss */
.label.label-tag:before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #b0b0b0 transparent transparent;
  -webkit-transform: rotate(360deg);
  margin-left: -17px;
  top: -1px;
}

/* line 60, app/assets/stylesheets/pixel-admin-scss/_labels.scss */
.label.label-tag:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  margin: -12px 0 0 -10px;
}

/* line 72, app/assets/stylesheets/pixel-admin-scss/_labels.scss */
.ie8 .label.label-tag:after {
  display: none !important;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/_labels.scss */
.label {
  background: #b0b0b0;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label[href]:hover, .label[href]:focus {
  background-color: #979797;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-tag {
  border: 1px solid #b0b0b0;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-tag:before {
  border-color: transparent #b0b0b0 transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-tag[href]:hover, .label.label-tag[href]:focus {
  border-color: #979797;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-tag[href]:hover:before, .label.label-tag[href]:focus:before {
  border-color: transparent #979797 transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-tag:before {
  border-color: transparent transparent transparent #b0b0b0;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-tag[href]:hover:before, .right-to-left .label.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #979797;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-tag:before, .ie9 .right-to-left .label.label-tag:before {
  border-color: transparent #b0b0b0 transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-tag[href]:focus:before {
  border-color: transparent #979797 transparent transparent;
}

/* line 84, app/assets/stylesheets/pixel-admin-scss/_labels.scss */
.label.label-success {
  background: #5ebd5e;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-success[href]:hover, .label.label-success[href]:focus {
  background-color: #43a543;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-success.label-tag {
  border: 1px solid #5ebd5e;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-success.label-tag:before {
  border-color: transparent #5ebd5e transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-success.label-tag[href]:hover, .label.label-success.label-tag[href]:focus {
  border-color: #43a543;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-success.label-tag[href]:hover:before, .label.label-success.label-tag[href]:focus:before {
  border-color: transparent #43a543 transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-success.label-tag:before {
  border-color: transparent transparent transparent #5ebd5e;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-success.label-tag[href]:hover:before, .right-to-left .label.label-success.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #43a543;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-success.label-tag:before, .ie9 .right-to-left .label.label-success.label-tag:before {
  border-color: transparent #5ebd5e transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-success.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-success.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-success.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-success.label-tag[href]:focus:before {
  border-color: transparent #43a543 transparent transparent;
}

/* line 88, app/assets/stylesheets/pixel-admin-scss/_labels.scss */
.label.label-warning {
  background: #f4b04f;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-warning[href]:hover, .label.label-warning[href]:focus {
  background-color: #f19a1f;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-warning.label-tag {
  border: 1px solid #f4b04f;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-warning.label-tag:before {
  border-color: transparent #f4b04f transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-warning.label-tag[href]:hover, .label.label-warning.label-tag[href]:focus {
  border-color: #f19a1f;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-warning.label-tag[href]:hover:before, .label.label-warning.label-tag[href]:focus:before {
  border-color: transparent #f19a1f transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-warning.label-tag:before {
  border-color: transparent transparent transparent #f4b04f;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-warning.label-tag[href]:hover:before, .right-to-left .label.label-warning.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #f19a1f;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-warning.label-tag:before, .ie9 .right-to-left .label.label-warning.label-tag:before {
  border-color: transparent #f4b04f transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-warning.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-warning.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-warning.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-warning.label-tag[href]:focus:before {
  border-color: transparent #f19a1f transparent transparent;
}

/* line 92, app/assets/stylesheets/pixel-admin-scss/_labels.scss */
.label.label-danger {
  background: #e66454;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-danger[href]:hover, .label.label-danger[href]:focus {
  background-color: #df3c28;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-danger.label-tag {
  border: 1px solid #e66454;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-danger.label-tag:before {
  border-color: transparent #e66454 transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-danger.label-tag[href]:hover, .label.label-danger.label-tag[href]:focus {
  border-color: #df3c28;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-danger.label-tag[href]:hover:before, .label.label-danger.label-tag[href]:focus:before {
  border-color: transparent #df3c28 transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-danger.label-tag:before {
  border-color: transparent transparent transparent #e66454;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-danger.label-tag[href]:hover:before, .right-to-left .label.label-danger.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #df3c28;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-danger.label-tag:before, .ie9 .right-to-left .label.label-danger.label-tag:before {
  border-color: transparent #e66454 transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-danger.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-danger.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-danger.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-danger.label-tag[href]:focus:before {
  border-color: transparent #df3c28 transparent transparent;
}

/* line 96, app/assets/stylesheets/pixel-admin-scss/_labels.scss */
.label.label-info {
  background: #5bc0de;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-info[href]:hover, .label.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-info.label-tag {
  border: 1px solid #5bc0de;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-info.label-tag:before {
  border-color: transparent #5bc0de transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-info.label-tag[href]:hover, .label.label-info.label-tag[href]:focus {
  border-color: #31b0d5;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-info.label-tag[href]:hover:before, .label.label-info.label-tag[href]:focus:before {
  border-color: transparent #31b0d5 transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-info.label-tag:before {
  border-color: transparent transparent transparent #5bc0de;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-info.label-tag[href]:hover:before, .right-to-left .label.label-info.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #31b0d5;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-info.label-tag:before, .ie9 .right-to-left .label.label-info.label-tag:before {
  border-color: transparent #5bc0de transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-info.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-info.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-info.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-info.label-tag[href]:focus:before {
  border-color: transparent #31b0d5 transparent transparent;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/_badges.scss */
.badge {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  padding: 0 8px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/* line 17, app/assets/stylesheets/pixel-admin-scss/_badges.scss */
.badge.pull-right {
  margin: 0;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/_badges.scss */
.badge {
  background: #b0b0b0;
  border: 1px solid #b0b0b0;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.badge[href]:hover, .badge[href]:focus {
  background-color: #979797;
  border-color: #979797;
}

/* line 30, app/assets/stylesheets/pixel-admin-scss/_badges.scss */
.badge.badge-success {
  background: #5ebd5e;
  border: 1px solid #5ebd5e;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.badge.badge-success[href]:hover, .badge.badge-success[href]:focus {
  background-color: #43a543;
  border-color: #43a543;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/_badges.scss */
.badge.badge-warning {
  background: #f4b04f;
  border: 1px solid #f4b04f;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.badge.badge-warning[href]:hover, .badge.badge-warning[href]:focus {
  background-color: #f19a1f;
  border-color: #f19a1f;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/_badges.scss */
.badge.badge-danger {
  background: #e66454;
  border: 1px solid #e66454;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.badge.badge-danger[href]:hover, .badge.badge-danger[href]:focus {
  background-color: #df3c28;
  border-color: #df3c28;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/_badges.scss */
.badge.badge-info {
  background: #5bc0de;
  border: 1px solid #5bc0de;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.badge.badge-info[href]:hover, .badge.badge-info[href]:focus {
  background-color: #31b0d5;
  border-color: #31b0d5;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/_breadcrumb.scss */
.breadcrumb {
  background: none;
  margin-bottom: 18px;
  position: relative;
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/_breadcrumb.scss */
.breadcrumb li + li:before {
  color: #ccc;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 7px;
  display: inline-block;
  line-height: 8px;
  top: -1px;
  left: -1px;
  position: relative;
  padding: 0;
  height: 8px;
  width: 15px;
  text-align: center;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/_breadcrumb.scss */
.breadcrumb li,
.breadcrumb li a {
  color: #999;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
}

/* line 35, app/assets/stylesheets/pixel-admin-scss/_breadcrumb.scss */
.breadcrumb li:hover,
.breadcrumb li a:hover {
  color: #555;
}

/* line 40, app/assets/stylesheets/pixel-admin-scss/_breadcrumb.scss */
.breadcrumb li.active {
  padding-left: 16px;
  position: relative;
}

/* line 46, app/assets/stylesheets/pixel-admin-scss/_breadcrumb.scss */
.breadcrumb li.active:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}

/* line 54, app/assets/stylesheets/pixel-admin-scss/_breadcrumb.scss */
.breadcrumb li.active,
.breadcrumb li.active a {
  color: #555;
  text-decoration: none;
}

/* line 65, app/assets/stylesheets/pixel-admin-scss/_breadcrumb.scss */
.breadcrumb.breadcrumb-dark > li + li:before {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}

/* line 70, app/assets/stylesheets/pixel-admin-scss/_breadcrumb.scss */
.breadcrumb.breadcrumb-dark li,
.breadcrumb.breadcrumb-dark li a {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/_breadcrumb.scss */
.breadcrumb.breadcrumb-dark li:hover,
.breadcrumb.breadcrumb-dark li a:hover {
  color: #fff;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/_breadcrumb.scss */
.breadcrumb.breadcrumb-dark li.active,
.breadcrumb.breadcrumb-dark li.active a {
  color: #fff;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/_breadcrumb.scss */
.breadcrumb.breadcrumb-no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* line 91, app/assets/stylesheets/pixel-admin-scss/_breadcrumb.scss */
.breadcrumb.breadcrumb-page {
  border-radius: 0;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: -18px;
  padding-left: 18px;
  padding-right: 18px;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/_breadcrumb.scss */
.breadcrumb-label {
  float: left;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  padding-right: 15px;
  margin: 1px 0 -1px 0;
}

/* line 8, app/assets/stylesheets/pixel-admin-scss/_alerts.scss */
.alert {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
  background-size: 20px 20px;
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/_alerts.scss */
.alert .close {
  top: 0;
}

/* line 17, app/assets/stylesheets/pixel-admin-scss/_alerts.scss */
.alert.alert-danger {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px;
}

/* line 21, app/assets/stylesheets/pixel-admin-scss/_alerts.scss */
.alert.alert-success {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
  background-size: 20px 20px;
}

/* line 25, app/assets/stylesheets/pixel-admin-scss/_alerts.scss */
.alert.alert-info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  background-size: 20px 20px;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/_alerts.scss */
.alert.alert-dark {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: none;
  border-color: #f19a1f;
  background-color: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

/* line 39, app/assets/stylesheets/pixel-admin-scss/_alerts.scss */
.alert.alert-danger.alert-dark {
  background: none;
  border-color: #df3c28;
  background-color: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.04)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.04)), color-stop(0.75, rgba(255, 255, 255, 0.04)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/_alerts.scss */
.alert.alert-success.alert-dark {
  background: none;
  border-color: #43a543;
  background-color: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/_alerts.scss */
.alert.alert-info.alert-dark {
  background: none;
  border-color: #31b0d5;
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

/* line 51, app/assets/stylesheets/pixel-admin-scss/_alerts.scss */
.alert.alert-page {
  margin: -18px -18px 18px -18px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  padding-left: 18px;
  padding-right: 18px;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/_tables.scss */
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  border-top-color: #e4e4e4;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/_tables.scss */
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th {
  font-weight: 600;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/_tables.scss */
.table tbody + tbody {
  border-top-color: #e4e4e4;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/_tables.scss */
.table-bordered {
  border-color: #e4e4e4;
}

/* line 37, app/assets/stylesheets/pixel-admin-scss/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border-color: #e4e4e4;
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/_tables.scss */
.table-header {
  background: #fff;
  position: relative;
  border: 1px solid #e4e4e4;
  margin-bottom: -1px;
  padding: 10px 15px 10px 15px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 55, app/assets/stylesheets/pixel-admin-scss/_tables.scss */
.table-header .table-caption {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/_tables.scss */
.table-footer {
  min-height: 40px;
  margin-top: -19px;
  position: relative;
  border: 1px solid #e4e4e4;
  line-height: 20px;
  padding: 10px 15px 10px 15px;
  background: #fafafa;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 82, app/assets/stylesheets/pixel-admin-scss/_tables.scss */
.table-light,
.table-success,
.table-danger,
.table-warning,
.table-info,
.table-primary {
  margin-bottom: 20px;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-light table {
  border-top-color: #dbdbdb !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-light thead,
.table-light thead tr,
.table-light thead th,
.table-light .table-header {
  border-color: #dbdbdb !important;
  color: #555;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-light thead tr,
.table-light thead th {
  background: #ebebeb;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-light .table-header {
  background: #fafafa;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-success table {
  border-top-color: #518d51 !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-success thead,
.table-success thead tr,
.table-success thead th,
.table-success .table-header {
  border-color: #518d51 !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-success thead tr,
.table-success thead th {
  background: #53a953;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-success .table-header {
  background: #5ebd5e;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-danger table {
  border-top-color: #ca4433 !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-danger thead,
.table-danger thead tr,
.table-danger thead th,
.table-danger .table-header {
  border-color: #ca4433 !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-danger thead tr,
.table-danger thead th {
  background: #d95342;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-danger .table-header {
  background: #e66454;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-warning table {
  border-top-color: #de9328 !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-warning thead,
.table-warning thead tr,
.table-warning thead th,
.table-warning .table-header {
  border-color: #de9328 !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-warning thead tr,
.table-warning thead th {
  background: #e9a23b;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-warning .table-header {
  background: #f4b04f;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-info table {
  border-top-color: #3da1bf !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-info thead,
.table-info thead tr,
.table-info thead th,
.table-info .table-header {
  border-color: #3da1bf !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-info thead tr,
.table-info thead th {
  background: #4bb1d0;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-info .table-header {
  background: #5bc0de;
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs > li > a > .badge,
.nav-tabs > li > a > .label,
.nav-pills > li > a > .badge,
.nav-pills > li > a > .label {
  position: relative;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  margin: 0 -5px -100px 5px;
  padding: 0 6px;
  line-height: 14px;
  top: 0;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs > li > a > .label,
.nav-pills > li > a > .label {
  padding-left: 4px;
  padding-right: 4px;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs > li > a > .badge.badge-success,
.nav-tabs > li > a > .label.label-success,
.nav-pills > li > a > .badge.badge-success,
.nav-pills > li > a > .label.label-success {
  background-color: #5ebd5e;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs > li > a > .badge.badge-warning,
.nav-tabs > li > a > .label.label-warning,
.nav-pills > li > a > .badge.badge-warning,
.nav-pills > li > a > .label.label-warning {
  background-color: #f4b04f;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs > li > a > .badge.badge-danger,
.nav-tabs > li > a > .label.label-danger,
.nav-pills > li > a > .badge.badge-danger,
.nav-pills > li > a > .label.label-danger {
  background-color: #e66454;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs > li > a > .badge.badge-info,
.nav-tabs > li > a > .label.label-info,
.nav-pills > li > a > .badge.badge-info,
.nav-pills > li > a > .label.label-info {
  background-color: #5bc0de;
}

/* line 51, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs:not(.nav-tabs-simple) > li.active > a > .badge, .nav-tabs:not(.nav-tabs-simple) > li.active > a > .label,
.nav-pills > li.active > a > .badge,
.nav-pills > li.active > a > .label {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  color: #fff;
}

/* line 59, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs.nav-justified > li > a,
.nav-pills.nav-justified > li > a {
  margin: 0;
}

/* line 70, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs.nav-tabs-sm > li > a > .badge,
.nav-tabs.nav-tabs-sm > li > a > .label {
  margin-left: 4px;
  margin-right: -4px;
}

/* line 78, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs.nav-tabs-xs > li > a {
  font-size: 12px;
}

/* line 81, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs.nav-tabs-xs > li > a > .badge,
.nav-tabs.nav-tabs-xs > li > a > .label {
  padding-left: 4px;
  padding-right: 4px;
  line-height: 13px;
  font-size: 10px;
  margin-left: 3px;
  margin-right: -3px;
  top: -1px;
}

/* line 92, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs.nav-tabs-xs > li > a > .label {
  padding-left: 3px;
  padding-right: 3px;
}

/* line 102, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs {
  border-bottom: 2px solid #e4e4e4;
}

/* line 108, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs > li > a {
  background-color: #f3f3f3;
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
  border-bottom: 2px solid #e4e4e4;
  color: #777;
  margin: 0 6px -1px 0;
  padding: 8px 20px;
}

/* line 117, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:active {
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: #d7d7d7;
  color: #555;
}

/* line 124, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs > li > a > .fa-caret-down {
  font-size: 12px;
}

/* line 130, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs > li.dropdown.open > a:focus {
  border-bottom: 2px solid #e4e4e4;
}

/* line 136, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs li.active > a, .nav-tabs li.active > a:hover, .nav-tabs li.active > a:focus {
  border: none;
  color: #fff;
}

/* line 145, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs.nav-justified > li > a {
  border-bottom: 2px solid #e4e4e4;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

/* line 154, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  margin: 0;
  border-bottom-width: 1px !important;
}

/* line 159, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-width: 0 !important;
}

/* line 163, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs.nav-stacked > li.active:last-child > a {
  border-bottom-width: 2px !important;
  margin-bottom: -3px;
}

/* line 168, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs.nav-stacked > li:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

/* line 179, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs.nav-tabs-simple > li > a {
  background-color: transparent !important;
  margin-right: 0;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs.nav-tabs-simple > li.active > a {
  color: #555 !important;
}

/* line 193, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs.nav-tabs-sm > li > a {
  padding: 6px 15px;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-tabs.nav-tabs-xs > li > a {
  padding: 4px 15px;
}

/* line 206, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.tab-content {
  padding: 15px 0;
}

/* line 209, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.tab-content.tab-content-bordered {
  border: 1px solid #d7d7d7;
  border-top: none;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 223, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-pills > li > a {
  color: #777;
  background-color: #f3f3f3;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  padding: 8px 20px;
}

/* line 230, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-pills > li > a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #555;
}

/* line 235, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-pills > li > a > .fa-caret-down {
  font-size: 12px;
}

/* line 239, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-pills > li > a > .badge,
.nav-pills > li > a > .label {
  top: -1px;
}

/* line 245, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-pills > li {
  margin-left: 0;
  margin-right: 6px;
}

/* line 249, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-pills > li + li {
  margin-left: 0;
}

/* line 254, app/assets/stylesheets/pixel-admin-scss/_navs.scss */
.nav-pills.nav-stacked > li {
  margin: 0 0 4px 0;
}

/* line 8, app/assets/stylesheets/pixel-admin-scss/_dropdowns.scss */
.dropdown-menu {
  border: 2px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/_dropdowns.scss */
ul.dropdown-menu {
  border: 2px solid #ccc;
  padding: 5px 0;
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/_dropdowns.scss */
ul.dropdown-menu > li > a {
  margin: 0 -2px;
  padding: 5px 18px;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/_dropdowns.scss */
ul.dropdown-menu > li > a > .label,
ul.dropdown-menu > li > a > .badge {
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 13px;
  font-size: 10px;
  top: 1px;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/_dropdowns.scss */
ul.dropdown-menu > li > a > .label {
  padding-top: 1px;
  padding-bottom: 1px;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/_dropdowns.scss */
ul.dropdown-menu .divider {
  border-width: 2px;
  margin: 5px 0;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/_dropdowns.scss */
ul.dropdown-menu .dropdown-header {
  font-size: 11px;
  font-weight: 600;
  margin: 0 -2px;
  padding: 6px 18px 3px 18px;
  text-transform: uppercase;
}

/* line 51, app/assets/stylesheets/pixel-admin-scss/_dropdowns.scss */
ul.dropdown-menu .dropdown-icon {
  display: inline-block;
  font-size: 14px;
}

/* line 58, app/assets/stylesheets/pixel-admin-scss/_dropdowns.scss */
.nav .dropdown > .dropdown-toggle .nav-icon {
  font-size: 12px;
  display: inline-block;
  margin-right: 8px;
}

/* line 64, app/assets/stylesheets/pixel-admin-scss/_dropdowns.scss */
.pull-right .dropdown-menu {
  left: auto;
  float: right;
  right: 0;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/_button_groups.scss */
.btn-group-lg .btn {
  font-size: 15px;
  line-height: 19px;
  padding: 9px 18px;
}

/* line 11, app/assets/stylesheets/pixel-admin-scss/_button_groups.scss */
.btn-group-sm .btn {
  font-size: 12px;
  line-height: 15px;
  padding: 4px 9px;
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/_button_groups.scss */
.btn-group-sm .btn > .fa-caret-down {
  font-size: 10px;
}

/* line 21, app/assets/stylesheets/pixel-admin-scss/_button_groups.scss */
.btn-group-xs .btn {
  font-size: 11px;
  line-height: 12px;
  padding: 4px 7px;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/_button_groups.scss */
.btn-group-xs .btn > .fa-caret-down {
  font-size: 10px;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 1px solid #e4e4e4;
  color: #7b7b7b;
  margin-right: 5px;
  border-radius: 2px;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/_pagination.scss */
.pagination > li > a:hover {
  background-color: transparent;
  color: #555;
}

/* line 20, app/assets/stylesheets/pixel-admin-scss/_pagination.scss */
.pagination > li.active > a,
.pagination > li.active > span {
  color: #fff;
  font-weight: 600;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/_pagination.scss */
.pagination > li.disabled > a:hover {
  border-color: #e4e4e4 !important;
}

/* line 30, app/assets/stylesheets/pixel-admin-scss/_pagination.scss */
.pagination.pagination-xs li a, .pagination.pagination-xs li span {
  font-size: 10px;
  padding: 4px 8px;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/_pagination.scss */
.pager li > a,
.pager li > span {
  background-color: transparent;
  border-color: #e4e4e4;
  color: #7b7b7b;
}

/* line 49, app/assets/stylesheets/pixel-admin-scss/_pagination.scss */
.pager li > a:hover {
  background-color: transparent;
  color: #555;
}

/* line 54, app/assets/stylesheets/pixel-admin-scss/_pagination.scss */
.pager li.disabled > a {
  background-color: transparent;
}

/* line 58, app/assets/stylesheets/pixel-admin-scss/_pagination.scss */
.pager li.disabled > a:hover {
  background-color: transparent;
  border-color: #e4e4e4 !important;
}

/* line 63, app/assets/stylesheets/pixel-admin-scss/_pagination.scss */
.pager.pager-xs li a, .pager.pager-xs li span {
  font-size: 11px;
  padding: 4px 8px;
}

/* line 71, app/assets/stylesheets/pixel-admin-scss/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: transparent;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/_list_groups.scss */
.list-group-item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-color: #e4e4e4;
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/_list_groups.scss */
.list-group-item > .badge {
  line-height: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/_list_groups.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/_list_groups.scss */
.list-group-item > .label {
  line-height: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/_list_groups.scss */
.list-group-item > .label + .label {
  margin-right: 5px;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/_list_groups.scss */
.list-group-icon {
  width: 26px;
  color: #aaa;
  font-size: 14px;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/_list_groups.scss */
a.list-group-item {
  color: #555;
}

/* line 41, app/assets/stylesheets/pixel-admin-scss/_list_groups.scss */
a.list-group-item .list-group-item-heading {
  color: #555;
  margin-top: 5px;
}

/* line 45, app/assets/stylesheets/pixel-admin-scss/_list_groups.scss */
a.list-group-item .list-group-item-heading + .list-group-item-text {
  margin-bottom: 5px;
}

/* line 49, app/assets/stylesheets/pixel-admin-scss/_list_groups.scss */
a.list-group-item .list-group-item-text {
  color: #6f6f6f;
}

/* line 54, app/assets/stylesheets/pixel-admin-scss/_list_groups.scss */
a.list-group-item:hover, a.list-group-item:focus {
  background: rgba(0, 0, 0, 0.04);
}

/* line 60, app/assets/stylesheets/pixel-admin-scss/_list_groups.scss */
a.list-group-item.active {
  color: #fff;
}

/* line 63, app/assets/stylesheets/pixel-admin-scss/_list_groups.scss */
a.list-group-item.active .list-group-item-heading {
  color: inherit;
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/_list_groups.scss */
a.list-group-item.active .badge {
  background: #fff;
  background: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  color: #fff;
}

/* line 76, app/assets/stylesheets/pixel-admin-scss/_list_groups.scss */
.ie8 a.list-group-item.active .badge {
  color: #555;
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.form-inline .form-control, .navbar-form .form-control {
  margin-bottom: 10px;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.form-inline .checkbox label, .navbar-form .checkbox label,
.form-inline .radio label,
.navbar-form .radio label {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    margin-bottom: 0;
    width: auto;
  }
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
.form-inline .checkbox,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
}

/* line 41, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.form-horizontal .checkbox,
.form-horizontal .radio {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.form-horizontal .control-label {
  padding-top: 0;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
  }
}

/* line 60, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.radio,
.checkbox {
  padding-left: 20px;
}

/* line 65, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
legend {
  color: #666;
  font-size: 16.9px;
  padding-bottom: 7px;
}

/* line 71, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
label {
  font-weight: 600;
  margin-left: 0;
  margin-bottom: 5px;
}

/* line 77, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
optgroup {
  font-weight: 600;
}

/* line 81, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.form-control {
  border-top-color: #c2c2c2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 87, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.help-block {
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.form-group:before, .form-group:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.form-group:after {
  clear: both;
}

/* line 96, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.form-group.has-error .checkbox .help-block,
.form-group.has-error .radio .help-block,
.form-group.has-error .checkbox + .help-block,
.form-group.has-error .radio + .help-block {
  position: relative;
  top: 5px;
}

/* line 103, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.form-group.has-error .checkbox .help-block:before, .form-group.has-error .checkbox .help-block:after,
.form-group.has-error .radio .help-block:before,
.form-group.has-error .radio .help-block:after,
.form-group.has-error .checkbox + .help-block:before,
.form-group.has-error .checkbox + .help-block:after,
.form-group.has-error .radio + .help-block:before,
.form-group.has-error .radio + .help-block:after {
  display: none;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.checkbox label,
.radio label {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.checkbox label:before, .checkbox label:after,
.radio label:before,
.radio label:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.checkbox label:after,
.radio label:after {
  clear: both;
}

/* line 120, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.has-feedback .form-control-feedback {
  position: absolute;
  top: 21px;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}

/* line 133, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.has-feedback .form-control {
  padding-right: 32px;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.form-bordered .form-group {
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
}

/* line 142, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.checkbox,
.radio {
  margin-top: 0;
}

/* line 153, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.has-warning .help-block, .has-error .help-block, .has-success .help-block {
  display: block;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 2px;
  margin-top: 2px;
  position: relative;
}

/* line 165, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.has-warning .help-block:before, .has-warning .help-block:after, .has-error .help-block:before, .has-error .help-block:after, .has-success .help-block:before, .has-success .help-block:after {
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

/* line 172, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.has-warning .help-block:before, .has-error .help-block:before, .has-success .help-block:before {
  border-bottom: solid;
  border-width: 7px;
  left: 16px;
  top: -7px;
}

/* line 179, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.has-warning .help-block:after, .has-error .help-block:after, .has-success .help-block:after {
  border-bottom: 6px solid;
  left: 17px;
  top: -6px;
}

/* line 189, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.has-warning.simple .help-block, .has-error.simple .help-block, .has-success.simple .help-block {
  background: none !important;
  border: none;
  padding: 3px 0;
}

/* line 194, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.has-warning.simple .help-block:before, .has-warning.simple .help-block:after, .has-error.simple .help-block:before, .has-error.simple .help-block:after, .has-success.simple .help-block:before, .has-success.simple .help-block:after {
  display: none;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.has-feedback:not(.form-group) {
  position: relative;
}

/* line 207, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.has-feedback:not(.form-group) .form-control-feedback {
  top: 0;
}

/* line 346, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning .control-label {
  color: #555;
}

/* line 350, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning .help-block {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
  background-size: 20px 20px;
}

/* line 356, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning .help-block:before {
  border-bottom-color: #f1cc7e;
}

/* line 360, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning .help-block:after {
  border-bottom-color: #f9f2cc;
}

/* line 365, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning .form-control {
  border-color: #eebf5e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 368, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning .form-control:focus, .has-warning .form-control.focus {
  border-color: #e9ad30 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 374, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning .input-group-addon {
  color: #af8640;
  border-color: #f6deac;
  background-color: #f9f1c7;
}

/* line 380, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning .form-control-feedback {
  color: #e9ad30;
}

/* line 346, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error .control-label {
  color: #555;
}

/* line 350, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error .help-block {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px;
}

/* line 356, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error .help-block:before {
  border-bottom-color: #dda7b0;
}

/* line 360, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error .help-block:after {
  border-bottom-color: #f3e2e2;
}

/* line 365, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error .form-control {
  border-color: #d38e99;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 368, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error .form-control:focus, .has-error .form-control.focus {
  border-color: #c46978 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 374, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #ebccd1;
  background-color: #f2dede;
}

/* line 380, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error .form-control-feedback {
  color: #c46978;
}

/* line 346, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success .control-label {
  color: #555;
}

/* line 350, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success .help-block {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
  background-size: 20px 20px;
}

/* line 356, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success .help-block:before {
  border-bottom-color: #b5d899;
}

/* line 360, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success .help-block:after {
  border-bottom-color: #e2f1dc;
}

/* line 365, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success .form-control {
  border-color: #a3ce7f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 368, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success .form-control:focus, .has-success .form-control.focus {
  border-color: #88c05b !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 374, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success .input-group-addon {
  color: #468847;
  border-color: #d0e6be;
  background-color: #dff0d8;
}

/* line 380, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success .form-control-feedback {
  color: #88c05b;
}

/* line 346, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning.dark .control-label {
  color: #555;
}

/* line 350, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning.dark .help-block {
  background: #f4b04f;
  border-color: #f19a1f;
  color: #fff;
  background-size: 20px 20px;
}

/* line 356, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning.dark .help-block:before {
  border-bottom-color: #d0800d;
}

/* line 360, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning.dark .help-block:after {
  border-bottom-color: #f4b254;
}

/* line 365, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning.dark .form-control {
  border-color: #f4b04f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 368, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning.dark .form-control:focus, .has-warning.dark .form-control.focus {
  border-color: #f19a1f !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 374, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning.dark .input-group-addon {
  color: #fff;
  border-color: #f19a1f;
  background-color: #f4b04f;
}

/* line 380, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning.dark .form-control-feedback {
  color: #f19a1f;
}

/* line 402, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning.dark .help-block {
  background: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

/* line 346, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error.dark .control-label {
  color: #555;
}

/* line 350, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error.dark .help-block {
  background: #e66454;
  border-color: #df3c28;
  color: #fff;
  background-size: 20px 20px;
}

/* line 356, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error.dark .help-block:before {
  border-bottom-color: #b92c1b;
}

/* line 360, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error.dark .help-block:after {
  border-bottom-color: #e76858;
}

/* line 365, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error.dark .form-control {
  border-color: #e66454;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 368, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error.dark .form-control:focus, .has-error.dark .form-control.focus {
  border-color: #df3c28 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 374, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error.dark .input-group-addon {
  color: #fff;
  border-color: #df3c28;
  background-color: #e66454;
}

/* line 380, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error.dark .form-control-feedback {
  color: #df3c28;
}

/* line 402, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error.dark .help-block {
  background: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.04)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.04)), color-stop(0.75, rgba(255, 255, 255, 0.04)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

/* line 346, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success.dark .control-label {
  color: #555;
}

/* line 350, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success.dark .help-block {
  background: #5ebd5e;
  border-color: #43a543;
  color: #fff;
  background-size: 20px 20px;
}

/* line 356, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success.dark .help-block:before {
  border-bottom-color: #358035;
}

/* line 360, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success.dark .help-block:after {
  border-bottom-color: #62be62;
}

/* line 365, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success.dark .form-control {
  border-color: #5ebd5e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 368, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success.dark .form-control:focus, .has-success.dark .form-control.focus {
  border-color: #43a543 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 374, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success.dark .input-group-addon {
  color: #fff;
  border-color: #43a543;
  background-color: #5ebd5e;
}

/* line 380, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success.dark .form-control-feedback {
  color: #43a543;
}

/* line 402, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success.dark .help-block {
  background: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

/* line 392, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-warning.simple .help-block {
  color: #f29f29 !important;
}

/* line 392, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-error.simple .help-block {
  color: #e14430 !important;
}

/* line 392, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.has-success.simple .help-block {
  color: #46ac46 !important;
}

/* line 256, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.gt-ie8 input.px {
  position: absolute !important;
  left: -1000000px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 262, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.gt-ie8 input.px + .lbl {
  position: relative;
  padding-left: 1px;
  display: inline-block;
}

/* line 267, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.gt-ie8 input.px + .lbl:before {
  content: "";
  opacity: 1;
  border: 1px solid #bbb;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 283, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.gt-ie8 input.px + .lbl:after {
  display: none;
  position: absolute;
}

/* line 289, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.gt-ie8 input.px:checked + .lbl:after {
  display: block;
}

/* line 293, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.gt-ie8 input.px + .lbl:before, .gt-ie8 input.px + .lbl:after {
  margin: 2px 3px -3px -20px !important;
}

/* line 300, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.gt-ie8 input.px[type="checkbox"] + .lbl:before {
  border-radius: 2px;
}

/* line 304, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.gt-ie8 input.px[type="checkbox"] + .lbl:after {
  content: "\f00c";
  top: 1px;
  left: 1px;
  width: 13px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  font-family: FontAwesome;
  text-align: center;
}

/* line 318, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.gt-ie8 input.px[type="radio"] + .lbl:before {
  border-radius: 999999px;
}

/* line 322, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.gt-ie8 input.px[type="radio"] + .lbl:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  top: 5px;
  left: 5px;
}

/* line 334, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.gt-ie8 input.px:disabled, .gt-ie8 input.px:disabled + .lbl, .gt-ie8 input.px:disabled + .lbl:before, .gt-ie8 input.px:disabled + .lbl:after,
.gt-ie8 input.px.disabled,
.gt-ie8 input.px.disabled + .lbl,
.gt-ie8 input.px.disabled + .lbl:before,
.gt-ie8 input.px.disabled + .lbl:after {
  cursor: not-allowed !important;
}

/* line 341, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.gt-ie8 input.px:disabled + .lbl:before,
.gt-ie8 input.px.disabled + .lbl:before {
  background: #eee !important;
  border-color: #d6d6d6 !important;
}

/* line 346, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.gt-ie8 input.px:disabled + .lbl:after,
.gt-ie8 input.px.disabled + .lbl:after {
  opacity: .5 !important;
}

@media (min-width: 768px) {
  /* line 353, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
  .gt-ie8 .form-inline .radio input.px + .lbl, .gt-ie8 .navbar-form .radio input.px + .lbl,
.gt-ie8 .form-inline .checkbox input.px + .lbl,
.gt-ie8 .navbar-form .checkbox input.px + .lbl {
    margin-left: 20px;
  }
}

/* line 360, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.px-single {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0;
  font-weight: 400 !important;
}

/* line 367, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.px-single input.px {
  margin: 0 !important;
}

/* line 370, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.px-single input.px + .lbl:before, .px-single input.px + .lbl:after {
  margin: 0 !important;
}

/* line 376, app/assets/stylesheets/pixel-admin-scss/_forms.scss */
.px-single input.px + .lbl {
  padding: 0 !important;
  width: 15px !important;
  height: 15px !important;
}

/* line 7, app/assets/stylesheets/pixel-admin-scss/_input_groups.scss */
.input-group-btn > .btn {
  line-height: 16px;
  margin: 0;
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/_input_groups.scss */
.input-group input {
  position: relative;
  z-index: 3;
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/_input_groups.scss */
.input-group > .input-group-btn + input {
  margin-left: -1px;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/_input_groups.scss */
.input-group-addon > .fa {
  font-size: 14px;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/_input_groups.scss */
.input-group > input + .input-group-btn .btn:first-child {
  border-left-width: 0;
}

/* line 30, app/assets/stylesheets/pixel-admin-scss/_input_groups.scss */
.input-group-addon.no-background {
  background: #fff !important;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel,
.panel-default {
  border-color: #e4e4e4;
  margin-bottom: 22px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel .alert-page,
.panel-default .alert-page {
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 2px;
  font-size: 12px;
  margin: -2px -1px 0 -1px !important;
  padding: 8px 15px;
  position: relative;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading {
  background: #fafafa;
  border-bottom: 2px solid #ececec;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  position: relative;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading .nav-tabs {
  border-bottom-color: transparent;
  bottom: -2px;
  position: absolute;
  right: 9px;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading .nav-tabs > li > a {
  border-bottom-color: transparent;
}

/* line 45, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-body {
  background: #fff;
  margin: 0;
  padding: 20px;
}

/* line 50, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-body > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 58, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-footer {
  background: #fff;
  border-top: 1px solid #ececec;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 66, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-title {
  color: #555;
  font-size: 14px;
  line-height: 20px;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-title-icon {
  display: inline-block;
  font-size: 14px;
  margin-right: 7px;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls {
  margin-top: -2px;
  margin-bottom: -200px;
  float: right;
}

/* line 90, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > * {
  display: block;
  float: left;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > * + * {
  margin-left: 4px;
}

/* line 99, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > .btn,
.panel-heading-controls > .btn-group {
  margin-top: -4px;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > .btn.btn-sm, .btn-group-sm.panel-heading-controls > .btn,
.panel-heading-controls > .btn-group.btn-group-sm {
  margin-top: -1px;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > .btn.btn-xs, .btn-group-xs.panel-heading-controls > .btn,
.panel-heading-controls > .btn-group.btn-group-xs {
  margin-top: 0;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > .progress {
  height: 6px;
  margin-top: 8px;
}

/* line 119, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > .label, .panel-heading-controls .badge {
  margin-bottom: -10px;
  margin-top: 1px;
}

/* line 124, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > .pagination {
  margin: -5px 0 0 0;
}

/* line 128, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > .pagination.pagination-sm {
  margin-top: -3px;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > .pagination.pagination-xs {
  margin-top: -1px;
}

/* line 136, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > .pager {
  margin: -4px 0 0 0;
}

/* line 140, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > .pager.pager-xs {
  margin: -1px 0 0 0;
}

/* line 144, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > .form-control,
.panel-heading-controls .input-group {
  margin-top: -2px;
}

/* line 149, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > .form-control,
.panel-heading-controls .input-group .form-control,
.panel-heading-controls .input-group .btn {
  height: 26px;
  padding: 3px 8px;
}

/* line 156, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > .panel-heading-icon {
  font-size: 14px;
  margin-top: 1px;
}

/* line 161, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-controls > .switcher {
  margin-top: 1px;
}

/* line 167, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-heading-text {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  margin-top: 1px;
}

/* line 177, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-dark .panel-heading-controls .btn {
  border-color: transparent;
}

/* line 181, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-dark .panel-heading-controls .btn.btn-outline {
  border-width: 1px;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
}

/* line 190, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-dark .panel-heading-controls .btn.btn-outline:hover {
  border-color: transparent !important;
}

/* line 196, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-dark .panel-heading-controls > .form-control {
  border-color: transparent !important;
}

/* line 202, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-dark .panel-heading-controls > .pagination li a,
.panel-dark .panel-heading-controls > .pagination li span,
.panel-dark .panel-heading-controls > .pager li a,
.panel-dark .panel-heading-controls > .pager li span {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}

/* line 210, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-dark .panel-heading-controls > .pagination li a:hover,
.panel-dark .panel-heading-controls > .pager li a:hover {
  color: #fff;
  border-color: #fff;
}

/* line 216, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-dark .panel-heading-controls > .pagination li.active a,
.panel-dark .panel-heading-controls > .pagination li.active a:hover,
.panel-dark .panel-heading-controls > .pagination li.active span,
.panel-dark .panel-heading-controls > .pager li.active a,
.panel-dark .panel-heading-controls > .pager li.active a:hover,
.panel-dark .panel-heading-controls > .pager li.active span {
  background: #fff;
  border-color: #fff;
}

/* line 224, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-dark .panel-heading-controls > .pagination li.disabled a,
.panel-dark .panel-heading-controls > .pagination li.disabled span,
.panel-dark .panel-heading-controls > .pager li.disabled a,
.panel-dark .panel-heading-controls > .pager li.disabled span {
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.3) !important;
}

/* line 231, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-dark .panel-heading-controls .input-group .form-control {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: #d5d5d5;
}

/* line 240, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-dark .panel-heading .nav-tabs > li > a {
  background: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

/* line 246, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-dark .panel-heading .nav-tabs > li > a:hover {
  color: #fff;
}

/* line 251, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-dark .panel-heading .nav-tabs > li.active > a,
.panel-dark .panel-heading .nav-tabs > li.active > a:hover,
.panel-dark .panel-heading .nav-tabs > li.active > a:focus {
  background: #fff;
  border-bottom-color: #fff;
  color: #555;
}

/* line 261, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel.panel-dark.panel-body-colorful table,
.panel.panel-dark.panel-body-colorful .list-group {
  color: #fff;
}

/* line 271, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-warning {
  border-color: #f6deac !important;
}

/* line 417, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-warning .panel-heading {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
  background-size: 20px 20px;
}

/* line 423, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-warning .panel-heading .panel-title {
  color: #af8640;
}

/* line 428, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-warning .panel-heading .panel-heading-text a {
  color: #af8640;
  text-decoration: underline;
}

/* line 432, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-warning .panel-heading .panel-heading-text a:hover {
  color: #c49e5e;
}

/* line 440, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-warning.panel-body-colorful .panel-body {
  background: #f9f1c7;
  color: #af8640;
}

/* line 445, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-warning.panel-body-colorful .panel-footer {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
}

/* line 275, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-danger {
  border-color: #ebccd1 !important;
}

/* line 417, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-danger .panel-heading {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px;
}

/* line 423, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-danger .panel-heading .panel-title {
  color: #b94a48;
}

/* line 428, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-danger .panel-heading .panel-heading-text a {
  color: #b94a48;
  text-decoration: underline;
}

/* line 432, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-danger .panel-heading .panel-heading-text a:hover {
  color: #c76e6d;
}

/* line 440, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-danger.panel-body-colorful .panel-body {
  background: #f2dede;
  color: #b94a48;
}

/* line 445, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-danger.panel-body-colorful .panel-footer {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}

/* line 279, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-success {
  border-color: #d0e6be !important;
}

/* line 417, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-success .panel-heading {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
  background-size: 20px 20px;
}

/* line 423, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-success .panel-heading .panel-title {
  color: #468847;
}

/* line 428, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-success .panel-heading .panel-heading-text a {
  color: #468847;
  text-decoration: underline;
}

/* line 432, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-success .panel-heading .panel-heading-text a:hover {
  color: #58a959;
}

/* line 440, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-success.panel-body-colorful .panel-body {
  background: #dff0d8;
  color: #468847;
}

/* line 445, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-success.panel-body-colorful .panel-footer {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
}

/* line 283, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-info {
  border-color: #bce8f1 !important;
}

/* line 417, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-info .panel-heading {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  background-size: 20px 20px;
}

/* line 423, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-info .panel-heading .panel-title {
  color: #3a87ad;
}

/* line 428, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-info .panel-heading .panel-heading-text a {
  color: #3a87ad;
  text-decoration: underline;
}

/* line 432, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-info .panel-heading .panel-heading-text a:hover {
  color: #54a0c6;
}

/* line 440, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-info.panel-body-colorful .panel-body {
  background: #d9edf7;
  color: #3a87ad;
}

/* line 445, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-info.panel-body-colorful .panel-footer {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 290, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-warning.panel-dark {
  border-color: #f4b04f !important;
}

/* line 459, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-warning.panel-dark .panel-heading {
  background: #f4b04f;
  border-color: #f4b04f;
  color: #fff;
}

/* line 464, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-warning.panel-dark .panel-heading .panel-title {
  color: #fff;
}

/* line 468, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-warning.panel-dark .panel-heading .panel-heading-text {
  color: white;
}

/* line 471, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-warning.panel-dark .panel-heading .panel-heading-text a {
  color: white;
  text-decoration: underline;
}

/* line 475, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-warning.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}

/* line 483, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-warning.panel-dark .panel-heading-controls li.active a,
.panel-warning.panel-dark .panel-heading-controls li.active span {
  color: #f4b04f !important;
}

/* line 490, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-warning.panel-dark.panel-body-colorful .panel-heading,
.panel-warning.panel-dark.panel-body-colorful table,
.panel-warning.panel-dark.panel-body-colorful table tr,
.panel-warning.panel-dark.panel-body-colorful table th,
.panel-warning.panel-dark.panel-body-colorful table td,
.panel-warning.panel-dark.panel-body-colorful .list-group-item {
  border-color: #f6c175;
}

/* line 499, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-warning.panel-dark.panel-body-colorful,
.panel-warning.panel-dark.panel-body-colorful .panel-body,
.panel-warning.panel-dark.panel-body-colorful .list-group-item {
  background: #f4b04f;
  color: #fff;
}

/* line 506, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-warning.panel-dark.panel-body-colorful .panel-footer {
  background: #f4b04f;
  border-color: #f6c175;
  color: #fff;
}

/* line 294, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-danger.panel-dark {
  border-color: #e66454 !important;
}

/* line 459, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-danger.panel-dark .panel-heading {
  background: #e66454;
  border-color: #e66454;
  color: #fff;
}

/* line 464, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-danger.panel-dark .panel-heading .panel-title {
  color: #fff;
}

/* line 468, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-danger.panel-dark .panel-heading .panel-heading-text {
  color: #fffdfd;
}

/* line 471, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-danger.panel-dark .panel-heading .panel-heading-text a {
  color: #fffdfd;
  text-decoration: underline;
}

/* line 475, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-danger.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}

/* line 483, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-danger.panel-dark .panel-heading-controls li.active a,
.panel-danger.panel-dark .panel-heading-controls li.active span {
  color: #e66454 !important;
}

/* line 490, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-danger.panel-dark.panel-body-colorful .panel-heading,
.panel-danger.panel-dark.panel-body-colorful table,
.panel-danger.panel-dark.panel-body-colorful table tr,
.panel-danger.panel-dark.panel-body-colorful table th,
.panel-danger.panel-dark.panel-body-colorful table td,
.panel-danger.panel-dark.panel-body-colorful .list-group-item {
  border-color: #eb8478;
}

/* line 499, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-danger.panel-dark.panel-body-colorful,
.panel-danger.panel-dark.panel-body-colorful .panel-body,
.panel-danger.panel-dark.panel-body-colorful .list-group-item {
  background: #e66454;
  color: #fff;
}

/* line 506, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-danger.panel-dark.panel-body-colorful .panel-footer {
  background: #e66454;
  border-color: #eb8478;
  color: #fff;
}

/* line 298, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-success.panel-dark {
  border-color: #5ebd5e !important;
}

/* line 459, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-success.panel-dark .panel-heading {
  background: #5ebd5e;
  border-color: #5ebd5e;
  color: #fff;
}

/* line 464, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-success.panel-dark .panel-heading .panel-title {
  color: #fff;
}

/* line 468, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-success.panel-dark .panel-heading .panel-heading-text {
  color: #e7f5e7;
}

/* line 471, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-success.panel-dark .panel-heading .panel-heading-text a {
  color: #e7f5e7;
  text-decoration: underline;
}

/* line 475, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-success.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}

/* line 483, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-success.panel-dark .panel-heading-controls li.active a,
.panel-success.panel-dark .panel-heading-controls li.active span {
  color: #5ebd5e !important;
}

/* line 490, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-success.panel-dark.panel-body-colorful .panel-heading,
.panel-success.panel-dark.panel-body-colorful table,
.panel-success.panel-dark.panel-body-colorful table tr,
.panel-success.panel-dark.panel-body-colorful table th,
.panel-success.panel-dark.panel-body-colorful table td,
.panel-success.panel-dark.panel-body-colorful .list-group-item {
  border-color: #7bc97b;
}

/* line 499, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-success.panel-dark.panel-body-colorful,
.panel-success.panel-dark.panel-body-colorful .panel-body,
.panel-success.panel-dark.panel-body-colorful .list-group-item {
  background: #5ebd5e;
  color: #fff;
}

/* line 506, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-success.panel-dark.panel-body-colorful .panel-footer {
  background: #5ebd5e;
  border-color: #7bc97b;
  color: #fff;
}

/* line 302, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-info.panel-dark {
  border-color: #5bc0de !important;
}

/* line 459, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-info.panel-dark .panel-heading {
  background: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}

/* line 464, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-info.panel-dark .panel-heading .panel-title {
  color: #fff;
}

/* line 468, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-info.panel-dark .panel-heading .panel-heading-text {
  color: #fcfefe;
}

/* line 471, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-info.panel-dark .panel-heading .panel-heading-text a {
  color: #fcfefe;
  text-decoration: underline;
}

/* line 475, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-info.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}

/* line 483, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-info.panel-dark .panel-heading-controls li.active a,
.panel-info.panel-dark .panel-heading-controls li.active span {
  color: #5bc0de !important;
}

/* line 490, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-info.panel-dark.panel-body-colorful .panel-heading,
.panel-info.panel-dark.panel-body-colorful table,
.panel-info.panel-dark.panel-body-colorful table tr,
.panel-info.panel-dark.panel-body-colorful table th,
.panel-info.panel-dark.panel-body-colorful table td,
.panel-info.panel-dark.panel-body-colorful .list-group-item {
  border-color: #7dcde5;
}

/* line 499, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-info.panel-dark.panel-body-colorful,
.panel-info.panel-dark.panel-body-colorful .panel-body,
.panel-info.panel-dark.panel-body-colorful .list-group-item {
  background: #5bc0de;
  color: #fff;
}

/* line 506, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-info.panel-dark.panel-body-colorful .panel-footer {
  background: #5bc0de;
  border-color: #7dcde5;
  color: #fff;
}

/* line 309, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-transparent {
  background: none !important;
  border: none !important;
}

/* line 313, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-transparent .panel-heading {
  background: none !important;
}

/* line 317, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-transparent .panel-body {
  background: none !important;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/_panels.scss */
.panel-transparent .panel-footer {
  background: none !important;
  border: none !important;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/_wells.scss */
.well {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 8, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover {
  border: 3px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover.top .arrow {
  border-top: none;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover.top .arrow:after {
  border-top-color: rgba(0, 0, 0, 0.2);
  border-width: 7px 8px 0 8px;
  bottom: 1px;
}

/* line 21, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover.bottom .arrow {
  border-bottom: none;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover.bottom .arrow:after {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-width: 0 8px 7px 8px;
  top: 1px;
}

/* line 30, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover.left .arrow {
  border-left: none;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover.left .arrow:after {
  border-left-color: rgba(0, 0, 0, 0.2);
  border-width: 8px 0 8px 7px;
  bottom: -9px;
  right: 1px;
}

/* line 40, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover.right .arrow {
  border-right: none;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover.right .arrow:after {
  border-right-color: rgba(0, 0, 0, 0.2);
  border-width: 8px 7px 8px 0;
  bottom: -9px;
  left: 1px;
}

/* line 54, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover-colorful + .popover {
  border-width: 1px;
}

/* line 57, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover-colorful + .popover.top {
  margin-bottom: 8px;
}

/* line 58, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover-colorful + .popover.left {
  margin-right: 8px;
}

/* line 60, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover-colorful + .popover.top .arrow:after {
  bottom: 3px;
}

/* line 64, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover-colorful + .popover.bottom .arrow:after {
  top: 3px;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover-colorful + .popover.left .arrow:after {
  right: 3px;
}

/* line 72, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover-colorful + .popover.right .arrow:after {
  left: 3px;
}

/* line 78, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.popover-title {
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: #ddd;
  border-radius: 0;
}

/* line 88, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.ie8 .popover.top.in {
  margin-top: -30px;
}

/* line 92, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.ie8 .popover.left.in {
  margin-left: -30px;
}

/* line 96, app/assets/stylesheets/pixel-admin-scss/_popovers.scss */
.ie8 .popover .arrow {
  display: none !important;
}

/* line 518, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-warning + .popover .popover-title {
  background: #f9f1c7;
  border-bottom-color: #f6deac;
  color: #af8640;
}

/* line 524, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-warning.popover-colorful + .popover {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
}

/* line 529, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-warning.popover-colorful + .popover.top .arrow:after {
  border-top-color: #f6deac;
}

/* line 530, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-warning.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #f6deac;
}

/* line 531, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-warning.popover-colorful + .popover.left .arrow:after {
  border-left-color: #f6deac;
}

/* line 532, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-warning.popover-colorful + .popover.right .arrow:after {
  border-right-color: #f6deac;
}

/* line 518, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-danger + .popover .popover-title {
  background: #f2dede;
  border-bottom-color: #ebccd1;
  color: #b94a48;
}

/* line 524, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-danger.popover-colorful + .popover {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}

/* line 529, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-danger.popover-colorful + .popover.top .arrow:after {
  border-top-color: #ebccd1;
}

/* line 530, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-danger.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #ebccd1;
}

/* line 531, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-danger.popover-colorful + .popover.left .arrow:after {
  border-left-color: #ebccd1;
}

/* line 532, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-danger.popover-colorful + .popover.right .arrow:after {
  border-right-color: #ebccd1;
}

/* line 518, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-success + .popover .popover-title {
  background: #dff0d8;
  border-bottom-color: #d0e6be;
  color: #468847;
}

/* line 524, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-success.popover-colorful + .popover {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
}

/* line 529, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-success.popover-colorful + .popover.top .arrow:after {
  border-top-color: #d0e6be;
}

/* line 530, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-success.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #d0e6be;
}

/* line 531, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-success.popover-colorful + .popover.left .arrow:after {
  border-left-color: #d0e6be;
}

/* line 532, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-success.popover-colorful + .popover.right .arrow:after {
  border-right-color: #d0e6be;
}

/* line 518, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-info + .popover .popover-title {
  background: #d9edf7;
  border-bottom-color: #bce8f1;
  color: #3a87ad;
}

/* line 524, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-info.popover-colorful + .popover {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 529, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-info.popover-colorful + .popover.top .arrow:after {
  border-top-color: #bce8f1;
}

/* line 530, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-info.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #bce8f1;
}

/* line 531, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-info.popover-colorful + .popover.left .arrow:after {
  border-left-color: #bce8f1;
}

/* line 532, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-info.popover-colorful + .popover.right .arrow:after {
  border-right-color: #bce8f1;
}

/* line 540, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-warning.popover-dark + .popover .popover-title {
  background: #f4b04f;
  border-bottom-color: #f4b04f;
  color: #fff;
}

/* line 546, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-warning.popover-dark.popover-colorful + .popover {
  background: #f4b04f;
  border-color: #f4b04f;
  color: #fff;
}

/* line 551, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-warning.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #f6c175;
  border-bottom-width: 2px;
}

/* line 556, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-warning.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #f4b04f;
}

/* line 557, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-warning.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #f4b04f;
}

/* line 558, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-warning.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #f4b04f;
}

/* line 559, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-warning.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #f4b04f;
}

/* line 540, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-danger.popover-dark + .popover .popover-title {
  background: #e66454;
  border-bottom-color: #e66454;
  color: #fff;
}

/* line 546, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-danger.popover-dark.popover-colorful + .popover {
  background: #e66454;
  border-color: #e66454;
  color: #fff;
}

/* line 551, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-danger.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #eb8478;
  border-bottom-width: 2px;
}

/* line 556, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-danger.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #e66454;
}

/* line 557, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-danger.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #e66454;
}

/* line 558, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-danger.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #e66454;
}

/* line 559, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-danger.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #e66454;
}

/* line 540, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-success.popover-dark + .popover .popover-title {
  background: #5ebd5e;
  border-bottom-color: #5ebd5e;
  color: #fff;
}

/* line 546, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-success.popover-dark.popover-colorful + .popover {
  background: #5ebd5e;
  border-color: #5ebd5e;
  color: #fff;
}

/* line 551, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-success.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #7bc97b;
  border-bottom-width: 2px;
}

/* line 556, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-success.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #5ebd5e;
}

/* line 557, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-success.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #5ebd5e;
}

/* line 558, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-success.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #5ebd5e;
}

/* line 559, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-success.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #5ebd5e;
}

/* line 540, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-info.popover-dark + .popover .popover-title {
  background: #5bc0de;
  border-bottom-color: #5bc0de;
  color: #fff;
}

/* line 546, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-info.popover-dark.popover-colorful + .popover {
  background: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}

/* line 551, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-info.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #7dcde5;
  border-bottom-width: 2px;
}

/* line 556, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-info.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #5bc0de;
}

/* line 557, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-info.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #5bc0de;
}

/* line 558, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-info.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #5bc0de;
}

/* line 559, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-info.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #5bc0de;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/_tooltips.scss */
.tooltip-inner {
  background-color: #222;
  font-size: 12px;
  padding: 4px 10px;
}

/* line 20, app/assets/stylesheets/pixel-admin-scss/_tooltips.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #222;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/_tooltips.scss */
.tooltip.top-left .tooltip-arrow {
  border-top-color: #222;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/_tooltips.scss */
.tooltip.top-right .tooltip-arrow {
  border-top-color: #222;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/_tooltips.scss */
.tooltip.right .tooltip-arrow {
  border-right-color: #222;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/_tooltips.scss */
.tooltip.left .tooltip-arrow {
  border-left-color: #222;
}

/* line 35, app/assets/stylesheets/pixel-admin-scss/_tooltips.scss */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #222;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/_tooltips.scss */
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #222;
}

/* line 41, app/assets/stylesheets/pixel-admin-scss/_tooltips.scss */
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #222;
}

/* line 567, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-warning + .tooltip .tooltip-inner {
  background-color: #f19a1f;
}

/* line 571, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #f19a1f;
}

/* line 574, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-warning + .tooltip.top-left .tooltip-arrow {
  border-top-color: #f19a1f;
}

/* line 577, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-warning + .tooltip.top-right .tooltip-arrow {
  border-top-color: #f19a1f;
}

/* line 580, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #f19a1f;
}

/* line 583, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #f19a1f;
}

/* line 586, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f19a1f;
}

/* line 589, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-warning + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #f19a1f;
}

/* line 592, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-warning + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #f19a1f;
}

/* line 567, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-danger + .tooltip .tooltip-inner {
  background-color: #df3c28;
}

/* line 571, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-danger + .tooltip.top .tooltip-arrow {
  border-top-color: #df3c28;
}

/* line 574, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-danger + .tooltip.top-left .tooltip-arrow {
  border-top-color: #df3c28;
}

/* line 577, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-danger + .tooltip.top-right .tooltip-arrow {
  border-top-color: #df3c28;
}

/* line 580, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #df3c28;
}

/* line 583, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #df3c28;
}

/* line 586, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-danger + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #df3c28;
}

/* line 589, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-danger + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #df3c28;
}

/* line 592, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-danger + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #df3c28;
}

/* line 567, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-success + .tooltip .tooltip-inner {
  background-color: #43a543;
}

/* line 571, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-success + .tooltip.top .tooltip-arrow {
  border-top-color: #43a543;
}

/* line 574, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-success + .tooltip.top-left .tooltip-arrow {
  border-top-color: #43a543;
}

/* line 577, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-success + .tooltip.top-right .tooltip-arrow {
  border-top-color: #43a543;
}

/* line 580, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-success + .tooltip.right .tooltip-arrow {
  border-right-color: #43a543;
}

/* line 583, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-success + .tooltip.left .tooltip-arrow {
  border-left-color: #43a543;
}

/* line 586, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #43a543;
}

/* line 589, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-success + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #43a543;
}

/* line 592, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-success + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #43a543;
}

/* line 567, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-info + .tooltip .tooltip-inner {
  background-color: #31b0d5;
}

/* line 571, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-info + .tooltip.top .tooltip-arrow {
  border-top-color: #31b0d5;
}

/* line 574, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-info + .tooltip.top-left .tooltip-arrow {
  border-top-color: #31b0d5;
}

/* line 577, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-info + .tooltip.top-right .tooltip-arrow {
  border-top-color: #31b0d5;
}

/* line 580, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #31b0d5;
}

/* line 583, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #31b0d5;
}

/* line 586, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-info + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #31b0d5;
}

/* line 589, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-info + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #31b0d5;
}

/* line 592, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-info + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #31b0d5;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-dialog {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-content {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 14, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.modal-content:before, .modal-content:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.modal-content:after {
  clear: both;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-header {
  background: #f8f8f8;
  padding: 12px 20px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 31, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-dialog .close {
  color: #555;
  font-size: 20px;
  margin-top: 3px;
}

/* line 36, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-dialog .close.fa-times {
  font-size: 15px;
  margin-top: 2px;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-footer {
  padding: 12px 20px;
  margin-top: 0;
  background: #fff;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

@media (min-width: 480px) {
  /* line 57, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
  .modal-alert .modal-dialog {
    width: 350px;
  }
}

/* line 64, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-alert .modal-header,
.modal-alert .modal-title,
.modal-alert .modal-body,
.modal-alert .modal-footer {
  background: none;
  border: none;
  margin: 0;
  padding: 0 20px;
  text-align: center !important;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-alert .modal-header {
  color: #fff;
  margin-bottom: 20px;
  padding: 25px 0 18px 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 4px solid rgba(0, 0, 0, 0.08);
}

/* line 82, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-alert .modal-header .fa {
  font-size: 90px;
}

/* line 87, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-alert .modal-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}

/* line 93, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-alert .modal-body {
  color: #888;
}

/* line 97, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-alert .modal-footer {
  margin: 25px 0 20px 0;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-alert.modal-info .modal-header {
  background: #5bc0de;
}

/* line 107, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-alert.modal-danger .modal-header {
  background: #e66454;
}

/* line 110, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-alert.modal-warning .modal-header {
  background: #f4b04f;
}

/* line 113, app/assets/stylesheets/pixel-admin-scss/_modals.scss */
.modal-alert.modal-success .modal-header {
  background: #5ebd5e;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/_accordions.scss */
.panel-group .panel-heading {
  padding: 0;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/_accordions.scss */
.accordion-toggle {
  color: #555;
  display: block;
  line-height: 22px;
  padding: 9px 35px 9px 20px;
  position: relative;
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/_accordions.scss */
.accordion-toggle:hover, .accordion-toggle.collapsed:hover {
  background: rgba(0, 0, 0, 0.015);
  color: #555;
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/_accordions.scss */
.accordion-toggle:hover:after, .accordion-toggle.collapsed:hover:after {
  color: #888;
}

/* line 27, app/assets/stylesheets/pixel-admin-scss/_accordions.scss */
.accordion-toggle:after {
  color: #aaa;
  content: "\f146";
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 36px;
  position: absolute;
  top: 3px;
  right: 15px;
}

/* line 39, app/assets/stylesheets/pixel-admin-scss/_accordions.scss */
.accordion-toggle.collapsed {
  color: #777;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/_accordions.scss */
.accordion-toggle.collapsed:after {
  content: "\f0fe";
}

/* line 619, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-success .accordion-toggle {
  background: #5ebd5e;
  color: #fff;
}

/* line 624, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-success .accordion-toggle:after,
.panel-group.panel-group-success .accordion-toggle:hover:after,
.panel-group.panel-group-success .accordion-toggle.collapsed:hover:after {
  color: #fff;
}

/* line 630, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-success .panel,
.panel-group.panel-group-success .panel-heading,
.panel-group.panel-group-success .panel-body, .panel-group.panel-group-success.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #5ebd5e;
}

/* line 619, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-danger .accordion-toggle {
  background: #e66454;
  color: #fff;
}

/* line 624, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-danger .accordion-toggle:after,
.panel-group.panel-group-danger .accordion-toggle:hover:after,
.panel-group.panel-group-danger .accordion-toggle.collapsed:hover:after {
  color: #fff;
}

/* line 630, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-danger .panel,
.panel-group.panel-group-danger .panel-heading,
.panel-group.panel-group-danger .panel-body, .panel-group.panel-group-danger.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #e66454;
}

/* line 619, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-warning .accordion-toggle {
  background: #f4b04f;
  color: #fff;
}

/* line 624, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-warning .accordion-toggle:after,
.panel-group.panel-group-warning .accordion-toggle:hover:after,
.panel-group.panel-group-warning .accordion-toggle.collapsed:hover:after {
  color: #fff;
}

/* line 630, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-warning .panel,
.panel-group.panel-group-warning .panel-heading,
.panel-group.panel-group-warning .panel-body, .panel-group.panel-group-warning.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #f4b04f;
}

/* line 619, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-info .accordion-toggle {
  background: #5bc0de;
  color: #fff;
}

/* line 624, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-info .accordion-toggle:after,
.panel-group.panel-group-info .accordion-toggle:hover:after,
.panel-group.panel-group-info .accordion-toggle.collapsed:hover:after {
  color: #fff;
}

/* line 630, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-info .panel,
.panel-group.panel-group-info .panel-heading,
.panel-group.panel-group-info .panel-body, .panel-group.panel-group-info.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #5bc0de;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/_notes.scss */
.note {
  background: #fafafa;
  border-left: 3px solid #ddd;
  border-right: 0 solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/_notes.scss */
.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 0;
}

/* line 27, app/assets/stylesheets/pixel-admin-scss/_notes.scss */
.note.note-success {
  border-color: #5ebd5e;
  background: #f4faf2;
}

/* line 604, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.note.note-success h1,
.note.note-success h2,
.note.note-success h3,
.note.note-success h4,
.note.note-success h5,
.note.note-success h6 {
  color: #5ebd5e;
}

/* line 31, app/assets/stylesheets/pixel-admin-scss/_notes.scss */
.note.note-danger {
  border-color: #e66454;
  background: #fbf4f4;
}

/* line 604, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.note.note-danger h1,
.note.note-danger h2,
.note.note-danger h3,
.note.note-danger h4,
.note.note-danger h5,
.note.note-danger h6 {
  color: #e66454;
}

/* line 35, app/assets/stylesheets/pixel-admin-scss/_notes.scss */
.note.note-warning {
  border-color: #f4b04f;
  background: #fbf7de;
}

/* line 604, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.note.note-warning h1,
.note.note-warning h2,
.note.note-warning h3,
.note.note-warning h4,
.note.note-warning h5,
.note.note-warning h6 {
  color: #f4b04f;
}

/* line 39, app/assets/stylesheets/pixel-admin-scss/_notes.scss */
.note.note-info {
  border-color: #5bc0de;
  background: #f6fbfd;
}

/* line 604, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.note.note-info h1,
.note.note-info h2,
.note.note-info h3,
.note.note-info h4,
.note.note-info h5,
.note.note-info h6 {
  color: #5bc0de;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/_counters.scss */
.counter,
.counter-separated {
  display: inline-block;
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/_counters.scss */
.counter span,
.counter-separated span {
  background: #444444;
  border: 1px solid #333;
  border-radius: 2px;
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 0 6px;
  position: relative;
  text-align: center;
}

/* line 25, app/assets/stylesheets/pixel-admin-scss/_counters.scss */
.counter span:before,
.counter-separated span:before {
  background: #333;
  content: " ";
  display: block;
  font-size: 0px;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/_counters.scss */
.counter.counter-sm span,
.counter-separated.counter-sm span {
  font-size: 16px;
  line-height: 22px;
  padding: 0 4px;
}

/* line 48, app/assets/stylesheets/pixel-admin-scss/_counters.scss */
.counter.counter-lg span,
.counter-separated.counter-lg span {
  font-size: 24px;
  line-height: 34px;
  padding: 0 6px;
}

/* line 57, app/assets/stylesheets/pixel-admin-scss/_counters.scss */
.counter-separated span {
  padding: 0 5px;
}

/* line 60, app/assets/stylesheets/pixel-admin-scss/_counters.scss */
.counter-separated span + span {
  margin-left: 4px;
}

/* line 66, app/assets/stylesheets/pixel-admin-scss/_counters.scss */
.counter-separated.counter-sm span {
  padding: 0 4px;
}

/* line 69, app/assets/stylesheets/pixel-admin-scss/_counters.scss */
.counter-separated.counter-sm span + span {
  margin-left: 3px;
}

/* line 2, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-pa-purple {
  color: #fff;
}

/* line 3, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-pa-purple:focus {
  color: #fff;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-pa-purple.btn-outline:focus {
  color: #555;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-pa-purple.btn-outline.dark:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-pa-purple, .btn-pa-purple:focus {
  border-color: #78658b;
  border-bottom-color: #695879;
  background: #857198;
  background-image: -webkit-linear-gradient(top, #88749a 0%, #78658b 100%);
  background-image: linear-gradient(to bottom, #88749a 0%, #78658b 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-pa-purple:hover {
  color: #fff;
  border-color: #715e82;
  border-bottom-color: #574964;
  background: #78658b !important;
  background-image: -webkit-linear-gradient(top, #806b94 0%, #715e82 100%) !important;
  background-image: linear-gradient(to bottom, #806b94 0%, #715e82 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-pa-purple:active, .btn-pa-purple.active, .open .btn-pa-purple.dropdown-toggle {
  background: none;
  background: #7b678e !important;
  border-color: #615170;
  border-bottom-color: #615170 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-pa-purple.btn-flat {
  background: #7d6991;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-pa-purple.btn-flat:hover, .btn-pa-purple.btn-flat:active, .btn-pa-purple.btn-flat.active, .open .btn-pa-purple.btn-flat.dropdown-toggle {
  background: #7d6991 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-pa-purple.btn-outline:hover, .btn-pa-purple.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #715e82;
  border-bottom-color: #574964;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-pa-purple.btn-outline:active, .btn-pa-purple.btn-outline.btn-flat:active {
  border-color: #615170;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-pa-purple, .btn-group .btn-pa-purple:focus, .input-group-btn .btn-pa-purple, .input-group-btn .btn-pa-purple:focus {
  border-left-color: #715e82;
  border-right-color: #715e82;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-pa-purple:hover, .btn-group.open .btn-pa-purple.dropdown-toggle, .input-group-btn .btn-pa-purple:hover, .input-group-btn.open .btn-pa-purple.dropdown-toggle {
  border-color: #715e82;
  border-bottom-color: #574964;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-pa-purple:active, .btn-group .btn-pa-purple.active, .input-group-btn .btn-pa-purple:active, .input-group-btn .btn-pa-purple.active {
  border-left-color: #615170;
  border-right-color: #615170;
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.badge.badge-pa-purple {
  background: #857198;
  border: 1px solid #857198;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.badge.badge-pa-purple[href]:hover, .badge.badge-pa-purple[href]:focus {
  background-color: #6b5a7c;
  border-color: #6b5a7c;
}

/* line 20, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.label.label-pa-purple {
  background: #857198;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-pa-purple[href]:hover, .label.label-pa-purple[href]:focus {
  background-color: #6b5a7c;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-pa-purple.label-tag {
  border: 1px solid #857198;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-pa-purple.label-tag:before {
  border-color: transparent #857198 transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-pa-purple.label-tag[href]:hover, .label.label-pa-purple.label-tag[href]:focus {
  border-color: #6b5a7c;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-pa-purple.label-tag[href]:hover:before, .label.label-pa-purple.label-tag[href]:focus:before {
  border-color: transparent #6b5a7c transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-pa-purple.label-tag:before {
  border-color: transparent transparent transparent #857198;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-pa-purple.label-tag[href]:hover:before, .right-to-left .label.label-pa-purple.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #6b5a7c;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-pa-purple.label-tag:before, .ie9 .right-to-left .label.label-pa-purple.label-tag:before {
  border-color: transparent #857198 transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-pa-purple.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-pa-purple.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-pa-purple.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-pa-purple.label-tag[href]:focus:before {
  border-color: transparent #6b5a7c transparent transparent;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.alert.alert-pa-purple {
  color: #fff;
  background: none;
  border-color: #6b5a7c;
  background-color: #857198;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.progress .progress-bar.progress-bar-pa-purple {
  background: #857198;
  border-color: #766388;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.progress.progress-striped .progress-bar.progress-bar-pa-purple {
  background-color: #857198;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.dropdown-menu.dropdown-menu-pa-purple > li > a:hover,
.dropdown-menu.dropdown-menu-pa-purple > li.active > a {
  background: #857198;
}

/* line 313, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.dropdown-menu.dropdown-menu-pa-purple > li > a:hover {
  color: #fff;
}

/* line 280, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.nav-tabs.nav-tabs-pa-purple > li.active > a, .nav-tabs.nav-tabs-pa-purple > li.active > a:hover, .nav-tabs.nav-tabs-pa-purple > li.active > a:focus {
  background: #857198;
  border-bottom: 2px solid #78658b;
}

/* line 287, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.nav-tabs.nav-tabs-pa-purple .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #78658b;
}

/* line 297, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.nav-pills.nav-pills-pa-purple > li.active > a, .nav-pills.nav-pills-pa-purple > li.active > a:hover, .nav-pills.nav-pills-pa-purple > li.active > a:focus {
  background: #857198;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-pa-purple table {
  border-top-color: #666567 !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-pa-purple thead,
.table-pa-purple thead tr,
.table-pa-purple thead th,
.table-pa-purple .table-header {
  border-color: #666567 !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-pa-purple thead tr,
.table-pa-purple thead th {
  background: #756c7e;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-pa-purple .table-header {
  background: #857198;
}

/* line 871, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.list-group.list-group-pa-purple a.list-group-item.active {
  background: #857198;
  border-color: #857198;
}

/* line 875, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.list-group.list-group-pa-purple a.list-group-item.active .list-group-item-text {
  color: #ebe7ee;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.panel.panel-pa-purple {
  border-color: #857198 !important;
}

/* line 459, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-pa-purple .panel-heading {
  background: #857198;
  border-color: #857198;
  color: #fff;
}

/* line 464, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-pa-purple .panel-heading .panel-title {
  color: #fff;
}

/* line 468, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-pa-purple .panel-heading .panel-heading-text {
  color: #e6e1e9;
}

/* line 471, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-pa-purple .panel-heading .panel-heading-text a {
  color: #e6e1e9;
  text-decoration: underline;
}

/* line 475, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-pa-purple .panel-heading .panel-heading-text a:hover {
  color: #fff;
}

/* line 483, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-pa-purple .panel-heading-controls li.active a,
.panel.panel-pa-purple .panel-heading-controls li.active span {
  color: #857198 !important;
}

/* line 490, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-pa-purple.panel-body-colorful .panel-heading,
.panel.panel-pa-purple.panel-body-colorful table,
.panel.panel-pa-purple.panel-body-colorful table tr,
.panel.panel-pa-purple.panel-body-colorful table th,
.panel.panel-pa-purple.panel-body-colorful table td,
.panel.panel-pa-purple.panel-body-colorful .list-group-item {
  border-color: #9989a9;
}

/* line 499, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-pa-purple.panel-body-colorful,
.panel.panel-pa-purple.panel-body-colorful .panel-body,
.panel.panel-pa-purple.panel-body-colorful .list-group-item {
  background: #857198;
  color: #fff;
}

/* line 506, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-pa-purple.panel-body-colorful .panel-footer {
  background: #857198;
  border-color: #9989a9;
  color: #fff;
}

/* line 540, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-pa-purple + .popover .popover-title {
  background: #857198;
  border-bottom-color: #857198;
  color: #fff;
}

/* line 546, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-pa-purple.popover-colorful + .popover {
  background: #857198;
  border-color: #857198;
  color: #fff;
}

/* line 551, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-pa-purple.popover-colorful + .popover .popover-title {
  border-bottom-color: #9989a9;
  border-bottom-width: 2px;
}

/* line 556, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-pa-purple.popover-colorful + .popover.top .arrow:after {
  border-top-color: #857198;
}

/* line 557, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-pa-purple.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #857198;
}

/* line 558, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-pa-purple.popover-colorful + .popover.left .arrow:after {
  border-left-color: #857198;
}

/* line 559, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-pa-purple.popover-colorful + .popover.right .arrow:after {
  border-right-color: #857198;
}

/* line 567, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-pa-purple + .tooltip .tooltip-inner {
  background-color: #6b5a7c;
}

/* line 571, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-pa-purple + .tooltip.top .tooltip-arrow {
  border-top-color: #6b5a7c;
}

/* line 574, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-pa-purple + .tooltip.top-left .tooltip-arrow {
  border-top-color: #6b5a7c;
}

/* line 577, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-pa-purple + .tooltip.top-right .tooltip-arrow {
  border-top-color: #6b5a7c;
}

/* line 580, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-pa-purple + .tooltip.right .tooltip-arrow {
  border-right-color: #6b5a7c;
}

/* line 583, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-pa-purple + .tooltip.left .tooltip-arrow {
  border-left-color: #6b5a7c;
}

/* line 586, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-pa-purple + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #6b5a7c;
}

/* line 589, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-pa-purple + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #6b5a7c;
}

/* line 592, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-pa-purple + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #6b5a7c;
}

/* line 619, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-pa-purple .accordion-toggle {
  background: #857198;
  color: #fff;
}

/* line 624, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-pa-purple .accordion-toggle:after,
.panel-group.panel-group-pa-purple .accordion-toggle:hover:after,
.panel-group.panel-group-pa-purple .accordion-toggle.collapsed:hover:after {
  color: #fff;
}

/* line 630, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-pa-purple .panel,
.panel-group.panel-group-pa-purple .panel-heading,
.panel-group.panel-group-pa-purple .panel-body, .panel-group.panel-group-pa-purple.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #857198;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.switcher-pa-purple .switcher-state-on {
  background: #857198 !important;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ui-slider.ui-slider-pa-purple .ui-slider-handle.ui-state-active:before {
  background: #857198;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ui-slider.ui-slider-pa-purple .ui-slider-range {
  background: #857198;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.bg-pa-purple {
  background: #857198 !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-pa-purple[href]:hover {
  background: #7d7089 !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-pa-purple.darken {
  background: #7d7089 !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-pa-purple.darken[href]:hover {
  background: #756a81 !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-pa-purple.darker {
  background: #756a81 !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-pa-purple.darker[href]:hover {
  background: #6e6378 !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-pa-purple, .bg-pa-purple:hover, .bg-pa-purple:active, .bg-pa-purple:focus,
.bg-pa-purple a,
.bg-pa-purple a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-pa-purple a:hover,
.bg-pa-purple a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-pa-purple[href]:hover,
.bg-pa-purple [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-pa-purple * {
  border-color: #9786a7;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-pa-purple, .text-pa-purple:hover, .text-pa-purple:active, .text-pa-purple:focus,
.text-pa-purple a,
.text-pa-purple a:focus {
  color: #857198;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-pa-purple a:hover,
.text-pa-purple a:active {
  color: #5f4f6d;
}

/* line 2, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-light-green {
  color: #fff;
}

/* line 3, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-light-green:focus {
  color: #fff;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-light-green.btn-outline:focus {
  color: #555;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-light-green.btn-outline.dark:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-light-green, .btn-light-green:focus {
  border-color: #98c66b;
  border-bottom-color: #89bd54;
  background: #a5cd7d;
  background-image: -webkit-linear-gradient(top, #a8ce81 0%, #98c66b 100%);
  background-image: linear-gradient(to bottom, #a8ce81 0%, #98c66b 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-light-green:hover {
  color: #fff;
  border-color: #91c260;
  border-bottom-color: #77ac42;
  background: #98c66b !important;
  background-image: -webkit-linear-gradient(top, #a0ca76 0%, #91c260 100%) !important;
  background-image: linear-gradient(to bottom, #a0ca76 0%, #91c260 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-light-green:active, .btn-light-green.active, .open .btn-light-green.dropdown-toggle {
  background: none;
  background: #9bc76e !important;
  border-color: #81b949;
  border-bottom-color: #81b949 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-light-green.btn-flat {
  background: #9dc972;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-light-green.btn-flat:hover, .btn-light-green.btn-flat:active, .btn-light-green.btn-flat.active, .open .btn-light-green.btn-flat.dropdown-toggle {
  background: #9dc972 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-light-green.btn-outline:hover, .btn-light-green.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #91c260;
  border-bottom-color: #77ac42;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-light-green.btn-outline:active, .btn-light-green.btn-outline.btn-flat:active {
  border-color: #81b949;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-light-green, .btn-group .btn-light-green:focus, .input-group-btn .btn-light-green, .input-group-btn .btn-light-green:focus {
  border-left-color: #91c260;
  border-right-color: #91c260;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-light-green:hover, .btn-group.open .btn-light-green.dropdown-toggle, .input-group-btn .btn-light-green:hover, .input-group-btn.open .btn-light-green.dropdown-toggle {
  border-color: #91c260;
  border-bottom-color: #77ac42;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-light-green:active, .btn-group .btn-light-green.active, .input-group-btn .btn-light-green:active, .input-group-btn .btn-light-green.active {
  border-left-color: #81b949;
  border-right-color: #81b949;
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.badge.badge-light-green {
  background: #a5cd7d;
  border: 1px solid #a5cd7d;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.badge.badge-light-green[href]:hover, .badge.badge-light-green[href]:focus {
  background-color: #8cbf58;
  border-color: #8cbf58;
}

/* line 20, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.label.label-light-green {
  background: #a5cd7d;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-light-green[href]:hover, .label.label-light-green[href]:focus {
  background-color: #8cbf58;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-light-green.label-tag {
  border: 1px solid #a5cd7d;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-light-green.label-tag:before {
  border-color: transparent #a5cd7d transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-light-green.label-tag[href]:hover, .label.label-light-green.label-tag[href]:focus {
  border-color: #8cbf58;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-light-green.label-tag[href]:hover:before, .label.label-light-green.label-tag[href]:focus:before {
  border-color: transparent #8cbf58 transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-light-green.label-tag:before {
  border-color: transparent transparent transparent #a5cd7d;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-light-green.label-tag[href]:hover:before, .right-to-left .label.label-light-green.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #8cbf58;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-light-green.label-tag:before, .ie9 .right-to-left .label.label-light-green.label-tag:before {
  border-color: transparent #a5cd7d transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-light-green.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-light-green.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-light-green.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-light-green.label-tag[href]:focus:before {
  border-color: transparent #8cbf58 transparent transparent;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.alert.alert-light-green {
  color: #fff;
  background: none;
  border-color: #8cbf58;
  background-color: #a5cd7d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.progress .progress-bar.progress-bar-light-green {
  background: #a5cd7d;
  border-color: #96c567;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.progress.progress-striped .progress-bar.progress-bar-light-green {
  background-color: #a5cd7d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.dropdown-menu.dropdown-menu-light-green > li > a:hover,
.dropdown-menu.dropdown-menu-light-green > li.active > a {
  background: #a5cd7d;
}

/* line 313, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.dropdown-menu.dropdown-menu-light-green > li > a:hover {
  color: #fff;
}

/* line 280, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.nav-tabs.nav-tabs-light-green > li.active > a, .nav-tabs.nav-tabs-light-green > li.active > a:hover, .nav-tabs.nav-tabs-light-green > li.active > a:focus {
  background: #a5cd7d;
  border-bottom: 2px solid #98c66b;
}

/* line 287, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.nav-tabs.nav-tabs-light-green .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #98c66b;
}

/* line 297, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.nav-pills.nav-pills-light-green > li.active > a, .nav-pills.nav-pills-light-green > li.active > a:hover, .nav-pills.nav-pills-light-green > li.active > a:focus {
  background: #a5cd7d;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-light-green table {
  border-top-color: #86aa63 !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-light-green thead,
.table-light-green thead tr,
.table-light-green thead th,
.table-light-green .table-header {
  border-color: #86aa63 !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-light-green thead tr,
.table-light-green thead th {
  background: #96bc6f;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-light-green .table-header {
  background: #a5cd7d;
}

/* line 871, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.list-group.list-group-light-green a.list-group-item.active {
  background: #a5cd7d;
  border-color: #a5cd7d;
}

/* line 875, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.list-group.list-group-light-green a.list-group-item.active .list-group-item-text {
  color: white;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.panel.panel-light-green {
  border-color: #a5cd7d !important;
}

/* line 459, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-light-green .panel-heading {
  background: #a5cd7d;
  border-color: #a5cd7d;
  color: #fff;
}

/* line 464, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-light-green .panel-heading .panel-title {
  color: #fff;
}

/* line 468, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-light-green .panel-heading .panel-heading-text {
  color: white;
}

/* line 471, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-light-green .panel-heading .panel-heading-text a {
  color: white;
  text-decoration: underline;
}

/* line 475, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-light-green .panel-heading .panel-heading-text a:hover {
  color: #fff;
}

/* line 483, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-light-green .panel-heading-controls li.active a,
.panel.panel-light-green .panel-heading-controls li.active span {
  color: #a5cd7d !important;
}

/* line 490, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-light-green.panel-body-colorful .panel-heading,
.panel.panel-light-green.panel-body-colorful table,
.panel.panel-light-green.panel-body-colorful table tr,
.panel.panel-light-green.panel-body-colorful table th,
.panel.panel-light-green.panel-body-colorful table td,
.panel.panel-light-green.panel-body-colorful .list-group-item {
  border-color: #b9d89a;
}

/* line 499, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-light-green.panel-body-colorful,
.panel.panel-light-green.panel-body-colorful .panel-body,
.panel.panel-light-green.panel-body-colorful .list-group-item {
  background: #a5cd7d;
  color: #fff;
}

/* line 506, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-light-green.panel-body-colorful .panel-footer {
  background: #a5cd7d;
  border-color: #b9d89a;
  color: #fff;
}

/* line 540, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-light-green + .popover .popover-title {
  background: #a5cd7d;
  border-bottom-color: #a5cd7d;
  color: #fff;
}

/* line 546, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-light-green.popover-colorful + .popover {
  background: #a5cd7d;
  border-color: #a5cd7d;
  color: #fff;
}

/* line 551, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-light-green.popover-colorful + .popover .popover-title {
  border-bottom-color: #b9d89a;
  border-bottom-width: 2px;
}

/* line 556, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-light-green.popover-colorful + .popover.top .arrow:after {
  border-top-color: #a5cd7d;
}

/* line 557, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-light-green.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #a5cd7d;
}

/* line 558, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-light-green.popover-colorful + .popover.left .arrow:after {
  border-left-color: #a5cd7d;
}

/* line 559, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-light-green.popover-colorful + .popover.right .arrow:after {
  border-right-color: #a5cd7d;
}

/* line 567, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-light-green + .tooltip .tooltip-inner {
  background-color: #8cbf58;
}

/* line 571, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-light-green + .tooltip.top .tooltip-arrow {
  border-top-color: #8cbf58;
}

/* line 574, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-light-green + .tooltip.top-left .tooltip-arrow {
  border-top-color: #8cbf58;
}

/* line 577, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-light-green + .tooltip.top-right .tooltip-arrow {
  border-top-color: #8cbf58;
}

/* line 580, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-light-green + .tooltip.right .tooltip-arrow {
  border-right-color: #8cbf58;
}

/* line 583, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-light-green + .tooltip.left .tooltip-arrow {
  border-left-color: #8cbf58;
}

/* line 586, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-light-green + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #8cbf58;
}

/* line 589, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-light-green + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #8cbf58;
}

/* line 592, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-light-green + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #8cbf58;
}

/* line 619, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-light-green .accordion-toggle {
  background: #a5cd7d;
  color: #fff;
}

/* line 624, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-light-green .accordion-toggle:after,
.panel-group.panel-group-light-green .accordion-toggle:hover:after,
.panel-group.panel-group-light-green .accordion-toggle.collapsed:hover:after {
  color: #fff;
}

/* line 630, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-light-green .panel,
.panel-group.panel-group-light-green .panel-heading,
.panel-group.panel-group-light-green .panel-body, .panel-group.panel-group-light-green.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #a5cd7d;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.switcher-light-green .switcher-state-on {
  background: #a5cd7d !important;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ui-slider.ui-slider-light-green .ui-slider-handle.ui-state-active:before {
  background: #a5cd7d;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ui-slider.ui-slider-light-green .ui-slider-range {
  background: #a5cd7d;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.bg-light-green {
  background: #a5cd7d !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-light-green[href]:hover {
  background: #9dc378 !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-light-green.darken {
  background: #9dc378 !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-light-green.darken[href]:hover {
  background: #96be6d !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-light-green.darker {
  background: #96be6d !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-light-green.darker[href]:hover {
  background: #8eb963 !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-light-green, .bg-light-green:hover, .bg-light-green:active, .bg-light-green:focus,
.bg-light-green a,
.bg-light-green a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-light-green a:hover,
.bg-light-green a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-light-green[href]:hover,
.bg-light-green [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-light-green * {
  border-color: #b7d797;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-light-green, .text-light-green:hover, .text-light-green:active, .text-light-green:focus,
.text-light-green a,
.text-light-green a:focus {
  color: #a5cd7d;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-light-green a:hover,
.text-light-green a:active {
  color: #7fb746;
}

/* line 2, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-dark-gray {
  color: #fff;
}

/* line 3, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-dark-gray:focus {
  color: #fff;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-dark-gray.btn-outline:focus {
  color: #555;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-dark-gray.btn-outline.dark:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-dark-gray, .btn-dark-gray:focus {
  border-color: #2d2d30;
  border-bottom-color: #1e1e20;
  background: #39393d;
  background-image: -webkit-linear-gradient(top, #3b3b40 0%, #2d2d30 100%);
  background-image: linear-gradient(to bottom, #3b3b40 0%, #2d2d30 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-dark-gray:hover {
  color: #fff;
  border-color: #252528;
  border-bottom-color: #0d0d0e;
  background: #2d2d30 !important;
  background-image: -webkit-linear-gradient(top, #343438 0%, #252528 100%) !important;
  background-image: linear-gradient(to bottom, #343438 0%, #252528 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-dark-gray:active, .btn-dark-gray.active, .open .btn-dark-gray.dropdown-toggle {
  background: none;
  background: #2f2f32 !important;
  border-color: #171718;
  border-bottom-color: #171718 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-dark-gray.btn-flat {
  background: #323235;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-dark-gray.btn-flat:hover, .btn-dark-gray.btn-flat:active, .btn-dark-gray.btn-flat.active, .open .btn-dark-gray.btn-flat.dropdown-toggle {
  background: #323235 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-dark-gray.btn-outline:hover, .btn-dark-gray.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #252528;
  border-bottom-color: #0d0d0e;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-dark-gray.btn-outline:active, .btn-dark-gray.btn-outline.btn-flat:active {
  border-color: #171718;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-dark-gray, .btn-group .btn-dark-gray:focus, .input-group-btn .btn-dark-gray, .input-group-btn .btn-dark-gray:focus {
  border-left-color: #252528;
  border-right-color: #252528;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-dark-gray:hover, .btn-group.open .btn-dark-gray.dropdown-toggle, .input-group-btn .btn-dark-gray:hover, .input-group-btn.open .btn-dark-gray.dropdown-toggle {
  border-color: #252528;
  border-bottom-color: #0d0d0e;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-dark-gray:active, .btn-group .btn-dark-gray.active, .input-group-btn .btn-dark-gray:active, .input-group-btn .btn-dark-gray.active {
  border-left-color: #171718;
  border-right-color: #171718;
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.badge.badge-dark-gray {
  background: #39393d;
  border: 1px solid #39393d;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.badge.badge-dark-gray[href]:hover, .badge.badge-dark-gray[href]:focus {
  background-color: #202023;
  border-color: #202023;
}

/* line 20, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.label.label-dark-gray {
  background: #39393d;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-dark-gray[href]:hover, .label.label-dark-gray[href]:focus {
  background-color: #202023;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-dark-gray.label-tag {
  border: 1px solid #39393d;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-dark-gray.label-tag:before {
  border-color: transparent #39393d transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-dark-gray.label-tag[href]:hover, .label.label-dark-gray.label-tag[href]:focus {
  border-color: #202023;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.label.label-dark-gray.label-tag[href]:hover:before, .label.label-dark-gray.label-tag[href]:focus:before {
  border-color: transparent #202023 transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-dark-gray.label-tag:before {
  border-color: transparent transparent transparent #39393d;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.right-to-left .label.label-dark-gray.label-tag[href]:hover:before, .right-to-left .label.label-dark-gray.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #202023;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-dark-gray.label-tag:before, .ie9 .right-to-left .label.label-dark-gray.label-tag:before {
  border-color: transparent #39393d transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ie8 .right-to-left .label.label-dark-gray.label-tag[href]:hover:before, .ie8 .right-to-left .label.label-dark-gray.label-tag[href]:focus:before, .ie9 .right-to-left .label.label-dark-gray.label-tag[href]:hover:before, .ie9 .right-to-left .label.label-dark-gray.label-tag[href]:focus:before {
  border-color: transparent #202023 transparent transparent;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.alert.alert-dark-gray {
  color: #fff;
  background: none;
  border-color: #202023;
  background-color: #39393d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.progress .progress-bar.progress-bar-dark-gray {
  background: #39393d;
  border-color: #2a2a2d;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.progress.progress-striped .progress-bar.progress-bar-dark-gray {
  background-color: #39393d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.dropdown-menu.dropdown-menu-dark-gray > li > a:hover,
.dropdown-menu.dropdown-menu-dark-gray > li.active > a {
  background: #39393d;
}

/* line 313, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.dropdown-menu.dropdown-menu-dark-gray > li > a:hover {
  color: #fff;
}

/* line 280, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.nav-tabs.nav-tabs-dark-gray > li.active > a, .nav-tabs.nav-tabs-dark-gray > li.active > a:hover, .nav-tabs.nav-tabs-dark-gray > li.active > a:focus {
  background: #39393d;
  border-bottom: 2px solid #2d2d30;
}

/* line 287, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.nav-tabs.nav-tabs-dark-gray .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #2d2d30;
}

/* line 297, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.nav-pills.nav-pills-dark-gray > li.active > a, .nav-pills.nav-pills-dark-gray > li.active > a:hover, .nav-pills.nav-pills-dark-gray > li.active > a:focus {
  background: #39393d;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-dark-gray table {
  border-top-color: #1c1c1c !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-dark-gray thead,
.table-dark-gray thead tr,
.table-dark-gray thead th,
.table-dark-gray .table-header {
  border-color: #1c1c1c !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-dark-gray thead tr,
.table-dark-gray thead th {
  background: #2c2c2c;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.table-dark-gray .table-header {
  background: #39393d;
}

/* line 871, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.list-group.list-group-dark-gray a.list-group-item.active {
  background: #39393d;
  border-color: #39393d;
}

/* line 875, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.list-group.list-group-dark-gray a.list-group-item.active .list-group-item-text {
  color: #9e9ea4;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.panel.panel-dark-gray {
  border-color: #39393d !important;
}

/* line 459, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-dark-gray .panel-heading {
  background: #39393d;
  border-color: #39393d;
  color: #fff;
}

/* line 464, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-dark-gray .panel-heading .panel-title {
  color: #fff;
}

/* line 468, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-dark-gray .panel-heading .panel-heading-text {
  color: #99999f;
}

/* line 471, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-dark-gray .panel-heading .panel-heading-text a {
  color: #99999f;
  text-decoration: underline;
}

/* line 475, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-dark-gray .panel-heading .panel-heading-text a:hover {
  color: #fff;
}

/* line 483, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-dark-gray .panel-heading-controls li.active a,
.panel.panel-dark-gray .panel-heading-controls li.active span {
  color: #39393d !important;
}

/* line 490, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-dark-gray.panel-body-colorful .panel-heading,
.panel.panel-dark-gray.panel-body-colorful table,
.panel.panel-dark-gray.panel-body-colorful table tr,
.panel.panel-dark-gray.panel-body-colorful table th,
.panel.panel-dark-gray.panel-body-colorful table td,
.panel.panel-dark-gray.panel-body-colorful .list-group-item {
  border-color: #4d4d52;
}

/* line 499, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-dark-gray.panel-body-colorful,
.panel.panel-dark-gray.panel-body-colorful .panel-body,
.panel.panel-dark-gray.panel-body-colorful .list-group-item {
  background: #39393d;
  color: #fff;
}

/* line 506, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel.panel-dark-gray.panel-body-colorful .panel-footer {
  background: #39393d;
  border-color: #4d4d52;
  color: #fff;
}

/* line 540, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-dark-gray + .popover .popover-title {
  background: #39393d;
  border-bottom-color: #39393d;
  color: #fff;
}

/* line 546, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-dark-gray.popover-colorful + .popover {
  background: #39393d;
  border-color: #39393d;
  color: #fff;
}

/* line 551, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-dark-gray.popover-colorful + .popover .popover-title {
  border-bottom-color: #4d4d52;
  border-bottom-width: 2px;
}

/* line 556, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-dark-gray.popover-colorful + .popover.top .arrow:after {
  border-top-color: #39393d;
}

/* line 557, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-dark-gray.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #39393d;
}

/* line 558, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-dark-gray.popover-colorful + .popover.left .arrow:after {
  border-left-color: #39393d;
}

/* line 559, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.popover-dark-gray.popover-colorful + .popover.right .arrow:after {
  border-right-color: #39393d;
}

/* line 567, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-dark-gray + .tooltip .tooltip-inner {
  background-color: #202023;
}

/* line 571, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-dark-gray + .tooltip.top .tooltip-arrow {
  border-top-color: #202023;
}

/* line 574, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-dark-gray + .tooltip.top-left .tooltip-arrow {
  border-top-color: #202023;
}

/* line 577, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-dark-gray + .tooltip.top-right .tooltip-arrow {
  border-top-color: #202023;
}

/* line 580, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-dark-gray + .tooltip.right .tooltip-arrow {
  border-right-color: #202023;
}

/* line 583, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-dark-gray + .tooltip.left .tooltip-arrow {
  border-left-color: #202023;
}

/* line 586, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-dark-gray + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #202023;
}

/* line 589, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-dark-gray + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #202023;
}

/* line 592, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.tooltip-dark-gray + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #202023;
}

/* line 619, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-dark-gray .accordion-toggle {
  background: #39393d;
  color: #fff;
}

/* line 624, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-dark-gray .accordion-toggle:after,
.panel-group.panel-group-dark-gray .accordion-toggle:hover:after,
.panel-group.panel-group-dark-gray .accordion-toggle.collapsed:hover:after {
  color: #fff;
}

/* line 630, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.panel-group.panel-group-dark-gray .panel,
.panel-group.panel-group-dark-gray .panel-heading,
.panel-group.panel-group-dark-gray .panel-body, .panel-group.panel-group-dark-gray.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #39393d;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.switcher-dark-gray .switcher-state-on {
  background: #39393d !important;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ui-slider.ui-slider-dark-gray .ui-slider-handle.ui-state-active:before {
  background: #39393d;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.ui-slider.ui-slider-dark-gray .ui-slider-range {
  background: #39393d;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.bg-dark-gray {
  background: #39393d !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-dark-gray[href]:hover {
  background: #333333 !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-dark-gray.darken {
  background: #333333 !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-dark-gray.darken[href]:hover {
  background: #2c2c2c !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-dark-gray.darker {
  background: #2c2c2c !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-dark-gray.darker[href]:hover {
  background: #242424 !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-dark-gray, .bg-dark-gray:hover, .bg-dark-gray:active, .bg-dark-gray:focus,
.bg-dark-gray a,
.bg-dark-gray a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-dark-gray a:hover,
.bg-dark-gray a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-dark-gray[href]:hover,
.bg-dark-gray [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-dark-gray * {
  border-color: #4a4a4f;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-dark-gray, .text-dark-gray:hover, .text-dark-gray:active, .text-dark-gray:focus,
.text-dark-gray a,
.text-dark-gray a:focus {
  color: #39393d;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-dark-gray a:hover,
.text-dark-gray a:active {
  color: #141415;
}

/* line 96, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-facebook {
  color: #fff;
}

/* line 97, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-facebook:focus {
  color: #fff;
}

/* line 100, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-facebook.btn-outline:focus {
  color: #555;
}

/* line 103, app/assets/stylesheets/pixel-admin-scss/_colors.scss */
.btn-facebook.btn-outline.dark:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-facebook, .btn-facebook:focus {
  border-color: #4c669c;
  border-bottom-color: #425887;
  background: #5571ac;
  background-image: -webkit-linear-gradient(top, #5874ae 0%, #4c669c 100%);
  background-image: linear-gradient(to bottom, #5874ae 0%, #4c669c 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-facebook:hover {
  color: #fff;
  border-color: #475f91;
  border-bottom-color: #36486f;
  background: #4c669c !important;
  background-image: -webkit-linear-gradient(top, #516ca6 0%, #475f91 100%) !important;
  background-image: linear-gradient(to bottom, #516ca6 0%, #475f91 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-facebook:active, .btn-facebook.active, .open .btn-facebook.dropdown-toggle {
  background: none;
  background: #4e689f !important;
  border-color: #3d517d;
  border-bottom-color: #3d517d !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-facebook.btn-flat {
  background: #4f6aa2;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-facebook.btn-flat:hover, .btn-facebook.btn-flat:active, .btn-facebook.btn-flat.active, .open .btn-facebook.btn-flat.dropdown-toggle {
  background: #4f6aa2 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-facebook.btn-outline:hover, .btn-facebook.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #475f91;
  border-bottom-color: #36486f;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-facebook.btn-outline:active, .btn-facebook.btn-outline.btn-flat:active {
  border-color: #3d517d;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-facebook, .btn-group .btn-facebook:focus, .input-group-btn .btn-facebook, .input-group-btn .btn-facebook:focus {
  border-left-color: #475f91;
  border-right-color: #475f91;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-facebook:hover, .btn-group.open .btn-facebook.dropdown-toggle, .input-group-btn .btn-facebook:hover, .input-group-btn.open .btn-facebook.dropdown-toggle {
  border-color: #475f91;
  border-bottom-color: #36486f;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.btn-group .btn-facebook:active, .btn-group .btn-facebook.active, .input-group-btn .btn-facebook:active, .input-group-btn .btn-facebook.active {
  border-left-color: #3d517d;
  border-right-color: #3d517d;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.stat-panel {
  background: #fff;
  border-radius: 2px;
  display: table;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  table-layout: fixed !important;
  width: 100%;
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.stat-rows {
  display: table;
  height: 100%;
  table-layout: fixed !important;
  width: 100%;
}

/* line 25, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.stat-cell,
.stat-row {
  float: none !important;
}

/* line 31, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.stat-row {
  display: table-row !important;
  float: none;
  width: 100%;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.stat-cell {
  display: table-cell !important;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

/* line 44, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.stat-cell > * {
  position: relative;
}

/* line 49, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.stat-cell .fa {
  line-height: 1.428571429;
}

/* line 54, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.stat-cell .bg-icon {
  bottom: 0;
  color: rgba(0, 0, 0, 0.05);
  font-size: 100px;
  line-height: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 120px;
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.stat-cell .bg-icon.bg-icon-left {
  left: 0;
  right: auto;
}

/* line 73, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
a.stat-cell:hover {
  text-decoration: none;
}

/* line 78, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.stats-sparklines {
  display: inline-block;
  margin-bottom: -2px;
  position: relative;
  width: 100%;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.stat-counters {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.stat-counters > .stat-cell {
  display: table-cell;
  float: none;
}

/* line 98, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.stat-counters > .stat-cell + .stat-cell {
  border-left: 1px solid #e4e4e4;
}

/* line 105, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.stat-counters[class*='bg-'] {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.stat-counters[class*='bg-'] .stat-cell {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 116, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
[class*='bg-'] .bg-icon {
  color: rgba(0, 0, 0, 0.08);
}

/* line 124, app/assets/stylesheets/pixel-admin-scss/_stats.scss */
.ie8 .stat-cell .bg-icon {
  display: none !important;
}

/* line 8, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.bordered {
  border: 1px solid #e4e4e4;
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.bordered[class*='bg-'],
[class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.border-t {
  border-top: 1px solid #e4e4e4;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-border {
  border-width: 0 !important;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-border-hr {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-border-vr {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}

/* line 40, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-border-t {
  border-top-width: 0 !important;
}

/* line 45, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
body:not(.right-to-left) .no-border-r {
  border-right-width: 0 !important;
}

/* line 51, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-border-b {
  border-bottom-width: 0 !important;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
body:not(.right-to-left) .no-border-l {
  border-left-width: 0 !important;
}

/* line 64, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-grid-gutter-h {
  margin-left: -18px !important;
  margin-right: -18px !important;
}

/* line 70, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.panel-wide {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

/* line 76, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.grid-gutter-margin-b {
  margin-bottom: 22px;
}

/* line 81, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-margin {
  margin: 0 !important;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-margin-hr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 92, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-margin-vr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 98, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-margin-b {
  margin-bottom: 0 !important;
}

/* line 103, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-margin-t {
  margin-top: 0 !important;
}

/* line 108, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.form-group-margin {
  margin-bottom: 15px !important;
}

/* line 116, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.panel-padding {
  padding: 20px !important;
}

/* line 121, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.grid-gutter-padding-h {
  padding-left: 18px;
  padding-right: 18px;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.tab-content-padding {
  padding: 15px 0 !important;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.panel-padding-h {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* line 138, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.padding-sm {
  padding: 10px 15px !important;
}

/* line 143, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.padding-sm-hr {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 149, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.padding-xs-hr {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 155, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.padding-sm-vr {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* line 161, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.padding-xs-vr {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 167, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-padding {
  padding: 0 !important;
}

/* line 172, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-padding-hr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 178, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-padding-vr {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-padding-b {
  padding-bottom: 0 !important;
}

/* line 189, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-padding-t {
  padding-top: 0 !important;
}

/* line 197, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.text-left {
  text-align: left;
}

/* line 202, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.text-center {
  text-align: center;
}

/* line 207, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.text-right {
  text-align: right;
}

@media (min-width: 768px) {
  /* line 214, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
  .text-left-sm {
    text-align: left;
  }
  /* line 215, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
  .text-center-sm {
    text-align: center;
  }
  /* line 216, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
  .text-right-sm {
    text-align: right;
  }
}

@media (min-width: 992px) {
  /* line 220, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
  .text-left-md {
    text-align: left;
  }
  /* line 221, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
  .text-center-md {
    text-align: center;
  }
  /* line 222, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
  .text-right-md {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  /* line 226, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
  .text-left-lg {
    text-align: left;
  }
  /* line 227, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
  .text-center-lg {
    text-align: center;
  }
  /* line 228, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
  .text-right-lg {
    text-align: right;
  }
}

/* line 237, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.valign-top,
.valign-top td,
.valign-top th {
  vertical-align: top !important;
}

/* line 244, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.valign-middle,
.valign-middle td,
.valign-middle th {
  vertical-align: middle !important;
}

/* line 251, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.valign-bottom,
.valign-bottom td,
.valign-bottom th {
  vertical-align: bottom !important;
}

/* line 261, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.text-xs {
  font-size: 11px;
}

/* line 266, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.text-sm {
  font-size: 12px;
}

/* line 271, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.text-bg {
  font-size: 17px;
}

/* line 276, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.text-lg {
  font-size: 23px;
}

/* line 281, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.text-xlg {
  font-size: 30px;
}

/* line 286, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.text-slg {
  font-size: 50px;
}

/* line 293, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.text-slim {
  font-weight: 300 !important;
}

/* line 297, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.text-normal {
  font-weight: 400 !important;
}

/* line 301, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.text-semibold {
  font-weight: 600 !important;
}

/* line 305, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.text-bold {
  font-weight: 700 !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-default, .text-default:hover, .text-default:active, .text-default:focus,
.text-default a,
.text-default a:focus {
  color: #829091;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-default a:hover,
.text-default a:active {
  color: #5d6869;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-success, .text-success:hover, .text-success:active, .text-success:focus,
.text-success a,
.text-success a:focus {
  color: #46ac46;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-success a:hover,
.text-success a:active {
  color: #307630;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-danger, .text-danger:hover, .text-danger:active, .text-danger:focus,
.text-danger a,
.text-danger a:focus {
  color: #e14430;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-danger a:hover,
.text-danger a:active {
  color: #ac2919;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-warning, .text-warning:hover, .text-warning:active, .text-warning:focus,
.text-warning a,
.text-warning a:focus {
  color: #f29f29;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-warning a:hover,
.text-warning a:active {
  color: #c2770c;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-info, .text-info:hover, .text-info:active, .text-info:focus,
.text-info a,
.text-info a:focus {
  color: #39b3d7;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-info a:hover,
.text-info a:active {
  color: #2185a3;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-light-gray, .text-light-gray:hover, .text-light-gray:active, .text-light-gray:focus,
.text-light-gray a,
.text-light-gray a:focus {
  color: #bbb;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.text-light-gray a:hover,
.text-light-gray a:active {
  color: #959595;
}

/* line 334, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.bg-default {
  background: #98a3a4 !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-default[href]:hover {
  background: #969797 !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-default.darken {
  background: #969797 !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-default.darken[href]:hover {
  background: #8e8f8f !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-default.darker {
  background: #8e8f8f !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-default.darker[href]:hover {
  background: #878787 !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-default, .bg-default:hover, .bg-default:active, .bg-default:focus,
.bg-default a,
.bg-default a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-default a:hover,
.bg-default a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-default[href]:hover,
.bg-default [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-default * {
  border-color: #abb4b5;
}

/* line 337, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.bg-success {
  background: #5ebd5e !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-success[href]:hover {
  background: #5ab15a !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-success.darken {
  background: #5ab15a !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-success.darken[href]:hover {
  background: #51ab51 !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-success.darker {
  background: #51ab51 !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-success.darker[href]:hover {
  background: #4ca14c !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-success, .bg-success:hover, .bg-success:active, .bg-success:focus,
.bg-success a,
.bg-success a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-success a:hover,
.bg-success a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-success[href]:hover,
.bg-success [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-success * {
  border-color: #77c777;
}

/* line 340, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.bg-danger {
  background: #e66454 !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-danger[href]:hover {
  background: #de5d4d !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-danger.darken {
  background: #de5d4d !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-danger.darken[href]:hover {
  background: #db5140 !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-danger.darker {
  background: #db5140 !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-danger.darker[href]:hover {
  background: #d94533 !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-danger, .bg-danger:hover, .bg-danger:active, .bg-danger:focus,
.bg-danger a,
.bg-danger a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-danger a:hover,
.bg-danger a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-danger[href]:hover,
.bg-danger [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-danger * {
  border-color: #eb8073;
}

/* line 343, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.bg-warning {
  background: #f4b04f !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-warning[href]:hover {
  background: #eda847 !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-warning.darken {
  background: #eda847 !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-warning.darken[href]:hover {
  background: #eca239 !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-warning.darker {
  background: #eca239 !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-warning.darker[href]:hover {
  background: #ea9b2b !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-warning, .bg-warning:hover, .bg-warning:active, .bg-warning:focus,
.bg-warning a,
.bg-warning a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-warning a:hover,
.bg-warning a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-warning[href]:hover,
.bg-warning [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-warning * {
  border-color: #f6bf71;
}

/* line 346, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.bg-info {
  background: #5bc0de !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-info[href]:hover {
  background: #55b8d5 !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-info.darken {
  background: #55b8d5 !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-info.darken[href]:hover {
  background: #48b3d2 !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-info.darker {
  background: #48b3d2 !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-info.darker[href]:hover {
  background: #3cadcf !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-info, .bg-info:hover, .bg-info:active, .bg-info:focus,
.bg-info a,
.bg-info a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-info a:hover,
.bg-info a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-info[href]:hover,
.bg-info [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/_mixins.scss */
.bg-info * {
  border-color: #79cbe4;
}

/* line 349, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.bg-panel {
  background: #fafafa;
}

/* line 352, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-bg {
  background: none !important;
}

/* line 360, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.rounded {
  border-radius: 999999px !important;
}

/* line 364, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
.no-border-radius {
  border-radius: 0 !important;
}

@media (min-width: 768px) {
  /* line 371, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
  .col-sm-auto {
    width: auto;
  }
}

@media (min-width: 992px) {
  /* line 375, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
  .col-md-auto {
    width: auto;
  }
}

@media (min-width: 1200px) {
  /* line 379, app/assets/stylesheets/pixel-admin-scss/_utils.scss */
  .col-lg-auto {
    width: auto;
  }
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.input-lg, .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: 17px;
  line-height: 1.33;
  border-radius: 3px;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice .invoice {
  padding: 0 20px;
}

/* line 17, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice .invoice hr {
  border: none;
  border-bottom: 3px solid #f1f1f1;
  margin: 0 -20px;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice .invoice-header {
  background: #f7f7f7;
  border-bottom: 8px solid #f1f1f1;
  margin: 0 -20px;
  padding: 20px;
  position: relative;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.page-invoice .invoice-header:before, .page-invoice .invoice-header:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.page-invoice .invoice-header:after {
  clear: both;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice .invoice-header h3 {
  font-size: 19px;
  font-weight: 600;
  height: 55px;
  line-height: 23px;
  margin: 0 0 0 40px;
  padding: 0;
  word-wrap: none;
}

/* line 44, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice .invoice-header small {
  color: #a0a0a0;
  font-size: 12px;
}

/* line 49, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice .invoice-header .invoice-logo {
  display: block;
  height: 26px;
  width: 26px;
  margin: 12px 0 0 -40px;
  position: absolute;
}

/* line 57, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice .invoice-header address {
  border-left: 5px solid #e8e8e8;
  color: #959595;
  display: block;
  font-size: 12px;
  line-height: 15px;
  padding-left: 10px;
  margin-top: 5px;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice .invoice-date {
  font-size: 16px;
  font-weight: 600;
  margin-top: -5px;
}

/* line 76, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice .invoice-info,
.page-invoice .invoice-table {
  padding: 30px 0;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.page-invoice .invoice-info:before, .page-invoice .invoice-info:after,
.page-invoice .invoice-table:before,
.page-invoice .invoice-table:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.page-invoice .invoice-info:after,
.page-invoice .invoice-table:after {
  clear: both;
}

/* line 82, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice .invoice-recipient {
  font-size: 14px;
  line-height: 19px;
  height: 60px;
  padding-left: 70px;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice .invoice-recipient:before {
  background: #f7f7f7;
  border-radius: 999px;
  color: #888888;
  content: "TO";
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 52px;
  line-height: 52px;
  margin: 4px 0 0 -70px;
  position: absolute;
  text-align: center;
  width: 52px;
}

/* line 106, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice .invoice-total {
  background: #f7f7f7;
  color: #888888;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  white-space: nowrap;
  margin-top: 20px;
}

/* line 116, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice .invoice-total span {
  display: block;
  float: right;
  color: #555;
  font-size: 24px;
}

/* line 126, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice .invoice-description {
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  padding-top: 4px;
}

/* line 134, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice table {
  width: 100%;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice table thead {
  background: #f7f7f7;
  color: #888;
  font-size: 12px;
}

/* line 143, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice table tbody tr {
  font-size: 14px;
}

/* line 146, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice table tbody tr + tr {
  border-top: 1px solid #f1f1f1;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice table th,
.page-invoice table td {
  border-left: 1px solid #fff;
  font-weight: 600;
  padding: 7px 0 7px 15px;
  text-align: left;
  vertical-align: top;
}

/* line 160, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice table td {
  padding-bottom: 20px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  /* line 176, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
  .page-invoice .invoice {
    padding: 0 40px;
  }
  /* line 179, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
  .page-invoice .invoice hr {
    border: none;
    border-bottom: 3px solid #f1f1f1;
    margin: 0 -40px;
  }
  /* line 188, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
  .page-invoice .invoice-header {
    padding: 40px;
    margin: 0 -40px;
  }
  /* line 192, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
  .page-invoice .invoice-header h3 {
    float: left;
  }
  /* line 196, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
  .page-invoice .invoice-header address {
    margin: 6px 0 0 30px;
    float: left;
  }
  /* line 202, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
  .page-invoice .invoice-date {
    float: right;
    margin-top: 6px;
  }
  /* line 209, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
  .page-invoice .invoice-recipient,
.page-invoice .invoice-total {
    width: 50%;
  }
  /* line 214, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
  .page-invoice .invoice-recipient {
    float: left;
  }
  /* line 218, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
  .page-invoice .invoice-total {
    float: right;
    margin-top: 0;
  }
}

/* line 229, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
body.page-invoice.page-invoice-print,
body.page-invoice.page-invoice-print * {
  color: #000000 !important;
}

/* line 238, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice.page-invoice-print .invoice {
  min-width: 768px;
  padding: 0 40px;
}

/* line 242, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice.page-invoice-print .invoice hr {
  border-bottom: 1px solid #aaa;
  margin: 0 -40px;
}

/* line 250, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice.page-invoice-print .invoice-header {
  padding: 40px;
  margin: 0 -40px;
  background: none;
  border-bottom: 2px solid #aaa;
}

/* line 256, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice.page-invoice-print .invoice-header h3 {
  float: left;
  margin: 0 !important;
}

/* line 261, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice.page-invoice-print .invoice-header address {
  margin: 6px 0 0 30px;
  float: left;
}

/* line 266, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice.page-invoice-print .invoice-header .invoice-logo {
  display: none !important;
}

/* line 271, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice.page-invoice-print .invoice-date {
  float: right;
  margin-top: 6px;
}

/* line 278, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice.page-invoice-print .invoice-recipient,
.page-invoice.page-invoice-print .invoice-total {
  width: 50%;
}

/* line 283, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice.page-invoice-print .invoice-recipient {
  float: left;
}

/* line 286, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice.page-invoice-print .invoice-recipient:before {
  color: #000;
  background: none;
}

/* line 292, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice.page-invoice-print .invoice-total {
  float: right;
  margin-top: 0;
  background: none;
  text-align: right;
}

/* line 298, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice.page-invoice-print .invoice-total span {
  margin-left: 15px;
}

/* line 306, app/assets/stylesheets/pixel-admin-scss/pages/_invoice.scss */
.page-invoice.page-invoice-print table thead {
  background: none;
  border-bottom: 1px solid #aaa;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .page-pricing-header {
  margin: -22px -22px 22px -22px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .page-pricing-header img {
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .page-pricing-header .bg-overlay {
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 39, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .page-pricing-header .page-pricing-header-content {
  position: relative;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .page-pricing-header .page-pricing-header-content h1.page-title {
  padding: 40px 0 0 0;
  color: #fff;
  margin: 0 0 -40px 0;
}

/* line 48, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .page-pricing-header .page-pricing-header-content .slogan {
  padding: 60px 0 40px 0;
  color: #fff;
}

/* line 52, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .page-pricing-header .page-pricing-header-content .slogan h3,
.page-pricing .page-pricing-header .page-pricing-header-content .slogan h4 {
  padding: 0;
  margin: 0;
}

/* line 58, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .page-pricing-header .page-pricing-header-content .slogan h3 {
  line-height: 30px;
  font-weight: 600;
}

/* line 63, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .page-pricing-header .page-pricing-header-content .slogan h4 {
  padding-top: 10px;
  font-weight: 300;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .plans-panel {
  margin: 0 auto;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .plans-container {
  position: relative;
  margin: -1px;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.page-pricing .plans-container:before, .page-pricing .plans-container:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.page-pricing .plans-container:after {
  clear: both;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .plan-col {
  text-align: center;
  padding: 0;
  position: relative;
  margin-bottom: 22px;
}

/* line 97, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .plan-header {
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  line-height: 50px;
  white-space: nowrap;
  position: relative;
}

/* line 111, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .plan-pricing {
  white-space: nowrap;
  padding: 20px 0;
}

/* line 116, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .plan-currency {
  font-size: 24px;
  font-weight: 300;
}

/* line 121, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .plan-value {
  font-size: 44px;
  font-weight: 300;
}

/* line 126, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .plan-period {
  font-size: 18px;
  display: inline-block;
  margin-left: 5px;
  font-weight: 300;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .plan-features {
  padding: 0;
  margin: 0;
  border-top: none;
}

/* line 142, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .plan-features > li,
.page-pricing .plan-features > a {
  margin: 0;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .plan-features > li {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-top: 0;
}

/* line 157, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .plan-features > a {
  margin-top: -1px;
  font-size: 13px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 168, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .trial {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #888;
  line-height: 23px;
}

/* line 175, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.page-pricing .trial a {
  font-size: 15px;
}

/* line 181, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
.ie8 .page-pricing .page-pricing-header .bg-overlay {
  display: none !important;
}

@media (min-width: 768px) {
  /* line 191, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
  .page-pricing .plans-panel {
    background: #fafafa;
    border: 1px solid #e4e4e4;
    margin-bottom: 22px;
  }
  /* line 197, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
  .page-pricing .plan-col {
    margin-bottom: 0;
  }
  /* line 202, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
  .page-pricing .plan-col + .plan-col .plan-features > li {
    border-left-width: 0;
    -webkit-box-shadow: -1px 0 0 #e4e4e4;
    box-shadow: -1px 0 0 #e4e4e4;
  }
  /* line 207, app/assets/stylesheets/pixel-admin-scss/pages/_pricing.scss */
  .page-pricing .plan-col + .plan-col .plan-features > a {
    margin-left: -1px;
  }
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
html body.page-signin {
  background: #666 !important;
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
#page-signin-bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
#page-signin-bg img {
  width: 100%;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
#page-signin-bg .overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 50, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .signin-container {
  border-radius: 2px;
  display: block;
  margin: 20px 14px;
  position: relative;
  z-index: 999;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .signin-info {
  background: #444;
  display: block;
  overflow: hidden;
  padding: 20px 30px;
  text-align: center;
}

/* line 69, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .signin-info .logo {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  opacity: 1;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .signin-info .logo[href]:hover {
  opacity: .7;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .signin-info .slogan {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
}

/* line 87, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .signin-info ul {
  display: none;
}

/* line 96, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .signin-form {
  background: #fff;
  display: block;
  padding: 30px;
  position: relative;
}

/* line 107, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .password-reset-form {
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1020;
}

/* line 119, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .password-reset-form .header {
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  margin: -30px -30px 30px -30px;
  padding: 20px 20px;
}

/* line 126, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .password-reset-form .header .signin-text {
  margin: 0;
}

/* line 129, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .password-reset-form .header .signin-text span {
  background: #f4f4f4;
}

/* line 133, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .password-reset-form .header .signin-text:before {
  display: none;
}

/* line 139, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .password-reset-form .header .close {
  margin-top: 2px;
}

/* line 144, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .password-reset-form .form-group.w-icon .signin-form-icon {
  z-index: 1025;
}

/* line 150, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .form-actions {
  margin-top: 15px;
}

/* line 154, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .form-actions .signin-btn {
  border: none;
  border-radius: 999999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  outline: 0 !important;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 166, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .form-actions .signin-btn:hover {
  background: #444 !important;
}

/* line 172, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .form-actions a.forgot-password {
  border-bottom: 1px dashed #bbb;
  color: #999;
  display: inline-block;
  font-size: 11px;
  margin-left: 10px;
  padding-bottom: 1px;
}

/* line 180, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .form-actions a.forgot-password:hover {
  color: #555;
  text-decoration: none;
}

/* line 191, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .form-group {
  margin: 0;
  position: relative;
}

/* line 196, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .form-group + .form-group {
  margin: 10px 0 0 0;
}

/* line 201, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .form-group.w-icon .signin-form-icon {
  border-right: 1px solid #d6d6d6;
  bottom: 9px;
  color: #d6d6d6;
  display: block;
  font-size: 14px;
  left: 0;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 9px;
  width: 40px;
  z-index: 1002;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 217, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .form-group.w-icon input[type="text"],
.page-signin .form-group.w-icon input[type="password"] {
  font-size: 15px;
  padding-left: 56px;
}

/* line 222, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .form-group.w-icon input[type="text"]:focus + .signin-form-icon,
.page-signin .form-group.w-icon input[type="password"]:focus + .signin-form-icon {
  color: #888;
}

/* line 232, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .signin-text {
  color: #777;
  display: block;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}

/* line 241, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .signin-text span {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

/* line 248, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .signin-text:before {
  background: #e4e4e4;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

/* line 263, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .signin-with {
  background: #f4f4f4;
  border-top: 1px solid #ddd;
  margin: 30px -30px -30px -30px;
  padding: 20px 30px 20px 30px;
}

/* line 272, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .signin-with-btn {
  border-radius: 2px;
  color: #fff;
  display: block;
  font-weight: 300;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 281, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .signin-with-btn span {
  font-weight: 600;
}

/* line 285, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .signin-with-btn + .signin-with-btn {
  margin-top: 10px;
}

/* line 289, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .signin-with-btn:hover {
  background: #444 !important;
}

/* line 298, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .not-a-member {
  color: #fff;
  display: block;
  font-size: 14px;
  margin: -20px 0 0 0;
  padding: 20px 0;
  position: relative;
  text-align: center;
  z-index: 999;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .not-a-member a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 313, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
.page-signin .not-a-member a:hover {
  opacity: .6;
}

@media (min-width: 480px) {
  /* line 323, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
  .page-signin .form-actions {
    margin-top: 15px;
  }
  /* line 327, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
  .page-signin .form-actions .signin-btn {
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
}

@media (min-width: 768px) {
  /* line 346, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
  .page-signin .signin-container {
    display: table;
    margin: 80px auto;
    width: 650px;
    table-layout: fixed;
  }
  /* line 356, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
  .page-signin .signin-info {
    display: table-cell;
    padding: 30px;
    text-align: left;
    vertical-align: top;
    width: 40%;
  }
  /* line 366, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
  .page-signin .signin-info ul {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin: 30px 0 0 0;
    padding: 0;
  }
  /* line 374, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
  .page-signin .signin-info ul li {
    list-style: none;
    margin: 0;
    padding: 7px 0;
  }
  /* line 380, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
  .page-signin .signin-info ul .signin-icon {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin-right: 6px;
    text-align: center;
    width: 24px;
  }
  /* line 395, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
  .page-signin .signin-form {
    display: table-cell;
    vertical-align: top;
    width: 60%;
  }
  /* line 404, app/assets/stylesheets/pixel-admin-scss/pages/_signin.scss */
  .page-signin .not-a-member {
    margin: -80px 0 80px;
  }
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
html body.page-signup {
  background: #666 !important;
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
#page-signup-bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
#page-signup-bg img {
  width: 100%;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
#page-signup-bg .overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 50, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .signup-container {
  border-radius: 2px;
  display: block;
  margin: 20px 14px;
  position: relative;
  z-index: 999;
}

/* line 61, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .signup-header {
  background: #444;
  display: block;
  overflow: hidden;
  padding: 20px 30px;
  text-align: center;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .signup-header .logo {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  opacity: 1;
}

/* line 74, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .signup-header .logo[href]:hover {
  opacity: .7;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .signup-header .slogan {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
}

/* line 90, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .signup-form {
  background: #fff;
  display: block;
  padding: 30px 20px;
  position: relative;
}

/* line 98, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .form-actions {
  margin-top: 15px;
}

/* line 102, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .form-actions .signup-btn {
  border: none;
  border-radius: 999999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  outline: 0 !important;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .form-actions .signup-btn:hover {
  background: #444 !important;
}

/* line 120, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .form-actions a.forgot-password {
  border-bottom: 1px dashed #bbb;
  color: #999;
  display: inline-block;
  font-size: 11px;
  margin-left: 10px;
  padding-bottom: 1px;
}

/* line 128, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .form-actions a.forgot-password:hover {
  color: #555;
  text-decoration: none;
}

/* line 139, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .form-group {
  margin: 0;
  position: relative;
}

/* line 144, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .form-group + .form-group {
  margin: 10px 0 0 0;
}

/* line 149, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .form-group.w-icon .signup-form-icon {
  border-right: 1px solid #d6d6d6;
  bottom: 9px;
  color: #d6d6d6;
  display: block;
  font-size: 14px;
  left: 0;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 9px;
  width: 40px;
  z-index: 1002;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 165, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .form-group.w-icon input[type="text"],
.page-signup .form-group.w-icon input[type="password"] {
  font-size: 15px;
  padding-left: 56px;
}

/* line 170, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .form-group.w-icon input[type="text"]:focus + .signup-form-icon,
.page-signup .form-group.w-icon input[type="password"]:focus + .signup-form-icon {
  color: #888;
}

/* line 180, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .signup-text {
  color: #777;
  display: block;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}

/* line 189, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .signup-text span {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

/* line 196, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .signup-text:before {
  background: #e4e4e4;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .signup-with {
  background: #f4f4f4;
  border-top: 1px solid #ddd;
  margin: 30px -20px -30px -20px;
  padding: 20px 20px 20px 20px;
}

/* line 220, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .signup-with-btn {
  border-radius: 2px;
  color: #fff;
  display: block;
  font-weight: 300;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 229, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .signup-with-btn span {
  font-weight: 600;
}

/* line 233, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .signup-with-btn + .signup-with-btn {
  margin-top: 10px;
}

/* line 237, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .signup-with-btn:hover {
  background: #444 !important;
}

/* line 246, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .have-account {
  color: #fff;
  display: block;
  font-size: 14px;
  margin: -20px 0 0 0;
  padding: 20px 0;
  position: relative;
  text-align: center;
  z-index: 999;
}

/* line 256, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .have-account a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 261, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
.page-signup .have-account a:hover {
  opacity: .6;
}

@media (min-width: 480px) {
  /* line 270, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
  .page-signup .signup-container {
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    margin: 80px auto;
  }
  /* line 277, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
  .page-signup .signup-form {
    padding: 30px;
  }
  /* line 281, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
  .page-signup .signup-with {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 291, app/assets/stylesheets/pixel-admin-scss/pages/_signup.scss */
  .page-signup .have-account {
    margin: -80px 0 20px;
  }
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
.page-signin-alt {
  padding-bottom: 40px;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
.page-signin-alt .signin-header {
  background: #fff;
  padding: 16px 0 16px 16px;
  position: relative;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
.page-signin-alt .signin-header .logo {
  color: #555;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
.page-signin-alt .signin-header .logo[href]:hover {
  opacity: .6;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
.page-signin-alt .signin-header .btn {
  position: absolute;
  right: 16px;
  top: 12px;
}

/* line 36, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
.page-signin-alt .signin-header .demo-logo {
  display: inline-block;
  height: 24px;
  line-height: 24px;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
.page-signin-alt .form-header {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin: 40px 0;
}

/* line 50, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
.page-signin-alt .panel {
  margin: 0 16px;
  padding: 20px;
}

/* line 55, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
.page-signin-alt .signin-password {
  position: relative;
}

/* line 58, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
.page-signin-alt .signin-password input {
  padding-right: 70px;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
.page-signin-alt .signin-password .forgot {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #555;
  background: #f1f1f1;
  border-radius: 2px;
  line-height: 25px;
  padding: 0 7px;
  font-size: 12px;
}

/* line 73, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
.page-signin-alt .signin-password .forgot:hover {
  text-decoration: underline;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
.page-signin-alt .signin-with {
  margin: 0 14px;
  padding: 20px;
  text-align: center;
}

/* line 84, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
.page-signin-alt .signin-with .header {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 20px 0;
}

/* line 91, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
.page-signin-alt .signin-with .btn {
  padding-left: 0;
  padding-right: 0;
  width: 40px;
  text-align: center;
}

@media (min-width: 480px) {
  /* line 102, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
  .page-signin-alt .signin-header {
    padding-left: 0;
    text-align: center;
  }
  /* line 107, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
  .page-signin-alt .panel {
    width: 360px;
    margin: 0 auto;
    padding: 27px;
  }
  /* line 113, app/assets/stylesheets/pixel-admin-scss/pages/_signin_alt.scss */
  .page-signin-alt .signin-with {
    width: 360px;
    margin: 0 auto;
  }
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/pages/_signup_alt.scss */
.page-signup-alt {
  padding-bottom: 40px;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/pages/_signup_alt.scss */
.page-signup-alt .signup-header {
  background: #fff;
  padding: 16px 0 16px 16px;
  position: relative;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/pages/_signup_alt.scss */
.page-signup-alt .signup-header .logo {
  color: #555;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/pages/_signup_alt.scss */
.page-signup-alt .signup-header .logo[href]:hover {
  opacity: .6;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/pages/_signup_alt.scss */
.page-signup-alt .signup-header .btn {
  position: absolute;
  right: 16px;
  top: 12px;
}

/* line 36, app/assets/stylesheets/pixel-admin-scss/pages/_signup_alt.scss */
.page-signup-alt .signup-header .demo-logo {
  display: inline-block;
  height: 24px;
  line-height: 24px;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/pages/_signup_alt.scss */
.page-signup-alt .form-header {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin: 40px 0;
}

/* line 50, app/assets/stylesheets/pixel-admin-scss/pages/_signup_alt.scss */
.page-signup-alt .panel {
  margin: 0 16px;
  padding: 20px;
}

/* line 55, app/assets/stylesheets/pixel-admin-scss/pages/_signup_alt.scss */
.page-signup-alt .signup-with {
  margin: 0 14px;
  padding: 20px;
  text-align: center;
}

/* line 60, app/assets/stylesheets/pixel-admin-scss/pages/_signup_alt.scss */
.page-signup-alt .signup-with .header {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 20px 0;
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/pages/_signup_alt.scss */
.page-signup-alt .signup-with .btn {
  padding-left: 0;
  padding-right: 0;
  width: 40px;
  text-align: center;
}

@media (min-width: 480px) {
  /* line 78, app/assets/stylesheets/pixel-admin-scss/pages/_signup_alt.scss */
  .page-signup-alt .signup-header {
    padding-left: 0;
    text-align: center;
  }
  /* line 83, app/assets/stylesheets/pixel-admin-scss/pages/_signup_alt.scss */
  .page-signup-alt .panel {
    width: 360px;
    margin: 0 auto;
    padding: 27px;
  }
  /* line 89, app/assets/stylesheets/pixel-admin-scss/pages/_signup_alt.scss */
  .page-signup-alt .signup-with {
    width: 360px;
    margin: 0 auto;
  }
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-text {
  color: #888;
  font-size: 15px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 22px;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-tabs {
  margin-bottom: -2px;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.page-search .search-tabs:before, .page-search .search-tabs:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.page-search .search-tabs:after {
  clear: both;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-form {
  background: #fafafa;
  margin: -1px;
  padding: 16px 20px;
  position: relative;
}

/* line 40, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-form .input-group-addon {
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-width: 0;
}

/* line 46, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-form input[type="text"] {
  border-bottom-width: 0;
  border-top-width: 0;
}

/* line 51, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-form button {
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

/* line 61, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-classic {
  margin: -20px;
  padding: 0;
}

/* line 65, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-classic li {
  list-style: none;
  margin: 0;
  padding: 20px;
}

/* line 70, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-classic li > * + * {
  margin-top: 10px;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-classic li + li {
  border-top: 1px solid #e4e4e4;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-classic .search-title,
.page-search .search-classic .search-tags,
.page-search .search-classic .search-content,
.page-search .search-classic .search-url {
  display: block;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-classic .search-title {
  font-size: 15px;
  font-weight: 600;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.page-search .search-classic .search-tags:before, .page-search .search-classic .search-tags:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.page-search .search-classic .search-tags:after {
  clear: both;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-classic .search-tags span,
.page-search .search-classic .search-tags a {
  display: block;
  float: left;
  line-height: 17px;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-classic .search-tags .search-tags-text {
  color: #aaa;
  font-size: 10px;
  font-weight: 600;
  margin-right: 10px;
  text-transform: uppercase;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-classic .search-tags .label,
.page-search .search-classic .search-tags .badge {
  font-size: 10px;
}

/* line 113, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-classic .search-tags .label + .label, .page-search .search-classic .search-tags .label + .badge,
.page-search .search-classic .search-tags .badge + .label,
.page-search .search-classic .search-tags .badge + .badge {
  margin-left: 5px;
}

/* line 120, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-classic .search-url {
  color: #3a8b54;
  font-size: 11px;
  margin-top: 4px;
}

/* line 130, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-users {
  margin: -20px;
}

/* line 133, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-users table {
  margin: 0;
}

/* line 136, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-users table th,
.page-search .search-users table td {
  padding-bottom: 14px;
  padding-top: 14px;
  vertical-align: middle;
}

/* line 144, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-users .avatar {
  border-radius: 999999px;
  height: 30px;
  width: 30px;
}

/* line 154, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-messages {
  margin-bottom: -20px;
  margin-top: -20px;
}

/* line 158, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-messages .message {
  padding-bottom: 12px;
  padding-top: 12px;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/pages/_search.scss */
.page-search .search-messages .message .date {
  top: 12px;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 {
  background: #f4b04f !important;
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-500 {
  background: #e66454 !important;
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-500 .error-text {
  margin-bottom: 80px !important;
}

/* line 21, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404,
.page-500 {
  text-align: center;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .header,
.page-500 .header {
  background: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .header .logo,
.page-500 .header .logo {
  color: #555;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  opacity: .6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .header .logo[href]:hover,
.page-500 .header .logo[href]:hover {
  opacity: 1;
}

/* line 48, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .header .demo-logo,
.page-500 .header .demo-logo {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #555 !important;
}

/* line 59, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .error-code,
.page-500 .error-code {
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  line-height: 140px;
  margin-top: 60px;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

/* line 71, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .error-text,
.page-500 .error-text {
  color: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 600;
  padding: 0 20px;
}

/* line 78, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .error-text .oops,
.page-500 .error-text .oops {
  font-size: 50px;
}

/* line 83, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .error-text .hr,
.page-500 .error-text .hr {
  background: #fff;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 5px;
  margin: 20px 0;
  width: 40px;
}

/* line 92, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .error-text .solve,
.page-500 .error-text .solve {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

/* line 103, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .search-form,
.page-500 .search-form {
  display: inline-block;
  margin: 50px 0 80px 0;
}

/* line 108, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .search-form .search-input,
.page-404 .search-form .search-btn,
.page-500 .search-form .search-input,
.page-500 .search-form .search-btn {
  border: none;
  border-radius: 3px;
  display: block;
  float: left;
  font-size: 15px;
  height: 46px;
  line-height: 20px;
  padding: 13px 0;
}

/* line 119, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .search-form .search-input, .page-404 .search-form .search-input:active, .page-404 .search-form .search-input:focus,
.page-404 .search-form .search-btn,
.page-404 .search-form .search-btn:active,
.page-404 .search-form .search-btn:focus,
.page-500 .search-form .search-input,
.page-500 .search-form .search-input:active,
.page-500 .search-form .search-input:focus,
.page-500 .search-form .search-btn,
.page-500 .search-form .search-btn:active,
.page-500 .search-form .search-btn:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}

/* line 128, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .search-form .search-input,
.page-500 .search-form .search-input {
  background: #fff;
  color: #555;
  padding-left: 12px;
  padding-right: 12px;
  width: 220px;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .search-form .search-btn,
.page-500 .search-form .search-btn {
  background: #444;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 13px;
  margin-left: 10px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 147, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .search-form .search-btn:hover,
.page-500 .search-form .search-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/pages/_error_pages.scss */
.page-404 .search-form .search-btn:active,
.page-500 .search-form .search-btn:active {
  background: rgba(0, 0, 0, 0.7);
}

/* line 17, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
.timeline {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
.timeline:before, .timeline:after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  bottom: 0;
}

/* line 31, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
.timeline:before {
  width: 4px;
  top: 0;
  margin-left: -2px;
}

/* line 37, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
.timeline:after {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 999999px;
}

/* line 49, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
.tl-header {
  position: relative;
  width: 140px;
  padding: 8px 0;
  text-align: center;
  left: 0;
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 14px;
  border-radius: 2px;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
.tl-header.now {
  margin-top: 0;
}

/* line 70, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
.tl-entry {
  margin-left: 30px;
  margin-right: 0;
  padding-left: 36px;
  padding-right: 0;
  position: relative;
  margin-bottom: 40px;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.tl-entry:before, .tl-entry:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.tl-entry:after {
  clear: both;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
.tl-entry:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: -3px;
  right: auto;
  border-radius: 999999px;
  top: 20px;
}

/* line 96, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
.tl-body {
  position: relative;
  padding: 15px;
  margin: 0;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
.tl-body:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 9px 8px 0;
  position: absolute;
  left: -9px;
  right: auto;
  top: 15px;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
.tl-body:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 8px 7px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -8px;
  right: auto;
  top: 16px;
}

/* line 133, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
.tl-time {
  position: absolute;
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  text-align: right;
  white-space: nowrap;
  color: #888;
  top: -22px;
  font-size: 13px;
}

/* line 150, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
.tl-icon {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 999999px;
  left: -20px;
  right: auto;
  top: 4px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
}

/* line 165, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
.tl-icon img {
  height: 100%;
  display: block;
}

/* line 172, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
.tl-wide {
  margin: 0 -15px;
}

@media (min-width: 768px) {
  /* line 185, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
  .timeline:before,
.timeline:after {
    left: 100px;
  }
  /* line 189, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
  .tl-header {
    left: 100px;
    margin-left: -70px;
  }
  /* line 193, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
  .tl-entry {
    margin-left: 100px;
    margin-bottom: 20px;
  }
  /* line 197, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
  .tl-time {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 32px;
    top: 14px;
  }
  /* line 210, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
  .timeline.centered:before, .timeline.centered:after {
    left: 50%;
    right: auto;
  }
  /* line 215, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
  .timeline.centered .tl-header {
    left: 50%;
    right: auto;
  }
  /* line 219, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
  .timeline.centered .tl-entry {
    margin-left: 50%;
    margin-right: 0;
  }
  /* line 223, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
  .timeline.centered .tl-entry.left {
    margin-left: 0;
    margin-right: 50%;
    padding-left: 0;
    padding-right: 36px;
  }
  /* line 230, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
  .timeline.centered .tl-entry.left:before {
    left: auto;
    right: -3px;
  }
  /* line 234, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
  .timeline.centered .tl-entry.left .tl-body:before {
    border-width: 8px 0 8px 9px;
    left: auto;
    right: -9px;
  }
  /* line 239, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
  .timeline.centered .tl-entry.left .tl-body:after {
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #fff;
    left: auto;
    right: -8px;
  }
  /* line 245, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
  .timeline.centered .tl-entry.left .tl-time {
    left: 100%;
    right: auto;
    margin-left: 32px;
    margin-right: 0;
  }
  /* line 251, app/assets/stylesheets/pixel-admin-scss/pages/_timeline.scss */
  .timeline.centered .tl-entry.left .tl-icon {
    left: auto;
    right: -20px;
  }
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail {
  background: #fff !important;
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail #content-wrapper {
  padding: 0;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav {
  border: 0px solid;
  border-bottom-width: 1px;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav .navigation {
  overflow: hidden;
  position: relative;
  padding-top: 46px;
  height: 46px;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav .navigation.open {
  height: auto;
}

/* line 37, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav .navigation.open li.active:after {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

/* line 45, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav .sections {
  margin: 10px 0;
  padding: 0;
}

/* line 49, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav .sections li {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 55, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav .sections li.active {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid;
}

/* line 61, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav .sections li.active a {
  line-height: 46px;
  font-size: 15px;
}

/* line 66, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav .sections li.active:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  display: block;
  right: 16px;
  top: 8px;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 78, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav .sections li.active .label, .page-mail .mail-nav .sections li.active .badge {
  margin-top: 13px;
  margin-right: 36px;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav .sections .label,
.page-mail .mail-nav .sections .badge {
  margin-top: 8px;
  margin-right: 16px;
}

/* line 91, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav .sections a {
  display: block;
  padding: 0 0 0 16px;
  line-height: 36px;
  font-size: 14px;
}

/* line 100, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .compose-btn {
  margin-top: 46px;
  border-bottom: 1px solid;
  padding: 16px;
}

/* line 106, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-select-folder {
  display: none;
}

/* line 110, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-select-folder.active {
  display: block;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .m-nav-icon {
  width: 16px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
}

/* line 121, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav-header {
  margin-top: 25px;
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 16px;
  font-weight: 600;
}

/* line 129, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav-lbl {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  margin-right: 10px;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav .add-more a {
  font-size: 12px;
}

/* line 141, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-nav li.divider {
  padding: 0;
  height: 1px;
  margin: 9px 0 3px 0;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-controls {
  border-bottom: 1px solid #efefef;
  padding: 12px 16px;
}

/* line 156, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-controls .btn-group + .btn-group {
  margin-left: 12px;
}

/* line 160, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-controls .btn {
  font-size: 14px;
  line-height: 14px;
}

/* line 165, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-controls .btn .fa-caret-down {
  position: relative;
  top: -1px;
}

/* line 170, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-controls .pages {
  line-height: 30px;
  margin-right: 13px;
  color: #bbb;
}

@media (min-width: 992px) {
  /* line 177, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .mail-controls .wide-btns .btn {
    width: 60px;
    text-align: center;
    display: inline-block;
  }
}

/* line 188, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-container-header {
  display: none;
  border-bottom: 1px solid #efefef;
  line-height: 35px;
  padding: 14px 16px;
  font-size: 20px;
  font-weight: 300;
}

/* line 197, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-container-header.show {
  display: block;
}

@media (min-width: 992px) {
  /* line 208, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail #content-wrapper {
    position: static;
  }
  /* line 215, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .mail-nav {
    width: 200px;
    border-bottom: 0;
    position: absolute;
    height: auto;
    min-height: 100%;
    border-right-width: 1px;
  }
  /* line 223, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .mail-nav.fixed {
    position: fixed;
  }
  /* line 226, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .mail-nav.fixed:before {
    display: none !important;
  }
  /* line 232, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .mail-nav:before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 200px;
    border-right: 1px solid;
    z-index: -1;
  }
  /* line 243, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .mail-nav .navigation {
    height: auto !important;
    padding-top: 0;
  }
  /* line 247, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .mail-nav .navigation .label {
    font-size: 10px;
    line-height: 16px;
    padding: 0 4px;
    margin-top: 11px !important;
    margin-right: 16px !important;
  }
  /* line 255, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .mail-nav .navigation li:after {
    display: none !important;
  }
  /* line 261, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .mail-nav .sections li.active {
    position: static;
    top: auto;
    border: none;
  }
  /* line 267, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .mail-nav .sections a,
.page-mail .mail-nav .sections li.active a {
    font-size: 13px;
    line-height: 36px;
  }
  /* line 275, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .mail-select-folder {
    display: none !important;
  }
  /* line 283, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .mail-container {
    margin-left: 200px;
    min-height: 400px;
  }
  /* line 288, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .mail-container-header {
    display: block;
    margin-top: 46px;
  }
}

/* line 303, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-list {
  margin: 16px;
  padding: 0;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-item {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 12px 14px 12px 46px;
}

/* line 315, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-item:nth-child(2n-1) {
  background: #f6f6f6;
}

/* line 319, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .m-chck,
.page-mail .m-star {
  position: absolute;
}

/* line 324, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .m-chck {
  left: 15px;
  top: 14px;
}

/* line 329, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .m-star {
  left: 15px;
  top: 35px;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .m-star a {
  font-size: 15px;
  color: #bbb;
}

/* line 337, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .m-star a:before {
  content: "\f006";
  font-family: FontAwesome;
}

/* line 342, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .m-star a:hover {
  color: #ffab00;
}

/* line 348, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .m-from,
.page-mail .m-subject {
  margin-right: 80px;
}

/* line 354, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .m-from a {
  color: #444;
}

/* line 359, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .m-subject {
  margin-top: 5px;
}

/* line 362, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .m-subject a {
  color: #777;
}

/* line 368, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .m-date {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 80px;
  text-align: right;
  color: #aaa;
}

/* line 381, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-item.starred .m-star a:before {
  content: "\f005";
  color: #ffab00;
}

/* line 387, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .unread .m-from,
.page-mail .unread .m-subject {
  font-weight: 700;
}

@media (min-width: 992px) {
  /* line 399, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .mail-item {
    padding-left: 220px;
    padding-right: 100px;
  }
  /* line 405, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .m-star {
    left: 40px;
    top: 11px;
  }
  /* line 411, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .m-from {
    position: absolute;
    overflow: hidden;
    width: 140px;
    left: 70px;
  }
  /* line 419, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .m-subject {
    margin-top: 0;
    overflow: hidden;
  }
  /* line 425, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
  .page-mail .m-date {
    width: 150px;
  }
}

/* line 439, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .m-details-star {
  color: #ffab00;
  margin-right: 12px;
  position: relative;
  display: block;
  float: left;
  top: 1px;
}

/* line 447, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .m-details-star, .page-mail .m-details-star > * {
  font-size: 15px;
}

/* line 452, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .m-details-star > * {
  line-height: 20px;
}

/* line 457, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .label {
  position: relative;
  vertical-align: middle;
  top: -1px;
}

/* line 463, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-info {
  padding: 14px 16px;
  border-bottom: 1px solid #efefef;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.page-mail .mail-info:before, .page-mail .mail-info:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.page-mail .mail-info:after {
  clear: both;
}

/* line 468, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-info .avatar {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 999999px;
  float: left;
}

/* line 476, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-info .from {
  display: block;
  float: left;
  margin-left: 10px;
}

/* line 482, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-info .name,
.page-mail .mail-info .name a {
  color: #555;
  font-size: 14px;
}

/* line 488, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-info .email,
.page-mail .mail-info .email a {
  color: #aaa;
}

/* line 493, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-info .date {
  display: block;
  float: right;
  font-size: 14px;
  color: #aaa;
  margin-top: 9px;
}

/* line 502, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-message-body {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 16px;
}

/* line 508, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-attachments {
  padding: 20px 16px;
  margin: 20px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

/* line 514, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-attachments li {
  list-style: none;
  margin: 0;
  padding: 10px;
}

/* line 520, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .mail-attachments li:nth-child(2n-1) {
  background: #f6f6f6;
}

/* line 525, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .message-details-reply {
  margin: 0 16px 50px 16px;
}

/* line 538, app/assets/stylesheets/pixel-admin-scss/pages/_mail.scss */
.page-mail .new-mail-form {
  margin: 0 0 50px 0;
  padding: 20px 16px;
}

/* line 7, app/assets/stylesheets/pixel-admin-scss/pages/_faq.scss */
.page-faq .accordion-toggle {
  color: #555;
}

/* line 11, app/assets/stylesheets/pixel-admin-scss/pages/_faq.scss */
.page-faq .form-faq {
  margin-top: 18px;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
.page-profile .profile-full-name {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
  border-bottom-width: 2px;
  margin-bottom: 0;
  text-align: center;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
.page-profile .profile-content .tab-content {
  background: #fff;
}

/* line 31, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
.page-profile .profile-block {
  margin-bottom: 18px;
  text-align: center;
}

/* line 36, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
.page-profile .profile-photo {
  padding: 6px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 999999px;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
.page-profile .profile-photo img {
  display: block;
  max-width: 100%;
  border-radius: 999999px;
}

/* line 53, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
.page-profile .left-col > .panel .panel-heading {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 58, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
.page-profile .left-col > .panel .panel-body {
  padding: 10px;
  padding-bottom: 0;
}

/* line 63, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
.page-profile .left-col .list-group-item {
  background: none !important;
  border: none;
  padding-bottom: 0;
  margin-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 72, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
.page-profile .profile-skills .label {
  display: block;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
.page-profile .profile-list-icon {
  width: 24px;
  text-align: center;
  font-size: 14px;
}

/* line 88, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
.page-profile .tl-header,
.page-profile .tl-icon,
.page-profile .tl-entry:before {
  box-shadow: 0 0 0 4px #fff !important;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
.page-profile .widget-followers {
  margin: -20px;
}

/* line 98, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
.page-profile .widget-followers .follower {
  padding: 13px 20px;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
.page-profile .profile-content-hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  /* line 113, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
  .page-profile .left-col {
    float: left;
    width: 220px;
  }
  /* line 117, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
  .page-profile .right-col {
    overflow: hidden;
    padding-left: 20px;
  }
  /* line 121, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
  .page-profile .profile-content {
    margin-top: 0;
  }
  /* line 124, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
  .page-profile .profile-full-name {
    padding-left: 240px;
    padding-bottom: 50px;
    text-align: left;
  }
  /* line 130, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
  .page-profile .profile-row {
    margin-top: -36px;
  }
  /* line 134, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
  .page-profile .profile-block {
    margin-top: -70px;
  }
  /* line 138, app/assets/stylesheets/pixel-admin-scss/pages/_profile.scss */
  .profile-content-hr {
    display: none;
  }
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
#main-navbar .navbar-brand {
  font-size: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
#main-navbar .navbar-brand:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 20, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
#main-navbar .navbar-brand div {
  display: inline-block;
  position: relative;
  margin-right: 4px;
  top: 4px;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
#main-navbar .navbar-brand div, #main-navbar .navbar-brand div img {
  height: 18px;
  width: 18px;
}

/* line 31, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
#main-navbar .navbar-brand div img {
  display: block;
}

/* line 40, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
.right-to-left #main-navbar .navbar-brand div {
  margin-right: 0;
  margin-left: 4px;
}

/* line 50, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
#menu-content-demo {
  white-space: nowrap !important;
  position: relative;
  padding-left: 86px !important;
}

/* line 55, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
#menu-content-demo img {
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  left: -68px;
  top: 1px;
  border-radius: 999999px;
}

/* line 65, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
#menu-content-demo .text-bg {
  color: #fff;
  margin-bottom: 6px;
}

/* line 70, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
#menu-content-demo .btn {
  width: 26px !important;
  height: 22px;
  line-height: 20px;
  text-align: center;
  padding: 0;
  display: inline-block !important;
  opacity: .8;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
#menu-content-demo .btn:hover {
  opacity: 1;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
#menu-content-demo > div {
  margin: 6px 0;
  position: relative;
}

/* line 90, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
#menu-content-demo .close {
  position: absolute;
  top: -15px;
  right: -5px;
  text-shadow: none;
  color: #fff;
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  font-weight: 300;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 102, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
#menu-content-demo .close:hover {
  color: #fff;
}

/* line 110, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
.theme-clean #menu-content-demo .text-bg,
.theme-white #menu-content-demo .text-bg {
  color: #444;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
.theme-clean #menu-content-demo .close,
.theme-white #menu-content-demo .close {
  color: #ccc;
}

/* line 117, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
.theme-clean #menu-content-demo .close:hover,
.theme-white #menu-content-demo .close:hover {
  color: #888;
}

/* line 124, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
.right-to-left #menu-content-demo {
  padding-left: 20px !important;
  padding-right: 86px !important;
}

/* line 128, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
.right-to-left #menu-content-demo img {
  left: auto;
  right: -68px;
}

/* line 133, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
.right-to-left #menu-content-demo .close {
  left: -20px;
  right: auto;
}

@media (min-width: 480px) {
  /* line 141, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
  #menu-content-demo > div {
    width: 120px;
  }
  /* line 145, app/assets/stylesheets/pixel-admin-scss/_demo.scss */
  #menu-content-demo .close {
    right: -20px;
  }
}

/* Layout helpers
----------------------------------*/
/* line 7, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_common.scss */
.ui-helper-hidden {
  display: none;
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_common.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 20, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_common.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 30, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_common.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 36, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_common.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 39, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_common.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_common.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 52, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_common.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 58, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_common.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 67, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_common.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_sliders.scss */
.ui-slider {
  background: #d7d7d7;
  border-radius: 20px;
  position: relative;
  text-align: left;
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_sliders.scss */
.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  cursor: default;
  border-radius: 1000px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #fcfcfc 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCFCFC', endColorstr='#FFEAEAEA', GradientType=0);
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_sliders.scss */
.ui-slider-handle:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 1000px;
  background: red;
  z-index: 3;
  top: 4px;
  left: 4px;
  background: #bbb;
}

/* line 37, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_sliders.scss */
.ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
  border-radius: 1000px;
}

/* For IE8 - See #6727 */
/* line 47, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_sliders.scss */
.ui-state-disabled .ui-slider-handle,
.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 52, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_sliders.scss */
.ui-slider-horizontal {
  height: 6px;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_sliders.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -7px;
}

/* line 61, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_sliders.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 66, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_sliders.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 70, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_sliders.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 74, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_sliders.scss */
.ui-slider-vertical {
  width: 6px;
  height: 100px;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_sliders.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -4px;
  margin-left: 0;
  margin-bottom: -7px;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_sliders.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 90, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_sliders.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_sliders.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-slider.ui-slider-info .ui-slider-handle.ui-state-active:before {
  background: #5bc0de;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-slider.ui-slider-info .ui-slider-range {
  background: #5bc0de;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-slider.ui-slider-success .ui-slider-handle.ui-state-active:before {
  background: #5ebd5e;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-slider.ui-slider-success .ui-slider-range {
  background: #5ebd5e;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-slider.ui-slider-warning .ui-slider-handle.ui-state-active:before {
  background: #f4b04f;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-slider.ui-slider-warning .ui-slider-range {
  background: #f4b04f;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-slider.ui-slider-danger .ui-slider-handle.ui-state-active:before {
  background: #e66454;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-slider.ui-slider-danger .ui-slider-range {
  background: #e66454;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_accordions.scss */
.ui-accordion {
  margin-top: -3px;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_accordions.scss */
.ui-accordion-header {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #777;
  cursor: pointer;
  margin: 5px 0 0 0;
  min-height: 0;
  padding: 0 15px;
  position: relative;
}

/* line 20, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_accordions.scss */
.ui-accordion-header.ui-state-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_accordions.scss */
.ui-accordion-header.ui-state-active:after {
  content: "\f146";
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_accordions.scss */
.ui-accordion-header:hover, .ui-accordion-header.ui-state-active:hover {
  background: #f1f1f1;
  color: #555;
  text-decoration: none;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_accordions.scss */
.ui-accordion-header:hover:after, .ui-accordion-header.ui-state-active:hover:after {
  color: #888;
}

/* line 39, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_accordions.scss */
.ui-accordion-header:after {
  color: #aaa;
  content: "\f0fe";
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 36px;
  position: relative;
}

/* line 51, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_accordions.scss */
.ui-accordion-header,
.ui-accordion-header > span {
  color: #555;
  display: block;
  font-size: 13px;
  line-height: 36px;
}

/* line 59, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_accordions.scss */
.ui-accordion-content {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  overflow: auto;
  padding: 15px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.ui-accordion-content:before, .ui-accordion-content:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.ui-accordion-content:after {
  clear: both;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_autocomplete.scss */
.ui-autocomplete {
  position: absolute;
  cursor: default;
  border: 2px solid #ccc;
  padding: 5px 0;
  border-radius: 2px;
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_autocomplete.scss */
.ui-autocomplete > li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 20, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_autocomplete.scss */
.ui-autocomplete > li > a {
  color: #555;
  cursor: pointer !important;
  display: block;
  margin: 0 -2px;
  padding: 5px 18px;
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_autocomplete.scss */
.ui-autocomplete > li > a:hover {
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_menus.scss */
.ui-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  display: none;
  float: left;
  font-size: 13px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  z-index: 1000;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_menus.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_menus.scss */
.ui-menu .ui-menu-item {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
}

/* line 35, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_menus.scss */
.ui-menu .ui-menu-item a {
  clear: both;
  color: #555;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0 -2px;
  min-height: 0;
  /* support: IE7 */
  padding: 5px 18px;
  text-decoration: none;
  white-space: nowrap;
}

/* line 48, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_menus.scss */
.ui-menu .ui-menu-item a:hover, .ui-menu .ui-menu-item a:focus {
  color: #fff;
  text-decoration: none;
}

/* line 54, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_menus.scss */
.ui-menu .ui-menu-item a[aria-haspopup="true"]:after {
  content: "\f0da";
  display: block;
  float: right;
  font-family: FontAwesome;
}

/* line 64, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_menus.scss */
.ui-menu .divider,
.ui-menu .ui-menu-divider {
  background-color: #e5e5e5;
  border-width: 2px;
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
}

/* line 74, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_menus.scss */
.ui-menu .disabled,
.ui-menu .ui-state-disabled {
  font-weight: normal;
}

/* line 78, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_menus.scss */
.ui-menu .disabled a, .ui-menu .disabled:hover a, .ui-menu .disabled:focus a,
.ui-menu .ui-state-disabled a,
.ui-menu .ui-state-disabled:hover a,
.ui-menu .ui-state-disabled:focus a {
  background: transparent !important;
  color: #999 !important;
  cursor: not-allowed;
}

/* line 88, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_menus.scss */
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  color: #fff;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_spinners.scss */
.ui-spinner {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_spinners.scss */
.ui-spinner-input {
  padding-right: 32px;
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_spinners.scss */
.ui-spinner-button {
  display: block;
  position: absolute;
  text-align: center;
  line-height: 15px;
  font-weight: 400;
  width: 20px;
  height: 15px;
  top: 0;
  right: 0;
  font-family: FontAwesome;
  cursor: pointer;
  text-decoration: none !important;
  border-color: #cfcece !important;
  border-left: 1px solid;
  margin: 1px 1px 1px 0;
  color: #555;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-spinner-button, .ui-spinner-button:focus {
  border-color: #dddddd;
  border-bottom-color: #cecece;
  background: #f4f4f4;
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #eaeaea 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-spinner-button:hover {
  color: #555;
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
  background: #eaeaea !important;
  background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%) !important;
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-spinner-button:active, .ui-spinner-button.active, .open .ui-spinner-button.dropdown-toggle {
  background: none;
  background: #ebebeb !important;
  border-color: #c6c6c6;
  border-bottom-color: #c6c6c6 !important;
  color: #555;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-spinner-button.btn-flat {
  background: #ececec;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-spinner-button.btn-flat:hover, .ui-spinner-button.btn-flat:active, .ui-spinner-button.btn-flat.active, .open .ui-spinner-button.btn-flat.dropdown-toggle {
  background: #ececec !important;
  color: #555;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-spinner-button.btn-outline:hover, .ui-spinner-button.btn-outline.btn-flat:hover {
  color: #555;
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-spinner-button.btn-outline:active, .ui-spinner-button.btn-outline.btn-flat:active {
  border-color: #c6c6c6;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.btn-group .ui-spinner-button, .btn-group .ui-spinner-button:focus, .input-group-btn .ui-spinner-button, .input-group-btn .ui-spinner-button:focus {
  border-left-color: #d5d5d5;
  border-right-color: #d5d5d5;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.btn-group .ui-spinner-button:hover, .btn-group.open .ui-spinner-button.dropdown-toggle, .input-group-btn .ui-spinner-button:hover, .input-group-btn.open .ui-spinner-button.dropdown-toggle {
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.btn-group .ui-spinner-button:active, .btn-group .ui-spinner-button.active, .input-group-btn .ui-spinner-button:active, .input-group-btn .ui-spinner-button.active {
  border-left-color: #c6c6c6;
  border-right-color: #c6c6c6;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_spinners.scss */
.ui-spinner-button span {
  display: none;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_spinners.scss */
.ui-spinner-button:after {
  content: "\f0d8";
  font-size: 12px;
}

/* line 49, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_spinners.scss */
.ui-spinner-button.ui-spinner-down {
  top: 15px;
  margin-top: 0;
  border-top: 1px solid;
  height: 16px;
}

/* line 55, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_spinners.scss */
.ui-spinner-button.ui-spinner-down:after {
  content: "\f0d7";
}

/* line 60, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_spinners.scss */
.ui-spinner-disabled .ui-spinner-button {
  cursor: not-allowed;
  pointer-events: none;
  background: #eee;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_progress_bars.scss */
.ui-progressbar {
  background-color: rgba(0, 0, 0, 0.06);
  height: 13px;
  overflow: hidden;
  text-align: left;
  -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 13, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_progress_bars.scss */
.ui-progressbar .ui-progressbar-value {
  background: none;
  border: 1px solid;
  height: 100%;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_progress_bars.scss */
.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_progress_bars.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background: none;
}

/* line 27, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_progress_bars.scss */
.ui-progressbar.ui-progressbar-warning .ui-progressbar-value {
  border-color: #f2a332;
  background-color: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 31, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_progress_bars.scss */
.ui-progressbar.ui-progressbar-success .ui-progressbar-value {
  border-color: #49b349;
  background-color: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 35, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_progress_bars.scss */
.ui-progressbar.ui-progressbar-danger .ui-progressbar-value {
  border-color: #e24c39;
  background-color: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_progress_bars.scss */
.ui-progressbar.ui-progressbar-info .ui-progressbar-value {
  border-color: #42b6d9;
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_tabs.scss */
.ui-tabs-nav {
  border-bottom: 2px solid #e4e4e4 !important;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_tabs.scss */
.ui-tabs-nav.nav-tabs-simple > .ui-tabs-active > a {
  color: #555 !important;
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_tabs.scss */
.ui-tabs-nav:not(.nav-tabs-simple) > .ui-tabs-active > a > .badge,
.ui-tabs-nav:not(.nav-tabs-simple) > .ui-tabs-active > a > .label {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

/* line 8, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker {
  background-clip: padding-box;
  background-color: #fff;
  border: 4px solid;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: auto !important;
  z-index: 1010;
  white-space: normal;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker table {
  width: 210px;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker th,
.ui-datepicker td {
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

/* line 36, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

/* line 40, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker td a {
  color: #555555;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker td a:hover {
  background: #f3f3f3;
}

/* line 52, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker td.ui-datepicker-today a {
  background: #f3f3f3;
  font-weight: 700;
}

/* line 58, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker tr td:last-child {
  border-right: none;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker th {
  color: #fff;
  font-weight: 600;
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker .ui-state-active {
  color: #fff !important;
  text-decoration: none;
}

/* line 77, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-prev,
.ui-datepicker-next {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 35px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  text-decoration: none !important;
  width: 35px;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}

/* line 93, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 97, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  color: #fff;
  font-family: FontAwesome;
}

/* line 103, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-prev {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  left: 0;
}

/* line 107, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-prev:after {
  content: "\f053";
}

/* line 112, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-next {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  right: 0;
}

/* line 116, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-next:after {
  content: "\f054";
}

/* line 125, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 210px;
}

/* line 134, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-title select {
  background: none;
  border: none;
  color: #fff;
}

/* line 139, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-title select:first-child {
  margin-right: 5px;
}

/* line 149, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-buttonpane {
  background: #eee;
  padding: 5px 7px;
  text-align: right;
}

/* line 154, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-buttonpane button {
  font-size: 12px;
  line-height: 15px;
  padding: 4px 9px;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  outline: none !important;
  border: 1px solid #cfcece;
  border-radius: 2px;
  color: #555;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-datepicker-buttonpane button, .ui-datepicker-buttonpane button:focus {
  border-color: #dddddd;
  border-bottom-color: #cecece;
  background: #f4f4f4;
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #eaeaea 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-datepicker-buttonpane button:hover {
  color: #555;
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
  background: #eaeaea !important;
  background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%) !important;
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-datepicker-buttonpane button:active, .ui-datepicker-buttonpane button.active, .open .ui-datepicker-buttonpane button.dropdown-toggle {
  background: none;
  background: #ebebeb !important;
  border-color: #c6c6c6;
  border-bottom-color: #c6c6c6 !important;
  color: #555;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-datepicker-buttonpane button.btn-flat {
  background: #ececec;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-datepicker-buttonpane button.btn-flat:hover, .ui-datepicker-buttonpane button.btn-flat:active, .ui-datepicker-buttonpane button.btn-flat.active, .open .ui-datepicker-buttonpane button.btn-flat.dropdown-toggle {
  background: #ececec !important;
  color: #555;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-datepicker-buttonpane button.btn-outline:hover, .ui-datepicker-buttonpane button.btn-outline.btn-flat:hover {
  color: #555;
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.ui-datepicker-buttonpane button.btn-outline:active, .ui-datepicker-buttonpane button.btn-outline.btn-flat:active {
  border-color: #c6c6c6;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.btn-group .ui-datepicker-buttonpane button, .btn-group .ui-datepicker-buttonpane button:focus, .input-group-btn .ui-datepicker-buttonpane button, .input-group-btn .ui-datepicker-buttonpane button:focus {
  border-left-color: #d5d5d5;
  border-right-color: #d5d5d5;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.btn-group .ui-datepicker-buttonpane button:hover, .btn-group.open .ui-datepicker-buttonpane button.dropdown-toggle, .input-group-btn .ui-datepicker-buttonpane button:hover, .input-group-btn.open .ui-datepicker-buttonpane button.dropdown-toggle {
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.btn-group .ui-datepicker-buttonpane button:active, .btn-group .ui-datepicker-buttonpane button.active, .input-group-btn .ui-datepicker-buttonpane button:active, .input-group-btn .ui-datepicker-buttonpane button.active {
  border-left-color: #c6c6c6;
  border-right-color: #c6c6c6;
}

/* line 169, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-buttonpane button + button {
  margin-left: 5px;
}

/* line 178, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-group {
  float: left;
  width: 210px;
}

/* line 182, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_datepicker.scss */
.ui-datepicker-group + .ui-datepicker-group .ui-datepicker-title, .ui-datepicker-group + .ui-datepicker-group table {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.ui-datepicker-row-break:before, .ui-datepicker-row-break:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.ui-datepicker-row-break:after {
  clear: both;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_tooltips.scss */
.ui-tooltip {
  background-color: #222;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  max-width: 300px;
  padding: 4px 10px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 9999;
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/plugins/jquery_ui/_tooltips.scss */
body .ui-tooltip {
  border-width: 0;
}

/* line 8, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-inner {
  display: block;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  word-spacing: 0;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-state-on,
.switcher-state-off {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-state-on {
  margin-left: -100%;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher.checked .switcher-state-on {
  margin-left: 0;
}

/* line 48, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-toggler {
  left: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher.checked .switcher-toggler {
  left: 100%;
}

/* line 61, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher > input[type="checkbox"] {
  left: -100000px;
  position: absolute;
  visibility: hidden;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher + .styled-pseudo-checkbox {
  display: none !important;
}

/******************************************************************
 ******************************************************************
 ******************************************************************/
/* line 79, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher {
  height: 24px;
  width: 60px;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-toggler {
  background: #fff;
  border-radius: 9999px;
  height: 20px;
  margin-left: 1px;
  margin-top: 2px;
  width: 20px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-inner {
  border-radius: 9999px;
}

/* line 100, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-state-on,
.switcher-state-off {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 24px;
}

/* line 108, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-state-on {
  background: #5ebd5e;
  padding-right: 20px;
}

/* line 113, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-state-off {
  background: #444;
  padding-left: 20px;
}

/* line 118, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher.checked .switcher-toggler {
  margin-left: -21px;
}

/* line 126, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-theme-square .switcher-inner {
  border-radius: 3px;
}

/* line 130, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-theme-square .switcher-toggler {
  border-radius: 2px;
  margin-left: 2px;
}

/* line 135, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-theme-square.switcher.checked .switcher-toggler {
  margin-left: -22px;
}

/* line 145, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-theme-modern.switcher {
  height: 8px;
  width: 44px;
}

/* line 150, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-theme-modern .switcher-toggler {
  height: 20px;
  margin-left: -3px;
  margin-top: -6px;
  width: 20px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 15px 1px rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 15px 1px rgba(255, 255, 255, 0.8) inset;
  background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #efefef 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFE5E5E5', GradientType=0);
}

/* line 159, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-theme-modern .switcher-inner {
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 166, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-theme-modern .switcher-state-on,
.switcher-theme-modern .switcher-state-off {
  border-radius: 9999px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset;
}

/* line 172, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-theme-modern .switcher-state-on {
  padding-right: 17px;
}

/* line 176, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-theme-modern .switcher-state-off {
  padding-left: 17px;
}

/* line 180, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-theme-modern.switcher.checked .switcher-toggler {
  margin-left: -17px;
}

/* line 190, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-sm {
  width: 42px;
  height: 21px;
}

/* line 194, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-sm .switcher-toggler {
  height: 17px;
  width: 17px;
  margin-left: 1px;
}

/* line 200, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-sm .switcher-state-on,
.switcher-sm .switcher-state-off {
  font-size: 8px;
  line-height: 21px;
}

/* line 206, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-sm .switcher-state-on {
  padding-right: 17px;
}

/* line 210, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-sm .switcher-state-off {
  padding-left: 17px;
}

/* line 214, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-sm.checked .switcher-toggler {
  margin-left: -18px;
}

/* line 221, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-sm.switcher-theme-square .switcher-inner {
  border-radius: 3px;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-sm.switcher-theme-square .switcher-toggler {
  margin-left: 2px;
}

/* line 229, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-sm.switcher-theme-square.switcher.checked .switcher-toggler {
  margin-left: -19px;
}

/* line 236, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-sm.switcher.switcher-theme-modern {
  width: 34px;
  height: 6px;
}

/* line 240, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-sm.switcher.switcher-theme-modern .switcher-toggler {
  height: 17px;
  width: 17px;
  margin-top: -6px;
  margin-left: -3px;
}

/* line 247, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-sm.switcher.switcher-theme-modern .switcher-state-on {
  padding-right: 15px;
}

/* line 251, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-sm.switcher.switcher-theme-modern .switcher-state-off {
  padding-left: 15px;
}

/* line 255, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-sm.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
  margin-left: -15px;
}

/* line 262, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-lg {
  width: 70px;
  height: 30px;
}

/* line 266, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-lg .switcher-toggler {
  height: 26px;
  width: 26px;
  margin-left: 1px;
}

/* line 272, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-lg .switcher-state-on,
.switcher-lg .switcher-state-off {
  font-size: 13px;
  line-height: 30px;
}

/* line 278, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-lg .switcher-state-on {
  padding-right: 26px;
}

/* line 282, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-lg .switcher-state-off {
  padding-left: 26px;
}

/* line 286, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-lg.checked .switcher-toggler {
  margin-left: -27px;
}

/* line 293, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-lg.switcher-theme-square .switcher-inner {
  border-radius: 3px;
}

/* line 297, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-lg.switcher-theme-square .switcher-toggler {
  margin-left: 2px;
}

/* line 301, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-lg.switcher-theme-square.switcher.checked .switcher-toggler {
  margin-left: -28px;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-lg.switcher.switcher-theme-modern {
  width: 56px;
  height: 10px;
}

/* line 312, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-lg.switcher.switcher-theme-modern .switcher-toggler {
  height: 26px;
  width: 26px;
  margin-top: -8px;
  margin-left: -3px;
}

/* line 319, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-lg.switcher.switcher-theme-modern .switcher-state-on {
  padding-right: 26px;
}

/* line 323, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-lg.switcher.switcher-theme-modern .switcher-state-off {
  padding-left: 26px;
}

/* line 327, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher-lg.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
  margin-left: -24px;
}

/* line 337, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.switcher.scss */
.switcher.disabled {
  cursor: not-allowed !important;
  opacity: .5 !important;
  filter: alpha(opacity=50);
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.switcher-success .switcher-state-on {
  background: #5ebd5e !important;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.switcher-warning .switcher-state-on {
  background: #f4b04f !important;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.switcher-danger .switcher-state-on {
  background: #e66454 !important;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.switcher-info .switcher-state-on {
  background: #5bc0de !important;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.limiter.scss */
.limiter-label {
  color: #888;
  padding-top: 3px;
  font-size: 12px;
}

/* line 11, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.limiter.scss */
.limiter-count {
  font-weight: 600;
  color: #555;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.expanding_input.scss */
.expanding-input {
  position: relative;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.expanding_input.scss */
.expanding-input-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.expanding_input.scss */
.expanding-input-placeholder {
  padding: 7px 13px;
  color: #999;
  font-size: 13px;
  line-height: 1.428571429;
}

/* line 25, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.expanding_input.scss */
.expanding-input-hidden {
  display: none;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.expanding_input.scss */
.expanding-input.expanded .expanding-input-hidden,
.expanding-input.expanded .expanding-input-content {
  display: block;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.expanding-input.expanded .expanding-input-hidden:before, .expanding-input.expanded .expanding-input-hidden:after,
.expanding-input.expanded .expanding-input-content:before,
.expanding-input.expanded .expanding-input-content:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.expanding-input.expanded .expanding-input-hidden:after,
.expanding-input.expanded .expanding-input-content:after {
  clear: both;
}

/* line 35, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.expanding_input.scss */
.expanding-input.expanding-input-sm .expanding-input-placeholder {
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 41, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.expanding_input.scss */
.expanding-input.expanding-input-lg .expanding-input-placeholder {
  padding: 11px 17px;
  font-size: 17px;
  line-height: 1.33;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.pxajs .wizard-pane {
  display: none;
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-wrapper + .wizard-content.panel {
  margin-top: -1px;
}

/* line 17, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard.freeze .wizard-steps > li {
  cursor: default !important;
}

/* line 21, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.modal-content > .wizard .wizard-wrapper {
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-wrapper {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  white-space: nowrap;
  width: auto;
  position: relative;
  overflow: hidden;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-steps {
  cursor: default;
  display: block !important;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 54, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-steps > li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0;
  padding: 0 10px 0 50px;
  vertical-align: middle;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-steps > li + li:before {
  background: #e4e4e4;
  bottom: 0;
  content: "";
  margin-left: -51px;
  position: absolute;
  top: 0;
  width: 1px;
}

/* line 74, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-steps > li.completed {
  cursor: pointer;
}

/* line 81, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-steps > li.active .wizard-step-caption, .wizard-steps > li.completed .wizard-step-caption {
  color: #555;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-steps > li.active .wizard-step-description, .wizard-steps > li.completed .wizard-step-description {
  color: #888;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-steps > li.active .wizard-step-number, .wizard-steps > li.completed .wizard-step-number {
  border-color: #555;
  color: #555;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-steps .wizard-step-number:after {
  display: none;
}

/* line 100, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-step-number,
.wizard-steps > li.completed .wizard-step-number:after {
  background: #fff;
  border-radius: 9999px;
  display: block;
  font-size: 14px;
  line-height: 26px;
  position: absolute;
  text-align: center;
}

/* line 112, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-step-number {
  border: 2px solid #bbb;
  color: #bbb;
  font-weight: 700;
  height: 30px;
  margin-left: -40px;
  margin-top: -15px;
  top: 50%;
  width: 30px;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-steps > li.completed .wizard-step-number {
  font-size: 0;
}

/* line 128, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-steps > li.completed .wizard-step-number:after {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  height: 26px;
  left: 0;
  width: 26px;
  top: 0;
}

/* line 143, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-step-caption,
.wizard-step-description {
  color: #bbb;
  display: inline-block;
  line-height: 14px;
  white-space: normal;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-step-caption {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
  vertical-align: middle;
}

/* line 158, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-step-description {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
  position: relative;
}

/* line 170, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.wizard.scss */
.wizard-content {
  padding: 20px;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.wizard-content:before, .wizard-content:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.wizard-content:after {
  clear: both;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.file_input.scss */
.pixel-file-input {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  line-height: 18px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.file_input.scss */
.pixel-file-input > input[type=file] {
  visibility: hidden;
  position: absolute;
  display: block;
  left: -10000px;
}

/* line 30, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.file_input.scss */
.pfi-filename {
  white-space: nowrap;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.file_input.scss */
.pfi-actions {
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  padding: 0 5px 0 10px;
  background: #fff;
  white-space: nowrap;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.file_input.scss */
.pfi-actions > * + * {
  margin-left: 4px;
}

/* line 48, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.file_input.scss */
.pfi-clear {
  display: none;
}

/* line 52, app/assets/stylesheets/pixel-admin-scss/plugins/_pa.file_input.scss */
.pfi-placeholder {
  color: #aaa;
  font-style: italic;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.select2-container:before, .select2-container:after,
.select2-drop:before,
.select2-drop:after,
.select2-choices:before,
.select2-choices:after,
.select2-search-field:before,
.select2-search-field:after,
.select2-search-field input:before,
.select2-search-field input:after,
.select2-search:before,
.select2-search:after,
.select2-search input:before,
.select2-search input:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.select2-container:after,
.select2-drop:after,
.select2-choices:after,
.select2-search-field:after,
.select2-search-field input:after,
.select2-search:after,
.select2-search input:after {
  clear: both;
}

/* line 21, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container,
.select2-container.form-control {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container {
  display: inline-block;
  height: auto !important;
  position: relative;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100%;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container .select2-choice {
  background-clip: padding-box;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 2px;
  color: #555555;
  display: block;
  font-size: 13px;
  line-height: 1.428571429;
  height: 32px;
  overflow: hidden;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 65, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container .select2-choice > .select2-chosen {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 74, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container .select2-choice .select2-search-choice-close {
  border: 0;
  color: #888;
  cursor: pointer;
  display: none;
  font-size: 11px;
  line-height: 30px;
  height: 30px;
  right: 18px;
  width: 24px;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container .select2-choice .select2-search-choice-close:hover {
  color: #aaa;
  cursor: pointer;
}

/* line 92, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container .select2-choice .select2-arrow {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}

/* line 100, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container .select2-choice .select2-arrow b {
  color: #555555;
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.428571429;
  height: 100%;
  margin-top: 1px;
  padding: 6px 0;
  text-align: center;
  width: 100%;
}

/* line 113, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container .select2-choice .select2-arrow b:before {
  content: "\f0d7";
}

/* line 121, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 2px 2px;
}

/* line 129, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 133, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-search-choice-close {
  display: block;
}

/* line 141, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-drop {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  color: #555555;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9999;
}

/* line 154, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-drop.select2-drop-above {
  border-bottom: 0;
  border-top: 1px solid #aaa;
  border-radius: 2px 2px 0 0;
  margin-bottom: -1px;
  margin-top: 1px;
}

/* line 163, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

/* line 167, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

/* line 172, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-drop-active {
  border-top: none;
}

/* line 177, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-search {
  display: block;
  margin: 0;
  min-height: 17px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}

/* line 188, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-search:after {
  color: #888;
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: 9px;
  top: 10px;
  width: 30px;
}

/* line 202, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-search input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 2px;
  color: #555555;
  font-size: 12px;
  line-height: 15px;
  height: auto !important;
  margin-top: 8px;
  min-height: 17px;
  outline: none !important;
  padding: 4px 9px;
  padding-right: 30px;
  position: relative;
  width: 100%;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
}

/* line 233, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: #aaa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 238, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b:before {
  content: "\f0d8";
}

/* line 248, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results {
  margin: 8px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 258, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 262, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

/* line 263, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

/* line 264, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

/* line 265, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

/* line 266, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

/* line 267, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

/* line 268, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

/* line 271, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results li {
  background-image: none;
  display: block;
  list-style: none;
}

/* line 276, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 281, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: 600;
}

/* line 287, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results .select2-result-label {
  cursor: pointer;
  margin: 0;
  min-height: 1em;
  padding: 5px 7px 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 295, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results .select2-highlighted {
  color: #fff;
}

/* line 298, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 302, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #555;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  color: #999;
  display: block;
  font-style: italic;
}

/* line 316, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results .select2-disabled,
.select2-results .select2-disabled.select2-highlighted {
  color: #888;
  cursor: default;
  display: block;
}

/* line 323, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 328, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-more-results {
  display: block;
}

/* line 337, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #eeeeee;
  cursor: default;
}

/* line 341, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow:before {
  display: none !important;
}

/* line 345, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* line 357, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container-multi .select2-choices {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 5px 5px 0 0;
  position: relative;
  width: 100%;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 372, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container-multi .select2-choices li {
  display: block;
  float: left;
  list-style: none;
}

/* line 379, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 385, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  background: transparent !important;
  border: 0;
  color: #555555;
  font-size: 13px;
  line-height: 1.428571429;
  margin-top: -5px;
  padding: 6px 12px;
  outline: 0;
}

/* line 398, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  border-radius: 2px;
  color: #fff;
  cursor: default;
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 5px 5px;
  padding: 0 20px 0 6px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 412, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 416, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container-multi .select2-choices .select2-search-choice + .select2-search-field input {
  padding-left: 6px;
  padding-right: 0;
}

/* line 423, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  outline: none;
}

/* line 429, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-locked {
  padding: 0 6px !important;
}

/* line 433, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-default {
  color: #999 !important;
}

/* line 438, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-search-choice-close {
  display: block;
  color: #fff;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 0;
  width: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 453, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-search-choice-close:before {
  content: "\f00d";
}

/* line 457, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-search-choice-close:hover {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

/* line 468, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #eeeeee;
  cursor: default;
}

/* line 473, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  opacity: .7;
  padding: 0 6px;
}

/* line 478, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  background: none;
  display: none;
}

/* line 488, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-drop-mask {
  border: 0;
  left: 0;
  height: auto;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 506, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 511, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 526, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-display-none {
  display: none;
}

/* line 530, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* line 1007, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  background: #b0b0b0;
}

/* line 1011, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #979797;
}

/* line 1016, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #b0b0b0 !important;
}

/* line 1007, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.select2-success .select2-container-multi .select2-choices .select2-search-choice {
  background: #5ebd5e;
}

/* line 1011, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.select2-success .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #43a543;
}

/* line 1016, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.select2-success .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #5ebd5e !important;
}

/* line 1007, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.select2-warning .select2-container-multi .select2-choices .select2-search-choice {
  background: #f4b04f;
}

/* line 1011, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.select2-warning .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #f19a1f;
}

/* line 1016, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.select2-warning .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #f4b04f !important;
}

/* line 1007, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.select2-danger .select2-container-multi .select2-choices .select2-search-choice {
  background: #e66454;
}

/* line 1011, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.select2-danger .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #df3c28;
}

/* line 1016, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.select2-danger .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #e66454 !important;
}

/* line 1007, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.select2-info .select2-container-multi .select2-choices .select2-search-choice {
  background: #5bc0de;
}

/* line 1011, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.select2-info .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #31b0d5;
}

/* line 1016, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.select2-info .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #5bc0de !important;
}

/* line 568, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.has-warning .select2-choice,
.has-warning .select2-choices,
.has-warning.simple .select2-choice,
.has-warning.simple .select2-choices {
  border-color: #eebf5e;
}

/* line 576, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.has-error .select2-choice,
.has-error .select2-choices,
.has-error.simple .select2-choice,
.has-error.simple .select2-choices {
  border-color: #d38e99;
}

/* line 584, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.has-success .select2-choice,
.has-success .select2-choices,
.has-success.simple .select2-choice,
.has-success.simple .select2-choices {
  border-color: #a3ce7f;
}

/* line 593, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.has-warning.dark .select2-choice,
.has-warning.dark .select2-choices {
  border-color: #f4b04f;
}

/* line 598, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.has-error.dark .select2-choice,
.has-error.dark .select2-choices {
  border-color: #e66454;
}

/* line 603, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.select2.scss */
.has-success.dark .select2-choice,
.has-success.dark .select2-choices {
  border-color: #5ebd5e;
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker-dropdown {
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  left: 0;
  margin-top: 10px;
  top: 0;
  z-index: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker-dropdown.datepicker-orient-bottom {
  margin-top: -10px;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker-dropdown:after {
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  content: '';
  display: block;
  position: absolute;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 10.5px;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 10.5px;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker-dropdown.datepicker-orient-top:after {
  top: -13px;
}

/* line 35, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker-dropdown.datepicker-orient-bottom:after {
  border-bottom: 0;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
  bottom: -13px;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.modal .datepicker-dropdown {
  z-index: 1040;
}

/* line 50, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker {
  direction: ltr;
  padding: 0;
  width: auto !important;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker.datepicker-inline {
  border: 1px solid #eee;
  display: inline-block;
  position: relative;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker > div {
  display: none;
}

/* line 66, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
  display: block;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker div.datepicker-months td,
.datepicker div.datepicker-years td {
  width: 210px !important;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker td {
  line-height: 32px;
  padding: 0 !important;
  text-align: center;
  width: 30px;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker table tr td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

/* line 105, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker table tr td:last-child {
  border-right: none;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker table tr td.day:hover {
  background: #f3f3f3;
  cursor: pointer;
  position: relative;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #bbb;
}

/* line 118, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #eee;
  cursor: default;
}

/* line 124, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.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: #f3f3f3;
  font-weight: 700 !important;
}

/* line 131, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker table tr td.today:hover:hover {
  color: #555;
}

/* line 135, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 138, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.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: #f3f3f3;
}

/* line 144, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.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: #f3f3f3;
  font-weight: 700;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  color: #fff !important;
}

/* line 157, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  color: #fff !important;
}

/* line 164, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker table tr td span {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  float: left;
  line-height: 54px;
  margin: 1%;
  width: 23%;
}

/* line 172, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker table tr td span:hover {
  background: #eee;
}

/* line 175, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #eee;
  cursor: default;
}

/* line 181, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.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 {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 188, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #eee;
}

/* line 195, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 200, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker th,
.datepicker td,
.datepicker tr {
  border-top: none !important;
  text-align: center !important;
}

/* line 207, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker thead th,
.datepicker tfoot th {
  font-weight: 600;
  padding: 0 !important;
}

/* line 215, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker thead th {
  border-bottom: none !important;
  color: #fff;
  font-weight: 600;
  line-height: 35px !important;
  height: 35px !important;
  padding: 0 !important;
  text-align: center;
}

/* line 226, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker thead tr:first-child {
  border-bottom: 1px solid !important;
}

/* line 229, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker thead tr:first-child th:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 234, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker thead tr:last-child {
  border-bottom: none !important;
}

/* line 240, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker thead th.prev,
.datepicker thead th.next {
  color: rgba(0, 0, 0, 0);
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  width: 36px !important;
}

/* line 250, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker thead th.prev:after,
.datepicker thead th.next:after {
  bottom: 0;
  color: #fff;
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  left: 0;
  line-height: 35px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 36px;
}

/* line 268, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker thead th.prev {
  left: 0;
  border-right: 1px solid;
}

/* line 273, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker thead th.prev:after {
  content: "\f053";
}

/* line 279, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker thead th.next {
  border-left: 1px solid;
  right: 0;
}

/* line 284, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker thead th.next:after {
  content: "\f054";
}

/* line 291, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker tfoot th:hover {
  background: #eee;
}

/* line 295, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker tbody td,
.datepicker tfoot th {
  line-height: 32px !important;
}

/* line 301, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker > .datepicker-days tbody .cw {
  background: #f8f8f8 !important;
  color: #aaa;
  font-size: 8px;
  font-weight: 600;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker > .datepicker-days thead tr:first-child th.cw {
  background-color: transparent;
  cursor: default;
}

/* line 312, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  left: 30px;
  border-left: 1px solid;
}

/* line 318, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-left: 1px solid;
}

/* line 323, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.input-daterange input {
  text-align: center;
}

/* line 327, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepicker.scss */
.date .input-group-addon {
  cursor: pointer;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker {
  position: relative;
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}

/* line 20, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget .modal-footer {
  margin-top: 0 !important;
}

/* line 25, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu {
  left: 0;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  z-index: 400;
  margin: 10px 0 0;
  width: 200px;
  padding: 10px;
  right: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 36, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom {
  margin-top: 0;
}

/* line 37, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: block;
}

/* line 40, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  content: '';
  display: block;
  position: absolute;
}

/* line 49, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left:after {
  left: 10.5px;
}

/* line 50, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-right:after {
  right: 10.5px;
}

/* line 51, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:after {
  top: -13px;
}

/* line 52, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom:after {
  border-bottom: 0;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
  bottom: -13px;
}

/* line 59, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget span.bootstrap-timepicker-hour,
.bootstrap-timepicker-widget span.bootstrap-timepicker-minute,
.bootstrap-timepicker-widget span.bootstrap-timepicker-second,
.bootstrap-timepicker-widget span.bootstrap-timepicker-meridian {
  line-height: 32px;
  font-weight: 600;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget .timepicker-increment {
  margin-bottom: 5px;
}

/* line 71, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget .timepicker-decrement {
  margin-top: 5px;
}

/* line 76, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 81, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: auto;
  margin: 0;
  padding: 0;
  min-width: 20px;
}

/* line 88, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget table td.separator {
  width: 10px;
  text-align: center;
}

/* line 93, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget table td a,
.bootstrap-timepicker-widget table td input {
  border-radius: 2px !important;
}

/* line 98, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget table td a {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
  color: #666;
  text-decoration: none;
  line-height: 32px;
  text-align: center;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget table td a:hover {
  color: #fff;
}

/* line 113, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget table td a .fa {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 119, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.bootstrap-timepicker-widget table td input {
  position: relative;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/* line 130, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_timepicker.scss */
.modal .bootstrap-timepicker-widget.dropdown-menu {
  z-index: 1040;
}

/* line 11, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.datepaginator {
  font-size: 12px;
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination {
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-item,
.pagination a.dp-nav {
  margin: 0;
  text-align: center;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-item:hover,
.pagination a.dp-nav:hover {
  z-index: 403 !important;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-item {
  padding: 10px 0;
  border-radius: 0;
  margin: 0 0 0 -1px;
}

/* line 40, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-nav {
  margin: 0px;
  font-family: FontAwesome;
  padding: 17px 0;
  line-height: 20px;
}

/* line 46, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-nav i {
  display: none;
}

/* line 51, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-nav.dp-nav-right {
  margin: 0 0 0 -1px;
}

/* line 55, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-nav:before {
  display: none !important;
}

/* line 59, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-nav.dp-nav-left:after {
  content: "\f053";
}

/* line 63, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-nav.dp-nav-right:after {
  content: "\f054";
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-off,
.pagination a.dp-off:hover {
  background-color: #F9F9F9;
  z-index: 400;
}

/* line 73, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-today {
  color: #ffffff !important;
  z-index: 401;
}

/* line 78, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-selected {
  color: #ffffff !important;
  z-index: 402;
}

/* line 83, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
#dp-calendar {
  font-family: FontAwesome;
  position: absolute;
  line-height: 18px;
  top: 4px;
  right: 0;
  font-style: normal !important;
  display: block;
  font-size: 14px;
  padding: 0 8px 0 18px;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
#dp-calendar:after {
  content: "\f073" !important;
}

/* line 98, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
#dp-calendar:before {
  display: none !important;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.datepaginator-sm {
  font-size: 10px;
}

/* line 113, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-item.dp-item-sm {
  padding: 10px 0;
}

/* line 117, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-nav.dp-nav-sm {
  padding: 14px 0;
}

/* line 124, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.datepaginator-lg {
  font-size: 14px;
}

/* line 128, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-item.dp-item-lg {
  padding: 15px 0;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.pagination a.dp-nav.dp-nav-lg {
  padding: 25px 0;
  font-size: 13px;
}

/* line 138, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.modal .pagination a.dp-item:hover,
.modal .pagination a.dp-nav:hover {
  z-index: 1043 !important;
}

/* line 143, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.modal .pagination a.dp-off,
.modal .pagination a.dp-off:hover {
  z-index: 1040;
}

/* line 148, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.modal .pagination a.dp-today {
  z-index: 1041;
}

/* line 152, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_datepaginator.scss */
.modal .pagination a.dp-selected {
  z-index: 1042;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_tabdrop.scss */
.nav-tabs,
.nav-pills {
  position: relative;
}

/* line 11, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_tabdrop.scss */
.tabdrop {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_tabdrop.scss */
.tabdrop > .dropdown-toggle {
  cursor: pointer !important;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_tabdrop.scss */
.tabdrop > .dropdown-toggle > .fa {
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_tabdrop.scss */
.tabdrop > .dropdown-toggle > .caret {
  border: none;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 10px;
  height: auto;
  margin-left: 5px;
  position: relative;
  top: -1px;
  width: auto;
}

/* line 39, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_tabdrop.scss */
.tabdrop > .dropdown-toggle > .caret:after {
  content: "\f0d7";
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors {
  position: relative;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors input[type=hidden] + .minicolors-swatch {
  height: 32px;
  position: static;
  cursor: pointer;
}

/* line 21, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors .minicolors-grid {
  position: relative;
  float: right;
  width: 150px;
  height: 150px;
  background: url(/../images/plugins/jquery.minicolors.png) -120px 0;
  cursor: crosshair;
  margin: 1px;
}

/* line 31, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: none;
}

/* line 41, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background: url(/../images/plugins/jquery.minicolors.png) -80px 0;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

/* line 51, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 63, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-panel {
  display: none;
  position: absolute;
  background: #fff;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin-top: 10px;
  z-index: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 73, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-panel.minicolors-visible {
  display: block;
}

/* line 78, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-panel:after {
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  content: '';
  display: block;
  position: absolute;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.modal .minicolors-panel {
  z-index: 1040;
}

/* line 93, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-slider,
.minicolors-opacity-slider {
  position: relative;
  float: right;
  width: 20px;
  height: 150px;
  background: white url(/../images/plugins/jquery.minicolors.png) 0 0;
  cursor: row-resize;
  margin: 1px 1px 1px 0;
}

/* line 110, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-with-opacity .minicolors-slider {
  margin-right: 22px;
}

/* line 119, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-opacity-slider {
  background-position: -40px 0;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

/* line 129, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}

/* line 133, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-slider-saturation .minicolors-grid-inner {
  background: url(/../images/plugins/jquery.minicolors.png) -270px 0;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

/* line 144, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}

/* line 148, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-slider-brightness .minicolors-grid-inner {
  background: black;
}

/* line 152, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

/* line 159, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}

/* line 163, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

/* line 172, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-position-top .minicolors-panel {
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 176, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-position-top .minicolors-panel:after {
  border-bottom: 0;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
  bottom: -13px;
}

/* line 183, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-position-right .minicolors-panel {
  right: 0;
}

/* line 185, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-position-right .minicolors-panel:after {
  right: 2.5px;
}

/* line 188, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

/* line 190, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-position-bottom .minicolors-panel:after {
  top: -13px;
}

/* line 193, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-position-left .minicolors-panel {
  left: 0;
}

/* line 195, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-position-left .minicolors-panel:after {
  left: 2.5px;
}

/* line 202, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 215, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}

/* line 227, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 244, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-inline {
  display: inline-block;
}

/* line 247, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
  border: none;
  margin: 0;
  background: none;
}

/* line 258, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-inline .minicolors-panel:after {
  display: none !important;
}

/* line 269, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}

/* line 276, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}

/* line 283, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}

/* line 289, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}

/* line 294, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}

/* line 306, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-theme-bootstrap .minicolors-swatch {
  top: 3px;
  left: 3px;
  width: 26px;
  bottom: 3px;
  border-radius: 2px;
}

/* line 314, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-theme-bootstrap .minicolors-input {
  padding-left: 40px;
}

/* line 319, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 3px;
}

/* line 324, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.minicolors.scss */
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 40px;
  padding-left: 12px;
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editableform {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editableform .control-group {
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 20px;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editableform .form-control {
  width: auto;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-buttons {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  zoom: 1;
  *display: inline;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}

/* line 39, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}

/* line 45, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-input {
  vertical-align: top;
  display: inline-block;
  width: auto;
  white-space: normal;
  zoom: 1;
  *display: inline;
}

/* line 55, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editableform-loading {
  background: url(/../images/plugins/bootstrap-editable/loading.gif) center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-inline .editableform-loading {
  background-position: left 5px;
}

/* line 66, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}

/* line 74, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-error-block.ui-state-error {
  padding: 3px;
}

/* line 78, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-error {
  color: red;
}

/* line 87, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-checklist label {
  white-space: nowrap;
}

/* line 107, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}

/* line 113, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}

/* line 121, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-clear-x {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  font-size: 13px;
  line-height: 13px;
  font-family: FontAwesome;
  cursor: pointer;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}

/* line 136, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-clear-x:after {
  content: '\f057';
}

/* line 140, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-clear-x:hover {
  opacity: 1;
}

/* line 145, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-pre-wrapped {
  white-space: pre-wrap;
}

/* line 150, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-container.editable-popup {
  max-width: none !important;
}

/* line 154, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-container.popover {
  width: auto;
}

/* line 158, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  zoom: 1;
  *display: inline;
}

/* line 167, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-container .ui-widget {
  font-size: inherit;
  z-index: 9990;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}

/* line 180, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}

/* line 188, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  text-decoration: none;
}

/* line 197, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-unsaved {
  font-weight: bold;
}

/* line 201, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}

/* line 206, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}

/* line 213, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-buttons .editable-submit,
.editable-buttons .editable-cancel {
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

/* line 220, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-buttons .editable-submit i,
.editable-buttons .editable-cancel i {
  display: none;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-buttons .editable-cancel {
  color: #555;
  margin-left: 5px;
}

/* line 230, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-buttons .editable-submit:after {
  content: "\f00c";
}

/* line 234, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-buttons .editable-cancel:after {
  content: "\f00d";
}

/* line 239, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-input > .select2-container {
  max-width: 300px;
}

/* line 243, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_bootstrap_editable.scss */
.editable-date.well {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 0;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_address.scss */
.editable[data-type="address"] + .editable-container .editable-input {
  width: 260px;
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_address.scss */
.editable[data-type="address"] + .editable-container .editable-buttons {
  position: relative;
  top: 2px;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_address.scss */
.editable-address {
  margin-top: 2px;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_address.scss */
.editable-address label {
  width: 100%;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_address.scss */
.editable-address label span,
.editable-address input {
  display: block;
  float: left;
  margin: 0;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_address.scss */
.editable-address label span {
  width: 25%;
  padding: 0 10px 0 0;
  line-height: 32px;
  text-align: right;
  position: relative;
}

/* line 41, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_address.scss */
.editable-address input {
  width: 75% !important;
}

/* line 46, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_address.scss */
.editable-address + .editable-address {
  margin-top: 6px;
}

/* line 8, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_typeahead.scss */
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_typeahead.scss */
.tt-dropdown-menu {
  border: 2px solid #ccc;
  padding: 5px 0;
  min-width: 160px;
  margin-top: 2px;
  background-color: #fff;
  border-radius: 2px;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_typeahead.scss */
.tt-suggestion {
  display: block;
  margin: 0 -2px;
  padding: 5px 18px;
}

/* line 30, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_typeahead.scss */
.tt-suggestion p {
  margin: 0;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/plugins/bootstrap_editable/_typeahead.scss */
.tt-suggestion.tt-is-under-cursor a,
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
}

@media (min-width: 480px) {
  /* line 7, app/assets/stylesheets/pixel-admin-scss/plugins/_bootbox.scss */
  .bootbox.bootbox-sm .modal-dialog {
    width: 300px;
  }
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/plugins/_bootbox.scss */
.bootbox .modal-footer {
  margin-top: 0;
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
.dataTables_wrapper .table-header {
  margin-bottom: -7px;
  padding: 13px 0 13px 15px;
}

/* line 17, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
.dataTables_wrapper .table-header .table-caption {
  float: left;
  line-height: 20px;
  padding: 5px 10px 5px 0;
  width: auto;
}

/* line 25, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
.dataTables_wrapper .table-footer {
  margin-top: -7px;
  padding-right: 10px;
}

/* line 30, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
.dataTables_wrapper .DT-label {
  color: #888;
  line-height: 29px;
}

/* line 36, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
.DT-search,
.DT-per-page {
  display: inline-block;
}

/* line 41, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
.DT-lf-right {
  float: right;
  white-space: nowrap;
}

/* line 50, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
.DT-search {
  line-height: 30px;
  margin-right: 10px;
}

/* line 54, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
.DT-search,
.DT-search input {
  width: 130px !important;
}

/* line 59, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
.DT-search label,
.DT-search input {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

/* line 66, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
.DT-per-page {
  border-right: 1px solid #eee;
  margin-right: 10px;
  height: 30px;
  padding-right: 10px;
  white-space: nowrap;
}

/* line 73, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
.DT-per-page select {
  display: inline-block !important;
  width: auto !important;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
.DT-label {
  float: left;
  font-size: 12px;
}

/* line 88, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
.DT-pagination {
  float: right;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
.dataTables_paginate .pagination > li > a,
.dataTables_paginate .pagination > li > span {
  font-size: 12px;
  padding: 5px 10px;
}

/* line 108, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
table.dataTable {
  clear: both;
  margin-bottom: 6px !important;
  margin-top: 6px !important;
  max-width: none !important;
}

/* line 115, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
table.dataTable thead .sorting:after {
  content: "\f0dc";
  display: block;
}

/* line 128, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
table.dataTable thead .sorting_asc {
  background: rgba(0, 0, 0, 0.05);
}

/* line 131, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
table.dataTable thead .sorting_asc:after {
  content: "\f0dd";
  display: block;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
table.dataTable thead .sorting_desc {
  background: rgba(0, 0, 0, 0.05);
}

/* line 140, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
table.dataTable thead .sorting_desc:after {
  content: "\f0de";
  display: block;
}

/* line 146, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
table.dataTable thead .sorting_asc_disabled:after {
  content: "\f0dd";
  display: block;
  opacity: .3;
}

/* line 152, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
table.dataTable thead .sorting_desc_disabled:after {
  content: "\f0de";
  display: block;
  opacity: .3;
}

/* line 159, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
table.dataTable th {
  position: relative;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
table.dataTable th:after {
  display: none;
  font-family: FontAwesome;
  font-size: 11px;
  font-weight: normal !important;
  line-height: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 20px;
}

/* line 175, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
table.dataTable th:active {
  outline: none;
}

/* line 186, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
div.dataTables_scrollHead table {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0 !important;
}

/* line 191, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 200, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
div.dataTables_scrollBody table {
  margin-bottom: 0 !important;
  border-top: none;
}

/* line 205, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
div.dataTables_scrollFoot table {
  border-top: none;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.datatables.scss */
.table-primary .dataTables_wrapper .table-header input,
.table-primary .dataTables_wrapper .table-header select,
.table-success .dataTables_wrapper .table-header input,
.table-success .dataTables_wrapper .table-header select,
.table-danger .dataTables_wrapper .table-header input,
.table-danger .dataTables_wrapper .table-header select,
.table-warning .dataTables_wrapper .table-header input,
.table-warning .dataTables_wrapper .table-header select,
.table-info .dataTables_wrapper .table-header input,
.table-info .dataTables_wrapper .table-header select {
  border: none !important;
}

/* line 1161, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.table-success .dataTables_wrapper .DT-per-page {
  border-color: #518d51 !important;
}

/* line 1161, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.table-danger .dataTables_wrapper .DT-per-page {
  border-color: #ca4433 !important;
}

/* line 1161, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.table-warning .dataTables_wrapper .DT-per-page {
  border-color: #de9328 !important;
}

/* line 1161, app/assets/stylesheets/pixel-admin-scss/pages/../_mixins.scss */
.table-info .dataTables_wrapper .DT-per-page {
  border-color: #3da1bf !important;
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
#growls {
  position: fixed;
  right: 0;
  top: 10px;
  z-index: 5000;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.main-navbar-fixed #growls {
  top: 46px;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.main-menu-right #growls {
  left: 0;
  right: auto;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.growl {
  border-radius: 4px;
  margin: 10px;
  position: relative;
  opacity: 0.95;
  filter: alpha(opacity=95);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 39, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.growl .growl-title {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 2px;
}

/* line 46, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.growl .growl-message {
  font-size: 13px;
}

/* line 50, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.growl .growl-close {
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: helvetica, verdana, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-top: -2px;
}

/* line 65, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 69, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 77, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.growl.growl-small {
  padding: 6px 8px;
  width: 200px;
}

/* line 81, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.growl.growl-small .growl-title {
  font-size: 13px;
  margin-bottom: 0;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.growl.growl-small .growl-message {
  font-size: 11px;
}

/* line 91, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.growl.growl-medium {
  padding: 10px;
  width: 250px;
}

/* line 96, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.growl.growl-large {
  padding: 15px;
  width: 300px;
}

/* line 105, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.growl.growl-default {
  background: #7f8c8d;
  color: #fff;
}

/* line 110, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.growl.growl-error {
  background: #e66454;
  color: #fff;
}

/* line 115, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.growl.growl-notice {
  background: #5ebd5e;
  color: #fff;
}

/* line 120, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.growl.scss */
.growl.growl-warning {
  background: #f4b04f;
  color: #fff;
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-browser-not-supported .dz-message {
  display: none !important;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-browser-not-supported.dropzone-box {
  min-height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  width: auto !important;
  cursor: default !important;
  padding: 0 !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dropzone-box {
  position: relative;
  min-height: 284px;
  border: 3px dashed #ddd;
  border-radius: 3px;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  padding: 0 15px 15px 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 41, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-default.dz-message {
  color: #555;
  font-size: 20px;
  font-weight: 600;
  display: block;
  min-height: 70px;
  width: 300px;
  position: absolute;
  padding-left: 90px;
  padding-top: 12px;
  line-height: 22px;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -150px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 59, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-text-small {
  font-size: 14px;
  font-weight: 400;
}

/* line 64, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dropzone-box .fa.fa-cloud-upload {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 70px;
  font-size: 32px;
  background: #eee;
  color: #aaa;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dropzone-box:hover .fa.fa-cloud-upload {
  color: #fff;
}

/* line 84, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-started .dz-default.dz-message {
  display: none;
}

/* line 88, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-started:hover .fa.fa-cloud-upload {
  background: #eee !important;
  color: #aaa !important;
}

/* line 97, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-preview {
  width: 160px;
  padding: 6px 10px 10px 10px;
  margin: 15px 0 0 15px;
  display: inline-block;
  cursor: default;
  border: 1px solid #ddd;
  border-radius: 2px;
  vertical-align: top;
}

/* line 108, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-filename {
  color: #555;
  overflow: hidden;
  padding-bottom: 2px;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-size {
  padding-bottom: 8px;
}

/* line 118, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-thumbnail {
  width: 138px;
  height: 120px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-thumbnail > img {
  max-width: 100%;
  max-height: 120px;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-preview .progress,
.dz-preview .progess-bar {
  height: 8px;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-preview .progress {
  margin: 8px 0 0 0;
}

/* line 141, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-size {
  font-style: italic;
  color: #aaa;
  font-size: 11px;
}

/* line 147, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-size span {
  font-weight: 600;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-remove {
  line-height: 30px;
  display: block;
  margin: 8px -11px -11px -11px;
  text-align: center;
  color: #666;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 165, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-remove:hover {
  background: #e66454;
  color: #fff;
  border-top-color: transparent;
  text-decoration: none;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-thumbnail-wrapper {
  margin: 0 -10px;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  position: relative;
}

/* line 183, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-nopreview {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #888;
}

/* line 190, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-thumbnail img[src] + .dz-nopreview {
  display: none;
}

/* line 194, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-error-mark,
.dz-success-mark,
.dz-error-message {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

/* line 209, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-error-mark .fa,
.dz-success-mark .fa {
  line-height: 140px;
  font-size: 50px;
  color: #fff;
  font-weight: 400;
}

/* line 217, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-error-mark .fa {
  color: #fa6b59;
}

/* line 221, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-success-mark .fa {
  color: #9ed441;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-error-message {
  color: #fff;
  font-weight: 600;
  padding: 20px 10px 0 10px;
}

/* line 232, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-error .dz-error-mark {
  display: block;
}

/* line 236, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-error .dz-error-message {
  display: none;
}

/* line 241, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-error:hover .dz-error-mark {
  display: none;
}

/* line 245, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-error:hover .dz-error-message {
  display: block;
}

/* line 251, app/assets/stylesheets/pixel-admin-scss/plugins/_dropzone.scss */
.dz-success .dz-success-mark {
  display: block;
}

/* Layout
 ------------------------------------------*/
/* line 17, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor {
  border: 1px solid #d6d6d6;
  background: #fff;
  /* dropzone */
  /* fullscreen mode */
  /* codeview mode */
  /* toolbar */
  /* note handle */
  /* dialog */
  /* editable */
  /* codeable */
  /* dropdown-menu for toolbar and popover */
  /* color palette for toolbar and popover */
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 1;
  border: 2px dashed lightskyblue;
  color: lightskyblue;
  background-color: white;
  opacity: 0.95;
  pointer-event: none;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-dropzone.hover {
  border: 2px dashed #098ddf;
  color: #098ddf;
}

/* line 48, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor.dragover .note-dropzone {
  display: table;
}

/* line 53, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
}

/* line 59, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor.fullscreen .note-editable {
  background-color: white;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor.fullscreen .note-resizebar {
  display: none;
}

/* line 69, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor.codeview .note-editable {
  display: none;
}

/* line 72, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor.codeview .note-codable {
  display: block;
}

/* line 78, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar {
  padding-left: 5px;
  padding-bottom: 5px;
  margin: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d6d6d6;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .fa {
  font-size: 14px;
  margin: 0 !important;
}

/* line 90, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar > .btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar > .btn-group > .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .dropdown-menu {
  white-space: nowrap;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .dropdown-menu .btn-group {
  float: none;
}

/* line 108, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .dropdown-menu > li > a {
  cursor: pointer;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .note-table .dropdown-menu {
  min-width: 0;
  padding: 5px;
}

/* line 118, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
  font-size: 18px;
}

/* line 120, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 134, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 146, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .note-style h1, .note-editor .note-toolbar .note-style h2, .note-editor .note-toolbar .note-style h3, .note-editor .note-toolbar .note-style h4, .note-editor .note-toolbar .note-style h5, .note-editor .note-toolbar .note-style h6, .note-editor .note-toolbar .note-style blockquote {
  margin: 0;
}

/* line 152, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

/* line 156, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .note-color .dropdown-menu {
  min-width: 290px;
  white-space: nowrap;
}

/* line 159, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}

/* line 161, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}

/* line 165, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* line 172, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  font-size: 12px;
  margin: 5px;
  padding: 0 3px;
  cursor: pointer;
  border-radus: 5px;
}

/* line 180, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}

/* line 188, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

/* line 191, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-statusbar {
  background-color: #f5f5f5;
}

/* line 200, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-statusbar .note-resizebar {
  height: 8px;
  width: 100%;
  border-top: 1px solid #d6d6d6;
  cursor: s-resize;
}

/* line 205, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #d6d6d6;
}

/* line 214, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-popover .popover {
  max-width: none;
}

/* line 216, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-popover .popover .popover-content {
  padding: 5px;
}

/* line 219, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-popover .popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* for FF */
  vertical-align: middle;
  /* for FF */
}

/* line 227, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-popover .popover .popover-content .btn-group + .btn-group {
  margin-left: 5px;
}

/* line 231, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-popover .popover .arrow {
  left: 20px;
}

/* line 237, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-handle {
  /* control selection */
}

/* line 239, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}

/* line 243, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-handle .note-control-selection > div {
  position: absolute;
}

/* line 245, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* line 252, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}

/* line 258, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid black;
  background-color: white;
}

/* line 265, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

/* line 272, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}

/* line 279, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}

/* line 286, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

/* line 292, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: white;
  background-color: black;
  font-size: 12px;
  border-radus: 5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-dialog > div {
  display: none;
  /* BS2's hide pacth. */
}

/* line 312, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  /* vertical-align */
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
  margin-bottom: 10px;
}

/* line 322, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-dialog .note-help-dialog {
  font-size: 12px;
  color: #ccc;
  background-color: #222 !important;
  opacity: 0.9;
  filter: alpha(opacity=90);
  /* BS2's background pacth. */
  background: transparent;
  border: none;
}

/* line 328, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-dialog .note-help-dialog .modal-content {
  background: transparent;
  border: 1px solid white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

/* line 339, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-dialog .note-help-dialog a {
  font-size: 12px;
  color: white;
}

/* line 344, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-dialog .note-help-dialog .title {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: white 1px solid;
}

/* line 351, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-dialog .note-help-dialog .modal-close {
  font-size: 14px;
  color: #dd0;
  cursor: pointer;
}

/* line 356, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
  width: 100%;
}

/* line 358, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
  vertical-align: top;
}

/* line 362, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-dialog .note-help-dialog .note-shortcut {
  margin-top: 8px;
}

/* line 364, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-dialog .note-help-dialog .note-shortcut th {
  text-align: left;
  font-size: 13px;
  color: #dd0;
}

/* line 369, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
  min-width: 110px;
  font-family: "Courier New";
  color: #dd0;
  text-align: right;
  padding-right: 10px;
}

/* line 381, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-editable {
  padding: 10px;
  overflow: auto;
  outline: none;
}

/* line 386, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}

/* line 391, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  direction: ltr !important;
  /* override BS2 default style */
  border-radius: 0;
  margin-bottom: 0;
}

/* line 409, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .CodeMirror {
  direction: ltr !important;
}

/* line 414, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .dropdown-menu {
  min-width: 90px;
  /* dropdown-menu right position */
  /* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */
  /* dropdown-menu for selectbox */
}

/* line 419, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .dropdown-menu.right {
  right: 0;
  left: auto;
}

/* line 422, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

/* line 423, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

/* line 427, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .dropdown-menu li a i {
  color: deepskyblue;
  visibility: hidden;
}

/* line 431, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .dropdown-menu li a.checked i {
  visibility: visible;
}

/* line 436, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-fontsize-10 {
  font-size: 10px;
}

/* line 441, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-color-palette {
  line-height: 1;
}

/* line 444, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-color-palette div .note-color-btn {
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

/* line 451, app/assets/stylesheets/pixel-admin-scss/plugins/_summernote.scss */
.note-editor .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_markdown.scss */
.md-editor {
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_markdown.scss */
.md-editor > .md-header, .md-editor .md-footer {
  display: block;
  padding: 6px 4px;
  background: #f5f5f5;
}

/* line 21, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_markdown.scss */
.md-editor > .md-header {
  margin: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 25, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_markdown.scss */
.md-editor > .md-header .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_markdown.scss */
.md-editor > .md-header .btn .fa {
  font-size: 14px;
}

/* line 35, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_markdown.scss */
.md-editor > .md-preview {
  border-top: 1px dashed #e4e4e4;
  min-height: 10px;
  padding: 6px 12px;
}

/* line 41, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_markdown.scss */
.md-editor > textarea {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  outline: 0;
  margin: 0;
  display: block;
  padding: 6px 12px;
  width: 100%;
  border: 0;
  border-top: 1px dashed #e4e4e4;
  border-radius: 0;
  background: #fff;
}

/* line 55, app/assets/stylesheets/pixel-admin-scss/plugins/_bootstrap_markdown.scss */
.md-editor.active {
  border-color: #66afe9;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.sparkline.scss */
.jqstooltip {
  width: auto !important;
  height: auto !important;
  color: #fff !important;
  border-radius: 2px;
  background-color: #222 !important;
  font-size: 11px !important;
  padding: 4px 10px !important;
}

/* line 8, app/assets/stylesheets/pixel-admin-scss/plugins/_easy_pie_chart.scss */
.pie-chart {
  display: inline-block !important;
  position: relative !important;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.pie-chart:before, .pie-chart:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.pie-chart:after {
  clear: both;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/plugins/_easy_pie_chart.scss */
.pie-chart-label {
  display: block !important;
  width: 100%;
  text-align: center;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute !important;
  top: 50%;
  font-weight: 300;
  font-size: 17px;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/plugins/_morris.scss */
.morris-hover {
  position: absolute;
  z-index: 1000;
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/plugins/_morris.scss */
.morris-hover.morris-default-style {
  text-align: center;
  border-radius: 2px;
  background-color: #222;
  font-size: 11px;
  padding: 4px 10px;
}

/* line 21, app/assets/stylesheets/pixel-admin-scss/plugins/_morris.scss */
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 4px 0;
  color: #aaa;
}

/* line 27, app/assets/stylesheets/pixel-admin-scss/plugins/_morris.scss */
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 2px 0;
}

/* line 8, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.flot.scss */
.pa-flot-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.pa-flot-container:before, .pa-flot-container:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.pa-flot-container:after {
  clear: both;
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.flot.scss */
.pa-flot-graph {
  width: auto;
  height: auto;
}

/* line 21, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.flot.scss */
.pa-flot-info {
  width: auto;
  margin-bottom: 20px;
  background: #f4f4f4;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 2px;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.pa-flot-info:before, .pa-flot-info:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/pages/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_clearfix.scss */
.pa-flot-info:after {
  clear: both;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.flot.scss */
.pa-flot-info span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  cursor: default;
  padding-left: 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  color: #646464;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.flot.scss */
.pa-flot-info i {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  top: 12px;
  left: 10px;
  border-radius: 9999px;
}

/* line 55, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.flot.scss */
.pa-flot-tooltip {
  position: absolute;
  display: none;
  padding: 5px 10px;
  font-size: 12px;
  background: #222;
  color: #fff;
  border-radius: 2px;
}

/* line 66, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.flot.scss */
.tickLabel {
  font-size: 12px;
  color: #666;
}

/* line 72, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.flot.scss */
.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child {
  display: none;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/plugins/_jquery.flot.scss */
.pieLabel > div {
  font-size: 12px !important;
}

/* line 8, app/assets/stylesheets/pixel-admin-scss/plugins/_slim_scroll.scss */
.slimScrollBar {
  width: 6px !important;
  opacity: .3 !important;
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/plugins/_slim_scroll.scss */
.slimScrollRail {
  width: 6px !important;
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/themes/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.input-lg, .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: 17px;
  line-height: 1.33;
  border-radius: 3px;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/themes/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/default/_base.scss */
.theme-default {
  background: #f6f6f6;
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/themes/default/_base.scss */
.theme-default .page-header {
  background: #f6f6f6;
  border-color: #e9e9e9;
}

/* line 20, app/assets/stylesheets/pixel-admin-scss/themes/default/_base.scss */
.theme-default .table,
.theme-default .panel,
.theme-default hr {
  border-color: #e2e2e2;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/themes/default/_base.scss */
.theme-default .bordered {
  border-color: #e2e2e2;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/themes/default/_base.scss */
.theme-default .bordered[class*='bg-'],
.theme-default [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/themes/default/_base.scss */
.theme-default .panel.panel-transparent > .panel-heading {
  border-bottom-color: #e2e2e2 !important;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/themes/default/_base.scss */
.theme-default .breadcrumb-page {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 6px;
  padding-top: 6px;
}

/* line 11, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
.theme-default #main-navbar {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
.theme-default #main-navbar .navbar-header {
  background: #fff;
}

/* line 17, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
.theme-default #main-navbar .navbar-header a {
  color: #555;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
.theme-default #main-navbar .navbar-brand {
  color: #555;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
.theme-default #main-navbar .navbar-toggle,
.theme-default #main-navbar #main-menu-toggle {
  color: #555;
}

/* line 39, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
.theme-default #main-navbar #main-menu-toggle {
  background: #f8f8f8;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
.theme-default #main-navbar #main-menu-toggle .fa:before {
  color: #555;
}

/* line 51, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
.theme-default #main-navbar .navbar-collapse {
  border-top: 1px solid #f1f1f1;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 61, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
.theme-default #main-navbar .dropdown > a,
.theme-default #main-navbar .dropdown-menu > li > a,
.theme-default #main-navbar .nav > li > a {
  color: #555;
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
.theme-default #main-navbar li + li,
.theme-default #main-navbar .nav + .nav,
.theme-default #main-navbar .nav + .right {
  border-top: 1px solid #f1f1f1;
}

/* line 77, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
.theme-default #main-navbar .dropdown.open > a {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #dfdfdf;
  margin-top: -1px;
  background: #f6f6f6;
  color: #555;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
.theme-default #main-navbar form.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 92, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
.theme-default #main-navbar form.navbar-form .form-control {
  background: #f8f8f8;
  border: none;
  color: #999;
}

/* line 97, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
.theme-default #main-navbar form.navbar-form .form-control:focus {
  color: #555;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  /* line 115, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .navbar-header {
    background: #fff;
  }
  /* line 122, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .navbar-collapse {
    background: #fff;
    border: none;
  }
  /* line 126, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .navbar-collapse > div > .navbar-nav {
    border-left: 1px solid #f1f1f1;
  }
  /* line 131, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .right > .navbar-nav > li {
    border-left: 1px solid #f1f1f1;
    border-right: none;
  }
  /* line 136, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .navbar-nav > li {
    border-right: 1px solid #f1f1f1;
  }
  /* line 139, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .navbar-nav > li > a {
    color: #555;
  }
  /* line 143, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .navbar-nav > li > a:hover, .theme-default #main-navbar .navbar-nav > li.active > a, .theme-default #main-navbar .navbar-nav > li.dropdown.open > a {
    background: #f8f8f8;
    border-top: none !important;
    border-bottom: none !important;
  }
  /* line 156, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar li + li,
.theme-default #main-navbar .nav + .nav,
.theme-default #main-navbar .nav + .right {
    border-top: none;
  }
  /* line 166, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .dropdown.open > a {
    margin: 0;
    border-top: none;
  }
  /* line 171, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .dropdown-menu {
    background: #fff;
    padding: 5px 0;
  }
  /* line 175, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .dropdown-menu .divider {
    background-color: #f1f1f1;
  }
  /* line 179, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .dropdown-menu > li > a {
    color: #555;
  }
  /* line 182, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .dropdown-menu > li > a:hover {
    background: #f1f1f1;
  }
  /* line 193, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .widget-notifications a {
    color: !important;
  }
  /* line 197, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .widget-notifications .notification,
.theme-default #main-navbar .widget-notifications .notifications-link {
    border-color: #f1f1f1;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  /* line 204, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .widget-notifications .notification-description {
    color: #999;
  }
  /* line 208, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .widget-notifications .notification-ago {
    color: #bbb;
  }
  /* line 212, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .widget-notifications .notifications-link:hover {
    background: #f1f1f1;
  }
  /* line 222, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .widget-messages-alt a {
    color: !important;
  }
  /* line 226, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .widget-messages-alt .message,
.theme-default #main-navbar .widget-messages-alt .messages-link {
    border-color: #f1f1f1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  /* line 232, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .widget-messages-alt .message-subject {
    color: #555 !important;
  }
  /* line 236, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .widget-messages-alt .message-description {
    color: #aaa;
  }
  /* line 239, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .widget-messages-alt .message-description a {
    color: #888;
  }
  /* line 244, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default #main-navbar .widget-messages-alt .messages-link:hover {
    background: #f1f1f1;
  }
  /* line 250, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default.main-menu-right #main-navbar .navbar-header, .theme-default.mmc #main-navbar .navbar-header {
    background: #fff;
  }
  /* line 255, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default.main-menu-right #main-navbar .navbar-header {
    border-right: 1px solid #f1f1f1;
  }
}

@media (min-width: 768px) {
  /* line 267, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_navbar.scss */
  .theme-default.right-to-left #main-navbar .right > .navbar-nav > li {
    border-right: 1px solid #f1f1f1;
    border-left: none;
  }
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu-bg {
  background-color: #23272d;
}

/* line 11, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu .navigation a,
.theme-default #main-menu .mmc-dropdown-open-ul a {
  color: #808b9c;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 17, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu .navigation a:after,
.theme-default #main-menu .mmc-dropdown-open-ul a:after {
  content: "";
  top: 0;
  bottom: 0;
  width: 4px;
  position: absolute;
  right: auto;
  background: #1a7ab9;
  display: none;
  left: 0;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu .navigation a:hover,
.theme-default #main-menu .mmc-dropdown-open-ul a:hover {
  color: #fff;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu .navigation a:hover:after,
.theme-default #main-menu .mmc-dropdown-open-ul a:hover:after {
  display: block !important;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu li.active > a {
  background: #181b1f;
  color: #fff;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu li.active > a .menu-icon {
  color: #1d89cf;
}

/* line 46, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu li.active > a:after {
  display: block;
}

/* line 52, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu .mm-dropdown.active > a {
  background: none;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu .mm-dropdown.active > a:after {
  display: none;
}

/* line 61, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu .mm-dropdown > ul,
.theme-default #main-menu .mmc-dropdown-open-ul {
  background: #2a2e36;
}

/* line 66, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu .mmc-dropdown-open-ul .mmc-title {
  background: #181b1f;
  color: #fff;
}

/* line 72, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu .mmc-dropdown-open > a {
  background: #181b1f !important;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu .mmc-dropdown-open > a,
.theme-default #main-menu .mmc-dropdown-open > a .menu-icon {
  color: #fff !important;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu .mmc-dropdown-open > a:hover:after {
  display: none !important;
}

/* line 87, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu .menu-content {
  border-color: #2e333b;
}

/* line 90, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu .menu-content .btn-outline {
  border-color: #2e333b;
  color: #808b9c;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default #main-menu .menu-content .btn-outline:hover {
  color: #fff;
}

/* line 105, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default .mmc-dropdown-open .mm-dropdown.open > a, .theme-default.mme #main-menu .mm-dropdown.open > a {
  color: #fff;
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
  .theme-default #main-menu .mm-dropdown.open > a {
    color: #fff;
  }
  /* line 117, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
  .theme-default.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #808b9c;
  }
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/themes/default/_main_menu.scss */
.theme-default.right-to-left #main-menu .navigation a:after {
  left: auto;
  right: 0;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/default/_demo.scss */
.theme-default #main-navbar .navbar-brand div,
.theme-default .demo-logo {
  background: #1d89cf;
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/themes/default/_demo.scss */
.theme-default #main-navbar .navbar-header a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default.page-signin .signin-info, .theme-default.page-signup .signup-header {
  background: #1d89cf;
  background: rgba(29, 137, 207, 0.8);
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default .timeline:before,
.theme-default .timeline:after,
.theme-default .tl-header,
.theme-default .tl-icon {
  background: #dddddd;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default .tl-header,
.theme-default .tl-icon {
  box-shadow: 0 0 0 4px #f6f6f6;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default .tl-entry:before {
  background: #1d89cf;
  box-shadow: 0 0 0 3px #f6f6f6;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default .tl-body:before {
  border-color: transparent #e2e2e2 transparent transparent;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
  .theme-default .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #e2e2e2;
  }
  /* line 42, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
  .theme-default.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #e2e2e2 transparent transparent;
  }
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #e2e2e2;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default.page-mail .mail-nav,
.theme-default.page-mail .mail-nav:before {
  background: #f6f6f6;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default.page-mail .mail-nav .sections li.active .label,
.theme-default.page-mail .mail-nav .sections li.active .badge {
  background: #1d89cf;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default.page-mail .mail-nav,
.theme-default.page-mail .mail-nav .compose-btn,
.theme-default.page-mail .mail-nav .sections li.active,
.theme-default.page-mail .mail-nav:before {
  border-color: #e2e2e2;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default.page-mail .mail-nav .navigation.open .sections li.active {
  background: #ececec;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default.page-mail .mail-nav li.divider {
  background: #e2e2e2;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default.page-mail .mail-nav .sections li.active a {
  color: #444444;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default.page-mail .mail-nav .sections li.active:after {
  color: #aaaaaa;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default.page-mail .mail-nav .sections a {
  color: #6a6a6a;
}

/* line 99, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default.page-mail .mail-nav-header {
  color: #aaaaaa;
}

/* line 103, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
.theme-default.page-mail .mail-nav .add-more a {
  color: #aaaaaa;
}

@media (min-width: 992px) {
  /* line 109, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
  .theme-default.page-mail .mail-nav .navigation .sections li.active {
    background: #ececec;
  }
  /* line 113, app/assets/stylesheets/pixel-admin-scss/themes/default/_pages.scss */
  .theme-default.page-mail .mail-nav .sections a:hover {
    color: #444444;
  }
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .nav-icon-btn.nav-icon-btn-primary .label {
  background: #1d89cf;
}

/* line 752, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .btn-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .btn-primary, .theme-default .btn-primary:focus {
  border-color: #1a7ab9;
  border-bottom-color: #16689e;
  background: #1d89cf;
  background-image: -webkit-linear-gradient(top, #1e8cd3 0%, #1a7ab9 100%);
  background-image: linear-gradient(to bottom, #1e8cd3 0%, #1a7ab9 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .btn-primary:hover {
  color: #fff;
  border-color: #1871ab;
  border-bottom-color: #12547e;
  background: #1a7ab9 !important;
  background-image: -webkit-linear-gradient(top, #1c83c6 0%, #1871ab 100%) !important;
  background-image: linear-gradient(to bottom, #1c83c6 0%, #1871ab 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .btn-primary:active, .theme-default .btn-primary.active, .open .theme-default .btn-primary.dropdown-toggle {
  background: none;
  background: #1a7dbd !important;
  border-color: #146090;
  border-bottom-color: #146090 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .btn-primary.btn-flat {
  background: #1b80c2;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .btn-primary.btn-flat:hover, .theme-default .btn-primary.btn-flat:active, .theme-default .btn-primary.btn-flat.active, .open .theme-default .btn-primary.btn-flat.dropdown-toggle {
  background: #1b80c2 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .btn-primary.btn-outline:hover, .theme-default .btn-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #1871ab;
  border-bottom-color: #12547e;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .btn-primary.btn-outline:active, .theme-default .btn-primary.btn-outline.btn-flat:active {
  border-color: #146090;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-default .btn-primary, .btn-group .theme-default .btn-primary:focus, .input-group-btn .theme-default .btn-primary, .input-group-btn .theme-default .btn-primary:focus {
  border-left-color: #1871ab;
  border-right-color: #1871ab;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-default .btn-primary:hover, .btn-group.open .theme-default .btn-primary.dropdown-toggle, .input-group-btn .theme-default .btn-primary:hover, .input-group-btn.open .theme-default .btn-primary.dropdown-toggle {
  border-color: #1871ab;
  border-bottom-color: #12547e;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-default .btn-primary:active, .btn-group .theme-default .btn-primary.active, .input-group-btn .theme-default .btn-primary:active, .input-group-btn .theme-default .btn-primary.active {
  border-left-color: #146090;
  border-right-color: #146090;
}

/* line 756, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #146090 !important;
  background: none;
  background: #1a7dbd !important;
}

/* line 768, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .progress-bar {
  background: #1d89cf;
  border-color: #1977b4;
}

/* line 771, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .progress-striped .progress-bar {
  background-color: #1d89cf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 721, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .label.label-primary {
  background: #1d89cf;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .label.label-primary[href]:hover, .theme-default .label.label-primary[href]:focus {
  background-color: #176ba2;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .label.label-primary.label-tag {
  border: 1px solid #1d89cf;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .label.label-primary.label-tag:before {
  border-color: transparent #1d89cf transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .label.label-primary.label-tag[href]:hover, .theme-default .label.label-primary.label-tag[href]:focus {
  border-color: #176ba2;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .label.label-primary.label-tag[href]:hover:before, .theme-default .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #176ba2 transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-default .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #1d89cf;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-default .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-default .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #176ba2;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-default .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-default .label.label-primary.label-tag:before {
  border-color: transparent #1d89cf transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-default .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-default .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-default .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-default .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #176ba2 transparent transparent;
}

/* line 726, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #1d89cf;
}

/* line 730, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default.right-to-left .label.label-primary.label-tag:hover:before, .theme-default.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #176ba2;
}

/* line 736, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-default.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-default.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #1d89cf transparent transparent;
}

/* line 741, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-default.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-default.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-default.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-default.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #176ba2 transparent transparent;
}

/* line 780, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .badge.badge-primary {
  background: #1d89cf;
  border: 1px solid #1d89cf;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .badge.badge-primary[href]:hover, .theme-default .badge.badge-primary[href]:focus {
  background-color: #176ba2;
  border-color: #176ba2;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .table-primary table {
  border-top-color: #23638c !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .table-primary thead,
.theme-default .table-primary thead tr,
.theme-default .table-primary thead th,
.theme-default .table-primary .table-header {
  border-color: #23638c !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .table-primary thead tr,
.theme-default .table-primary thead th {
  background: #2175ac;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .table-primary .table-header {
  background: #1d89cf;
}

/* line 280, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .nav-tabs > li.active > a, .theme-default .nav-tabs > li.active > a:hover, .theme-default .nav-tabs > li.active > a:focus {
  background: #1d89cf;
  border-bottom: 2px solid #1a7ab9;
}

/* line 287, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #1a7ab9;
}

/* line 297, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .nav-pills > li.active > a, .theme-default .nav-pills > li.active > a:hover, .theme-default .nav-pills > li.active > a:focus {
  background: #1d89cf;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .dropdown-menu > li > a:hover,
.theme-default .dropdown-menu > li.active > a {
  background: #1d89cf;
}

/* line 313, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .dropdown-menu > li > a:hover {
  color: #fff;
}

/* line 820, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .btn-group .btn-primary,
.theme-default .btn-group .btn-primary:focus,
.theme-default .input-group-btn .btn-primary,
.theme-default .input-group-btn .btn-primary:focus {
  border-left-color: #1871ab;
  border-right-color: #1871ab;
}

/* line 827, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .btn-group .btn-primary:hover,
.theme-default .btn-group.open .btn-primary.dropdown-toggle,
.theme-default .input-group-btn .btn-primary:hover,
.theme-default .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #146090;
}

/* line 833, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .btn-group .btn-primary:active,
.theme-default .btn-group .btn-primary.active,
.theme-default .input-group-btn .btn-primary:active,
.theme-default .input-group-btn .btn-primary.active {
  border-left-color: #146090;
  border-right-color: #146090;
}

/* line 846, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .pagination > li > a:hover {
  border-color: #1d89cf;
}

/* line 850, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .pagination > li.active > a,
.theme-default .pagination > li.active > a:hover,
.theme-default .pagination > li.active > a:focus,
.theme-default .pagination > li.active > span {
  background: #1d89cf;
  border-color: #1d89cf;
}

/* line 861, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .pager li > a:hover {
  border-color: #1d89cf;
}

/* line 871, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default a.list-group-item.active {
  background: #1d89cf;
  border-color: #1d89cf;
}

/* line 875, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default a.list-group-item.active .list-group-item-text {
  color: #c2e2f6;
}

/* line 885, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .form-control:focus,
.theme-default .form-control.focus {
  border-color: #1d89cf;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 893, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-default input.px:focus + .lbl:before, .gt-ie8 .theme-default input.px + .lbl:hover:before {
  border-color: #1d89cf;
}

/* line 898, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-default input.px[type="checkbox"] + .lbl:after {
  color: #1d89cf;
}

/* line 902, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-default input.px[type="radio"] + .lbl:after {
  background: #1d89cf;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .text-primary, .theme-default .text-primary:hover, .theme-default .text-primary:active, .theme-default .text-primary:focus,
.theme-default .text-primary a,
.theme-default .text-primary a:focus {
  color: #1d89cf;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .text-primary a:hover,
.theme-default .text-primary a:active {
  color: #145d8c;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/default/default.scss */
.theme-default .bg-primary {
  background: #1d89cf !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .bg-primary[href]:hover {
  background: #227fbb !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .bg-primary.darken {
  background: #227fbb !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .bg-primary.darken[href]:hover {
  background: #1f76ae !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .bg-primary.darker {
  background: #1f76ae !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .bg-primary.darker[href]:hover {
  background: #1d6da1 !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .bg-primary, .theme-default .bg-primary:hover, .theme-default .bg-primary:active, .theme-default .bg-primary:focus,
.theme-default .bg-primary a,
.theme-default .bg-primary a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .bg-primary a:hover,
.theme-default .bg-primary a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .bg-primary[href]:hover,
.theme-default .bg-primary [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .bg-primary * {
  border-color: #2e9be2;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-slider-handle.ui-state-active:before {
  background: #1d89cf;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-slider-range {
  background: #1d89cf;
}

/* line 933, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-autocomplete > li > a:hover,
.theme-default .ui-autocompletev > li.active > a {
  background: #1d89cf;
}

/* line 938, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-autocomplete > li > a:hover {
  color: #fff;
}

/* line 942, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-autocomplete .ui-state-focus {
  background: #1d89cf;
  color: #fff;
}

/* line 950, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-menu .ui-menu-item a:hover,
.theme-default .ui-menu .ui-menu-item a.ui-state-focus,
.theme-default .ui-menu .ui-menu-item a.ui-state-active {
  background: #1d89cf;
}

/* line 963, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-progressbar-value {
  border-color: #1977b4;
  background-color: #1d89cf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 971, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-tabs-nav > .ui-tabs-active > a, .theme-default .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-default .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #1d89cf;
  border-bottom: 2px solid #1a7ab9;
}

/* line 983, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-datepicker .ui-state-active {
  background: #1d89cf !important;
}

/* line 987, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-datepicker-title {
  background: #1d89cf;
}

/* line 991, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-datepicker th {
  background: #2f76a4;
}

/* line 995, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-datepicker-buttonpane button.ui-priority-primary, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #1a7ab9;
  border-bottom-color: #16689e;
  background: #1d89cf;
  background-image: -webkit-linear-gradient(top, #1e8cd3 0%, #1a7ab9 100%);
  background-image: linear-gradient(to bottom, #1e8cd3 0%, #1a7ab9 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-datepicker-buttonpane button.ui-priority-primary:hover {
  color: #fff;
  border-color: #1871ab;
  border-bottom-color: #12547e;
  background: #1a7ab9 !important;
  background-image: -webkit-linear-gradient(top, #1c83c6 0%, #1871ab 100%) !important;
  background-image: linear-gradient(to bottom, #1c83c6 0%, #1871ab 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  background: none;
  background: #1a7dbd !important;
  border-color: #146090;
  border-bottom-color: #146090 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
  background: #1b80c2;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
  background: #1b80c2 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #1871ab;
  border-bottom-color: #12547e;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
  border-color: #146090;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-default .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-default .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #1871ab;
  border-right-color: #1871ab;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #1871ab;
  border-bottom-color: #12547e;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-default .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-default .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #146090;
  border-right-color: #146090;
}

/* line 1022, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .select2-drop-active,
.theme-default .select2-container-multi.select2-container-active .select2-choices,
.theme-default .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #1d89cf;
}

/* line 1028, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #1d89cf;
}

/* line 1033, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .select2-container-active .select2-choice,
.theme-default .select2-container-active .select2-choices {
  border: 1px solid #1d89cf;
}

/* line 1040, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-default .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #1d89cf;
  border-top-color: #aaa;
}

/* line 1047, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .select2-results .select2-highlighted {
  background: #1d89cf;
}

/* line 1007, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #1d89cf;
}

/* line 1011, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #176ba2;
}

/* line 1016, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #1d89cf !important;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .switcher-primary .switcher-state-on {
  background: #1d89cf !important;
}

/* line 1173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .pixel-file-input:hover {
  border-color: #1d89cf;
}

/* line 1074, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .datepicker table tr td.selected, .theme-default .datepicker table tr td.selected:hover, .theme-default .datepicker table tr td.selected.disabled, .theme-default .datepicker table tr td.selected.disabled:hover {
  background: #1d89cf;
}

/* line 1080, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .datepicker table tr td.active, .theme-default .datepicker table tr td.active:hover, .theme-default .datepicker table tr td.active.disabled, .theme-default .datepicker table tr td.active.disabled:hover {
  background: #1d89cf;
}

/* line 1087, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .datepicker table tr td span.active, .theme-default .datepicker table tr td span.active:hover, .theme-default .datepicker table tr td span.active.disabled, .theme-default .datepicker table tr td span.active.disabled:hover {
  background: #1d89cf;
}

/* line 1097, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .datepicker thead tr {
  background: #2f76a4;
}

/* line 1099, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .datepicker thead tr:first-child {
  background: #1d89cf !important;
  border-bottom-color: #30607f !important;
}

/* line 1105, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .datepicker thead th.prev,
.theme-default .datepicker thead th.next {
  background: #1d89cf;
}

/* line 1109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .datepicker thead th.prev {
  border-color: #30607f;
}

/* line 1112, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .datepicker thead th.next {
  border-color: #30607f;
}

/* line 1117, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #30607f;
}

/* line 1120, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #30607f;
}

/* line 1128, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .bootstrap-timepicker-widget table td a:hover {
  background: #1d89cf;
  border-color: #1d89cf;
}

/* line 1136, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .pagination a.dp-today,
.theme-default .pagination a.dp-today:hover {
  background: #3ba1e4;
  border-color: #2597e0;
}

/* line 1142, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .pagination a.dp-today:hover {
  border-color: #1d89cf !important;
}

/* line 1146, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .pagination a.dp-selected {
  background: #1d89cf !important;
  border-color: #1d89cf !important;
}

/* line 1154, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .tt-suggestion.tt-is-under-cursor {
  background: #1d89cf;
}

/* line 1161, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #23638c !important;
}

/* line 1180, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .dropzone-box.dz-drag-hover {
  border-color: #1d89cf;
}

/* line 1183, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .dropzone-box:hover .fa.fa-cloud-upload {
  background: #1d89cf;
}

/* line 1190, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .md-editor.active {
  border-color: #1d89cf;
}

/* line 1197, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-default .widget-rating .active a {
  color: #1d89cf;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_base.scss */
.theme-asphalt {
  background: #f3f3f3;
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_base.scss */
.theme-asphalt .page-header {
  background: #fff;
  border-color: #e9e9e9;
}

/* line 20, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_base.scss */
.theme-asphalt .table,
.theme-asphalt .panel,
.theme-asphalt hr {
  border-color: #e2e2e2;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_base.scss */
.theme-asphalt .bordered {
  border-color: #e2e2e2;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_base.scss */
.theme-asphalt .bordered[class*='bg-'],
.theme-asphalt [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_base.scss */
.theme-asphalt .panel.panel-transparent > .panel-heading {
  border-bottom-color: #e2e2e2 !important;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_base.scss */
.theme-asphalt .breadcrumb-page {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 6px;
  padding-top: 6px;
}

/* line 11, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
.theme-asphalt #main-navbar .navbar-header {
  background: #333;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
.theme-asphalt #main-navbar .navbar-header a {
  color: #fff;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
.theme-asphalt #main-navbar .navbar-brand {
  color: #fff;
}

/* line 31, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
.theme-asphalt #main-navbar .navbar-toggle,
.theme-asphalt #main-navbar #main-menu-toggle {
  color: #fff;
}

/* line 36, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
.theme-asphalt #main-navbar #main-menu-toggle {
  background: #3bc2a9;
}

/* line 39, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
.theme-asphalt #main-navbar #main-menu-toggle .fa:before {
  color: #fff;
}

/* line 48, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
.theme-asphalt #main-navbar .navbar-collapse {
  border-top: 1px solid #424242;
  background: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
.theme-asphalt #main-navbar .dropdown > a,
.theme-asphalt #main-navbar .dropdown-menu > li > a,
.theme-asphalt #main-navbar .nav > li > a {
  color: #b3b3b3;
}

/* line 64, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
.theme-asphalt #main-navbar li + li,
.theme-asphalt #main-navbar .nav + .nav,
.theme-asphalt #main-navbar .nav + .right {
  border-top: 1px solid #424242;
}

/* line 74, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
.theme-asphalt #main-navbar .dropdown.open > a {
  background: #424242;
  border-bottom: 1px solid #4d4d4d;
  border-top: 1px solid #595959;
  margin-top: -1px;
  color: #fff;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
.theme-asphalt #main-navbar form.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
.theme-asphalt #main-navbar form.navbar-form .form-control {
  background: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  color: #999;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
.theme-asphalt #main-navbar form.navbar-form .form-control:focus {
  background: #fff;
  color: #555;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar #main-menu-toggle {
    background: #35ae98;
  }
  /* line 119, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .navbar-header {
    background: #3bc2a9;
  }
  /* line 126, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .navbar-collapse {
    background: #333;
    border: none;
  }
  /* line 130, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .navbar-collapse > div > .navbar-nav {
    border-left: 1px solid #292929;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03) inset;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03) inset;
  }
  /* line 136, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .right > .navbar-nav > li {
    border-left: 1px solid #292929;
    border-right: none;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03) inset;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03) inset;
  }
  /* line 142, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .navbar-nav > li {
    border-right: 1px solid #292929;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03);
  }
  /* line 146, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .navbar-nav > li > a {
    color: #b3b3b3;
  }
  /* line 150, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .navbar-nav > li > a:hover, .theme-asphalt #main-navbar .navbar-nav > li.active > a, .theme-asphalt #main-navbar .navbar-nav > li.dropdown.open > a {
    border-bottom: 3px solid #3bc2a9;
    color: #fff;
  }
  /* line 162, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar li + li,
.theme-asphalt #main-navbar .nav + .nav,
.theme-asphalt #main-navbar .nav + .right {
    border-top: none;
  }
  /* line 172, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .dropdown.open > a {
    margin: 0;
    border-top: none;
  }
  /* line 177, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .dropdown-menu {
    background: #333;
    border: none;
    border-top: 1px solid #3bc2a9;
    padding: 5px 0;
  }
  /* line 183, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .dropdown-menu .divider {
    background-color: #292929;
  }
  /* line 187, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .dropdown-menu > li > a {
    color: #fff;
  }
  /* line 190, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .dropdown-menu > li > a:hover {
    background: #3d3d3d;
  }
  /* line 201, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .widget-notifications a:hover {
    color: #fff !important;
  }
  /* line 205, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .widget-notifications .notification,
.theme-asphalt #main-navbar .widget-notifications .notifications-link {
    border-color: #292929;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  /* line 212, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .widget-notifications .notification-description {
    color: #888;
  }
  /* line 216, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .widget-notifications .notification-ago {
    color: #666;
  }
  /* line 220, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .widget-notifications .notifications-link:hover {
    background: #424242;
  }
  /* line 230, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .widget-messages-alt a:hover {
    color: #fff !important;
  }
  /* line 234, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .widget-messages-alt .message,
.theme-asphalt #main-navbar .widget-messages-alt .messages-link {
    border-color: #292929;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  /* line 241, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .widget-messages-alt .message-subject {
    color: #bbb;
  }
  /* line 245, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .widget-messages-alt .message-description {
    color: #666;
  }
  /* line 248, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .widget-messages-alt .message-description a {
    color: #888;
  }
  /* line 253, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt #main-navbar .widget-messages-alt .messages-link:hover {
    background: #424242;
  }
  /* line 259, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt.main-menu-right #main-navbar .navbar-header, .theme-asphalt.mmc #main-navbar .navbar-header, .theme-asphalt.no-main-menu #main-navbar .navbar-header {
    background: #333;
  }
  /* line 265, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt.main-menu-right #main-navbar .navbar-header {
    border-right: 1px solid #292929;
  }
}

@media (min-width: 768px) {
  /* line 277, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt.right-to-left #main-navbar .right > .navbar-nav > li {
    border-right: 1px solid #292929;
    border-left: none;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03);
  }
  /* line 284, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_navbar.scss */
  .theme-asphalt.right-to-left.mmc #main-navbar .navbar-header {
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03) inset;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03) inset;
  }
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu-bg {
  background-color: #515151;
}

/* line 11, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu .navigation a,
.theme-asphalt #main-menu .mmc-dropdown-open-ul a {
  color: #b7b7b7;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 17, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu .navigation a:after,
.theme-asphalt #main-menu .mmc-dropdown-open-ul a:after {
  content: "";
  top: 0;
  bottom: 0;
  width: 4px;
  position: absolute;
  right: auto;
  background: #35ae98;
  display: none;
  left: 0;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu .navigation a:hover,
.theme-asphalt #main-menu .mmc-dropdown-open-ul a:hover {
  color: #fff;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu .navigation a:hover:after,
.theme-asphalt #main-menu .mmc-dropdown-open-ul a:hover:after {
  display: block !important;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu li.active > a {
  background: #444444;
  color: #fff;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu li.active > a .menu-icon {
  color: #3bc2a9;
}

/* line 46, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu li.active > a:after {
  display: block;
}

/* line 52, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu .mm-dropdown.active > a {
  background: none;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu .mm-dropdown.active > a:after {
  display: none;
}

/* line 61, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu .mm-dropdown > ul,
.theme-asphalt #main-menu .mmc-dropdown-open-ul {
  background: #595959;
}

/* line 66, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu .mmc-dropdown-open-ul .mmc-title {
  background: #35ae98;
  color: #fff;
}

/* line 72, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu .mmc-dropdown-open > a {
  background: #35ae98 !important;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu .mmc-dropdown-open > a,
.theme-asphalt #main-menu .mmc-dropdown-open > a .menu-icon {
  color: #fff !important;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu .mmc-dropdown-open > a:hover:after {
  display: none !important;
}

/* line 87, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu .menu-content {
  border-color: #5e5e5e;
}

/* line 90, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu .menu-content .btn-outline {
  border-color: #5e5e5e;
  color: #b7b7b7;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt #main-menu .menu-content .btn-outline:hover {
  color: #fff;
}

/* line 105, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt .mmc-dropdown-open .mm-dropdown.open > a, .theme-asphalt.mme #main-menu .mm-dropdown.open > a {
  color: #fff;
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
  .theme-asphalt #main-menu .mm-dropdown.open > a {
    color: #fff;
  }
  /* line 117, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
  .theme-asphalt.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #b7b7b7;
  }
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_main_menu.scss */
.theme-asphalt.right-to-left #main-menu .navigation a:after {
  left: auto;
  right: 0;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_demo.scss */
.theme-asphalt #main-navbar .navbar-brand div,
.theme-asphalt .demo-logo {
  background: #3bc2a9;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt.page-signin .signin-info, .theme-asphalt.page-signup .signup-header {
  background: #52bdb4;
  background: rgba(82, 189, 180, 0.8);
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt .timeline:before,
.theme-asphalt .timeline:after,
.theme-asphalt .tl-header,
.theme-asphalt .tl-icon {
  background: #dadada;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt .tl-header,
.theme-asphalt .tl-icon {
  box-shadow: 0 0 0 4px #f3f3f3;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt .tl-entry:before {
  background: #52bdb4;
  box-shadow: 0 0 0 3px #f3f3f3;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt .tl-body:before {
  border-color: transparent #e2e2e2 transparent transparent;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
  .theme-asphalt .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #e2e2e2;
  }
  /* line 42, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
  .theme-asphalt.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #e2e2e2 transparent transparent;
  }
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #e2e2e2;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt.page-mail .mail-nav,
.theme-asphalt.page-mail .mail-nav:before {
  background: #f3f3f3;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt.page-mail .mail-nav .sections li.active .label,
.theme-asphalt.page-mail .mail-nav .sections li.active .badge {
  background: #52bdb4;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt.page-mail .mail-nav,
.theme-asphalt.page-mail .mail-nav .compose-btn,
.theme-asphalt.page-mail .mail-nav .sections li.active,
.theme-asphalt.page-mail .mail-nav:before {
  border-color: #e2e2e2;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt.page-mail .mail-nav .navigation.open .sections li.active {
  background: #e9e9e9;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt.page-mail .mail-nav li.divider {
  background: #e2e2e2;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt.page-mail .mail-nav .sections li.active a {
  color: #414141;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt.page-mail .mail-nav .sections li.active:after {
  color: #a7a7a7;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt.page-mail .mail-nav .sections a {
  color: #676767;
}

/* line 99, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt.page-mail .mail-nav-header {
  color: #a7a7a7;
}

/* line 103, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
.theme-asphalt.page-mail .mail-nav .add-more a {
  color: #a7a7a7;
}

@media (min-width: 992px) {
  /* line 109, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
  .theme-asphalt.page-mail .mail-nav .navigation .sections li.active {
    background: #e9e9e9;
  }
  /* line 113, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/_pages.scss */
  .theme-asphalt.page-mail .mail-nav .sections a:hover {
    color: #414141;
  }
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .nav-icon-btn.nav-icon-btn-primary .label {
  background: #52bdb4;
}

/* line 752, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .btn-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .btn-primary, .theme-asphalt .btn-primary:focus {
  border-color: #44b2a8;
  border-bottom-color: #3b9c93;
  background: #52bdb4;
  background-image: -webkit-linear-gradient(top, #56beb6 0%, #44b2a8 100%);
  background-image: linear-gradient(to bottom, #56beb6 0%, #44b2a8 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .btn-primary:hover {
  color: #fff;
  border-color: #40a79e;
  border-bottom-color: #31827b;
  background: #44b2a8 !important;
  background-image: -webkit-linear-gradient(top, #4bbab1 0%, #40a79e 100%) !important;
  background-image: linear-gradient(to bottom, #4bbab1 0%, #40a79e 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .btn-primary:active, .theme-asphalt .btn-primary.active, .open .theme-asphalt .btn-primary.dropdown-toggle {
  background: none;
  background: #45b5ac !important;
  border-color: #379089;
  border-bottom-color: #379089 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .btn-primary.btn-flat {
  background: #47b9af;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .btn-primary.btn-flat:hover, .theme-asphalt .btn-primary.btn-flat:active, .theme-asphalt .btn-primary.btn-flat.active, .open .theme-asphalt .btn-primary.btn-flat.dropdown-toggle {
  background: #47b9af !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .btn-primary.btn-outline:hover, .theme-asphalt .btn-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #40a79e;
  border-bottom-color: #31827b;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .btn-primary.btn-outline:active, .theme-asphalt .btn-primary.btn-outline.btn-flat:active {
  border-color: #379089;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-asphalt .btn-primary, .btn-group .theme-asphalt .btn-primary:focus, .input-group-btn .theme-asphalt .btn-primary, .input-group-btn .theme-asphalt .btn-primary:focus {
  border-left-color: #40a79e;
  border-right-color: #40a79e;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-asphalt .btn-primary:hover, .btn-group.open .theme-asphalt .btn-primary.dropdown-toggle, .input-group-btn .theme-asphalt .btn-primary:hover, .input-group-btn.open .theme-asphalt .btn-primary.dropdown-toggle {
  border-color: #40a79e;
  border-bottom-color: #31827b;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-asphalt .btn-primary:active, .btn-group .theme-asphalt .btn-primary.active, .input-group-btn .theme-asphalt .btn-primary:active, .input-group-btn .theme-asphalt .btn-primary.active {
  border-left-color: #379089;
  border-right-color: #379089;
}

/* line 756, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #379089 !important;
  background: none;
  background: #45b5ac !important;
}

/* line 768, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .progress-bar {
  background: #52bdb4;
  border-color: #42aea5;
}

/* line 771, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .progress-striped .progress-bar {
  background-color: #52bdb4;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 721, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .label.label-primary {
  background: #52bdb4;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .label.label-primary[href]:hover, .theme-asphalt .label.label-primary[href]:focus {
  background-color: #3d9f97;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .label.label-primary.label-tag {
  border: 1px solid #52bdb4;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .label.label-primary.label-tag:before {
  border-color: transparent #52bdb4 transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .label.label-primary.label-tag[href]:hover, .theme-asphalt .label.label-primary.label-tag[href]:focus {
  border-color: #3d9f97;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .label.label-primary.label-tag[href]:hover:before, .theme-asphalt .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #3d9f97 transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-asphalt .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #52bdb4;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-asphalt .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-asphalt .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #3d9f97;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-asphalt .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-asphalt .label.label-primary.label-tag:before {
  border-color: transparent #52bdb4 transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-asphalt .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-asphalt .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-asphalt .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-asphalt .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #3d9f97 transparent transparent;
}

/* line 726, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #52bdb4;
}

/* line 730, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt.right-to-left .label.label-primary.label-tag:hover:before, .theme-asphalt.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #3d9f97;
}

/* line 736, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-asphalt.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-asphalt.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #52bdb4 transparent transparent;
}

/* line 741, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-asphalt.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-asphalt.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-asphalt.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-asphalt.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #3d9f97 transparent transparent;
}

/* line 780, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .badge.badge-primary {
  background: #52bdb4;
  border: 1px solid #52bdb4;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .badge.badge-primary[href]:hover, .theme-asphalt .badge.badge-primary[href]:focus {
  background-color: #3d9f97;
  border-color: #3d9f97;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .table-primary table {
  border-top-color: #4a8883 !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .table-primary thead,
.theme-asphalt .table-primary thead tr,
.theme-asphalt .table-primary thead th,
.theme-asphalt .table-primary .table-header {
  border-color: #4a8883 !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .table-primary thead tr,
.theme-asphalt .table-primary thead th {
  background: #4ca49d;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .table-primary .table-header {
  background: #52bdb4;
}

/* line 280, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .nav-tabs > li.active > a, .theme-asphalt .nav-tabs > li.active > a:hover, .theme-asphalt .nav-tabs > li.active > a:focus {
  background: #52bdb4;
  border-bottom: 2px solid #44b2a8;
}

/* line 287, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #44b2a8;
}

/* line 297, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .nav-pills > li.active > a, .theme-asphalt .nav-pills > li.active > a:hover, .theme-asphalt .nav-pills > li.active > a:focus {
  background: #52bdb4;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .dropdown-menu > li > a:hover,
.theme-asphalt .dropdown-menu > li.active > a {
  background: #52bdb4;
}

/* line 313, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .dropdown-menu > li > a:hover {
  color: #fff;
}

/* line 820, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .btn-group .btn-primary,
.theme-asphalt .btn-group .btn-primary:focus,
.theme-asphalt .input-group-btn .btn-primary,
.theme-asphalt .input-group-btn .btn-primary:focus {
  border-left-color: #40a79e;
  border-right-color: #40a79e;
}

/* line 827, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .btn-group .btn-primary:hover,
.theme-asphalt .btn-group.open .btn-primary.dropdown-toggle,
.theme-asphalt .input-group-btn .btn-primary:hover,
.theme-asphalt .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #379089;
}

/* line 833, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .btn-group .btn-primary:active,
.theme-asphalt .btn-group .btn-primary.active,
.theme-asphalt .input-group-btn .btn-primary:active,
.theme-asphalt .input-group-btn .btn-primary.active {
  border-left-color: #379089;
  border-right-color: #379089;
}

/* line 846, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .pagination > li > a:hover {
  border-color: #52bdb4;
}

/* line 850, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .pagination > li.active > a,
.theme-asphalt .pagination > li.active > a:hover,
.theme-asphalt .pagination > li.active > a:focus,
.theme-asphalt .pagination > li.active > span {
  background: #52bdb4;
  border-color: #52bdb4;
}

/* line 861, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .pager li > a:hover {
  border-color: #52bdb4;
}

/* line 871, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt a.list-group-item.active {
  background: #52bdb4;
  border-color: #52bdb4;
}

/* line 875, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt a.list-group-item.active .list-group-item-text {
  color: #e6f5f4;
}

/* line 885, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .form-control:focus,
.theme-asphalt .form-control.focus {
  border-color: #52bdb4;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 893, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-asphalt input.px:focus + .lbl:before, .gt-ie8 .theme-asphalt input.px + .lbl:hover:before {
  border-color: #52bdb4;
}

/* line 898, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-asphalt input.px[type="checkbox"] + .lbl:after {
  color: #52bdb4;
}

/* line 902, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-asphalt input.px[type="radio"] + .lbl:after {
  background: #52bdb4;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .text-primary, .theme-asphalt .text-primary:hover, .theme-asphalt .text-primary:active, .theme-asphalt .text-primary:focus,
.theme-asphalt .text-primary a,
.theme-asphalt .text-primary a:focus {
  color: #52bdb4;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .text-primary a:hover,
.theme-asphalt .text-primary a:active {
  color: #368d85;
}

/* line 88, app/assets/stylesheets/pixel-admin-scss/themes/asphalt/asphalt.scss */
.theme-asphalt .bg-primary {
  background: #52bdb4 !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .bg-primary[href]:hover {
  background: #4fb1a9 !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .bg-primary.darken {
  background: #4fb1a9 !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .bg-primary.darken[href]:hover {
  background: #4aa79f !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .bg-primary.darker {
  background: #4aa79f !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .bg-primary.darker[href]:hover {
  background: #459c95 !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .bg-primary, .theme-asphalt .bg-primary:hover, .theme-asphalt .bg-primary:active, .theme-asphalt .bg-primary:focus,
.theme-asphalt .bg-primary a,
.theme-asphalt .bg-primary a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .bg-primary a:hover,
.theme-asphalt .bg-primary a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .bg-primary[href]:hover,
.theme-asphalt .bg-primary [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .bg-primary * {
  border-color: #6cc7bf;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-slider-handle.ui-state-active:before {
  background: #52bdb4;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-slider-range {
  background: #52bdb4;
}

/* line 933, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-autocomplete > li > a:hover,
.theme-asphalt .ui-autocompletev > li.active > a {
  background: #52bdb4;
}

/* line 938, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-autocomplete > li > a:hover {
  color: #fff;
}

/* line 942, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-autocomplete .ui-state-focus {
  background: #52bdb4;
  color: #fff;
}

/* line 950, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-menu .ui-menu-item a:hover,
.theme-asphalt .ui-menu .ui-menu-item a.ui-state-focus,
.theme-asphalt .ui-menu .ui-menu-item a.ui-state-active {
  background: #52bdb4;
}

/* line 963, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-progressbar-value {
  border-color: #42aea5;
  background-color: #52bdb4;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 971, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-tabs-nav > .ui-tabs-active > a, .theme-asphalt .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-asphalt .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #52bdb4;
  border-bottom: 2px solid #44b2a8;
}

/* line 983, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-datepicker .ui-state-active {
  background: #52bdb4 !important;
}

/* line 987, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-datepicker-title {
  background: #52bdb4;
}

/* line 991, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-datepicker th {
  background: #5c9994;
}

/* line 995, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary, .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #44b2a8;
  border-bottom-color: #3b9c93;
  background: #52bdb4;
  background-image: -webkit-linear-gradient(top, #56beb6 0%, #44b2a8 100%);
  background-image: linear-gradient(to bottom, #56beb6 0%, #44b2a8 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary:hover {
  color: #fff;
  border-color: #40a79e;
  border-bottom-color: #31827b;
  background: #44b2a8 !important;
  background-image: -webkit-linear-gradient(top, #4bbab1 0%, #40a79e 100%) !important;
  background-image: linear-gradient(to bottom, #4bbab1 0%, #40a79e 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  background: none;
  background: #45b5ac !important;
  border-color: #379089;
  border-bottom-color: #379089 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
  background: #47b9af;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
  background: #47b9af !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #40a79e;
  border-bottom-color: #31827b;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
  border-color: #379089;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #40a79e;
  border-right-color: #40a79e;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #40a79e;
  border-bottom-color: #31827b;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-asphalt .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #379089;
  border-right-color: #379089;
}

/* line 1022, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .select2-drop-active,
.theme-asphalt .select2-container-multi.select2-container-active .select2-choices,
.theme-asphalt .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #52bdb4;
}

/* line 1028, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #52bdb4;
}

/* line 1033, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .select2-container-active .select2-choice,
.theme-asphalt .select2-container-active .select2-choices {
  border: 1px solid #52bdb4;
}

/* line 1040, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-asphalt .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #52bdb4;
  border-top-color: #aaa;
}

/* line 1047, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .select2-results .select2-highlighted {
  background: #52bdb4;
}

/* line 1007, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #52bdb4;
}

/* line 1011, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #3d9f97;
}

/* line 1016, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #52bdb4 !important;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .switcher-primary .switcher-state-on {
  background: #52bdb4 !important;
}

/* line 1173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .pixel-file-input:hover {
  border-color: #52bdb4;
}

/* line 1074, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .datepicker table tr td.selected, .theme-asphalt .datepicker table tr td.selected:hover, .theme-asphalt .datepicker table tr td.selected.disabled, .theme-asphalt .datepicker table tr td.selected.disabled:hover {
  background: #52bdb4;
}

/* line 1080, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .datepicker table tr td.active, .theme-asphalt .datepicker table tr td.active:hover, .theme-asphalt .datepicker table tr td.active.disabled, .theme-asphalt .datepicker table tr td.active.disabled:hover {
  background: #52bdb4;
}

/* line 1087, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .datepicker table tr td span.active, .theme-asphalt .datepicker table tr td span.active:hover, .theme-asphalt .datepicker table tr td span.active.disabled, .theme-asphalt .datepicker table tr td span.active.disabled:hover {
  background: #52bdb4;
}

/* line 1097, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .datepicker thead tr {
  background: #5c9994;
}

/* line 1099, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .datepicker thead tr:first-child {
  background: #52bdb4 !important;
  border-bottom-color: #597876 !important;
}

/* line 1105, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .datepicker thead th.prev,
.theme-asphalt .datepicker thead th.next {
  background: #52bdb4;
}

/* line 1109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .datepicker thead th.prev {
  border-color: #597876;
}

/* line 1112, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .datepicker thead th.next {
  border-color: #597876;
}

/* line 1117, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #597876;
}

/* line 1120, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #597876;
}

/* line 1128, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .bootstrap-timepicker-widget table td a:hover {
  background: #52bdb4;
  border-color: #52bdb4;
}

/* line 1136, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .pagination a.dp-today,
.theme-asphalt .pagination a.dp-today:hover {
  background: #77cbc4;
  border-color: #64c4bc;
}

/* line 1142, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .pagination a.dp-today:hover {
  border-color: #52bdb4 !important;
}

/* line 1146, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .pagination a.dp-selected {
  background: #52bdb4 !important;
  border-color: #52bdb4 !important;
}

/* line 1154, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .tt-suggestion.tt-is-under-cursor {
  background: #52bdb4;
}

/* line 1161, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #4a8883 !important;
}

/* line 1180, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .dropzone-box.dz-drag-hover {
  border-color: #52bdb4;
}

/* line 1183, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .dropzone-box:hover .fa.fa-cloud-upload {
  background: #52bdb4;
}

/* line 1190, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .md-editor.active {
  border-color: #52bdb4;
}

/* line 1197, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-asphalt .widget-rating .active a {
  color: #52bdb4;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_base.scss */
.theme-purple-hills {
  background: #f6f6f6;
}

/* line 13, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_base.scss */
.theme-purple-hills .page-header {
  background: #fff;
  border-color: #e9e9e9;
}

/* line 20, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_base.scss */
.theme-purple-hills .table,
.theme-purple-hills .panel,
.theme-purple-hills hr {
  border-color: #e2e2e2;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_base.scss */
.theme-purple-hills .bordered {
  border-color: #e2e2e2;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_base.scss */
.theme-purple-hills .bordered[class*='bg-'],
.theme-purple-hills [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_base.scss */
.theme-purple-hills .panel.panel-transparent > .panel-heading {
  border-bottom-color: #e2e2e2 !important;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_base.scss */
.theme-purple-hills .breadcrumb-page {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 6px;
  padding-top: 6px;
}

/* line 11, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
.theme-purple-hills #main-navbar .navbar-header {
  background: #2e313e;
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
.theme-purple-hills #main-navbar .navbar-header a {
  color: #fff;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
.theme-purple-hills #main-navbar .navbar-brand {
  color: #fff;
}

/* line 31, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
.theme-purple-hills #main-navbar .navbar-toggle,
.theme-purple-hills #main-navbar #main-menu-toggle {
  color: #fff;
}

/* line 36, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
.theme-purple-hills #main-navbar #main-menu-toggle {
  background: #a48ad4;
}

/* line 39, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
.theme-purple-hills #main-navbar #main-menu-toggle .fa:before {
  color: #fff;
}

/* line 48, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
.theme-purple-hills #main-navbar .navbar-collapse {
  border-top: 1px solid #3b3f50;
  background: #2e313e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
.theme-purple-hills #main-navbar .dropdown > a,
.theme-purple-hills #main-navbar .dropdown-menu > li > a,
.theme-purple-hills #main-navbar .nav > li > a {
  color: #abafc0;
}

/* line 64, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
.theme-purple-hills #main-navbar li + li,
.theme-purple-hills #main-navbar .nav + .nav,
.theme-purple-hills #main-navbar .nav + .right {
  border-top: 1px solid #3b3f50;
}

/* line 74, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
.theme-purple-hills #main-navbar .dropdown.open > a {
  background: #3b3f50;
  border-bottom: 1px solid #44485b;
  border-top: 1px solid #4f546a;
  margin-top: -1px;
  color: #fff;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
.theme-purple-hills #main-navbar form.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
.theme-purple-hills #main-navbar form.navbar-form .form-control {
  background: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  color: #999;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
.theme-purple-hills #main-navbar form.navbar-form .form-control:focus {
  background: #fff;
  color: #555;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar #main-menu-toggle {
    background: #9577cd;
  }
  /* line 119, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .navbar-header {
    background: #a48ad4;
  }
  /* line 126, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .navbar-collapse {
    background: #2e313e;
    border: none;
  }
  /* line 130, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .navbar-collapse > div > .navbar-nav {
    border-left: 1px solid #252832;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03) inset;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03) inset;
  }
  /* line 136, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .right > .navbar-nav > li {
    border-left: 1px solid #252832;
    border-right: none;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03) inset;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03) inset;
  }
  /* line 142, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .navbar-nav > li {
    border-right: 1px solid #252832;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03);
  }
  /* line 146, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .navbar-nav > li > a {
    color: #abafc0;
  }
  /* line 150, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .navbar-nav > li > a:hover, .theme-purple-hills #main-navbar .navbar-nav > li.active > a, .theme-purple-hills #main-navbar .navbar-nav > li.dropdown.open > a {
    border-bottom: 3px solid #a48ad4;
    color: #fff;
  }
  /* line 162, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar li + li,
.theme-purple-hills #main-navbar .nav + .nav,
.theme-purple-hills #main-navbar .nav + .right {
    border-top: none;
  }
  /* line 172, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .dropdown.open > a {
    margin: 0;
    border-top: none;
  }
  /* line 177, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .dropdown-menu {
    background: #2e313e;
    border: none;
    border-top: 1px solid #a48ad4;
    padding: 5px 0;
  }
  /* line 183, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .dropdown-menu .divider {
    background-color: #252832;
  }
  /* line 187, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .dropdown-menu > li > a {
    color: #fff;
  }
  /* line 190, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .dropdown-menu > li > a:hover {
    background: #373a4a;
  }
  /* line 201, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .widget-notifications a:hover {
    color: #fff !important;
  }
  /* line 205, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .widget-notifications .notification,
.theme-purple-hills #main-navbar .widget-notifications .notifications-link {
    border-color: #252832;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  /* line 212, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .widget-notifications .notification-description {
    color: #888;
  }
  /* line 216, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .widget-notifications .notification-ago {
    color: #666;
  }
  /* line 220, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .widget-notifications .notifications-link:hover {
    background: #3b3f50;
  }
  /* line 230, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .widget-messages-alt a:hover {
    color: #fff !important;
  }
  /* line 234, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .widget-messages-alt .message,
.theme-purple-hills #main-navbar .widget-messages-alt .messages-link {
    border-color: #252832;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  /* line 241, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .widget-messages-alt .message-subject {
    color: #bbb;
  }
  /* line 245, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .widget-messages-alt .message-description {
    color: #666;
  }
  /* line 248, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .widget-messages-alt .message-description a {
    color: #888;
  }
  /* line 253, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills #main-navbar .widget-messages-alt .messages-link:hover {
    background: #3b3f50;
  }
  /* line 259, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills.main-menu-right #main-navbar .navbar-header, .theme-purple-hills.mmc #main-navbar .navbar-header, .theme-purple-hills.no-main-menu #main-navbar .navbar-header {
    background: #2e313e;
  }
  /* line 265, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills.main-menu-right #main-navbar .navbar-header {
    border-right: 1px solid #252832;
  }
}

@media (min-width: 768px) {
  /* line 277, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills.right-to-left #main-navbar .right > .navbar-nav > li {
    border-right: 1px solid #252832;
    border-left: none;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03);
  }
  /* line 284, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_navbar.scss */
  .theme-purple-hills.right-to-left.mmc #main-navbar .navbar-header {
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03) inset;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.03) inset;
  }
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu-bg {
  background-color: #3c3e49;
}

/* line 11, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu .navigation a,
.theme-purple-hills #main-menu .mmc-dropdown-open-ul a {
  color: #a0a3b1;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 17, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu .navigation a:after,
.theme-purple-hills #main-menu .mmc-dropdown-open-ul a:after {
  content: "";
  top: 0;
  bottom: 0;
  width: 4px;
  position: absolute;
  right: auto;
  background: #9577cd;
  display: none;
  left: 0;
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu .navigation a:hover,
.theme-purple-hills #main-menu .mmc-dropdown-open-ul a:hover {
  color: #fff;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu .navigation a:hover:after,
.theme-purple-hills #main-menu .mmc-dropdown-open-ul a:hover:after {
  display: block !important;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu li.active > a {
  background: #30323b;
  color: #fff;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu li.active > a .menu-icon {
  color: #a48ad4;
}

/* line 46, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu li.active > a:after {
  display: block;
}

/* line 52, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu .mm-dropdown.active > a {
  background: none;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu .mm-dropdown.active > a:after {
  display: none;
}

/* line 61, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu .mm-dropdown > ul,
.theme-purple-hills #main-menu .mmc-dropdown-open-ul {
  background: #434551;
}

/* line 66, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu .mmc-dropdown-open-ul .mmc-title {
  background: #9577cd;
  color: #fff;
}

/* line 72, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu .mmc-dropdown-open > a {
  background: #9577cd !important;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu .mmc-dropdown-open > a,
.theme-purple-hills #main-menu .mmc-dropdown-open > a .menu-icon {
  color: #fff !important;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu .mmc-dropdown-open > a:hover:after {
  display: none !important;
}

/* line 87, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu .menu-content {
  border-color: #484a57;
}

/* line 90, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu .menu-content .btn-outline {
  border-color: #484a57;
  color: #a0a3b1;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills #main-menu .menu-content .btn-outline:hover {
  color: #fff;
}

/* line 105, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills .mmc-dropdown-open .mm-dropdown.open > a, .theme-purple-hills.mme #main-menu .mm-dropdown.open > a {
  color: #fff;
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
  .theme-purple-hills #main-menu .mm-dropdown.open > a {
    color: #fff;
  }
  /* line 117, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
  .theme-purple-hills.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #a0a3b1;
  }
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_main_menu.scss */
.theme-purple-hills.right-to-left #main-menu .navigation a:after {
  left: auto;
  right: 0;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_demo.scss */
.theme-purple-hills #main-navbar .navbar-brand div,
.theme-purple-hills .demo-logo {
  background: #a48ad4;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills.page-signin .signin-info, .theme-purple-hills.page-signup .signup-header {
  background: #857198;
  background: rgba(133, 113, 152, 0.8);
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills .timeline:before,
.theme-purple-hills .timeline:after,
.theme-purple-hills .tl-header,
.theme-purple-hills .tl-icon {
  background: #dddddd;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills .tl-header,
.theme-purple-hills .tl-icon {
  box-shadow: 0 0 0 4px #f6f6f6;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills .tl-entry:before {
  background: #857198;
  box-shadow: 0 0 0 3px #f6f6f6;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills .tl-body:before {
  border-color: transparent #e2e2e2 transparent transparent;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
  .theme-purple-hills .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #e2e2e2;
  }
  /* line 42, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
  .theme-purple-hills.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #e2e2e2 transparent transparent;
  }
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #e2e2e2;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills.page-mail .mail-nav,
.theme-purple-hills.page-mail .mail-nav:before {
  background: #f6f6f6;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills.page-mail .mail-nav .sections li.active .label,
.theme-purple-hills.page-mail .mail-nav .sections li.active .badge {
  background: #857198;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills.page-mail .mail-nav,
.theme-purple-hills.page-mail .mail-nav .compose-btn,
.theme-purple-hills.page-mail .mail-nav .sections li.active,
.theme-purple-hills.page-mail .mail-nav:before {
  border-color: #e2e2e2;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills.page-mail .mail-nav .navigation.open .sections li.active {
  background: #ececec;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills.page-mail .mail-nav li.divider {
  background: #e2e2e2;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills.page-mail .mail-nav .sections li.active a {
  color: #444444;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills.page-mail .mail-nav .sections li.active:after {
  color: #aaaaaa;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills.page-mail .mail-nav .sections a {
  color: #6a6a6a;
}

/* line 99, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills.page-mail .mail-nav-header {
  color: #aaaaaa;
}

/* line 103, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
.theme-purple-hills.page-mail .mail-nav .add-more a {
  color: #aaaaaa;
}

@media (min-width: 992px) {
  /* line 109, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
  .theme-purple-hills.page-mail .mail-nav .navigation .sections li.active {
    background: #ececec;
  }
  /* line 113, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/_pages.scss */
  .theme-purple-hills.page-mail .mail-nav .sections a:hover {
    color: #444444;
  }
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .nav-icon-btn.nav-icon-btn-primary .label {
  background: #857198;
}

/* line 752, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .btn-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .btn-primary, .theme-purple-hills .btn-primary:focus {
  border-color: #78658b;
  border-bottom-color: #695879;
  background: #857198;
  background-image: -webkit-linear-gradient(top, #88749a 0%, #78658b 100%);
  background-image: linear-gradient(to bottom, #88749a 0%, #78658b 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .btn-primary:hover {
  color: #fff;
  border-color: #715e82;
  border-bottom-color: #574964;
  background: #78658b !important;
  background-image: -webkit-linear-gradient(top, #806b94 0%, #715e82 100%) !important;
  background-image: linear-gradient(to bottom, #806b94 0%, #715e82 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .btn-primary:active, .theme-purple-hills .btn-primary.active, .open .theme-purple-hills .btn-primary.dropdown-toggle {
  background: none;
  background: #7b678e !important;
  border-color: #615170;
  border-bottom-color: #615170 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .btn-primary.btn-flat {
  background: #7d6991;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .btn-primary.btn-flat:hover, .theme-purple-hills .btn-primary.btn-flat:active, .theme-purple-hills .btn-primary.btn-flat.active, .open .theme-purple-hills .btn-primary.btn-flat.dropdown-toggle {
  background: #7d6991 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .btn-primary.btn-outline:hover, .theme-purple-hills .btn-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #715e82;
  border-bottom-color: #574964;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .btn-primary.btn-outline:active, .theme-purple-hills .btn-primary.btn-outline.btn-flat:active {
  border-color: #615170;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-purple-hills .btn-primary, .btn-group .theme-purple-hills .btn-primary:focus, .input-group-btn .theme-purple-hills .btn-primary, .input-group-btn .theme-purple-hills .btn-primary:focus {
  border-left-color: #715e82;
  border-right-color: #715e82;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-purple-hills .btn-primary:hover, .btn-group.open .theme-purple-hills .btn-primary.dropdown-toggle, .input-group-btn .theme-purple-hills .btn-primary:hover, .input-group-btn.open .theme-purple-hills .btn-primary.dropdown-toggle {
  border-color: #715e82;
  border-bottom-color: #574964;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-purple-hills .btn-primary:active, .btn-group .theme-purple-hills .btn-primary.active, .input-group-btn .theme-purple-hills .btn-primary:active, .input-group-btn .theme-purple-hills .btn-primary.active {
  border-left-color: #615170;
  border-right-color: #615170;
}

/* line 756, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #615170 !important;
  background: none;
  background: #7b678e !important;
}

/* line 768, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .progress-bar {
  background: #857198;
  border-color: #766388;
}

/* line 771, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .progress-striped .progress-bar {
  background-color: #857198;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 721, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .label.label-primary {
  background: #857198;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .label.label-primary[href]:hover, .theme-purple-hills .label.label-primary[href]:focus {
  background-color: #6b5a7c;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .label.label-primary.label-tag {
  border: 1px solid #857198;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .label.label-primary.label-tag:before {
  border-color: transparent #857198 transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .label.label-primary.label-tag[href]:hover, .theme-purple-hills .label.label-primary.label-tag[href]:focus {
  border-color: #6b5a7c;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .label.label-primary.label-tag[href]:hover:before, .theme-purple-hills .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #6b5a7c transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-purple-hills .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #857198;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-purple-hills .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-purple-hills .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #6b5a7c;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-purple-hills .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-purple-hills .label.label-primary.label-tag:before {
  border-color: transparent #857198 transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-purple-hills .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-purple-hills .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-purple-hills .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-purple-hills .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #6b5a7c transparent transparent;
}

/* line 726, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #857198;
}

/* line 730, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills.right-to-left .label.label-primary.label-tag:hover:before, .theme-purple-hills.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #6b5a7c;
}

/* line 736, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-purple-hills.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-purple-hills.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #857198 transparent transparent;
}

/* line 741, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-purple-hills.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-purple-hills.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-purple-hills.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-purple-hills.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #6b5a7c transparent transparent;
}

/* line 780, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .badge.badge-primary {
  background: #857198;
  border: 1px solid #857198;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .badge.badge-primary[href]:hover, .theme-purple-hills .badge.badge-primary[href]:focus {
  background-color: #6b5a7c;
  border-color: #6b5a7c;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .table-primary table {
  border-top-color: #666567 !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .table-primary thead,
.theme-purple-hills .table-primary thead tr,
.theme-purple-hills .table-primary thead th,
.theme-purple-hills .table-primary .table-header {
  border-color: #666567 !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .table-primary thead tr,
.theme-purple-hills .table-primary thead th {
  background: #756c7e;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .table-primary .table-header {
  background: #857198;
}

/* line 280, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .nav-tabs > li.active > a, .theme-purple-hills .nav-tabs > li.active > a:hover, .theme-purple-hills .nav-tabs > li.active > a:focus {
  background: #857198;
  border-bottom: 2px solid #78658b;
}

/* line 287, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #78658b;
}

/* line 297, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .nav-pills > li.active > a, .theme-purple-hills .nav-pills > li.active > a:hover, .theme-purple-hills .nav-pills > li.active > a:focus {
  background: #857198;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .dropdown-menu > li > a:hover,
.theme-purple-hills .dropdown-menu > li.active > a {
  background: #857198;
}

/* line 313, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .dropdown-menu > li > a:hover {
  color: #fff;
}

/* line 820, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .btn-group .btn-primary,
.theme-purple-hills .btn-group .btn-primary:focus,
.theme-purple-hills .input-group-btn .btn-primary,
.theme-purple-hills .input-group-btn .btn-primary:focus {
  border-left-color: #715e82;
  border-right-color: #715e82;
}

/* line 827, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .btn-group .btn-primary:hover,
.theme-purple-hills .btn-group.open .btn-primary.dropdown-toggle,
.theme-purple-hills .input-group-btn .btn-primary:hover,
.theme-purple-hills .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #615170;
}

/* line 833, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .btn-group .btn-primary:active,
.theme-purple-hills .btn-group .btn-primary.active,
.theme-purple-hills .input-group-btn .btn-primary:active,
.theme-purple-hills .input-group-btn .btn-primary.active {
  border-left-color: #615170;
  border-right-color: #615170;
}

/* line 846, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .pagination > li > a:hover {
  border-color: #857198;
}

/* line 850, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .pagination > li.active > a,
.theme-purple-hills .pagination > li.active > a:hover,
.theme-purple-hills .pagination > li.active > a:focus,
.theme-purple-hills .pagination > li.active > span {
  background: #857198;
  border-color: #857198;
}

/* line 861, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .pager li > a:hover {
  border-color: #857198;
}

/* line 871, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills a.list-group-item.active {
  background: #857198;
  border-color: #857198;
}

/* line 875, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills a.list-group-item.active .list-group-item-text {
  color: #ebe7ee;
}

/* line 885, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .form-control:focus,
.theme-purple-hills .form-control.focus {
  border-color: #857198;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 893, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-purple-hills input.px:focus + .lbl:before, .gt-ie8 .theme-purple-hills input.px + .lbl:hover:before {
  border-color: #857198;
}

/* line 898, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-purple-hills input.px[type="checkbox"] + .lbl:after {
  color: #857198;
}

/* line 902, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-purple-hills input.px[type="radio"] + .lbl:after {
  background: #857198;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .text-primary, .theme-purple-hills .text-primary:hover, .theme-purple-hills .text-primary:active, .theme-purple-hills .text-primary:focus,
.theme-purple-hills .text-primary a,
.theme-purple-hills .text-primary a:focus {
  color: #857198;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .text-primary a:hover,
.theme-purple-hills .text-primary a:active {
  color: #5f4f6d;
}

/* line 88, app/assets/stylesheets/pixel-admin-scss/themes/purple_hills/purple_hills.scss */
.theme-purple-hills .bg-primary {
  background: #857198 !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .bg-primary[href]:hover {
  background: #7d7089 !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .bg-primary.darken {
  background: #7d7089 !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .bg-primary.darken[href]:hover {
  background: #756a81 !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .bg-primary.darker {
  background: #756a81 !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .bg-primary.darker[href]:hover {
  background: #6e6378 !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .bg-primary, .theme-purple-hills .bg-primary:hover, .theme-purple-hills .bg-primary:active, .theme-purple-hills .bg-primary:focus,
.theme-purple-hills .bg-primary a,
.theme-purple-hills .bg-primary a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .bg-primary a:hover,
.theme-purple-hills .bg-primary a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .bg-primary[href]:hover,
.theme-purple-hills .bg-primary [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .bg-primary * {
  border-color: #9786a7;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-slider-handle.ui-state-active:before {
  background: #857198;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-slider-range {
  background: #857198;
}

/* line 933, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-autocomplete > li > a:hover,
.theme-purple-hills .ui-autocompletev > li.active > a {
  background: #857198;
}

/* line 938, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-autocomplete > li > a:hover {
  color: #fff;
}

/* line 942, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-autocomplete .ui-state-focus {
  background: #857198;
  color: #fff;
}

/* line 950, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-menu .ui-menu-item a:hover,
.theme-purple-hills .ui-menu .ui-menu-item a.ui-state-focus,
.theme-purple-hills .ui-menu .ui-menu-item a.ui-state-active {
  background: #857198;
}

/* line 963, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-progressbar-value {
  border-color: #766388;
  background-color: #857198;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 971, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-tabs-nav > .ui-tabs-active > a, .theme-purple-hills .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-purple-hills .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #857198;
  border-bottom: 2px solid #78658b;
}

/* line 983, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-datepicker .ui-state-active {
  background: #857198 !important;
}

/* line 987, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-datepicker-title {
  background: #857198;
}

/* line 991, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-datepicker th {
  background: #787878;
}

/* line 995, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary, .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #78658b;
  border-bottom-color: #695879;
  background: #857198;
  background-image: -webkit-linear-gradient(top, #88749a 0%, #78658b 100%);
  background-image: linear-gradient(to bottom, #88749a 0%, #78658b 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary:hover {
  color: #fff;
  border-color: #715e82;
  border-bottom-color: #574964;
  background: #78658b !important;
  background-image: -webkit-linear-gradient(top, #806b94 0%, #715e82 100%) !important;
  background-image: linear-gradient(to bottom, #806b94 0%, #715e82 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  background: none;
  background: #7b678e !important;
  border-color: #615170;
  border-bottom-color: #615170 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
  background: #7d6991;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
  background: #7d6991 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #715e82;
  border-bottom-color: #574964;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
  border-color: #615170;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #715e82;
  border-right-color: #715e82;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #715e82;
  border-bottom-color: #574964;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-purple-hills .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #615170;
  border-right-color: #615170;
}

/* line 1022, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .select2-drop-active,
.theme-purple-hills .select2-container-multi.select2-container-active .select2-choices,
.theme-purple-hills .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #857198;
}

/* line 1028, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #857198;
}

/* line 1033, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .select2-container-active .select2-choice,
.theme-purple-hills .select2-container-active .select2-choices {
  border: 1px solid #857198;
}

/* line 1040, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-purple-hills .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #857198;
  border-top-color: #aaa;
}

/* line 1047, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .select2-results .select2-highlighted {
  background: #857198;
}

/* line 1007, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #857198;
}

/* line 1011, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #6b5a7c;
}

/* line 1016, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #857198 !important;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .switcher-primary .switcher-state-on {
  background: #857198 !important;
}

/* line 1173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .pixel-file-input:hover {
  border-color: #857198;
}

/* line 1074, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .datepicker table tr td.selected, .theme-purple-hills .datepicker table tr td.selected:hover, .theme-purple-hills .datepicker table tr td.selected.disabled, .theme-purple-hills .datepicker table tr td.selected.disabled:hover {
  background: #857198;
}

/* line 1080, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .datepicker table tr td.active, .theme-purple-hills .datepicker table tr td.active:hover, .theme-purple-hills .datepicker table tr td.active.disabled, .theme-purple-hills .datepicker table tr td.active.disabled:hover {
  background: #857198;
}

/* line 1087, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .datepicker table tr td span.active, .theme-purple-hills .datepicker table tr td span.active:hover, .theme-purple-hills .datepicker table tr td span.active.disabled, .theme-purple-hills .datepicker table tr td span.active.disabled:hover {
  background: #857198;
}

/* line 1097, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .datepicker thead tr {
  background: #787878;
}

/* line 1099, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .datepicker thead tr:first-child {
  background: #857198 !important;
  border-bottom-color: #666666 !important;
}

/* line 1105, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .datepicker thead th.prev,
.theme-purple-hills .datepicker thead th.next {
  background: #857198;
}

/* line 1109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .datepicker thead th.prev {
  border-color: #666666;
}

/* line 1112, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .datepicker thead th.next {
  border-color: #666666;
}

/* line 1117, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #666666;
}

/* line 1120, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #666666;
}

/* line 1128, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .bootstrap-timepicker-widget table td a:hover {
  background: #857198;
  border-color: #857198;
}

/* line 1136, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .pagination a.dp-today,
.theme-purple-hills .pagination a.dp-today:hover {
  background: #9e8fad;
  border-color: #9280a3;
}

/* line 1142, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .pagination a.dp-today:hover {
  border-color: #857198 !important;
}

/* line 1146, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .pagination a.dp-selected {
  background: #857198 !important;
  border-color: #857198 !important;
}

/* line 1154, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .tt-suggestion.tt-is-under-cursor {
  background: #857198;
}

/* line 1161, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #666567 !important;
}

/* line 1180, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .dropzone-box.dz-drag-hover {
  border-color: #857198;
}

/* line 1183, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .dropzone-box:hover .fa.fa-cloud-upload {
  background: #857198;
}

/* line 1190, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .md-editor.active {
  border-color: #857198;
}

/* line 1197, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-purple-hills .widget-rating .active a {
  color: #857198;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_base.scss */
.theme-adminflare {
  background: #f4f4f4 url(/../images/themes/adminflare/body-bg.png);
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_base.scss */
.theme-adminflare .page-header {
  background: #ececec;
  background: rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 17, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_base.scss */
.theme-adminflare .table,
.theme-adminflare .panel,
.theme-adminflare .page-header,
.theme-adminflare hr {
  border-color: #d6d6d6;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_base.scss */
.theme-adminflare .bordered {
  border-color: #d6d6d6;
}

/* line 30, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_base.scss */
.theme-adminflare .bordered[class*='bg-'],
.theme-adminflare [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 36, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_base.scss */
.theme-adminflare .panel.panel-transparent > .panel-heading {
  border-bottom-color: #d6d6d6 !important;
}

/* line 41, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_base.scss */
.theme-adminflare .breadcrumb-page {
  background: #ececec;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 6px;
  padding-top: 6px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 12, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.gt-ie9 .theme-adminflare #main-navbar, .gt-ie9 .theme-adminflare #main-navbar .navbar-header {
  background-image: -webkit-linear-gradient(top, #52aded 0%, #418ce4 100%);
  background-image: -o-linear-gradient(top, #52aded 0%, #418ce4 100%);
  background-image: linear-gradient(to bottom, #52aded 0%, #418ce4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF52ADED', endColorstr='#FF418CE4', GradientType=0);
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.ie8 .theme-adminflare #main-navbar, .ie9 .theme-adminflare #main-navbar, .ie8 .theme-adminflare #main-navbar .navbar-header, .ie9 .theme-adminflare #main-navbar .navbar-header {
  background-image: url(/../images/themes/adminflare/ie-navbar-bg.png);
}

/* line 29, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.theme-adminflare #main-navbar {
  border-bottom: 1px solid #185aa7;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.theme-adminflare #main-navbar,
.theme-adminflare #main-navbar .navbar-header {
  background: #418ce4;
  -webkit-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.theme-adminflare #main-navbar .navbar-brand {
  color: #fff;
}

/* line 46, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.theme-adminflare #main-navbar .dropdown > a,
.theme-adminflare #main-navbar .dropdown-menu > li > a,
.theme-adminflare #main-navbar .nav > li > a {
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0;
  color: #fff;
}

/* line 57, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.theme-adminflare #main-navbar .navbar-toggle,
.theme-adminflare #main-navbar #main-menu-toggle {
  color: #fff;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.theme-adminflare #main-navbar #main-menu-toggle {
  border: 0px solid;
  border-color: #3470b6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.theme-adminflare #main-navbar #main-menu-toggle .fa:before {
  color: #fff;
}

/* line 76, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.theme-adminflare #main-navbar .main-navbar-collapse {
  border-top: 1px solid #185aa7;
  background: #418ce4;
  -webkit-box-shadow: rgba(255, 255, 255, 0.18) 0px 1px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.18) 0px 1px 0px inset;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.theme-adminflare #main-navbar li {
  border-bottom: 1px solid #5697e4;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.theme-adminflare #main-navbar .dropdown.open > a {
  background: #377bca;
  border-bottom: 1px solid #2e6db7;
  border-top: 1px solid #306cb3;
  margin-top: -1px;
}

/* line 105, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.theme-adminflare #main-navbar form.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 108, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.theme-adminflare #main-navbar form.navbar-form .form-control {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  border-radius: 999999px;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/* line 116, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.theme-adminflare #main-navbar form.navbar-form .form-control:focus {
  background: #fff;
  color: #555;
}

/* line 102, app/assets/stylesheets/pixel-admin-scss/themes/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_vendor-prefixes.scss */
.theme-adminflare #main-navbar form.navbar-form .form-control::-moz-placeholder {
  color: #2565af;
  opacity: 1;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/themes/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_vendor-prefixes.scss */
.theme-adminflare #main-navbar form.navbar-form .form-control:-ms-input-placeholder {
  color: #2565af;
}

/* line 105, app/assets/stylesheets/pixel-admin-scss/themes/../../libs/bootstrap-sass-3.1.1/bootstrap/mixins/_vendor-prefixes.scss */
.theme-adminflare #main-navbar form.navbar-form .form-control::-webkit-input-placeholder {
  color: #2565af;
}

@media (min-width: 768px) {
  /* line 137, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
  .theme-adminflare #main-navbar .main-navbar-collapse {
    background: none;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 143, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
  .theme-adminflare #main-navbar li {
    border-bottom: none;
  }
  /* line 150, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
  .theme-adminflare #main-navbar .dropdown > a,
.theme-adminflare #main-navbar .nav > li > a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 155, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
  .theme-adminflare #main-navbar .dropdown.open > a,
.theme-adminflare #main-navbar .dropdown.open > a:hover {
    background: rgba(0, 0, 0, 0.15);
    border: none;
    margin: 0;
    color: #fff;
  }
  /* line 163, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
  .theme-adminflare #main-navbar .dropdown-menu {
    border-radius: 2px;
    margin-top: 3px;
    border-width: 2px;
    padding: 5px 0;
  }
  /* line 169, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
  .theme-adminflare #main-navbar .dropdown-menu li > a {
    color: #555;
    text-shadow: none;
    margin: 0 -2px;
  }
  /* line 174, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
  .theme-adminflare #main-navbar .dropdown-menu li > a:hover {
    background: #3690e6;
    color: #fff;
  }
  /* line 182, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
  .theme-adminflare #main-navbar .nav-icon-btn > a > .label,
.theme-adminflare #main-navbar .nav-icon-btn > a > .badge {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}

/* line 193, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.theme-adminflare #main-navbar #main-menu-toggle, .theme-adminflare.right-to-left.main-menu-right #main-navbar #main-menu-toggle {
  border-right-width: 1px;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
}

/* line 199, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_navbar.scss */
.theme-adminflare.right-to-left #main-navbar #main-menu-toggle, .theme-adminflare.main-menu-right #main-navbar #main-menu-toggle {
  border-left-width: 1px;
  border-right-width: 0;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu-bg,
.theme-adminflare .mmc-dropdown-open-ul {
  background: #2b2b2b url(/../images/themes/adminflare/menu-bg.png);
}

/* line 14, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu-bg, .theme-adminflare.right-to-left.main-menu-right #main-menu-bg {
  border-left: none;
  border-right: 1px solid #1d1d1d;
}

/* line 20, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare.main-menu-right #main-menu-bg, .theme-adminflare.right-to-left #main-menu-bg {
  border-left: 1px solid #1d1d1d;
  border-right: none;
}

/* line 35, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .navigation {
  -webkit-box-shadow: 0 1px 0 #313131;
  box-shadow: 0 1px 0 #313131;
}

/* line 39, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .navigation a,
.theme-adminflare #main-menu .mmc-dropdown-open-ul a {
  color: #aaaaaa;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

/* line 45, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .navigation a:hover,
.theme-adminflare #main-menu .mmc-dropdown-open-ul a:hover {
  color: #fff !important;
}

/* line 51, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu li {
  border-top: 1px solid #313131;
  border-bottom: 1px solid #1f1f1f;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu li.active {
  border-top: none;
  background: #242424;
  background: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 6px inset rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 1px 6px inset rgba(0, 0, 0, 0.25) !important;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu li.active > a, .theme-adminflare #main-menu li.active > a:hover {
  color: #75c6f3 !important;
}

/* line 73, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .mm-dropdown.open {
  border-bottom: none;
}

/* line 76, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .mm-dropdown.open > a {
  border-bottom: 1px solid #1f1f1f;
}

/* line 81, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .navigation .mm-dropdown.active,
.theme-adminflare #main-menu .mmc-dropdown-open {
  border-top: 1px solid #313131;
  background: none;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .navigation .mm-dropdown.active > a,
.theme-adminflare #main-menu .navigation .mm-dropdown.active > a:hover,
.theme-adminflare #main-menu .mmc-dropdown-open > a,
.theme-adminflare #main-menu .mmc-dropdown-open > a:hover {
  color: #fff !important;
}

/* line 96, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .mmc-dropdown-open-ul {
  margin-top: -1px !important;
}

/* line 99, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .mmc-dropdown-open-ul > a {
  color: #fff !important;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .mmc-title {
  color: #fff;
  border-bottom: 1px solid #1f1f1f;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* line 112, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .mmc-dropdown-open-ul.top {
  margin-top: 0 !important;
  margin-bottom: 1px !important;
}

/* line 116, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .mmc-dropdown-open-ul.top .mmc-title {
  padding-top: 0;
}

/* line 122, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .menu-content {
  border: none;
  margin-top: -8px;
}

/* line 126, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .menu-content .btn-outline {
  border-color: #383838;
  color: #aaa;
}

/* line 130, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .menu-content .btn-outline:hover {
  color: #fff;
}

/* line 135, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare #main-menu .menu-content.top {
  border-bottom: 1px solid #1f1f1f;
  margin-top: 0;
}

/* line 147, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare.right-to-left #main-menu-bg {
  border-right: none;
  border-left: 1px solid #1d1d1d;
}

/* line 158, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
.theme-adminflare .mmc-dropdown-open .mm-dropdown.open > a, .theme-adminflare.mme #main-menu .mm-dropdown.open > a {
  color: #fff;
}

@media (min-width: 768px) {
  /* line 165, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
  .theme-adminflare #main-menu .mm-dropdown.open > a {
    color: #fff;
  }
  /* line 170, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_main_menu.scss */
  .theme-adminflare.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #aaaaaa;
  }
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_demo.scss */
.theme-adminflare .demo-logo {
  background: #3690e6;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare.page-signin .signin-info, .theme-adminflare.page-signup .signup-header {
  background: #3690e6;
  background: rgba(54, 144, 230, 0.8);
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare .timeline:before,
.theme-adminflare .timeline:after,
.theme-adminflare .tl-header,
.theme-adminflare .tl-icon {
  background: #dbdbdb;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare .tl-header,
.theme-adminflare .tl-icon {
  box-shadow: 0 0 0 4px #f4f4f4;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare .tl-entry:before {
  background: #3690e6;
  box-shadow: 0 0 0 3px #f4f4f4;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare .tl-body:before {
  border-color: transparent #d6d6d6 transparent transparent;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
  .theme-adminflare .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #d6d6d6;
  }
  /* line 42, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
  .theme-adminflare.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #d6d6d6 transparent transparent;
  }
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #d6d6d6;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare.page-mail .mail-nav,
.theme-adminflare.page-mail .mail-nav:before {
  background: #f4f4f4 url(/../images/themes/adminflare/body-bg.png);
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare.page-mail .mail-nav .sections li.active .label,
.theme-adminflare.page-mail .mail-nav .sections li.active .badge {
  background: #3690e6;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare.page-mail .mail-nav,
.theme-adminflare.page-mail .mail-nav .compose-btn,
.theme-adminflare.page-mail .mail-nav .sections li.active,
.theme-adminflare.page-mail .mail-nav:before {
  border-color: #d6d6d6;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare.page-mail .mail-nav .navigation.open .sections li.active {
  background: #eaeaea;
  background: rgba(0, 0, 0, 0.04);
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare.page-mail .mail-nav li.divider {
  background: #d6d6d6;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare.page-mail .mail-nav .sections li.active a {
  color: #424242;
}

/* line 90, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare.page-mail .mail-nav .sections li.active:after {
  color: #a8a8a8;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare.page-mail .mail-nav .sections a {
  color: #686868;
}

/* line 100, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare.page-mail .mail-nav-header {
  color: #a8a8a8;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
.theme-adminflare.page-mail .mail-nav .add-more a {
  color: #a8a8a8;
}

@media (min-width: 992px) {
  /* line 110, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
  .theme-adminflare.page-mail .mail-nav .navigation .sections li.active {
    background: #eaeaea;
    background: rgba(0, 0, 0, 0.04);
  }
  /* line 115, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/_pages.scss */
  .theme-adminflare.page-mail .mail-nav .sections a:hover {
    color: #424242;
  }
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .nav-icon-btn.nav-icon-btn-primary .label {
  background: #3690e6;
}

/* line 752, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .btn-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .btn-primary, .theme-adminflare .btn-primary:focus {
  border-color: #1f83e3;
  border-bottom-color: #1974cb;
  background: #3690e6;
  background-image: -webkit-linear-gradient(top, #3b93e7 0%, #1f83e3 100%);
  background-image: linear-gradient(to bottom, #3b93e7 0%, #1f83e3 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .btn-primary:hover {
  color: #fff;
  border-color: #1b7cd8;
  border-bottom-color: #1562ab;
  background: #1f83e3 !important;
  background-image: -webkit-linear-gradient(top, #2d8be5 0%, #1b7cd8 100%) !important;
  background-image: linear-gradient(to bottom, #2d8be5 0%, #1b7cd8 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .btn-primary:active, .theme-adminflare .btn-primary.active, .open .theme-adminflare .btn-primary.dropdown-toggle {
  background: none;
  background: #2486e4 !important;
  border-color: #186cbd;
  border-bottom-color: #186cbd !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .btn-primary.btn-flat {
  background: #2888e4;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .btn-primary.btn-flat:hover, .theme-adminflare .btn-primary.btn-flat:active, .theme-adminflare .btn-primary.btn-flat.active, .open .theme-adminflare .btn-primary.btn-flat.dropdown-toggle {
  background: #2888e4 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .btn-primary.btn-outline:hover, .theme-adminflare .btn-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #1b7cd8;
  border-bottom-color: #1562ab;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .btn-primary.btn-outline:active, .theme-adminflare .btn-primary.btn-outline.btn-flat:active {
  border-color: #186cbd;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-adminflare .btn-primary, .btn-group .theme-adminflare .btn-primary:focus, .input-group-btn .theme-adminflare .btn-primary, .input-group-btn .theme-adminflare .btn-primary:focus {
  border-left-color: #1b7cd8;
  border-right-color: #1b7cd8;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-adminflare .btn-primary:hover, .btn-group.open .theme-adminflare .btn-primary.dropdown-toggle, .input-group-btn .theme-adminflare .btn-primary:hover, .input-group-btn.open .theme-adminflare .btn-primary.dropdown-toggle {
  border-color: #1b7cd8;
  border-bottom-color: #1562ab;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-adminflare .btn-primary:active, .btn-group .theme-adminflare .btn-primary.active, .input-group-btn .theme-adminflare .btn-primary:active, .input-group-btn .theme-adminflare .btn-primary.active {
  border-left-color: #186cbd;
  border-right-color: #186cbd;
}

/* line 756, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #186cbd !important;
  background: none;
  background: #2486e4 !important;
}

/* line 768, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .progress-bar {
  background: #3690e6;
  border-color: #1c81e1;
}

/* line 771, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .progress-striped .progress-bar {
  background-color: #3690e6;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 721, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .label.label-primary {
  background: #3690e6;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .label.label-primary[href]:hover, .theme-adminflare .label.label-primary[href]:focus {
  background-color: #1a77cf;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .label.label-primary.label-tag {
  border: 1px solid #3690e6;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .label.label-primary.label-tag:before {
  border-color: transparent #3690e6 transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .label.label-primary.label-tag[href]:hover, .theme-adminflare .label.label-primary.label-tag[href]:focus {
  border-color: #1a77cf;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .label.label-primary.label-tag[href]:hover:before, .theme-adminflare .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #1a77cf transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-adminflare .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #3690e6;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-adminflare .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-adminflare .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #1a77cf;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-adminflare .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-adminflare .label.label-primary.label-tag:before {
  border-color: transparent #3690e6 transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-adminflare .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-adminflare .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-adminflare .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-adminflare .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #1a77cf transparent transparent;
}

/* line 726, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #3690e6;
}

/* line 730, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare.right-to-left .label.label-primary.label-tag:hover:before, .theme-adminflare.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #1a77cf;
}

/* line 736, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-adminflare.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-adminflare.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #3690e6 transparent transparent;
}

/* line 741, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-adminflare.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-adminflare.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-adminflare.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-adminflare.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #1a77cf transparent transparent;
}

/* line 780, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .badge.badge-primary {
  background: #3690e6;
  border: 1px solid #3690e6;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .badge.badge-primary[href]:hover, .theme-adminflare .badge.badge-primary[href]:focus {
  background-color: #1a77cf;
  border-color: #1a77cf;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .table-primary table {
  border-top-color: #2971b5 !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .table-primary thead,
.theme-adminflare .table-primary thead tr,
.theme-adminflare .table-primary thead th,
.theme-adminflare .table-primary .table-header {
  border-color: #2971b5 !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .table-primary thead tr,
.theme-adminflare .table-primary thead th {
  background: #2681d7;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .table-primary .table-header {
  background: #3690e6;
}

/* line 280, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .nav-tabs > li.active > a, .theme-adminflare .nav-tabs > li.active > a:hover, .theme-adminflare .nav-tabs > li.active > a:focus {
  background: #3690e6;
  border-bottom: 2px solid #1f83e3;
}

/* line 287, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #1f83e3;
}

/* line 297, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .nav-pills > li.active > a, .theme-adminflare .nav-pills > li.active > a:hover, .theme-adminflare .nav-pills > li.active > a:focus {
  background: #3690e6;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .dropdown-menu > li > a:hover,
.theme-adminflare .dropdown-menu > li.active > a {
  background: #3690e6;
}

/* line 313, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .dropdown-menu > li > a:hover {
  color: #fff;
}

/* line 820, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .btn-group .btn-primary,
.theme-adminflare .btn-group .btn-primary:focus,
.theme-adminflare .input-group-btn .btn-primary,
.theme-adminflare .input-group-btn .btn-primary:focus {
  border-left-color: #1b7cd8;
  border-right-color: #1b7cd8;
}

/* line 827, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .btn-group .btn-primary:hover,
.theme-adminflare .btn-group.open .btn-primary.dropdown-toggle,
.theme-adminflare .input-group-btn .btn-primary:hover,
.theme-adminflare .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #186cbd;
}

/* line 833, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .btn-group .btn-primary:active,
.theme-adminflare .btn-group .btn-primary.active,
.theme-adminflare .input-group-btn .btn-primary:active,
.theme-adminflare .input-group-btn .btn-primary.active {
  border-left-color: #186cbd;
  border-right-color: #186cbd;
}

/* line 846, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .pagination > li > a:hover {
  border-color: #3690e6;
}

/* line 850, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .pagination > li.active > a,
.theme-adminflare .pagination > li.active > a:hover,
.theme-adminflare .pagination > li.active > a:focus,
.theme-adminflare .pagination > li.active > span {
  background: #3690e6;
  border-color: #3690e6;
}

/* line 861, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .pager li > a:hover {
  border-color: #3690e6;
}

/* line 871, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare a.list-group-item.active {
  background: #3690e6;
  border-color: #3690e6;
}

/* line 875, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare a.list-group-item.active .list-group-item-text {
  color: #ebf4fd;
}

/* line 885, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .form-control:focus,
.theme-adminflare .form-control.focus {
  border-color: #3690e6;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 893, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-adminflare input.px:focus + .lbl:before, .gt-ie8 .theme-adminflare input.px + .lbl:hover:before {
  border-color: #3690e6;
}

/* line 898, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-adminflare input.px[type="checkbox"] + .lbl:after {
  color: #3690e6;
}

/* line 902, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-adminflare input.px[type="radio"] + .lbl:after {
  background: #3690e6;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .text-primary, .theme-adminflare .text-primary:hover, .theme-adminflare .text-primary:active, .theme-adminflare .text-primary:focus,
.theme-adminflare .text-primary a,
.theme-adminflare .text-primary a:focus {
  color: #3690e6;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .text-primary a:hover,
.theme-adminflare .text-primary a:active {
  color: #176ab9;
}

/* line 69, app/assets/stylesheets/pixel-admin-scss/themes/adminflare/adminflare.scss */
.theme-adminflare .bg-primary {
  background: #3690e6 !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .bg-primary[href]:hover {
  background: #3088dd !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .bg-primary.darken {
  background: #3088dd !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .bg-primary.darken[href]:hover {
  background: #2481da !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .bg-primary.darker {
  background: #2481da !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .bg-primary.darker[href]:hover {
  background: #2179cd !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .bg-primary, .theme-adminflare .bg-primary:hover, .theme-adminflare .bg-primary:active, .theme-adminflare .bg-primary:focus,
.theme-adminflare .bg-primary a,
.theme-adminflare .bg-primary a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .bg-primary a:hover,
.theme-adminflare .bg-primary a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .bg-primary[href]:hover,
.theme-adminflare .bg-primary [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .bg-primary * {
  border-color: #56a2ea;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-slider-handle.ui-state-active:before {
  background: #3690e6;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-slider-range {
  background: #3690e6;
}

/* line 933, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-autocomplete > li > a:hover,
.theme-adminflare .ui-autocompletev > li.active > a {
  background: #3690e6;
}

/* line 938, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-autocomplete > li > a:hover {
  color: #fff;
}

/* line 942, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-autocomplete .ui-state-focus {
  background: #3690e6;
  color: #fff;
}

/* line 950, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-menu .ui-menu-item a:hover,
.theme-adminflare .ui-menu .ui-menu-item a.ui-state-focus,
.theme-adminflare .ui-menu .ui-menu-item a.ui-state-active {
  background: #3690e6;
}

/* line 963, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-progressbar-value {
  border-color: #1c81e1;
  background-color: #3690e6;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 971, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-tabs-nav > .ui-tabs-active > a, .theme-adminflare .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-adminflare .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #3690e6;
  border-bottom: 2px solid #1f83e3;
}

/* line 983, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-datepicker .ui-state-active {
  background: #3690e6 !important;
}

/* line 987, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-datepicker-title {
  background: #3690e6;
}

/* line 991, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-datepicker th {
  background: #3883ca;
}

/* line 995, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary, .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #1f83e3;
  border-bottom-color: #1974cb;
  background: #3690e6;
  background-image: -webkit-linear-gradient(top, #3b93e7 0%, #1f83e3 100%);
  background-image: linear-gradient(to bottom, #3b93e7 0%, #1f83e3 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary:hover {
  color: #fff;
  border-color: #1b7cd8;
  border-bottom-color: #1562ab;
  background: #1f83e3 !important;
  background-image: -webkit-linear-gradient(top, #2d8be5 0%, #1b7cd8 100%) !important;
  background-image: linear-gradient(to bottom, #2d8be5 0%, #1b7cd8 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  background: none;
  background: #2486e4 !important;
  border-color: #186cbd;
  border-bottom-color: #186cbd !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
  background: #2888e4;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
  background: #2888e4 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #1b7cd8;
  border-bottom-color: #1562ab;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
  border-color: #186cbd;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #1b7cd8;
  border-right-color: #1b7cd8;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #1b7cd8;
  border-bottom-color: #1562ab;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-adminflare .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #186cbd;
  border-right-color: #186cbd;
}

/* line 1022, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .select2-drop-active,
.theme-adminflare .select2-container-multi.select2-container-active .select2-choices,
.theme-adminflare .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #3690e6;
}

/* line 1028, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #3690e6;
}

/* line 1033, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .select2-container-active .select2-choice,
.theme-adminflare .select2-container-active .select2-choices {
  border: 1px solid #3690e6;
}

/* line 1040, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-adminflare .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #3690e6;
  border-top-color: #aaa;
}

/* line 1047, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .select2-results .select2-highlighted {
  background: #3690e6;
}

/* line 1007, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #3690e6;
}

/* line 1011, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #1a77cf;
}

/* line 1016, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #3690e6 !important;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .switcher-primary .switcher-state-on {
  background: #3690e6 !important;
}

/* line 1173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .pixel-file-input:hover {
  border-color: #3690e6;
}

/* line 1074, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .datepicker table tr td.selected, .theme-adminflare .datepicker table tr td.selected:hover, .theme-adminflare .datepicker table tr td.selected.disabled, .theme-adminflare .datepicker table tr td.selected.disabled:hover {
  background: #3690e6;
}

/* line 1080, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .datepicker table tr td.active, .theme-adminflare .datepicker table tr td.active:hover, .theme-adminflare .datepicker table tr td.active.disabled, .theme-adminflare .datepicker table tr td.active.disabled:hover {
  background: #3690e6;
}

/* line 1087, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .datepicker table tr td span.active, .theme-adminflare .datepicker table tr td span.active:hover, .theme-adminflare .datepicker table tr td span.active.disabled, .theme-adminflare .datepicker table tr td span.active.disabled:hover {
  background: #3690e6;
}

/* line 1097, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .datepicker thead tr {
  background: #3883ca;
}

/* line 1099, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .datepicker thead tr:first-child {
  background: #3690e6 !important;
  border-bottom-color: #3a71a5 !important;
}

/* line 1105, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .datepicker thead th.prev,
.theme-adminflare .datepicker thead th.next {
  background: #3690e6;
}

/* line 1109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .datepicker thead th.prev {
  border-color: #3a71a5;
}

/* line 1112, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .datepicker thead th.next {
  border-color: #3a71a5;
}

/* line 1117, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #3a71a5;
}

/* line 1120, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #3a71a5;
}

/* line 1128, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .bootstrap-timepicker-widget table td a:hover {
  background: #3690e6;
  border-color: #3690e6;
}

/* line 1136, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .pagination a.dp-today,
.theme-adminflare .pagination a.dp-today:hover {
  background: #63a9ec;
  border-color: #4d9de9;
}

/* line 1142, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .pagination a.dp-today:hover {
  border-color: #3690e6 !important;
}

/* line 1146, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .pagination a.dp-selected {
  background: #3690e6 !important;
  border-color: #3690e6 !important;
}

/* line 1154, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .tt-suggestion.tt-is-under-cursor {
  background: #3690e6;
}

/* line 1161, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #2971b5 !important;
}

/* line 1180, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .dropzone-box.dz-drag-hover {
  border-color: #3690e6;
}

/* line 1183, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .dropzone-box:hover .fa.fa-cloud-upload {
  background: #3690e6;
}

/* line 1190, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .md-editor.active {
  border-color: #3690e6;
}

/* line 1197, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-adminflare .widget-rating .active a {
  color: #3690e6;
}

/* line 7, app/assets/stylesheets/pixel-admin-scss/themes/dust/_base.scss */
.theme-dust {
  background: #edece7;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/themes/dust/_base.scss */
.theme-dust .page-header {
  background: #f6f5f3;
  border-color: #d6d6d6;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/themes/dust/_base.scss */
.theme-dust .table,
.theme-dust .panel,
.theme-dust hr {
  border-color: #d6d6d6;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/dust/_base.scss */
.theme-dust .bordered {
  border-color: #d6d6d6;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/themes/dust/_base.scss */
.theme-dust .bordered[class*='bg-'],
.theme-dust [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 40, app/assets/stylesheets/pixel-admin-scss/themes/dust/_base.scss */
.theme-dust .panel.panel-transparent > .panel-heading {
  border-bottom-color: #d6d6d6 !important;
}

/* line 45, app/assets/stylesheets/pixel-admin-scss/themes/dust/_base.scss */
.theme-dust .breadcrumb-page {
  background: #f6f5f3;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 6px;
  padding-top: 6px;
}

/* line 8, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
.theme-dust #main-navbar {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 1px 0 rgba(0, 0, 0, 0.04);
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
.theme-dust #main-navbar .navbar-header {
  background: #fff;
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
.theme-dust #main-navbar .navbar-header a {
  color: #555;
}

/* line 27, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
.theme-dust #main-navbar .navbar-collapse {
  border-top: 1px solid #f1f1f1;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
.theme-dust #main-navbar .dropdown > a,
.theme-dust #main-navbar .dropdown-menu > li > a,
.theme-dust #main-navbar .nav > li > a {
  color: #555;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
.theme-dust #main-navbar .navbar-toggle {
  color: #555;
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
.theme-dust #main-navbar #main-menu-toggle {
  background: #f65d35;
  color: #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 52, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
.theme-dust #main-navbar #main-menu-toggle .fa:before {
  color: #fff;
}

/* line 60, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
.theme-dust #main-navbar li + li,
.theme-dust #main-navbar .nav + .nav,
.theme-dust #main-navbar .nav + .right {
  border-top: 1px solid #f1f1f1;
}

/* line 66, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
.theme-dust #main-navbar .dropdown.open > a {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #dfdfdf;
  margin-top: -1px;
  background: #f6f6f6;
}

/* line 77, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
.theme-dust #main-navbar form.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
.theme-dust #main-navbar form.navbar-form .form-control {
  background: #fff;
  border-color: #ddd;
  border-radius: 999999px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
.theme-dust #main-navbar form.navbar-form .form-control:focus {
  background: #fff;
  border-color: #f65d35;
}

@media (min-width: 768px) {
  /* line 104, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .navbar-header {
    background: #f65d35;
  }
  /* line 107, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .navbar-header a {
    color: #fff;
  }
  /* line 115, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .navbar-collapse {
    background: #fff;
    border: none;
  }
  /* line 121, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar #main-menu-toggle {
    background: #f7714d;
  }
  /* line 129, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar li + li,
.theme-dust #main-navbar .nav + .nav,
.theme-dust #main-navbar .nav + .right {
    border-top: none;
  }
  /* line 139, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .nav > li > a:hover {
    color: #555;
    background: #f8f8f8;
  }
  /* line 144, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin: 0;
    background: #f8f8f8;
    color: #555;
  }
  /* line 152, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .dropdown-menu {
    border-top: none;
    margin-top: 1px;
    border-width: 2px;
    padding: 5px 0;
  }
  /* line 158, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .dropdown-menu li > a {
    color: #555;
    margin: 0 -2px;
  }
  /* line 162, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .dropdown-menu li > a:hover {
    background: #f65d35;
    color: #fff;
  }
  /* line 174, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .widget-notifications a {
    color: !important;
  }
  /* line 178, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .widget-notifications .notification,
.theme-dust #main-navbar .widget-notifications .notifications-link {
    border-color: #f1f1f1;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  /* line 185, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .widget-notifications .notification-description {
    color: #999;
  }
  /* line 189, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .widget-notifications .notification-ago {
    color: #bbb;
  }
  /* line 193, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .widget-notifications .notifications-link:hover {
    background: #f1f1f1;
  }
  /* line 203, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .widget-messages-alt a {
    color: !important;
  }
  /* line 207, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .widget-messages-alt .message,
.theme-dust #main-navbar .widget-messages-alt .messages-link {
    border-color: #f1f1f1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  /* line 213, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .widget-messages-alt .message-subject {
    color: #555 !important;
  }
  /* line 217, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .widget-messages-alt .message-description {
    color: #aaa;
  }
  /* line 220, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .widget-messages-alt .message-description a {
    color: #888;
  }
  /* line 225, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust #main-navbar .widget-messages-alt .messages-link:hover {
    background: #f1f1f1;
  }
  /* line 233, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust.mmc #main-navbar #main-menu-toggle {
    background: #f65d35;
  }
  /* line 237, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust.mmc #main-navbar .navbar-header {
    background: #fff;
  }
  /* line 240, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
  .theme-dust.mmc #main-navbar .navbar-header a {
    color: #555;
  }
}

/* line 251, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
.theme-dust.main-menu-right #main-navbar .navbar-header, .theme-dust.no-main-menu #main-navbar .navbar-header, .theme-dust.no-main-menu #main-navbar .navbar-header {
  background: #fff;
}

/* line 256, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_navbar.scss */
.theme-dust.main-menu-right #main-navbar .navbar-header a, .theme-dust.no-main-menu #main-navbar .navbar-header a, .theme-dust.no-main-menu #main-navbar .navbar-header a {
  color: #555;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
.theme-dust #main-menu-bg,
.theme-dust .mmc-dropdown-open-ul {
  background: #433d3c;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
.theme-dust #main-menu .navigation li a,
.theme-dust #main-menu .mmc-dropdown-open-ul li a {
  color: #a19796;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

/* line 27, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
.theme-dust #main-menu .navigation li a:hover,
.theme-dust #main-menu .mmc-dropdown-open-ul li a:hover {
  color: #fff;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
.theme-dust #main-menu .navigation li.active > a,
.theme-dust #main-menu .mmc-dropdown-open-ul li.active > a {
  color: #fff;
  background: #363130;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
.theme-dust #main-menu .navigation > .mm-dropdown.open,
.theme-dust #main-menu .mmc-dropdown-open-ul > .mm-dropdown.open {
  border-bottom: 1px solid #433d3c;
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
.theme-dust #main-menu .mm-dropdown > ul,
.theme-dust #main-menu .mmc-dropdown-open-ul {
  background: #363130;
}

/* line 51, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
.theme-dust #main-menu .mm-dropdown > ul li.active > a,
.theme-dust #main-menu .mmc-dropdown-open-ul li.active > a {
  background: #2d2929;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
.theme-dust #main-menu .mm-dropdown.active > a {
  background: none !important;
  color: #fff !important;
}

/* line 65, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
.theme-dust #main-menu .mmc-dropdown-open > a {
  color: #fff !important;
}

/* line 69, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
.theme-dust #main-menu .mmc-title {
  color: #fff;
  background: #433d3c;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
.theme-dust #main-menu .menu-content {
  border-color: #504948;
}

/* line 78, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
.theme-dust #main-menu .menu-content .btn-outline {
  border-color: #504948;
  color: #a19796;
}

/* line 82, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
.theme-dust #main-menu .menu-content .btn-outline:hover {
  color: #fff;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
.theme-dust .mmc-dropdown-open .mm-dropdown.open > a, .theme-dust.mme #main-menu .mm-dropdown.open > a {
  color: #fff;
}

@media (min-width: 768px) {
  /* line 101, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
  .theme-dust #main-menu .mm-dropdown.open > a {
    color: #fff;
  }
  /* line 106, app/assets/stylesheets/pixel-admin-scss/themes/dust/_main_menu.scss */
  .theme-dust.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #9e9593;
  }
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/dust/_demo.scss */
.theme-dust .demo-logo {
  background: #7a6f6f;
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/themes/dust/_demo.scss */
.theme-dust #main-navbar .navbar-brand div {
  background: #f6653f;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/themes/dust/_demo.scss */
.theme-dust #main-navbar .navbar-header a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust.page-signin .signin-info, .theme-dust.page-signup .signup-header {
  background: #433d3c;
  background: rgba(67, 61, 60, 0.8);
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust .timeline:before,
.theme-dust .timeline:after,
.theme-dust .tl-header,
.theme-dust .tl-icon {
  background: #d7d5ca;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust .tl-header,
.theme-dust .tl-icon {
  box-shadow: 0 0 0 4px #edece7;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust .tl-entry:before {
  background: #7a6f6f;
  box-shadow: 0 0 0 3px #edece7;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust .tl-body:before {
  border-color: transparent #d6d6d6 transparent transparent;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
  .theme-dust .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #d6d6d6;
  }
  /* line 42, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
  .theme-dust.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #d6d6d6 transparent transparent;
  }
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #d6d6d6;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust.page-mail .mail-nav,
.theme-dust.page-mail .mail-nav:before {
  background: #edece7;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust.page-mail .mail-nav .sections li.active .label,
.theme-dust.page-mail .mail-nav .sections li.active .badge {
  background: #7a6f6f;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust.page-mail .mail-nav,
.theme-dust.page-mail .mail-nav .compose-btn,
.theme-dust.page-mail .mail-nav .sections li.active,
.theme-dust.page-mail .mail-nav:before {
  border-color: #d6d6d6;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust.page-mail .mail-nav .navigation.open .sections li.active {
  background: #e1e1de;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust.page-mail .mail-nav li.divider {
  background: #d6d6d6;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust.page-mail .mail-nav .sections li.active a {
  color: #383838;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust.page-mail .mail-nav .sections li.active:after {
  color: #9e9e9e;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust.page-mail .mail-nav .sections a {
  color: #5e5e5e;
}

/* line 99, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust.page-mail .mail-nav-header {
  color: #9e9e9e;
}

/* line 103, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
.theme-dust.page-mail .mail-nav .add-more a {
  color: #9e9e9e;
}

@media (min-width: 992px) {
  /* line 109, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
  .theme-dust.page-mail .mail-nav .navigation .sections li.active {
    background: #e1e1de;
  }
  /* line 113, app/assets/stylesheets/pixel-admin-scss/themes/dust/_pages.scss */
  .theme-dust.page-mail .mail-nav .sections a:hover {
    color: #383838;
  }
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .nav-icon-btn.nav-icon-btn-primary .label {
  background: #7a6f6f;
}

/* line 752, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .btn-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .btn-primary, .theme-dust .btn-primary:focus {
  border-color: #6d6363;
  border-bottom-color: #5d5454;
  background: #7a6f6f;
  background-image: -webkit-linear-gradient(top, #7d7171 0%, #6d6363 100%);
  background-image: linear-gradient(to bottom, #7d7171 0%, #6d6363 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .btn-primary:hover {
  color: #fff;
  border-color: #655c5c;
  border-bottom-color: #4a4343;
  background: #6d6363 !important;
  background-image: -webkit-linear-gradient(top, #756a6a 0%, #655c5c 100%) !important;
  background-image: linear-gradient(to bottom, #756a6a 0%, #655c5c 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .btn-primary:active, .theme-dust .btn-primary.active, .open .theme-dust .btn-primary.dropdown-toggle {
  background: none;
  background: #6f6565 !important;
  border-color: #554d4d;
  border-bottom-color: #554d4d !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .btn-primary.btn-flat {
  background: #726868;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .btn-primary.btn-flat:hover, .theme-dust .btn-primary.btn-flat:active, .theme-dust .btn-primary.btn-flat.active, .open .theme-dust .btn-primary.btn-flat.dropdown-toggle {
  background: #726868 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .btn-primary.btn-outline:hover, .theme-dust .btn-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #655c5c;
  border-bottom-color: #4a4343;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .btn-primary.btn-outline:active, .theme-dust .btn-primary.btn-outline.btn-flat:active {
  border-color: #554d4d;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-dust .btn-primary, .btn-group .theme-dust .btn-primary:focus, .input-group-btn .theme-dust .btn-primary, .input-group-btn .theme-dust .btn-primary:focus {
  border-left-color: #655c5c;
  border-right-color: #655c5c;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-dust .btn-primary:hover, .btn-group.open .theme-dust .btn-primary.dropdown-toggle, .input-group-btn .theme-dust .btn-primary:hover, .input-group-btn.open .theme-dust .btn-primary.dropdown-toggle {
  border-color: #655c5c;
  border-bottom-color: #4a4343;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-dust .btn-primary:active, .btn-group .theme-dust .btn-primary.active, .input-group-btn .theme-dust .btn-primary:active, .input-group-btn .theme-dust .btn-primary.active {
  border-left-color: #554d4d;
  border-right-color: #554d4d;
}

/* line 756, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #554d4d !important;
  background: none;
  background: #6f6565 !important;
}

/* line 768, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .progress-bar {
  background: #7a6f6f;
  border-color: #6a6060;
}

/* line 771, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .progress-striped .progress-bar {
  background-color: #7a6f6f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 721, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .label.label-primary {
  background: #7a6f6f;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .label.label-primary[href]:hover, .theme-dust .label.label-primary[href]:focus {
  background-color: #5f5757;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .label.label-primary.label-tag {
  border: 1px solid #7a6f6f;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .label.label-primary.label-tag:before {
  border-color: transparent #7a6f6f transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .label.label-primary.label-tag[href]:hover, .theme-dust .label.label-primary.label-tag[href]:focus {
  border-color: #5f5757;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .label.label-primary.label-tag[href]:hover:before, .theme-dust .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #5f5757 transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-dust .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #7a6f6f;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-dust .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-dust .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #5f5757;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-dust .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-dust .label.label-primary.label-tag:before {
  border-color: transparent #7a6f6f transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-dust .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-dust .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-dust .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-dust .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #5f5757 transparent transparent;
}

/* line 726, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #7a6f6f;
}

/* line 730, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust.right-to-left .label.label-primary.label-tag:hover:before, .theme-dust.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #5f5757;
}

/* line 736, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-dust.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-dust.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #7a6f6f transparent transparent;
}

/* line 741, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-dust.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-dust.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-dust.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-dust.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #5f5757 transparent transparent;
}

/* line 780, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .badge.badge-primary {
  background: #7a6f6f;
  border: 1px solid #7a6f6f;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .badge.badge-primary[href]:hover, .theme-dust .badge.badge-primary[href]:focus {
  background-color: #5f5757;
  border-color: #5f5757;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .table-primary table {
  border-top-color: #565656 !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .table-primary thead,
.theme-dust .table-primary thead tr,
.theme-dust .table-primary thead th,
.theme-dust .table-primary .table-header {
  border-color: #565656 !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .table-primary thead tr,
.theme-dust .table-primary thead th {
  background: #656565;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .table-primary .table-header {
  background: #7a6f6f;
}

/* line 280, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .nav-tabs > li.active > a, .theme-dust .nav-tabs > li.active > a:hover, .theme-dust .nav-tabs > li.active > a:focus {
  background: #7a6f6f;
  border-bottom: 2px solid #6d6363;
}

/* line 287, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #6d6363;
}

/* line 297, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .nav-pills > li.active > a, .theme-dust .nav-pills > li.active > a:hover, .theme-dust .nav-pills > li.active > a:focus {
  background: #7a6f6f;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .dropdown-menu > li > a:hover,
.theme-dust .dropdown-menu > li.active > a {
  background: #7a6f6f;
}

/* line 313, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .dropdown-menu > li > a:hover {
  color: #fff;
}

/* line 820, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .btn-group .btn-primary,
.theme-dust .btn-group .btn-primary:focus,
.theme-dust .input-group-btn .btn-primary,
.theme-dust .input-group-btn .btn-primary:focus {
  border-left-color: #655c5c;
  border-right-color: #655c5c;
}

/* line 827, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .btn-group .btn-primary:hover,
.theme-dust .btn-group.open .btn-primary.dropdown-toggle,
.theme-dust .input-group-btn .btn-primary:hover,
.theme-dust .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #554d4d;
}

/* line 833, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .btn-group .btn-primary:active,
.theme-dust .btn-group .btn-primary.active,
.theme-dust .input-group-btn .btn-primary:active,
.theme-dust .input-group-btn .btn-primary.active {
  border-left-color: #554d4d;
  border-right-color: #554d4d;
}

/* line 846, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .pagination > li > a:hover {
  border-color: #7a6f6f;
}

/* line 850, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .pagination > li.active > a,
.theme-dust .pagination > li.active > a:hover,
.theme-dust .pagination > li.active > a:focus,
.theme-dust .pagination > li.active > span {
  background: #7a6f6f;
  border-color: #7a6f6f;
}

/* line 861, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .pager li > a:hover {
  border-color: #7a6f6f;
}

/* line 871, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust a.list-group-item.active {
  background: #7a6f6f;
  border-color: #7a6f6f;
}

/* line 875, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust a.list-group-item.active .list-group-item-text {
  color: #dcd9d9;
}

/* line 885, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .form-control:focus,
.theme-dust .form-control.focus {
  border-color: #7a6f6f;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 893, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-dust input.px:focus + .lbl:before, .gt-ie8 .theme-dust input.px + .lbl:hover:before {
  border-color: #7a6f6f;
}

/* line 898, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-dust input.px[type="checkbox"] + .lbl:after {
  color: #7a6f6f;
}

/* line 902, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-dust input.px[type="radio"] + .lbl:after {
  background: #7a6f6f;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .text-primary, .theme-dust .text-primary:hover, .theme-dust .text-primary:active, .theme-dust .text-primary:focus,
.theme-dust .text-primary a,
.theme-dust .text-primary a:focus {
  color: #7a6f6f;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .text-primary a:hover,
.theme-dust .text-primary a:active {
  color: #524b4b;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/themes/dust/dust.scss */
.theme-dust .bg-primary {
  background: #7a6f6f !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .bg-primary[href]:hover {
  background: #6d6d6d !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .bg-primary.darken {
  background: #6d6d6d !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .bg-primary.darken[href]:hover {
  background: #656565 !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .bg-primary.darker {
  background: #656565 !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .bg-primary.darker[href]:hover {
  background: #5e5e5e !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .bg-primary, .theme-dust .bg-primary:hover, .theme-dust .bg-primary:active, .theme-dust .bg-primary:focus,
.theme-dust .bg-primary a,
.theme-dust .bg-primary a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .bg-primary a:hover,
.theme-dust .bg-primary a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .bg-primary[href]:hover,
.theme-dust .bg-primary [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .bg-primary * {
  border-color: #8c8181;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-slider-handle.ui-state-active:before {
  background: #7a6f6f;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-slider-range {
  background: #7a6f6f;
}

/* line 933, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-autocomplete > li > a:hover,
.theme-dust .ui-autocompletev > li.active > a {
  background: #7a6f6f;
}

/* line 938, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-autocomplete > li > a:hover {
  color: #fff;
}

/* line 942, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-autocomplete .ui-state-focus {
  background: #7a6f6f;
  color: #fff;
}

/* line 950, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-menu .ui-menu-item a:hover,
.theme-dust .ui-menu .ui-menu-item a.ui-state-focus,
.theme-dust .ui-menu .ui-menu-item a.ui-state-active {
  background: #7a6f6f;
}

/* line 963, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-progressbar-value {
  border-color: #6a6060;
  background-color: #7a6f6f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 971, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-tabs-nav > .ui-tabs-active > a, .theme-dust .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-dust .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #7a6f6f;
  border-bottom: 2px solid #6d6363;
}

/* line 983, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-datepicker .ui-state-active {
  background: #7a6f6f !important;
}

/* line 987, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-datepicker-title {
  background: #7a6f6f;
}

/* line 991, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-datepicker th {
  background: #686868;
}

/* line 995, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-datepicker-buttonpane button.ui-priority-primary, .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #6d6363;
  border-bottom-color: #5d5454;
  background: #7a6f6f;
  background-image: -webkit-linear-gradient(top, #7d7171 0%, #6d6363 100%);
  background-image: linear-gradient(to bottom, #7d7171 0%, #6d6363 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-datepicker-buttonpane button.ui-priority-primary:hover {
  color: #fff;
  border-color: #655c5c;
  border-bottom-color: #4a4343;
  background: #6d6363 !important;
  background-image: -webkit-linear-gradient(top, #756a6a 0%, #655c5c 100%) !important;
  background-image: linear-gradient(to bottom, #756a6a 0%, #655c5c 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  background: none;
  background: #6f6565 !important;
  border-color: #554d4d;
  border-bottom-color: #554d4d !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
  background: #726868;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
  background: #726868 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #655c5c;
  border-bottom-color: #4a4343;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
  border-color: #554d4d;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #655c5c;
  border-right-color: #655c5c;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #655c5c;
  border-bottom-color: #4a4343;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-dust .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #554d4d;
  border-right-color: #554d4d;
}

/* line 1022, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .select2-drop-active,
.theme-dust .select2-container-multi.select2-container-active .select2-choices,
.theme-dust .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #7a6f6f;
}

/* line 1028, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #7a6f6f;
}

/* line 1033, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .select2-container-active .select2-choice,
.theme-dust .select2-container-active .select2-choices {
  border: 1px solid #7a6f6f;
}

/* line 1040, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-dust .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #7a6f6f;
  border-top-color: #aaa;
}

/* line 1047, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .select2-results .select2-highlighted {
  background: #7a6f6f;
}

/* line 1007, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #7a6f6f;
}

/* line 1011, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #5f5757;
}

/* line 1016, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #7a6f6f !important;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .switcher-primary .switcher-state-on {
  background: #7a6f6f !important;
}

/* line 1173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .pixel-file-input:hover {
  border-color: #7a6f6f;
}

/* line 1074, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .datepicker table tr td.selected, .theme-dust .datepicker table tr td.selected:hover, .theme-dust .datepicker table tr td.selected.disabled, .theme-dust .datepicker table tr td.selected.disabled:hover {
  background: #7a6f6f;
}

/* line 1080, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .datepicker table tr td.active, .theme-dust .datepicker table tr td.active:hover, .theme-dust .datepicker table tr td.active.disabled, .theme-dust .datepicker table tr td.active.disabled:hover {
  background: #7a6f6f;
}

/* line 1087, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .datepicker table tr td span.active, .theme-dust .datepicker table tr td span.active:hover, .theme-dust .datepicker table tr td span.active.disabled, .theme-dust .datepicker table tr td span.active.disabled:hover {
  background: #7a6f6f;
}

/* line 1097, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .datepicker thead tr {
  background: #686868;
}

/* line 1099, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .datepicker thead tr:first-child {
  background: #7a6f6f !important;
  border-bottom-color: #565656 !important;
}

/* line 1105, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .datepicker thead th.prev,
.theme-dust .datepicker thead th.next {
  background: #7a6f6f;
}

/* line 1109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .datepicker thead th.prev {
  border-color: #565656;
}

/* line 1112, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .datepicker thead th.next {
  border-color: #565656;
}

/* line 1117, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #565656;
}

/* line 1120, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #565656;
}

/* line 1128, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .bootstrap-timepicker-widget table td a:hover {
  background: #7a6f6f;
  border-color: #7a6f6f;
}

/* line 1136, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .pagination a.dp-today,
.theme-dust .pagination a.dp-today:hover {
  background: #938989;
  border-color: #877b7b;
}

/* line 1142, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .pagination a.dp-today:hover {
  border-color: #7a6f6f !important;
}

/* line 1146, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .pagination a.dp-selected {
  background: #7a6f6f !important;
  border-color: #7a6f6f !important;
}

/* line 1154, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .tt-suggestion.tt-is-under-cursor {
  background: #7a6f6f;
}

/* line 1161, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #565656 !important;
}

/* line 1180, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .dropzone-box.dz-drag-hover {
  border-color: #7a6f6f;
}

/* line 1183, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .dropzone-box:hover .fa.fa-cloud-upload {
  background: #7a6f6f;
}

/* line 1190, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .md-editor.active {
  border-color: #7a6f6f;
}

/* line 1197, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-dust .widget-rating .active a {
  color: #7a6f6f;
}

/* line 7, app/assets/stylesheets/pixel-admin-scss/themes/frost/_base.scss */
.theme-frost {
  background: #e8edfd;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/themes/frost/_base.scss */
.theme-frost .page-header {
  background: #f3f5f9;
  border-color: #dcdfe0;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/themes/frost/_base.scss */
.theme-frost .table,
.theme-frost .panel,
.theme-frost hr {
  border-color: #cfd5d7;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/frost/_base.scss */
.theme-frost .bordered {
  border-color: #cfd5d7;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/themes/frost/_base.scss */
.theme-frost .bordered[class*='bg-'],
.theme-frost [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 40, app/assets/stylesheets/pixel-admin-scss/themes/frost/_base.scss */
.theme-frost .panel.panel-transparent > .panel-heading {
  border-bottom-color: #cfd5d7 !important;
}

/* line 45, app/assets/stylesheets/pixel-admin-scss/themes/frost/_base.scss */
.theme-frost .breadcrumb-page {
  background: #f3f5f9;
  border-bottom: 1px solid #dcdfe0;
  padding-bottom: 6px;
  padding-top: 6px;
}

/* line 8, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
.theme-frost #main-navbar {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 1px 0 rgba(0, 0, 0, 0.04);
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
.theme-frost #main-navbar .navbar-header {
  background: #fff;
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
.theme-frost #main-navbar .navbar-header a {
  color: #555;
}

/* line 27, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
.theme-frost #main-navbar .navbar-collapse {
  border-top: 1px solid #f1f1f1;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
.theme-frost #main-navbar .dropdown > a,
.theme-frost #main-navbar .dropdown-menu > li > a,
.theme-frost #main-navbar .nav > li > a {
  color: #555;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
.theme-frost #main-navbar .navbar-toggle {
  color: #555;
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
.theme-frost #main-navbar #main-menu-toggle {
  background: #1aaada;
  color: #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 52, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
.theme-frost #main-navbar #main-menu-toggle .fa:before {
  color: #fff;
}

/* line 60, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
.theme-frost #main-navbar li + li,
.theme-frost #main-navbar .nav + .nav,
.theme-frost #main-navbar .nav + .right {
  border-top: 1px solid #f1f1f1;
}

/* line 66, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
.theme-frost #main-navbar .dropdown.open > a {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #dfdfdf;
  margin-top: -1px;
  background: #f6f6f6;
}

/* line 77, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
.theme-frost #main-navbar form.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
.theme-frost #main-navbar form.navbar-form .form-control {
  background: #fff;
  border-color: #ddd;
  border-radius: 999999px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
.theme-frost #main-navbar form.navbar-form .form-control:focus {
  background: #fff;
  border-color: #1aaada;
}

@media (min-width: 768px) {
  /* line 104, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .navbar-header {
    background: #1aaada;
  }
  /* line 107, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .navbar-header a {
    color: #fff;
  }
  /* line 115, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .navbar-collapse {
    background: #fff;
    border: none;
  }
  /* line 121, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar #main-menu-toggle {
    background: #28b6e5;
  }
  /* line 129, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar li + li,
.theme-frost #main-navbar .nav + .nav,
.theme-frost #main-navbar .nav + .right {
    border-top: none;
  }
  /* line 139, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .nav > li > a:hover {
    color: #555;
    background: #f8f8f8;
  }
  /* line 144, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin: 0;
    background: #f8f8f8;
    color: #555;
  }
  /* line 152, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .dropdown-menu {
    border-top: none;
    margin-top: 1px;
    border-width: 2px;
    padding: 5px 0;
  }
  /* line 158, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .dropdown-menu li > a {
    color: #555;
    margin: 0 -2px;
  }
  /* line 162, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .dropdown-menu li > a:hover {
    background: #1aaada;
    color: #fff;
  }
  /* line 174, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .widget-notifications a {
    color: !important;
  }
  /* line 178, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .widget-notifications .notification,
.theme-frost #main-navbar .widget-notifications .notifications-link {
    border-color: #f1f1f1;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  /* line 185, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .widget-notifications .notification-description {
    color: #999;
  }
  /* line 189, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .widget-notifications .notification-ago {
    color: #bbb;
  }
  /* line 193, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .widget-notifications .notifications-link:hover {
    background: #f1f1f1;
  }
  /* line 203, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .widget-messages-alt a {
    color: !important;
  }
  /* line 207, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .widget-messages-alt .message,
.theme-frost #main-navbar .widget-messages-alt .messages-link {
    border-color: #f1f1f1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  /* line 213, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .widget-messages-alt .message-subject {
    color: #555 !important;
  }
  /* line 217, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .widget-messages-alt .message-description {
    color: #aaa;
  }
  /* line 220, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .widget-messages-alt .message-description a {
    color: #888;
  }
  /* line 225, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost #main-navbar .widget-messages-alt .messages-link:hover {
    background: #f1f1f1;
  }
  /* line 233, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost.mmc #main-navbar #main-menu-toggle {
    background: #1aaada;
  }
  /* line 237, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost.mmc #main-navbar .navbar-header {
    background: #fff;
  }
  /* line 240, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
  .theme-frost.mmc #main-navbar .navbar-header a {
    color: #555;
  }
}

/* line 251, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
.theme-frost.main-menu-right #main-navbar .navbar-header, .theme-frost.no-main-menu #main-navbar .navbar-header, .theme-frost.no-main-menu #main-navbar .navbar-header {
  background: #fff;
}

/* line 256, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_navbar.scss */
.theme-frost.main-menu-right #main-navbar .navbar-header a, .theme-frost.no-main-menu #main-navbar .navbar-header a, .theme-frost.no-main-menu #main-navbar .navbar-header a {
  color: #555;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu-bg,
.theme-frost .mmc-dropdown-open-ul {
  background: #2a2d33;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu .navigation li a,
.theme-frost #main-menu .mmc-dropdown-open-ul li a {
  color: #7f8796;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

/* line 27, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu .navigation li a:hover,
.theme-frost #main-menu .mmc-dropdown-open-ul li a:hover {
  color: #fff;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu .navigation li.active > a,
.theme-frost #main-menu .mmc-dropdown-open-ul li.active > a {
  color: #fff;
  background: #1e2125;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu .navigation > .mm-dropdown.open,
.theme-frost #main-menu .mmc-dropdown-open-ul > .mm-dropdown.open {
  border-bottom: 1px solid #2a2d33;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu .mm-dropdown.active > a {
  background: none !important;
  color: #fff !important;
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu .mm-dropdown.active > a:after {
  display: none !important;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu .mm-dropdown > ul,
.theme-frost #main-menu .mmc-dropdown-open-ul {
  background: #1e2125;
}

/* line 60, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu .mm-dropdown > ul li.active > a,
.theme-frost #main-menu .mmc-dropdown-open-ul li.active > a {
  background: #18191d;
}

/* line 69, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu .mmc-dropdown-open > a {
  color: #fff !important;
}

/* line 73, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu .mmc-title {
  color: #fff;
  background: #2a2d33;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu .menu-content {
  border-color: #363941;
}

/* line 82, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu .menu-content .btn-outline {
  border-color: #363941;
  color: #7f8796;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu .menu-content .btn-outline:hover {
  color: #fff;
}

/* line 98, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost .mmc-dropdown-open .mm-dropdown.open > a, .theme-frost.mme #main-menu .mm-dropdown.open > a {
  color: #fff !important;
}

@media (min-width: 768px) {
  /* line 105, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
  .theme-frost #main-menu .mm-dropdown.open > a {
    color: #fff;
  }
  /* line 110, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
  .theme-frost.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #7c8493;
  }
}

/* line 119, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu .navigation li.active > a, .theme-frost.right-to-left.main-menu-right #main-menu .navigation li.active > a {
  position: relative;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost #main-menu .navigation li.active > a:after, .theme-frost.right-to-left.main-menu-right #main-menu .navigation li.active > a:after {
  content: "";
  top: 0;
  bottom: 0;
  width: 4px;
  position: absolute;
  right: auto;
  left: 0;
  background: #1aaada;
}

/* line 135, app/assets/stylesheets/pixel-admin-scss/themes/frost/_main_menu.scss */
.theme-frost.main-menu-right #main-menu .navigation li.active > a:after, .theme-frost.right-to-left #main-menu .navigation li.active > a:after {
  left: auto;
  right: 0;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/frost/_demo.scss */
.theme-frost .demo-logo {
  background: #3daacf;
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/themes/frost/_demo.scss */
.theme-frost #main-navbar .navbar-brand div {
  background: #1bb1e3;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/themes/frost/_demo.scss */
.theme-frost #main-navbar .navbar-header a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost.page-signin .signin-info, .theme-frost.page-signup .signup-header {
  background: #1aaada;
  background: rgba(26, 170, 218, 0.8);
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost .timeline:before,
.theme-frost .timeline:after,
.theme-frost .tl-header,
.theme-frost .tl-icon {
  background: #d1dbfb;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost .tl-header,
.theme-frost .tl-icon {
  box-shadow: 0 0 0 4px #e8edfd;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost .tl-entry:before {
  background: #3daacf;
  box-shadow: 0 0 0 3px #e8edfd;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost .tl-body:before {
  border-color: transparent #cfd5d7 transparent transparent;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
  .theme-frost .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #cfd5d7;
  }
  /* line 42, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
  .theme-frost.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #cfd5d7 transparent transparent;
  }
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #cfd5d7;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost.page-mail .mail-nav,
.theme-frost.page-mail .mail-nav:before {
  background: #e8edfd;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost.page-mail .mail-nav .sections li.active .label,
.theme-frost.page-mail .mail-nav .sections li.active .badge {
  background: #3daacf;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost.page-mail .mail-nav,
.theme-frost.page-mail .mail-nav .compose-btn,
.theme-frost.page-mail .mail-nav .sections li.active,
.theme-frost.page-mail .mail-nav:before {
  border-color: #cfd5d7;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost.page-mail .mail-nav .navigation.open .sections li.active {
  background: #dce3fa;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost.page-mail .mail-nav li.divider {
  background: #cfd5d7;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost.page-mail .mail-nav .sections li.active a {
  color: #373b49;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost.page-mail .mail-nav .sections li.active:after {
  color: #9a9fb2;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost.page-mail .mail-nav .sections a {
  color: #585f75;
}

/* line 99, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost.page-mail .mail-nav-header {
  color: #9a9fb2;
}

/* line 103, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
.theme-frost.page-mail .mail-nav .add-more a {
  color: #9a9fb2;
}

@media (min-width: 992px) {
  /* line 109, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
  .theme-frost.page-mail .mail-nav .navigation .sections li.active {
    background: #dce3fa;
  }
  /* line 113, app/assets/stylesheets/pixel-admin-scss/themes/frost/_pages.scss */
  .theme-frost.page-mail .mail-nav .sections a:hover {
    color: #373b49;
  }
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .nav-icon-btn.nav-icon-btn-primary .label {
  background: #3daacf;
}

/* line 752, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .btn-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .btn-primary, .theme-frost .btn-primary:focus {
  border-color: #309dc2;
  border-bottom-color: #2a89aa;
  background: #3daacf;
  background-image: -webkit-linear-gradient(top, #41acd0 0%, #309dc2 100%);
  background-image: linear-gradient(to bottom, #41acd0 0%, #309dc2 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .btn-primary:hover {
  color: #fff;
  border-color: #2d93b6;
  border-bottom-color: #23728d;
  background: #309dc2 !important;
  background-image: -webkit-linear-gradient(top, #35a6cd 0%, #2d93b6 100%) !important;
  background-image: linear-gradient(to bottom, #35a6cd 0%, #2d93b6 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .btn-primary:active, .theme-frost .btn-primary.active, .open .theme-frost .btn-primary.dropdown-toggle {
  background: none;
  background: #31a1c6 !important;
  border-color: #27809e;
  border-bottom-color: #27809e !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .btn-primary.btn-flat {
  background: #32a4cb;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .btn-primary.btn-flat:hover, .theme-frost .btn-primary.btn-flat:active, .theme-frost .btn-primary.btn-flat.active, .open .theme-frost .btn-primary.btn-flat.dropdown-toggle {
  background: #32a4cb !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .btn-primary.btn-outline:hover, .theme-frost .btn-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #2d93b6;
  border-bottom-color: #23728d;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .btn-primary.btn-outline:active, .theme-frost .btn-primary.btn-outline.btn-flat:active {
  border-color: #27809e;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-frost .btn-primary, .btn-group .theme-frost .btn-primary:focus, .input-group-btn .theme-frost .btn-primary, .input-group-btn .theme-frost .btn-primary:focus {
  border-left-color: #2d93b6;
  border-right-color: #2d93b6;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-frost .btn-primary:hover, .btn-group.open .theme-frost .btn-primary.dropdown-toggle, .input-group-btn .theme-frost .btn-primary:hover, .input-group-btn.open .theme-frost .btn-primary.dropdown-toggle {
  border-color: #2d93b6;
  border-bottom-color: #23728d;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-frost .btn-primary:active, .btn-group .theme-frost .btn-primary.active, .input-group-btn .theme-frost .btn-primary:active, .input-group-btn .theme-frost .btn-primary.active {
  border-left-color: #27809e;
  border-right-color: #27809e;
}

/* line 756, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #27809e !important;
  background: none;
  background: #31a1c6 !important;
}

/* line 768, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .progress-bar {
  background: #3daacf;
  border-color: #2f9abe;
}

/* line 771, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .progress-striped .progress-bar {
  background-color: #3daacf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 721, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .label.label-primary {
  background: #3daacf;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .label.label-primary[href]:hover, .theme-frost .label.label-primary[href]:focus {
  background-color: #2b8dae;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .label.label-primary.label-tag {
  border: 1px solid #3daacf;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .label.label-primary.label-tag:before {
  border-color: transparent #3daacf transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .label.label-primary.label-tag[href]:hover, .theme-frost .label.label-primary.label-tag[href]:focus {
  border-color: #2b8dae;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .label.label-primary.label-tag[href]:hover:before, .theme-frost .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #2b8dae transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-frost .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #3daacf;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-frost .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-frost .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #2b8dae;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-frost .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-frost .label.label-primary.label-tag:before {
  border-color: transparent #3daacf transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-frost .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-frost .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-frost .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-frost .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #2b8dae transparent transparent;
}

/* line 726, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #3daacf;
}

/* line 730, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost.right-to-left .label.label-primary.label-tag:hover:before, .theme-frost.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #2b8dae;
}

/* line 736, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-frost.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-frost.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #3daacf transparent transparent;
}

/* line 741, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-frost.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-frost.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-frost.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-frost.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #2b8dae transparent transparent;
}

/* line 780, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .badge.badge-primary {
  background: #3daacf;
  border: 1px solid #3daacf;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .badge.badge-primary[href]:hover, .theme-frost .badge.badge-primary[href]:focus {
  background-color: #2b8dae;
  border-color: #2b8dae;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .table-primary table {
  border-top-color: #397f96 !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .table-primary thead,
.theme-frost .table-primary thead tr,
.theme-frost .table-primary thead th,
.theme-frost .table-primary .table-header {
  border-color: #397f96 !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .table-primary thead tr,
.theme-frost .table-primary thead th {
  background: #3995b5;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .table-primary .table-header {
  background: #3daacf;
}

/* line 280, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .nav-tabs > li.active > a, .theme-frost .nav-tabs > li.active > a:hover, .theme-frost .nav-tabs > li.active > a:focus {
  background: #3daacf;
  border-bottom: 2px solid #309dc2;
}

/* line 287, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #309dc2;
}

/* line 297, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .nav-pills > li.active > a, .theme-frost .nav-pills > li.active > a:hover, .theme-frost .nav-pills > li.active > a:focus {
  background: #3daacf;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .dropdown-menu > li > a:hover,
.theme-frost .dropdown-menu > li.active > a {
  background: #3daacf;
}

/* line 313, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .dropdown-menu > li > a:hover {
  color: #fff;
}

/* line 820, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .btn-group .btn-primary,
.theme-frost .btn-group .btn-primary:focus,
.theme-frost .input-group-btn .btn-primary,
.theme-frost .input-group-btn .btn-primary:focus {
  border-left-color: #2d93b6;
  border-right-color: #2d93b6;
}

/* line 827, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .btn-group .btn-primary:hover,
.theme-frost .btn-group.open .btn-primary.dropdown-toggle,
.theme-frost .input-group-btn .btn-primary:hover,
.theme-frost .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #27809e;
}

/* line 833, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .btn-group .btn-primary:active,
.theme-frost .btn-group .btn-primary.active,
.theme-frost .input-group-btn .btn-primary:active,
.theme-frost .input-group-btn .btn-primary.active {
  border-left-color: #27809e;
  border-right-color: #27809e;
}

/* line 846, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .pagination > li > a:hover {
  border-color: #3daacf;
}

/* line 850, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .pagination > li.active > a,
.theme-frost .pagination > li.active > a:hover,
.theme-frost .pagination > li.active > a:focus,
.theme-frost .pagination > li.active > span {
  background: #3daacf;
  border-color: #3daacf;
}

/* line 861, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .pager li > a:hover {
  border-color: #3daacf;
}

/* line 871, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost a.list-group-item.active {
  background: #3daacf;
  border-color: #3daacf;
}

/* line 875, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost a.list-group-item.active .list-group-item-text {
  color: #e1f2f7;
}

/* line 885, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .form-control:focus,
.theme-frost .form-control.focus {
  border-color: #3daacf;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 893, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-frost input.px:focus + .lbl:before, .gt-ie8 .theme-frost input.px + .lbl:hover:before {
  border-color: #3daacf;
}

/* line 898, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-frost input.px[type="checkbox"] + .lbl:after {
  color: #3daacf;
}

/* line 902, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-frost input.px[type="radio"] + .lbl:after {
  background: #3daacf;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .text-primary, .theme-frost .text-primary:hover, .theme-frost .text-primary:active, .theme-frost .text-primary:focus,
.theme-frost .text-primary a,
.theme-frost .text-primary a:focus {
  color: #3daacf;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .text-primary a:hover,
.theme-frost .text-primary a:active {
  color: #267c9a;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/themes/frost/frost.scss */
.theme-frost .bg-primary {
  background: #3daacf !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .bg-primary[href]:hover {
  background: #3aa0c3 !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .bg-primary.darken {
  background: #3aa0c3 !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .bg-primary.darken[href]:hover {
  background: #3697b7 !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .bg-primary.darker {
  background: #3697b7 !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .bg-primary.darker[href]:hover {
  background: #338dab !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .bg-primary, .theme-frost .bg-primary:hover, .theme-frost .bg-primary:active, .theme-frost .bg-primary:focus,
.theme-frost .bg-primary a,
.theme-frost .bg-primary a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .bg-primary a:hover,
.theme-frost .bg-primary a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .bg-primary[href]:hover,
.theme-frost .bg-primary [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .bg-primary * {
  border-color: #5ab7d6;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-slider-handle.ui-state-active:before {
  background: #3daacf;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-slider-range {
  background: #3daacf;
}

/* line 933, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-autocomplete > li > a:hover,
.theme-frost .ui-autocompletev > li.active > a {
  background: #3daacf;
}

/* line 938, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-autocomplete > li > a:hover {
  color: #fff;
}

/* line 942, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-autocomplete .ui-state-focus {
  background: #3daacf;
  color: #fff;
}

/* line 950, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-menu .ui-menu-item a:hover,
.theme-frost .ui-menu .ui-menu-item a.ui-state-focus,
.theme-frost .ui-menu .ui-menu-item a.ui-state-active {
  background: #3daacf;
}

/* line 963, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-progressbar-value {
  border-color: #2f9abe;
  background-color: #3daacf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 971, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-tabs-nav > .ui-tabs-active > a, .theme-frost .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-frost .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #3daacf;
  border-bottom: 2px solid #309dc2;
}

/* line 983, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-datepicker .ui-state-active {
  background: #3daacf !important;
}

/* line 987, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-datepicker-title {
  background: #3daacf;
}

/* line 991, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-datepicker th {
  background: #4891aa;
}

/* line 995, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-datepicker-buttonpane button.ui-priority-primary, .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #309dc2;
  border-bottom-color: #2a89aa;
  background: #3daacf;
  background-image: -webkit-linear-gradient(top, #41acd0 0%, #309dc2 100%);
  background-image: linear-gradient(to bottom, #41acd0 0%, #309dc2 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-datepicker-buttonpane button.ui-priority-primary:hover {
  color: #fff;
  border-color: #2d93b6;
  border-bottom-color: #23728d;
  background: #309dc2 !important;
  background-image: -webkit-linear-gradient(top, #35a6cd 0%, #2d93b6 100%) !important;
  background-image: linear-gradient(to bottom, #35a6cd 0%, #2d93b6 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  background: none;
  background: #31a1c6 !important;
  border-color: #27809e;
  border-bottom-color: #27809e !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
  background: #32a4cb;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
  background: #32a4cb !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #2d93b6;
  border-bottom-color: #23728d;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
  border-color: #27809e;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #2d93b6;
  border-right-color: #2d93b6;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #2d93b6;
  border-bottom-color: #23728d;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-frost .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #27809e;
  border-right-color: #27809e;
}

/* line 1022, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .select2-drop-active,
.theme-frost .select2-container-multi.select2-container-active .select2-choices,
.theme-frost .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #3daacf;
}

/* line 1028, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #3daacf;
}

/* line 1033, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .select2-container-active .select2-choice,
.theme-frost .select2-container-active .select2-choices {
  border: 1px solid #3daacf;
}

/* line 1040, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-frost .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #3daacf;
  border-top-color: #aaa;
}

/* line 1047, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .select2-results .select2-highlighted {
  background: #3daacf;
}

/* line 1007, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #3daacf;
}

/* line 1011, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #2b8dae;
}

/* line 1016, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #3daacf !important;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .switcher-primary .switcher-state-on {
  background: #3daacf !important;
}

/* line 1173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .pixel-file-input:hover {
  border-color: #3daacf;
}

/* line 1074, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .datepicker table tr td.selected, .theme-frost .datepicker table tr td.selected:hover, .theme-frost .datepicker table tr td.selected.disabled, .theme-frost .datepicker table tr td.selected.disabled:hover {
  background: #3daacf;
}

/* line 1080, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .datepicker table tr td.active, .theme-frost .datepicker table tr td.active:hover, .theme-frost .datepicker table tr td.active.disabled, .theme-frost .datepicker table tr td.active.disabled:hover {
  background: #3daacf;
}

/* line 1087, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .datepicker table tr td span.active, .theme-frost .datepicker table tr td span.active:hover, .theme-frost .datepicker table tr td span.active.disabled, .theme-frost .datepicker table tr td span.active.disabled:hover {
  background: #3daacf;
}

/* line 1097, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .datepicker thead tr {
  background: #4891aa;
}

/* line 1099, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .datepicker thead tr:first-child {
  background: #3daacf !important;
  border-bottom-color: #487787 !important;
}

/* line 1105, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .datepicker thead th.prev,
.theme-frost .datepicker thead th.next {
  background: #3daacf;
}

/* line 1109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .datepicker thead th.prev {
  border-color: #487787;
}

/* line 1112, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .datepicker thead th.next {
  border-color: #487787;
}

/* line 1117, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #487787;
}

/* line 1120, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #487787;
}

/* line 1128, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .bootstrap-timepicker-widget table td a:hover {
  background: #3daacf;
  border-color: #3daacf;
}

/* line 1136, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .pagination a.dp-today,
.theme-frost .pagination a.dp-today:hover {
  background: #66bcd9;
  border-color: #51b3d4;
}

/* line 1142, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .pagination a.dp-today:hover {
  border-color: #3daacf !important;
}

/* line 1146, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .pagination a.dp-selected {
  background: #3daacf !important;
  border-color: #3daacf !important;
}

/* line 1154, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .tt-suggestion.tt-is-under-cursor {
  background: #3daacf;
}

/* line 1161, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #397f96 !important;
}

/* line 1180, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .dropzone-box.dz-drag-hover {
  border-color: #3daacf;
}

/* line 1183, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .dropzone-box:hover .fa.fa-cloud-upload {
  background: #3daacf;
}

/* line 1190, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .md-editor.active {
  border-color: #3daacf;
}

/* line 1197, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-frost .widget-rating .active a {
  color: #3daacf;
}

/* line 7, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_base.scss */
.theme-fresh {
  background: #f4f6f7;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_base.scss */
.theme-fresh .page-header {
  background: #fff;
  border-color: #ddd;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_base.scss */
.theme-fresh .table,
.theme-fresh .panel,
.theme-fresh hr {
  border-color: #ddd;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_base.scss */
.theme-fresh .bordered {
  border-color: #ddd;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_base.scss */
.theme-fresh .bordered[class*='bg-'],
.theme-fresh [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 40, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_base.scss */
.theme-fresh .panel.panel-transparent > .panel-heading {
  border-bottom-color: #ddd !important;
}

/* line 45, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_base.scss */
.theme-fresh .breadcrumb-page {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  padding-top: 6px;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
.gt-ie9 .theme-fresh #main-navbar, .gt-ie9 .theme-fresh #main-navbar .navbar-header {
  background-image: -webkit-linear-gradient(top, #a1cc3d 0%, #94c53e 100%);
  background-image: -o-linear-gradient(top, #a1cc3d 0%, #94c53e 100%);
  background-image: linear-gradient(to bottom, #a1cc3d 0%, #94c53e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA1CC3D', endColorstr='#FF94C53E', GradientType=0);
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
.ie8 .theme-fresh #main-navbar, .ie9 .theme-fresh #main-navbar, .ie8 .theme-fresh #main-navbar .navbar-header, .ie9 .theme-fresh #main-navbar .navbar-header {
  background: #a1cc3d;
}

/* line 30, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
.theme-fresh #main-navbar .dropdown > a,
.theme-fresh #main-navbar .dropdown-menu > li > a,
.theme-fresh #main-navbar .nav > li > a,
.theme-fresh #main-navbar .navbar-header a {
  color: #fff;
}

/* line 37, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
.theme-fresh #main-navbar .navbar-toggle,
.theme-fresh #main-navbar #main-menu-toggle,
.theme-fresh #main-navbar #main-menu-toggle .fa:before,
.theme-fresh #main-navbar a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/* line 48, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
.theme-fresh #main-navbar .navbar-toggle,
.theme-fresh #main-navbar #main-menu-toggle {
  color: #fff;
}

/* line 53, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
.theme-fresh #main-navbar #main-menu-toggle .fa:before {
  color: #fff;
}

/* line 61, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
.theme-fresh #main-navbar #main-navbar-collapse {
  border-top-color: #83b035;
  background: #94c53e;
}

/* line 70, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
.theme-fresh #main-navbar li + li,
.theme-fresh #main-navbar .nav + .nav,
.theme-fresh #main-navbar .nav + .right {
  border-top: 1px solid #a5ce5d;
}

/* line 76, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
.theme-fresh #main-navbar .dropdown.open > a {
  border-top: 1px solid #71982e;
  border-bottom: 1px solid #7aa431;
  margin-top: -1px;
  background: #83b035;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
.theme-fresh #main-navbar form.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
.theme-fresh #main-navbar form.navbar-form .form-control {
  background: #fff;
  border-color: #fff;
  border-radius: 3px;
}

@media (min-width: 768px) {
  /* line 107, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar #main-navbar-collapse {
    background: none;
  }
  /* line 116, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar li + li,
.theme-fresh #main-navbar .nav + .nav,
.theme-fresh #main-navbar .nav + .right {
    border: none;
  }
  /* line 122, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .nav > li > a {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  /* line 126, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .nav > li > a:hover {
    background: rgba(0, 0, 0, 0.08);
    border-color: #77a030;
  }
  /* line 136, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.08);
    border-color: #77a030;
  }
  /* line 144, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .dropdown-menu {
    background: #43474b;
    border-color: #43474b;
    margin-top: 2px;
    padding: 5px 0;
    border-radius: 2px;
  }
  /* line 151, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .dropdown-menu a {
    text-shadow: none;
    margin: 0 -2px;
  }
  /* line 156, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .dropdown-menu a:hover {
    background: #78bdd1;
  }
  /* line 160, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .dropdown-menu .divider {
    background-color: #4d5156;
    margin-left: -2px;
    margin-right: -2px;
  }
  /* line 172, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .widget-notifications a:hover {
    color: #fff !important;
  }
  /* line 176, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .widget-notifications .notification,
.theme-fresh #main-navbar .widget-notifications .notifications-link {
    border-color: #4d5156;
    margin: 0 -2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  /* line 183, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .widget-notifications .notification-description {
    color: #9ba0a6;
  }
  /* line 187, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .widget-notifications .notification-ago {
    color: #80878e;
  }
  /* line 197, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .widget-messages-alt a:hover {
    color: #fff !important;
  }
  /* line 201, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .widget-messages-alt .message,
.theme-fresh #main-navbar .widget-messages-alt .messages-link {
    border-color: #4d5156;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  /* line 206, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .widget-messages-alt .message a:hover,
.theme-fresh #main-navbar .widget-messages-alt .messages-link a:hover {
    background: none;
  }
  /* line 211, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .widget-messages-alt .message-subject {
    color: #78bdd1;
  }
  /* line 215, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .widget-messages-alt .message-description {
    color: #80878e;
  }
  /* line 218, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
  .theme-fresh #main-navbar .widget-messages-alt .message-description a {
    color: #9ba0a6;
  }
}

/* line 226, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
.theme-fresh #main-navbar #main-menu-toggle, .theme-fresh.right-to-left.main-menu-right #main-navbar #main-menu-toggle {
  border-left: none;
  border-right: 1px solid #7da832;
}

/* line 232, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_navbar.scss */
.theme-fresh.right-to-left #main-navbar #main-menu-toggle, .theme-fresh.main-menu-right #main-navbar #main-menu-toggle {
  border-left: 1px solid #7da832;
  border-right: none;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu-bg,
.theme-fresh .mmc-dropdown-open-ul {
  background: #43474b;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu #main-menu-inner {
  padding-top: 10px;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .navigation li,
.theme-fresh #main-menu .mmc-dropdown-open-ul li {
  border-bottom: 1px solid #4d5156;
}

/* line 30, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .navigation li a,
.theme-fresh #main-menu .mmc-dropdown-open-ul li a {
  color: #a8adb2;
  font-size: 12px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-property: color,background;
  -moz-transition-property: color,background;
  -ms-transition-property: color,background;
  -o-transition-property: color,background;
  transition-property: color,background;
}

/* line 41, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .navigation li a:hover,
.theme-fresh #main-menu .mmc-dropdown-open-ul li a:hover {
  background: #4d5156;
  color: #fff;
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .navigation li.active,
.theme-fresh #main-menu .mmc-dropdown-open-ul li.active {
  border-color: #78bdd1;
}

/* line 50, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .navigation li.active > a,
.theme-fresh #main-menu .mmc-dropdown-open-ul li.active > a {
  color: #fff;
  background: #78bdd1;
  border-color: #78bdd1;
}

/* line 61, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .mm-dropdown ul,
.theme-fresh #main-menu .mmc-dropdown-open-ul {
  background: #393d40;
}

/* line 65, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .mm-dropdown ul li,
.theme-fresh #main-menu .mmc-dropdown-open-ul li {
  border: none;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .mm-dropdown ul li a:hover,
.theme-fresh #main-menu .mmc-dropdown-open-ul li a:hover {
  background: #43474b;
}

/* line 72, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .mm-dropdown ul li.active,
.theme-fresh #main-menu .mmc-dropdown-open-ul li.active {
  border-top: none;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .mm-dropdown ul li.active > a,
.theme-fresh #main-menu .mmc-dropdown-open-ul li.active > a {
  background: #78bdd1;
}

/* line 81, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .mm-dropdown ul li + li,
.theme-fresh #main-menu .mmc-dropdown-open-ul li + li {
  border-top: 1px solid #43474b;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu li.mm-dropdown.active {
  border-bottom-color: #4d5156;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu li.mm-dropdown.active > a {
  color: #fff !important;
  background: none;
  border-bottom-color: #4d5156;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu li.mm-dropdown.active > a:hover {
  background: #4d5156;
}

/* line 100, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .mm-dropdown .mm-dropdown.open > a {
  border-bottom-color: #43474b;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .mm-dropdown li.mm-dropdown.active {
  border-bottom-color: #43474b;
  border-top: 1px solid #43474b;
}

/* line 108, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .mm-dropdown li.mm-dropdown.active > a {
  background: none;
  border-bottom-color: #43474b;
}

/* line 112, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .mm-dropdown li.mm-dropdown.active > a:hover {
  background: #43474b;
}

/* line 122, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .mmc-dropdown-open > a {
  color: #fff !important;
}

/* line 126, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .mmc-title {
  color: #fff;
  background: #43474b;
  border-bottom: 1px solid #4d5156;
  padding-top: 1px;
}

/* line 133, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .mmc-dropdown-open-ul.top .mmc-title {
  padding-top: 0;
  padding-bottom: 1px;
  border-bottom: 0;
  border-top: 1px solid #4d5156;
  margin-top: -1px;
}

/* line 141, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .mmc-dropdown-open-ul.top {
  margin-bottom: 1px !important;
}

/* line 147, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .menu-content {
  border: none;
  margin-top: -10px;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .menu-content .btn-outline {
  border-color: #4d5156;
  color: #a8adb2;
}

/* line 155, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .menu-content .btn-outline:hover {
  color: #fff;
}

/* line 160, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh #main-menu .menu-content.top {
  border-bottom: 1px solid #4d5156;
}

/* line 171, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh .mmc-dropdown-open .mm-dropdown.open > a, .theme-fresh.mme #main-menu .mm-dropdown.open > a {
  color: #fff !important;
}

/* line 176, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
.theme-fresh.mme #main-menu .mm-dropdown.open > a {
  border-bottom: 1px solid #4d5156;
}

@media (min-width: 768px) {
  /* line 182, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
  .theme-fresh #main-menu .mm-dropdown.open > a {
    color: #fff;
    border-bottom: 1px solid #4d5156;
  }
  /* line 188, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_main_menu.scss */
  .theme-fresh.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #a8adb2;
    border-bottom: none;
  }
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_demo.scss */
.theme-fresh .demo-logo {
  background: #64bed8;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh.page-signin .signin-info, .theme-fresh.page-signup .signup-header {
  background: #94c53e;
  background: rgba(148, 197, 62, 0.8);
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh .timeline:before,
.theme-fresh .timeline:after,
.theme-fresh .tl-header,
.theme-fresh .tl-icon {
  background: #dce3e6;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh .tl-header,
.theme-fresh .tl-icon {
  box-shadow: 0 0 0 4px #f4f6f7;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh .tl-entry:before {
  background: #64bed8;
  box-shadow: 0 0 0 3px #f4f6f7;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh .tl-body:before {
  border-color: transparent #ddd transparent transparent;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
  .theme-fresh .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #ddd;
  }
  /* line 42, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
  .theme-fresh.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #ddd transparent transparent;
  }
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #ddd;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh.page-mail .mail-nav,
.theme-fresh.page-mail .mail-nav:before {
  background: #f4f6f7;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh.page-mail .mail-nav .sections li.active .label,
.theme-fresh.page-mail .mail-nav .sections li.active .badge {
  background: #64bed8;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh.page-mail .mail-nav,
.theme-fresh.page-mail .mail-nav .compose-btn,
.theme-fresh.page-mail .mail-nav .sections li.active,
.theme-fresh.page-mail .mail-nav:before {
  border-color: #ddd;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh.page-mail .mail-nav .navigation.open .sections li.active {
  background: #e8ecee;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh.page-mail .mail-nav li.divider {
  background: #ddd;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh.page-mail .mail-nav .sections li.active a {
  color: #38474e;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh.page-mail .mail-nav .sections li.active:after {
  color: #9baeb7;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh.page-mail .mail-nav .sections a {
  color: #596f7a;
}

/* line 99, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh.page-mail .mail-nav-header {
  color: #9baeb7;
}

/* line 103, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
.theme-fresh.page-mail .mail-nav .add-more a {
  color: #9baeb7;
}

@media (min-width: 992px) {
  /* line 109, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
  .theme-fresh.page-mail .mail-nav .navigation .sections li.active {
    background: #e8ecee;
  }
  /* line 113, app/assets/stylesheets/pixel-admin-scss/themes/fresh/_pages.scss */
  .theme-fresh.page-mail .mail-nav .sections a:hover {
    color: #38474e;
  }
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .nav-icon-btn.nav-icon-btn-primary .label {
  background: #64bed8;
}

/* line 752, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .btn-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .btn-primary, .theme-fresh .btn-primary:focus {
  border-color: #50b5d3;
  border-bottom-color: #37abcd;
  background: #64bed8;
  background-image: -webkit-linear-gradient(top, #68c0d9 0%, #50b5d3 100%);
  background-image: linear-gradient(to bottom, #68c0d9 0%, #50b5d3 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .btn-primary:hover {
  color: #fff;
  border-color: #43b0d0;
  border-bottom-color: #2d95b3;
  background: #50b5d3 !important;
  background-image: -webkit-linear-gradient(top, #5cbbd6 0%, #43b0d0 100%) !important;
  background-image: linear-gradient(to bottom, #5cbbd6 0%, #43b0d0 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .btn-primary:active, .theme-fresh .btn-primary.active, .open .theme-fresh .btn-primary.dropdown-toggle {
  background: none;
  background: #54b7d4 !important;
  border-color: #31a3c3;
  border-bottom-color: #31a3c3 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .btn-primary.btn-flat {
  background: #58b9d5;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .btn-primary.btn-flat:hover, .theme-fresh .btn-primary.btn-flat:active, .theme-fresh .btn-primary.btn-flat.active, .open .theme-fresh .btn-primary.btn-flat.dropdown-toggle {
  background: #58b9d5 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .btn-primary.btn-outline:hover, .theme-fresh .btn-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #43b0d0;
  border-bottom-color: #2d95b3;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .btn-primary.btn-outline:active, .theme-fresh .btn-primary.btn-outline.btn-flat:active {
  border-color: #31a3c3;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-fresh .btn-primary, .btn-group .theme-fresh .btn-primary:focus, .input-group-btn .theme-fresh .btn-primary, .input-group-btn .theme-fresh .btn-primary:focus {
  border-left-color: #43b0d0;
  border-right-color: #43b0d0;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-fresh .btn-primary:hover, .btn-group.open .theme-fresh .btn-primary.dropdown-toggle, .input-group-btn .theme-fresh .btn-primary:hover, .input-group-btn.open .theme-fresh .btn-primary.dropdown-toggle {
  border-color: #43b0d0;
  border-bottom-color: #2d95b3;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-fresh .btn-primary:active, .btn-group .theme-fresh .btn-primary.active, .input-group-btn .theme-fresh .btn-primary:active, .input-group-btn .theme-fresh .btn-primary.active {
  border-left-color: #31a3c3;
  border-right-color: #31a3c3;
}

/* line 756, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #31a3c3 !important;
  background: none;
  background: #54b7d4 !important;
}

/* line 768, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .progress-bar {
  background: #64bed8;
  border-color: #4cb4d2;
}

/* line 771, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .progress-striped .progress-bar {
  background-color: #64bed8;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 721, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .label.label-primary {
  background: #64bed8;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .label.label-primary[href]:hover, .theme-fresh .label.label-primary[href]:focus {
  background-color: #3badce;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .label.label-primary.label-tag {
  border: 1px solid #64bed8;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .label.label-primary.label-tag:before {
  border-color: transparent #64bed8 transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .label.label-primary.label-tag[href]:hover, .theme-fresh .label.label-primary.label-tag[href]:focus {
  border-color: #3badce;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .label.label-primary.label-tag[href]:hover:before, .theme-fresh .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #3badce transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-fresh .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #64bed8;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-fresh .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-fresh .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #3badce;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-fresh .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-fresh .label.label-primary.label-tag:before {
  border-color: transparent #64bed8 transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-fresh .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-fresh .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-fresh .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-fresh .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #3badce transparent transparent;
}

/* line 726, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #64bed8;
}

/* line 730, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh.right-to-left .label.label-primary.label-tag:hover:before, .theme-fresh.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #3badce;
}

/* line 736, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-fresh.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-fresh.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #64bed8 transparent transparent;
}

/* line 741, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-fresh.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-fresh.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-fresh.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-fresh.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #3badce transparent transparent;
}

/* line 780, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .badge.badge-primary {
  background: #64bed8;
  border: 1px solid #64bed8;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .badge.badge-primary[href]:hover, .theme-fresh .badge.badge-primary[href]:focus {
  background-color: #3badce;
  border-color: #3badce;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .table-primary table {
  border-top-color: #469fb8 !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .table-primary thead,
.theme-fresh .table-primary thead tr,
.theme-fresh .table-primary thead th,
.theme-fresh .table-primary .table-header {
  border-color: #469fb8 !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .table-primary thead tr,
.theme-fresh .table-primary thead th {
  background: #55afc9;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .table-primary .table-header {
  background: #64bed8;
}

/* line 280, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .nav-tabs > li.active > a, .theme-fresh .nav-tabs > li.active > a:hover, .theme-fresh .nav-tabs > li.active > a:focus {
  background: #64bed8;
  border-bottom: 2px solid #50b5d3;
}

/* line 287, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #50b5d3;
}

/* line 297, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .nav-pills > li.active > a, .theme-fresh .nav-pills > li.active > a:hover, .theme-fresh .nav-pills > li.active > a:focus {
  background: #64bed8;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .dropdown-menu > li > a:hover,
.theme-fresh .dropdown-menu > li.active > a {
  background: #64bed8;
}

/* line 313, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .dropdown-menu > li > a:hover {
  color: #fff;
}

/* line 820, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .btn-group .btn-primary,
.theme-fresh .btn-group .btn-primary:focus,
.theme-fresh .input-group-btn .btn-primary,
.theme-fresh .input-group-btn .btn-primary:focus {
  border-left-color: #43b0d0;
  border-right-color: #43b0d0;
}

/* line 827, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .btn-group .btn-primary:hover,
.theme-fresh .btn-group.open .btn-primary.dropdown-toggle,
.theme-fresh .input-group-btn .btn-primary:hover,
.theme-fresh .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #31a3c3;
}

/* line 833, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .btn-group .btn-primary:active,
.theme-fresh .btn-group .btn-primary.active,
.theme-fresh .input-group-btn .btn-primary:active,
.theme-fresh .input-group-btn .btn-primary.active {
  border-left-color: #31a3c3;
  border-right-color: #31a3c3;
}

/* line 846, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .pagination > li > a:hover {
  border-color: #64bed8;
}

/* line 850, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .pagination > li.active > a,
.theme-fresh .pagination > li.active > a:hover,
.theme-fresh .pagination > li.active > a:focus,
.theme-fresh .pagination > li.active > span {
  background: #64bed8;
  border-color: #64bed8;
}

/* line 861, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .pager li > a:hover {
  border-color: #64bed8;
}

/* line 871, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh a.list-group-item.active {
  background: #64bed8;
  border-color: #64bed8;
}

/* line 875, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh a.list-group-item.active .list-group-item-text {
  color: white;
}

/* line 885, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .form-control:focus,
.theme-fresh .form-control.focus {
  border-color: #64bed8;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 893, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-fresh input.px:focus + .lbl:before, .gt-ie8 .theme-fresh input.px + .lbl:hover:before {
  border-color: #64bed8;
}

/* line 898, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-fresh input.px[type="checkbox"] + .lbl:after {
  color: #64bed8;
}

/* line 902, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-fresh input.px[type="radio"] + .lbl:after {
  background: #64bed8;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .text-primary, .theme-fresh .text-primary:hover, .theme-fresh .text-primary:active, .theme-fresh .text-primary:focus,
.theme-fresh .text-primary a,
.theme-fresh .text-primary a:focus {
  color: #64bed8;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .text-primary a:hover,
.theme-fresh .text-primary a:active {
  color: #309fbf;
}

/* line 96, app/assets/stylesheets/pixel-admin-scss/themes/fresh/fresh.scss */
.theme-fresh .bg-primary {
  background: #64bed8 !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .bg-primary[href]:hover {
  background: #5eb5cf !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .bg-primary.darken {
  background: #5eb5cf !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .bg-primary.darken[href]:hover {
  background: #52b0cb !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .bg-primary.darker {
  background: #52b0cb !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .bg-primary.darker[href]:hover {
  background: #47abc8 !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .bg-primary, .theme-fresh .bg-primary:hover, .theme-fresh .bg-primary:active, .theme-fresh .bg-primary:focus,
.theme-fresh .bg-primary a,
.theme-fresh .bg-primary a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .bg-primary a:hover,
.theme-fresh .bg-primary a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .bg-primary[href]:hover,
.theme-fresh .bg-primary [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .bg-primary * {
  border-color: #81cadf;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-slider-handle.ui-state-active:before {
  background: #64bed8;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-slider-range {
  background: #64bed8;
}

/* line 933, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-autocomplete > li > a:hover,
.theme-fresh .ui-autocompletev > li.active > a {
  background: #64bed8;
}

/* line 938, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-autocomplete > li > a:hover {
  color: #fff;
}

/* line 942, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-autocomplete .ui-state-focus {
  background: #64bed8;
  color: #fff;
}

/* line 950, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-menu .ui-menu-item a:hover,
.theme-fresh .ui-menu .ui-menu-item a.ui-state-focus,
.theme-fresh .ui-menu .ui-menu-item a.ui-state-active {
  background: #64bed8;
}

/* line 963, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-progressbar-value {
  border-color: #4cb4d2;
  background-color: #64bed8;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 971, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-tabs-nav > .ui-tabs-active > a, .theme-fresh .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-fresh .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #64bed8;
  border-bottom: 2px solid #50b5d3;
}

/* line 983, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-datepicker .ui-state-active {
  background: #64bed8 !important;
}

/* line 987, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-datepicker-title {
  background: #64bed8;
}

/* line 991, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-datepicker th {
  background: #66a9bd;
}

/* line 995, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary, .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #50b5d3;
  border-bottom-color: #37abcd;
  background: #64bed8;
  background-image: -webkit-linear-gradient(top, #68c0d9 0%, #50b5d3 100%);
  background-image: linear-gradient(to bottom, #68c0d9 0%, #50b5d3 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary:hover {
  color: #fff;
  border-color: #43b0d0;
  border-bottom-color: #2d95b3;
  background: #50b5d3 !important;
  background-image: -webkit-linear-gradient(top, #5cbbd6 0%, #43b0d0 100%) !important;
  background-image: linear-gradient(to bottom, #5cbbd6 0%, #43b0d0 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  background: none;
  background: #54b7d4 !important;
  border-color: #31a3c3;
  border-bottom-color: #31a3c3 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
  background: #58b9d5;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
  background: #58b9d5 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #43b0d0;
  border-bottom-color: #2d95b3;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
  border-color: #31a3c3;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #43b0d0;
  border-right-color: #43b0d0;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #43b0d0;
  border-bottom-color: #2d95b3;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-fresh .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #31a3c3;
  border-right-color: #31a3c3;
}

/* line 1022, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .select2-drop-active,
.theme-fresh .select2-container-multi.select2-container-active .select2-choices,
.theme-fresh .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #64bed8;
}

/* line 1028, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #64bed8;
}

/* line 1033, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .select2-container-active .select2-choice,
.theme-fresh .select2-container-active .select2-choices {
  border: 1px solid #64bed8;
}

/* line 1040, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-fresh .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #64bed8;
  border-top-color: #aaa;
}

/* line 1047, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .select2-results .select2-highlighted {
  background: #64bed8;
}

/* line 1007, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #64bed8;
}

/* line 1011, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #3badce;
}

/* line 1016, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #64bed8 !important;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .switcher-primary .switcher-state-on {
  background: #64bed8 !important;
}

/* line 1173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .pixel-file-input:hover {
  border-color: #64bed8;
}

/* line 1074, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .datepicker table tr td.selected, .theme-fresh .datepicker table tr td.selected:hover, .theme-fresh .datepicker table tr td.selected.disabled, .theme-fresh .datepicker table tr td.selected.disabled:hover {
  background: #64bed8;
}

/* line 1080, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .datepicker table tr td.active, .theme-fresh .datepicker table tr td.active:hover, .theme-fresh .datepicker table tr td.active.disabled, .theme-fresh .datepicker table tr td.active.disabled:hover {
  background: #64bed8;
}

/* line 1087, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .datepicker table tr td span.active, .theme-fresh .datepicker table tr td span.active:hover, .theme-fresh .datepicker table tr td span.active.disabled, .theme-fresh .datepicker table tr td span.active.disabled:hover {
  background: #64bed8;
}

/* line 1097, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .datepicker thead tr {
  background: #66a9bd;
}

/* line 1099, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .datepicker thead tr:first-child {
  background: #64bed8 !important;
  border-bottom-color: #5994a5 !important;
}

/* line 1105, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .datepicker thead th.prev,
.theme-fresh .datepicker thead th.next {
  background: #64bed8;
}

/* line 1109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .datepicker thead th.prev {
  border-color: #5994a5;
}

/* line 1112, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .datepicker thead th.next {
  border-color: #5994a5;
}

/* line 1117, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #5994a5;
}

/* line 1120, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #5994a5;
}

/* line 1128, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .bootstrap-timepicker-widget table td a:hover {
  background: #64bed8;
  border-color: #64bed8;
}

/* line 1136, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .pagination a.dp-today,
.theme-fresh .pagination a.dp-today:hover {
  background: #8dcfe2;
  border-color: #78c7dd;
}

/* line 1142, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .pagination a.dp-today:hover {
  border-color: #64bed8 !important;
}

/* line 1146, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .pagination a.dp-selected {
  background: #64bed8 !important;
  border-color: #64bed8 !important;
}

/* line 1154, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .tt-suggestion.tt-is-under-cursor {
  background: #64bed8;
}

/* line 1161, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #469fb8 !important;
}

/* line 1180, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .dropzone-box.dz-drag-hover {
  border-color: #64bed8;
}

/* line 1183, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .dropzone-box:hover .fa.fa-cloud-upload {
  background: #64bed8;
}

/* line 1190, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .md-editor.active {
  border-color: #64bed8;
}

/* line 1197, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-fresh .widget-rating .active a {
  color: #64bed8;
}

/* line 36, app/assets/stylesheets/pixel-admin-scss/themes/silver/silver.scss */
.theme-silver #main-navbar {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(0, 0, 0, 0.08);
}

/* line 7, app/assets/stylesheets/pixel-admin-scss/themes/silver/_base.scss */
.theme-silver {
  background: #fafafa;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/themes/silver/_base.scss */
.theme-silver .page-header {
  background: #fafafa;
  border-color: #eee;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/themes/silver/_base.scss */
.theme-silver .table,
.theme-silver .panel,
.theme-silver hr {
  border-color: #e4e4e4;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/silver/_base.scss */
.theme-silver .bordered {
  border-color: #e4e4e4;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/themes/silver/_base.scss */
.theme-silver .bordered[class*='bg-'],
.theme-silver [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 40, app/assets/stylesheets/pixel-admin-scss/themes/silver/_base.scss */
.theme-silver .panel.panel-transparent > .panel-heading {
  border-bottom-color: #e4e4e4 !important;
}

/* line 45, app/assets/stylesheets/pixel-admin-scss/themes/silver/_base.scss */
.theme-silver .breadcrumb-page {
  background: #fafafa;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  padding-top: 6px;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
.gt-ie9 .theme-silver #main-navbar, .gt-ie9 .theme-silver #main-navbar .navbar-header {
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #ebebeb 100%);
  background-image: -o-linear-gradient(top, #f6f6f6 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6F6F6', endColorstr='#FFEBEBEB', GradientType=0);
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
.ie8 .theme-silver #main-navbar, .ie9 .theme-silver #main-navbar, .ie8 .theme-silver #main-navbar .navbar-header, .ie9 .theme-silver #main-navbar .navbar-header {
  background: #f6f6f6;
}

/* line 30, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
.theme-silver #main-navbar .dropdown > a,
.theme-silver #main-navbar .dropdown-menu > li > a,
.theme-silver #main-navbar .nav > li > a,
.theme-silver #main-navbar .navbar-header a {
  color: #666;
}

/* line 37, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
.theme-silver #main-navbar .navbar-toggle,
.theme-silver #main-navbar #main-menu-toggle,
.theme-silver #main-navbar #main-menu-toggle .fa:before,
.theme-silver #main-navbar a {
  text-shadow: none;
}

/* line 48, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
.theme-silver #main-navbar .navbar-toggle,
.theme-silver #main-navbar #main-menu-toggle {
  color: #666;
}

/* line 53, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
.theme-silver #main-navbar #main-menu-toggle .fa:before {
  color: #666;
}

/* line 61, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
.theme-silver #main-navbar #main-navbar-collapse {
  border-top-color: gainsboro;
  background: #ebebeb;
}

/* line 70, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
.theme-silver #main-navbar li + li,
.theme-silver #main-navbar .nav + .nav,
.theme-silver #main-navbar .nav + .right {
  border-top: 1px solid gainsboro;
}

/* line 76, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
.theme-silver #main-navbar .dropdown.open > a {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #d4d4d4;
  margin-top: -1px;
  background: gainsboro;
}

/* line 86, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
.theme-silver #main-navbar form.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
.theme-silver #main-navbar form.navbar-form .form-control {
  background: #fff;
  border-color: #fff;
  border-radius: 3px;
}

@media (min-width: 768px) {
  /* line 107, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar #main-navbar-collapse {
    background: none;
  }
  /* line 116, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar li + li,
.theme-silver #main-navbar .nav + .nav,
.theme-silver #main-navbar .nav + .right {
    border: none;
  }
  /* line 122, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .nav > li > a {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  /* line 126, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .nav > li > a:hover {
    background: rgba(0, 0, 0, 0.08);
    border-color: #d2d2d2;
  }
  /* line 136, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.08);
    border-color: #d2d2d2;
  }
  /* line 144, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .dropdown-menu {
    background: #333;
    border-color: #333;
    margin-top: 2px;
    padding: 5px 0;
    border-radius: 2px;
  }
  /* line 151, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .dropdown-menu a {
    text-shadow: none;
    margin: 0 -2px;
  }
  /* line 156, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .dropdown-menu > li > a {
    color: #fff;
  }
  /* line 160, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .dropdown-menu a:hover {
    background: #64bed8;
  }
  /* line 164, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .dropdown-menu .divider {
    background-color: #3d3d3d;
    margin-left: -2px;
    margin-right: -2px;
  }
  /* line 176, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .widget-notifications a:hover {
    color: #fff !important;
  }
  /* line 180, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .widget-notifications .notification,
.theme-silver #main-navbar .widget-notifications .notifications-link {
    border-color: #3d3d3d;
    margin: 0 -2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  /* line 187, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .widget-notifications .notification-description {
    color: #8c8c8c;
  }
  /* line 191, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .widget-notifications .notification-ago {
    color: #737373;
  }
  /* line 201, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .widget-messages-alt a:hover {
    color: #fff !important;
  }
  /* line 205, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .widget-messages-alt .message,
.theme-silver #main-navbar .widget-messages-alt .messages-link {
    border-color: #3d3d3d;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  /* line 210, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .widget-messages-alt .message a:hover,
.theme-silver #main-navbar .widget-messages-alt .messages-link a:hover {
    background: none;
  }
  /* line 215, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .widget-messages-alt .message-subject {
    color: #64bed8;
  }
  /* line 219, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .widget-messages-alt .message-description {
    color: #737373;
  }
  /* line 222, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
  .theme-silver #main-navbar .widget-messages-alt .message-description a {
    color: #8c8c8c;
  }
}

/* line 230, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
.theme-silver #main-navbar #main-menu-toggle, .theme-silver.right-to-left.main-menu-right #main-navbar #main-menu-toggle {
  border-left: none;
  border-right: 1px solid #d7d7d7;
}

/* line 236, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_navbar.scss */
.theme-silver.right-to-left #main-navbar #main-menu-toggle, .theme-silver.main-menu-right #main-navbar #main-menu-toggle {
  border-left: 1px solid #d7d7d7;
  border-right: none;
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu-bg,
.theme-silver .mmc-dropdown-open-ul {
  background: #333;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .navigation li,
.theme-silver #main-menu .mmc-dropdown-open-ul li {
  border-bottom: 1px solid #3d3d3d;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .navigation li a,
.theme-silver #main-menu .mmc-dropdown-open-ul li a {
  color: #999999;
  font-size: 12px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-property: color,background;
  -moz-transition-property: color,background;
  -ms-transition-property: color,background;
  -o-transition-property: color,background;
  transition-property: color,background;
}

/* line 37, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .navigation li a:hover,
.theme-silver #main-menu .mmc-dropdown-open-ul li a:hover {
  background: #3d3d3d;
  color: #fff;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .navigation li.active,
.theme-silver #main-menu .mmc-dropdown-open-ul li.active {
  border-color: #64bed8;
}

/* line 46, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .navigation li.active > a,
.theme-silver #main-menu .mmc-dropdown-open-ul li.active > a {
  color: #fff;
  background: #64bed8;
  border-color: #64bed8;
}

/* line 57, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .mm-dropdown ul,
.theme-silver #main-menu .mmc-dropdown-open-ul {
  background: #292929;
}

/* line 61, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .mm-dropdown ul li,
.theme-silver #main-menu .mmc-dropdown-open-ul li {
  border: none;
}

/* line 64, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .mm-dropdown ul li a:hover,
.theme-silver #main-menu .mmc-dropdown-open-ul li a:hover {
  background: #333;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .mm-dropdown ul li.active,
.theme-silver #main-menu .mmc-dropdown-open-ul li.active {
  border-top: none;
}

/* line 71, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .mm-dropdown ul li.active > a,
.theme-silver #main-menu .mmc-dropdown-open-ul li.active > a {
  background: #64bed8;
}

/* line 77, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .mm-dropdown ul li + li,
.theme-silver #main-menu .mmc-dropdown-open-ul li + li {
  border-top: 1px solid #333;
}

/* line 82, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu li.mm-dropdown.active {
  border-bottom-color: #3d3d3d;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu li.mm-dropdown.active > a {
  color: #fff !important;
  background: none;
  border-bottom-color: #3d3d3d;
}

/* line 90, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu li.mm-dropdown.active > a:hover {
  background: #3d3d3d;
}

/* line 96, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .mm-dropdown .mm-dropdown.open > a {
  border-bottom-color: #333;
}

/* line 100, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .mm-dropdown li.mm-dropdown.active {
  border-bottom-color: #333;
  border-top: 1px solid #333;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .mm-dropdown li.mm-dropdown.active > a {
  background: none;
  border-bottom-color: #333;
}

/* line 108, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .mm-dropdown li.mm-dropdown.active > a:hover {
  background: #333;
}

/* line 118, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .mmc-dropdown-open > a {
  color: #fff !important;
}

/* line 122, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .mmc-title {
  color: #fff;
  background: #333;
  border-bottom: 1px solid #3d3d3d;
  padding-top: 1px;
}

/* line 129, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .mmc-dropdown-open-ul.top .mmc-title {
  padding-top: 0;
  padding-bottom: 1px;
  border-bottom: 0;
  border-top: 1px solid #3d3d3d;
  margin-top: -1px;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .mmc-dropdown-open-ul.top {
  margin-bottom: 1px !important;
}

/* line 142, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .menu-content {
  border: none;
  margin-top: -10px;
}

/* line 146, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .menu-content .btn-outline {
  border-color: #3d3d3d;
  color: #999999;
}

/* line 150, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .menu-content .btn-outline:hover {
  color: #fff;
}

/* line 155, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver #main-menu .menu-content.top {
  border-bottom: 1px solid #3d3d3d;
  margin-top: 0;
}

/* line 167, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver .mmc-dropdown-open .mm-dropdown.open > a, .theme-silver.mme #main-menu .mm-dropdown.open > a {
  color: #fff !important;
}

/* line 172, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
.theme-silver.mme #main-menu .mm-dropdown.open > a {
  border-bottom: 1px solid #3d3d3d;
}

@media (min-width: 768px) {
  /* line 178, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
  .theme-silver #main-menu .mm-dropdown.open > a {
    color: #fff;
    border-bottom: 1px solid #3d3d3d;
  }
  /* line 184, app/assets/stylesheets/pixel-admin-scss/themes/silver/_main_menu.scss */
  .theme-silver.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #999999;
    border-bottom: none;
  }
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/silver/_demo.scss */
.theme-silver .demo-logo,
.theme-silver #main-navbar .navbar-brand div {
  background: #64bed8;
}

/* line 11, app/assets/stylesheets/pixel-admin-scss/themes/silver/_demo.scss */
.theme-silver #main-navbar .navbar-header a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver.page-signin .signin-info, .theme-silver.page-signup .signup-header {
  background: #64bed8;
  background: rgba(100, 190, 216, 0.8);
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver .timeline:before,
.theme-silver .timeline:after,
.theme-silver .tl-header,
.theme-silver .tl-icon {
  background: #e6e6e6;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver .tl-header,
.theme-silver .tl-icon {
  box-shadow: 0 0 0 4px #fafafa;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver .tl-entry:before {
  background: #64bed8;
  box-shadow: 0 0 0 3px #fafafa;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver .tl-body:before {
  border-color: transparent #e4e4e4 transparent transparent;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
  .theme-silver .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #e4e4e4;
  }
  /* line 42, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
  .theme-silver.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #e4e4e4 transparent transparent;
  }
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #e4e4e4;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver.page-mail .mail-nav,
.theme-silver.page-mail .mail-nav:before {
  background: #fafafa;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver.page-mail .mail-nav .sections li.active .label,
.theme-silver.page-mail .mail-nav .sections li.active .badge {
  background: #64bed8;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver.page-mail .mail-nav,
.theme-silver.page-mail .mail-nav .compose-btn,
.theme-silver.page-mail .mail-nav .sections li.active,
.theme-silver.page-mail .mail-nav:before {
  border-color: #e4e4e4;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver.page-mail .mail-nav .navigation.open .sections li.active {
  background: #f0f0f0;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver.page-mail .mail-nav li.divider {
  background: #e4e4e4;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver.page-mail .mail-nav .sections li.active a {
  color: #484848;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver.page-mail .mail-nav .sections li.active:after {
  color: #aeaeae;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver.page-mail .mail-nav .sections a {
  color: #6e6e6e;
}

/* line 99, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver.page-mail .mail-nav-header {
  color: #aeaeae;
}

/* line 103, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
.theme-silver.page-mail .mail-nav .add-more a {
  color: #aeaeae;
}

@media (min-width: 992px) {
  /* line 109, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
  .theme-silver.page-mail .mail-nav .navigation .sections li.active {
    background: #f0f0f0;
  }
  /* line 113, app/assets/stylesheets/pixel-admin-scss/themes/silver/_pages.scss */
  .theme-silver.page-mail .mail-nav .sections a:hover {
    color: #484848;
  }
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .nav-icon-btn.nav-icon-btn-primary .label {
  background: #64bed8;
}

/* line 752, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .btn-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .btn-primary, .theme-silver .btn-primary:focus {
  border-color: #50b5d3;
  border-bottom-color: #37abcd;
  background: #64bed8;
  background-image: -webkit-linear-gradient(top, #68c0d9 0%, #50b5d3 100%);
  background-image: linear-gradient(to bottom, #68c0d9 0%, #50b5d3 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .btn-primary:hover {
  color: #fff;
  border-color: #43b0d0;
  border-bottom-color: #2d95b3;
  background: #50b5d3 !important;
  background-image: -webkit-linear-gradient(top, #5cbbd6 0%, #43b0d0 100%) !important;
  background-image: linear-gradient(to bottom, #5cbbd6 0%, #43b0d0 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .btn-primary:active, .theme-silver .btn-primary.active, .open .theme-silver .btn-primary.dropdown-toggle {
  background: none;
  background: #54b7d4 !important;
  border-color: #31a3c3;
  border-bottom-color: #31a3c3 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .btn-primary.btn-flat {
  background: #58b9d5;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .btn-primary.btn-flat:hover, .theme-silver .btn-primary.btn-flat:active, .theme-silver .btn-primary.btn-flat.active, .open .theme-silver .btn-primary.btn-flat.dropdown-toggle {
  background: #58b9d5 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .btn-primary.btn-outline:hover, .theme-silver .btn-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #43b0d0;
  border-bottom-color: #2d95b3;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .btn-primary.btn-outline:active, .theme-silver .btn-primary.btn-outline.btn-flat:active {
  border-color: #31a3c3;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-silver .btn-primary, .btn-group .theme-silver .btn-primary:focus, .input-group-btn .theme-silver .btn-primary, .input-group-btn .theme-silver .btn-primary:focus {
  border-left-color: #43b0d0;
  border-right-color: #43b0d0;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-silver .btn-primary:hover, .btn-group.open .theme-silver .btn-primary.dropdown-toggle, .input-group-btn .theme-silver .btn-primary:hover, .input-group-btn.open .theme-silver .btn-primary.dropdown-toggle {
  border-color: #43b0d0;
  border-bottom-color: #2d95b3;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-silver .btn-primary:active, .btn-group .theme-silver .btn-primary.active, .input-group-btn .theme-silver .btn-primary:active, .input-group-btn .theme-silver .btn-primary.active {
  border-left-color: #31a3c3;
  border-right-color: #31a3c3;
}

/* line 756, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #31a3c3 !important;
  background: none;
  background: #54b7d4 !important;
}

/* line 768, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .progress-bar {
  background: #64bed8;
  border-color: #4cb4d2;
}

/* line 771, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .progress-striped .progress-bar {
  background-color: #64bed8;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 721, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .label.label-primary {
  background: #64bed8;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .label.label-primary[href]:hover, .theme-silver .label.label-primary[href]:focus {
  background-color: #3badce;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .label.label-primary.label-tag {
  border: 1px solid #64bed8;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .label.label-primary.label-tag:before {
  border-color: transparent #64bed8 transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .label.label-primary.label-tag[href]:hover, .theme-silver .label.label-primary.label-tag[href]:focus {
  border-color: #3badce;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .label.label-primary.label-tag[href]:hover:before, .theme-silver .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #3badce transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-silver .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #64bed8;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-silver .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-silver .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #3badce;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-silver .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-silver .label.label-primary.label-tag:before {
  border-color: transparent #64bed8 transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-silver .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-silver .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-silver .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-silver .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #3badce transparent transparent;
}

/* line 726, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #64bed8;
}

/* line 730, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver.right-to-left .label.label-primary.label-tag:hover:before, .theme-silver.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #3badce;
}

/* line 736, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-silver.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-silver.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #64bed8 transparent transparent;
}

/* line 741, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-silver.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-silver.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-silver.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-silver.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #3badce transparent transparent;
}

/* line 780, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .badge.badge-primary {
  background: #64bed8;
  border: 1px solid #64bed8;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .badge.badge-primary[href]:hover, .theme-silver .badge.badge-primary[href]:focus {
  background-color: #3badce;
  border-color: #3badce;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .table-primary table {
  border-top-color: #469fb8 !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .table-primary thead,
.theme-silver .table-primary thead tr,
.theme-silver .table-primary thead th,
.theme-silver .table-primary .table-header {
  border-color: #469fb8 !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .table-primary thead tr,
.theme-silver .table-primary thead th {
  background: #55afc9;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .table-primary .table-header {
  background: #64bed8;
}

/* line 280, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .nav-tabs > li.active > a, .theme-silver .nav-tabs > li.active > a:hover, .theme-silver .nav-tabs > li.active > a:focus {
  background: #64bed8;
  border-bottom: 2px solid #50b5d3;
}

/* line 287, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #50b5d3;
}

/* line 297, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .nav-pills > li.active > a, .theme-silver .nav-pills > li.active > a:hover, .theme-silver .nav-pills > li.active > a:focus {
  background: #64bed8;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .dropdown-menu > li > a:hover,
.theme-silver .dropdown-menu > li.active > a {
  background: #64bed8;
}

/* line 313, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .dropdown-menu > li > a:hover {
  color: #fff;
}

/* line 820, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .btn-group .btn-primary,
.theme-silver .btn-group .btn-primary:focus,
.theme-silver .input-group-btn .btn-primary,
.theme-silver .input-group-btn .btn-primary:focus {
  border-left-color: #43b0d0;
  border-right-color: #43b0d0;
}

/* line 827, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .btn-group .btn-primary:hover,
.theme-silver .btn-group.open .btn-primary.dropdown-toggle,
.theme-silver .input-group-btn .btn-primary:hover,
.theme-silver .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #31a3c3;
}

/* line 833, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .btn-group .btn-primary:active,
.theme-silver .btn-group .btn-primary.active,
.theme-silver .input-group-btn .btn-primary:active,
.theme-silver .input-group-btn .btn-primary.active {
  border-left-color: #31a3c3;
  border-right-color: #31a3c3;
}

/* line 846, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .pagination > li > a:hover {
  border-color: #64bed8;
}

/* line 850, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .pagination > li.active > a,
.theme-silver .pagination > li.active > a:hover,
.theme-silver .pagination > li.active > a:focus,
.theme-silver .pagination > li.active > span {
  background: #64bed8;
  border-color: #64bed8;
}

/* line 861, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .pager li > a:hover {
  border-color: #64bed8;
}

/* line 871, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver a.list-group-item.active {
  background: #64bed8;
  border-color: #64bed8;
}

/* line 875, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver a.list-group-item.active .list-group-item-text {
  color: white;
}

/* line 885, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .form-control:focus,
.theme-silver .form-control.focus {
  border-color: #64bed8;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 893, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-silver input.px:focus + .lbl:before, .gt-ie8 .theme-silver input.px + .lbl:hover:before {
  border-color: #64bed8;
}

/* line 898, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-silver input.px[type="checkbox"] + .lbl:after {
  color: #64bed8;
}

/* line 902, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-silver input.px[type="radio"] + .lbl:after {
  background: #64bed8;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .text-primary, .theme-silver .text-primary:hover, .theme-silver .text-primary:active, .theme-silver .text-primary:focus,
.theme-silver .text-primary a,
.theme-silver .text-primary a:focus {
  color: #64bed8;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .text-primary a:hover,
.theme-silver .text-primary a:active {
  color: #309fbf;
}

/* line 99, app/assets/stylesheets/pixel-admin-scss/themes/silver/silver.scss */
.theme-silver .bg-primary {
  background: #64bed8 !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .bg-primary[href]:hover {
  background: #5eb5cf !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .bg-primary.darken {
  background: #5eb5cf !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .bg-primary.darken[href]:hover {
  background: #52b0cb !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .bg-primary.darker {
  background: #52b0cb !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .bg-primary.darker[href]:hover {
  background: #47abc8 !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .bg-primary, .theme-silver .bg-primary:hover, .theme-silver .bg-primary:active, .theme-silver .bg-primary:focus,
.theme-silver .bg-primary a,
.theme-silver .bg-primary a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .bg-primary a:hover,
.theme-silver .bg-primary a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .bg-primary[href]:hover,
.theme-silver .bg-primary [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .bg-primary * {
  border-color: #81cadf;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-slider-handle.ui-state-active:before {
  background: #64bed8;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-slider-range {
  background: #64bed8;
}

/* line 933, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-autocomplete > li > a:hover,
.theme-silver .ui-autocompletev > li.active > a {
  background: #64bed8;
}

/* line 938, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-autocomplete > li > a:hover {
  color: #fff;
}

/* line 942, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-autocomplete .ui-state-focus {
  background: #64bed8;
  color: #fff;
}

/* line 950, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-menu .ui-menu-item a:hover,
.theme-silver .ui-menu .ui-menu-item a.ui-state-focus,
.theme-silver .ui-menu .ui-menu-item a.ui-state-active {
  background: #64bed8;
}

/* line 963, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-progressbar-value {
  border-color: #4cb4d2;
  background-color: #64bed8;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 971, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-tabs-nav > .ui-tabs-active > a, .theme-silver .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-silver .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #64bed8;
  border-bottom: 2px solid #50b5d3;
}

/* line 983, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-datepicker .ui-state-active {
  background: #64bed8 !important;
}

/* line 987, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-datepicker-title {
  background: #64bed8;
}

/* line 991, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-datepicker th {
  background: #66a9bd;
}

/* line 995, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-datepicker-buttonpane button.ui-priority-primary, .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #50b5d3;
  border-bottom-color: #37abcd;
  background: #64bed8;
  background-image: -webkit-linear-gradient(top, #68c0d9 0%, #50b5d3 100%);
  background-image: linear-gradient(to bottom, #68c0d9 0%, #50b5d3 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-datepicker-buttonpane button.ui-priority-primary:hover {
  color: #fff;
  border-color: #43b0d0;
  border-bottom-color: #2d95b3;
  background: #50b5d3 !important;
  background-image: -webkit-linear-gradient(top, #5cbbd6 0%, #43b0d0 100%) !important;
  background-image: linear-gradient(to bottom, #5cbbd6 0%, #43b0d0 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  background: none;
  background: #54b7d4 !important;
  border-color: #31a3c3;
  border-bottom-color: #31a3c3 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
  background: #58b9d5;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
  background: #58b9d5 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #43b0d0;
  border-bottom-color: #2d95b3;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
  border-color: #31a3c3;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #43b0d0;
  border-right-color: #43b0d0;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #43b0d0;
  border-bottom-color: #2d95b3;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-silver .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #31a3c3;
  border-right-color: #31a3c3;
}

/* line 1022, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .select2-drop-active,
.theme-silver .select2-container-multi.select2-container-active .select2-choices,
.theme-silver .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #64bed8;
}

/* line 1028, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #64bed8;
}

/* line 1033, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .select2-container-active .select2-choice,
.theme-silver .select2-container-active .select2-choices {
  border: 1px solid #64bed8;
}

/* line 1040, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-silver .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #64bed8;
  border-top-color: #aaa;
}

/* line 1047, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .select2-results .select2-highlighted {
  background: #64bed8;
}

/* line 1007, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #64bed8;
}

/* line 1011, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #3badce;
}

/* line 1016, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #64bed8 !important;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .switcher-primary .switcher-state-on {
  background: #64bed8 !important;
}

/* line 1173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .pixel-file-input:hover {
  border-color: #64bed8;
}

/* line 1074, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .datepicker table tr td.selected, .theme-silver .datepicker table tr td.selected:hover, .theme-silver .datepicker table tr td.selected.disabled, .theme-silver .datepicker table tr td.selected.disabled:hover {
  background: #64bed8;
}

/* line 1080, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .datepicker table tr td.active, .theme-silver .datepicker table tr td.active:hover, .theme-silver .datepicker table tr td.active.disabled, .theme-silver .datepicker table tr td.active.disabled:hover {
  background: #64bed8;
}

/* line 1087, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .datepicker table tr td span.active, .theme-silver .datepicker table tr td span.active:hover, .theme-silver .datepicker table tr td span.active.disabled, .theme-silver .datepicker table tr td span.active.disabled:hover {
  background: #64bed8;
}

/* line 1097, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .datepicker thead tr {
  background: #66a9bd;
}

/* line 1099, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .datepicker thead tr:first-child {
  background: #64bed8 !important;
  border-bottom-color: #5994a5 !important;
}

/* line 1105, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .datepicker thead th.prev,
.theme-silver .datepicker thead th.next {
  background: #64bed8;
}

/* line 1109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .datepicker thead th.prev {
  border-color: #5994a5;
}

/* line 1112, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .datepicker thead th.next {
  border-color: #5994a5;
}

/* line 1117, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #5994a5;
}

/* line 1120, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #5994a5;
}

/* line 1128, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .bootstrap-timepicker-widget table td a:hover {
  background: #64bed8;
  border-color: #64bed8;
}

/* line 1136, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .pagination a.dp-today,
.theme-silver .pagination a.dp-today:hover {
  background: #8dcfe2;
  border-color: #78c7dd;
}

/* line 1142, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .pagination a.dp-today:hover {
  border-color: #64bed8 !important;
}

/* line 1146, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .pagination a.dp-selected {
  background: #64bed8 !important;
  border-color: #64bed8 !important;
}

/* line 1154, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .tt-suggestion.tt-is-under-cursor {
  background: #64bed8;
}

/* line 1161, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #469fb8 !important;
}

/* line 1180, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .dropzone-box.dz-drag-hover {
  border-color: #64bed8;
}

/* line 1183, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .dropzone-box:hover .fa.fa-cloud-upload {
  background: #64bed8;
}

/* line 1190, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .md-editor.active {
  border-color: #64bed8;
}

/* line 1197, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-silver .widget-rating .active a {
  color: #64bed8;
}

/* line 7, app/assets/stylesheets/pixel-admin-scss/themes/clean/_base.scss */
.theme-clean {
  background: #fafafa;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/themes/clean/_base.scss */
.theme-clean .page-header {
  background: transparent;
  border-color: #eee;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/themes/clean/_base.scss */
.theme-clean .table,
.theme-clean .panel,
.theme-clean hr {
  border-color: #dcdcdc;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/clean/_base.scss */
.theme-clean .bordered {
  border-color: #dcdcdc;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/themes/clean/_base.scss */
.theme-clean .bordered[class*='bg-'],
.theme-clean [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 40, app/assets/stylesheets/pixel-admin-scss/themes/clean/_base.scss */
.theme-clean .panel.panel-transparent > .panel-heading {
  border-bottom-color: #dcdcdc !important;
}

/* line 45, app/assets/stylesheets/pixel-admin-scss/themes/clean/_base.scss */
.theme-clean .breadcrumb-page {
  background: transparent;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  padding-top: 6px;
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
.theme-clean #main-navbar .navbar-header a {
  color: #fff;
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
.theme-clean #main-navbar .navbar-header,
.theme-clean #main-navbar .navbar-collapse {
  background: #3d4a5d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
.theme-clean #main-navbar .navbar-collapse {
  border-top: 1px solid #4d5e76;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
.theme-clean #main-navbar .dropdown > a,
.theme-clean #main-navbar .dropdown-menu > li > a,
.theme-clean #main-navbar .nav > li > a {
  color: #fff;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
.theme-clean #main-navbar .navbar-toggle {
  color: #fff;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
.theme-clean #main-navbar #main-menu-toggle {
  background: #3d4a5d;
  color: #fff;
}

/* line 46, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
.theme-clean #main-navbar #main-menu-toggle .fa:before {
  color: #fff;
}

/* line 54, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
.theme-clean #main-navbar li + li,
.theme-clean #main-navbar .nav + .nav,
.theme-clean #main-navbar .nav + .right {
  border-top: 1px solid #4d5e76;
}

/* line 60, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
.theme-clean #main-navbar .dropdown.open > a {
  border-top: 1px solid #2d3644;
  border-bottom: 1px solid #333e4e;
  margin-top: -1px;
  background: #374354;
}

/* line 71, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
.theme-clean #main-navbar form.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 74, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
.theme-clean #main-navbar form.navbar-form .form-control {
  background: #fff;
  border-color: #3d4a5d;
  border-radius: 999999px;
}

@media (min-width: 768px) {
  /* line 92, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
  .theme-clean #main-navbar li + li,
.theme-clean #main-navbar .nav + .nav,
.theme-clean #main-navbar .nav + .right {
    border-top: none;
  }
  /* line 102, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
  .theme-clean #main-navbar .navbar-collapse {
    border-top: none;
  }
  /* line 111, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
  .theme-clean #main-navbar .nav > li > a:hover {
    background: #374354;
  }
  /* line 116, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
  .theme-clean #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    background: #374354;
  }
  /* line 123, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
  .theme-clean #main-navbar .dropdown-menu {
    border-radius: 2px;
    margin-top: 3px;
    padding: 5px 0;
  }
  /* line 128, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
  .theme-clean #main-navbar .dropdown-menu > li > a {
    color: #555;
  }
  /* line 131, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_navbar.scss */
  .theme-clean #main-navbar .dropdown-menu > li > a:hover {
    background: #f6f6f6;
  }
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu-bg,
.theme-clean .mmc-dropdown-open-ul {
  background: #edf0f1;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu #main-menu-inner {
  padding-top: 10px;
}

/* line 26, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu .navigation li a,
.theme-clean #main-menu .mmc-dropdown-open-ul li a {
  color: #626b7a;
  font-size: 12px;
  border-bottom: 1px solid #dfe4e6;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 32, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu .navigation li a:hover,
.theme-clean #main-menu .mmc-dropdown-open-ul li a:hover {
  color: #1e2125;
}

/* line 37, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu .navigation li.active > a,
.theme-clean #main-menu .mmc-dropdown-open-ul li.active > a {
  color: #1e2125;
  background: #fafafa;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu .navigation > li:first-child,
.theme-clean #main-menu .mmc-dropdown-open-ul > li:first-child {
  border-top: 1px solid #dfe4e6;
}

/* line 48, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu .mm-dropdown.active > a {
  background: none !important;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu .mmc-dropdown-open > a {
  color: #1e2125 !important;
}

/* line 60, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu .mmc-title {
  color: #1e2125;
  background: #edf0f1;
  border-bottom: 1px solid #dfe4e6;
}

/* line 66, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu .mmc-dropdown-open-ul {
  border: 1px solid #eee;
  margin-top: -1px;
}

/* line 71, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu .mmc-dropdown-open-ul.top .mmc-title {
  border-bottom: none;
}

/* line 76, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu .menu-content {
  border: none;
  margin-top: -10px;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu .menu-content .btn-outline {
  border-color: #dfe4e6;
  color: #626b7a;
}

/* line 84, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu .menu-content .btn-outline:hover, .theme-clean #main-menu .menu-content .btn-outline:active {
  border-color: transparent;
  color: #fff;
}

/* line 98, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean .mmc-dropdown-open .mm-dropdown.open > a, .theme-clean.mme #main-menu .mm-dropdown.open > a {
  color: #1e2125 !important;
}

@media (min-width: 768px) {
  /* line 105, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
  .theme-clean #main-menu .mm-dropdown.open > a {
    color: #1e2125;
  }
  /* line 110, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
  .theme-clean.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #626b7a;
  }
}

/* line 119, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu-bg, .theme-clean.right-to-left.main-menu-right #main-menu-bg {
  border-left: none;
  border-right: 1px solid #dfe4e6;
}

/* line 125, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean #main-menu .mmc-dropdown-open > ul, .theme-clean.right-to-left.main-menu-right #main-menu .mmc-dropdown-open > ul {
  margin-left: -1px;
  margin-right: 0;
}

/* line 131, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean.right-to-left #main-menu-bg, .theme-clean.main-menu-right #main-menu-bg {
  border-left: 1px solid #dfe4e6;
  border-right: none;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/themes/clean/_main_menu.scss */
.theme-clean.right-to-left #main-menu .mmc-dropdown-open > ul, .theme-clean.main-menu-right #main-menu .mmc-dropdown-open > ul {
  margin-left: 0;
  margin-right: -1px;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/clean/_demo.scss */
.theme-clean .demo-logo {
  background: #67cea6;
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/themes/clean/_demo.scss */
.theme-clean #main-navbar .navbar-brand div {
  background: #414f63;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/themes/clean/_demo.scss */
.theme-clean #main-navbar .navbar-header a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean.page-signin .signin-info, .theme-clean.page-signup .signup-header {
  background: #edf0f1;
  background: rgba(61, 74, 93, 0.8);
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean .timeline:before,
.theme-clean .timeline:after,
.theme-clean .tl-header,
.theme-clean .tl-icon {
  background: #e1e1e1;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean .tl-header,
.theme-clean .tl-icon {
  box-shadow: 0 0 0 4px #fafafa;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean .tl-entry:before {
  background: #67cea6;
  box-shadow: 0 0 0 3px #fafafa;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean .tl-body:before {
  border-color: transparent #dcdcdc transparent transparent;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
  .theme-clean .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #dcdcdc;
  }
  /* line 42, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
  .theme-clean.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #dcdcdc transparent transparent;
  }
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #dcdcdc;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean.page-mail .mail-nav,
.theme-clean.page-mail .mail-nav:before {
  background: #fafafa;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean.page-mail .mail-nav .sections li.active .label,
.theme-clean.page-mail .mail-nav .sections li.active .badge {
  background: #67cea6;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean.page-mail .mail-nav,
.theme-clean.page-mail .mail-nav .compose-btn,
.theme-clean.page-mail .mail-nav .sections li.active,
.theme-clean.page-mail .mail-nav:before {
  border-color: #dcdcdc;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean.page-mail .mail-nav .navigation.open .sections li.active {
  background: #f0f0f0;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean.page-mail .mail-nav li.divider {
  background: #dcdcdc;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean.page-mail .mail-nav .sections li.active a {
  color: #484848;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean.page-mail .mail-nav .sections li.active:after {
  color: #aeaeae;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean.page-mail .mail-nav .sections a {
  color: #6e6e6e;
}

/* line 99, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean.page-mail .mail-nav-header {
  color: #aeaeae;
}

/* line 103, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
.theme-clean.page-mail .mail-nav .add-more a {
  color: #aeaeae;
}

@media (min-width: 992px) {
  /* line 109, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
  .theme-clean.page-mail .mail-nav .navigation .sections li.active {
    background: #f0f0f0;
  }
  /* line 113, app/assets/stylesheets/pixel-admin-scss/themes/clean/_pages.scss */
  .theme-clean.page-mail .mail-nav .sections a:hover {
    color: #484848;
  }
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .nav-icon-btn.nav-icon-btn-primary .label {
  background: #67cea6;
}

/* line 752, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .btn-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .btn-primary, .theme-clean .btn-primary:focus {
  border-color: #54c89b;
  border-bottom-color: #3ebf8d;
  background: #67cea6;
  background-image: -webkit-linear-gradient(top, #6bcfa8 0%, #54c89b 100%);
  background-image: linear-gradient(to bottom, #6bcfa8 0%, #54c89b 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .btn-primary:hover {
  color: #fff;
  border-color: #48c494;
  border-bottom-color: #35a479;
  background: #54c89b !important;
  background-image: -webkit-linear-gradient(top, #5fcca1 0%, #48c494 100%) !important;
  background-image: linear-gradient(to bottom, #5fcca1 0%, #48c494 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .btn-primary:active, .theme-clean .btn-primary.active, .open .theme-clean .btn-primary.dropdown-toggle {
  background: none;
  background: #58c99d !important;
  border-color: #3ab484;
  border-bottom-color: #3ab484 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .btn-primary.btn-flat {
  background: #5bca9f;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .btn-primary.btn-flat:hover, .theme-clean .btn-primary.btn-flat:active, .theme-clean .btn-primary.btn-flat.active, .open .theme-clean .btn-primary.btn-flat.dropdown-toggle {
  background: #5bca9f !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .btn-primary.btn-outline:hover, .theme-clean .btn-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #48c494;
  border-bottom-color: #35a479;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .btn-primary.btn-outline:active, .theme-clean .btn-primary.btn-outline.btn-flat:active {
  border-color: #3ab484;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-clean .btn-primary, .btn-group .theme-clean .btn-primary:focus, .input-group-btn .theme-clean .btn-primary, .input-group-btn .theme-clean .btn-primary:focus {
  border-left-color: #48c494;
  border-right-color: #48c494;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-clean .btn-primary:hover, .btn-group.open .theme-clean .btn-primary.dropdown-toggle, .input-group-btn .theme-clean .btn-primary:hover, .input-group-btn.open .theme-clean .btn-primary.dropdown-toggle {
  border-color: #48c494;
  border-bottom-color: #35a479;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-clean .btn-primary:active, .btn-group .theme-clean .btn-primary.active, .input-group-btn .theme-clean .btn-primary:active, .input-group-btn .theme-clean .btn-primary.active {
  border-left-color: #3ab484;
  border-right-color: #3ab484;
}

/* line 756, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #3ab484 !important;
  background: none;
  background: #58c99d !important;
}

/* line 768, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .progress-bar {
  background: #67cea6;
  border-color: #50c798;
}

/* line 771, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .progress-striped .progress-bar {
  background-color: #67cea6;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 721, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .label.label-primary {
  background: #67cea6;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .label.label-primary[href]:hover, .theme-clean .label.label-primary[href]:focus {
  background-color: #40c28f;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .label.label-primary.label-tag {
  border: 1px solid #67cea6;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .label.label-primary.label-tag:before {
  border-color: transparent #67cea6 transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .label.label-primary.label-tag[href]:hover, .theme-clean .label.label-primary.label-tag[href]:focus {
  border-color: #40c28f;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .label.label-primary.label-tag[href]:hover:before, .theme-clean .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #40c28f transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-clean .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #67cea6;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-clean .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-clean .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #40c28f;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-clean .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-clean .label.label-primary.label-tag:before {
  border-color: transparent #67cea6 transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-clean .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-clean .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-clean .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-clean .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #40c28f transparent transparent;
}

/* line 726, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #67cea6;
}

/* line 730, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean.right-to-left .label.label-primary.label-tag:hover:before, .theme-clean.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #40c28f;
}

/* line 736, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-clean.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-clean.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #67cea6 transparent transparent;
}

/* line 741, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-clean.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-clean.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-clean.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-clean.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #40c28f transparent transparent;
}

/* line 780, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .badge.badge-primary {
  background: #67cea6;
  border: 1px solid #67cea6;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .badge.badge-primary[href]:hover, .theme-clean .badge.badge-primary[href]:focus {
  background-color: #40c28f;
  border-color: #40c28f;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .table-primary table {
  border-top-color: #4fa986 !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .table-primary thead,
.theme-clean .table-primary thead tr,
.theme-clean .table-primary thead th,
.theme-clean .table-primary .table-header {
  border-color: #4fa986 !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .table-primary thead tr,
.theme-clean .table-primary thead th {
  background: #59bd96;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .table-primary .table-header {
  background: #67cea6;
}

/* line 280, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .nav-tabs > li.active > a, .theme-clean .nav-tabs > li.active > a:hover, .theme-clean .nav-tabs > li.active > a:focus {
  background: #67cea6;
  border-bottom: 2px solid #54c89b;
}

/* line 287, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #54c89b;
}

/* line 297, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .nav-pills > li.active > a, .theme-clean .nav-pills > li.active > a:hover, .theme-clean .nav-pills > li.active > a:focus {
  background: #67cea6;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .dropdown-menu > li > a:hover,
.theme-clean .dropdown-menu > li.active > a {
  background: #67cea6;
}

/* line 313, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .dropdown-menu > li > a:hover {
  color: #fff;
}

/* line 820, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .btn-group .btn-primary,
.theme-clean .btn-group .btn-primary:focus,
.theme-clean .input-group-btn .btn-primary,
.theme-clean .input-group-btn .btn-primary:focus {
  border-left-color: #48c494;
  border-right-color: #48c494;
}

/* line 827, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .btn-group .btn-primary:hover,
.theme-clean .btn-group.open .btn-primary.dropdown-toggle,
.theme-clean .input-group-btn .btn-primary:hover,
.theme-clean .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #3ab484;
}

/* line 833, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .btn-group .btn-primary:active,
.theme-clean .btn-group .btn-primary.active,
.theme-clean .input-group-btn .btn-primary:active,
.theme-clean .input-group-btn .btn-primary.active {
  border-left-color: #3ab484;
  border-right-color: #3ab484;
}

/* line 846, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .pagination > li > a:hover {
  border-color: #67cea6;
}

/* line 850, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .pagination > li.active > a,
.theme-clean .pagination > li.active > a:hover,
.theme-clean .pagination > li.active > a:focus,
.theme-clean .pagination > li.active > span {
  background: #67cea6;
  border-color: #67cea6;
}

/* line 861, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .pager li > a:hover {
  border-color: #67cea6;
}

/* line 871, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean a.list-group-item.active {
  background: #67cea6;
  border-color: #67cea6;
}

/* line 875, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean a.list-group-item.active .list-group-item-text {
  color: white;
}

/* line 885, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .form-control:focus,
.theme-clean .form-control.focus {
  border-color: #67cea6;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 893, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-clean input.px:focus + .lbl:before, .gt-ie8 .theme-clean input.px + .lbl:hover:before {
  border-color: #67cea6;
}

/* line 898, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-clean input.px[type="checkbox"] + .lbl:after {
  color: #67cea6;
}

/* line 902, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-clean input.px[type="radio"] + .lbl:after {
  background: #67cea6;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .text-primary, .theme-clean .text-primary:hover, .theme-clean .text-primary:active, .theme-clean .text-primary:focus,
.theme-clean .text-primary a,
.theme-clean .text-primary a:focus {
  color: #67cea6;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .text-primary a:hover,
.theme-clean .text-primary a:active {
  color: #39b082;
}

/* line 92, app/assets/stylesheets/pixel-admin-scss/themes/clean/clean.scss */
.theme-clean .bg-primary {
  background: #67cea6 !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .bg-primary[href]:hover {
  background: #62c49e !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .bg-primary.darken {
  background: #62c49e !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .bg-primary.darken[href]:hover {
  background: #57c097 !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .bg-primary.darker {
  background: #57c097 !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .bg-primary.darker[href]:hover {
  background: #4cbb90 !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .bg-primary, .theme-clean .bg-primary:hover, .theme-clean .bg-primary:active, .theme-clean .bg-primary:focus,
.theme-clean .bg-primary a,
.theme-clean .bg-primary a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .bg-primary a:hover,
.theme-clean .bg-primary a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .bg-primary[href]:hover,
.theme-clean .bg-primary [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .bg-primary * {
  border-color: #82d7b6;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-slider-handle.ui-state-active:before {
  background: #67cea6;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-slider-range {
  background: #67cea6;
}

/* line 933, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-autocomplete > li > a:hover,
.theme-clean .ui-autocompletev > li.active > a {
  background: #67cea6;
}

/* line 938, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-autocomplete > li > a:hover {
  color: #fff;
}

/* line 942, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-autocomplete .ui-state-focus {
  background: #67cea6;
  color: #fff;
}

/* line 950, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-menu .ui-menu-item a:hover,
.theme-clean .ui-menu .ui-menu-item a.ui-state-focus,
.theme-clean .ui-menu .ui-menu-item a.ui-state-active {
  background: #67cea6;
}

/* line 963, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-progressbar-value {
  border-color: #50c798;
  background-color: #67cea6;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 971, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-tabs-nav > .ui-tabs-active > a, .theme-clean .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-clean .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #67cea6;
  border-bottom: 2px solid #54c89b;
}

/* line 983, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-datepicker .ui-state-active {
  background: #67cea6 !important;
}

/* line 987, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-datepicker-title {
  background: #67cea6;
}

/* line 991, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-datepicker th {
  background: #6ab196;
}

/* line 995, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-datepicker-buttonpane button.ui-priority-primary, .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #54c89b;
  border-bottom-color: #3ebf8d;
  background: #67cea6;
  background-image: -webkit-linear-gradient(top, #6bcfa8 0%, #54c89b 100%);
  background-image: linear-gradient(to bottom, #6bcfa8 0%, #54c89b 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-datepicker-buttonpane button.ui-priority-primary:hover {
  color: #fff;
  border-color: #48c494;
  border-bottom-color: #35a479;
  background: #54c89b !important;
  background-image: -webkit-linear-gradient(top, #5fcca1 0%, #48c494 100%) !important;
  background-image: linear-gradient(to bottom, #5fcca1 0%, #48c494 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  background: none;
  background: #58c99d !important;
  border-color: #3ab484;
  border-bottom-color: #3ab484 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
  background: #5bca9f;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
  background: #5bca9f !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #48c494;
  border-bottom-color: #35a479;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
  border-color: #3ab484;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #48c494;
  border-right-color: #48c494;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #48c494;
  border-bottom-color: #35a479;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-clean .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #3ab484;
  border-right-color: #3ab484;
}

/* line 1022, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .select2-drop-active,
.theme-clean .select2-container-multi.select2-container-active .select2-choices,
.theme-clean .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #67cea6;
}

/* line 1028, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #67cea6;
}

/* line 1033, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .select2-container-active .select2-choice,
.theme-clean .select2-container-active .select2-choices {
  border: 1px solid #67cea6;
}

/* line 1040, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-clean .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #67cea6;
  border-top-color: #aaa;
}

/* line 1047, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .select2-results .select2-highlighted {
  background: #67cea6;
}

/* line 1007, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #67cea6;
}

/* line 1011, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #40c28f;
}

/* line 1016, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #67cea6 !important;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .switcher-primary .switcher-state-on {
  background: #67cea6 !important;
}

/* line 1173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .pixel-file-input:hover {
  border-color: #67cea6;
}

/* line 1074, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .datepicker table tr td.selected, .theme-clean .datepicker table tr td.selected:hover, .theme-clean .datepicker table tr td.selected.disabled, .theme-clean .datepicker table tr td.selected.disabled:hover {
  background: #67cea6;
}

/* line 1080, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .datepicker table tr td.active, .theme-clean .datepicker table tr td.active:hover, .theme-clean .datepicker table tr td.active.disabled, .theme-clean .datepicker table tr td.active.disabled:hover {
  background: #67cea6;
}

/* line 1087, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .datepicker table tr td span.active, .theme-clean .datepicker table tr td span.active:hover, .theme-clean .datepicker table tr td span.active.disabled, .theme-clean .datepicker table tr td span.active.disabled:hover {
  background: #67cea6;
}

/* line 1097, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .datepicker thead tr {
  background: #6ab196;
}

/* line 1099, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .datepicker thead tr:first-child {
  background: #67cea6 !important;
  border-bottom-color: #629682 !important;
}

/* line 1105, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .datepicker thead th.prev,
.theme-clean .datepicker thead th.next {
  background: #67cea6;
}

/* line 1109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .datepicker thead th.prev {
  border-color: #629682;
}

/* line 1112, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .datepicker thead th.next {
  border-color: #629682;
}

/* line 1117, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #629682;
}

/* line 1120, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #629682;
}

/* line 1128, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .bootstrap-timepicker-widget table td a:hover {
  background: #67cea6;
  border-color: #67cea6;
}

/* line 1136, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .pagination a.dp-today,
.theme-clean .pagination a.dp-today:hover {
  background: #8edabd;
  border-color: #7ad4b1;
}

/* line 1142, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .pagination a.dp-today:hover {
  border-color: #67cea6 !important;
}

/* line 1146, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .pagination a.dp-selected {
  background: #67cea6 !important;
  border-color: #67cea6 !important;
}

/* line 1154, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .tt-suggestion.tt-is-under-cursor {
  background: #67cea6;
}

/* line 1161, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #4fa986 !important;
}

/* line 1180, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .dropzone-box.dz-drag-hover {
  border-color: #67cea6;
}

/* line 1183, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .dropzone-box:hover .fa.fa-cloud-upload {
  background: #67cea6;
}

/* line 1190, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .md-editor.active {
  border-color: #67cea6;
}

/* line 1197, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-clean .widget-rating .active a {
  color: #67cea6;
}

/* line 7, app/assets/stylesheets/pixel-admin-scss/themes/white/_base.scss */
.theme-white {
  background: #fff;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/themes/white/_base.scss */
.theme-white .page-header {
  background: transparent;
  border-color: #e8e8e8;
}

/* line 22, app/assets/stylesheets/pixel-admin-scss/themes/white/_base.scss */
.theme-white .table,
.theme-white .panel,
.theme-white hr {
  border-color: #e5e5e5;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/white/_base.scss */
.theme-white .bordered {
  border-color: #e5e5e5;
}

/* line 34, app/assets/stylesheets/pixel-admin-scss/themes/white/_base.scss */
.theme-white .bordered[class*='bg-'],
.theme-white [class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 40, app/assets/stylesheets/pixel-admin-scss/themes/white/_base.scss */
.theme-white .panel.panel-transparent > .panel-heading {
  border-bottom-color: #e5e5e5 !important;
}

/* line 45, app/assets/stylesheets/pixel-admin-scss/themes/white/_base.scss */
.theme-white .breadcrumb-page {
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 6px;
  padding-top: 6px;
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
.theme-white #main-navbar .navbar-header a {
  color: #777;
}

/* line 18, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
.theme-white #main-navbar .navbar-header,
.theme-white #main-navbar .navbar-collapse {
  background: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 24, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
.theme-white #main-navbar .navbar-collapse {
  border-top: 1px solid #e1e1e1;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
.theme-white #main-navbar .dropdown > a,
.theme-white #main-navbar .dropdown-menu > li > a,
.theme-white #main-navbar .nav > li > a {
  color: #777;
}

/* line 38, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
.theme-white #main-navbar .navbar-toggle {
  color: #777;
}

/* line 42, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
.theme-white #main-navbar #main-menu-toggle {
  background: #eee;
  color: #777;
}

/* line 46, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
.theme-white #main-navbar #main-menu-toggle .fa:before {
  color: #777;
}

/* line 54, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
.theme-white #main-navbar li + li,
.theme-white #main-navbar .nav + .nav,
.theme-white #main-navbar .nav + .right {
  border-top: 1px solid #e1e1e1;
}

/* line 60, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
.theme-white #main-navbar .dropdown.open > a {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #dadada;
  margin-top: -1px;
  background: #e1e1e1;
}

/* line 71, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
.theme-white #main-navbar form.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 74, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
.theme-white #main-navbar form.navbar-form .form-control {
  background: #fff;
  border-color: #eee;
  border-radius: 999999px;
}

@media (min-width: 768px) {
  /* line 92, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
  .theme-white #main-navbar li + li,
.theme-white #main-navbar .nav + .nav,
.theme-white #main-navbar .nav + .right {
    border-top: none;
  }
  /* line 102, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
  .theme-white #main-navbar .navbar-collapse {
    border-top: none;
  }
  /* line 111, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
  .theme-white #main-navbar .nav > li > a:hover {
    background: #e6e6e6;
  }
  /* line 116, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
  .theme-white #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    background: #e6e6e6;
  }
  /* line 123, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
  .theme-white #main-navbar .dropdown-menu {
    border-radius: 2px;
    margin-top: 3px;
    padding: 5px 0;
  }
  /* line 128, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
  .theme-white #main-navbar .dropdown-menu > li > a {
    color: #555;
  }
  /* line 131, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_navbar.scss */
  .theme-white #main-navbar .dropdown-menu > li > a:hover {
    background: #f6f6f6;
  }
}

/* line 9, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white #main-menu-bg,
.theme-white .mmc-dropdown-open-ul {
  background: #fff;
}

/* line 19, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white #main-menu #main-menu-inner {
  padding-top: 10px;
}

/* line 27, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white #main-menu .navigation li a,
.theme-white #main-menu .mmc-dropdown-open-ul li a {
  color: #8b9298;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 31, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white #main-menu .navigation li a:hover,
.theme-white #main-menu .mmc-dropdown-open-ul li a:hover {
  color: #414549;
}

/* line 36, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white #main-menu .navigation li.active > a,
.theme-white #main-menu .mmc-dropdown-open-ul li.active > a {
  color: #414549;
  background: #f6f6f6;
}

/* line 43, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white #main-menu .mm-dropdown.active > a {
  background: none !important;
}

/* line 51, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white #main-menu .mmc-dropdown-open > a {
  color: #414549 !important;
}

/* line 55, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white #main-menu .mmc-title {
  color: #414549;
  background: #fff;
}

/* line 60, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white #main-menu .mmc-dropdown-open-ul {
  border: 1px solid #e8e8e8;
  margin-top: -1px;
}

/* line 66, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white #main-menu .menu-content {
  border-color: #e8e8e8;
}

/* line 69, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white #main-menu .menu-content .btn-outline {
  border-color: #e8e8e8;
  color: #8b9298;
}

/* line 73, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white #main-menu .menu-content .btn-outline:hover, .theme-white #main-menu .menu-content .btn-outline:active {
  border-color: transparent;
  color: #fff;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white #main-menu .menu-content.top {
  margin-top: -10px;
}

/* line 92, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white .mmc-dropdown-open .mm-dropdown.open > a, .theme-white.mme #main-menu .mm-dropdown.open > a {
  color: #414549 !important;
}

@media (min-width: 768px) {
  /* line 99, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
  .theme-white #main-menu .mm-dropdown.open > a {
    color: #414549;
  }
  /* line 104, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
  .theme-white.mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #8b9298;
  }
}

/* line 113, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white #main-menu-bg,
.theme-white #main-menu .navigation li.active > a, .theme-white.right-to-left.main-menu-right #main-menu-bg, .theme-white.right-to-left.main-menu-right #main-menu .navigation li.active > a {
  border-left: none;
  border-right: 1px solid #e8e8e8;
}

/* line 121, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white #main-menu .mmc-dropdown-open-ul, .theme-white.right-to-left.main-menu-right #main-menu .mmc-dropdown-open-ul {
  margin-left: -1px !important;
  margin-right: 0 !important;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white.right-to-left #main-menu-bg, .theme-white.right-to-left #main-menu .navigation li.active > a, .theme-white.main-menu-right #main-menu-bg, .theme-white.main-menu-right #main-menu .navigation li.active > a {
  border-left: 1px solid #e8e8e8;
  border-right: none;
}

/* line 135, app/assets/stylesheets/pixel-admin-scss/themes/white/_main_menu.scss */
.theme-white.right-to-left #main-menu .mmc-dropdown-open-ul, .theme-white.main-menu-right #main-menu .mmc-dropdown-open-ul {
  margin-left: 0 !important;
  margin-right: -1px !important;
}

/* line 5, app/assets/stylesheets/pixel-admin-scss/themes/white/_demo.scss */
.theme-white .demo-logo {
  background: #4ab6d5;
}

/* line 10, app/assets/stylesheets/pixel-admin-scss/themes/white/_demo.scss */
.theme-white #main-navbar .navbar-brand div {
  background: #52b9d7;
}

/* line 15, app/assets/stylesheets/pixel-admin-scss/themes/white/_demo.scss */
.theme-white #main-navbar .navbar-header a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

/* line 6, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white.page-signin .signin-info, .theme-white.page-signup .signup-header {
  background: #4ab6d5;
  background: rgba(74, 182, 213, 0.8);
}

/* line 16, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white .timeline:before,
.theme-white .timeline:after,
.theme-white .tl-header,
.theme-white .tl-icon {
  background: #e6e6e6;
}

/* line 23, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white .tl-header,
.theme-white .tl-icon {
  box-shadow: 0 0 0 4px #fff;
}

/* line 28, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white .tl-entry:before {
  background: #4ab6d5;
  box-shadow: 0 0 0 3px #fff;
}

/* line 33, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white .tl-body:before {
  border-color: transparent #e5e5e5 transparent transparent;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
  .theme-white .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent transparent transparent #e5e5e5;
  }
  /* line 42, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
  .theme-white.right-to-left .timeline.centered .tl-entry.left .tl-body:before {
    border-color: transparent #e5e5e5 transparent transparent;
  }
}

/* line 47, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white.right-to-left .tl-body:before {
  border-color: transparent transparent transparent #e5e5e5;
}

/* line 56, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white.page-mail .mail-nav,
.theme-white.page-mail .mail-nav:before {
  background: #fff;
}

/* line 62, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white.page-mail .mail-nav .sections li.active .label,
.theme-white.page-mail .mail-nav .sections li.active .badge {
  background: #4ab6d5;
}

/* line 68, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white.page-mail .mail-nav,
.theme-white.page-mail .mail-nav .compose-btn,
.theme-white.page-mail .mail-nav .sections li.active,
.theme-white.page-mail .mail-nav:before {
  border-color: #e5e5e5;
}

/* line 75, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white.page-mail .mail-nav .navigation.open .sections li.active {
  background: whitesmoke;
}

/* line 79, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white.page-mail .mail-nav li.divider {
  background: #e5e5e5;
}

/* line 85, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white.page-mail .mail-nav .sections li.active a {
  color: #4d4d4d;
}

/* line 89, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white.page-mail .mail-nav .sections li.active:after {
  color: #b3b3b3;
}

/* line 94, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white.page-mail .mail-nav .sections a {
  color: #737373;
}

/* line 99, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white.page-mail .mail-nav-header {
  color: #b3b3b3;
}

/* line 103, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
.theme-white.page-mail .mail-nav .add-more a {
  color: #b3b3b3;
}

@media (min-width: 992px) {
  /* line 109, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
  .theme-white.page-mail .mail-nav .navigation .sections li.active {
    background: whitesmoke;
  }
  /* line 113, app/assets/stylesheets/pixel-admin-scss/themes/white/_pages.scss */
  .theme-white.page-mail .mail-nav .sections a:hover {
    color: #4d4d4d;
  }
}

/* line 67, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .nav-icon-btn.nav-icon-btn-primary .label {
  background: #4ab6d5;
}

/* line 752, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .btn-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .btn-primary, .theme-white .btn-primary:focus {
  border-color: #35aed0;
  border-bottom-color: #2b9bbb;
  background: #4ab6d5;
  background-image: -webkit-linear-gradient(top, #4eb8d6 0%, #35aed0 100%);
  background-image: linear-gradient(to bottom, #4eb8d6 0%, #35aed0 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .btn-primary:hover {
  color: #fff;
  border-color: #2ea6c8;
  border-bottom-color: #25839e;
  background: #35aed0 !important;
  background-image: -webkit-linear-gradient(top, #42b3d3 0%, #2ea6c8 100%) !important;
  background-image: linear-gradient(to bottom, #42b3d3 0%, #2ea6c8 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .btn-primary:active, .theme-white .btn-primary.active, .open .theme-white .btn-primary.dropdown-toggle {
  background: none;
  background: #39afd1 !important;
  border-color: #2991af;
  border-bottom-color: #2991af !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .btn-primary.btn-flat {
  background: #3eb1d2;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .btn-primary.btn-flat:hover, .theme-white .btn-primary.btn-flat:active, .theme-white .btn-primary.btn-flat.active, .open .theme-white .btn-primary.btn-flat.dropdown-toggle {
  background: #3eb1d2 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .btn-primary.btn-outline:hover, .theme-white .btn-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #2ea6c8;
  border-bottom-color: #25839e;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .btn-primary.btn-outline:active, .theme-white .btn-primary.btn-outline.btn-flat:active {
  border-color: #2991af;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-white .btn-primary, .btn-group .theme-white .btn-primary:focus, .input-group-btn .theme-white .btn-primary, .input-group-btn .theme-white .btn-primary:focus {
  border-left-color: #2ea6c8;
  border-right-color: #2ea6c8;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-white .btn-primary:hover, .btn-group.open .theme-white .btn-primary.dropdown-toggle, .input-group-btn .theme-white .btn-primary:hover, .input-group-btn.open .theme-white .btn-primary.dropdown-toggle {
  border-color: #2ea6c8;
  border-bottom-color: #25839e;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-white .btn-primary:active, .btn-group .theme-white .btn-primary.active, .input-group-btn .theme-white .btn-primary:active, .input-group-btn .theme-white .btn-primary.active {
  border-left-color: #2991af;
  border-right-color: #2991af;
}

/* line 756, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #2991af !important;
  background: none;
  background: #39afd1 !important;
}

/* line 768, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .progress-bar {
  background: #4ab6d5;
  border-color: #31accf;
}

/* line 771, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .progress-striped .progress-bar {
  background-color: #4ab6d5;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 721, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .label.label-primary {
  background: #4ab6d5;
}

/* line 95, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .label.label-primary[href]:hover, .theme-white .label.label-primary[href]:focus {
  background-color: #2c9fc0;
}

/* line 101, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .label.label-primary.label-tag {
  border: 1px solid #4ab6d5;
}

/* line 104, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .label.label-primary.label-tag:before {
  border-color: transparent #4ab6d5 transparent transparent;
}

/* line 109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .label.label-primary.label-tag[href]:hover, .theme-white .label.label-primary.label-tag[href]:focus {
  border-color: #2c9fc0;
}

/* line 114, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .label.label-primary.label-tag[href]:hover:before, .theme-white .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #2c9fc0 transparent transparent;
}

/* line 123, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-white .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #4ab6d5;
}

/* line 127, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.right-to-left .theme-white .label.label-primary.label-tag[href]:hover:before, .right-to-left .theme-white .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #2c9fc0;
}

/* line 132, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-white .label.label-primary.label-tag:before, .ie9 .right-to-left .theme-white .label.label-primary.label-tag:before {
  border-color: transparent #4ab6d5 transparent transparent;
}

/* line 137, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .right-to-left .theme-white .label.label-primary.label-tag[href]:hover:before, .ie8 .right-to-left .theme-white .label.label-primary.label-tag[href]:focus:before, .ie9 .right-to-left .theme-white .label.label-primary.label-tag[href]:hover:before, .ie9 .right-to-left .theme-white .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #2c9fc0 transparent transparent;
}

/* line 726, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #4ab6d5;
}

/* line 730, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white.right-to-left .label.label-primary.label-tag:hover:before, .theme-white.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #2c9fc0;
}

/* line 736, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-white.right-to-left .label.label-primary.label-tag:before, .ie9 .theme-white.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #4ab6d5 transparent transparent;
}

/* line 741, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.ie8 .theme-white.right-to-left .label.label-primary.label-tag:hover:before, .ie8 .theme-white.right-to-left .label.label-primary.label-tag:focus:before, .ie9 .theme-white.right-to-left .label.label-primary.label-tag:hover:before, .ie9 .theme-white.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #2c9fc0 transparent transparent;
}

/* line 780, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .badge.badge-primary {
  background: #4ab6d5;
  border: 1px solid #4ab6d5;
}

/* line 80, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .badge.badge-primary[href]:hover, .theme-white .badge.badge-primary[href]:focus {
  background-color: #2c9fc0;
  border-color: #2c9fc0;
}

/* line 321, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .table-primary table {
  border-top-color: #3b8fa6 !important;
}

/* line 325, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .table-primary thead,
.theme-white .table-primary thead tr,
.theme-white .table-primary thead th,
.theme-white .table-primary .table-header {
  border-color: #3b8fa6 !important;
  color: #fff;
}

/* line 333, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .table-primary thead tr,
.theme-white .table-primary thead th {
  background: #3ba6c5;
}

/* line 338, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .table-primary .table-header {
  background: #4ab6d5;
}

/* line 280, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .nav-tabs > li.active > a, .theme-white .nav-tabs > li.active > a:hover, .theme-white .nav-tabs > li.active > a:focus {
  background: #4ab6d5;
  border-bottom: 2px solid #35aed0;
}

/* line 287, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #35aed0;
}

/* line 297, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .nav-pills > li.active > a, .theme-white .nav-pills > li.active > a:hover, .theme-white .nav-pills > li.active > a:focus {
  background: #4ab6d5;
}

/* line 308, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .dropdown-menu > li > a:hover,
.theme-white .dropdown-menu > li.active > a {
  background: #4ab6d5;
}

/* line 313, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .dropdown-menu > li > a:hover {
  color: #fff;
}

/* line 820, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .btn-group .btn-primary,
.theme-white .btn-group .btn-primary:focus,
.theme-white .input-group-btn .btn-primary,
.theme-white .input-group-btn .btn-primary:focus {
  border-left-color: #2ea6c8;
  border-right-color: #2ea6c8;
}

/* line 827, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .btn-group .btn-primary:hover,
.theme-white .btn-group.open .btn-primary.dropdown-toggle,
.theme-white .input-group-btn .btn-primary:hover,
.theme-white .input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #2991af;
}

/* line 833, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .btn-group .btn-primary:active,
.theme-white .btn-group .btn-primary.active,
.theme-white .input-group-btn .btn-primary:active,
.theme-white .input-group-btn .btn-primary.active {
  border-left-color: #2991af;
  border-right-color: #2991af;
}

/* line 846, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .pagination > li > a:hover {
  border-color: #4ab6d5;
}

/* line 850, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .pagination > li.active > a,
.theme-white .pagination > li.active > a:hover,
.theme-white .pagination > li.active > a:focus,
.theme-white .pagination > li.active > span {
  background: #4ab6d5;
  border-color: #4ab6d5;
}

/* line 861, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .pager li > a:hover {
  border-color: #4ab6d5;
}

/* line 871, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white a.list-group-item.active {
  background: #4ab6d5;
  border-color: #4ab6d5;
}

/* line 875, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white a.list-group-item.active .list-group-item-text {
  color: #f0f9fb;
}

/* line 885, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .form-control:focus,
.theme-white .form-control.focus {
  border-color: #4ab6d5;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 893, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-white input.px:focus + .lbl:before, .gt-ie8 .theme-white input.px + .lbl:hover:before {
  border-color: #4ab6d5;
}

/* line 898, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-white input.px[type="checkbox"] + .lbl:after {
  color: #4ab6d5;
}

/* line 902, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.gt-ie8 .theme-white input.px[type="radio"] + .lbl:after {
  background: #4ab6d5;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .text-primary, .theme-white .text-primary:hover, .theme-white .text-primary:active, .theme-white .text-primary:focus,
.theme-white .text-primary a,
.theme-white .text-primary a:focus {
  color: #4ab6d5;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .text-primary a:hover,
.theme-white .text-primary a:active {
  color: #288eab;
}

/* line 92, app/assets/stylesheets/pixel-admin-scss/themes/white/white.scss */
.theme-white .bg-primary {
  background: #4ab6d5 !important;
}

/* line 665, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .bg-primary[href]:hover {
  background: #45adcb !important;
}

/* line 669, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .bg-primary.darken {
  background: #45adcb !important;
}

/* line 672, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .bg-primary.darken[href]:hover {
  background: #39a8c8 !important;
}

/* line 676, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .bg-primary.darker {
  background: #39a8c8 !important;
}

/* line 679, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .bg-primary.darker[href]:hover {
  background: #359ebc !important;
}

/* line 643, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .bg-primary, .theme-white .bg-primary:hover, .theme-white .bg-primary:active, .theme-white .bg-primary:focus,
.theme-white .bg-primary a,
.theme-white .bg-primary a:focus {
  color: #fff;
}

/* line 652, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .bg-primary a:hover,
.theme-white .bg-primary a:active {
  color: #d9d9d9;
}

/* line 685, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .bg-primary[href]:hover,
.theme-white .bg-primary [href]:hover {
  color: #fff;
}

/* line 690, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .bg-primary * {
  border-color: #67c2dc;
}

/* line 921, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-slider-handle.ui-state-active:before {
  background: #4ab6d5;
}

/* line 925, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-slider-range {
  background: #4ab6d5;
}

/* line 933, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-autocomplete > li > a:hover,
.theme-white .ui-autocompletev > li.active > a {
  background: #4ab6d5;
}

/* line 938, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-autocomplete > li > a:hover {
  color: #fff;
}

/* line 942, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-autocomplete .ui-state-focus {
  background: #4ab6d5;
  color: #fff;
}

/* line 950, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-menu .ui-menu-item a:hover,
.theme-white .ui-menu .ui-menu-item a.ui-state-focus,
.theme-white .ui-menu .ui-menu-item a.ui-state-active {
  background: #4ab6d5;
}

/* line 963, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-progressbar-value {
  border-color: #31accf;
  background-color: #4ab6d5;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

/* line 971, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-tabs-nav > .ui-tabs-active > a, .theme-white .ui-tabs-nav > .ui-tabs-active > a:hover, .theme-white .ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #4ab6d5;
  border-bottom: 2px solid #35aed0;
}

/* line 983, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-datepicker .ui-state-active {
  background: #4ab6d5 !important;
}

/* line 987, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-datepicker-title {
  background: #4ab6d5;
}

/* line 991, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-datepicker th {
  background: #4ea0b7;
}

/* line 995, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff;
}

/* line 151, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-datepicker-buttonpane button.ui-priority-primary, .theme-white .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #35aed0;
  border-bottom-color: #2b9bbb;
  background: #4ab6d5;
  background-image: -webkit-linear-gradient(top, #4eb8d6 0%, #35aed0 100%);
  background-image: linear-gradient(to bottom, #4eb8d6 0%, #35aed0 100%);
  background-repeat: repeat-x;
}

/* line 162, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-datepicker-buttonpane button.ui-priority-primary:hover {
  color: #fff;
  border-color: #2ea6c8;
  border-bottom-color: #25839e;
  background: #35aed0 !important;
  background-image: -webkit-linear-gradient(top, #42b3d3 0%, #2ea6c8 100%) !important;
  background-image: linear-gradient(to bottom, #42b3d3 0%, #2ea6c8 100%) !important;
  background-repeat: repeat-x;
}

/* line 173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-datepicker-buttonpane button.ui-priority-primary:active, .theme-white .ui-datepicker-buttonpane button.ui-priority-primary.active, .open .theme-white .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  background: none;
  background: #39afd1 !important;
  border-color: #2991af;
  border-bottom-color: #2991af !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

/* line 184, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
  background: #3eb1d2;
}

/* line 187, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover, .theme-white .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active, .theme-white .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active, .open .theme-white .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
  background: #3eb1d2 !important;
  color: #fff;
}

/* line 198, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover, .theme-white .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #2ea6c8;
  border-bottom-color: #25839e;
}

/* line 204, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active, .theme-white .ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
  border-color: #2991af;
}

/* line 211, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-white .ui-datepicker-buttonpane button.ui-priority-primary, .btn-group .theme-white .ui-datepicker-buttonpane button.ui-priority-primary:focus, .input-group-btn .theme-white .ui-datepicker-buttonpane button.ui-priority-primary, .input-group-btn .theme-white .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #2ea6c8;
  border-right-color: #2ea6c8;
}

/* line 218, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-white .ui-datepicker-buttonpane button.ui-priority-primary:hover, .btn-group.open .theme-white .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle, .input-group-btn .theme-white .ui-datepicker-buttonpane button.ui-priority-primary:hover, .input-group-btn.open .theme-white .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #2ea6c8;
  border-bottom-color: #25839e;
}

/* line 225, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.btn-group .theme-white .ui-datepicker-buttonpane button.ui-priority-primary:active, .btn-group .theme-white .ui-datepicker-buttonpane button.ui-priority-primary.active, .input-group-btn .theme-white .ui-datepicker-buttonpane button.ui-priority-primary:active, .input-group-btn .theme-white .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #2991af;
  border-right-color: #2991af;
}

/* line 1022, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .select2-drop-active,
.theme-white .select2-container-multi.select2-container-active .select2-choices,
.theme-white .select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #4ab6d5;
}

/* line 1028, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #4ab6d5;
}

/* line 1033, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .select2-container-active .select2-choice,
.theme-white .select2-container-active .select2-choices {
  border: 1px solid #4ab6d5;
}

/* line 1040, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .select2-dropdown-open .select2-drop-above .select2-choice,
.theme-white .select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #4ab6d5;
  border-top-color: #aaa;
}

/* line 1047, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .select2-results .select2-highlighted {
  background: #4ab6d5;
}

/* line 1007, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #4ab6d5;
}

/* line 1011, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #2c9fc0;
}

/* line 1016, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #4ab6d5 !important;
}

/* line 1058, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .switcher-primary .switcher-state-on {
  background: #4ab6d5 !important;
}

/* line 1173, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .pixel-file-input:hover {
  border-color: #4ab6d5;
}

/* line 1074, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .datepicker table tr td.selected, .theme-white .datepicker table tr td.selected:hover, .theme-white .datepicker table tr td.selected.disabled, .theme-white .datepicker table tr td.selected.disabled:hover {
  background: #4ab6d5;
}

/* line 1080, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .datepicker table tr td.active, .theme-white .datepicker table tr td.active:hover, .theme-white .datepicker table tr td.active.disabled, .theme-white .datepicker table tr td.active.disabled:hover {
  background: #4ab6d5;
}

/* line 1087, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .datepicker table tr td span.active, .theme-white .datepicker table tr td span.active:hover, .theme-white .datepicker table tr td span.active.disabled, .theme-white .datepicker table tr td span.active.disabled:hover {
  background: #4ab6d5;
}

/* line 1097, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .datepicker thead tr {
  background: #4ea0b7;
}

/* line 1099, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .datepicker thead tr:first-child {
  background: #4ab6d5 !important;
  border-bottom-color: #4c8595 !important;
}

/* line 1105, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .datepicker thead th.prev,
.theme-white .datepicker thead th.next {
  background: #4ab6d5;
}

/* line 1109, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .datepicker thead th.prev {
  border-color: #4c8595;
}

/* line 1112, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .datepicker thead th.next {
  border-color: #4c8595;
}

/* line 1117, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #4c8595;
}

/* line 1120, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #4c8595;
}

/* line 1128, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .bootstrap-timepicker-widget table td a:hover {
  background: #4ab6d5;
  border-color: #4ab6d5;
}

/* line 1136, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .pagination a.dp-today,
.theme-white .pagination a.dp-today:hover {
  background: #73c7df;
  border-color: #5fbeda;
}

/* line 1142, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .pagination a.dp-today:hover {
  border-color: #4ab6d5 !important;
}

/* line 1146, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .pagination a.dp-selected {
  background: #4ab6d5 !important;
  border-color: #4ab6d5 !important;
}

/* line 1154, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .tt-suggestion.tt-is-under-cursor {
  background: #4ab6d5;
}

/* line 1161, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .table-primary .dataTables_wrapper .DT-per-page {
  border-color: #3b8fa6 !important;
}

/* line 1180, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .dropzone-box.dz-drag-hover {
  border-color: #4ab6d5;
}

/* line 1183, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .dropzone-box:hover .fa.fa-cloud-upload {
  background: #4ab6d5;
}

/* line 1190, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .md-editor.active {
  border-color: #4ab6d5;
}

/* line 1197, app/assets/stylesheets/pixel-admin-scss/themes/../_mixins.scss */
.theme-white .widget-rating .active a {
  color: #4ab6d5;
}

/* line 1, ../usr/local/bundle/gems/morrisjs-rails-0.5.1.3/vendor/assets/stylesheets/morris.css */
.morris-hover {
  position: absolute;
  z-index: 1000;
}

/* line 1, ../usr/local/bundle/gems/morrisjs-rails-0.5.1.3/vendor/assets/stylesheets/morris.css */
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}

/* line 1, ../usr/local/bundle/gems/morrisjs-rails-0.5.1.3/vendor/assets/stylesheets/morris.css */
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}

/* line 2, ../usr/local/bundle/gems/morrisjs-rails-0.5.1.3/vendor/assets/stylesheets/morris.css */
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format("woff2"), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format("woff"), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format("truetype"), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, ../usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 32, app/assets/stylesheets/application.scss */
#main-navbar .navbar-brand div {
  background: transparent !important;
}

/* line 34, app/assets/stylesheets/application.scss */
#main-navbar .navbar-brand div img {
  width: 45px !important;
  height: 30px !important;
  margin-top: -0.5rem;
  margin-left: -1.7rem;
}

/* line 42, app/assets/stylesheets/application.scss */
a.link {
  padding: 0 10px;
  text-decoration: underline;
}

/* line 47, app/assets/stylesheets/application.scss */
.demo-logo {
  background: transparent !important;
}

/* line 51, app/assets/stylesheets/application.scss */
.blurrable {
  position: relative;
}

/* line 54, app/assets/stylesheets/application.scss */
.blurrable .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 15rem;
}

/* line 66, app/assets/stylesheets/application.scss */
.btn-social, .btn-social:hover, .btn-social:focus {
  background-image: none !important;
}

/* line 71, app/assets/stylesheets/application.scss */
.desktop-only {
  display: none;
}

@media (min-width: 731px) {
  /* line 71, app/assets/stylesheets/application.scss */
  .desktop-only {
    display: block;
  }
}

/* line 77, app/assets/stylesheets/application.scss */
.mobile-only {
  display: none;
}

@media (max-width: 730px) {
  /* line 77, app/assets/stylesheets/application.scss */
  .mobile-only {
    display: block;
  }
}

/* line 84, app/assets/stylesheets/application.scss */
.stripe-button {
  overflow: hidden;
  display: inline-block;
  visibility: visible !important;
  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: -o-linear-gradient(#28a0e5, #015e94);
  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: -o-linear-gradient(#28a0e5, #015e94);
  background-image: linear-gradient(#28a0e5, #015e94);
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}

/* line 121, app/assets/stylesheets/application.scss */
.stripe-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 126, app/assets/stylesheets/application.scss */
.stripe-button span {
  display: block;
  position: relative;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  background: #1275ff;
  background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 159, app/assets/stylesheets/application.scss */
.stripe-button:not(:disabled):active, .stripe-button.active {
  background: #005d93;
}

/* line 163, app/assets/stylesheets/application.scss */
.stripe-button:not(:disabled):active span, .stripe-button.active span {
  color: #eee;
  background: #008cdd;
  background-image: -webkit-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -moz-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -ms-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -o-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -webkit-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -moz-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -ms-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -o-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: linear-gradient(#008cdd, #008cdd 85%, #239adf);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* line 182, app/assets/stylesheets/application.scss */
.stripe-button:disabled, .stripe-button.disabled {
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* line 191, app/assets/stylesheets/application.scss */
.stripe-button:disabled span, .stripe-button.disabled span {
  color: #999;
  background: #f8f9fa;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 197, app/assets/stylesheets/application.scss */
.downline div, .downline label {
  padding: .2em .6em .3em;
}

/* line 201, app/assets/stylesheets/application.scss */
.red-text {
  color: red;
}

/* line 209, app/assets/stylesheets/application.scss */
#active-locale {
  display: none;
}

/* line 213, app/assets/stylesheets/application.scss */
ul.inline-lang {
  display: inline;
  list-style-type: none;
  margin: 0 0 0 25px;
  padding: 0;
}

/* line 220, app/assets/stylesheets/application.scss */
ul.inline-lang li {
  display: inline;
}

/* line 224, app/assets/stylesheets/application.scss */
ul.inline-lang li#active-locale {
  display: none;
}
/**
 * FAMFAMFAM flag icons CSS.
 *
 * Examples:
 * <i class="famfamfam-flag-fr"> France</i>
 * <i class="famfamfam-flag-us"> United States</i>
 */


[class^="famfamfam-flag"] {
  display: inline-block;
  width: 16px;
  height: 11px;
  line-height: 11px;
  /* vertical-align: text-top; */
  background-image: url(/assets/famfamfam-flags-240935ca251edfeff51981880db8f3aa40b4bd441a3c6f4f94d2effd3138ee97.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.famfamfam-flag-zw { background-position: 0px 0px; width: 16px; height: 11px; }
.famfamfam-flag-zm { background-position: -16px 0px; width: 16px; height: 11px; }
.famfamfam-flag-za { background-position: 0px -11px; width: 16px; height: 11px; }
.famfamfam-flag-yt { background-position: -16px -11px; width: 16px; height: 11px; }
.famfamfam-flag-ye { background-position: -32px 0px; width: 16px; height: 11px; }
.famfamfam-flag-ws { background-position: -32px -11px; width: 16px; height: 11px; }
.famfamfam-flag-wf { background-position: 0px -22px; width: 16px; height: 11px; }
.famfamfam-flag-wales { background-position: -16px -22px; width: 16px; height: 11px; }
.famfamfam-flag-vu { background-position: -32px -22px; width: 16px; height: 11px; }
.famfamfam-flag-vn { background-position: 0px -33px; width: 16px; height: 11px; }
.famfamfam-flag-vi { background-position: -16px -33px; width: 16px; height: 11px; }
.famfamfam-flag-vg { background-position: -32px -33px; width: 16px; height: 11px; }
.famfamfam-flag-ve { background-position: -48px 0px; width: 16px; height: 11px; }
.famfamfam-flag-vc { background-position: -48px -11px; width: 16px; height: 11px; }
.famfamfam-flag-va { background-position: -48px -22px; width: 16px; height: 11px; }
.famfamfam-flag-uz { background-position: -48px -33px; width: 16px; height: 11px; }
.famfamfam-flag-uy { background-position: 0px -44px; width: 16px; height: 11px; }
.famfamfam-flag-us { background-position: -16px -44px; width: 16px; height: 11px; }
.famfamfam-flag-um { background-position: -16px -44px; width: 16px; height: 11px; }
.famfamfam-flag-ug { background-position: -32px -44px; width: 16px; height: 11px; }
.famfamfam-flag-ua { background-position: -48px -44px; width: 16px; height: 11px; }
.famfamfam-flag-tz { background-position: -64px 0px; width: 16px; height: 11px; }
.famfamfam-flag-tw { background-position: -64px -11px; width: 16px; height: 11px; }
.famfamfam-flag-tv { background-position: -64px -22px; width: 16px; height: 11px; }
.famfamfam-flag-tt { background-position: -64px -33px; width: 16px; height: 11px; }
.famfamfam-flag-tr { background-position: -64px -44px; width: 16px; height: 11px; }
.famfamfam-flag-to { background-position: 0px -55px; width: 16px; height: 11px; }
.famfamfam-flag-tn { background-position: -16px -55px; width: 16px; height: 11px; }
.famfamfam-flag-tm { background-position: -32px -55px; width: 16px; height: 11px; }
.famfamfam-flag-tl { background-position: -48px -55px; width: 16px; height: 11px; }
.famfamfam-flag-tk { background-position: -64px -55px; width: 16px; height: 11px; }
.famfamfam-flag-tj { background-position: 0px -66px; width: 16px; height: 11px; }
.famfamfam-flag-th { background-position: -16px -66px; width: 16px; height: 11px; }
.famfamfam-flag-tg { background-position: -32px -66px; width: 16px; height: 11px; }
.famfamfam-flag-tf { background-position: -48px -66px; width: 16px; height: 11px; }
.famfamfam-flag-td { background-position: -64px -66px; width: 16px; height: 11px; }
.famfamfam-flag-tc { background-position: -80px 0px; width: 16px; height: 11px; }
.famfamfam-flag-sz { background-position: -80px -11px; width: 16px; height: 11px; }
.famfamfam-flag-sy { background-position: -80px -22px; width: 16px; height: 11px; }
.famfamfam-flag-sx { background-position: -80px -33px; width: 16px; height: 11px; }
.famfamfam-flag-sv { background-position: -80px -44px; width: 16px; height: 11px; }
.famfamfam-flag-st { background-position: -80px -55px; width: 16px; height: 11px; }
.famfamfam-flag-ss { background-position: -80px -66px; width: 16px; height: 11px; }
.famfamfam-flag-sr { background-position: 0px -77px; width: 16px; height: 11px; }
.famfamfam-flag-so { background-position: -16px -77px; width: 16px; height: 11px; }
.famfamfam-flag-sn { background-position: -32px -77px; width: 16px; height: 11px; }
.famfamfam-flag-sm { background-position: -48px -77px; width: 16px; height: 11px; }
.famfamfam-flag-sl { background-position: -64px -77px; width: 16px; height: 11px; }
.famfamfam-flag-sk { background-position: -80px -77px; width: 16px; height: 11px; }
.famfamfam-flag-si { background-position: -96px 0px; width: 16px; height: 11px; }
.famfamfam-flag-sh { background-position: -96px -11px; width: 16px; height: 11px; }
.famfamfam-flag-sg { background-position: -96px -22px; width: 16px; height: 11px; }
.famfamfam-flag-se { background-position: -96px -33px; width: 16px; height: 11px; }
.famfamfam-flag-sd { background-position: -96px -44px; width: 16px; height: 11px; }
.famfamfam-flag-scotland { background-position: -96px -55px; width: 16px; height: 11px; }
.famfamfam-flag-sc { background-position: -96px -66px; width: 16px; height: 11px; }
.famfamfam-flag-sb { background-position: -96px -77px; width: 16px; height: 11px; }
.famfamfam-flag-sa { background-position: 0px -88px; width: 16px; height: 11px; }
.famfamfam-flag-rw { background-position: -16px -88px; width: 16px; height: 11px; }
.famfamfam-flag-ru { background-position: -32px -88px; width: 16px; height: 11px; }
.famfamfam-flag-rs { background-position: -48px -88px; width: 16px; height: 11px; }
.famfamfam-flag-ro { background-position: -64px -88px; width: 16px; height: 11px; }
.famfamfam-flag-qa { background-position: -80px -88px; width: 16px; height: 11px; }
.famfamfam-flag-py { background-position: -96px -88px; width: 16px; height: 11px; }
.famfamfam-flag-pw { background-position: 0px -99px; width: 16px; height: 11px; }
.famfamfam-flag-pt { background-position: -16px -99px; width: 16px; height: 11px; }
.famfamfam-flag-ps { background-position: -32px -99px; width: 16px; height: 11px; }
.famfamfam-flag-pr { background-position: -48px -99px; width: 16px; height: 11px; }
.famfamfam-flag-pn { background-position: -64px -99px; width: 16px; height: 11px; }
.famfamfam-flag-pm { background-position: -80px -99px; width: 16px; height: 11px; }
.famfamfam-flag-pl { background-position: -96px -99px; width: 16px; height: 11px; }
.famfamfam-flag-pk { background-position: -112px 0px; width: 16px; height: 11px; }
.famfamfam-flag-ph { background-position: -112px -11px; width: 16px; height: 11px; }
.famfamfam-flag-pg { background-position: -112px -22px; width: 16px; height: 11px; }
.famfamfam-flag-pf { background-position: -112px -33px; width: 16px; height: 11px; }
.famfamfam-flag-pe { background-position: -112px -44px; width: 16px; height: 11px; }
.famfamfam-flag-pa { background-position: -112px -55px; width: 16px; height: 11px; }
.famfamfam-flag-om { background-position: -112px -66px; width: 16px; height: 11px; }
.famfamfam-flag-nz { background-position: -112px -77px; width: 16px; height: 11px; }
.famfamfam-flag-nu { background-position: -112px -88px; width: 16px; height: 11px; }
.famfamfam-flag-nr { background-position: -112px -99px; width: 16px; height: 11px; }
.famfamfam-flag-no { background-position: 0px -110px; width: 16px; height: 11px; }
.famfamfam-flag-bv { background-position: 0px -110px; width: 16px; height: 11px; }
.famfamfam-flag-sj { background-position: 0px -110px; width: 16px; height: 11px; }
.famfamfam-flag-nl { background-position: -16px -110px; width: 16px; height: 11px; }
.famfamfam-flag-ni { background-position: -32px -110px; width: 16px; height: 11px; }
.famfamfam-flag-ng { background-position: -48px -110px; width: 16px; height: 11px; }
.famfamfam-flag-nf { background-position: -64px -110px; width: 16px; height: 11px; }
.famfamfam-flag-ne { background-position: -80px -110px; width: 16px; height: 11px; }
.famfamfam-flag-nc { background-position: -96px -110px; width: 16px; height: 11px; }
.famfamfam-flag-na { background-position: -112px -110px; width: 16px; height: 11px; }
.famfamfam-flag-mz { background-position: -128px 0px; width: 16px; height: 11px; }
.famfamfam-flag-my { background-position: -128px -11px; width: 16px; height: 11px; }
.famfamfam-flag-mx { background-position: -128px -22px; width: 16px; height: 11px; }
.famfamfam-flag-mw { background-position: -128px -33px; width: 16px; height: 11px; }
.famfamfam-flag-mv { background-position: -128px -44px; width: 16px; height: 11px; }
.famfamfam-flag-mu { background-position: -128px -55px; width: 16px; height: 11px; }
.famfamfam-flag-mt { background-position: -128px -66px; width: 16px; height: 11px; }
.famfamfam-flag-ms { background-position: -128px -77px; width: 16px; height: 11px; }
.famfamfam-flag-mr { background-position: -128px -88px; width: 16px; height: 11px; }
.famfamfam-flag-mq { background-position: -128px -99px; width: 16px; height: 11px; }
.famfamfam-flag-mp { background-position: -128px -110px; width: 16px; height: 11px; }
.famfamfam-flag-mo { background-position: 0px -121px; width: 16px; height: 11px; }
.famfamfam-flag-mn { background-position: -16px -121px; width: 16px; height: 11px; }
.famfamfam-flag-mm { background-position: -32px -121px; width: 16px; height: 11px; }
.famfamfam-flag-ml { background-position: -48px -121px; width: 16px; height: 11px; }
.famfamfam-flag-mk { background-position: -64px -121px; width: 16px; height: 11px; }
.famfamfam-flag-mh { background-position: -80px -121px; width: 16px; height: 11px; }
.famfamfam-flag-mg { background-position: -96px -121px; width: 16px; height: 11px; }
.famfamfam-flag-me { background-position: 0px -132px; width: 16px; height: 12px; }
.famfamfam-flag-md { background-position: -112px -121px; width: 16px; height: 11px; }
.famfamfam-flag-mc { background-position: -128px -121px; width: 16px; height: 11px; }
.famfamfam-flag-ma { background-position: -16px -132px; width: 16px; height: 11px; }
.famfamfam-flag-ly { background-position: -32px -132px; width: 16px; height: 11px; }
.famfamfam-flag-lv { background-position: -48px -132px; width: 16px; height: 11px; }
.famfamfam-flag-lu { background-position: -64px -132px; width: 16px; height: 11px; }
.famfamfam-flag-lt { background-position: -80px -132px; width: 16px; height: 11px; }
.famfamfam-flag-ls { background-position: -96px -132px; width: 16px; height: 11px; }
.famfamfam-flag-lr { background-position: -112px -132px; width: 16px; height: 11px; }
.famfamfam-flag-lk { background-position: -128px -132px; width: 16px; height: 11px; }
.famfamfam-flag-li { background-position: -144px 0px; width: 16px; height: 11px; }
.famfamfam-flag-lc { background-position: -144px -11px; width: 16px; height: 11px; }
.famfamfam-flag-lb { background-position: -144px -22px; width: 16px; height: 11px; }
.famfamfam-flag-la { background-position: -144px -33px; width: 16px; height: 11px; }
.famfamfam-flag-kz { background-position: -144px -44px; width: 16px; height: 11px; }
.famfamfam-flag-ky { background-position: -144px -55px; width: 16px; height: 11px; }
.famfamfam-flag-kw { background-position: -144px -66px; width: 16px; height: 11px; }
.famfamfam-flag-kr { background-position: -144px -77px; width: 16px; height: 11px; }
.famfamfam-flag-kp { background-position: -144px -88px; width: 16px; height: 11px; }
.famfamfam-flag-kn { background-position: -144px -99px; width: 16px; height: 11px; }
.famfamfam-flag-km { background-position: -144px -110px; width: 16px; height: 11px; }
.famfamfam-flag-ki { background-position: -144px -121px; width: 16px; height: 11px; }
.famfamfam-flag-kh { background-position: -144px -132px; width: 16px; height: 11px; }
.famfamfam-flag-kg { background-position: 0px -144px; width: 16px; height: 11px; }
.famfamfam-flag-ke { background-position: -16px -144px; width: 16px; height: 11px; }
.famfamfam-flag-jp { background-position: -32px -144px; width: 16px; height: 11px; }
.famfamfam-flag-jo { background-position: -48px -144px; width: 16px; height: 11px; }
.famfamfam-flag-jm { background-position: -64px -144px; width: 16px; height: 11px; }
.famfamfam-flag-je { background-position: -80px -144px; width: 16px; height: 11px; }
.famfamfam-flag-it { background-position: -96px -144px; width: 16px; height: 11px; }
.famfamfam-flag-is { background-position: -112px -144px; width: 16px; height: 11px; }
.famfamfam-flag-ir { background-position: -128px -144px; width: 16px; height: 11px; }
.famfamfam-flag-iq { background-position: -144px -144px; width: 16px; height: 11px; }
.famfamfam-flag-io { background-position: -160px 0px; width: 16px; height: 11px; }
.famfamfam-flag-in { background-position: -160px -11px; width: 16px; height: 11px; }
.famfamfam-flag-im { background-position: -160px -22px; width: 16px; height: 9px; }
.famfamfam-flag-il { background-position: -160px -31px; width: 16px; height: 11px; }
.famfamfam-flag-ie { background-position: -160px -42px; width: 16px; height: 11px; }
.famfamfam-flag-id { background-position: -160px -53px; width: 16px; height: 11px; }
.famfamfam-flag-hu { background-position: -160px -64px; width: 16px; height: 11px; }
.famfamfam-flag-ht { background-position: -160px -75px; width: 16px; height: 11px; }
.famfamfam-flag-hr { background-position: -160px -86px; width: 16px; height: 11px; }
.famfamfam-flag-hn { background-position: -160px -97px; width: 16px; height: 11px; }
.famfamfam-flag-hk { background-position: -160px -108px; width: 16px; height: 11px; }
.famfamfam-flag-gy { background-position: -160px -119px; width: 16px; height: 11px; }
.famfamfam-flag-gw { background-position: -160px -130px; width: 16px; height: 11px; }
.famfamfam-flag-gu { background-position: -160px -141px; width: 16px; height: 11px; }
.famfamfam-flag-gt { background-position: 0px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gs { background-position: -16px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gr { background-position: -32px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gq { background-position: -48px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gp { background-position: -64px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gn { background-position: -80px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gm { background-position: -96px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gl { background-position: -112px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gi { background-position: -128px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gh { background-position: -144px -155px; width: 16px; height: 11px; }
.famfamfam-flag-gg { background-position: -160px -155px; width: 16px; height: 11px; }
.famfamfam-flag-ge { background-position: -176px 0px; width: 16px; height: 11px; }
.famfamfam-flag-gd { background-position: -176px -11px; width: 16px; height: 11px; }
.famfamfam-flag-gb { background-position: -176px -22px; width: 16px; height: 11px; }
.famfamfam-flag-ga { background-position: -176px -33px; width: 16px; height: 11px; }
.famfamfam-flag-fr { background-position: -176px -44px; width: 16px; height: 11px; }
.famfamfam-flag-gf { background-position: -176px -44px; width: 16px; height: 11px; }
.famfamfam-flag-re { background-position: -176px -44px; width: 16px; height: 11px; }
.famfamfam-flag-mf { background-position: -176px -44px; width: 16px; height: 11px; }
.famfamfam-flag-bl { background-position: -176px -44px; width: 16px; height: 11px; }
.famfamfam-flag-fo { background-position: -176px -55px; width: 16px; height: 11px; }
.famfamfam-flag-fm { background-position: -176px -66px; width: 16px; height: 11px; }
.famfamfam-flag-fk { background-position: -176px -77px; width: 16px; height: 11px; }
.famfamfam-flag-fj { background-position: -176px -88px; width: 16px; height: 11px; }
.famfamfam-flag-fi { background-position: -176px -99px; width: 16px; height: 11px; }
.famfamfam-flag-fam { background-position: -176px -110px; width: 16px; height: 11px; }
.famfamfam-flag-eu { background-position: -176px -121px; width: 16px; height: 11px; }
.famfamfam-flag-et { background-position: -176px -132px; width: 16px; height: 11px; }
.famfamfam-flag-es { background-position: -176px -143px; width: 16px; height: 11px; }
.famfamfam-flag-er { background-position: -176px -154px; width: 16px; height: 11px; }
.famfamfam-flag-england { background-position: 0px -166px; width: 16px; height: 11px; }
.famfamfam-flag-eh { background-position: -16px -166px; width: 16px; height: 11px; }
.famfamfam-flag-eg { background-position: -32px -166px; width: 16px; height: 11px; }
.famfamfam-flag-ee { background-position: -48px -166px; width: 16px; height: 11px; }
.famfamfam-flag-ec { background-position: -64px -166px; width: 16px; height: 11px; }
.famfamfam-flag-dz { background-position: -80px -166px; width: 16px; height: 11px; }
.famfamfam-flag-do { background-position: -96px -166px; width: 16px; height: 11px; }
.famfamfam-flag-dm { background-position: -112px -166px; width: 16px; height: 11px; }
.famfamfam-flag-dk { background-position: -128px -166px; width: 16px; height: 11px; }
.famfamfam-flag-dj { background-position: -144px -166px; width: 16px; height: 11px; }
.famfamfam-flag-de { background-position: -160px -166px; width: 16px; height: 11px; }
.famfamfam-flag-cz { background-position: -176px -166px; width: 16px; height: 11px; }
.famfamfam-flag-cy { background-position: 0px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cx { background-position: -16px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cw { background-position: -32px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cv { background-position: -48px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cu { background-position: -64px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cs { background-position: -80px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cr { background-position: -96px -177px; width: 16px; height: 11px; }
.famfamfam-flag-co { background-position: -112px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cn { background-position: -128px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cm { background-position: -144px -177px; width: 16px; height: 11px; }
.famfamfam-flag-cl { background-position: -160px -177px; width: 16px; height: 11px; }
.famfamfam-flag-ck { background-position: -176px -177px; width: 16px; height: 11px; }
.famfamfam-flag-ci { background-position: -192px 0px; width: 16px; height: 11px; }
.famfamfam-flag-cg { background-position: -192px -11px; width: 16px; height: 11px; }
.famfamfam-flag-cf { background-position: -192px -22px; width: 16px; height: 11px; }
.famfamfam-flag-cd { background-position: -192px -33px; width: 16px; height: 11px; }
.famfamfam-flag-cc { background-position: -192px -44px; width: 16px; height: 11px; }
.famfamfam-flag-catalonia { background-position: -192px -55px; width: 16px; height: 11px; }
.famfamfam-flag-ca { background-position: -192px -66px; width: 16px; height: 11px; }
.famfamfam-flag-bz { background-position: -192px -77px; width: 16px; height: 11px; }
.famfamfam-flag-by { background-position: -192px -88px; width: 16px; height: 11px; }
.famfamfam-flag-bw { background-position: -192px -99px; width: 16px; height: 11px; }
.famfamfam-flag-bt { background-position: -192px -110px; width: 16px; height: 11px; }
.famfamfam-flag-bs { background-position: -192px -121px; width: 16px; height: 11px; }
.famfamfam-flag-br { background-position: -192px -132px; width: 16px; height: 11px; }
.famfamfam-flag-bq { background-position: -192px -143px; width: 16px; height: 11px; }
.famfamfam-flag-bo { background-position: -192px -154px; width: 16px; height: 11px; }
.famfamfam-flag-bn { background-position: -192px -165px; width: 16px; height: 11px; }
.famfamfam-flag-bm { background-position: -192px -176px; width: 16px; height: 11px; }
.famfamfam-flag-bj { background-position: 0px -188px; width: 16px; height: 11px; }
.famfamfam-flag-bi { background-position: -16px -188px; width: 16px; height: 11px; }
.famfamfam-flag-bh { background-position: -32px -188px; width: 16px; height: 11px; }
.famfamfam-flag-bg { background-position: -48px -188px; width: 16px; height: 11px; }
.famfamfam-flag-bf { background-position: -64px -188px; width: 16px; height: 11px; }
.famfamfam-flag-be { background-position: -80px -188px; width: 16px; height: 11px; }
.famfamfam-flag-bd { background-position: -96px -188px; width: 16px; height: 11px; }
.famfamfam-flag-bb { background-position: -112px -188px; width: 16px; height: 11px; }
.famfamfam-flag-ba { background-position: -128px -188px; width: 16px; height: 11px; }
.famfamfam-flag-az { background-position: -144px -188px; width: 16px; height: 11px; }
.famfamfam-flag-ax { background-position: -160px -188px; width: 16px; height: 11px; }
.famfamfam-flag-aw { background-position: -176px -188px; width: 16px; height: 11px; }
.famfamfam-flag-au { background-position: -192px -188px; width: 16px; height: 11px; }
.famfamfam-flag-hm { background-position: -192px -188px; width: 16px; height: 11px; }
.famfamfam-flag-at { background-position: -208px 0px; width: 16px; height: 11px; }
.famfamfam-flag-as { background-position: -208px -11px; width: 16px; height: 11px; }
.famfamfam-flag-ar { background-position: -208px -22px; width: 16px; height: 11px; }
.famfamfam-flag-ao { background-position: -208px -33px; width: 16px; height: 11px; }
.famfamfam-flag-an { background-position: -208px -44px; width: 16px; height: 11px; }
.famfamfam-flag-am { background-position: -208px -55px; width: 16px; height: 11px; }
.famfamfam-flag-al { background-position: -208px -66px; width: 16px; height: 11px; }
.famfamfam-flag-ai { background-position: -208px -77px; width: 16px; height: 11px; }
.famfamfam-flag-ag { background-position: -208px -88px; width: 16px; height: 11px; }
.famfamfam-flag-af { background-position: -208px -99px; width: 16px; height: 11px; }
.famfamfam-flag-ae { background-position: -208px -110px; width: 16px; height: 11px; }
.famfamfam-flag-ad { background-position: -208px -121px; width: 16px; height: 11px; }
.famfamfam-flag-np { background-position: -208px -132px; width: 9px; height: 11px; }
.famfamfam-flag-ch { background-position: -208px -143px; width: 11px; height: 11px; }
